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
|
---|---|---|---|---|
#wpstg-tab-container ul {
/*height: 200px;*/
list-style: none;
margin: 0;
padding: 0;
background: #f1f1f1;
float: left;
/*list-style-type: square;*/
}
#wpstg-tab-container ul li:first-child.selected-tab {
border-top: none;
}
#wpstg-tab-container ul li a.selected-tab {
font-weight: bold;
text-decoration: none;
}
#wpstg-tab-container .row {
padding-top: 10px;
padding-bottom: 12px;
}
.wpstg-tabs-container .nav-tab-wrapper {
padding: 0;
}
#wpstg-tab-container .row label strong,
#wpstg-tab-container .row strong {
font-weight: bold;
}
.wpstg-tabs a {
padding: 5px;
}
#wpstg-tab-container>ul>li.wpstg-tabs.active {
background-color: white;
}
#wpstg_settingsgeneral_header .row:nth-child(3),
#wpstg_settingsgeneral_header .row:nth-child(4) {
display: none;
}
#wpstg-tab-container .wpstg-settings-panel {
padding: 0 20px 20px 20px;
overflow: auto;
}
#wpstg-tab-container .wpstg-form-table th {
vertical-align: top;
text-align: left;
padding: 20px 10px 20px 0;
line-height: 1.3;
font-weight: bold;
font-size: 14px;
color: #484848;
width: 30%;
}
#wpstg-tab-container .wpstg-form-table tr {
border-bottom: 1px solid #E7E7E7;
}
#wpstg-tab-container span.description {
display: block;
font-weight: 400;
font-style: normal;
font-size: 13px;
margin-top: 7px;
color: #484848;
}
#wpstg-tab-container .col-title {
color: #484848;
}
@media only screen and (max-width: 680px) {
#wpstg-tab-container ul {
float: none;
}
#wpstg-tab-container .wpstg-form-table tr>th {
width: 100%;
}
#wpstg-tab-container span.description {
font-size: 14px;
}
#wpstg-tab-container .wpstg-form-table tr>th,
#wpstg-tab-container .wpstg-form-table tr>td {
padding: 10px;
}
}
#wpstg-tab-container ul li {
margin-bottom: 0;
}
#wpstg-tab-container ul li a {
display: block;
padding: 10px 4px 10px 14px;
border-width: 1px 0;
border-style: solid;
border-top-color: white;
border-bottom-color: #e7e7e7;
text-decoration: none;
color: #0097DF;
font-weight: bold;
}
#wpstg-tab-container ul li a:hover {
background-color: #e5e5e5;
color: #777777;
}
.wpstg-logo {
display: block;
font-size: 16px;
padding-top: 20px;
width: 220px;
float: left;
}
.wpstg-version {
display: block;
padding-top: 29px
}
.wpstg_admin .nav-tab {
color: #3C3C3C;
}
#wpstg-tab-container table tbody tr:nth-child(1)>th>div {
font-size: 20px;
}
.wpstg_hidden {
display: none;
}
/* Cloning workflow */
#wpstg-clonepage-wrapper {
margin-bottom: 20px;
/*max-width: 690px;*/
}
@media screen and (min-width: 1090px) {
#wpstg-clonepage-wrapper {
float: left;
margin-bottom: 20px;
/*width: 690px;*/
}
.wpstg-sidebar {
display: none;
margin-left: 700px;
margin-top: 138px;
}
}
.wpstg-sidebar {
display: none;
padding: 10px;
border: 1px solid #DFDFDF;
max-width: 250px;
height: 250px;
}
#wpstg-steps {
margin-top: 30px;
}
#wpstg-steps li {
color: #444;
line-height: 20px;
padding-right: 10px;
float: left;
}
.wpstg-step-num {
border: 1px solid #444;
border-radius: 3px;
display: inline-block;
width: 20px;
height: 20px;
text-align: center;
margin-right: 5px;
}
.wpstg-current-step {
font-weight: bold;
}
.wpstg-current-step .wpstg-step-num {
background: #444;
color: #eee;
}
.wpstg-box {
margin: 10px 0;
padding: 10px;
position: relative;
overflow: hidden;
transition: border-color .2s ease-in-out;
}
.wpstg-clone {
margin-bottom: 3px;
padding: 16px;
position: relative;
transition: border-color .2s ease-in-out;
background-color: #25a1f0;
border-radius: .25rem;
box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
}
.wpstg-clone.active {
border-color: #1d94cf;
}
.wpstg-clone-header {
display: flex;
justify-content: space-between;
align-items: center;
}
.wpstg-clone-title {
display: inline-block;
font-size: 15px;
max-width: 300px;
text-decoration: none;
font-weight: bold;
color: white;
}
.wpstg-clone-title:hover {
color: #f1f1f1;
}
.wpstg-clone-actions {
display: flex;
align-items: right;
}
.wpstg-dropdown {
position: relative;
}
.wpstg-clone-actions .wpstg-dropdown-toggler {
text-decoration: none;
background: #fff;
padding: 4px 10px;
border-radius: 2px;
font-size: 14px;
box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
color: #002648;
}
.wpstg-clone-actions .wpstg-dropdown-toggler:hover {
background: #002648;
color: white;
}
.wpstg-dropdown {
position: relative;
}
.wpstg-dropdown>.wpstg-dropdown-menu {
background: #fff;
display: none;
flex-direction: column;
position: absolute;
right: 0;
top: calc(100% + 4px);
padding: 8px;
border-radius: 2px;
width: 100px;
box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
z-index: 1000;
}
.wpstg-dropdown>.wpstg-dropdown-menu.shown {
display: flex;
}
.wpstg-clone-action {
color: #002648;
padding: 5px 8px;
border-radius: 3px;
text-decoration: none;
position: relative;
transition: color .2s ease-in-out;
}
.wpstg-clone-action:hover {
background: rgba(0,0,0,0.05);
}
.wpstg-remove-clone:hover {
color: #ef6d6d;
}
.wpstg-clone-action:last-child {
border: none;
}
.wpstg-clone:hover .wpstg-clone-action {
display: inline-block;
}
#wpstg-show-error-details:focus,
#wpstg-workflow .wpstg-clone-action {
outline: none;
box-shadow: none;
}
.wpstg-link-btn {
background: #45a1c9;
color: #fff;
display: inline-block;
padding: 5px 10px;
text-decoration: none;
vertical-align: baseline;
transition: all .2s ease-in-out;
}
.wpstg-link-btn:hover,
.wpstg-link-btn:focus {
color: #fff;
outline: none;
box-shadow: none;
}
#wpstg-workflow .wpstg-link-btn:active {
vertical-align: baseline;
}
.wpstg-link-btn[disabled] {
background: #777 !important;
pointer-events: none;
}
#wpstg-cancel-cloning,
#wpstg-cancel-cloning-update {
background: #ff3428;
border-color: #e72f24;
margin-top: 5px;
}
#wpstg-cancel-cloning.success,
#wpstg-cancel-cloning.success {
background: #64dd58;
border-color: #54bd4a;
}
#wpstg-error-wrapper,
#wpstg-error-details {
display: none;
padding-top: 10px;
font-size: 13px;
clear: both;
}
#wpstg-show-error-details {
display: inline-block;
margin-left: 5px;
color: #555;
text-decoration: none;
transition: color .2s ease-in-out;
}
#wpstg-show-error-details:hover {
color: #1d94cf;
}
#wpstg-error-details {
border-left: 5px solid #ef6d6d;
padding: 10px;
width: 500px;
}
#wpstg-try-again {
display: none;
}
#wpstg-home-link {
float: right;
}
.wpstg-loader {
content: url('../../img/loading.gif');
margin-top: 5px;
display: none;
}
.wpstg-loader.wpstg-finished {
display: block;
content: "Finished";
background-color: #00c89a;
color: white;
padding-left: 10px;
padding-right: 10px;
padding-top: 2px;
padding-bottom: 2px;
margin-top: 0px;
border-radius: 3px;
}
#wpstg-workflow {
max-width: 650px;
position: relative;
clear: both;
padding-top: 20px;
float: left;
min-width: 500px;
/*border-right: 1px solid #DFDFDF;*/
min-height: 380px;
padding-right: 20px;
padding-bottom: 20px;
}
#wpstg-sidebar {
float: left;
max-width: 400px;
display: block;
margin-left: 10px;
}
@media screen and (max-width: 1150px) {
#wpstg-sidebar img {
margin-top: 30px;
}
}
#wpstg-workflow.loading::after,
#wpstg-removing-clone.loading::after {
background: rgba(255, 255, 255, .7);
content: 'Loading... may take a while for huge websites';
display: block;
width: 100%;
height: 100%;
font-size: 20px;
padding-top: 100px;
text-align: center;
position: absolute;
top: 0;
left: 0;
z-index: 99;
}
#wpstg-removing-clone.loading::after {
content: 'REMOVING' !important;
}
#wpstg-existing-clones,
#wpstg-removing-clone {
position: relative;
}
#wpstg-removing-clone .wpstg-tab-section {
display: block;
}
.wpstg-progress-bar {
max-width: 900px;
height: 27px;
padding: 0;
background-color: #d6d8d7;
}
.wpstg-progress {
float: left;
background: #3fa5ee;
width: 0;
height: 100%;
transition: width .6s ease;
color: white;
line-height: 25px;
text-align: center;
overflow: hidden;
}
.wpstg-progress-files {
background: #16b4f0;
width: 0;
height: 100%;
transition: width .6s ease;
color: white;
line-height: 25px;
text-align: center;
}
#wpstg-new-clone-id.wpstg-error-input,
#wpstg-clone-path.wpstg-error-input {
border: 1px solid #ff4235;
box-shadow: 0 0 2px rgba(255, 66, 53, .8);
}
#wpstg-new-clone {
background: #25a1f0;
border-color: #2188c9;
/*box-shadow: inset 0 2px 0 #006799;*/
background-color: #25a1f0;
}
#wpstg-new-clone:hover {
background: #259be6;
border-color: #2188c9;
/*border-width: 2px;*/
/*box-shadow: inset 0 2px 0 #006799;*/
background-color: #259be6;
}
#wpstg-clone-path {
margin-left: 10px;
width: 350px;
}
.wpstg-error-msg {
color: #ff4235;
}
#wpstg-clone-id-error {
display: block;
background-color: #f0f8ff;
padding: 10px;
margin: 20px;
}
#wpstg-start-cloning+.wpstg-error-msg {
display: block;
margin-top: 5px;
}
.wpstg-size-info {
color: #999;
font-weight: normal;
position: relative;
left: 2px;
}
.wpstg-db-table .wpstg-size-info {
top: 2px;
}
.wpstg-db-table:hover {
background-color: #f0f8ff;
}
#wpstg-workflow #wpstg-start-cloning {
display: inline-block;
margin-left: 5px;
font-size: 14px;
vertical-align: baseline;
}
/* Tabs */
.wpstg-tabs-wrapper {
max-width: 640px;
margin: 10px 0;
}
#wpstg-path-wrapper {
border-bottom: 2px dashed #ccc;
padding-bottom: 10px;
margin-bottom: 10px;
}
/* unused class should be removed or commented
.wpstg-tabs-wrapper {
border: 1px solid #ddd;
border-right: none;
border-left: none;
}
*/
.wpstg-tab-section {
border-bottom: 1px solid #ddd;
border-right: none;
border-left: none;
display: none;
width: 100%;
padding: 20px;
}
.wpstg-tab-section::after {
display: block;
content: '';
clear: both;
}
.wpstg-tab-header {
border-bottom: 1px solid #ddd;
border-right: none;
border-left: none;
color: #444;
font-size: 16px;
font-weight: bolder;
display: block;
padding: 10px;
;
text-decoration: none;
}
.wpstg-tab-triangle {
font-family: arial;
display: inline-block;
margin-right: 10px;
}
.wpstg-tab-header:focus {
color: #444;
outline: none;
box-shadow: none;
}
#wpstg-large-files {
display: none;
border: 1px dashed #ccc;
/*float: right;*/
padding: 10px 10px 10px;
margin-top: 20px;
position: relative;
font-size: 12px;
}
#wpstg-large-files h3 {
background: #fff;
margin: 0;
padding: 0 5px;
position: absolute;
top: -10px;
left: 5px;
}
/* tmp */
.wpstg-subdir {
display: none;
margin-left: 20px;
}
.wpstg-subdir.wpstg-push {
display: block;
margin-left: 20px;
}
.wpstg-dir a.disabled {
color: #888;
cursor: default;
text-decoration: none;
}
.wpstg-check-subdirs {
display: inline-block;
margin-left: 10px;
}
.wpstg-notice-alert {
display: block;
background-color: #FFD0D0;
padding: 20px;
border: 1px solid #fff;
max-width: 600px;
margin-top: 10px;
}
.wpstg-header {
font-weight: 400;
line-height: 1.6em;
font-size: 19px;
border-bottom: 1px solid #DFDFDF;
clear: both;
}
#wpstg-clone-label {
font-size: 14px;
font-weight: bold;
}
.wpstg-log-details {
height: 300px;
overflow: scroll;
max-width: 650px;
font-family: monospace;
font-size: 12px;
line-height: 15px;
border: 1px solid #FFF;
background-color: black;
color: #c0c0c0;
padding: 3px;
white-space: nowrap;
margin-top: 15px;
}
#wpstg-finished-result {
display: none;
}
#wpstg-remove-cloning {
background: #ff3428;
border-color: #e72f24;
margin-top: 5px;
}
#wpstg-success-notice {
padding: 10px;
background-color: white;
max-width: 900px;
border: 1px solid #ccc;
margin-top: 20px;
}
.wpstg_beta_notice {
margin-bottom: 20px;
}
.wpstg-sysinfo {
width: 700px;
height: 700px;
}
.wpstg-form-table .col-title label {
font-weight: 600;
}
.wpstg-form-table td:first-child {
width: 30%;
}
.wpstg-share-button-container {
margin: 5px 0;
}
.wpstg-share-button-container p {
margin: 0px 0 10px 0;
}
.wpstg-share-button {
display: inline-block;
}
.wpstg-share-button a {
text-decoration: none;
}
.wpstg-share-button .wpstg-share {
font-family: sans-serif;
font-weight: bold;
text-decoration: none;
text-align: center;
}
.wpstg-share-button .wpstg-share {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
color: #FFF;
display: inline;
font-size: 12px;
padding: 4px 8px;
/* will be overided due to display: inline
width: 40px; */
}
.wpstg-share-button-twitter .wpstg-share {
background-color: #00ABF0;
}
.wpstg-share-button-facebook .wpstg-share {
background-color: #3b5998;
}
.wpstg-share-button-googleplus .wpstg-share {
background-color: #F53424;
}
.wpstg-share-button-twitter .share:active,
.wpstg-share-button-facebook .share:active,
.wpstg-share-button-googleplus .share:active {
background-color: #353535;
}
#wpstg-check-space {
margin-left: 8px;
}
/* welcome screen */
.wpstg-button.green {
display: inline-block;
padding: 10px;
min-width: 170px;
font-size: 16px;
text-decoration: none;
text-align: center;
margin-top: 20px;
background-color: #83c11f;
color: white;
}
.wpstg-button.green:hover {
background-color: #8ed122;
}
.wpstg-button.wpstg-save {
background-color: #1687A7;
color: white;
}
.wpstg-button.wpstg-save:hover {
background-color: #276678;
}
.wpstg-button.wpstg-bordered {
border-radius:3px;
font-size: 14px;
border: 1px solid white;
}
#wpstg-welcome li {
font-size: 18px;
line-height: 29px;
position: relative;
padding-left: 23px;
list-style: none !important;
}
#wpstg-welcome {
margin-top: 20px;
margin-right: 20px;
background-color: white;
}
.wpstg-heading-pro {
color: #0080ff;
font-weight: bold;
}
.wpstg-h2 {
margin-top: 0px;
margin-bottom: 1.2rem;
font-size: 30px;
line-height: 2.5rem;
}
#wpstg-welcome li:before {
width: 1em;
height: 100%;
background: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%2377B227%22%20d%3D%22M1671%20566q0%2040%2D28%2068l%2D724%20724%2D136%20136q%2D28%2028%2D68%2028t%2D68%2D28l%2D136%2D136%2D362%2D362q%2D28%2D28%2D28%2D68t28%2D68l136%2D136q28%2D28%2068%2D28t68%2028l294%20295%20656%2D657q28%2D28%2068%2D28t68%2028l136%20136q28%2028%2028%2068z%22%2F%3E%3C%2Fsvg%3E) left .4em no-repeat;
background-size: contain;
content: "";
position: absolute;
top: 0;
left: 0;
color: #77b227;
}
.wpstg-h1 {
font-size: 2.75em;
margin-bottom: 1.35rem;
font-size: 2.5em;
line-height: 3.68rem;
letter-spacing: normal;
}
#wpstg-welcome h2 {
margin: 0 0 15px;
}
#wpstg-welcome .wpstg-footer {
clear: both;
margin-top: 20px;
font-style: italic;
}
#wpstg-footer {
clear: both;
padding-top: 20px;
clear: both;
padding-top: 20px;
background-color: white;
padding: 20px;
margin-top: 20px;
margin-right: 10px;
}
#wpstg-footer a {
text-decoration: none;
}
.wpstg-staging-info {
margin-top: 8px;
color: white;
font-size: 12px;
}
.wpstg-staging-info a {
color: white;
}
.wpstg-staging-info li {
margin-bottom: 2px;
}
.wpstg-bold {
font-weight: 600;
}
#wpstg-processing-status {
margin-top: 5px;
font-size: 13px;
font-weight: 400px;
float: left;
}
#wpstg-processing-timer {
margin-top: 5px;
font-size: 13px;
font-weight: 400px;
float: right;
}
#wpstg-report-issue-button {
margin-left: 50px;
border: 1px solid #ef5a4b;
color: #ef5a4b;
background-color: white;
}
#wpstg-report-issue-button:hover {
background-color: #e74c3c;
color: #fff;
}
.wpstg-button {
display: inline-block;
background-color: transparent;
color: #95a5a6;
border-radius: 3px;
cursor: pointer;
padding: 2px 10px 2px 10px;
text-transform: uppercase;
font-weight: 500;
outline: 0;
transition: background-color .1s ease-in;
text-decoration: none;
}
.wpstg-blue-primary {
display: inline-block;
text-decoration: none;
font-size: 13px;
line-height: 26px;
height: 28px;
margin: 0;
padding: 0 10px 1px;
cursor: pointer;
border-width: 1px;
border-style: solid;
-webkit-appearance: none;
border-radius: 3px;
white-space: nowrap;
box-sizing: border-box;
background: #25a1f0;
border-color: #2188c9;
/*box-shadow: 0 1px 0 #006799;*/
color: #fff;
text-decoration: none;
text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
}
.wpstg-blue-primary:hover {
background-color: #259be6;
}
.wpstg-report-issue-form {
position: absolute;
z-index: 9999;
width: 300px;
background-color: #fff;
margin: 6px 0 0;
padding: 15px 15px 10px;
border: 1px solid #e8e8e8;
border-radius: 3px;
box-shadow: 0 1px 0 0 #fff inset;
display: none;
margin-top: 67px;
margin-left: 123px;
}
.wpstg-report-show {
display: block;
}
.wpstg-field input[type=text],
.wpstg-field textarea {
width: 100%;
font-weight: 400;
line-height: 1.4;
margin-bottom: 4px;
}
.wpstg-report-email,
.wpstg-report-hosting-provider {
width: 100%;
font-weight: 400;
font-size: .8rem;
height: 2.3rem;
line-height: 2.3rem;
border-radius: 3px;
margin-bottom: 4px;
padding: 0 10px;
}
.wpstg-report-description {
border-radius: 3px;
font-size: .8rem;
padding: 6px 10px;
resize: none;
}
.wpstg-report-privacy-policy {
font-size: 12px;
margin-bottom: 15px;
}
#wpstg-report-cancel {
float: right;
margin-right: 5px;
}
.wpstg-buttons .spinner {
float: none;
margin: 0px 0px 0px 5px;
}
.wpstg-message {
box-sizing: border-box;
-moz-box-sizing: border-box;
background-color: #f5e0de;
border-radius: 3px;
color: rgba(0, 0, 0, .6);
height: auto;
margin: 10px 0;
min-height: 18px;
padding: 6px 10px;
position: relative;
}
.wpstg-message.wpstg-error-message {
background-color: #f5e0de;
color: #b65147;
font-size: 12px;
}
.wpstg-message.wpstg-success-message {
background-color: #d7f8e0;
color: #515151;
}
.wpstg-message p {
margin: 3px 0;
font-size: 13px;
}
.wpstg-warning {
display: block;
padding: 10px;
background-color: #ffb804;
color: #ffffff;
margin: 10px;
margin-left: 0px;
}
.wpstg-warning a {
color: #ffffff;
font-weight: bold;
text-decoration: underline;
}
.wpstg-error {
display: block;
padding: 10px;
background-color: #fe6501;
color: #ffffff;
margin: 10px;
margin-left: 0px;
}
.wpstg-error a {
color: #ffffff;
font-weight: bold;
text-decoration: underline;
}
#wpstg-resume-cloning {
display: none;
}
#wpstg-external-db th {
text-align: left;
width: 120px;
}
#wpstg-db-connect {
font-weight: normal;
}
#wpstg-db-status {
display: block;
margin-top: 5px;
padding: 5px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
text-decoration: none;
text-align: center;
}
.wpstg-text-field>#wpstg-db-status {
margin-top: 8px;
margin-left: 25%;
min-width: 350px;
}
.wpstg-success {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.wpstg-failed {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
#wpstg_select_tables_cloning {
height: 600px;
font-size: 13px;
}
#wpstg-update-notify {
background-color: #fe6501;
font-size: 14px;
color: #ffffff;
line-height: normal;
padding: 10px;
margin-right: 10px;
}
#wpstg-update-notify a {
color: #ffffff;
font-weight: bold;
}
.wpstg-pointer {
cursor: pointer;
}
.wpstg--tab--header ul {
display: flex;
}
.wpstg--tab--header ul li {
margin-right: 1em;
}
.wpstg--tab--header ul li:last-child {
margin-right: 0;
}
.wpstg--tab--header a {
min-width: 150px;
text-align: center;
cursor: pointer;
display: inline-block;
padding: 1em 1.25em;
border-bottom: .5em solid transparent;
border: solid 1px;
}
.wpstg--tab--header a.wpstg--tab--active {
border-bottom: .5em solid #25A1F0;
color: #25A1F0;
}
.wpstg--tab--content {
display: none;
}
.wpstg--tab--active {
display: block;
}
.wpstg--text--strong,
.wpstg--text--strong * {
font-weight: bold !important;
}
.wpstg--text--danger {
color: #a94442;
}
.wpstg--tooltip {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
margin-left: 10px;
}
.wpstg--tooltip .wpstg--tooltiptext {
visibility: hidden;
width: 300px;
background-color: #ffffff;
color: #505050;
text-align: left;
padding: 20px;
border: 1px solid #e8e8e8;
border-radius: 3px;
position: absolute;
z-index: 1;
-webkit-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.75);
box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.75);
}
.wpstg--tooltip:hover .wpstg--tooltiptext {
visibility: visible;
}
.wpstg--tooltiptext-snapshots {
width: 120px;
top: 100%;
left: -150%;
margin-left: -60px;
/* Use half of the width (120/2 = 60), to center the tooltip */
margin-top: 10px;
}
/**
Tooltip top arrow
*/
.wpstg--tooltip .wpstg--tooltiptext-snapshots::after {
content: " ";
position: absolute;
bottom: 100%;
/* At the top of the tooltip */
left: 50%;
margin-left: 25px;
border-width: 5px;
border-style: solid;
border-color: transparent transparent white transparent;
}
.wpstg--snaphot-restore-table tr {
line-height: 12px;
}
.wpstg-float-left {
float: left;
}
.wpstg-beta-notice {
background-color: #b0e8b0;
border-radius: 3px;
padding: 7px;
margin-bottom: 20px;
}
#wpstg-snapshot-name {
font-size: 1.875em;
font-weight: 600;
}
#wpstg_select_tables_cloning option:checked {
/* Cannot use background color here because Chrome and Firefox ignore it even if set to !important */
-webkit-appearance: menulist-button;
background-image: linear-gradient(0deg, #1e90ff 0%, #1e90ff 100%);
}
.wpstg--btn--cancel {
background: #ff3428;
border-color: #e72f24;
color: #fff;
height: auto;
line-height: normal;
font-size: 16px;
padding: .5em;
margin-bottom: 1.5em;
}
.wpstg--btn--cancel:hover {
background: #ff3428;
border-color: #e72f24;
}
.wpstg--process--content>.swal2-html-container {
padding: 4em 2em !important;
}
.wpstg--modal--process--logs,
.wpstg--modal--error--logs {
background: black;
height: 300px;
margin-top: 1em;
display: none;
padding: 1em;
overflow-x: hidden;
overflow-x: auto;
text-align: justify;
}
.wpstg--modal--error--logs {
height: auto;
max-height: 300px;
}
.wpstg--modal--process--logs>p,
.wpstg--modal--error--logs>p {
text-align: left;
font-size: 14px;
}
.wpstg--modal--process--logs p,
.wpstg--modal--error--logs p {
margin: .3em 0;
}
.wpstg--modal--process--msg--error {
color: darkred;
}
.wpstg--modal--process--msg--critical {
color: red;
}
.wpstg--modal--process--msg--warning {
color: darkorange;
}
.wpstg--modal--process--msg-found {
color: #f56363;
}
body.toplevel_page_wpstg_clone .swal2-modal .swal2-cancel.wpstg--btn--cancel {
margin-bottom: 0;
}
body.toplevel_page_wpstg_clone .swal2-modal .swal2-confirm.wpstg--btn--confirm {
font-size: 16px;
padding: .5em;
line-height: normal;
height: auto;
margin-right: 10px;
}
body.toplevel_page_wpstg_clone .swal2-modal .wpstg-loader {
display: inline-block !important;
}
.wpstg--modal--process--generic-problem {
display: none;
border-left: 5px solid #ef6d6d;
margin: .5em 0;
}
.wpstg--modal--process--logs--tail {
color: #a8a8a8;
background: none;
border: none;
cursor: pointer;
}
.wpstg--modal--snapshot--import--upload--title {
color: #505050;
}
.wpstg--modal--snapshot--import--filesystem,
.wpstg--modal--snapshot--import--upload--status,
.wpstg--modal--snapshot--import--upload--container input[type="file"] {
display: none;
}
#wpstg--snapshots--import--file-list {
font-size: 14px;
font-weight: bold;
}
#wpstg--snapshots--import--file-list-empty {
color: red;
}
.wpstg--modal--snapshot--import--filesystem label {
font-size: 14px;
}
.wpstg--modal--snapshot--import--filesystem button {
margin-bottom: 20px;
}
.wpstg--modal--snapshot--import--upload,
.wpstg--modal--snapshot--import--filesystem {
color: #505050;
}
.wpstg--modal--snapshot--import--upload--container {
position: relative;
border-radius: 1em;
margin: .5em;
padding: 1em .5em;
border: .4em dashed #dedede;
display: flex;
flex-direction: column;
}
.wpstg--modal--snapshot--import--upload--container .wpstg--uploader {
display: flex;
flex-direction: column;
}
.wpstg--modal--snapshot--import--upload--container.wpstg--has-dragover {
background-color: #9a9a9a;
color: white;
}
.wpstg--modal--snapshot--import--upload--container span.wpstg--drop,
.wpstg--modal--snapshot--import--upload--container.wpstg--has-dragover span.wpstg--drag,
span.wpstg--snapshot--import--selected-file,
span.wpstg--drag-or-upload {
display: none;
}
.wpstg--modal--snapshot--import--upload--container.wpstg--has-dragover span.wpstg--drop {
display: inline-block;
}
.wpstg--modal--snapshot--import--upload--container input[type='file'] {
display: none;
}
.wpstg--modal--snapshot--import--upload--container img {
width: 4em;
align-self: center;
border: none;
}
.wpstg--modal--snapshot--import--upload--container span {
margin-top: 1em;
}
.wpstg--snapshot--import--options>button {
margin-top: 1em;
padding: 1em;
align-self: center;
width: 185px;
height: auto;
line-height: normal;
}
/*.wpstg--snapshot--import--options.wpstg--show-options > button {
background: white;
border-radius: 3px 3px 0 0;
border: .25em solid #25a1f0;
text-shadow: none;
color: #2e3436;
}*/
.wpstg--snapshot--import--options {
position: relative;
display: flex;
justify-content: center;
}
.wpstg--snapshot--import--options ul {
display: none;
}
.wpstg--snapshot--import--options.wpstg--show-options ul {
padding: 0;
margin: 54px 0 0 0;
display: block;
position: absolute;
width: 185px;
background: #25a1f0;
border-top: .2em solid #25a1f0;
border-bottom: .25em solid #25a1f0;
border-left: .25em solid #25a1f0;
border-right: .25em solid #25a1f0;
box-sizing: border-box;
border-radius: 0 0 3px 3px;
border-width: 1px;
border-color: #2188c9;
text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
}
.wpstg--snapshot--import--options.wpstg--show-options ul li {
border-bottom: .1em solid #25a1f0;
margin: 0px;
}
.wpstg--snapshot--import--options.wpstg--show-options ul li:hover {
background-color: #25a1f0;
}
.wpstg--snapshot--import--options.wpstg--show-options ul li:last-child {
border-bottom: none;
}
.wpstg--snapshot--import--options ul li button {
cursor: pointer;
background: none;
border: none;
margin: 0;
width: 100%;
color: white;
height: 40px;
line-height: 40px;
}
.wpstg--snapshot--import--options ul li button:hover {
background-color: #259be6;
}
.wpstg--modal--snapshot--import--search-replace--info {
padding: 0 5.5em;
margin: 1.5em 0;
display: flex;
flex-direction: row;
padding: 0 5em;
}
.wpstg--modal--snapshot--import--info p {
text-align: left;
margin: 0;
}
/* unused class should be removed or commented
.wpstg--modal--snapshot--import--search-replace--wrapper {
display: flex;
flex-direction: row;
padding: 0 5em;
}
*/
.wpstg--modal--snapshot--import--search-replace--wrapper button {
align-self: center;
}
.wpstg--modal--snapshot--import--search-replace--new {
margin: 0 1em;
color: white;
background-color: #25a1f0;
border: 0px;
border-radius: 3px;
font-size: 18px;
text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
}
.wpstg--modal--snapshot--import--search-replace--input--container {
flex: 1;
display: flex;
flex-direction: column;
}
.wpstg--modal--snapshot--import--search-replace--input-group {
width: 100%;
border-bottom: 6px solid #f1f1f1;
margin-bottom: 10px;
}
.wpstg--modal--snapshot--import--search-replace--input-group input {
display: block;
/*margin: 1em 0;*/
width: 100%;
line-height: 10px;
border: 1px solid #dedede;
border-radius: 3px;
color: #666;
padding: 7px;
margin-bottom: 12px;
}
.wpstg--modal--import--upload--process {
display: none;
position: absolute;
/*display: flex;*/
width: 100%;
height: 100%;
top: 0;
left: 0;
text-indent: 1em;
white-space: nowrap;
overflow: hidden;
color: #898989;
mix-blend-mode: difference;
justify-content: center;
align-items: center;
}
.wpstg--modal--import--upload--progress {
position: absolute;
background: #dedede;
color: white;
width: 0;
height: 100%;
border-radius: 1em;
left: -1px;
top: 0;
}
.wpstg--modal--import--upload--progress--title {
z-index: 9;
}
.wpstg-fieldset:disabled {
opacity: 0.8;
border-top: 1px solid white;
margin-top: 20px;
}
.wpstg-fs-14 {
font-size: 14px;
}
.wpstg-light-alert {
font-weight: bold;
background-color: #e6e6e6;
padding: 15px;
border-top: 1px solid white;
margin-top: 20px;
}
.wpstg-form-group {
display: flex;
flex-wrap: wrap;
width: 100%;
margin-bottom: 8px;
}
.wpstg-form-group>label {
display: inline-block;
font-weight: 700;
min-width: 25%;
width: 25%;
}
.wpstg-text-field>input {
width: 350px;
display: inline-block;
}
.wpstg-code-segment {
display: block;
}
.wpstg-text-field>.wpstg-code-segment {
margin-top: 4px;
margin-left: 25%;
min-width: 350px;
}
.wpstg-form-group>.wpstg-checkbox {
min-width: 100%;
width: 100%;
position: relative;
}
.wpstg-form-group>.wpstg-checkbox>input[type='checkbox'] {
left: 25%;
}
.wpstg-rounded {
border-radius: 3px;
}
.wpstg-white-border {
border: 1px solid white !important;
}
.wpstg-mt-16 {
margin-top: 16px;
}
.wpstg-w-100pc {
width: 100%;
}
#wpstg-confirm-snapshot-restore-data {
margin: 40px;
text-align: left;
}
#wpstg-confirm-snapshot-restore-wrapper {
margin: 30px;
}
#wpstg-confirm-snapshot-restore-wrapper h3 {
color: #f56363;
}
#swal2-content h2 {
color: #a8a8a8;
}
#wpstg_allow_emails {
margin-left: 10px;
}
#wpstg-advanced-settings hr {
margin: 20px 0;
}
.wpstg-form-row {
display: block;
}
.wpstg-form-row label,
.wpstg-form-row input {
display: table-cell;
padding-left: 5px;
padding-right: 5px;
margin-top: 3px;
margin-bottom: 3px;
}
.wpstg-form-row input {
width: 400px;
}
.wpstg-form-row label {
font-weight: bold;
width: 1px;
white-space: nowrap;
}
#wpstg_symlink_upload {
margin-left: 10px;
}
.wpstg-fieldset:disabled {
opacity: 0.8;
border-top: 1px solid white;
margin-top: 20px;
}
.wpstg-fs-14 {
font-size: 14px;
}
.wpstg-light-alert {
font-weight: bold;
background-color: #e6e6e6;
padding: 15px;
border-top: 1px solid white;
margin-top: 20px;
}
.wpstg-form-group {
display: flex;
flex-wrap: wrap;
width: 100%;
margin-bottom: 8px;
}
.wpstg-form-group>label {
display: inline-block;
font-weight: 700;
min-width: 25%;
width: 25%;
}
.wpstg-text-field>input {
width: 350px;
display: inline-block;
}
.wpstg-code-segment {
display: block;
}
.wpstg-text-field>.wpstg-code-segment {
margin-top: 4px;
margin-left: 25%;
min-width: 350px;
}
.wpstg-form-group>.wpstg-checkbox {
min-width: 100%;
width: 100%;
}
.wpstg-form-group>.wpstg-checkbox>input[type='checkbox'] {
margin-left: 10px;
}
@media only screen and (max-width: 768px) {
.wpstg-form-group {
display: block;
}
.wpstg-form-group>label {
display: block;
min-width: auto;
width: auto;
}
.wpstg-text-field>input {
width: 100%;
display: block;
}
.wpstg-text-field>.wpstg-code-segment {
margin-left: 0;
min-width: 100%;
}
.wpstg-tab-section {
width: calc(100vw - 60px);
max-width: calc(100vw - 60px);
}
}
.wpstg-rounded {
border-radius: 3px;
}
.wpstg-white-border {
border: 1px solid white !important;
}
.wpstg-m-0 {
margin: 0px;
}
.wpstg-mt-16 {
margin-top: 16px;
}
.wpstg-w-100 {
width: 100%;
}
.wpstg-box-shadow {
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
}
.wpstg-float-left {
float: left;
}
.wpstg-fivestar {
border-left: none;
background-color: #59a7f7;
color: white;
padding: 10px;
margin: 10px;
margin-left: 0px;
}
.wpstg-bold-text {
font-weight: bold;
}
.wpstg-rating-link {
font-weight: normal;
color: white;
}
.wpstg-warning.notice {
border-left: 4px solid #ffba00;
}
.wpstg-confirmation-label {
background-color: #5b9dd9;
color: #fff;
padding: 2px;
border-radius: 3px;
}
.wpstg-my-6px {
margin-bottom: 6px;
margin-top: 6px;
}
.wpstg-mb-10px {
margin-bottom: 10px;
}
.wpstg-opacity-80 {
opacity: 0.8;
}
.wpstg-clear-both {
clear: both;
}
.wpstg-fs-10px {
font-size: 10px;
}
.wpstg-font-italic {
font-style: italic;
}
.wpstg-mt-20px {
margin-top: 20px;
}
.wpstg-welcome-container {
border: 2px solid white;
padding: 20px;
margin-bottom: 20px;
}
.wpstg-ml-30px {
margin-left: 30px;
}
.wpstg-text-center {
text-align: center;
}
.wpstg-feedback-link {
text-decoration: none;
color: #abc116
}
.wpstg-feedback-span {
display: block;
margin-bottom: 20px;
color: #abc116;
}
#wpstg-confirm-snapshot-restore-data {
margin: 40px;
text-align: left;
}
#wpstg-confirm-snapshot-restore-wrapper {
margin: 30px;
}
#wpstg-confirm-snapshot-restore-wrapper h3 {
color: #f56363;
}
#wpstg-footer {
clear: both;
padding-top: 20px;
}
#swal2-content h2 {
color: #a8a8a8;
}
#wpstg-progress-db,
#wpstg-progress-backup {
background-color: #3fa5ee;
}
#wpstg-progress-sr,
#wpstg-progress-files.wpstg-pro {
background-color: #3c9ee4;
}
#wpstg-progress-dirs,
#wpstg-progress-data {
background-color: #3a96d7;
}
#wpstg-progress-files:not(.wpstg-pro),
#wpstg-progress-finishing {
background-color: #378cc9;
}
.wpstg-issue-resubmit-confirmation.swal2-container {
z-index: 10500;
}
body.toplevel_page_wpstg_clone .swal2-container .swal2-content {
z-index:2;
}
.wpstg-push-confirmation-message {
text-align: justify;
} | wp-content/plugins/wp-staging-pro/assets/css/src/wpstg-admin.css |
#wpstg-tab-container ul {
/*height: 200px;*/
list-style: none;
margin: 0;
padding: 0;
background: #f1f1f1;
float: left;
/*list-style-type: square;*/
}
#wpstg-tab-container ul li:first-child.selected-tab {
border-top: none;
}
#wpstg-tab-container ul li a.selected-tab {
font-weight: bold;
text-decoration: none;
}
#wpstg-tab-container .row {
padding-top: 10px;
padding-bottom: 12px;
}
.wpstg-tabs-container .nav-tab-wrapper {
padding: 0;
}
#wpstg-tab-container .row label strong,
#wpstg-tab-container .row strong {
font-weight: bold;
}
.wpstg-tabs a {
padding: 5px;
}
#wpstg-tab-container>ul>li.wpstg-tabs.active {
background-color: white;
}
#wpstg_settingsgeneral_header .row:nth-child(3),
#wpstg_settingsgeneral_header .row:nth-child(4) {
display: none;
}
#wpstg-tab-container .wpstg-settings-panel {
padding: 0 20px 20px 20px;
overflow: auto;
}
#wpstg-tab-container .wpstg-form-table th {
vertical-align: top;
text-align: left;
padding: 20px 10px 20px 0;
line-height: 1.3;
font-weight: bold;
font-size: 14px;
color: #484848;
width: 30%;
}
#wpstg-tab-container .wpstg-form-table tr {
border-bottom: 1px solid #E7E7E7;
}
#wpstg-tab-container span.description {
display: block;
font-weight: 400;
font-style: normal;
font-size: 13px;
margin-top: 7px;
color: #484848;
}
#wpstg-tab-container .col-title {
color: #484848;
}
@media only screen and (max-width: 680px) {
#wpstg-tab-container ul {
float: none;
}
#wpstg-tab-container .wpstg-form-table tr>th {
width: 100%;
}
#wpstg-tab-container span.description {
font-size: 14px;
}
#wpstg-tab-container .wpstg-form-table tr>th,
#wpstg-tab-container .wpstg-form-table tr>td {
padding: 10px;
}
}
#wpstg-tab-container ul li {
margin-bottom: 0;
}
#wpstg-tab-container ul li a {
display: block;
padding: 10px 4px 10px 14px;
border-width: 1px 0;
border-style: solid;
border-top-color: white;
border-bottom-color: #e7e7e7;
text-decoration: none;
color: #0097DF;
font-weight: bold;
}
#wpstg-tab-container ul li a:hover {
background-color: #e5e5e5;
color: #777777;
}
.wpstg-logo {
display: block;
font-size: 16px;
padding-top: 20px;
width: 220px;
float: left;
}
.wpstg-version {
display: block;
padding-top: 29px
}
.wpstg_admin .nav-tab {
color: #3C3C3C;
}
#wpstg-tab-container table tbody tr:nth-child(1)>th>div {
font-size: 20px;
}
.wpstg_hidden {
display: none;
}
/* Cloning workflow */
#wpstg-clonepage-wrapper {
margin-bottom: 20px;
/*max-width: 690px;*/
}
@media screen and (min-width: 1090px) {
#wpstg-clonepage-wrapper {
float: left;
margin-bottom: 20px;
/*width: 690px;*/
}
.wpstg-sidebar {
display: none;
margin-left: 700px;
margin-top: 138px;
}
}
.wpstg-sidebar {
display: none;
padding: 10px;
border: 1px solid #DFDFDF;
max-width: 250px;
height: 250px;
}
#wpstg-steps {
margin-top: 30px;
}
#wpstg-steps li {
color: #444;
line-height: 20px;
padding-right: 10px;
float: left;
}
.wpstg-step-num {
border: 1px solid #444;
border-radius: 3px;
display: inline-block;
width: 20px;
height: 20px;
text-align: center;
margin-right: 5px;
}
.wpstg-current-step {
font-weight: bold;
}
.wpstg-current-step .wpstg-step-num {
background: #444;
color: #eee;
}
.wpstg-box {
margin: 10px 0;
padding: 10px;
position: relative;
overflow: hidden;
transition: border-color .2s ease-in-out;
}
.wpstg-clone {
margin-bottom: 3px;
padding: 16px;
position: relative;
transition: border-color .2s ease-in-out;
background-color: #25a1f0;
border-radius: .25rem;
box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
}
.wpstg-clone.active {
border-color: #1d94cf;
}
.wpstg-clone-header {
display: flex;
justify-content: space-between;
align-items: center;
}
.wpstg-clone-title {
display: inline-block;
font-size: 15px;
max-width: 300px;
text-decoration: none;
font-weight: bold;
color: white;
}
.wpstg-clone-title:hover {
color: #f1f1f1;
}
.wpstg-clone-actions {
display: flex;
align-items: right;
}
.wpstg-dropdown {
position: relative;
}
.wpstg-clone-actions .wpstg-dropdown-toggler {
text-decoration: none;
background: #fff;
padding: 4px 10px;
border-radius: 2px;
font-size: 14px;
box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
color: #002648;
}
.wpstg-clone-actions .wpstg-dropdown-toggler:hover {
background: #002648;
color: white;
}
.wpstg-dropdown {
position: relative;
}
.wpstg-dropdown>.wpstg-dropdown-menu {
background: #fff;
display: none;
flex-direction: column;
position: absolute;
right: 0;
top: calc(100% + 4px);
padding: 8px;
border-radius: 2px;
width: 100px;
box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
z-index: 1000;
}
.wpstg-dropdown>.wpstg-dropdown-menu.shown {
display: flex;
}
.wpstg-clone-action {
color: #002648;
padding: 5px 8px;
border-radius: 3px;
text-decoration: none;
position: relative;
transition: color .2s ease-in-out;
}
.wpstg-clone-action:hover {
background: rgba(0,0,0,0.05);
}
.wpstg-remove-clone:hover {
color: #ef6d6d;
}
.wpstg-clone-action:last-child {
border: none;
}
.wpstg-clone:hover .wpstg-clone-action {
display: inline-block;
}
#wpstg-show-error-details:focus,
#wpstg-workflow .wpstg-clone-action {
outline: none;
box-shadow: none;
}
.wpstg-link-btn {
background: #45a1c9;
color: #fff;
display: inline-block;
padding: 5px 10px;
text-decoration: none;
vertical-align: baseline;
transition: all .2s ease-in-out;
}
.wpstg-link-btn:hover,
.wpstg-link-btn:focus {
color: #fff;
outline: none;
box-shadow: none;
}
#wpstg-workflow .wpstg-link-btn:active {
vertical-align: baseline;
}
.wpstg-link-btn[disabled] {
background: #777 !important;
pointer-events: none;
}
#wpstg-cancel-cloning,
#wpstg-cancel-cloning-update {
background: #ff3428;
border-color: #e72f24;
margin-top: 5px;
}
#wpstg-cancel-cloning.success,
#wpstg-cancel-cloning.success {
background: #64dd58;
border-color: #54bd4a;
}
#wpstg-error-wrapper,
#wpstg-error-details {
display: none;
padding-top: 10px;
font-size: 13px;
clear: both;
}
#wpstg-show-error-details {
display: inline-block;
margin-left: 5px;
color: #555;
text-decoration: none;
transition: color .2s ease-in-out;
}
#wpstg-show-error-details:hover {
color: #1d94cf;
}
#wpstg-error-details {
border-left: 5px solid #ef6d6d;
padding: 10px;
width: 500px;
}
#wpstg-try-again {
display: none;
}
#wpstg-home-link {
float: right;
}
.wpstg-loader {
content: url('../../img/loading.gif');
margin-top: 5px;
display: none;
}
.wpstg-loader.wpstg-finished {
display: block;
content: "Finished";
background-color: #00c89a;
color: white;
padding-left: 10px;
padding-right: 10px;
padding-top: 2px;
padding-bottom: 2px;
margin-top: 0px;
border-radius: 3px;
}
#wpstg-workflow {
max-width: 650px;
position: relative;
clear: both;
padding-top: 20px;
float: left;
min-width: 500px;
/*border-right: 1px solid #DFDFDF;*/
min-height: 380px;
padding-right: 20px;
padding-bottom: 20px;
}
#wpstg-sidebar {
float: left;
max-width: 400px;
display: block;
margin-left: 10px;
}
@media screen and (max-width: 1150px) {
#wpstg-sidebar img {
margin-top: 30px;
}
}
#wpstg-workflow.loading::after,
#wpstg-removing-clone.loading::after {
background: rgba(255, 255, 255, .7);
content: 'Loading... may take a while for huge websites';
display: block;
width: 100%;
height: 100%;
font-size: 20px;
padding-top: 100px;
text-align: center;
position: absolute;
top: 0;
left: 0;
z-index: 99;
}
#wpstg-removing-clone.loading::after {
content: 'REMOVING' !important;
}
#wpstg-existing-clones,
#wpstg-removing-clone {
position: relative;
}
#wpstg-removing-clone .wpstg-tab-section {
display: block;
}
.wpstg-progress-bar {
max-width: 900px;
height: 27px;
padding: 0;
background-color: #d6d8d7;
}
.wpstg-progress {
float: left;
background: #3fa5ee;
width: 0;
height: 100%;
transition: width .6s ease;
color: white;
line-height: 25px;
text-align: center;
overflow: hidden;
}
.wpstg-progress-files {
background: #16b4f0;
width: 0;
height: 100%;
transition: width .6s ease;
color: white;
line-height: 25px;
text-align: center;
}
#wpstg-new-clone-id.wpstg-error-input,
#wpstg-clone-path.wpstg-error-input {
border: 1px solid #ff4235;
box-shadow: 0 0 2px rgba(255, 66, 53, .8);
}
#wpstg-new-clone {
background: #25a1f0;
border-color: #2188c9;
/*box-shadow: inset 0 2px 0 #006799;*/
background-color: #25a1f0;
}
#wpstg-new-clone:hover {
background: #259be6;
border-color: #2188c9;
/*border-width: 2px;*/
/*box-shadow: inset 0 2px 0 #006799;*/
background-color: #259be6;
}
#wpstg-clone-path {
margin-left: 10px;
width: 350px;
}
.wpstg-error-msg {
color: #ff4235;
}
#wpstg-clone-id-error {
display: block;
background-color: #f0f8ff;
padding: 10px;
margin: 20px;
}
#wpstg-start-cloning+.wpstg-error-msg {
display: block;
margin-top: 5px;
}
.wpstg-size-info {
color: #999;
font-weight: normal;
position: relative;
left: 2px;
}
.wpstg-db-table .wpstg-size-info {
top: 2px;
}
.wpstg-db-table:hover {
background-color: #f0f8ff;
}
#wpstg-workflow #wpstg-start-cloning {
display: inline-block;
margin-left: 5px;
font-size: 14px;
vertical-align: baseline;
}
/* Tabs */
.wpstg-tabs-wrapper {
max-width: 640px;
margin: 10px 0;
}
#wpstg-path-wrapper {
border-bottom: 2px dashed #ccc;
padding-bottom: 10px;
margin-bottom: 10px;
}
/* unused class should be removed or commented
.wpstg-tabs-wrapper {
border: 1px solid #ddd;
border-right: none;
border-left: none;
}
*/
.wpstg-tab-section {
border-bottom: 1px solid #ddd;
border-right: none;
border-left: none;
display: none;
width: 100%;
padding: 20px;
}
.wpstg-tab-section::after {
display: block;
content: '';
clear: both;
}
.wpstg-tab-header {
border-bottom: 1px solid #ddd;
border-right: none;
border-left: none;
color: #444;
font-size: 16px;
font-weight: bolder;
display: block;
padding: 10px;
;
text-decoration: none;
}
.wpstg-tab-triangle {
font-family: arial;
display: inline-block;
margin-right: 10px;
}
.wpstg-tab-header:focus {
color: #444;
outline: none;
box-shadow: none;
}
#wpstg-large-files {
display: none;
border: 1px dashed #ccc;
/*float: right;*/
padding: 10px 10px 10px;
margin-top: 20px;
position: relative;
font-size: 12px;
}
#wpstg-large-files h3 {
background: #fff;
margin: 0;
padding: 0 5px;
position: absolute;
top: -10px;
left: 5px;
}
/* tmp */
.wpstg-subdir {
display: none;
margin-left: 20px;
}
.wpstg-subdir.wpstg-push {
display: block;
margin-left: 20px;
}
.wpstg-dir a.disabled {
color: #888;
cursor: default;
text-decoration: none;
}
.wpstg-check-subdirs {
display: inline-block;
margin-left: 10px;
}
.wpstg-notice-alert {
display: block;
background-color: #FFD0D0;
padding: 20px;
border: 1px solid #fff;
max-width: 600px;
margin-top: 10px;
}
.wpstg-header {
font-weight: 400;
line-height: 1.6em;
font-size: 19px;
border-bottom: 1px solid #DFDFDF;
clear: both;
}
#wpstg-clone-label {
font-size: 14px;
font-weight: bold;
}
.wpstg-log-details {
height: 300px;
overflow: scroll;
max-width: 650px;
font-family: monospace;
font-size: 12px;
line-height: 15px;
border: 1px solid #FFF;
background-color: black;
color: #c0c0c0;
padding: 3px;
white-space: nowrap;
margin-top: 15px;
}
#wpstg-finished-result {
display: none;
}
#wpstg-remove-cloning {
background: #ff3428;
border-color: #e72f24;
margin-top: 5px;
}
#wpstg-success-notice {
padding: 10px;
background-color: white;
max-width: 900px;
border: 1px solid #ccc;
margin-top: 20px;
}
.wpstg_beta_notice {
margin-bottom: 20px;
}
.wpstg-sysinfo {
width: 700px;
height: 700px;
}
.wpstg-form-table .col-title label {
font-weight: 600;
}
.wpstg-form-table td:first-child {
width: 30%;
}
.wpstg-share-button-container {
margin: 5px 0;
}
.wpstg-share-button-container p {
margin: 0px 0 10px 0;
}
.wpstg-share-button {
display: inline-block;
}
.wpstg-share-button a {
text-decoration: none;
}
.wpstg-share-button .wpstg-share {
font-family: sans-serif;
font-weight: bold;
text-decoration: none;
text-align: center;
}
.wpstg-share-button .wpstg-share {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
color: #FFF;
display: inline;
font-size: 12px;
padding: 4px 8px;
/* will be overided due to display: inline
width: 40px; */
}
.wpstg-share-button-twitter .wpstg-share {
background-color: #00ABF0;
}
.wpstg-share-button-facebook .wpstg-share {
background-color: #3b5998;
}
.wpstg-share-button-googleplus .wpstg-share {
background-color: #F53424;
}
.wpstg-share-button-twitter .share:active,
.wpstg-share-button-facebook .share:active,
.wpstg-share-button-googleplus .share:active {
background-color: #353535;
}
#wpstg-check-space {
margin-left: 8px;
}
/* welcome screen */
.wpstg-button.green {
display: inline-block;
padding: 10px;
min-width: 170px;
font-size: 16px;
text-decoration: none;
text-align: center;
margin-top: 20px;
background-color: #83c11f;
color: white;
}
.wpstg-button.green:hover {
background-color: #8ed122;
}
.wpstg-button.wpstg-save {
background-color: #1687A7;
color: white;
}
.wpstg-button.wpstg-save:hover {
background-color: #276678;
}
.wpstg-button.wpstg-bordered {
border-radius:3px;
font-size: 14px;
border: 1px solid white;
}
#wpstg-welcome li {
font-size: 18px;
line-height: 29px;
position: relative;
padding-left: 23px;
list-style: none !important;
}
#wpstg-welcome {
margin-top: 20px;
margin-right: 20px;
background-color: white;
}
.wpstg-heading-pro {
color: #0080ff;
font-weight: bold;
}
.wpstg-h2 {
margin-top: 0px;
margin-bottom: 1.2rem;
font-size: 30px;
line-height: 2.5rem;
}
#wpstg-welcome li:before {
width: 1em;
height: 100%;
background: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%2377B227%22%20d%3D%22M1671%20566q0%2040%2D28%2068l%2D724%20724%2D136%20136q%2D28%2028%2D68%2028t%2D68%2D28l%2D136%2D136%2D362%2D362q%2D28%2D28%2D28%2D68t28%2D68l136%2D136q28%2D28%2068%2D28t68%2028l294%20295%20656%2D657q28%2D28%2068%2D28t68%2028l136%20136q28%2028%2028%2068z%22%2F%3E%3C%2Fsvg%3E) left .4em no-repeat;
background-size: contain;
content: "";
position: absolute;
top: 0;
left: 0;
color: #77b227;
}
.wpstg-h1 {
font-size: 2.75em;
margin-bottom: 1.35rem;
font-size: 2.5em;
line-height: 3.68rem;
letter-spacing: normal;
}
#wpstg-welcome h2 {
margin: 0 0 15px;
}
#wpstg-welcome .wpstg-footer {
clear: both;
margin-top: 20px;
font-style: italic;
}
#wpstg-footer {
clear: both;
padding-top: 20px;
clear: both;
padding-top: 20px;
background-color: white;
padding: 20px;
margin-top: 20px;
margin-right: 10px;
}
#wpstg-footer a {
text-decoration: none;
}
.wpstg-staging-info {
margin-top: 8px;
color: white;
font-size: 12px;
}
.wpstg-staging-info a {
color: white;
}
.wpstg-staging-info li {
margin-bottom: 2px;
}
.wpstg-bold {
font-weight: 600;
}
#wpstg-processing-status {
margin-top: 5px;
font-size: 13px;
font-weight: 400px;
float: left;
}
#wpstg-processing-timer {
margin-top: 5px;
font-size: 13px;
font-weight: 400px;
float: right;
}
#wpstg-report-issue-button {
margin-left: 50px;
border: 1px solid #ef5a4b;
color: #ef5a4b;
background-color: white;
}
#wpstg-report-issue-button:hover {
background-color: #e74c3c;
color: #fff;
}
.wpstg-button {
display: inline-block;
background-color: transparent;
color: #95a5a6;
border-radius: 3px;
cursor: pointer;
padding: 2px 10px 2px 10px;
text-transform: uppercase;
font-weight: 500;
outline: 0;
transition: background-color .1s ease-in;
text-decoration: none;
}
.wpstg-blue-primary {
display: inline-block;
text-decoration: none;
font-size: 13px;
line-height: 26px;
height: 28px;
margin: 0;
padding: 0 10px 1px;
cursor: pointer;
border-width: 1px;
border-style: solid;
-webkit-appearance: none;
border-radius: 3px;
white-space: nowrap;
box-sizing: border-box;
background: #25a1f0;
border-color: #2188c9;
/*box-shadow: 0 1px 0 #006799;*/
color: #fff;
text-decoration: none;
text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
}
.wpstg-blue-primary:hover {
background-color: #259be6;
}
.wpstg-report-issue-form {
position: absolute;
z-index: 9999;
width: 300px;
background-color: #fff;
margin: 6px 0 0;
padding: 15px 15px 10px;
border: 1px solid #e8e8e8;
border-radius: 3px;
box-shadow: 0 1px 0 0 #fff inset;
display: none;
margin-top: 67px;
margin-left: 123px;
}
.wpstg-report-show {
display: block;
}
.wpstg-field input[type=text],
.wpstg-field textarea {
width: 100%;
font-weight: 400;
line-height: 1.4;
margin-bottom: 4px;
}
.wpstg-report-email,
.wpstg-report-hosting-provider {
width: 100%;
font-weight: 400;
font-size: .8rem;
height: 2.3rem;
line-height: 2.3rem;
border-radius: 3px;
margin-bottom: 4px;
padding: 0 10px;
}
.wpstg-report-description {
border-radius: 3px;
font-size: .8rem;
padding: 6px 10px;
resize: none;
}
.wpstg-report-privacy-policy {
font-size: 12px;
margin-bottom: 15px;
}
#wpstg-report-cancel {
float: right;
margin-right: 5px;
}
.wpstg-buttons .spinner {
float: none;
margin: 0px 0px 0px 5px;
}
.wpstg-message {
box-sizing: border-box;
-moz-box-sizing: border-box;
background-color: #f5e0de;
border-radius: 3px;
color: rgba(0, 0, 0, .6);
height: auto;
margin: 10px 0;
min-height: 18px;
padding: 6px 10px;
position: relative;
}
.wpstg-message.wpstg-error-message {
background-color: #f5e0de;
color: #b65147;
font-size: 12px;
}
.wpstg-message.wpstg-success-message {
background-color: #d7f8e0;
color: #515151;
}
.wpstg-message p {
margin: 3px 0;
font-size: 13px;
}
.wpstg-warning {
display: block;
padding: 10px;
background-color: #ffb804;
color: #ffffff;
margin: 10px;
margin-left: 0px;
}
.wpstg-warning a {
color: #ffffff;
font-weight: bold;
text-decoration: underline;
}
.wpstg-error {
display: block;
padding: 10px;
background-color: #fe6501;
color: #ffffff;
margin: 10px;
margin-left: 0px;
}
.wpstg-error a {
color: #ffffff;
font-weight: bold;
text-decoration: underline;
}
#wpstg-resume-cloning {
display: none;
}
#wpstg-external-db th {
text-align: left;
width: 120px;
}
#wpstg-db-connect {
font-weight: normal;
}
#wpstg-db-status {
display: block;
margin-top: 5px;
padding: 5px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
text-decoration: none;
text-align: center;
}
.wpstg-text-field>#wpstg-db-status {
margin-top: 8px;
margin-left: 25%;
min-width: 350px;
}
.wpstg-success {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.wpstg-failed {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
#wpstg_select_tables_cloning {
height: 600px;
font-size: 13px;
}
#wpstg-update-notify {
background-color: #fe6501;
font-size: 14px;
color: #ffffff;
line-height: normal;
padding: 10px;
margin-right: 10px;
}
#wpstg-update-notify a {
color: #ffffff;
font-weight: bold;
}
.wpstg-pointer {
cursor: pointer;
}
.wpstg--tab--header ul {
display: flex;
}
.wpstg--tab--header ul li {
margin-right: 1em;
}
.wpstg--tab--header ul li:last-child {
margin-right: 0;
}
.wpstg--tab--header a {
min-width: 150px;
text-align: center;
cursor: pointer;
display: inline-block;
padding: 1em 1.25em;
border-bottom: .5em solid transparent;
border: solid 1px;
}
.wpstg--tab--header a.wpstg--tab--active {
border-bottom: .5em solid #25A1F0;
color: #25A1F0;
}
.wpstg--tab--content {
display: none;
}
.wpstg--tab--active {
display: block;
}
.wpstg--text--strong,
.wpstg--text--strong * {
font-weight: bold !important;
}
.wpstg--text--danger {
color: #a94442;
}
.wpstg--tooltip {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
margin-left: 10px;
}
.wpstg--tooltip .wpstg--tooltiptext {
visibility: hidden;
width: 300px;
background-color: #ffffff;
color: #505050;
text-align: left;
padding: 20px;
border: 1px solid #e8e8e8;
border-radius: 3px;
position: absolute;
z-index: 1;
-webkit-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.75);
box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.75);
}
.wpstg--tooltip:hover .wpstg--tooltiptext {
visibility: visible;
}
.wpstg--tooltiptext-snapshots {
width: 120px;
top: 100%;
left: -150%;
margin-left: -60px;
/* Use half of the width (120/2 = 60), to center the tooltip */
margin-top: 10px;
}
/**
Tooltip top arrow
*/
.wpstg--tooltip .wpstg--tooltiptext-snapshots::after {
content: " ";
position: absolute;
bottom: 100%;
/* At the top of the tooltip */
left: 50%;
margin-left: 25px;
border-width: 5px;
border-style: solid;
border-color: transparent transparent white transparent;
}
.wpstg--snaphot-restore-table tr {
line-height: 12px;
}
.wpstg-float-left {
float: left;
}
.wpstg-beta-notice {
background-color: #b0e8b0;
border-radius: 3px;
padding: 7px;
margin-bottom: 20px;
}
#wpstg-snapshot-name {
font-size: 1.875em;
font-weight: 600;
}
#wpstg_select_tables_cloning option:checked {
/* Cannot use background color here because Chrome and Firefox ignore it even if set to !important */
-webkit-appearance: menulist-button;
background-image: linear-gradient(0deg, #1e90ff 0%, #1e90ff 100%);
}
.wpstg--btn--cancel {
background: #ff3428;
border-color: #e72f24;
color: #fff;
height: auto;
line-height: normal;
font-size: 16px;
padding: .5em;
margin-bottom: 1.5em;
}
.wpstg--btn--cancel:hover {
background: #ff3428;
border-color: #e72f24;
}
.wpstg--process--content>.swal2-html-container {
padding: 4em 2em !important;
}
.wpstg--modal--process--logs,
.wpstg--modal--error--logs {
background: black;
height: 300px;
margin-top: 1em;
display: none;
padding: 1em;
overflow-x: hidden;
overflow-x: auto;
text-align: justify;
}
.wpstg--modal--error--logs {
height: auto;
max-height: 300px;
}
.wpstg--modal--process--logs>p,
.wpstg--modal--error--logs>p {
text-align: left;
font-size: 14px;
}
.wpstg--modal--process--logs p,
.wpstg--modal--error--logs p {
margin: .3em 0;
}
.wpstg--modal--process--msg--error {
color: darkred;
}
.wpstg--modal--process--msg--critical {
color: red;
}
.wpstg--modal--process--msg--warning {
color: darkorange;
}
.wpstg--modal--process--msg-found {
color: #f56363;
}
body.toplevel_page_wpstg_clone .swal2-modal .swal2-cancel.wpstg--btn--cancel {
margin-bottom: 0;
}
body.toplevel_page_wpstg_clone .swal2-modal .swal2-confirm.wpstg--btn--confirm {
font-size: 16px;
padding: .5em;
line-height: normal;
height: auto;
margin-right: 10px;
}
body.toplevel_page_wpstg_clone .swal2-modal .wpstg-loader {
display: inline-block !important;
}
.wpstg--modal--process--generic-problem {
display: none;
border-left: 5px solid #ef6d6d;
margin: .5em 0;
}
.wpstg--modal--process--logs--tail {
color: #a8a8a8;
background: none;
border: none;
cursor: pointer;
}
.wpstg--modal--snapshot--import--upload--title {
color: #505050;
}
.wpstg--modal--snapshot--import--filesystem,
.wpstg--modal--snapshot--import--upload--status,
.wpstg--modal--snapshot--import--upload--container input[type="file"] {
display: none;
}
#wpstg--snapshots--import--file-list {
font-size: 14px;
font-weight: bold;
}
#wpstg--snapshots--import--file-list-empty {
color: red;
}
.wpstg--modal--snapshot--import--filesystem label {
font-size: 14px;
}
.wpstg--modal--snapshot--import--filesystem button {
margin-bottom: 20px;
}
.wpstg--modal--snapshot--import--upload,
.wpstg--modal--snapshot--import--filesystem {
color: #505050;
}
.wpstg--modal--snapshot--import--upload--container {
position: relative;
border-radius: 1em;
margin: .5em;
padding: 1em .5em;
border: .4em dashed #dedede;
display: flex;
flex-direction: column;
}
.wpstg--modal--snapshot--import--upload--container .wpstg--uploader {
display: flex;
flex-direction: column;
}
.wpstg--modal--snapshot--import--upload--container.wpstg--has-dragover {
background-color: #9a9a9a;
color: white;
}
.wpstg--modal--snapshot--import--upload--container span.wpstg--drop,
.wpstg--modal--snapshot--import--upload--container.wpstg--has-dragover span.wpstg--drag,
span.wpstg--snapshot--import--selected-file,
span.wpstg--drag-or-upload {
display: none;
}
.wpstg--modal--snapshot--import--upload--container.wpstg--has-dragover span.wpstg--drop {
display: inline-block;
}
.wpstg--modal--snapshot--import--upload--container input[type='file'] {
display: none;
}
.wpstg--modal--snapshot--import--upload--container img {
width: 4em;
align-self: center;
border: none;
}
.wpstg--modal--snapshot--import--upload--container span {
margin-top: 1em;
}
.wpstg--snapshot--import--options>button {
margin-top: 1em;
padding: 1em;
align-self: center;
width: 185px;
height: auto;
line-height: normal;
}
/*.wpstg--snapshot--import--options.wpstg--show-options > button {
background: white;
border-radius: 3px 3px 0 0;
border: .25em solid #25a1f0;
text-shadow: none;
color: #2e3436;
}*/
.wpstg--snapshot--import--options {
position: relative;
display: flex;
justify-content: center;
}
.wpstg--snapshot--import--options ul {
display: none;
}
.wpstg--snapshot--import--options.wpstg--show-options ul {
padding: 0;
margin: 54px 0 0 0;
display: block;
position: absolute;
width: 185px;
background: #25a1f0;
border-top: .2em solid #25a1f0;
border-bottom: .25em solid #25a1f0;
border-left: .25em solid #25a1f0;
border-right: .25em solid #25a1f0;
box-sizing: border-box;
border-radius: 0 0 3px 3px;
border-width: 1px;
border-color: #2188c9;
text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
}
.wpstg--snapshot--import--options.wpstg--show-options ul li {
border-bottom: .1em solid #25a1f0;
margin: 0px;
}
.wpstg--snapshot--import--options.wpstg--show-options ul li:hover {
background-color: #25a1f0;
}
.wpstg--snapshot--import--options.wpstg--show-options ul li:last-child {
border-bottom: none;
}
.wpstg--snapshot--import--options ul li button {
cursor: pointer;
background: none;
border: none;
margin: 0;
width: 100%;
color: white;
height: 40px;
line-height: 40px;
}
.wpstg--snapshot--import--options ul li button:hover {
background-color: #259be6;
}
.wpstg--modal--snapshot--import--search-replace--info {
padding: 0 5.5em;
margin: 1.5em 0;
display: flex;
flex-direction: row;
padding: 0 5em;
}
.wpstg--modal--snapshot--import--info p {
text-align: left;
margin: 0;
}
/* unused class should be removed or commented
.wpstg--modal--snapshot--import--search-replace--wrapper {
display: flex;
flex-direction: row;
padding: 0 5em;
}
*/
.wpstg--modal--snapshot--import--search-replace--wrapper button {
align-self: center;
}
.wpstg--modal--snapshot--import--search-replace--new {
margin: 0 1em;
color: white;
background-color: #25a1f0;
border: 0px;
border-radius: 3px;
font-size: 18px;
text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
}
.wpstg--modal--snapshot--import--search-replace--input--container {
flex: 1;
display: flex;
flex-direction: column;
}
.wpstg--modal--snapshot--import--search-replace--input-group {
width: 100%;
border-bottom: 6px solid #f1f1f1;
margin-bottom: 10px;
}
.wpstg--modal--snapshot--import--search-replace--input-group input {
display: block;
/*margin: 1em 0;*/
width: 100%;
line-height: 10px;
border: 1px solid #dedede;
border-radius: 3px;
color: #666;
padding: 7px;
margin-bottom: 12px;
}
.wpstg--modal--import--upload--process {
display: none;
position: absolute;
/*display: flex;*/
width: 100%;
height: 100%;
top: 0;
left: 0;
text-indent: 1em;
white-space: nowrap;
overflow: hidden;
color: #898989;
mix-blend-mode: difference;
justify-content: center;
align-items: center;
}
.wpstg--modal--import--upload--progress {
position: absolute;
background: #dedede;
color: white;
width: 0;
height: 100%;
border-radius: 1em;
left: -1px;
top: 0;
}
.wpstg--modal--import--upload--progress--title {
z-index: 9;
}
.wpstg-fieldset:disabled {
opacity: 0.8;
border-top: 1px solid white;
margin-top: 20px;
}
.wpstg-fs-14 {
font-size: 14px;
}
.wpstg-light-alert {
font-weight: bold;
background-color: #e6e6e6;
padding: 15px;
border-top: 1px solid white;
margin-top: 20px;
}
.wpstg-form-group {
display: flex;
flex-wrap: wrap;
width: 100%;
margin-bottom: 8px;
}
.wpstg-form-group>label {
display: inline-block;
font-weight: 700;
min-width: 25%;
width: 25%;
}
.wpstg-text-field>input {
width: 350px;
display: inline-block;
}
.wpstg-code-segment {
display: block;
}
.wpstg-text-field>.wpstg-code-segment {
margin-top: 4px;
margin-left: 25%;
min-width: 350px;
}
.wpstg-form-group>.wpstg-checkbox {
min-width: 100%;
width: 100%;
position: relative;
}
.wpstg-form-group>.wpstg-checkbox>input[type='checkbox'] {
left: 25%;
}
.wpstg-rounded {
border-radius: 3px;
}
.wpstg-white-border {
border: 1px solid white !important;
}
.wpstg-mt-16 {
margin-top: 16px;
}
.wpstg-w-100pc {
width: 100%;
}
#wpstg-confirm-snapshot-restore-data {
margin: 40px;
text-align: left;
}
#wpstg-confirm-snapshot-restore-wrapper {
margin: 30px;
}
#wpstg-confirm-snapshot-restore-wrapper h3 {
color: #f56363;
}
#swal2-content h2 {
color: #a8a8a8;
}
#wpstg_allow_emails {
margin-left: 10px;
}
#wpstg-advanced-settings hr {
margin: 20px 0;
}
.wpstg-form-row {
display: block;
}
.wpstg-form-row label,
.wpstg-form-row input {
display: table-cell;
padding-left: 5px;
padding-right: 5px;
margin-top: 3px;
margin-bottom: 3px;
}
.wpstg-form-row input {
width: 400px;
}
.wpstg-form-row label {
font-weight: bold;
width: 1px;
white-space: nowrap;
}
#wpstg_symlink_upload {
margin-left: 10px;
}
.wpstg-fieldset:disabled {
opacity: 0.8;
border-top: 1px solid white;
margin-top: 20px;
}
.wpstg-fs-14 {
font-size: 14px;
}
.wpstg-light-alert {
font-weight: bold;
background-color: #e6e6e6;
padding: 15px;
border-top: 1px solid white;
margin-top: 20px;
}
.wpstg-form-group {
display: flex;
flex-wrap: wrap;
width: 100%;
margin-bottom: 8px;
}
.wpstg-form-group>label {
display: inline-block;
font-weight: 700;
min-width: 25%;
width: 25%;
}
.wpstg-text-field>input {
width: 350px;
display: inline-block;
}
.wpstg-code-segment {
display: block;
}
.wpstg-text-field>.wpstg-code-segment {
margin-top: 4px;
margin-left: 25%;
min-width: 350px;
}
.wpstg-form-group>.wpstg-checkbox {
min-width: 100%;
width: 100%;
}
.wpstg-form-group>.wpstg-checkbox>input[type='checkbox'] {
margin-left: 10px;
}
@media only screen and (max-width: 768px) {
.wpstg-form-group {
display: block;
}
.wpstg-form-group>label {
display: block;
min-width: auto;
width: auto;
}
.wpstg-text-field>input {
width: 100%;
display: block;
}
.wpstg-text-field>.wpstg-code-segment {
margin-left: 0;
min-width: 100%;
}
.wpstg-tab-section {
width: calc(100vw - 60px);
max-width: calc(100vw - 60px);
}
}
.wpstg-rounded {
border-radius: 3px;
}
.wpstg-white-border {
border: 1px solid white !important;
}
.wpstg-m-0 {
margin: 0px;
}
.wpstg-mt-16 {
margin-top: 16px;
}
.wpstg-w-100 {
width: 100%;
}
.wpstg-box-shadow {
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
}
.wpstg-float-left {
float: left;
}
.wpstg-fivestar {
border-left: none;
background-color: #59a7f7;
color: white;
padding: 10px;
margin: 10px;
margin-left: 0px;
}
.wpstg-bold-text {
font-weight: bold;
}
.wpstg-rating-link {
font-weight: normal;
color: white;
}
.wpstg-warning.notice {
border-left: 4px solid #ffba00;
}
.wpstg-confirmation-label {
background-color: #5b9dd9;
color: #fff;
padding: 2px;
border-radius: 3px;
}
.wpstg-my-6px {
margin-bottom: 6px;
margin-top: 6px;
}
.wpstg-mb-10px {
margin-bottom: 10px;
}
.wpstg-opacity-80 {
opacity: 0.8;
}
.wpstg-clear-both {
clear: both;
}
.wpstg-fs-10px {
font-size: 10px;
}
.wpstg-font-italic {
font-style: italic;
}
.wpstg-mt-20px {
margin-top: 20px;
}
.wpstg-welcome-container {
border: 2px solid white;
padding: 20px;
margin-bottom: 20px;
}
.wpstg-ml-30px {
margin-left: 30px;
}
.wpstg-text-center {
text-align: center;
}
.wpstg-feedback-link {
text-decoration: none;
color: #abc116
}
.wpstg-feedback-span {
display: block;
margin-bottom: 20px;
color: #abc116;
}
#wpstg-confirm-snapshot-restore-data {
margin: 40px;
text-align: left;
}
#wpstg-confirm-snapshot-restore-wrapper {
margin: 30px;
}
#wpstg-confirm-snapshot-restore-wrapper h3 {
color: #f56363;
}
#wpstg-footer {
clear: both;
padding-top: 20px;
}
#swal2-content h2 {
color: #a8a8a8;
}
#wpstg-progress-db,
#wpstg-progress-backup {
background-color: #3fa5ee;
}
#wpstg-progress-sr,
#wpstg-progress-files.wpstg-pro {
background-color: #3c9ee4;
}
#wpstg-progress-dirs,
#wpstg-progress-data {
background-color: #3a96d7;
}
#wpstg-progress-files:not(.wpstg-pro),
#wpstg-progress-finishing {
background-color: #378cc9;
}
.wpstg-issue-resubmit-confirmation.swal2-container {
z-index: 10500;
}
body.toplevel_page_wpstg_clone .swal2-container .swal2-content {
z-index:2;
}
.wpstg-push-confirmation-message {
text-align: justify;
} | 0.346762 | 0.063948 |
body
{
color: black;
background-color: white;
font-family: "Verdana", sans-serif;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.bodymain
{
padding-left: 0.5em;
padding-right: 0.5em;
}
a:link
{
color: #804000;
text-decoration: underline;
}
a:hover { text-decoration: none; }
span:hover { text-decoration: none; }
a:visited { color: #333; }
.navlinks
{
font-size: smaller;
font-weight: normal;
padding-top: 0.75em;
padding-right: 0.75em;
line-height: 2em;
float: right;
text-align: right;
}
.header
{
background-color: #804000;
font-family: "Georgia", serif;
color: white;
border-bottom: thin solid black;
border-top: thin solid #804000;
}
.header a { color: white; }
h1, h2, h3, h4, h5, h6
{
font-style: normal;
font-weight: bold;
}
h1
{
color: white;
/* padding-top: 0.5em; */
padding-left: 0.5em;
font-size: xx-large;
line-height: normal;
text-shadow: #333 0 2px 3px;
}
h2 { font-size: x-large; }
h3, h4, h5, h6 { font-size: large; }
h2, h3, h4, h5, h6
{
margin-top: 1em;
margin-bottom: 0em;
}
ol, ul
{
padding: none;
max-width: 50em;
}
li
{
padding-bottom: 0.66em;
padding-top: 0.33em;
}
.info, .note, .warn
{
line-height: 1.5em;
padding: 0.5em;
max-width: 50em;
}
em
{
font-weight: bold;
font-style: normal;
}
/* switchup <em> under shell examples so different from <input> and shell commands */
.data-shell em
{
font-weight: normal;
font-style: italic;
color: #000080;
}
.data em
{
font-weight: normal;
font-style: italic;
color: #000080;
}
.subsection
{
font-weight: bold;
padding-left: 0.5em;
padding-right: 0.5em;
line-height: 1.5em;
}
.warn
{
border-color: red;
border-width: thin;
border-style: dashed;
}
.rbr
{
color: #339900;
font-size: 75%;
}
/* data and similar require monospaced font that can be set bold/italic
without issues-- Courier for sure, so try it first */
.data
{
font-family: "Courier", "Bitstream Vera Sans Mono", monospace;
background-color: #efefef;
padding: 0.5em;
white-space: pre;
border-color: #999;
border-width: 1px;
border-style: solid;
clear: both;
max-width: 50em;
}
.data-shell
{
font-family: "Courier", "Bitstream Vera Sans Mono", monospace;
background-color: #efefef;
padding: 0.5em;
white-space: pre;
border-color: #999;
border-width: 1px;
border-style: solid;
clear: both;
max-width: 50em;
}
/* for outdated stuff users need to see for reference */
.old-line { text-decoration: line-through; }
/* footer tag, goes at bottom of document */
.footer
{
clear: both;
padding: 0.5em;
margin-top: 2em;
padding-bottom: 200px;
border-top: 1px solid gray;
/* font-family: "Courier", "Bitstream Vera Sans Mono", monospace; */
/* font-size: smaller; */
}
/* comments in <data> blocks */
.comment { font-style: italic; }
/* stuff that a human would type in, presumably... */
.input { font-weight: bold; }
.shell { font-weight: bold; }
kbd { font-weight: bold; }
/* computer data markup */
.code
{
font-family: "Courier", "Bitstream Vera Sans Mono", monospace;
font-size: larger;
}
.file
{
color: #007a00;
font-family: "Courier", "Bitstream Vera Sans Mono", monospace;
font-size: larger;
}
.file-glob
{
color: #007a00;
font-family: "Courier", "Bitstream Vera Sans Mono", monospace;
font-size: larger;
}
.cmd
{
color: #606;
font-family: "Courier", "Bitstream Vera Sans Mono", monospace;
font-size: larger;
}
.cmd-arg
{
color: #606;
font-family: "Courier", "Bitstream Vera Sans Mono", monospace;
font-size: larger;
}
.gui
{
color: #C30;
font-family: "Courier", "Bitstream Vera Sans Mono", monospace;
font-size: larger;
}
.host
{
color: #003366;
font-size: larger;
font-family: "Courier", "Bitstream Vera Sans Mono", monospace;
}
.man
{
font-size: larger;
font-family: "Courier", "Bitstream Vera Sans Mono", monospace;
}
.perl-pod
{
font-size: larger;
font-family: "Courier", "Bitstream Vera Sans Mono", monospace;
}
.perl-func
{
font-size: larger;
font-family: "Courier", "Bitstream Vera Sans Mono", monospace;
}
.perl-module
{
font-size: larger;
font-family: "Courier", "Bitstream Vera Sans Mono", monospace;
}
.book { text-decoration: underline; }
/* KLUGE following is for the pastebot */
pre
{
font-family: "Courier", "Bitstream Vera Sans Mono", monospace;
background-color: white;
padding-top: 0.5em;
padding-left: 0.5em;
padding-bottom: 0.5em;
white-space: pre;
border-color: #B46116;
border-width: 1px;
border-style: dashed;
line-height: 1.3em;
margin-left: 0.5em;
margin-right: 0.5em;
clear: both;
}
.pd { color: #404080; }
/* pod-text */
.c { color: #404080; }
/* comment */
.cm { color: #800097; }
/* comma */
.co { color: #800097; }
/* colon */
.h { color: #804848; }
/* here-doc-target */
.hh { color: #800000; }
/* here-doc-text */
.q { color: #800000; }
/* quote */
.v { color: #800000; }
/* v-string */
.i { color: #008080; }
/* identifier */
.k { color: #0000FF; }
/* keyword */
.n { color: #E02020; }
/* numeric */
.m { color: #C00080; }
/* subroutine */
.j { color: #C00080; }
/* label */
.w { color: #C00080; }
/* bareword */
.p { color: #800080; }
/* paren */
.s { color: #800080; }
/* structure */
.sc { color: #800080; }
/* semicolon */
.pu { color: #C44800; }
/* punctuation */ | src/topics/cpan/life-with-cpan/non-root/default.css | body
{
color: black;
background-color: white;
font-family: "Verdana", sans-serif;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.bodymain
{
padding-left: 0.5em;
padding-right: 0.5em;
}
a:link
{
color: #804000;
text-decoration: underline;
}
a:hover { text-decoration: none; }
span:hover { text-decoration: none; }
a:visited { color: #333; }
.navlinks
{
font-size: smaller;
font-weight: normal;
padding-top: 0.75em;
padding-right: 0.75em;
line-height: 2em;
float: right;
text-align: right;
}
.header
{
background-color: #804000;
font-family: "Georgia", serif;
color: white;
border-bottom: thin solid black;
border-top: thin solid #804000;
}
.header a { color: white; }
h1, h2, h3, h4, h5, h6
{
font-style: normal;
font-weight: bold;
}
h1
{
color: white;
/* padding-top: 0.5em; */
padding-left: 0.5em;
font-size: xx-large;
line-height: normal;
text-shadow: #333 0 2px 3px;
}
h2 { font-size: x-large; }
h3, h4, h5, h6 { font-size: large; }
h2, h3, h4, h5, h6
{
margin-top: 1em;
margin-bottom: 0em;
}
ol, ul
{
padding: none;
max-width: 50em;
}
li
{
padding-bottom: 0.66em;
padding-top: 0.33em;
}
.info, .note, .warn
{
line-height: 1.5em;
padding: 0.5em;
max-width: 50em;
}
em
{
font-weight: bold;
font-style: normal;
}
/* switchup <em> under shell examples so different from <input> and shell commands */
.data-shell em
{
font-weight: normal;
font-style: italic;
color: #000080;
}
.data em
{
font-weight: normal;
font-style: italic;
color: #000080;
}
.subsection
{
font-weight: bold;
padding-left: 0.5em;
padding-right: 0.5em;
line-height: 1.5em;
}
.warn
{
border-color: red;
border-width: thin;
border-style: dashed;
}
.rbr
{
color: #339900;
font-size: 75%;
}
/* data and similar require monospaced font that can be set bold/italic
without issues-- Courier for sure, so try it first */
.data
{
font-family: "Courier", "Bitstream Vera Sans Mono", monospace;
background-color: #efefef;
padding: 0.5em;
white-space: pre;
border-color: #999;
border-width: 1px;
border-style: solid;
clear: both;
max-width: 50em;
}
.data-shell
{
font-family: "Courier", "Bitstream Vera Sans Mono", monospace;
background-color: #efefef;
padding: 0.5em;
white-space: pre;
border-color: #999;
border-width: 1px;
border-style: solid;
clear: both;
max-width: 50em;
}
/* for outdated stuff users need to see for reference */
.old-line { text-decoration: line-through; }
/* footer tag, goes at bottom of document */
.footer
{
clear: both;
padding: 0.5em;
margin-top: 2em;
padding-bottom: 200px;
border-top: 1px solid gray;
/* font-family: "Courier", "Bitstream Vera Sans Mono", monospace; */
/* font-size: smaller; */
}
/* comments in <data> blocks */
.comment { font-style: italic; }
/* stuff that a human would type in, presumably... */
.input { font-weight: bold; }
.shell { font-weight: bold; }
kbd { font-weight: bold; }
/* computer data markup */
.code
{
font-family: "Courier", "Bitstream Vera Sans Mono", monospace;
font-size: larger;
}
.file
{
color: #007a00;
font-family: "Courier", "Bitstream Vera Sans Mono", monospace;
font-size: larger;
}
.file-glob
{
color: #007a00;
font-family: "Courier", "Bitstream Vera Sans Mono", monospace;
font-size: larger;
}
.cmd
{
color: #606;
font-family: "Courier", "Bitstream Vera Sans Mono", monospace;
font-size: larger;
}
.cmd-arg
{
color: #606;
font-family: "Courier", "Bitstream Vera Sans Mono", monospace;
font-size: larger;
}
.gui
{
color: #C30;
font-family: "Courier", "Bitstream Vera Sans Mono", monospace;
font-size: larger;
}
.host
{
color: #003366;
font-size: larger;
font-family: "Courier", "Bitstream Vera Sans Mono", monospace;
}
.man
{
font-size: larger;
font-family: "Courier", "Bitstream Vera Sans Mono", monospace;
}
.perl-pod
{
font-size: larger;
font-family: "Courier", "Bitstream Vera Sans Mono", monospace;
}
.perl-func
{
font-size: larger;
font-family: "Courier", "Bitstream Vera Sans Mono", monospace;
}
.perl-module
{
font-size: larger;
font-family: "Courier", "Bitstream Vera Sans Mono", monospace;
}
.book { text-decoration: underline; }
/* KLUGE following is for the pastebot */
pre
{
font-family: "Courier", "Bitstream Vera Sans Mono", monospace;
background-color: white;
padding-top: 0.5em;
padding-left: 0.5em;
padding-bottom: 0.5em;
white-space: pre;
border-color: #B46116;
border-width: 1px;
border-style: dashed;
line-height: 1.3em;
margin-left: 0.5em;
margin-right: 0.5em;
clear: both;
}
.pd { color: #404080; }
/* pod-text */
.c { color: #404080; }
/* comment */
.cm { color: #800097; }
/* comma */
.co { color: #800097; }
/* colon */
.h { color: #804848; }
/* here-doc-target */
.hh { color: #800000; }
/* here-doc-text */
.q { color: #800000; }
/* quote */
.v { color: #800000; }
/* v-string */
.i { color: #008080; }
/* identifier */
.k { color: #0000FF; }
/* keyword */
.n { color: #E02020; }
/* numeric */
.m { color: #C00080; }
/* subroutine */
.j { color: #C00080; }
/* label */
.w { color: #C00080; }
/* bareword */
.p { color: #800080; }
/* paren */
.s { color: #800080; }
/* structure */
.sc { color: #800080; }
/* semicolon */
.pu { color: #C44800; }
/* punctuation */ | 0.390127 | 0.10307 |
html,
body {
background-color: var(--dark-0);
color: var(--dark-4);
overflow: hidden;
padding: 0;
margin: 0;
font-size: 12px;
}
html,
body,
#root {
height: 100%;
}
.socket.output.any-type,
.socket.input.any-type {
background: #838383;
}
.socket.output.boolean,
.socket.input.boolean {
background: #f54703;
}
.socket.output.string,
.socket.input.string {
background: #f59403;
}
.socket.output.array,
.socket.input.array {
background: #1290ce;
}
.socket.output.object,
.socket.input.object {
background: #21b534;
}
.socket.output.number,
.socket.input.number {
background: #fcbd03;
}
.socket.output.trigger,
.socket.input.trigger {
background: #7027dd;
}
.socket {
height: var(--small);
width: var(--small);
border: 1px solid var(--primary);
}
.socket.output {
position: relative;
right: -5px;
}
.socket.input {
position: relative;
left: -5px;
}
.socket:hover {
background-color: var(--dark-1);
}
.node.selected {
background-color: #05c807 !important;
}
.connection .main-path {
stroke-width: 2px;
stroke: var(--primary);
filter: drop-shadow(0px 1px 0px var(--dark-0))
drop-shadow(0px -1px 0px var(--dark-0))
drop-shadow(-1px 0px 0px var(--dark-0))
drop-shadow(1px 0px 0px var(--dark-0));
}
button {
box-sizing: border-box;
color: #fff;
border-radius: 4px;
cursor: default;
background-color: var(--dark-3);
border: 1px solid var(--dark-4);
padding: 9px 16px;
padding-left: var(--small);
padding-right: var(--small);
font-family: 'IBM Plex Mono', 'sans-serif' !important;
font-size: 11px;
text-transform: uppercase;
box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
height: var(--c4);
display: flex;
align-items: center;
}
button.option {
border: none;
margin: 0;
border-radius: 0;
}
button.primary {
background-color: var(--primary);
}
button.list {
background-color: var(--dark-2);
padding: 3px;
padding-left: var(--small);
padding-right: var(--small);
}
button.small {
background-color: var(--dark-3s);
padding: 8px;
padding-left: var(--small);
padding-right: var(--small);
}
button.extra-small {
background-color: var(--dark-3);
padding: 4px;
padding-left: var(--extraSmall);
padding-right: var(--extraSmall);
font-size: 8px;
height: 16px;
}
button:hover {
filter: brightness(1.1);
}
button:active {
filter: brightness(0.9);
}
button.disabled {
box-shadow: none;
pointer-events: none;
opacity: 0.5;
background-color: var(--dark-2);
}
.node.selected button {
background-color: var(--primary) !important;
}
.context-menu {
padding: 0 !important;
width: var(--c25) !important;
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
z-index: 999999999 !important;
}
.context-menu .item {
box-sizing: border-box;
border: 1px solid var(--dark-3) !important;
border-top: 0 !important;
border-bottom: 0 !important;
position: relative !important;
display: inline-block !important;
background-color: var(--dark-2) !important;
padding: var(--extraSmall) !important;
padding-left: var(--small) !important;
text-transform: capitalize !important;
}
.context-menu .item:hover {
background-color: var(--primary) !important;
}
.context-menu .item:first-child {
border-top: 1px solid var(--dark-3) !important;
}
.context-menu .item:last-child {
border-bottom: 1px solid var(--dark-3) !important;
}
.context-menu .search {
box-sizing: border-box;
border: 1px solid var(--dark-3) !important;
border-bottom: 0 !important;
position: relative !important;
display: inline-block !important;
background-color: var(--dark-2) !important;
padding: var(--extraSmall) !important;
text-transform: capitalize !important;
}
.context-menu .search input {
box-sizing: border-box !important;
padding: var(
--extraSmall
) !important; /* not using a var here to optically correct for base + cap of typeface */
background-color: var(--dark-2) !important;
padding-left: var(--small) !important;
padding-right: var(--small) !important;
color: #fff !important;
border-radius: 4px !important;
cursor: default !important;
border: 1px solid var(--dark-4) !important;
box-shadow: inset 0px 5px 5px rgba(0, 0, 0, 0.1) !important;
font-family: 'IBM Plex Mono', monospace !important;
font-size: 11px !important;
height: var(--c4) !important;
}
.layout-container {
position: relative;
height: 100%;
}
.flexlayout__tab {
overflow: hidden;
border-radius: 0px 0px 4px 4px;
border: 1px solid #333;
border-top: 0;
}
.flexlayout__tabset {
box-sizing: border-box;
border: 1px solid #333;
border-radius: 4px;
overflow: hidden;
}
.flexlayout__tabset-selected {
background: var(--dark-0);
}
.flexlayout__tabset_tabbar_inner_tab_container_top {
border-top: none;
background-color: var(--dark-2);
}
.flexlayout__tabset_tabbar_outer_top {
border-bottom: none;
}
.flexlayout__tabset {
font-size: 16px;
}
.flexlayout__tab {
background-color: var(--dark-3);
}
.flexlayout__tab_toolbar {
background-color: var(--dark-2);
}
.flexlayout__tab_button {
margin: 0;
background-color: var(--dark-3);
box-shadow: none;
padding-left: var(--extraSmall);
padding-right: var(--extraSmall);
}
.flexlayout__tab_button {
border-radius: 0;
visibility: inherit !important;
}
.flexlayout__tab_button--unselected {
background-color: var(--dark-2);
}
.flexlayout__tab_button:hover {
filter: brightness(2.1);
/* background-color: var(--dark-3); */
}
.flexlayout__splitter {
background-color: transparent;
}
/* .view-line span {
font-family: 'IBM Plex Mono', sans-serif;
} */
input[type='text'] {
box-sizing: border-box;
padding: var(
--extraSmall
); /* not using a var here to optically correct for base + cap of typeface */
background-color: var(--dark-2);
padding-left: var(--small);
padding-right: var(--small);
color: #fff;
border-radius: 4px;
cursor: default;
border: 1px solid var(--dark-4);
box-shadow: inset 0px 5px 5px rgba(0, 0, 0, 0.1);
font-family: 'IBM Plex Mono', monospace !important;
font-size: 11px;
height: var(--c4);
} | client/src/App.css | html,
body {
background-color: var(--dark-0);
color: var(--dark-4);
overflow: hidden;
padding: 0;
margin: 0;
font-size: 12px;
}
html,
body,
#root {
height: 100%;
}
.socket.output.any-type,
.socket.input.any-type {
background: #838383;
}
.socket.output.boolean,
.socket.input.boolean {
background: #f54703;
}
.socket.output.string,
.socket.input.string {
background: #f59403;
}
.socket.output.array,
.socket.input.array {
background: #1290ce;
}
.socket.output.object,
.socket.input.object {
background: #21b534;
}
.socket.output.number,
.socket.input.number {
background: #fcbd03;
}
.socket.output.trigger,
.socket.input.trigger {
background: #7027dd;
}
.socket {
height: var(--small);
width: var(--small);
border: 1px solid var(--primary);
}
.socket.output {
position: relative;
right: -5px;
}
.socket.input {
position: relative;
left: -5px;
}
.socket:hover {
background-color: var(--dark-1);
}
.node.selected {
background-color: #05c807 !important;
}
.connection .main-path {
stroke-width: 2px;
stroke: var(--primary);
filter: drop-shadow(0px 1px 0px var(--dark-0))
drop-shadow(0px -1px 0px var(--dark-0))
drop-shadow(-1px 0px 0px var(--dark-0))
drop-shadow(1px 0px 0px var(--dark-0));
}
button {
box-sizing: border-box;
color: #fff;
border-radius: 4px;
cursor: default;
background-color: var(--dark-3);
border: 1px solid var(--dark-4);
padding: 9px 16px;
padding-left: var(--small);
padding-right: var(--small);
font-family: 'IBM Plex Mono', 'sans-serif' !important;
font-size: 11px;
text-transform: uppercase;
box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
height: var(--c4);
display: flex;
align-items: center;
}
button.option {
border: none;
margin: 0;
border-radius: 0;
}
button.primary {
background-color: var(--primary);
}
button.list {
background-color: var(--dark-2);
padding: 3px;
padding-left: var(--small);
padding-right: var(--small);
}
button.small {
background-color: var(--dark-3s);
padding: 8px;
padding-left: var(--small);
padding-right: var(--small);
}
button.extra-small {
background-color: var(--dark-3);
padding: 4px;
padding-left: var(--extraSmall);
padding-right: var(--extraSmall);
font-size: 8px;
height: 16px;
}
button:hover {
filter: brightness(1.1);
}
button:active {
filter: brightness(0.9);
}
button.disabled {
box-shadow: none;
pointer-events: none;
opacity: 0.5;
background-color: var(--dark-2);
}
.node.selected button {
background-color: var(--primary) !important;
}
.context-menu {
padding: 0 !important;
width: var(--c25) !important;
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
z-index: 999999999 !important;
}
.context-menu .item {
box-sizing: border-box;
border: 1px solid var(--dark-3) !important;
border-top: 0 !important;
border-bottom: 0 !important;
position: relative !important;
display: inline-block !important;
background-color: var(--dark-2) !important;
padding: var(--extraSmall) !important;
padding-left: var(--small) !important;
text-transform: capitalize !important;
}
.context-menu .item:hover {
background-color: var(--primary) !important;
}
.context-menu .item:first-child {
border-top: 1px solid var(--dark-3) !important;
}
.context-menu .item:last-child {
border-bottom: 1px solid var(--dark-3) !important;
}
.context-menu .search {
box-sizing: border-box;
border: 1px solid var(--dark-3) !important;
border-bottom: 0 !important;
position: relative !important;
display: inline-block !important;
background-color: var(--dark-2) !important;
padding: var(--extraSmall) !important;
text-transform: capitalize !important;
}
.context-menu .search input {
box-sizing: border-box !important;
padding: var(
--extraSmall
) !important; /* not using a var here to optically correct for base + cap of typeface */
background-color: var(--dark-2) !important;
padding-left: var(--small) !important;
padding-right: var(--small) !important;
color: #fff !important;
border-radius: 4px !important;
cursor: default !important;
border: 1px solid var(--dark-4) !important;
box-shadow: inset 0px 5px 5px rgba(0, 0, 0, 0.1) !important;
font-family: 'IBM Plex Mono', monospace !important;
font-size: 11px !important;
height: var(--c4) !important;
}
.layout-container {
position: relative;
height: 100%;
}
.flexlayout__tab {
overflow: hidden;
border-radius: 0px 0px 4px 4px;
border: 1px solid #333;
border-top: 0;
}
.flexlayout__tabset {
box-sizing: border-box;
border: 1px solid #333;
border-radius: 4px;
overflow: hidden;
}
.flexlayout__tabset-selected {
background: var(--dark-0);
}
.flexlayout__tabset_tabbar_inner_tab_container_top {
border-top: none;
background-color: var(--dark-2);
}
.flexlayout__tabset_tabbar_outer_top {
border-bottom: none;
}
.flexlayout__tabset {
font-size: 16px;
}
.flexlayout__tab {
background-color: var(--dark-3);
}
.flexlayout__tab_toolbar {
background-color: var(--dark-2);
}
.flexlayout__tab_button {
margin: 0;
background-color: var(--dark-3);
box-shadow: none;
padding-left: var(--extraSmall);
padding-right: var(--extraSmall);
}
.flexlayout__tab_button {
border-radius: 0;
visibility: inherit !important;
}
.flexlayout__tab_button--unselected {
background-color: var(--dark-2);
}
.flexlayout__tab_button:hover {
filter: brightness(2.1);
/* background-color: var(--dark-3); */
}
.flexlayout__splitter {
background-color: transparent;
}
/* .view-line span {
font-family: 'IBM Plex Mono', sans-serif;
} */
input[type='text'] {
box-sizing: border-box;
padding: var(
--extraSmall
); /* not using a var here to optically correct for base + cap of typeface */
background-color: var(--dark-2);
padding-left: var(--small);
padding-right: var(--small);
color: #fff;
border-radius: 4px;
cursor: default;
border: 1px solid var(--dark-4);
box-shadow: inset 0px 5px 5px rgba(0, 0, 0, 0.1);
font-family: 'IBM Plex Mono', monospace !important;
font-size: 11px;
height: var(--c4);
} | 0.443359 | 0.090735 |
/*Importing Google Fonts*/
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');
body,html
{
padding-top:65px;
background: url("bgimg.jpg") no-repeat center center fixed;
background-position: top;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
/*background-position:50% 50%;*/
}
p{
margin: 0;
}
#container
{
margin: 0 auto;
width: 100%;
font-family: 'Raleway', sans-serif;
border-style: None;
border-color: #fbfbfb;
}
#navbar{
top:0;
left:0;
width:100%;
position:fixed;
z-index: 100;
}
#header
{
background: #F8F8F8;
padding: 10px 20px;
}
#header h1
{
margin: 0;
background:#3d5c5c;
color: #ffffff;
font-family: Fjalla One;
font-size: 50;
text-align: left;
width: 170;
height:50;
padding: 10px;
margin-left:130px;
}
#header h2
{
margin: 0;
color: #3d5c5c;
font-size: 15;
text-align: left;
padding-left:130px;
}
#header h3
{
clear:both;
margin: 0;
color:#1b527a;
font-size: 14;
text-align: right;
}
#navigation
{
float: left;
width: 100%;
background-color: #4d4d4d;
}
#navigation ul
{
display:flex;
justify-content:space-between;
flex-direction:row;
margin: 10px;
padding-left: 130px; padding-right:130px;
}
#navigation ul li
{
list-style-type: none;
display: inline;
}
#navigation li a
{
/*display: block;*/
/*float: left;*/
padding: 10px 25px;
color: #FFF;
text-decoration: none;
border-right: 0px solid#fff;
}
#navigation li a:hover
{
background: #2e2e2e;
color: #fff
}
#indextable p{
padding-left: 15px;
padding-top: 7px;
}
#indextable{
margin-left: 2rem;
}
.prodDescription{
width:35rem;
}
#indextable img{
transition: 0.2s ease-in-out;
border-radius: 15px;
}
#indextable img:hover{
transform:scale(1.1);
}
#indextable h5:hover{
text-decoration: underline;
cursor: pointer;
}
#indextable td{
padding-bottom: 3rem;
}
#content
{
margin:0;
width:80%; min-height:100%;
clear: left;
padding: 20px;
padding-top:50px;
margin-left:auto;
margin-right:auto;
background: #F8F8F8;
}
#content h4
{
color:#000;
font-size: 32;
margin: 2rem 0 2rem 2rem;
font-family: 'Major Mono Display', monospace;
}
#content h5
{
color:#194a8d;
font-size: 20;
margin: 0 0 .5em;
padding-left: 15px;
}
#footer
{
z-index:10;
width:80%;
background:#4d4d4d;
text-align: center;
padding: 5px;
padding-left:20px; padding-right:20px;
color: #fff;
margin-left:auto; margin-right:auto;
}
table, th, td
{
border-collapse:collapse;
border:1px solid #000;
}
/*table {
border-collapse: collapse;
border-radius: 1em;
overflow: hidden;
}
th, td {
padding: 1em;
background: #ddd;
border-bottom: 2px solid white;
}*/
th
{
padding:10px;
}
td
{
padding:10px;
text-align:left;
color:#000000;
}
.updateInfo{
margin-left: 2rem;
margin-bottom:1.5rem;
}
#baskettable{
margin-left: 2rem;
border-collapse: collapse;
border-radius: 30px;
overflow: hidden;
}
#baskettable th, #baskettable td{
text-align:center;
padding:1em;
background:#ddd;
border: 5px solid #F8F8F8;
}
button, #submitbtn, .btn{
background-color: #48494a;
color: #f2f2f2;
padding:8px 20px;
text-align:center;
text-decoration:none;
display:inline-block;
font-size:12px;
margin: 4px 2px;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
cursor:pointer;
border: 2px solid #48494a;
border-radius:20px;
}
button:hover, #submitbtn:hover, .btn:hover{
background-color:white;
color:black;
}
#content a{
color:#1b527a;
font-weight:bold;
text-decoration:none;
}
#content a:hover{
color:#152b3b;
}
#signupform{
display:flex;
flex-direction:column;
}
#signupform .element{
margin:10px;
}
.element{
width:30%;
display:flex;
justify-content:space-between;
}
#userdetails{
font-family: 'Raleway', sans-serif;
padding:50px;
padding-right: 200px;
float:right;
display: flex;
align-items: center;
}
#userdetails img{
margin-right:1rem;
}
.indPrTable, .editPrTable{
margin-top: 5rem;
margin-left: 2rem;
}
.indPrTable select{
margin-left: 1rem;
margin-bottom: 1.5rem;
}
.indPrTable p, .editPrTable p{
padding:10px;
}
.indPrTable h5:first-child{
padding-left: 15px;
padding-bottom:0;
}
.indPrDesc{
width:40rem;
}
.editPrTable button{
margin-bottom: 40px;
}
.editPrTable tr td:first-child{
padding-right:4rem;
}
.editPrTable{
width:65rem;
}
.editPrTable img{
transition: 0.2s ease-in-out;
border-radius: 15px;
}
.editPrTable img:hover{
transform:scale(1.1);
}
#checkouttable{
margin-left: 2rem;
border-collapse: collapse;
border-radius: 30px;
overflow: hidden;
}
#checkouttable th, #checkouttable td{
text-align:center;
padding:1em;
background:#ddd;
border: 5px solid #F8F8F8;
}
.editProductSection{
display: flex;
flex-direction: row;
padding-left: 10px;
padding-bottom: 10px;
}
.editProductSection div:first-child{
margin-right: 4rem;
}
.formStyle .element{
width: 90%;
}
.formStyle form{
width: 35rem;
padding: 20px;
margin: 0 auto;
border-radius:20px;
background-color: #fff;
-webkit-box-shadow: -6px 5px 39px -20px rgba(0,0,0,0.75);
-moz-box-shadow: -6px 5px 39px -20px rgba(0,0,0,0.75);
box-shadow: -6px 5px 39px -20px rgba(0,0,0,0.75);
}
.formStyle.loginStyle form{
width:30rem;
}
#processOrdersTable{
margin-left: 2rem;
margin-bottom: 2rem;
}
#processOrdersTable th{
background-color: #cccccc;
}
#processOrdersTable td{
background-color: #fff;
}
.noBorders{
border-right: 1px solid white;
} | homteq/mystylesheet.css |
/*Importing Google Fonts*/
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');
body,html
{
padding-top:65px;
background: url("bgimg.jpg") no-repeat center center fixed;
background-position: top;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
/*background-position:50% 50%;*/
}
p{
margin: 0;
}
#container
{
margin: 0 auto;
width: 100%;
font-family: 'Raleway', sans-serif;
border-style: None;
border-color: #fbfbfb;
}
#navbar{
top:0;
left:0;
width:100%;
position:fixed;
z-index: 100;
}
#header
{
background: #F8F8F8;
padding: 10px 20px;
}
#header h1
{
margin: 0;
background:#3d5c5c;
color: #ffffff;
font-family: Fjalla One;
font-size: 50;
text-align: left;
width: 170;
height:50;
padding: 10px;
margin-left:130px;
}
#header h2
{
margin: 0;
color: #3d5c5c;
font-size: 15;
text-align: left;
padding-left:130px;
}
#header h3
{
clear:both;
margin: 0;
color:#1b527a;
font-size: 14;
text-align: right;
}
#navigation
{
float: left;
width: 100%;
background-color: #4d4d4d;
}
#navigation ul
{
display:flex;
justify-content:space-between;
flex-direction:row;
margin: 10px;
padding-left: 130px; padding-right:130px;
}
#navigation ul li
{
list-style-type: none;
display: inline;
}
#navigation li a
{
/*display: block;*/
/*float: left;*/
padding: 10px 25px;
color: #FFF;
text-decoration: none;
border-right: 0px solid#fff;
}
#navigation li a:hover
{
background: #2e2e2e;
color: #fff
}
#indextable p{
padding-left: 15px;
padding-top: 7px;
}
#indextable{
margin-left: 2rem;
}
.prodDescription{
width:35rem;
}
#indextable img{
transition: 0.2s ease-in-out;
border-radius: 15px;
}
#indextable img:hover{
transform:scale(1.1);
}
#indextable h5:hover{
text-decoration: underline;
cursor: pointer;
}
#indextable td{
padding-bottom: 3rem;
}
#content
{
margin:0;
width:80%; min-height:100%;
clear: left;
padding: 20px;
padding-top:50px;
margin-left:auto;
margin-right:auto;
background: #F8F8F8;
}
#content h4
{
color:#000;
font-size: 32;
margin: 2rem 0 2rem 2rem;
font-family: 'Major Mono Display', monospace;
}
#content h5
{
color:#194a8d;
font-size: 20;
margin: 0 0 .5em;
padding-left: 15px;
}
#footer
{
z-index:10;
width:80%;
background:#4d4d4d;
text-align: center;
padding: 5px;
padding-left:20px; padding-right:20px;
color: #fff;
margin-left:auto; margin-right:auto;
}
table, th, td
{
border-collapse:collapse;
border:1px solid #000;
}
/*table {
border-collapse: collapse;
border-radius: 1em;
overflow: hidden;
}
th, td {
padding: 1em;
background: #ddd;
border-bottom: 2px solid white;
}*/
th
{
padding:10px;
}
td
{
padding:10px;
text-align:left;
color:#000000;
}
.updateInfo{
margin-left: 2rem;
margin-bottom:1.5rem;
}
#baskettable{
margin-left: 2rem;
border-collapse: collapse;
border-radius: 30px;
overflow: hidden;
}
#baskettable th, #baskettable td{
text-align:center;
padding:1em;
background:#ddd;
border: 5px solid #F8F8F8;
}
button, #submitbtn, .btn{
background-color: #48494a;
color: #f2f2f2;
padding:8px 20px;
text-align:center;
text-decoration:none;
display:inline-block;
font-size:12px;
margin: 4px 2px;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
cursor:pointer;
border: 2px solid #48494a;
border-radius:20px;
}
button:hover, #submitbtn:hover, .btn:hover{
background-color:white;
color:black;
}
#content a{
color:#1b527a;
font-weight:bold;
text-decoration:none;
}
#content a:hover{
color:#152b3b;
}
#signupform{
display:flex;
flex-direction:column;
}
#signupform .element{
margin:10px;
}
.element{
width:30%;
display:flex;
justify-content:space-between;
}
#userdetails{
font-family: 'Raleway', sans-serif;
padding:50px;
padding-right: 200px;
float:right;
display: flex;
align-items: center;
}
#userdetails img{
margin-right:1rem;
}
.indPrTable, .editPrTable{
margin-top: 5rem;
margin-left: 2rem;
}
.indPrTable select{
margin-left: 1rem;
margin-bottom: 1.5rem;
}
.indPrTable p, .editPrTable p{
padding:10px;
}
.indPrTable h5:first-child{
padding-left: 15px;
padding-bottom:0;
}
.indPrDesc{
width:40rem;
}
.editPrTable button{
margin-bottom: 40px;
}
.editPrTable tr td:first-child{
padding-right:4rem;
}
.editPrTable{
width:65rem;
}
.editPrTable img{
transition: 0.2s ease-in-out;
border-radius: 15px;
}
.editPrTable img:hover{
transform:scale(1.1);
}
#checkouttable{
margin-left: 2rem;
border-collapse: collapse;
border-radius: 30px;
overflow: hidden;
}
#checkouttable th, #checkouttable td{
text-align:center;
padding:1em;
background:#ddd;
border: 5px solid #F8F8F8;
}
.editProductSection{
display: flex;
flex-direction: row;
padding-left: 10px;
padding-bottom: 10px;
}
.editProductSection div:first-child{
margin-right: 4rem;
}
.formStyle .element{
width: 90%;
}
.formStyle form{
width: 35rem;
padding: 20px;
margin: 0 auto;
border-radius:20px;
background-color: #fff;
-webkit-box-shadow: -6px 5px 39px -20px rgba(0,0,0,0.75);
-moz-box-shadow: -6px 5px 39px -20px rgba(0,0,0,0.75);
box-shadow: -6px 5px 39px -20px rgba(0,0,0,0.75);
}
.formStyle.loginStyle form{
width:30rem;
}
#processOrdersTable{
margin-left: 2rem;
margin-bottom: 2rem;
}
#processOrdersTable th{
background-color: #cccccc;
}
#processOrdersTable td{
background-color: #fff;
}
.noBorders{
border-right: 1px solid white;
} | 0.168104 | 0.034489 |
.carusel-grande{
display: flex;flex-direction: row;justify-content: center; align-items: center;
width: 100%;
min-height: 150px;
background-color: #fafafa;
}
.ofertas{
padding: 5px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
min-height: 280px;
background-color: #fafafa;
}
.titulo{
font-weight: bold;
width: 100%;
font-size: medium;
text-align: center;
}
.porcentaje{
position: absolute;
width: 36px;
height: 36px;
border-radius: 50%;
color: #FFFFFF;
text-align: center;
line-height: 36px;
font-size: 12px;
background-color: #df3b3b;
top:15px;
left: 15px;;
}
.item-producto{
border-radius: 8px;
min-height: 230px;
max-height: 230px;
}
.cont-imagen-producto{
width: 100%;
height: 138px;
margin: 0;
padding: 0;
display: flex;flex-direction: row;justify-content: center;align-items: center;
}
.nombre-producto{
font-size: small;
min-height: 48px;
}
.imagen-producto{
width: auto;
height: auto;
max-height: 138px;
max-width: 138px;
}
.precio-ant-producto{
font-size: small;
}
.contenido-marcas{
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.item-marca{
width: 100%;
max-height: 50px;
display: flex; justify-content: center; align-items: center;
}
.imagen-marca{
width: auto !important;
height: auto;
max-width: 100%;
max-height: 49px;
}
.marcas{
padding: 5px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
min-height: 50px;
background-color: #fafafa;
}
.categorias{
display: flex;
flex-direction: column;
height: auto;
min-height: 150px;
background-color: #fafafa;
}
.contenido-categorias{
display: flex;flex-direction: row;justify-content: center;
flex-wrap: wrap;
width: 100%;
min-height: 50px;
}
.item-categorias-home{
display: flex; flex-direction: column;justify-content: center;
align-items: center;
width: 33%;
height: 55px;
margin-bottom: 5px;
}
.imagen-categoria{
width: auto;
height: auto;
max-width: 50px;
max-height: 50px;
}
.nombre-catagoria{
padding: 0; margin: 0;
} | src/app/componentes/portafolio/portafolio.component2.css | .carusel-grande{
display: flex;flex-direction: row;justify-content: center; align-items: center;
width: 100%;
min-height: 150px;
background-color: #fafafa;
}
.ofertas{
padding: 5px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
min-height: 280px;
background-color: #fafafa;
}
.titulo{
font-weight: bold;
width: 100%;
font-size: medium;
text-align: center;
}
.porcentaje{
position: absolute;
width: 36px;
height: 36px;
border-radius: 50%;
color: #FFFFFF;
text-align: center;
line-height: 36px;
font-size: 12px;
background-color: #df3b3b;
top:15px;
left: 15px;;
}
.item-producto{
border-radius: 8px;
min-height: 230px;
max-height: 230px;
}
.cont-imagen-producto{
width: 100%;
height: 138px;
margin: 0;
padding: 0;
display: flex;flex-direction: row;justify-content: center;align-items: center;
}
.nombre-producto{
font-size: small;
min-height: 48px;
}
.imagen-producto{
width: auto;
height: auto;
max-height: 138px;
max-width: 138px;
}
.precio-ant-producto{
font-size: small;
}
.contenido-marcas{
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.item-marca{
width: 100%;
max-height: 50px;
display: flex; justify-content: center; align-items: center;
}
.imagen-marca{
width: auto !important;
height: auto;
max-width: 100%;
max-height: 49px;
}
.marcas{
padding: 5px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
min-height: 50px;
background-color: #fafafa;
}
.categorias{
display: flex;
flex-direction: column;
height: auto;
min-height: 150px;
background-color: #fafafa;
}
.contenido-categorias{
display: flex;flex-direction: row;justify-content: center;
flex-wrap: wrap;
width: 100%;
min-height: 50px;
}
.item-categorias-home{
display: flex; flex-direction: column;justify-content: center;
align-items: center;
width: 33%;
height: 55px;
margin-bottom: 5px;
}
.imagen-categoria{
width: auto;
height: auto;
max-width: 50px;
max-height: 50px;
}
.nombre-catagoria{
padding: 0; margin: 0;
} | 0.520496 | 0.063077 |
.navbar { background-color: #484848; }
.navbar .navbar-nav .nav-link { color: #fff; }
.navbar .navbar-nav .nav-link:hover { color: #fbc531; }
.navbar .navbar-nav .active > .nav-link { color: #fbc531; }
header nav a {
float: left;
font-size: 24px;
margin: 0;
margin-top: 0px;
margin-right: 0px;
margin-right: 10px;
margin-top: 5px;
}
header nav ul {
overflow: hidden;
display: block;
float: left;
font-size: 12px;
line-height: 18px;
}
header {
margin-bottom: 8%;
}
.footer-bs {
background-color: #3c3d41;
padding: 60px 40px;
color: rgba(255,255,255,1.00);
margin-bottom: 20px;
border-bottom-right-radius: 6px;
border-top-left-radius: 0px;
border-bottom-left-radius: 6px;
}
.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { padding:10px 25px; }
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-color: transparent; }
.footer-bs .footer-brand h2 { margin:0px 0px 10px; }
.footer-bs .footer-brand p { font-size:12px; color:rgba(255,255,255,0.70); }
.footer-bs .footer-nav ul.pages { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.pages li { padding:5px 0px;}
.footer-bs .footer-nav ul.pages a { color:rgba(255,255,255,1.00); font-weight:bold; text-transform:uppercase; }
.footer-bs .footer-nav ul.pages a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }
.footer-bs .footer-nav h4 {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 3px;
margin-bottom:10px;
}
.footer-bs .footer-nav ul.list { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.list li { padding:5px 0px;}
.footer-bs .footer-nav ul.list a { color:rgba(255,255,255,0.80); }
.footer-bs .footer-nav ul.list a:hover { color:rgba(255,255,255,0.60); text-decoration:none; }
.footer-bs .footer-social ul { list-style:none; padding:0px; }
.footer-bs .footer-social h4 {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 3px;
}
.footer-bs .footer-social li { padding:5px 4px;}
.footer-bs .footer-social a { color:rgba(255,255,255,1.00);}
.footer-bs .footer-social a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }
.footer-bs .footer-ns h4 {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 3px;
margin-bottom:10px;
}
.footer-bs .footer-ns p { font-size:12px; color:rgba(255,255,255,0.70); }
@media (min-width: 768px) {
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-left:solid 1px rgba(255,255,255,0.10); }
} | public/css/style.css | .navbar { background-color: #484848; }
.navbar .navbar-nav .nav-link { color: #fff; }
.navbar .navbar-nav .nav-link:hover { color: #fbc531; }
.navbar .navbar-nav .active > .nav-link { color: #fbc531; }
header nav a {
float: left;
font-size: 24px;
margin: 0;
margin-top: 0px;
margin-right: 0px;
margin-right: 10px;
margin-top: 5px;
}
header nav ul {
overflow: hidden;
display: block;
float: left;
font-size: 12px;
line-height: 18px;
}
header {
margin-bottom: 8%;
}
.footer-bs {
background-color: #3c3d41;
padding: 60px 40px;
color: rgba(255,255,255,1.00);
margin-bottom: 20px;
border-bottom-right-radius: 6px;
border-top-left-radius: 0px;
border-bottom-left-radius: 6px;
}
.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { padding:10px 25px; }
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-color: transparent; }
.footer-bs .footer-brand h2 { margin:0px 0px 10px; }
.footer-bs .footer-brand p { font-size:12px; color:rgba(255,255,255,0.70); }
.footer-bs .footer-nav ul.pages { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.pages li { padding:5px 0px;}
.footer-bs .footer-nav ul.pages a { color:rgba(255,255,255,1.00); font-weight:bold; text-transform:uppercase; }
.footer-bs .footer-nav ul.pages a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }
.footer-bs .footer-nav h4 {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 3px;
margin-bottom:10px;
}
.footer-bs .footer-nav ul.list { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.list li { padding:5px 0px;}
.footer-bs .footer-nav ul.list a { color:rgba(255,255,255,0.80); }
.footer-bs .footer-nav ul.list a:hover { color:rgba(255,255,255,0.60); text-decoration:none; }
.footer-bs .footer-social ul { list-style:none; padding:0px; }
.footer-bs .footer-social h4 {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 3px;
}
.footer-bs .footer-social li { padding:5px 4px;}
.footer-bs .footer-social a { color:rgba(255,255,255,1.00);}
.footer-bs .footer-social a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }
.footer-bs .footer-ns h4 {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 3px;
margin-bottom:10px;
}
.footer-bs .footer-ns p { font-size:12px; color:rgba(255,255,255,0.70); }
@media (min-width: 768px) {
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-left:solid 1px rgba(255,255,255,0.10); }
} | 0.395835 | 0.057308 |
div{
display: block;
}
a:hover{
text-decoration: none;
}
.delivered{
color: #000 !important;
background: rgba(255, 158, 0, 0.81); /* For browsers that do not support gradients */
background: -webkit-linear-gradient(top, rgb(231, 253, 178), rgba(255, 158, 0, 0.81));
background: -moz-linear-gradient(top, rgb(231, 253, 178), rgba(255, 158, 0, 0.81));
background: -o-linear-gradient(top, rgb(231, 253, 178), rgba(255, 158, 0, 0.81));
background: -ms-linear-gradient(top, rgb(231, 253, 178), rgba(255, 158, 0, 0.81));
background: linear-gradient(top, rgb(231, 253, 178), rgba(255, 158, 0, 0.81));
cursor:pointer;
}
.cargo{
color: #000 !important;
background: rgba(255, 158, 0, 0.81); /* For browsers that do not support gradients */
background: -webkit-linear-gradient(top, rgb(231, 253, 178), rgba(255, 60, 23, 0.81));
background: -moz-linear-gradient(top, rgb(231, 253, 178), rgba(255, 60, 23, 0.81));
background: -o-linear-gradient(top, rgb(231, 253, 178), rgba(255, 60, 23, 0.81));
background: -ms-linear-gradient(top, rgb(231, 253, 178), rgba(255, 60, 23, 0.81));
background: linear-gradient(top, rgb(231, 253, 178), rgba(255, 60, 23, 0.81));
cursor:pointer;
}
.SelRow{
color: #fff !important;
background-color: #d9534f !important;
border-color: #d43f3a !important;
background: #d9534f; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(top, rgb(200, 169, 168), #a74743);
background: -moz-linear-gradient(top, rgb(200, 169, 168), #a74743);
background: -o-linear-gradient(top, rgb(200, 169, 168), #a74743);
background: -ms-linear-gradient(top, rgb(200, 169, 168), #a74743);
background: linear-gradient(top, rgb(200, 169, 168), #a74743);
cursor:pointer;
}
table{
font-family: Arial, Helvetica, Calibri;
font-size:13px;
}
tfoot{
background: #ffa500; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(top, rgb(231, 253, 178), #ffa500);
background: -moz-linear-gradient(top, rgb(231, 253, 178), #ffa500);
background: -o-linear-gradient(top, rgb(231, 253, 178), #ffa500);
background: -ms-linear-gradient(top, rgb(231, 253, 178), #ffa500);
background: linear-gradient(top, rgb(231, 253, 178), #ffa500);
font-size: 18px;
font-weight: bold;
}
tfoot > tr > td {
padding:10px 5px !important;
}
/*.vtable tr:hover,tbody tr:hover{*/
.dataTable tr:hover,datatable tbody>tr:hover{
color: #fff !important;
background: #26038f; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: -moz-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: -o-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: -ms-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
cursor:pointer;
}
.modal-header{
border-radius: 15px 15px 0 0;
padding: 5px 0px 4px 15px;
border-bottom: 1px solid #EFEFEF;
background: #00DBFF;
color:#fff;
background: -webkit-linear-gradient(90deg,#428bca, #fff); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(90deg,#428bca, #fff); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(90deg,#428bca, #fff); /* For Firefox 3.6 to 15 */
background: linear-gradient(90deg,#428bca, #fff); /* Standard syntax (must be last) */
}
.modal-header .close{
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0px 1px 0px #FFF;
opacity: 0.2;
margin-top: 5px !important;
margin-right: 15px;
padding: 0px;
border: 0px none;
cursor: pointer;
display: inline-block;
width: 18px;
height: 18px;
background: none repeat scroll 0% 0% transparent;
text-indent: -10000px;
outline: medium none;
background-image: url("../../assets/images/remove-icon-big.png") !important;
}
.modal-title {
color: #fff !important;
}
.close:hover, .close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
}
.modal-footer {
padding: 5px 15px 5px 15px !important;
}
.modal-body {
padding: 5px 15px 5px 15px !important;
}
.fc-sm{
padding: 5px 5px !important;
}
.fc-x-sm {
padding: 0 5px;
height: 22px;
resize: none;
min-width:22px;
font-size: 12px;
}
.fc-xs {
padding: 0 3px;
height: 18px;
font-size: 11px;
}
.fc-sm-round{
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
padding: 5px 10px !important;
}
.fc-x-sm-round {
padding: 0 10px;
height: 22px;
resize: none;
min-width:22px;
font-size: 12px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
}
.fc-xs-round {
padding: 0 10px;
height: 18px;
font-size: 11px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
}
.lc-sm{
vertical-align: middle !important;
padding: 5px 5px !important;
}
.lc-x-sm {
vertical-align: middle !important;
padding: 0 5px;
font-size: 12px;
}
.lc-xs {
vertical-align: middle !important;
padding: 0 3px;
font-size: 11px;
}
.table>thead>tr{
background: gray !important;
}
.table>thead>tr>th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
font-family: Arial, Helvetica, Calibri;
font-size: 13px;
font-weight: bold;
}
.textRight{
text-align: right !important;
}
.textCenter{
text-align: center !important;
}
/* tile process*/
.tile-navigation {
list-style-type:none;
padding-left:0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-left: 15px;
margin-right: 15px;
float: left;
width:100%;
}
.tile {
display: block;
float: left;
position: relative;
margin:10px;
padding:5px;
-moz-transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-moz-transition: all .2s cubic-bezier(.4,0,.2,1);
-webkit-transition: all .2s cubic-bezier(.4,0,.2,1);
transition: all .2s cubic-bezier(.4,0,.2,1);
}
.tile.red {
background: red; !important;
border:4px solid red;
color:white !important;
}
.tile.pink {
background: pink; !important;
}
.tile.aqua {
background: aqua; !important;
}
.tile.orange {
background: orange !important;
border:4px solid orange;
color:white !important;
}
.tile.yellow {
background: yellow !important;
border:4px solid yellow;
color:black !important;
}
.tile.blue {
background: blue !important;
border:4px solid blue;
color:white !important;
}
.tile.brown {
background: brown !important;
border:4px solid brown;
color:white !important;
}
.tile.purple {
background: purple !important;
border:4px solid purple;
color:white !important;
}
.tile.squar{
width: 150px;
height: 150px;
}
.tile.wide{
width: 250px;
height: 150px;
}
.tile:hover{
border:4px solid slategray !important;
}
.tile-icon{
width: 76px;
margin:5px auto;
opacity:0.5;
}
.tile-text{
text-align: center;
margin-top:15px;
}
.tile a {
text-decoration: none;
}
/* tile process*/
textarea{
resize: none;
}
.image-product{
border: 3px solid lightgray;
width: 200px;
height: 180px;
padding: 10px;
background: white;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
}
.file-upload{
display: none !important;
}
.galeri-product{
border: 1px solid #da41de;
width: 130px;
height: 105px;
padding: 5px;
background: white;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 15px;
margin-right: 10px;
}
.galeri-product:hover{
background: #26038f; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: -moz-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: -o-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: -ms-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
cursor:pointer;
}
.SelImage{
background-color: #d9534f !important;
border-color: #d43f3a !important;
background: #d9534f; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(top, rgb(200, 169, 168), #a74743);
background: -moz-linear-gradient(top, rgb(200, 169, 168), #a74743);
background: -o-linear-gradient(top, rgb(200, 169, 168), #a74743);
background: -ms-linear-gradient(top, rgb(200, 169, 168), #a74743);
background: linear-gradient(top, rgb(200, 169, 168), #a74743);
cursor:pointer;
}
.h-bar{
height: 40px;
background: #F0F0F0;
border-bottom: 1px solid #CCC;
width: 100%;
margin: 0px auto;
}
.bd{
background: #fff;
color:#000;
}
@media (min-width:1024px) {
.ana-content {
width: 80%;
margin: 10px auto;
}
.head-content {
width: 80%;
margin: auto;
height: 40px;
padding: 0 10px;
}
}
@media (max-width:1024px){
.ana-content{
width:98%;
border:1px solid lightgray;
margin: 10px auto;
}
.head-content{
width:100%;
border:1px solid lightgray;
margin: auto;
height:40px;
padding: 0 10px;
}
}
.social-grup{
float:left;
}
.user-grup{
float: right;
}
.social-btn{
float: left;
padding: 7px 9px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
background: white;
margin: 0px 5px;
color: #29487d;
font-size: 22px;
}
.social-btn:hover{
background:#29487d;
color:#fff;
}
.ana-head{
height: 100px;
line-height:100px;
width:100%;
background: #f9efef;
}
*{
margin: 0;
padding: 0;
border: 0;
outline: 0;
list-style:none;
text-decoration:none;
font-family: arial;
}
a{
text-decoration: none;
}
.tab-pane{
min-height: 250px;
}
nav {
min-height: 40px;
background: #d9534f;
padding: 0;
margin: 0;
z-index: 9999;
}
nav ul {
margin: 0;
list-style: none;
background-color: #d9534f !important;
border-color: #d43f3a !important;
background: #d9534f; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(top, rgb(200, 169, 168), #a74743);
background: -moz-linear-gradient(top, rgb(200, 169, 168), #a74743);
background: -o-linear-gradient(top, rgb(200, 169, 168), #a74743);
background: -ms-linear-gradient(top, rgb(200, 169, 168), #a74743);
background: linear-gradient(top, rgb(200, 169, 168), #a74743);
cursor: pointer;
}
nav ul > li { line-height: 40px; }
nav a {
color: white;
text-decoration: none;
}
@media screen and (min-width: 1025px) {
.main-panel{
width:100%;
background: #f9efef;
margin: 10px auto;
min-height:600px;
display: block;
}
.left-panel{
width: 20%;
float: left;
display: block;
}
.right-panel{
float: left;
width: 79%;
min-height: 450px;
margin-left: 1%;
display:block;
}
nav > a { display: none; }
nav * {
padding: 0;
margin: 0;
z-index: 9999;
}
nav > ul { display: flex; }
nav > ul > li {
font-weight: 700;
cursor: pointer;
line-height: 40px;
text-align: center;
padding: 0 15px;
position: relative;
border-left: 1px solid #d9534f;
}
nav > ul > li:hover {
background: #26038f; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: -moz-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: -o-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: -ms-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
cursor: pointer;
}
nav > ul > :first-child { margin-left: 0; }
nav > ul > li ul li {
border-bottom: 1px solid #d9534f;
cursor: pointer;
}
nav > ul > li ul li:hover {
background: #26038f; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: -moz-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: -o-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: -ms-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
cursor: pointer;
}
li>a:hover{
text-decoration: none;
color:white;
}
nav ul > li ul {
position: absolute;
width: 200px;
display: none;
margin-left: -15px;
}
nav ul > li > ul > li > ul > li > ul, nav ul > li > ul > li > ul {
border-left: 1px solid #d9534f;
margin-left: 200px;
margin-top: -40px;
}
nav ul > li:hover > ul { display: block; }
.vertical-menu {
margin: 0;
padding:30px 0;
width: 100%;
float: left;
font-size: 14px;
overflow:hidden;
background-color: orange;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
}
vertical-menu li{
border:1px solid blue;
}
.vertical-menu a {
background-color: #e7fdb2;
color: black;
display: block;
padding: 6px 10px;
text-decoration: none;
border-bottom: 1px solid rgb(179, 167, 12);
}
.vertical-menu a:hover {
background-color: rgb(179, 167, 12);
background: -webkit-linear-gradient(top, orange, rgb(179, 167, 12));
background: -moz-linear-gradient(top, orange, rgb(179, 167, 12));
background: -o-linear-gradient(top, orange, rgb(179, 167, 12));
background: -ms-linear-gradient(top, orange, rgb(179, 167, 12));
background: linear-gradient(top, orange, rgb(179, 167, 12));
color:white;
border:1px solid #ff7400;
}
.vertical-menu a:focus,vertical-menu a.active {
background-color: rgb(179, 167, 12);
background: -webkit-linear-gradient(top, orange, rgb(179, 167, 12));
background: -moz-linear-gradient(top, orange, rgb(179, 167, 12));
background: -o-linear-gradient(top, orange, rgb(179, 167, 12));
background: -ms-linear-gradient(top, orange, rgb(179, 167, 12));
background: linear-gradient(top, orange, rgb(179, 167, 12));
color:white;
border:1px solid #321dff;
}
}
@media screen and (max-width: 1025px) {
.main-panel{
width:100%;
background: #f9efef;
margin: 10px auto;
min-height:800px;
display:block;
}
.left-panel{
width: 100%;
float: left;
display:block;
}
.right-panel{
float: left;
width: 100%;
margin:0;
min-height: 450px;
display:block;
}
nav > ul li {
font-weight: 700;
border-bottom: 1px solid #d9534f;
}
nav * > li > a {
display: block;
width: 100%;
height: 100%;
padding-left: 5px;
}
li>a:hover{
text-decoration: none;
color:white;
}
nav li a:focus {
text-decoration: none;
color:white;
background: #26038f; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: -moz-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: -o-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: -ms-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
cursor: pointer;
}
nav * li:last-child { border-bottom: 0; }
nav > a {
margin-top: 5px;
margin-left: 5px;
display: inline-block;
color: white;
}
nav > ul { display: none; }
nav ul > li > ul, nav ul > li > ul > li > ul > li > ul, nav ul > li > ul > li > ul {
display: none;
}
.vertical-menu{
float:left;
width:100%;
background:#29487d;
}
.vertical-menu >li{
float: left;
padding:5px;
margin-left:10px;
}
.vertical-menu>li>a{
padding:0 10px;
font-size:30px;
color: #fff;
}
.vertical-menu>li:hover,.vertical-menu>li:focus{
background-color: rgb(179, 167, 12);
background: -webkit-linear-gradient(top, orange, rgb(179, 167, 12));
background: -moz-linear-gradient(top, orange, rgb(179, 167, 12));
background: -o-linear-gradient(top, orange, rgb(179, 167, 12));
background: -ms-linear-gradient(top, orange, rgb(179, 167, 12));
background: linear-gradient(top, orange, rgb(179, 167, 12));
}
.vertical-menu>li>a>span{
display: none;
}
}
.product-box{
float: left;
border:1px solid orange;
width:100%;
height: 250px;
margin-bottom: 10px;
padding:5px;
overflow: hidden;
}
.product-box:hover, .product-box:focus{
border:4px solid orange;
border-style: inset;
}
.product-box .product-box-new{
padding: 22px 11px;
background: orange;
-ms-transform: rotate(-45deg); /* IE 9 */
-webkit-transform: rotate(-45deg); /* Safari */
transform: rotate(-45deg);
text-align: center;
color: white;
width: 65px;
margin-top: -5px;
margin-left: -5px;
position: absolute;
border-radius: 50px;
}
.product-box .product-box-image {
width: 135px;
height: 135px;
border: 0;
margin: 0 auto;
display: block;
}
.product-box .product-box-text{
width: 100%;
text-align: center;
background: orange;
margin-top: 10px;
}
.product-box-text >strong{
font-weight: bold;
padding:5px;
}
.product-box .product-box-price{
bottom:20px;
margin-top:5px;
width:100%;
text-align: center;
}
.product-box-price >strong{
padding: 5px 0 0 0;
font-weight: bold;
font-size: 18px;
color: #484848;
}
.best-new{
font-family: Calibri;
font-size: 23px;
text-align: center;
width: 100%;
padding: 5px 10px;
font-weight: bold;
color: #29487d;
background-color: rgb(179, 167, 12);
background: -webkit-linear-gradient(top, orange, rgb(179, 167, 12));
background: -moz-linear-gradient(top, orange, rgb(179, 167, 12));
background: -o-linear-gradient(top, orange, rgb(179, 167, 12));
background: -ms-linear-gradient(top, orange, rgb(179, 167, 12));
background: linear-gradient(top, orange, rgb(179, 167, 12));
}
footer {
margin-top: 50px;
height: 100px;
text-align: center;
background: #f43fc0; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(top, antiquewhite, #F43FC0);
background: -moz-linear-gradient(top, antiquewhite, #F43FC0);
background: -o-linear-gradient(top, antiquewhite, #F43FC0);
background: -ms-linear-gradient(top, antiquewhite, #F43FC0);
background: linear-gradient(top, antiquewhite, #F43FC0);
border:1px solid rgba(117, 117, 117, 0.54);
padding:5px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
}
.footer-title {
font-weight: bold;
font-size:20px;
}
/*ürün detay*/
.product-name{
margin-top:10px;
width:100%;
background: orange;
padding:5px 10px;
text-align: center;
}
.product-name >span{
padding: 0;
color: #484848;
line-height: 1.2;
font-size: 17px;
}
.product-description{
margin-top:25px;
}
.product-description > span{
color: #090;
font-size: 13px;
text-align: center;
padding:3px 6px;
}
.product-price{
margin-top:25px;
}
.price{
font-size: 32px;
font-weight: bold;
font-family: arial;
background: #ce942b;
color: #fff;
padding: 3px 10px;
}
.ratings{
width: 128px;
height: 20px;
display: inline-block;
margin: 0 auto;
background-image: url(../../assets/images/rating_disabled_star.svg);
background-repeat: no-repeat;
background-size: contain;
}
.ratings .active{
display: block;
float: left;
background-image: url(../../assets/images/rating_star.svg);
background-size: cover;
text-indent: -9999px;
}
.product-comments {
font-size: 12px;
font-weight: 700;
text-align: center;
}
/* Ürün Detay Slider */
.slide-container{
width:100%;
padding:5px;
border:2px solid #ffa500;
background:#eee;
border-radius: 10px;
-mox-border-radius: 10px;
-webkit-border-radius: 10px;
position:relative;
float: left;
}
.p-slider{
overflow:hidden;
width:100%;
margin: 5px auto;
position:relative;
background: #fff;
border-radius: 5px;
-mox-border-radius: 5px;
-webkit-border-radius: 5px;
position:relative;
float: left;
}
.slide-resim{
z-index:-10;
float: left;
width: 100%;
height: 300px;
}
.slide-item{
width:100%;
float: left;
position:relative;
}
.slide-item img{
width:100%;
height:300px;
}
.slide-button{
width:100%;
bottom:5px;
left:5px;
float:left;
text-align: center;
}
.slide-button> li{
float:left;
margin:0 5px 5px 0;
}
.slide-button > li > a{
display:block;
color:#000;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
padding:5px;
}
.slide-button > li > a>img{
width:55px;
height:55px;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
}
.slide-button > li a:hover{
text-decoration:none;
background:orange;
color:#fff;
}
.slide-button > li.aktif a{
background:orange;
color:#fff;
}
.slvnt-buton{
width: 32px;
height: 31px;
top: 124px;
display:none;
position:absolute;
cursor:pointer;
}
.slvnt-prev {
left: 10px;
background: url(../../assets/images/controls.png) no-repeat 0 -32px;
}
.slvnt-next {
right: 10px;
background: url(../../assets/images/controls.png) no-repeat -43px -32px;
}
.slvnt-prev:hover {
background-position: 0 0;
}
.slvnt-next:hover {
background-position: -43px 0;
}
/*ürün sayfalama*/
#paging{
margin-bottom: 20px;
text-align: right;
}
#paging >a{
padding: 5px 10px;
border: 1px solid red;
margin-right: 5px;
font-size: 16px;
color: #29487d;
font-weight: bold;
background-color: rgb(179, 167, 12);
background: -webkit-linear-gradient(top, orange, rgb(179, 167, 12));
background: -moz-linear-gradient(top, orange, rgb(179, 167, 12));
background: -o-linear-gradient(top, orange, rgb(179, 167, 12));
background: -ms-linear-gradient(top, orange, rgb(179, 167, 12));
background: linear-gradient(top, orange, rgb(179, 167, 12));
color:white;
}
#paging >a:hover,#paging >a.aktif{
text-decoration: none;
color:#fff;
background-color: #d9534f !important;
background: #d9534f; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(top, rgb(200, 169, 168), #a74743);
background: -moz-linear-gradient(top, rgb(200, 169, 168), #a74743);
background: -o-linear-gradient(top, rgb(200, 169, 168), #a74743);
background: -ms-linear-gradient(top, rgb(200, 169, 168), #a74743);
background: linear-gradient(top, rgb(200, 169, 168), #a74743);
}
.customer-menu{
float:right;
width: 250px;
}
.customer-menu >li{
width: 250px;
}
.customer-menu > li > a {
position: relative;
float: right;
text-align: right;
height: 40px;
padding: 9px 10px;
}
.customer-menu >li >a:hover{
background: #29487d;
}
#login-dp{
min-width: 250px;
padding: 14px;
overflow:hidden;
background-color:rgba(255,255,255,.8);
top: 40px;
z-index: 9999;
}
#login-dp .help-block{
font-size:12px
}
#login-dp .bottom{
background-color:rgba(255,255,255,.8);
border-top:1px solid #ddd;
clear:both;
padding:14px;
}
@media(max-width:768px){
#login-dp{
color: #fff;
}
#login-dp .bottom{
background-color: inherit;
border-top:0 none;
}
}
div.rating-container div.counter {
display: none;
position: absolute;
min-width: 20px;
padding: 5px;
font-size: 15px;
line-height: 0px;
height: 20px;
background-color: rgba(0, 0, 0, 0.8);
top: 50%;
right: -36px;
margin-top: -10px;
color: white;
}
.textCenterR {
text-align: center !important;
border: 1px solid;
}
.bbold{
font-weight: bold;
}
.nots{
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border-top: 1px solid #EEE;
border-right: 1px solid #EEE;
border-bottom: 1px solid #EEE;
border-left: 5px solid #EEE;
padding:5px;
float: left;
width: 100%;
margin: 5px 0;
}
.nots-success{
background-color: #EEF7EA;
border-color: #BBDBA1;
}
.nots-info{
background-color: #EEF7FB;
border-color: rgba(119, 190, 205, 0.86);
}
.nots-aqua{
background-color:aqua;
border-color:navy;
}
.nots-orange{
background-color: #f7e78c;
border-color: #d5c041;
}
.nots-pink{
background-color:#ffc0cb;
border-color:#edb5bf;
}
.nots-warning{
background-color:#FAEBCC;
border-color:#d5c041;
}
.order-detail{
font-weight: bold;
font-size: 16px;
color: #666666;
font-weight: bold;
line-height: 80px;
height: 80px;
}
.orderAddTitle {
color: #666666;
width: 100%;
font-size: 12px;
display: block;
padding: 4px 3px;
background: #ddd;
font-weight: bold;
}
.profile-image {
vertical-align: middle;
margin-right: 5px;
width: 26px;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
}
.review-subject{
font-size: 16px;
font-weight: 700;
line-height: 1.2;
color: #484848;
}
.review-date{
color: #919191;
font-size: 12px
}
.review-text {
font-size: 13px;
color: #484848;
margin-bottom: 2px;
line-height: 1.4;
}
.review-author{
display: inline-block;
margin-bottom: 2px;
font-size: 13px;
font-weight: 700;
color: #4b4b4b;
}
.message-area{
font-size: 12px !important;
line-height: 30px;
padding-left: 40px;
width: 400px;
background: url(../../assets/images/textBoxNotebook.png) repeat-y scroll 0 0 transparent;
}
.footer-title {
font-weight: bold;
font-size:20px;
} | assets/css/Custom.css | div{
display: block;
}
a:hover{
text-decoration: none;
}
.delivered{
color: #000 !important;
background: rgba(255, 158, 0, 0.81); /* For browsers that do not support gradients */
background: -webkit-linear-gradient(top, rgb(231, 253, 178), rgba(255, 158, 0, 0.81));
background: -moz-linear-gradient(top, rgb(231, 253, 178), rgba(255, 158, 0, 0.81));
background: -o-linear-gradient(top, rgb(231, 253, 178), rgba(255, 158, 0, 0.81));
background: -ms-linear-gradient(top, rgb(231, 253, 178), rgba(255, 158, 0, 0.81));
background: linear-gradient(top, rgb(231, 253, 178), rgba(255, 158, 0, 0.81));
cursor:pointer;
}
.cargo{
color: #000 !important;
background: rgba(255, 158, 0, 0.81); /* For browsers that do not support gradients */
background: -webkit-linear-gradient(top, rgb(231, 253, 178), rgba(255, 60, 23, 0.81));
background: -moz-linear-gradient(top, rgb(231, 253, 178), rgba(255, 60, 23, 0.81));
background: -o-linear-gradient(top, rgb(231, 253, 178), rgba(255, 60, 23, 0.81));
background: -ms-linear-gradient(top, rgb(231, 253, 178), rgba(255, 60, 23, 0.81));
background: linear-gradient(top, rgb(231, 253, 178), rgba(255, 60, 23, 0.81));
cursor:pointer;
}
.SelRow{
color: #fff !important;
background-color: #d9534f !important;
border-color: #d43f3a !important;
background: #d9534f; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(top, rgb(200, 169, 168), #a74743);
background: -moz-linear-gradient(top, rgb(200, 169, 168), #a74743);
background: -o-linear-gradient(top, rgb(200, 169, 168), #a74743);
background: -ms-linear-gradient(top, rgb(200, 169, 168), #a74743);
background: linear-gradient(top, rgb(200, 169, 168), #a74743);
cursor:pointer;
}
table{
font-family: Arial, Helvetica, Calibri;
font-size:13px;
}
tfoot{
background: #ffa500; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(top, rgb(231, 253, 178), #ffa500);
background: -moz-linear-gradient(top, rgb(231, 253, 178), #ffa500);
background: -o-linear-gradient(top, rgb(231, 253, 178), #ffa500);
background: -ms-linear-gradient(top, rgb(231, 253, 178), #ffa500);
background: linear-gradient(top, rgb(231, 253, 178), #ffa500);
font-size: 18px;
font-weight: bold;
}
tfoot > tr > td {
padding:10px 5px !important;
}
/*.vtable tr:hover,tbody tr:hover{*/
.dataTable tr:hover,datatable tbody>tr:hover{
color: #fff !important;
background: #26038f; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: -moz-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: -o-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: -ms-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
cursor:pointer;
}
.modal-header{
border-radius: 15px 15px 0 0;
padding: 5px 0px 4px 15px;
border-bottom: 1px solid #EFEFEF;
background: #00DBFF;
color:#fff;
background: -webkit-linear-gradient(90deg,#428bca, #fff); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(90deg,#428bca, #fff); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(90deg,#428bca, #fff); /* For Firefox 3.6 to 15 */
background: linear-gradient(90deg,#428bca, #fff); /* Standard syntax (must be last) */
}
.modal-header .close{
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0px 1px 0px #FFF;
opacity: 0.2;
margin-top: 5px !important;
margin-right: 15px;
padding: 0px;
border: 0px none;
cursor: pointer;
display: inline-block;
width: 18px;
height: 18px;
background: none repeat scroll 0% 0% transparent;
text-indent: -10000px;
outline: medium none;
background-image: url("../../assets/images/remove-icon-big.png") !important;
}
.modal-title {
color: #fff !important;
}
.close:hover, .close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
}
.modal-footer {
padding: 5px 15px 5px 15px !important;
}
.modal-body {
padding: 5px 15px 5px 15px !important;
}
.fc-sm{
padding: 5px 5px !important;
}
.fc-x-sm {
padding: 0 5px;
height: 22px;
resize: none;
min-width:22px;
font-size: 12px;
}
.fc-xs {
padding: 0 3px;
height: 18px;
font-size: 11px;
}
.fc-sm-round{
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
padding: 5px 10px !important;
}
.fc-x-sm-round {
padding: 0 10px;
height: 22px;
resize: none;
min-width:22px;
font-size: 12px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
}
.fc-xs-round {
padding: 0 10px;
height: 18px;
font-size: 11px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
}
.lc-sm{
vertical-align: middle !important;
padding: 5px 5px !important;
}
.lc-x-sm {
vertical-align: middle !important;
padding: 0 5px;
font-size: 12px;
}
.lc-xs {
vertical-align: middle !important;
padding: 0 3px;
font-size: 11px;
}
.table>thead>tr{
background: gray !important;
}
.table>thead>tr>th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
font-family: Arial, Helvetica, Calibri;
font-size: 13px;
font-weight: bold;
}
.textRight{
text-align: right !important;
}
.textCenter{
text-align: center !important;
}
/* tile process*/
.tile-navigation {
list-style-type:none;
padding-left:0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-left: 15px;
margin-right: 15px;
float: left;
width:100%;
}
.tile {
display: block;
float: left;
position: relative;
margin:10px;
padding:5px;
-moz-transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-moz-transition: all .2s cubic-bezier(.4,0,.2,1);
-webkit-transition: all .2s cubic-bezier(.4,0,.2,1);
transition: all .2s cubic-bezier(.4,0,.2,1);
}
.tile.red {
background: red; !important;
border:4px solid red;
color:white !important;
}
.tile.pink {
background: pink; !important;
}
.tile.aqua {
background: aqua; !important;
}
.tile.orange {
background: orange !important;
border:4px solid orange;
color:white !important;
}
.tile.yellow {
background: yellow !important;
border:4px solid yellow;
color:black !important;
}
.tile.blue {
background: blue !important;
border:4px solid blue;
color:white !important;
}
.tile.brown {
background: brown !important;
border:4px solid brown;
color:white !important;
}
.tile.purple {
background: purple !important;
border:4px solid purple;
color:white !important;
}
.tile.squar{
width: 150px;
height: 150px;
}
.tile.wide{
width: 250px;
height: 150px;
}
.tile:hover{
border:4px solid slategray !important;
}
.tile-icon{
width: 76px;
margin:5px auto;
opacity:0.5;
}
.tile-text{
text-align: center;
margin-top:15px;
}
.tile a {
text-decoration: none;
}
/* tile process*/
textarea{
resize: none;
}
.image-product{
border: 3px solid lightgray;
width: 200px;
height: 180px;
padding: 10px;
background: white;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
}
.file-upload{
display: none !important;
}
.galeri-product{
border: 1px solid #da41de;
width: 130px;
height: 105px;
padding: 5px;
background: white;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 15px;
margin-right: 10px;
}
.galeri-product:hover{
background: #26038f; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: -moz-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: -o-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: -ms-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
cursor:pointer;
}
.SelImage{
background-color: #d9534f !important;
border-color: #d43f3a !important;
background: #d9534f; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(top, rgb(200, 169, 168), #a74743);
background: -moz-linear-gradient(top, rgb(200, 169, 168), #a74743);
background: -o-linear-gradient(top, rgb(200, 169, 168), #a74743);
background: -ms-linear-gradient(top, rgb(200, 169, 168), #a74743);
background: linear-gradient(top, rgb(200, 169, 168), #a74743);
cursor:pointer;
}
.h-bar{
height: 40px;
background: #F0F0F0;
border-bottom: 1px solid #CCC;
width: 100%;
margin: 0px auto;
}
.bd{
background: #fff;
color:#000;
}
@media (min-width:1024px) {
.ana-content {
width: 80%;
margin: 10px auto;
}
.head-content {
width: 80%;
margin: auto;
height: 40px;
padding: 0 10px;
}
}
@media (max-width:1024px){
.ana-content{
width:98%;
border:1px solid lightgray;
margin: 10px auto;
}
.head-content{
width:100%;
border:1px solid lightgray;
margin: auto;
height:40px;
padding: 0 10px;
}
}
.social-grup{
float:left;
}
.user-grup{
float: right;
}
.social-btn{
float: left;
padding: 7px 9px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
background: white;
margin: 0px 5px;
color: #29487d;
font-size: 22px;
}
.social-btn:hover{
background:#29487d;
color:#fff;
}
.ana-head{
height: 100px;
line-height:100px;
width:100%;
background: #f9efef;
}
*{
margin: 0;
padding: 0;
border: 0;
outline: 0;
list-style:none;
text-decoration:none;
font-family: arial;
}
a{
text-decoration: none;
}
.tab-pane{
min-height: 250px;
}
nav {
min-height: 40px;
background: #d9534f;
padding: 0;
margin: 0;
z-index: 9999;
}
nav ul {
margin: 0;
list-style: none;
background-color: #d9534f !important;
border-color: #d43f3a !important;
background: #d9534f; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(top, rgb(200, 169, 168), #a74743);
background: -moz-linear-gradient(top, rgb(200, 169, 168), #a74743);
background: -o-linear-gradient(top, rgb(200, 169, 168), #a74743);
background: -ms-linear-gradient(top, rgb(200, 169, 168), #a74743);
background: linear-gradient(top, rgb(200, 169, 168), #a74743);
cursor: pointer;
}
nav ul > li { line-height: 40px; }
nav a {
color: white;
text-decoration: none;
}
@media screen and (min-width: 1025px) {
.main-panel{
width:100%;
background: #f9efef;
margin: 10px auto;
min-height:600px;
display: block;
}
.left-panel{
width: 20%;
float: left;
display: block;
}
.right-panel{
float: left;
width: 79%;
min-height: 450px;
margin-left: 1%;
display:block;
}
nav > a { display: none; }
nav * {
padding: 0;
margin: 0;
z-index: 9999;
}
nav > ul { display: flex; }
nav > ul > li {
font-weight: 700;
cursor: pointer;
line-height: 40px;
text-align: center;
padding: 0 15px;
position: relative;
border-left: 1px solid #d9534f;
}
nav > ul > li:hover {
background: #26038f; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: -moz-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: -o-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: -ms-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
cursor: pointer;
}
nav > ul > :first-child { margin-left: 0; }
nav > ul > li ul li {
border-bottom: 1px solid #d9534f;
cursor: pointer;
}
nav > ul > li ul li:hover {
background: #26038f; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: -moz-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: -o-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: -ms-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
cursor: pointer;
}
li>a:hover{
text-decoration: none;
color:white;
}
nav ul > li ul {
position: absolute;
width: 200px;
display: none;
margin-left: -15px;
}
nav ul > li > ul > li > ul > li > ul, nav ul > li > ul > li > ul {
border-left: 1px solid #d9534f;
margin-left: 200px;
margin-top: -40px;
}
nav ul > li:hover > ul { display: block; }
.vertical-menu {
margin: 0;
padding:30px 0;
width: 100%;
float: left;
font-size: 14px;
overflow:hidden;
background-color: orange;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
}
vertical-menu li{
border:1px solid blue;
}
.vertical-menu a {
background-color: #e7fdb2;
color: black;
display: block;
padding: 6px 10px;
text-decoration: none;
border-bottom: 1px solid rgb(179, 167, 12);
}
.vertical-menu a:hover {
background-color: rgb(179, 167, 12);
background: -webkit-linear-gradient(top, orange, rgb(179, 167, 12));
background: -moz-linear-gradient(top, orange, rgb(179, 167, 12));
background: -o-linear-gradient(top, orange, rgb(179, 167, 12));
background: -ms-linear-gradient(top, orange, rgb(179, 167, 12));
background: linear-gradient(top, orange, rgb(179, 167, 12));
color:white;
border:1px solid #ff7400;
}
.vertical-menu a:focus,vertical-menu a.active {
background-color: rgb(179, 167, 12);
background: -webkit-linear-gradient(top, orange, rgb(179, 167, 12));
background: -moz-linear-gradient(top, orange, rgb(179, 167, 12));
background: -o-linear-gradient(top, orange, rgb(179, 167, 12));
background: -ms-linear-gradient(top, orange, rgb(179, 167, 12));
background: linear-gradient(top, orange, rgb(179, 167, 12));
color:white;
border:1px solid #321dff;
}
}
@media screen and (max-width: 1025px) {
.main-panel{
width:100%;
background: #f9efef;
margin: 10px auto;
min-height:800px;
display:block;
}
.left-panel{
width: 100%;
float: left;
display:block;
}
.right-panel{
float: left;
width: 100%;
margin:0;
min-height: 450px;
display:block;
}
nav > ul li {
font-weight: 700;
border-bottom: 1px solid #d9534f;
}
nav * > li > a {
display: block;
width: 100%;
height: 100%;
padding-left: 5px;
}
li>a:hover{
text-decoration: none;
color:white;
}
nav li a:focus {
text-decoration: none;
color:white;
background: #26038f; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: -moz-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: -o-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: -ms-linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
background: linear-gradient(top, rgba(57, 3, 244, 0.35), #26038f);
cursor: pointer;
}
nav * li:last-child { border-bottom: 0; }
nav > a {
margin-top: 5px;
margin-left: 5px;
display: inline-block;
color: white;
}
nav > ul { display: none; }
nav ul > li > ul, nav ul > li > ul > li > ul > li > ul, nav ul > li > ul > li > ul {
display: none;
}
.vertical-menu{
float:left;
width:100%;
background:#29487d;
}
.vertical-menu >li{
float: left;
padding:5px;
margin-left:10px;
}
.vertical-menu>li>a{
padding:0 10px;
font-size:30px;
color: #fff;
}
.vertical-menu>li:hover,.vertical-menu>li:focus{
background-color: rgb(179, 167, 12);
background: -webkit-linear-gradient(top, orange, rgb(179, 167, 12));
background: -moz-linear-gradient(top, orange, rgb(179, 167, 12));
background: -o-linear-gradient(top, orange, rgb(179, 167, 12));
background: -ms-linear-gradient(top, orange, rgb(179, 167, 12));
background: linear-gradient(top, orange, rgb(179, 167, 12));
}
.vertical-menu>li>a>span{
display: none;
}
}
.product-box{
float: left;
border:1px solid orange;
width:100%;
height: 250px;
margin-bottom: 10px;
padding:5px;
overflow: hidden;
}
.product-box:hover, .product-box:focus{
border:4px solid orange;
border-style: inset;
}
.product-box .product-box-new{
padding: 22px 11px;
background: orange;
-ms-transform: rotate(-45deg); /* IE 9 */
-webkit-transform: rotate(-45deg); /* Safari */
transform: rotate(-45deg);
text-align: center;
color: white;
width: 65px;
margin-top: -5px;
margin-left: -5px;
position: absolute;
border-radius: 50px;
}
.product-box .product-box-image {
width: 135px;
height: 135px;
border: 0;
margin: 0 auto;
display: block;
}
.product-box .product-box-text{
width: 100%;
text-align: center;
background: orange;
margin-top: 10px;
}
.product-box-text >strong{
font-weight: bold;
padding:5px;
}
.product-box .product-box-price{
bottom:20px;
margin-top:5px;
width:100%;
text-align: center;
}
.product-box-price >strong{
padding: 5px 0 0 0;
font-weight: bold;
font-size: 18px;
color: #484848;
}
.best-new{
font-family: Calibri;
font-size: 23px;
text-align: center;
width: 100%;
padding: 5px 10px;
font-weight: bold;
color: #29487d;
background-color: rgb(179, 167, 12);
background: -webkit-linear-gradient(top, orange, rgb(179, 167, 12));
background: -moz-linear-gradient(top, orange, rgb(179, 167, 12));
background: -o-linear-gradient(top, orange, rgb(179, 167, 12));
background: -ms-linear-gradient(top, orange, rgb(179, 167, 12));
background: linear-gradient(top, orange, rgb(179, 167, 12));
}
footer {
margin-top: 50px;
height: 100px;
text-align: center;
background: #f43fc0; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(top, antiquewhite, #F43FC0);
background: -moz-linear-gradient(top, antiquewhite, #F43FC0);
background: -o-linear-gradient(top, antiquewhite, #F43FC0);
background: -ms-linear-gradient(top, antiquewhite, #F43FC0);
background: linear-gradient(top, antiquewhite, #F43FC0);
border:1px solid rgba(117, 117, 117, 0.54);
padding:5px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
}
.footer-title {
font-weight: bold;
font-size:20px;
}
/*ürün detay*/
.product-name{
margin-top:10px;
width:100%;
background: orange;
padding:5px 10px;
text-align: center;
}
.product-name >span{
padding: 0;
color: #484848;
line-height: 1.2;
font-size: 17px;
}
.product-description{
margin-top:25px;
}
.product-description > span{
color: #090;
font-size: 13px;
text-align: center;
padding:3px 6px;
}
.product-price{
margin-top:25px;
}
.price{
font-size: 32px;
font-weight: bold;
font-family: arial;
background: #ce942b;
color: #fff;
padding: 3px 10px;
}
.ratings{
width: 128px;
height: 20px;
display: inline-block;
margin: 0 auto;
background-image: url(../../assets/images/rating_disabled_star.svg);
background-repeat: no-repeat;
background-size: contain;
}
.ratings .active{
display: block;
float: left;
background-image: url(../../assets/images/rating_star.svg);
background-size: cover;
text-indent: -9999px;
}
.product-comments {
font-size: 12px;
font-weight: 700;
text-align: center;
}
/* Ürün Detay Slider */
.slide-container{
width:100%;
padding:5px;
border:2px solid #ffa500;
background:#eee;
border-radius: 10px;
-mox-border-radius: 10px;
-webkit-border-radius: 10px;
position:relative;
float: left;
}
.p-slider{
overflow:hidden;
width:100%;
margin: 5px auto;
position:relative;
background: #fff;
border-radius: 5px;
-mox-border-radius: 5px;
-webkit-border-radius: 5px;
position:relative;
float: left;
}
.slide-resim{
z-index:-10;
float: left;
width: 100%;
height: 300px;
}
.slide-item{
width:100%;
float: left;
position:relative;
}
.slide-item img{
width:100%;
height:300px;
}
.slide-button{
width:100%;
bottom:5px;
left:5px;
float:left;
text-align: center;
}
.slide-button> li{
float:left;
margin:0 5px 5px 0;
}
.slide-button > li > a{
display:block;
color:#000;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
padding:5px;
}
.slide-button > li > a>img{
width:55px;
height:55px;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
}
.slide-button > li a:hover{
text-decoration:none;
background:orange;
color:#fff;
}
.slide-button > li.aktif a{
background:orange;
color:#fff;
}
.slvnt-buton{
width: 32px;
height: 31px;
top: 124px;
display:none;
position:absolute;
cursor:pointer;
}
.slvnt-prev {
left: 10px;
background: url(../../assets/images/controls.png) no-repeat 0 -32px;
}
.slvnt-next {
right: 10px;
background: url(../../assets/images/controls.png) no-repeat -43px -32px;
}
.slvnt-prev:hover {
background-position: 0 0;
}
.slvnt-next:hover {
background-position: -43px 0;
}
/*ürün sayfalama*/
#paging{
margin-bottom: 20px;
text-align: right;
}
#paging >a{
padding: 5px 10px;
border: 1px solid red;
margin-right: 5px;
font-size: 16px;
color: #29487d;
font-weight: bold;
background-color: rgb(179, 167, 12);
background: -webkit-linear-gradient(top, orange, rgb(179, 167, 12));
background: -moz-linear-gradient(top, orange, rgb(179, 167, 12));
background: -o-linear-gradient(top, orange, rgb(179, 167, 12));
background: -ms-linear-gradient(top, orange, rgb(179, 167, 12));
background: linear-gradient(top, orange, rgb(179, 167, 12));
color:white;
}
#paging >a:hover,#paging >a.aktif{
text-decoration: none;
color:#fff;
background-color: #d9534f !important;
background: #d9534f; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(top, rgb(200, 169, 168), #a74743);
background: -moz-linear-gradient(top, rgb(200, 169, 168), #a74743);
background: -o-linear-gradient(top, rgb(200, 169, 168), #a74743);
background: -ms-linear-gradient(top, rgb(200, 169, 168), #a74743);
background: linear-gradient(top, rgb(200, 169, 168), #a74743);
}
.customer-menu{
float:right;
width: 250px;
}
.customer-menu >li{
width: 250px;
}
.customer-menu > li > a {
position: relative;
float: right;
text-align: right;
height: 40px;
padding: 9px 10px;
}
.customer-menu >li >a:hover{
background: #29487d;
}
#login-dp{
min-width: 250px;
padding: 14px;
overflow:hidden;
background-color:rgba(255,255,255,.8);
top: 40px;
z-index: 9999;
}
#login-dp .help-block{
font-size:12px
}
#login-dp .bottom{
background-color:rgba(255,255,255,.8);
border-top:1px solid #ddd;
clear:both;
padding:14px;
}
@media(max-width:768px){
#login-dp{
color: #fff;
}
#login-dp .bottom{
background-color: inherit;
border-top:0 none;
}
}
div.rating-container div.counter {
display: none;
position: absolute;
min-width: 20px;
padding: 5px;
font-size: 15px;
line-height: 0px;
height: 20px;
background-color: rgba(0, 0, 0, 0.8);
top: 50%;
right: -36px;
margin-top: -10px;
color: white;
}
.textCenterR {
text-align: center !important;
border: 1px solid;
}
.bbold{
font-weight: bold;
}
.nots{
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border-top: 1px solid #EEE;
border-right: 1px solid #EEE;
border-bottom: 1px solid #EEE;
border-left: 5px solid #EEE;
padding:5px;
float: left;
width: 100%;
margin: 5px 0;
}
.nots-success{
background-color: #EEF7EA;
border-color: #BBDBA1;
}
.nots-info{
background-color: #EEF7FB;
border-color: rgba(119, 190, 205, 0.86);
}
.nots-aqua{
background-color:aqua;
border-color:navy;
}
.nots-orange{
background-color: #f7e78c;
border-color: #d5c041;
}
.nots-pink{
background-color:#ffc0cb;
border-color:#edb5bf;
}
.nots-warning{
background-color:#FAEBCC;
border-color:#d5c041;
}
.order-detail{
font-weight: bold;
font-size: 16px;
color: #666666;
font-weight: bold;
line-height: 80px;
height: 80px;
}
.orderAddTitle {
color: #666666;
width: 100%;
font-size: 12px;
display: block;
padding: 4px 3px;
background: #ddd;
font-weight: bold;
}
.profile-image {
vertical-align: middle;
margin-right: 5px;
width: 26px;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
}
.review-subject{
font-size: 16px;
font-weight: 700;
line-height: 1.2;
color: #484848;
}
.review-date{
color: #919191;
font-size: 12px
}
.review-text {
font-size: 13px;
color: #484848;
margin-bottom: 2px;
line-height: 1.4;
}
.review-author{
display: inline-block;
margin-bottom: 2px;
font-size: 13px;
font-weight: 700;
color: #4b4b4b;
}
.message-area{
font-size: 12px !important;
line-height: 30px;
padding-left: 40px;
width: 400px;
background: url(../../assets/images/textBoxNotebook.png) repeat-y scroll 0 0 transparent;
}
.footer-title {
font-weight: bold;
font-size:20px;
} | 0.352536 | 0.124985 |
:root {
--three : 3px;
--purple : #7a0aa7;
}
* {
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
html {
background-image: linear-gradient(blue,pink,blue);
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
min-height: 100%;
width: 100%;
height: auto;
top: 0;
left: 0;
}
/* I'm adding in notes because this turned out longer than I anticipated */
body {
background-color: transparent;
}
a {
color: cornsilk;
cursor: pointer;
}
nav {
list-style: none;
}
/* This is where we find all the CSS associated with the Header*/
img {
border-radius: 20px;
}
header {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
background-color: transparent;
padding: 10px;
color: cornsilk;
}
header h1 {
font-size: 400%;
font-weight: 100;
text-shadow: 0px 0px 35px yellow;
}
header h4 {
margin-top: 2%;
font-weight: 100;
}
header span {
display: flex;
flex-direction: column;
justify-content: space-around;
}
header nav {
display: inline-flex;
align-items: baseline;
margin-left: 5%;
margin-right: 5%;
}
header li {
margin: 20px;
position: relative;
color: cornsilk;
padding: 3px;
text-shadow: 0px 0px 20px blue;
}
header li:hover {
text-shadow: 0px 0px 20px yellow;
}
li {
display: block;
transition-duration: 0.5s;
}
li:hover {
cursor: pointer;
}
nav li ul {
visibility: hidden;
opacity: 0;
position: absolute;
transition: all 0.5s ease;
left: 0;
align-items: flex-start;
display: none;
color: var(--purple);
background-color: blue;
border-radius: 20px;
}
nav li:hover > ul,
nav li ul:hover {
visibility: visible;
opacity: 1;
display: block;
}
nav li ul li {
clear: both;
width: 100%;
}
nav li:hover > nav ul li:focus-within > nav ul li ul:hover {
visibility: visible;
opacity: 1;
display: block;
}
/* The Base is where all the main content lives, so it's everything
other than the header and footer */
.tag {
height: 100vh;
}
.tag {
opacity: 0;
transform: translate(0, 10vh);
transition: all 1s;
}
.tag.visible {
opacity: 1;
transform: translate(0, 0);
}
.base {
/* background-color: white;
color: var(--purple); */
border-radius: 20px;
margin-left: 5%;
margin-right: 5%;
margin-bottom: 5%;
display: flex;
flex-direction: column;
}
.base a {
/* color: var(--purple); */
}
h2 {
font-size: 175%;
font-weight: 100;
}
h3 {
font-size: 150%;
font-weight: 100;
}
/* The Glow ID is very important, because this property defines the sections
upon interaction */
#glow {
border-color: transparent;
padding-top: 3%;
}
#glow:hover {
box-shadow: inset 0px 0px 30px pink;
transition: translateX(0px);
transition: 1.1s all;
border-radius: 20px;
}
/* Subtitle */
.hello {
display: flex;
padding-bottom: 3%;
padding-right: 3%;
padding-left: 3%;
justify-content: flex-end;
align-items: baseline;
}
.hello span {
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
width: 30%;
}
.hello span p {
margin-left: 3%;
}
.welcome {
text-align: center;
}
/* Project classes are used here for external links offsite */
/* .projects {
display: flex;
flex-direction: column;
width: 30%;
align-items: center;
margin: 3px;
margin-bottom: 3%;
border-radius: 20px;
justify-content: flex-end;
} */
.projects:hover {
/* box-shadow: 0px 0px 60px var(--purple); */
border-style: outset transparent ;
transition: translateX(0px);
transition: 1.1s all;
cursor: pointer;
}
.projects span {
/* display: flex;
flex-direction: column; */
background-image: linear-gradient(pink,white);
/* padding: 3px; */
width: 100%;
border-radius: 10px;
text-shadow: 0px 0px 4px blue;
}
.projects span p {
margin: 5px;
}
.projects img {
width: 100%;
/* opacity: 0; */
height: 30%;
}
/* So - the Recent Class is looking after the most recent project
and the title left/above the image */
.recent {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.recent span {
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
width: 20%;
}
.recent span h2 {
margin: 3%;
font-size: xx-large;
}
.recent img {
width: 70%;
}
img:hover {
box-shadow: 0px 0px 30px var(--purple);
border-style: outset transparent ;
transition: translateX(0px);
transition: 1.1s all;
}
/* so the Work class will be for older projects (once more
applications are launched) */
.work {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
margin: 3%;
}
article img {
width: 30%;
}
/* These are the Class ID - there is 1 ID per project, and each ID has a
different img attached. So in each tag is the pathlink, the size and position
style and in the case of #one, the size (as that's the most recent project */
#one {
background-image: url(images/HelpImBored.png);
background-size: cover;
background-position: center;
width: 70%;
}
#one a {
width: 100%;
}
#one span {
align-items: flex-start;
flex-direction: column;
width: 100%;
margin: 0%;
}
#one span p {
padding: 0px;
padding-top: 1%;
}
#two {
background-image: url(images/WorkDayScheduler.png);
background-size: cover;
background-position: center;
}
#three {
background-image: url(images/PasswordGenerator.png);
background-size: cover;
background-position: center;
}
#four {
background-image: url(images/Weather\ Channel.png);
background-size: cover;
background-position: center;
}
#five {
background-image: url(images/Coding\ Quiz\ Challenge.png);
background-size: cover;
background-position: center;
}
#six {
background-image: url(images/annie-spratt-jk1S_86eep4-unsplash.jpg);
background-size: cover;
background-position: center;
}
#seven {
background-image: url(images/7aubrey-odom-mrSuM73pmsw-unsplash.jpg);
background-size: cover;
background-position: center;
}
/* The personal tag covers 'About' and 'Contact' content, as they
are meant to act in sync with this site */
#personal span {
display: flex;
flex-direction: column;
margin: 6px;
padding: 6px;
text-align: center;
background-image: none;
}
#personal {
display: flex;
border-radius: 20px;
margin: 3%;
}
#personal img {
width: 75%;
}
#personal img:hover {
box-shadow: none ;
}
#personal p {
margin: 15px 0px;
}
aside {
width: 40%;
margin: 5%;
}
/* The Contact Class was created because this section needed to act a little
differently */
.contact {
display: flex;
flex-direction: column;
justify-content: flex-start;
background-color: transparent;
}
.contact nav {
display: flex;
flex-direction: column;
justify-content: space-around;
height: 40%;
}
.contact li {
margin: 4px;
}
aside nav {
list-style: none;
}
/* The Footer tag and relevant styles */
footer {
display: flex;
flex-wrap: wrap;
margin: 0% 5%;
padding-bottom: 5%;
justify-content: space-around;
align-items: baseline;
color: cornsilk;
text-shadow: 0px 0px 10px blue;
}
footer h2 {
margin: 3px;
}
footer p {
margin: 3px;
}
footer nav {
margin: 3px;
display: inline-flex;
flex-direction: column;
align-items: baseline;
color: cornsilk;
}
footer nav li {
margin: 3%;
position: relative;
color: cornsilk;
padding: 3px
}
footer li:hover {
text-shadow: 0px 0px 20px yellow;
}
@media screen and (max-width: 991px) {
.hello {
justify-content: center;
flex-shrink: 2;
flex-wrap: wrap;
}
.recent {
flex-direction: column;
}
.recent h2 + img {
display: none;
}
.recent span {
flex-direction: row;
width: 100%;
}
#one {
width: 90%;
margin: 0% 5%;
}
.projects {
width: 43%;
}
#personal {
flex-direction: column;
text-align: center;
}
aside {
width: 85%;
}
aside p {
margin: 5%
}
footer {
flex-direction: column;
text-align: center;
align-items: center;
}
footer nav {
flex-direction: row;
justify-content: center;
}
}
@media screen and (max-width: 767px) {
.projects {
width: 90%;
}
.work {
margin-left: 9%
}
} | assets/css/sun.css | :root {
--three : 3px;
--purple : #7a0aa7;
}
* {
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
html {
background-image: linear-gradient(blue,pink,blue);
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
min-height: 100%;
width: 100%;
height: auto;
top: 0;
left: 0;
}
/* I'm adding in notes because this turned out longer than I anticipated */
body {
background-color: transparent;
}
a {
color: cornsilk;
cursor: pointer;
}
nav {
list-style: none;
}
/* This is where we find all the CSS associated with the Header*/
img {
border-radius: 20px;
}
header {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
background-color: transparent;
padding: 10px;
color: cornsilk;
}
header h1 {
font-size: 400%;
font-weight: 100;
text-shadow: 0px 0px 35px yellow;
}
header h4 {
margin-top: 2%;
font-weight: 100;
}
header span {
display: flex;
flex-direction: column;
justify-content: space-around;
}
header nav {
display: inline-flex;
align-items: baseline;
margin-left: 5%;
margin-right: 5%;
}
header li {
margin: 20px;
position: relative;
color: cornsilk;
padding: 3px;
text-shadow: 0px 0px 20px blue;
}
header li:hover {
text-shadow: 0px 0px 20px yellow;
}
li {
display: block;
transition-duration: 0.5s;
}
li:hover {
cursor: pointer;
}
nav li ul {
visibility: hidden;
opacity: 0;
position: absolute;
transition: all 0.5s ease;
left: 0;
align-items: flex-start;
display: none;
color: var(--purple);
background-color: blue;
border-radius: 20px;
}
nav li:hover > ul,
nav li ul:hover {
visibility: visible;
opacity: 1;
display: block;
}
nav li ul li {
clear: both;
width: 100%;
}
nav li:hover > nav ul li:focus-within > nav ul li ul:hover {
visibility: visible;
opacity: 1;
display: block;
}
/* The Base is where all the main content lives, so it's everything
other than the header and footer */
.tag {
height: 100vh;
}
.tag {
opacity: 0;
transform: translate(0, 10vh);
transition: all 1s;
}
.tag.visible {
opacity: 1;
transform: translate(0, 0);
}
.base {
/* background-color: white;
color: var(--purple); */
border-radius: 20px;
margin-left: 5%;
margin-right: 5%;
margin-bottom: 5%;
display: flex;
flex-direction: column;
}
.base a {
/* color: var(--purple); */
}
h2 {
font-size: 175%;
font-weight: 100;
}
h3 {
font-size: 150%;
font-weight: 100;
}
/* The Glow ID is very important, because this property defines the sections
upon interaction */
#glow {
border-color: transparent;
padding-top: 3%;
}
#glow:hover {
box-shadow: inset 0px 0px 30px pink;
transition: translateX(0px);
transition: 1.1s all;
border-radius: 20px;
}
/* Subtitle */
.hello {
display: flex;
padding-bottom: 3%;
padding-right: 3%;
padding-left: 3%;
justify-content: flex-end;
align-items: baseline;
}
.hello span {
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
width: 30%;
}
.hello span p {
margin-left: 3%;
}
.welcome {
text-align: center;
}
/* Project classes are used here for external links offsite */
/* .projects {
display: flex;
flex-direction: column;
width: 30%;
align-items: center;
margin: 3px;
margin-bottom: 3%;
border-radius: 20px;
justify-content: flex-end;
} */
.projects:hover {
/* box-shadow: 0px 0px 60px var(--purple); */
border-style: outset transparent ;
transition: translateX(0px);
transition: 1.1s all;
cursor: pointer;
}
.projects span {
/* display: flex;
flex-direction: column; */
background-image: linear-gradient(pink,white);
/* padding: 3px; */
width: 100%;
border-radius: 10px;
text-shadow: 0px 0px 4px blue;
}
.projects span p {
margin: 5px;
}
.projects img {
width: 100%;
/* opacity: 0; */
height: 30%;
}
/* So - the Recent Class is looking after the most recent project
and the title left/above the image */
.recent {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.recent span {
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
width: 20%;
}
.recent span h2 {
margin: 3%;
font-size: xx-large;
}
.recent img {
width: 70%;
}
img:hover {
box-shadow: 0px 0px 30px var(--purple);
border-style: outset transparent ;
transition: translateX(0px);
transition: 1.1s all;
}
/* so the Work class will be for older projects (once more
applications are launched) */
.work {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
margin: 3%;
}
article img {
width: 30%;
}
/* These are the Class ID - there is 1 ID per project, and each ID has a
different img attached. So in each tag is the pathlink, the size and position
style and in the case of #one, the size (as that's the most recent project */
#one {
background-image: url(images/HelpImBored.png);
background-size: cover;
background-position: center;
width: 70%;
}
#one a {
width: 100%;
}
#one span {
align-items: flex-start;
flex-direction: column;
width: 100%;
margin: 0%;
}
#one span p {
padding: 0px;
padding-top: 1%;
}
#two {
background-image: url(images/WorkDayScheduler.png);
background-size: cover;
background-position: center;
}
#three {
background-image: url(images/PasswordGenerator.png);
background-size: cover;
background-position: center;
}
#four {
background-image: url(images/Weather\ Channel.png);
background-size: cover;
background-position: center;
}
#five {
background-image: url(images/Coding\ Quiz\ Challenge.png);
background-size: cover;
background-position: center;
}
#six {
background-image: url(images/annie-spratt-jk1S_86eep4-unsplash.jpg);
background-size: cover;
background-position: center;
}
#seven {
background-image: url(images/7aubrey-odom-mrSuM73pmsw-unsplash.jpg);
background-size: cover;
background-position: center;
}
/* The personal tag covers 'About' and 'Contact' content, as they
are meant to act in sync with this site */
#personal span {
display: flex;
flex-direction: column;
margin: 6px;
padding: 6px;
text-align: center;
background-image: none;
}
#personal {
display: flex;
border-radius: 20px;
margin: 3%;
}
#personal img {
width: 75%;
}
#personal img:hover {
box-shadow: none ;
}
#personal p {
margin: 15px 0px;
}
aside {
width: 40%;
margin: 5%;
}
/* The Contact Class was created because this section needed to act a little
differently */
.contact {
display: flex;
flex-direction: column;
justify-content: flex-start;
background-color: transparent;
}
.contact nav {
display: flex;
flex-direction: column;
justify-content: space-around;
height: 40%;
}
.contact li {
margin: 4px;
}
aside nav {
list-style: none;
}
/* The Footer tag and relevant styles */
footer {
display: flex;
flex-wrap: wrap;
margin: 0% 5%;
padding-bottom: 5%;
justify-content: space-around;
align-items: baseline;
color: cornsilk;
text-shadow: 0px 0px 10px blue;
}
footer h2 {
margin: 3px;
}
footer p {
margin: 3px;
}
footer nav {
margin: 3px;
display: inline-flex;
flex-direction: column;
align-items: baseline;
color: cornsilk;
}
footer nav li {
margin: 3%;
position: relative;
color: cornsilk;
padding: 3px
}
footer li:hover {
text-shadow: 0px 0px 20px yellow;
}
@media screen and (max-width: 991px) {
.hello {
justify-content: center;
flex-shrink: 2;
flex-wrap: wrap;
}
.recent {
flex-direction: column;
}
.recent h2 + img {
display: none;
}
.recent span {
flex-direction: row;
width: 100%;
}
#one {
width: 90%;
margin: 0% 5%;
}
.projects {
width: 43%;
}
#personal {
flex-direction: column;
text-align: center;
}
aside {
width: 85%;
}
aside p {
margin: 5%
}
footer {
flex-direction: column;
text-align: center;
align-items: center;
}
footer nav {
flex-direction: row;
justify-content: center;
}
}
@media screen and (max-width: 767px) {
.projects {
width: 90%;
}
.work {
margin-left: 9%
}
} | 0.496826 | 0.177027 |
a {
prop1: func(1px,1px,1px,func(1px,1px,1px,func(1px,1px,1px)));
prop2: func( 1px ,1px ,1px ,func( 1px ,1px ,1px ,func( 1px ,1px ,1px ) ) );
prop3: func(1px, 1px, 1px, func(1px, 1px, 1px, func(1px, 1px, 1px)));
prop4: func( 1px , 1px , 1px , func( 1px , 1px , 1px , func( 1px , 1px , 1px ) ) );
prop5: func( 1px , 1px , 1px , func( 1px , 1px , 1px , func( 1px , 1px , 1px ) ) );
prop6: func(
1px
,
1px
,
1px
,
func(
1px
,
1px
,
1px
,
func(
1px
,
1px
,
1px
)
)
);
prop7:
func(
1px
,
1px
,
1px
,
func(
1px
,
1px
,
1px
,
func(
1px
,
1px
,
1px
)
)
);
prop8: very-very-very-very-very-very-vey-very-very-long-func(1px,1px,1px,very-very-very-very-very-very-vey-very-very-long-func(1px,1px,1px,very-very-very-very-very-very-vey-very-very-long-func(1px,1px,1px)));
prop9: very-very-very-very-very-very-vey-very-very-long-func( 1px , 1px , 1px , very-very-very-very-very-very-vey-very-very-long-func( 1px , 1px , 1px , very-very-very-very-very-very-vey-very-very-long-func( 1px , 1px , 1px ) ) );
prop10:
very-very-very-very-very-very-vey-very-very-long-func(
1px
,
1px
,
1px
,
very-very-very-very-very-very-vey-very-very-long-func(
1px
,
1px
,
1px,
very-very-very-very-very-very-vey-very-very-long-func(
1px
,
1px
,
1px
)
)
);
prop11: very-very-very-very-very-very-vey-very-very-long-func(
1px
,
1px
,
1px
,
very-very-very-very-very-very-vey-very-very-long-func(
1px
,
1px
,
1px,
very-very-very-very-very-very-vey-very-very-long-func(
1px
,
1px
,
1px
)
)
);
}
a {
box-shadow: inset 0 $size $size (-$size) black;
width: calc(100% - (#{var(--g-spacing)} - #{$iframe-x-padding}) * 2);
padding-right: (100% * $info-width / (1 - $image-width));
padding-bottom:
(
100% *
$image-height / ($image-width-responsive + $image-margin-responsive * 2)
);
}
.foo {
--paddingC: calc( var( --widthB ) / 2 );
content: attr( data-title );
color: var( --main-bg-color );
background-color: rgb( 255, 0, 0 );
background: element( #css-source );
width: calc( 100% - ( #{var(--g-spacing)} - #{$iframe-x-padding} ) * 2 );
padding-bottom:
(
100% *
$image-height / ( $image-width-responsive + $image-margin-responsive * 2 )
);
padding-top: var( --paddingC );
}
.bar {
prop1: attr(data-foo);
prop2: attr( data-foo );
prop3: attr( data-foo );
prop4: attr(
data-foo
);
prop5: attr(
data-foo
);
prop6:
attr(data-foo);
prop7:
attr(
data-foo
);
prop8:
attr(
data-foo
)
;
prop9:"("attr(title)")";
prop10: "(" attr( title ) ")";
prop11: "(" attr( title ) ")";
prop12: "("
attr(title)
")";
prop13:
"("
attr(title)
")";
prop14:
"("
attr(
title
)
")";
prop15:
"("
attr(
title
)
")"
;
prop16: attr(length em);
prop17: attr(length em);
prop18: attr(length em);
prop19: attr(
length
em
);
prop20:attr(data-size em,20);
prop21: attr( data-size em , 20 );
prop22: attr( data-size em , 20 );
prop23: attr(
data-size em,
20
);
prop24:
attr(
data-size em,
20
);
prop25:
attr(
data-size
em,
20
)
;
} | tests/css_parens/parens.css | a {
prop1: func(1px,1px,1px,func(1px,1px,1px,func(1px,1px,1px)));
prop2: func( 1px ,1px ,1px ,func( 1px ,1px ,1px ,func( 1px ,1px ,1px ) ) );
prop3: func(1px, 1px, 1px, func(1px, 1px, 1px, func(1px, 1px, 1px)));
prop4: func( 1px , 1px , 1px , func( 1px , 1px , 1px , func( 1px , 1px , 1px ) ) );
prop5: func( 1px , 1px , 1px , func( 1px , 1px , 1px , func( 1px , 1px , 1px ) ) );
prop6: func(
1px
,
1px
,
1px
,
func(
1px
,
1px
,
1px
,
func(
1px
,
1px
,
1px
)
)
);
prop7:
func(
1px
,
1px
,
1px
,
func(
1px
,
1px
,
1px
,
func(
1px
,
1px
,
1px
)
)
);
prop8: very-very-very-very-very-very-vey-very-very-long-func(1px,1px,1px,very-very-very-very-very-very-vey-very-very-long-func(1px,1px,1px,very-very-very-very-very-very-vey-very-very-long-func(1px,1px,1px)));
prop9: very-very-very-very-very-very-vey-very-very-long-func( 1px , 1px , 1px , very-very-very-very-very-very-vey-very-very-long-func( 1px , 1px , 1px , very-very-very-very-very-very-vey-very-very-long-func( 1px , 1px , 1px ) ) );
prop10:
very-very-very-very-very-very-vey-very-very-long-func(
1px
,
1px
,
1px
,
very-very-very-very-very-very-vey-very-very-long-func(
1px
,
1px
,
1px,
very-very-very-very-very-very-vey-very-very-long-func(
1px
,
1px
,
1px
)
)
);
prop11: very-very-very-very-very-very-vey-very-very-long-func(
1px
,
1px
,
1px
,
very-very-very-very-very-very-vey-very-very-long-func(
1px
,
1px
,
1px,
very-very-very-very-very-very-vey-very-very-long-func(
1px
,
1px
,
1px
)
)
);
}
a {
box-shadow: inset 0 $size $size (-$size) black;
width: calc(100% - (#{var(--g-spacing)} - #{$iframe-x-padding}) * 2);
padding-right: (100% * $info-width / (1 - $image-width));
padding-bottom:
(
100% *
$image-height / ($image-width-responsive + $image-margin-responsive * 2)
);
}
.foo {
--paddingC: calc( var( --widthB ) / 2 );
content: attr( data-title );
color: var( --main-bg-color );
background-color: rgb( 255, 0, 0 );
background: element( #css-source );
width: calc( 100% - ( #{var(--g-spacing)} - #{$iframe-x-padding} ) * 2 );
padding-bottom:
(
100% *
$image-height / ( $image-width-responsive + $image-margin-responsive * 2 )
);
padding-top: var( --paddingC );
}
.bar {
prop1: attr(data-foo);
prop2: attr( data-foo );
prop3: attr( data-foo );
prop4: attr(
data-foo
);
prop5: attr(
data-foo
);
prop6:
attr(data-foo);
prop7:
attr(
data-foo
);
prop8:
attr(
data-foo
)
;
prop9:"("attr(title)")";
prop10: "(" attr( title ) ")";
prop11: "(" attr( title ) ")";
prop12: "("
attr(title)
")";
prop13:
"("
attr(title)
")";
prop14:
"("
attr(
title
)
")";
prop15:
"("
attr(
title
)
")"
;
prop16: attr(length em);
prop17: attr(length em);
prop18: attr(length em);
prop19: attr(
length
em
);
prop20:attr(data-size em,20);
prop21: attr( data-size em , 20 );
prop22: attr( data-size em , 20 );
prop23: attr(
data-size em,
20
);
prop24:
attr(
data-size em,
20
);
prop25:
attr(
data-size
em,
20
)
;
} | 0.334155 | 0.231473 |
.ban {
width: 100%;
height: 148px;
position: absolute;
background: rebeccapurple;
top: -148px;
visibility: hidden;
}
button:focus {
outline: none;
}
.ownerButton {
padding: 10px;
border: 1px solid #ff7e00;
background-color: #ff7e00;
color: white;
}
.ownerButton:hover {
color: #3d3f52;
background-color: white;
}
.starColor {
color: #ffc200;
}
.starGrey {
color: #d9dadf;
}
.margin15 {
margin-top: 15px;
}
.font16 {
font-size: 16px;
}
.with100 {
width: 100%;
}
.marginR10 {
margin-right: 10px;
}
.writeComment {
background-color: #ff7e00;
color: white;
font-size: 16px;
border: 1px solid #ff7e00;
font-weight: 400;
padding: 5px;
min-width: 80px;
}
.doubleButtons button {
font-size: 14px;
}
.doubleButtons button:first-child {
margin-right: 10px;
background-color: white;
color: #3d3f52;
transition: all 0.3s;
}
.doubleButtons button:first-child:hover {
background-color: #3d3f52;
color: white;
transition: all 0.3s;
}
.sharesPopup p::first-letter {
font-size: 200%;
color: #3d3f52;
}
.sharesPopup img {
width: 100%;
height: auto;
}
.sharesPopup i {
font-size: 20px;
margin-right: 10px;
}
.navbar-default .navbar-nav li {
margin-right: 25px;
}
.navbar-default .navbar-nav > .active > a {
color: #ff7e00 !important;
background-color: white !important;
}
.navbar-default .navbar-nav a {
color: #919090 !important;
padding: 15px 0 !important;
}
.navbar-default.fixedNav .navbar-nav li {
margin-right: 25px;
}
.navbar-default.fixedNav .navbar-nav > .active > a {
color: #ff7e00 !important;
background-color: transparent !important;
}
.navbar-default.fixedNav .navbar-nav a {
color: white !important;
padding: 15px 0 !important;
}
.mobile-menu-icon {
position: absolute;
top: 13px;
right: 42px;
width: 30px;
height: 23px;
z-index: 300;
cursor: pointer;
overflow: hidden;
display: block;
}
.mobile-menu-icon span {
display: block;
width: 100%;
height: 3px;
background: white;
position: absolute;
}
.mobile-menu-icon span:nth-of-type(1) {
top: 0;
-webkit-transition-property: top, -webkit-transform;
transition-property: top, transform;
-webkit-transition-delay: 0.3s, 0s;
transition-delay: 0.3s, 0s;
-webkit-transition-duration: 0.3s, 0.3s;
transition-duration: 0.3s, 0.3s;
}
.mobile-menu-icon span:nth-of-type(2) {
top: 10px;
-webkit-transition-property: -webkit-transform, -webkit-transform;
transition-property: transform, transform;
-webkit-transition-delay: 0s, 0.3s;
transition-delay: 0s, 0.3s;
transition-duration: 0.3s, 0.3s;
-webkit-transition-duration: 0.3s, 0.3s;
}
.mobile-menu-icon span:nth-of-type(3) {
bottom: 0;
-webkit-transition-property: bottom, -webkit-transform;
transition-property: bottom, transform;
-webkit-transition-delay: 0.3s, 0s;
transition-delay: 0.3s, 0s;
-webkit-transition-duration: 0.3s, 0.3s;
transition-duration: 0.3s, 0.3s;
}
.mobile-menu-icon.animate > span:nth-of-type(1) {
top: 10px;
transform: rotate(45deg);
-webkit-transition-delay: 0s, 0.3s;
transition-delay: 0s, 0.3s;
}
.mobile-menu-icon.animate > span:nth-of-type(2) {
transform: translateX(-100px);
-webkit-transition-delay: 0.3s, 0s;
transition-delay: 0.3s, 0s;
}
.mobile-menu-icon.animate > span:nth-of-type(3) {
bottom: 10px;
transform: rotate(-45deg);
-webkit-transition-delay: 0s, 0.3s;
transition-delay: 0s, 0.3s;
}
.openToWrite {
height: 40px !important;
overflow: auto;
transition: 0.3s;
}
.restPageContainer {
width: 100%;
}
.restPageContainer .pageTop {
margin: 60px 30px 0 30px;
height: 350px;
}
.restPageContainer .pageTop .topLeft {
margin-right: 1%;
width: 34%;
overflow: hidden;
height: 100%;
}
.restPageContainer .pageTop .topLeft .leftPart {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.restPageContainer .pageTop .topLeft .leftPart .viewImage {
position: absolute;
top: 40%;
left: 45%;
width: 40px;
height: 40px;
font-size: 23px;
background: rgba(52, 54, 74, 0.7);
color: white;
cursor: pointer;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-align-items: center;
-webkit-box-align: center;
align-items: center;
justify-content: center;
}
.restPageContainer .pageTop .rightPart {
width: 65%;
}
.restPageContainer .pageTop .mapPartMap .map {
border: 1px solid #efefef;
height: 350px;
}
.restPageContainer .pageContainer {
margin: 15px 30px 0 30px;
width: 100%;
}
.restPageContainer .pageContainer .containerTop {
padding: 30px;
border-bottom: 1px solid #efefef;
background-color: white;
}
.restPageContainer .pageContainer .containerTop:after {
content: '';
display: table;
clear: both;
}
.restPageContainer .pageContainer .containerTop .positioningCall {
position: relative;
width: 200px;
float: left;
}
.restPageContainer .pageContainer .containerTop .positioningCall .numberInputPart {
background-color: white;
padding: 7px;
text-align: center;
color: #3d3f52;
border: 1px solid;
cursor: pointer;
}
.restPageContainer .pageContainer .containerTop .positioningCall .numberInputPart:hover {
background-color: #3d3f52;
color: white;
}
.restPageContainer .pageContainer .containerTop .positioningCall .dropMenu {
margin-top: 2px;
}
.restPageContainer .pageContainer .containerTop .positioningCall .dropMenu input {
width: 100%;
background-color: white;
color: #3d3f52;
border: 1px solid #3d3f52;
outline: 0;
}
.restPageContainer .pageContainer .containerTop .textToday {
float: left;
margin-left: 20px;
line-height: 35px;
font-size: 14px;
}
.restPageContainer .pageContainer .containerTop .hours {
float: left;
height: 36px;
margin-left: 20px;
outline: none;
}
.restPageContainer .pageContainer .containerTop .rating {
float: left;
line-height: 35px;
margin-left: 20px;
}
.restPageContainer .pageContainer .containerTop .rating .lead {
margin: 0;
line-height: 35px;
}
.restPageContainer .pageContainer .containerContent {
position: relative;
}
.restPageContainer .pageContainer .containerContent .moreInfoAddress {
margin-bottom: 15px;
}
.restPageContainer .pageContainer .containerContent .moreInfoAddress .introTitle {
font-weight: 700;
margin-right: 20px;
font-size: 18px;
color: #808080;
}
.restPageContainer .pageContainer .containerContent .moreInfoAddress .introContent {
color: #939393;
font-size: 16px;
display: inline-table;
}
.restPageContainer .pageContainer .containerContent .moreInfoAddress .introContent .infoTitle {
font-size: 16px;
font-weight: 700;
color: #777777;
margin-bottom: 5px;
}
.restPageContainer .pageContainer .containerContent .moreInfoAddress .introContent.hourContent {
margin: 10px 20px 0 20px;
}
.restPageContainer .pageContainer .containerContent .moreInfoAddress .introContent.hourContent .infoHour {
margin-bottom: 5px;
}
.restPageContainer .pageContainer .containerContent .moreInfoAddress .introContent.hourContent .infoHour:last-child {
margin-bottom: 0;
}
.restPageContainer .pageContainer .containerContent .moreInfoAddress .hourBlock {
background-color: #f3f3f3;
padding: 0 14px 20px 0;
margin-top: 20px;
}
.restPageContainer .pageContainer .containerContent .containerPart {
padding: 30px;
}
.restPageContainer .pageContainer .containerContent .containerPart:first-child {
width: 35%;
}
.restPageContainer .pageContainer .containerContent .containerPart:last-child {
width: 65%;
padding-left: 0;
padding-right: 0;
border-left: 1px solid #efefef;
}
.restPageContainer .pageContainer .containerContent .containerPart .intro {
width: 100%;
}
.restPageContainer .pageContainer .containerContent .containerPart .moreInfo {
margin-top: 20px;
}
.restPageContainer .pageContainer .containerContent .containerPart .moreInfo .introTitle {
color: #808080;
font-weight: 700;
font-size: 20px;
border-bottom: 1px solid #bcbcbc;
}
.restPageContainer .pageContainer .containerContent .containerPart .moreInfo .introTitle .doubleBorder {
display: inline-block;
border-bottom: 2px solid #ff7e00;
}
.restPageContainer .pageContainer .containerContent .containerPart .moreInfo .introContent {
font-size: 16px;
color: #939393;
}
.restPageContainer .pageContainer .containerContent .containerPart .mapPartTitle {
padding: 0 0 20px 20px;
border-bottom: 1px solid #efefef;
font-size: 16px;
color: #939393;
}
.restPageContainer .pageContainer .containerContent .containerPart .mapPartContent {
padding-top: 20px;
/*.moreInfoAddress{
margin-bottom: 15px;
.introTitle{
font-weight: 700;
margin-right: 20px;
font-size: 18px;
}
.introContent{
font-size: 16px;
.infoTitle{
font-size: 16px;
font-weight: 700;
color: #00897B;
margin-bottom: 5px;
}
&.hourContent{
margin: 10px 20px 0 0;
.infoHour{
//font-weight: 500;
margin-bottom: 5px;
&:last-child{
margin-bottom: 0;
}
}
}
}
.hourBlock{
background-color: #f3f3f3;
padding: 0 20px 20px 20px;
}
}*/
}
.restPageContainer .pageContainer .containerContent .containerPart .working {
margin: 33px 20px 0 20px;
}
.restPageContainer .pageContainer .containerContent .containerPart .working .introTitle {
font-weight: 700;
font-size: 20px;
border-bottom: 1px solid #bcbcbc;
color: #808080;
}
.restPageContainer .pageContainer .containerContent .containerPart .working .introTitle .doubleBorder {
display: inline-block;
border-bottom: 2px solid #ff7e00;
}
.restPageContainer .pageContainer .containerContent .container1 {
background-color: white;
}
.restPageContainer .pageContainer .containerContent .container1 .titlePart {
font-weight: 500;
color: #ff7e00;
font-size: 22px;
}
.restPageContainer .pageContainer .containerContent .container3 .fillRestMenu {
width: 100%;
height: auto;
background-color: #efefef;
margin-top: 10px;
border: 1px solid #efefef;
padding: 20px;
}
.restPageContainer .pageContainer .containerContent .container3 .fillRestMenu .testyFood {
margin-top: 10px;
width: 250px;
height: 250px;
overflow: auto;
border: 1px solid #797979;
margin-right: 20px;
padding: 20px;
background-color: white;
cursor: pointer;
}
.restPageContainer .pageContainer .containerContent .container3 .fillRestMenu .testyFood .foodTitle {
font-size: 16px;
font-weight: 700;
margin-bottom: 10px;
color: #3d3f52;
}
.restPageContainer .pageContainer .containerContent .container3 .fillRestMenu .testyFood .foodDescription {
font-size: 14px;
margin-bottom: 10px;
}
.restPageContainer .pageContainer .containerContent .container3 .fillRestMenu .testyFood .foodPrice {
color: #383547;
font-weight: 800;
font-size: 18px;
}
.restPageContainer .pageContainer .containerContent .container3 .chooseRestMenu {
border: 1px solid #797979;
min-width: 80px;
text-align: center;
font-size: 14px;
height: auto;
background-color: white;
transition: 0.3s;
outline: none;
padding: 5px;
}
.restPageContainer .pageContainer .containerContent .container3 .chooseRestMenu:hover {
background-color: #3d3f52;
color: white;
border: 1px solid #3d3f52;
transition: 0.3s;
}
.restPageContainer .pageContainer .containerContent .container3 .chooseRestMenu:focus {
outline: none;
background-color: #3d3f52;
color: white;
border: 1px solid #3d3f52;
transition: 0.3s;
}
.restPageContainer .pageContainer .containerContent .container3 .chooseRestMenu.active {
background-color: #3d3f52;
color: white;
border: 1px solid #3d3f52;
transition: 0.3s;
}
.restPageContainer .pageContainer .containerContent .container4 .specAllInfo {
margin: 0 15px 15px 0;
}
.restPageContainer .pageContainer .containerContent .container4 .specAllInfo img {
width: 200px;
height: auto;
}
.restPageContainer .pageContainer .containerContent .container4 .specAllInfo .SpecInfo {
margin-left: 10px;
}
.restPageContainer .pageContainer .containerContent .container4 .specAllInfo .SpecInfo div {
margin-bottom: 5px;
}
.restPageContainer .pageContainer .containerContent .container4 .specAllInfo .SpecInfo .specialistName {
font-weight: 700;
margin-bottom: 5px;
font-size: 16px;
color: #3d3f52;
}
.restPageContainer .pageContainer .containerContent .container4 .specAllInfo .SpecInfo .specialistProf {
font-size: 14px;
font-weight: 600;
color: #3d3f52;
}
.restPageContainer .pageContainer .containerContent .container5 .writeContent {
height: 160px;
overflow: hidden;
transition: 0.3s;
}
.restPageContainer .pageContainer .containerContent .container5 .writeContent.hideWriteContent {
height: 0;
transition: 0.3s;
}
.restPageContainer .pageContainer .containerContent .container5 .writeContent textarea {
min-width: 400px;
height: 100px;
resize: none;
padding: 10px;
}
.restPageContainer .pageContainer .containerContent .container5 .writeContent textarea:focus {
outline: none;
}
.restPageContainer .pageContainer .containerContent .container5 .commentContent {
border-top: 1px solid #efefef;
padding: 25px 0 25px 40px;
}
.restPageContainer .pageContainer .containerContent .container5 .commentContent .commentTopPart {
margin-bottom: 5px;
}
.restPageContainer .pageContainer .containerContent .container5 .commentContent .commentTopPart .name {
font-size: 16px;
font-weight: 700;
color: #808080;
}
.restPageContainer .pageContainer .containerContent .container5 .commentContent .commentTopPart .time {
color: #808080;
}
.restPageContainer .pageContainer .containerContent .container5 .commentContent .commentTopPart .photo {
width: 40px;
height: 40px;
border-radius: 100%;
background-color: #3d3f52;
color: white;
text-align: center;
line-height: 40px;
font-size: 16px;
text-transform: capitalize;
}
.restPageContainer .pageContainer .containerContent .container5 .commentContent .commentTopPart .photo img {
width: 100%;
height: auto;
}
.restPageContainer .pageContainer .containerContent .container5 .commentContent .comment {
color: grey;
max-width: 800px;
display: inline-block;
}
.restPageContainer .pageContainer .containerContent .container5 .commentContent .replyOpen {
margin-left: 20px;
color: #3d3f52;
font-weight: 600;
cursor: pointer;
}
.restPageContainer .pageContainer .containerContent .container5 .commentContent .subComment .commentContent {
max-width: 800px;
margin: 0 30px;
background-color: #efefef;
padding-left: 20px;
border-bottom: 5px solid white;
}
.restPageContainer .pageContainer .containerContent .container5 .commentContent .writeSubComment {
margin: 10px 30px;
height: 0;
overflow: hidden;
transition: 0.3s;
}
.restPageContainer .pageContainer .containerContent .container5 .commentContent .writeSubComment .replyInput {
background-color: white;
height: 40px;
width: 30%;
border-right: 0;
}
.restPageContainer .pageContainer .containerContent .container5 .commentContent .writeSubComment .replyButton {
background-color: #efefef;
height: 100%;
width: 30px;
border: 1px solid #9e9e9e;
border-left: none;
color: #9e9e9e;
}
.restPageContainer .pageContainer .containerContent .container5 .bottomPart {
border-top: 1px solid #efefef;
padding: 10px 0 0 0;
}
.restPageContainer .pageContainer .containerContent .container5 .bottomPart button {
font-size: 14px;
padding: 5px;
width: 200px;
}
.restPageContainer .pageContainer .containerContent .container6 img {
width: 200px;
height: 200px;
}
.restPageContainer .pageContainer .containerContent .pages {
background-color: white;
margin-top: 10px;
padding: 20px;
}
.restPageContainer .pageContainer .containerContent .pages:after {
content: '';
display: table;
clear: both;
}
.restPageContainer .pageContainer .containerContent .pages .containerTitle {
font-size: 22px;
font-weight: 700;
margin-bottom: 20px;
color: #808080;
}
.restPageContainer .pageContainer .containerContent .pages .containerContent {
display: block;
float: left;
margin: 10px 15px 0 0;
}
.restPageContainer .pageContainer .containerContent .pages .containerContent:last-child {
margin-right: 0;
}
.restPageContainer .pageContainer .containerContent .pages .containerContent .shareItem {
width: 250px;
height: 100px;
text-align: center;
border: 2px dashed #797979;
display: table-cell;
vertical-align: middle;
cursor: pointer;
}
footer {
background-color: #3d3f52;
color: white;
padding-top: 20px;
}
footer .copyRight {
color: #a3a4ae;
}
footer .line {
width: 100%;
height: 1px;
background-color: #a3a4ae;
margin-top: 20px;
margin-bottom: 5px;
}
footer .row {
padding: 0 140px;
}
footer img {
height: 20px;
}
footer .footerText {
font-size: 18px;
margin-top: 4px;
cursor: pointer;
}
footer .footerText:hover {
color: #ff7e00;
}
footer .footerText:hover a {
color: #ff7e00;
}
footer .footerText a {
color: white;
}
footer .footerExplane {
line-height: 16px;
margin-top: 7px;
}
footer .footerSocial {
margin-top: 10px;
}
footer .footerSocial i {
font-size: 16px;
margin-right: 10px;
cursor: pointer;
}
footer .footerSocial i:hover {
color: #ff7e00;
}
@media screen and (max-width: 800px) {
.restPageContainer .pageTop {
height: auto;
}
.restPageContainer .pageTop .topLeft {
float: none;
width: 100%;
height: 200px;
margin-right: 0;
}
.restPageContainer .pageTop .rightPart {
float: none;
width: 100%;
}
.restPageContainer .pageTop .mapPartMap .map {
border: 1px solid #efefef;
height: 200px;
}
.restPageContainer .pageContainer {
top: -30px;
}
.restPageContainer .pageContainer .containerContent .containerPart .working {
margin: 20px 20px 0 0;
}
.restPageContainer .pageContainer .containerContent .containerPart .working .introTitle {
width: 100% !important;
}
.restPageContainer .pageContainer .containerContent .container1 .containerPart {
padding: 15px;
width: 100%;
float: none;
}
.restPageContainer .pageContainer .containerContent .container1 .containerPart .mapPartTitle {
padding-left: 0;
}
.restPageContainer .pageContainer .containerContent .container1 .containerPart .mapPartMap {
padding: 20px 10px 0;
}
.restPageContainer .pageContainer .containerContent .container5 .commentContent .subComment .commentContent {
margin: 0;
}
}
/*owl carusel*/
.owl-cont .owl-carousel {
padding: 0 45px;
position: relative;
}
.owl-cont .owl-carousel .owl-nav .owl-prev {
position: absolute;
left: 0;
top: 40%;
width: 30px;
height: 30px;
background-color: #C7C7CD;
text-align: center;
font-size: 20px;
color: #3d3f52;
}
.owl-cont .owl-carousel .owl-nav .owl-next {
text-align: center;
font-size: 20px;
position: absolute;
right: 0;
top: 40%;
width: 30px;
height: 30px;
background-color: #C7C7CD;
color: #3d3f52;
} | public/styles/current.css | .ban {
width: 100%;
height: 148px;
position: absolute;
background: rebeccapurple;
top: -148px;
visibility: hidden;
}
button:focus {
outline: none;
}
.ownerButton {
padding: 10px;
border: 1px solid #ff7e00;
background-color: #ff7e00;
color: white;
}
.ownerButton:hover {
color: #3d3f52;
background-color: white;
}
.starColor {
color: #ffc200;
}
.starGrey {
color: #d9dadf;
}
.margin15 {
margin-top: 15px;
}
.font16 {
font-size: 16px;
}
.with100 {
width: 100%;
}
.marginR10 {
margin-right: 10px;
}
.writeComment {
background-color: #ff7e00;
color: white;
font-size: 16px;
border: 1px solid #ff7e00;
font-weight: 400;
padding: 5px;
min-width: 80px;
}
.doubleButtons button {
font-size: 14px;
}
.doubleButtons button:first-child {
margin-right: 10px;
background-color: white;
color: #3d3f52;
transition: all 0.3s;
}
.doubleButtons button:first-child:hover {
background-color: #3d3f52;
color: white;
transition: all 0.3s;
}
.sharesPopup p::first-letter {
font-size: 200%;
color: #3d3f52;
}
.sharesPopup img {
width: 100%;
height: auto;
}
.sharesPopup i {
font-size: 20px;
margin-right: 10px;
}
.navbar-default .navbar-nav li {
margin-right: 25px;
}
.navbar-default .navbar-nav > .active > a {
color: #ff7e00 !important;
background-color: white !important;
}
.navbar-default .navbar-nav a {
color: #919090 !important;
padding: 15px 0 !important;
}
.navbar-default.fixedNav .navbar-nav li {
margin-right: 25px;
}
.navbar-default.fixedNav .navbar-nav > .active > a {
color: #ff7e00 !important;
background-color: transparent !important;
}
.navbar-default.fixedNav .navbar-nav a {
color: white !important;
padding: 15px 0 !important;
}
.mobile-menu-icon {
position: absolute;
top: 13px;
right: 42px;
width: 30px;
height: 23px;
z-index: 300;
cursor: pointer;
overflow: hidden;
display: block;
}
.mobile-menu-icon span {
display: block;
width: 100%;
height: 3px;
background: white;
position: absolute;
}
.mobile-menu-icon span:nth-of-type(1) {
top: 0;
-webkit-transition-property: top, -webkit-transform;
transition-property: top, transform;
-webkit-transition-delay: 0.3s, 0s;
transition-delay: 0.3s, 0s;
-webkit-transition-duration: 0.3s, 0.3s;
transition-duration: 0.3s, 0.3s;
}
.mobile-menu-icon span:nth-of-type(2) {
top: 10px;
-webkit-transition-property: -webkit-transform, -webkit-transform;
transition-property: transform, transform;
-webkit-transition-delay: 0s, 0.3s;
transition-delay: 0s, 0.3s;
transition-duration: 0.3s, 0.3s;
-webkit-transition-duration: 0.3s, 0.3s;
}
.mobile-menu-icon span:nth-of-type(3) {
bottom: 0;
-webkit-transition-property: bottom, -webkit-transform;
transition-property: bottom, transform;
-webkit-transition-delay: 0.3s, 0s;
transition-delay: 0.3s, 0s;
-webkit-transition-duration: 0.3s, 0.3s;
transition-duration: 0.3s, 0.3s;
}
.mobile-menu-icon.animate > span:nth-of-type(1) {
top: 10px;
transform: rotate(45deg);
-webkit-transition-delay: 0s, 0.3s;
transition-delay: 0s, 0.3s;
}
.mobile-menu-icon.animate > span:nth-of-type(2) {
transform: translateX(-100px);
-webkit-transition-delay: 0.3s, 0s;
transition-delay: 0.3s, 0s;
}
.mobile-menu-icon.animate > span:nth-of-type(3) {
bottom: 10px;
transform: rotate(-45deg);
-webkit-transition-delay: 0s, 0.3s;
transition-delay: 0s, 0.3s;
}
.openToWrite {
height: 40px !important;
overflow: auto;
transition: 0.3s;
}
.restPageContainer {
width: 100%;
}
.restPageContainer .pageTop {
margin: 60px 30px 0 30px;
height: 350px;
}
.restPageContainer .pageTop .topLeft {
margin-right: 1%;
width: 34%;
overflow: hidden;
height: 100%;
}
.restPageContainer .pageTop .topLeft .leftPart {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.restPageContainer .pageTop .topLeft .leftPart .viewImage {
position: absolute;
top: 40%;
left: 45%;
width: 40px;
height: 40px;
font-size: 23px;
background: rgba(52, 54, 74, 0.7);
color: white;
cursor: pointer;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-align-items: center;
-webkit-box-align: center;
align-items: center;
justify-content: center;
}
.restPageContainer .pageTop .rightPart {
width: 65%;
}
.restPageContainer .pageTop .mapPartMap .map {
border: 1px solid #efefef;
height: 350px;
}
.restPageContainer .pageContainer {
margin: 15px 30px 0 30px;
width: 100%;
}
.restPageContainer .pageContainer .containerTop {
padding: 30px;
border-bottom: 1px solid #efefef;
background-color: white;
}
.restPageContainer .pageContainer .containerTop:after {
content: '';
display: table;
clear: both;
}
.restPageContainer .pageContainer .containerTop .positioningCall {
position: relative;
width: 200px;
float: left;
}
.restPageContainer .pageContainer .containerTop .positioningCall .numberInputPart {
background-color: white;
padding: 7px;
text-align: center;
color: #3d3f52;
border: 1px solid;
cursor: pointer;
}
.restPageContainer .pageContainer .containerTop .positioningCall .numberInputPart:hover {
background-color: #3d3f52;
color: white;
}
.restPageContainer .pageContainer .containerTop .positioningCall .dropMenu {
margin-top: 2px;
}
.restPageContainer .pageContainer .containerTop .positioningCall .dropMenu input {
width: 100%;
background-color: white;
color: #3d3f52;
border: 1px solid #3d3f52;
outline: 0;
}
.restPageContainer .pageContainer .containerTop .textToday {
float: left;
margin-left: 20px;
line-height: 35px;
font-size: 14px;
}
.restPageContainer .pageContainer .containerTop .hours {
float: left;
height: 36px;
margin-left: 20px;
outline: none;
}
.restPageContainer .pageContainer .containerTop .rating {
float: left;
line-height: 35px;
margin-left: 20px;
}
.restPageContainer .pageContainer .containerTop .rating .lead {
margin: 0;
line-height: 35px;
}
.restPageContainer .pageContainer .containerContent {
position: relative;
}
.restPageContainer .pageContainer .containerContent .moreInfoAddress {
margin-bottom: 15px;
}
.restPageContainer .pageContainer .containerContent .moreInfoAddress .introTitle {
font-weight: 700;
margin-right: 20px;
font-size: 18px;
color: #808080;
}
.restPageContainer .pageContainer .containerContent .moreInfoAddress .introContent {
color: #939393;
font-size: 16px;
display: inline-table;
}
.restPageContainer .pageContainer .containerContent .moreInfoAddress .introContent .infoTitle {
font-size: 16px;
font-weight: 700;
color: #777777;
margin-bottom: 5px;
}
.restPageContainer .pageContainer .containerContent .moreInfoAddress .introContent.hourContent {
margin: 10px 20px 0 20px;
}
.restPageContainer .pageContainer .containerContent .moreInfoAddress .introContent.hourContent .infoHour {
margin-bottom: 5px;
}
.restPageContainer .pageContainer .containerContent .moreInfoAddress .introContent.hourContent .infoHour:last-child {
margin-bottom: 0;
}
.restPageContainer .pageContainer .containerContent .moreInfoAddress .hourBlock {
background-color: #f3f3f3;
padding: 0 14px 20px 0;
margin-top: 20px;
}
.restPageContainer .pageContainer .containerContent .containerPart {
padding: 30px;
}
.restPageContainer .pageContainer .containerContent .containerPart:first-child {
width: 35%;
}
.restPageContainer .pageContainer .containerContent .containerPart:last-child {
width: 65%;
padding-left: 0;
padding-right: 0;
border-left: 1px solid #efefef;
}
.restPageContainer .pageContainer .containerContent .containerPart .intro {
width: 100%;
}
.restPageContainer .pageContainer .containerContent .containerPart .moreInfo {
margin-top: 20px;
}
.restPageContainer .pageContainer .containerContent .containerPart .moreInfo .introTitle {
color: #808080;
font-weight: 700;
font-size: 20px;
border-bottom: 1px solid #bcbcbc;
}
.restPageContainer .pageContainer .containerContent .containerPart .moreInfo .introTitle .doubleBorder {
display: inline-block;
border-bottom: 2px solid #ff7e00;
}
.restPageContainer .pageContainer .containerContent .containerPart .moreInfo .introContent {
font-size: 16px;
color: #939393;
}
.restPageContainer .pageContainer .containerContent .containerPart .mapPartTitle {
padding: 0 0 20px 20px;
border-bottom: 1px solid #efefef;
font-size: 16px;
color: #939393;
}
.restPageContainer .pageContainer .containerContent .containerPart .mapPartContent {
padding-top: 20px;
/*.moreInfoAddress{
margin-bottom: 15px;
.introTitle{
font-weight: 700;
margin-right: 20px;
font-size: 18px;
}
.introContent{
font-size: 16px;
.infoTitle{
font-size: 16px;
font-weight: 700;
color: #00897B;
margin-bottom: 5px;
}
&.hourContent{
margin: 10px 20px 0 0;
.infoHour{
//font-weight: 500;
margin-bottom: 5px;
&:last-child{
margin-bottom: 0;
}
}
}
}
.hourBlock{
background-color: #f3f3f3;
padding: 0 20px 20px 20px;
}
}*/
}
.restPageContainer .pageContainer .containerContent .containerPart .working {
margin: 33px 20px 0 20px;
}
.restPageContainer .pageContainer .containerContent .containerPart .working .introTitle {
font-weight: 700;
font-size: 20px;
border-bottom: 1px solid #bcbcbc;
color: #808080;
}
.restPageContainer .pageContainer .containerContent .containerPart .working .introTitle .doubleBorder {
display: inline-block;
border-bottom: 2px solid #ff7e00;
}
.restPageContainer .pageContainer .containerContent .container1 {
background-color: white;
}
.restPageContainer .pageContainer .containerContent .container1 .titlePart {
font-weight: 500;
color: #ff7e00;
font-size: 22px;
}
.restPageContainer .pageContainer .containerContent .container3 .fillRestMenu {
width: 100%;
height: auto;
background-color: #efefef;
margin-top: 10px;
border: 1px solid #efefef;
padding: 20px;
}
.restPageContainer .pageContainer .containerContent .container3 .fillRestMenu .testyFood {
margin-top: 10px;
width: 250px;
height: 250px;
overflow: auto;
border: 1px solid #797979;
margin-right: 20px;
padding: 20px;
background-color: white;
cursor: pointer;
}
.restPageContainer .pageContainer .containerContent .container3 .fillRestMenu .testyFood .foodTitle {
font-size: 16px;
font-weight: 700;
margin-bottom: 10px;
color: #3d3f52;
}
.restPageContainer .pageContainer .containerContent .container3 .fillRestMenu .testyFood .foodDescription {
font-size: 14px;
margin-bottom: 10px;
}
.restPageContainer .pageContainer .containerContent .container3 .fillRestMenu .testyFood .foodPrice {
color: #383547;
font-weight: 800;
font-size: 18px;
}
.restPageContainer .pageContainer .containerContent .container3 .chooseRestMenu {
border: 1px solid #797979;
min-width: 80px;
text-align: center;
font-size: 14px;
height: auto;
background-color: white;
transition: 0.3s;
outline: none;
padding: 5px;
}
.restPageContainer .pageContainer .containerContent .container3 .chooseRestMenu:hover {
background-color: #3d3f52;
color: white;
border: 1px solid #3d3f52;
transition: 0.3s;
}
.restPageContainer .pageContainer .containerContent .container3 .chooseRestMenu:focus {
outline: none;
background-color: #3d3f52;
color: white;
border: 1px solid #3d3f52;
transition: 0.3s;
}
.restPageContainer .pageContainer .containerContent .container3 .chooseRestMenu.active {
background-color: #3d3f52;
color: white;
border: 1px solid #3d3f52;
transition: 0.3s;
}
.restPageContainer .pageContainer .containerContent .container4 .specAllInfo {
margin: 0 15px 15px 0;
}
.restPageContainer .pageContainer .containerContent .container4 .specAllInfo img {
width: 200px;
height: auto;
}
.restPageContainer .pageContainer .containerContent .container4 .specAllInfo .SpecInfo {
margin-left: 10px;
}
.restPageContainer .pageContainer .containerContent .container4 .specAllInfo .SpecInfo div {
margin-bottom: 5px;
}
.restPageContainer .pageContainer .containerContent .container4 .specAllInfo .SpecInfo .specialistName {
font-weight: 700;
margin-bottom: 5px;
font-size: 16px;
color: #3d3f52;
}
.restPageContainer .pageContainer .containerContent .container4 .specAllInfo .SpecInfo .specialistProf {
font-size: 14px;
font-weight: 600;
color: #3d3f52;
}
.restPageContainer .pageContainer .containerContent .container5 .writeContent {
height: 160px;
overflow: hidden;
transition: 0.3s;
}
.restPageContainer .pageContainer .containerContent .container5 .writeContent.hideWriteContent {
height: 0;
transition: 0.3s;
}
.restPageContainer .pageContainer .containerContent .container5 .writeContent textarea {
min-width: 400px;
height: 100px;
resize: none;
padding: 10px;
}
.restPageContainer .pageContainer .containerContent .container5 .writeContent textarea:focus {
outline: none;
}
.restPageContainer .pageContainer .containerContent .container5 .commentContent {
border-top: 1px solid #efefef;
padding: 25px 0 25px 40px;
}
.restPageContainer .pageContainer .containerContent .container5 .commentContent .commentTopPart {
margin-bottom: 5px;
}
.restPageContainer .pageContainer .containerContent .container5 .commentContent .commentTopPart .name {
font-size: 16px;
font-weight: 700;
color: #808080;
}
.restPageContainer .pageContainer .containerContent .container5 .commentContent .commentTopPart .time {
color: #808080;
}
.restPageContainer .pageContainer .containerContent .container5 .commentContent .commentTopPart .photo {
width: 40px;
height: 40px;
border-radius: 100%;
background-color: #3d3f52;
color: white;
text-align: center;
line-height: 40px;
font-size: 16px;
text-transform: capitalize;
}
.restPageContainer .pageContainer .containerContent .container5 .commentContent .commentTopPart .photo img {
width: 100%;
height: auto;
}
.restPageContainer .pageContainer .containerContent .container5 .commentContent .comment {
color: grey;
max-width: 800px;
display: inline-block;
}
.restPageContainer .pageContainer .containerContent .container5 .commentContent .replyOpen {
margin-left: 20px;
color: #3d3f52;
font-weight: 600;
cursor: pointer;
}
.restPageContainer .pageContainer .containerContent .container5 .commentContent .subComment .commentContent {
max-width: 800px;
margin: 0 30px;
background-color: #efefef;
padding-left: 20px;
border-bottom: 5px solid white;
}
.restPageContainer .pageContainer .containerContent .container5 .commentContent .writeSubComment {
margin: 10px 30px;
height: 0;
overflow: hidden;
transition: 0.3s;
}
.restPageContainer .pageContainer .containerContent .container5 .commentContent .writeSubComment .replyInput {
background-color: white;
height: 40px;
width: 30%;
border-right: 0;
}
.restPageContainer .pageContainer .containerContent .container5 .commentContent .writeSubComment .replyButton {
background-color: #efefef;
height: 100%;
width: 30px;
border: 1px solid #9e9e9e;
border-left: none;
color: #9e9e9e;
}
.restPageContainer .pageContainer .containerContent .container5 .bottomPart {
border-top: 1px solid #efefef;
padding: 10px 0 0 0;
}
.restPageContainer .pageContainer .containerContent .container5 .bottomPart button {
font-size: 14px;
padding: 5px;
width: 200px;
}
.restPageContainer .pageContainer .containerContent .container6 img {
width: 200px;
height: 200px;
}
.restPageContainer .pageContainer .containerContent .pages {
background-color: white;
margin-top: 10px;
padding: 20px;
}
.restPageContainer .pageContainer .containerContent .pages:after {
content: '';
display: table;
clear: both;
}
.restPageContainer .pageContainer .containerContent .pages .containerTitle {
font-size: 22px;
font-weight: 700;
margin-bottom: 20px;
color: #808080;
}
.restPageContainer .pageContainer .containerContent .pages .containerContent {
display: block;
float: left;
margin: 10px 15px 0 0;
}
.restPageContainer .pageContainer .containerContent .pages .containerContent:last-child {
margin-right: 0;
}
.restPageContainer .pageContainer .containerContent .pages .containerContent .shareItem {
width: 250px;
height: 100px;
text-align: center;
border: 2px dashed #797979;
display: table-cell;
vertical-align: middle;
cursor: pointer;
}
footer {
background-color: #3d3f52;
color: white;
padding-top: 20px;
}
footer .copyRight {
color: #a3a4ae;
}
footer .line {
width: 100%;
height: 1px;
background-color: #a3a4ae;
margin-top: 20px;
margin-bottom: 5px;
}
footer .row {
padding: 0 140px;
}
footer img {
height: 20px;
}
footer .footerText {
font-size: 18px;
margin-top: 4px;
cursor: pointer;
}
footer .footerText:hover {
color: #ff7e00;
}
footer .footerText:hover a {
color: #ff7e00;
}
footer .footerText a {
color: white;
}
footer .footerExplane {
line-height: 16px;
margin-top: 7px;
}
footer .footerSocial {
margin-top: 10px;
}
footer .footerSocial i {
font-size: 16px;
margin-right: 10px;
cursor: pointer;
}
footer .footerSocial i:hover {
color: #ff7e00;
}
@media screen and (max-width: 800px) {
.restPageContainer .pageTop {
height: auto;
}
.restPageContainer .pageTop .topLeft {
float: none;
width: 100%;
height: 200px;
margin-right: 0;
}
.restPageContainer .pageTop .rightPart {
float: none;
width: 100%;
}
.restPageContainer .pageTop .mapPartMap .map {
border: 1px solid #efefef;
height: 200px;
}
.restPageContainer .pageContainer {
top: -30px;
}
.restPageContainer .pageContainer .containerContent .containerPart .working {
margin: 20px 20px 0 0;
}
.restPageContainer .pageContainer .containerContent .containerPart .working .introTitle {
width: 100% !important;
}
.restPageContainer .pageContainer .containerContent .container1 .containerPart {
padding: 15px;
width: 100%;
float: none;
}
.restPageContainer .pageContainer .containerContent .container1 .containerPart .mapPartTitle {
padding-left: 0;
}
.restPageContainer .pageContainer .containerContent .container1 .containerPart .mapPartMap {
padding: 20px 10px 0;
}
.restPageContainer .pageContainer .containerContent .container5 .commentContent .subComment .commentContent {
margin: 0;
}
}
/*owl carusel*/
.owl-cont .owl-carousel {
padding: 0 45px;
position: relative;
}
.owl-cont .owl-carousel .owl-nav .owl-prev {
position: absolute;
left: 0;
top: 40%;
width: 30px;
height: 30px;
background-color: #C7C7CD;
text-align: center;
font-size: 20px;
color: #3d3f52;
}
.owl-cont .owl-carousel .owl-nav .owl-next {
text-align: center;
font-size: 20px;
position: absolute;
right: 0;
top: 40%;
width: 30px;
height: 30px;
background-color: #C7C7CD;
color: #3d3f52;
} | 0.462959 | 0.063366 |
@tailwind base;
.base-16 {
font-size: 16px;
}
.base-17 {
font-size: 17px;
}
.drop-cap:first-letter {
float: left;
font-size: 4.25rem;
line-height: 1;
padding-top: 0.25rem;
padding-right: 0.5rem;
padding-left: 0.25rem;
}
/*! purgecss start ignore */
[x-cloak] {
display: none;
}
.no-js\:block {
display: none;
}
.has-old-js .no-js\:block {
display: block;
}
.has-old-js .no-js\:hidden {
display: none;
}
/*! purgecss end ignore */
.featured-content > p a {
@apply text-darkblue underline;
@apply transition-colors duration-500;
}
.featured-content > p a:hover {
@apply text-yellow;
}
.featured-content > p del {
@apply text-orange line-through;
}
.featured-content > :where(p, aside, figure, ol, ul) + :where(p, ol, ul),
.featured-content > :where(ol, ul) > li + li,
.featured-content > :where(ol, ul) > li > p + p,
.featured-content > p + p,
.featured-content > aside + p,
.featured-content > figure + p {
@apply mt-8;
}
.featured-content > h2 {
@apply mt-8 mb-2 font-sans text-4xl font-semibold leading-tight;
}
.featured-content > h3 {
@apply mt-4 mb-8 font-sans text-3xl italic leading-none;
}
.featured-content > h4 {
@apply mt-8 mb-4 font-sans text-lg font-semibold leading-tight;
}
.featured-content > h5 {
@apply mt-6 mb-2 text-base font-semibold leading-tight;
}
.featured-content > h6 {
@apply mt-4 mb-1 text-base italic leading-tight;
}
.featured-content > ul {
@apply list-disc pl-6;
}
.featured-content > ol {
@apply list-decimal pl-6;
}
.article-content > :where(*) {
@apply overflow-x-auto;
}
.article-content > :where(p, aside, figure, ol, ul) {
@apply mt-4 mb-4;
}
.article-content > :where(iframe) {
@apply my-12;
}
.article-content > :first-child {
@apply mt-0;
}
.article-content > :last-child {
@apply mb-0;
}
.article-content > h2 {
@apply mt-8 mb-4 text-2xl font-semibold leading-tight;
}
.article-content > h3 {
@apply mt-8 mb-4 text-xl font-semibold leading-tight;
}
.article-content > h4 {
@apply mt-8 mb-4 text-lg font-semibold leading-tight;
}
.article-content > h5 {
@apply mt-8 mb-4 text-base font-semibold leading-tight;
}
.article-content > h6 {
@apply mt-8 mb-4 text-base italic leading-tight;
}
.article-content > ul {
@apply list-disc pl-6;
}
.article-content > ol {
@apply list-decimal pl-6;
}
.article-content :where(a) {
@apply text-darkblue underline;
@apply transition-colors duration-500;
}
.article-content :where(a:hover) {
@apply text-yellow;
}
.article-content > p del {
@apply text-orange line-through;
}
@responsive {
.shape-outside {
shape-outside: border-box;
}
}
.content-aside > p {
@apply leading-relaxed;
}
.content-aside a {
@apply text-darkblue underline;
@apply transition-colors duration-500;
}
.content-aside a:hover {
@apply text-yellow;
}
.content-aside > ul {
@apply list-disc list-inside;
}
.content-aside > ol {
@apply list-decimal list-inside;
}
@screen sm {
.content-aside > ul {
@apply list-outside;
}
.content-aside > ol {
@apply list-outside;
}
}
.content-aside > h1,
.content-aside > h2,
.content-aside > h3,
.content-aside > h4 {
@apply uppercase font-bold text-lg leading-none;
}
.content-aside > * + h1,
.content-aside > * + h2,
.content-aside > * + h3,
.content-aside > * + h4 {
@apply mt-8;
}
.content-aside > * + *,
.content-aside ul > li + li,
.content-aside ol > li + li {
@apply mt-3;
}
.bg-key {
background-image: url("/featured/img/icon__key__graphic.png");
background-position: top left;
background-repeat: no-repeat;
background-size: 150px;
}
.bg-info {
background-image: url("/featured/img/icon__info__graphic.png");
background-position: top left;
background-repeat: no-repeat;
background-size: 150px;
}
.bg-pullquote {
background-image: url("/featured/img/quote__graphic.png");
background-position: top left;
background-repeat: no-repeat;
background-size: 100px;
}
.snap-x {
scroll-snap-type: x mandatory;
}
.snap-center {
scroll-snap-align: center;
}
.custom-scrollbar {
scrollbar-color: transparent transparent;
}
.custom-scrollbar:hover {
scrollbar-color: #f5f5f5 transparent;
}
.custom-scrollbar::-webkit-scrollbar {
@apply h-2 bg-transparent;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
@apply rounded-full bg-transparent;
}
.custom-scrollbar:hover::-webkit-scrollbar-thumb {
@apply bg-g-3;
}
.backdrop-fallback {
background-color: rgba(0, 0, 0, 0.75);
}
/* if backdrop support: very transparent and blurred */
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
.backdrop-fallback {
background: revert;
}
}
@tailwind components;
@tailwind utilities;
@responsive {
.block-important {
display: block !important;
}
}
.text-shadow {
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
} | assets/css/tw.css | @tailwind base;
.base-16 {
font-size: 16px;
}
.base-17 {
font-size: 17px;
}
.drop-cap:first-letter {
float: left;
font-size: 4.25rem;
line-height: 1;
padding-top: 0.25rem;
padding-right: 0.5rem;
padding-left: 0.25rem;
}
/*! purgecss start ignore */
[x-cloak] {
display: none;
}
.no-js\:block {
display: none;
}
.has-old-js .no-js\:block {
display: block;
}
.has-old-js .no-js\:hidden {
display: none;
}
/*! purgecss end ignore */
.featured-content > p a {
@apply text-darkblue underline;
@apply transition-colors duration-500;
}
.featured-content > p a:hover {
@apply text-yellow;
}
.featured-content > p del {
@apply text-orange line-through;
}
.featured-content > :where(p, aside, figure, ol, ul) + :where(p, ol, ul),
.featured-content > :where(ol, ul) > li + li,
.featured-content > :where(ol, ul) > li > p + p,
.featured-content > p + p,
.featured-content > aside + p,
.featured-content > figure + p {
@apply mt-8;
}
.featured-content > h2 {
@apply mt-8 mb-2 font-sans text-4xl font-semibold leading-tight;
}
.featured-content > h3 {
@apply mt-4 mb-8 font-sans text-3xl italic leading-none;
}
.featured-content > h4 {
@apply mt-8 mb-4 font-sans text-lg font-semibold leading-tight;
}
.featured-content > h5 {
@apply mt-6 mb-2 text-base font-semibold leading-tight;
}
.featured-content > h6 {
@apply mt-4 mb-1 text-base italic leading-tight;
}
.featured-content > ul {
@apply list-disc pl-6;
}
.featured-content > ol {
@apply list-decimal pl-6;
}
.article-content > :where(*) {
@apply overflow-x-auto;
}
.article-content > :where(p, aside, figure, ol, ul) {
@apply mt-4 mb-4;
}
.article-content > :where(iframe) {
@apply my-12;
}
.article-content > :first-child {
@apply mt-0;
}
.article-content > :last-child {
@apply mb-0;
}
.article-content > h2 {
@apply mt-8 mb-4 text-2xl font-semibold leading-tight;
}
.article-content > h3 {
@apply mt-8 mb-4 text-xl font-semibold leading-tight;
}
.article-content > h4 {
@apply mt-8 mb-4 text-lg font-semibold leading-tight;
}
.article-content > h5 {
@apply mt-8 mb-4 text-base font-semibold leading-tight;
}
.article-content > h6 {
@apply mt-8 mb-4 text-base italic leading-tight;
}
.article-content > ul {
@apply list-disc pl-6;
}
.article-content > ol {
@apply list-decimal pl-6;
}
.article-content :where(a) {
@apply text-darkblue underline;
@apply transition-colors duration-500;
}
.article-content :where(a:hover) {
@apply text-yellow;
}
.article-content > p del {
@apply text-orange line-through;
}
@responsive {
.shape-outside {
shape-outside: border-box;
}
}
.content-aside > p {
@apply leading-relaxed;
}
.content-aside a {
@apply text-darkblue underline;
@apply transition-colors duration-500;
}
.content-aside a:hover {
@apply text-yellow;
}
.content-aside > ul {
@apply list-disc list-inside;
}
.content-aside > ol {
@apply list-decimal list-inside;
}
@screen sm {
.content-aside > ul {
@apply list-outside;
}
.content-aside > ol {
@apply list-outside;
}
}
.content-aside > h1,
.content-aside > h2,
.content-aside > h3,
.content-aside > h4 {
@apply uppercase font-bold text-lg leading-none;
}
.content-aside > * + h1,
.content-aside > * + h2,
.content-aside > * + h3,
.content-aside > * + h4 {
@apply mt-8;
}
.content-aside > * + *,
.content-aside ul > li + li,
.content-aside ol > li + li {
@apply mt-3;
}
.bg-key {
background-image: url("/featured/img/icon__key__graphic.png");
background-position: top left;
background-repeat: no-repeat;
background-size: 150px;
}
.bg-info {
background-image: url("/featured/img/icon__info__graphic.png");
background-position: top left;
background-repeat: no-repeat;
background-size: 150px;
}
.bg-pullquote {
background-image: url("/featured/img/quote__graphic.png");
background-position: top left;
background-repeat: no-repeat;
background-size: 100px;
}
.snap-x {
scroll-snap-type: x mandatory;
}
.snap-center {
scroll-snap-align: center;
}
.custom-scrollbar {
scrollbar-color: transparent transparent;
}
.custom-scrollbar:hover {
scrollbar-color: #f5f5f5 transparent;
}
.custom-scrollbar::-webkit-scrollbar {
@apply h-2 bg-transparent;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
@apply rounded-full bg-transparent;
}
.custom-scrollbar:hover::-webkit-scrollbar-thumb {
@apply bg-g-3;
}
.backdrop-fallback {
background-color: rgba(0, 0, 0, 0.75);
}
/* if backdrop support: very transparent and blurred */
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
.backdrop-fallback {
background: revert;
}
}
@tailwind components;
@tailwind utilities;
@responsive {
.block-important {
display: block !important;
}
}
.text-shadow {
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
} | 0.468791 | 0.068506 |
.rp-demo-viewer {
display: grid;
grid-template-columns: 1fr 0;
grid-template-rows: 2.5rem 1fr;
height: 100vh;
position: relative;
}
/* With sidebar */
.rp-demo-viewer--withsidebar .rp-demo-viewer__main {
overflow: hidden;
}
.rp-demo-viewer__toolbar {
align-items: center;
border-bottom: 1px solid rgba(0, 0, 0, .3);
display: flex;
grid-row-start: 1;
grid-column-start: 1;
grid-row-end: auto;
grid-column-end: span 2;
padding: 0.25rem;
}
.rp-demo-viewer__main {
display: flex;
flex: 1;
grid-row-start: 2;
grid-column-start: 1;
grid-row-end: auto;
grid-column-end: auto;
padding: 6rem 2rem 2rem 2rem;
}
.rp-demo-viewer__screens {
background-color: rgba(0, 0, 0, 0.02);
border-left: 1px solid rgba(0, 0, 0, .2);
}
/* Toolbar */
.rp-demo-viewer__toolbar-left {
align-items: center;
display: flex;
flex: 1;
justify-content: center;
}
.rp-demo-viewer__divider {
background-color: rgba(0, 0, 0, .3);
height: 1.5rem;
margin: 0.5rem;
width: 1px;
}
.rp-demo-viewer__button {
background: none;
border: none;
border-radius: 0.25rem;
cursor: pointer;
margin: 0.25rem;
padding: 0.25rem;
text-decoration: none;
}
.rp-demo-viewer__button:hover {
background: rgba(0, 0, 0, .1);
}
.rp-demo-viewer__button--selected,
.rp-demo-viewer__button--selected:hover {
background: #2563EB;
color: #fff;
}
/* Body */
.rp-demo-viewer__body {
height: 100%;
position: relative;
width: 100%;
}
.rp-demo-viewer__frame {
border: 1px solid rgba(0, 0, 0, .3);
flex: 1;
height: 100%;
width: 100%;
}
.demo_viewer__zoom {
padding: 0.5rem;
position: absolute;
right: 0;
top: 0;
}
/* Browser frame */
.rp-demo-viewer__browser {
left: 0;
position: absolute;
transition: transform 0.2s ease-in-out;
}
.rp-demo-viewer__browser--portrait {
top: 0;
transform: translateY(-100%);
width: 100%;
}
.rp-demo-viewer__browser--landscape {
bottom: 0;
transform: rotate(-90deg);
transform-origin: 0% 100%;
}
/* Code */
.rp-demo-viewer__code {
border: 1px solid rgba(0, 0, 0, .3);
flex: 1;
height: 100%;
overflow: auto;
width: 100%;
}
@media (max-width: 640px) {
.rp-demo-viewer__screens {
bottom: 0;
overflow: auto;
position: absolute;
right: 0;
top: 2.5rem;
}
}
@media (min-width: 768px) {
.rp-demo-viewer--withsidebar {
grid-template-columns: 1fr 16rem;
}
.rp-demo-viewer__screens {
grid-row-start: 2;
grid-column-start: 2;
grid-row-end: auto;
grid-column-end: auto;
overflow: auto;
}
} | src/components/rp-demo-viewer/rp-demo-viewer.css | .rp-demo-viewer {
display: grid;
grid-template-columns: 1fr 0;
grid-template-rows: 2.5rem 1fr;
height: 100vh;
position: relative;
}
/* With sidebar */
.rp-demo-viewer--withsidebar .rp-demo-viewer__main {
overflow: hidden;
}
.rp-demo-viewer__toolbar {
align-items: center;
border-bottom: 1px solid rgba(0, 0, 0, .3);
display: flex;
grid-row-start: 1;
grid-column-start: 1;
grid-row-end: auto;
grid-column-end: span 2;
padding: 0.25rem;
}
.rp-demo-viewer__main {
display: flex;
flex: 1;
grid-row-start: 2;
grid-column-start: 1;
grid-row-end: auto;
grid-column-end: auto;
padding: 6rem 2rem 2rem 2rem;
}
.rp-demo-viewer__screens {
background-color: rgba(0, 0, 0, 0.02);
border-left: 1px solid rgba(0, 0, 0, .2);
}
/* Toolbar */
.rp-demo-viewer__toolbar-left {
align-items: center;
display: flex;
flex: 1;
justify-content: center;
}
.rp-demo-viewer__divider {
background-color: rgba(0, 0, 0, .3);
height: 1.5rem;
margin: 0.5rem;
width: 1px;
}
.rp-demo-viewer__button {
background: none;
border: none;
border-radius: 0.25rem;
cursor: pointer;
margin: 0.25rem;
padding: 0.25rem;
text-decoration: none;
}
.rp-demo-viewer__button:hover {
background: rgba(0, 0, 0, .1);
}
.rp-demo-viewer__button--selected,
.rp-demo-viewer__button--selected:hover {
background: #2563EB;
color: #fff;
}
/* Body */
.rp-demo-viewer__body {
height: 100%;
position: relative;
width: 100%;
}
.rp-demo-viewer__frame {
border: 1px solid rgba(0, 0, 0, .3);
flex: 1;
height: 100%;
width: 100%;
}
.demo_viewer__zoom {
padding: 0.5rem;
position: absolute;
right: 0;
top: 0;
}
/* Browser frame */
.rp-demo-viewer__browser {
left: 0;
position: absolute;
transition: transform 0.2s ease-in-out;
}
.rp-demo-viewer__browser--portrait {
top: 0;
transform: translateY(-100%);
width: 100%;
}
.rp-demo-viewer__browser--landscape {
bottom: 0;
transform: rotate(-90deg);
transform-origin: 0% 100%;
}
/* Code */
.rp-demo-viewer__code {
border: 1px solid rgba(0, 0, 0, .3);
flex: 1;
height: 100%;
overflow: auto;
width: 100%;
}
@media (max-width: 640px) {
.rp-demo-viewer__screens {
bottom: 0;
overflow: auto;
position: absolute;
right: 0;
top: 2.5rem;
}
}
@media (min-width: 768px) {
.rp-demo-viewer--withsidebar {
grid-template-columns: 1fr 16rem;
}
.rp-demo-viewer__screens {
grid-row-start: 2;
grid-column-start: 2;
grid-row-end: auto;
grid-column-end: auto;
overflow: auto;
}
} | 0.657428 | 0.148448 |
@tailwind base;
html {
scroll-behavior: smooth;
}
html,
body,
#___gatsby,
#gatsby-focus-wrapper {
@apply h-full;
}
body {
@apply font-body;
@apply overflow-x-hidden;
@apply max-w-full;
}
h1,
h2,
h3,
h4 {
@apply font-heading;
}
h1 {
@apply text-6xl;
}
h2 {
@apply text-5xl;
}
h3 {
@apply text-4xl;
}
h4 {
@apply text-3xl;
}
a {
@apply font-heading;
@apply no-underline;
@apply text-lg;
@apply transition-all;
@apply ease-linear;
@apply duration-75;
}
button {
@apply uppercase;
@apply bg-orange;
@apply rounded-full;
@apply px-3;
@apply py-4;
@apply font-heading;
@apply text-white;
transition: all 150ms linear;
}
button:focus {
@apply outline-none;
@apply shadow-outline;
}
input {
height: 34px;
color: black;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
}
header nav li {
margin-bottom: 10px;
}
header nav li a {
margin-left: 10px;
}
@tailwind components;
@tailwind utilities;
@variants hover {
.btn-hover {
color: #ff7800;
background: white;
}
}
/*! CUSTOM CSS */
.bezier {
transition: transform 0.5s cubic-bezier(0.25, 0.45, 0.45, 0.95),
-webkit-transform 0.5s cubic-bezier(0.25, 0.45, 0.45, 0.95);
}
.bezier:hover {
transform: scale(1.1);
}
.bg {
filter: brightness(60%);
width: 100vw;
height: 100vh;
}
.card-hover:hover > img {
transform: scale(1.1);
}
.center {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.clear-header {
position: relative;
top: 125px;
}
.email {
top: 35%;
right: 75px;
}
.gtc {
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
@media only screen and (max-width: 640px) {
.gtc {
grid-template-columns: repeat(auto-fit, minmax(250px, 250px));
}
}
.icon:hover > path {
fill: #ffffff;
}
.icon:hover > circle {
fill: #ff7800;
}
.mobile-menu {
background: rgba(100, 10, 19, 0.8);
box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
backdrop-filter: blur(40px);
}
@media only screen and (min-width: 930px) {
.mobile-menu {
background: transparent;
box-shadow: none;
backdrop-filter: blur(0);
}
}
.text-shadow {
text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.5);
}
/*! Input Number - no buttons */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
input[type="number"] {
-moz-appearance: textfield;
}
/*! Waves CSS */
path {
transition: fill 150ms ease;
}
.svg-flip {
position: relative;
transform: scaleY(-1);
}
.svg-top {
top: -72px;
}
.wave-bottom {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
overflow: hidden;
line-height: 0;
transform: rotate(180deg);
}
.wave-bottom svg {
position: relative;
display: block;
width: calc(195% + 1.3px);
height: 54px;
transform: rotateY(180deg);
}
.wave-top {
position: absolute;
z-index: 10;
top: 0;
left: 0;
width: 100%;
overflow: hidden;
line-height: 0;
}
.wave-top svg {
position: relative;
display: block;
width: calc(195% + 1.3px);
height: 54px;
transform: rotateY(180deg);
} | src/styles/tailwind.css | @tailwind base;
html {
scroll-behavior: smooth;
}
html,
body,
#___gatsby,
#gatsby-focus-wrapper {
@apply h-full;
}
body {
@apply font-body;
@apply overflow-x-hidden;
@apply max-w-full;
}
h1,
h2,
h3,
h4 {
@apply font-heading;
}
h1 {
@apply text-6xl;
}
h2 {
@apply text-5xl;
}
h3 {
@apply text-4xl;
}
h4 {
@apply text-3xl;
}
a {
@apply font-heading;
@apply no-underline;
@apply text-lg;
@apply transition-all;
@apply ease-linear;
@apply duration-75;
}
button {
@apply uppercase;
@apply bg-orange;
@apply rounded-full;
@apply px-3;
@apply py-4;
@apply font-heading;
@apply text-white;
transition: all 150ms linear;
}
button:focus {
@apply outline-none;
@apply shadow-outline;
}
input {
height: 34px;
color: black;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
}
header nav li {
margin-bottom: 10px;
}
header nav li a {
margin-left: 10px;
}
@tailwind components;
@tailwind utilities;
@variants hover {
.btn-hover {
color: #ff7800;
background: white;
}
}
/*! CUSTOM CSS */
.bezier {
transition: transform 0.5s cubic-bezier(0.25, 0.45, 0.45, 0.95),
-webkit-transform 0.5s cubic-bezier(0.25, 0.45, 0.45, 0.95);
}
.bezier:hover {
transform: scale(1.1);
}
.bg {
filter: brightness(60%);
width: 100vw;
height: 100vh;
}
.card-hover:hover > img {
transform: scale(1.1);
}
.center {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.clear-header {
position: relative;
top: 125px;
}
.email {
top: 35%;
right: 75px;
}
.gtc {
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
@media only screen and (max-width: 640px) {
.gtc {
grid-template-columns: repeat(auto-fit, minmax(250px, 250px));
}
}
.icon:hover > path {
fill: #ffffff;
}
.icon:hover > circle {
fill: #ff7800;
}
.mobile-menu {
background: rgba(100, 10, 19, 0.8);
box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
backdrop-filter: blur(40px);
}
@media only screen and (min-width: 930px) {
.mobile-menu {
background: transparent;
box-shadow: none;
backdrop-filter: blur(0);
}
}
.text-shadow {
text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.5);
}
/*! Input Number - no buttons */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
input[type="number"] {
-moz-appearance: textfield;
}
/*! Waves CSS */
path {
transition: fill 150ms ease;
}
.svg-flip {
position: relative;
transform: scaleY(-1);
}
.svg-top {
top: -72px;
}
.wave-bottom {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
overflow: hidden;
line-height: 0;
transform: rotate(180deg);
}
.wave-bottom svg {
position: relative;
display: block;
width: calc(195% + 1.3px);
height: 54px;
transform: rotateY(180deg);
}
.wave-top {
position: absolute;
z-index: 10;
top: 0;
left: 0;
width: 100%;
overflow: hidden;
line-height: 0;
}
.wave-top svg {
position: relative;
display: block;
width: calc(195% + 1.3px);
height: 54px;
transform: rotateY(180deg);
} | 0.430147 | 0.075961 |
@media all and (min-width: 768px) and (max-width: 960px){
main{
display: grid;
grid-template-areas:
'header menu'
'main right'
'e f '
'g h'
'footer footer';
background-color: darkgray;
}
.a{
grid-area: header;
}
.b {
grid-area: menu;
}
.c {
grid-area: main;
}
.d {
grid-area: right;
}
.e {
grid-area: e;
}
.f {
grid-area: f;
}
.g {
grid-area: g;
}
.h {
grid-area: h;
}
.j {
grid-area: footer;
}
body{
background-color: aliceblue;
}
.a span {
background-color: tan;
height: 300px;
}
.b span {
background-color: hotpink;
height: 300px;
}
.c span {
background-color: plum;
height: 300px;
}
.d span {
background-color: slateblue;
height: 300px;
}
.e span{
background-color: darkred;
height: 250px;
}
.f span {
background-color: springgreen;
height: 250px;
}
.g span {
background-color: burlywood;
height: 250px;
}
.h span {
background-color: ivory;
height: 250px;
}
.j span{
background-color: thistle;
height: 150px;
}
}
@media screen and (min-width: 961px) and (max-width: 1880px){
body{
background-color: whitesmoke;
}
main{
display: grid;
grid-template-areas:
'header header header header header'
'menu main main right right'
'menu e f g h'
'menu footer footer footer footer';
background-color: darkgray;
}
.a{
grid-area: header;
}
.b {
grid-area: menu;
}
.c {
grid-area: main;
}
.d {
grid-area: right;
}
.e {
grid-area: e;
}
.f {
grid-area: f;
}
.g {
grid-area: g;
}
.h {
grid-area: h;
}
.j {
grid-area: footer;
}
.a span {
background-color: lightgoldenrodyellow;
height: 100px;
}
.b span {
background-color: cadetblue;
height: 600px;
}
.c span {
background-color: oldlace;
height: 200px;
}
.d span {
background-color: yellowgreen;
height: 200px;
}
.e span{
background-color: mediumvioletred;
height: 250px;
}
.f span {
background-color: orange;
height: 250px;
}
.g span {
background-color: magenta;
height: 250px;
}
.h span {
background-color: rebeccapurple;
height: 250px;
}
.j span{
background-color: darkgreen;
height: 150px;
}
} | css/layout.css | @media all and (min-width: 768px) and (max-width: 960px){
main{
display: grid;
grid-template-areas:
'header menu'
'main right'
'e f '
'g h'
'footer footer';
background-color: darkgray;
}
.a{
grid-area: header;
}
.b {
grid-area: menu;
}
.c {
grid-area: main;
}
.d {
grid-area: right;
}
.e {
grid-area: e;
}
.f {
grid-area: f;
}
.g {
grid-area: g;
}
.h {
grid-area: h;
}
.j {
grid-area: footer;
}
body{
background-color: aliceblue;
}
.a span {
background-color: tan;
height: 300px;
}
.b span {
background-color: hotpink;
height: 300px;
}
.c span {
background-color: plum;
height: 300px;
}
.d span {
background-color: slateblue;
height: 300px;
}
.e span{
background-color: darkred;
height: 250px;
}
.f span {
background-color: springgreen;
height: 250px;
}
.g span {
background-color: burlywood;
height: 250px;
}
.h span {
background-color: ivory;
height: 250px;
}
.j span{
background-color: thistle;
height: 150px;
}
}
@media screen and (min-width: 961px) and (max-width: 1880px){
body{
background-color: whitesmoke;
}
main{
display: grid;
grid-template-areas:
'header header header header header'
'menu main main right right'
'menu e f g h'
'menu footer footer footer footer';
background-color: darkgray;
}
.a{
grid-area: header;
}
.b {
grid-area: menu;
}
.c {
grid-area: main;
}
.d {
grid-area: right;
}
.e {
grid-area: e;
}
.f {
grid-area: f;
}
.g {
grid-area: g;
}
.h {
grid-area: h;
}
.j {
grid-area: footer;
}
.a span {
background-color: lightgoldenrodyellow;
height: 100px;
}
.b span {
background-color: cadetblue;
height: 600px;
}
.c span {
background-color: oldlace;
height: 200px;
}
.d span {
background-color: yellowgreen;
height: 200px;
}
.e span{
background-color: mediumvioletred;
height: 250px;
}
.f span {
background-color: orange;
height: 250px;
}
.g span {
background-color: magenta;
height: 250px;
}
.h span {
background-color: rebeccapurple;
height: 250px;
}
.j span{
background-color: darkgreen;
height: 150px;
}
} | 0.384797 | 0.156878 |
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100);
/************************************************/
/* USER DEFINED */
/************************************************/
tbody tr:nth-child(even):hover, tbody tr:hover {
background-color: #ff8777;
}
/* $maincolor: #ef1616; */
html, body {
/* background-color: #ff675c; */ }
body {
font-family: 'Roboto', sans-serif; }
h1, h2, h3, h4, h5, h6 {
font-family: 'Raleway', sans-serif; }
.masthead {
text-align: center;
color: #fff;
height: 100vh;
background-color: #ff473a;
background: url("../images/bg-trees-fade.png"), -moz-linear-gradient(-45deg, #ff8777 0%, #ff473a 43%, #ff473a 100%);
/* FF3.6-15 */
background: url("../images/bg-trees-fade.png"), -webkit-linear-gradient(-405deg, #ff8777 0%, #ff473a 43%, #ff473a 100%);
background: url("../images/bg-trees-fade.png"), linear-gradient(135deg, #ff8777 0%, #ff473a 43%, #ff473a 100%);
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8777+0,ff473a+43,ff473a+100 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$lightcolor', endColorstr='$maincolor',GradientType=1 );
/* IE6-9 fallback on horizontal gradient */
vertical-align: middle;
position: relative;
display: flex;
justify-content: center;
align-items: center; }
.masthead .inner {
text-align: center;
position: relative; }
.masthead h1 {
font-size: 7em;
margin: 0; }
.tagline {
font-weight: 200;
font-size: 2em;
color: #fff; }
.nav {
padding-top: 1em; }
.nav ul li {
display: inline;
list-style-type: none; }
ul.lg-btn {
margin: 0em; }
ul.lg-btn li {
border: 1px solid #fff;
margin: 0em 1em;
display: inline-block; }
.nav a {
color: #fff;
text-decoration: none;
padding: 1em; }
ul.lg-btn li:hover a {
color: #000; }
/* Sweep To Right */
.hvr-sweep-to-right, ul.lg-btn li, li[role="menuitem"] {
display: inline-flex;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s; }
.hvr-sweep-to-right:before, ul.lg-btn li:before, li[role="menuitem"]:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #fff;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out; }
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active,
ul.lg-btn li:hover, ul.lg-btn li:focus, ul.lg-btn li:active,
li[role="menuitem"]:hover, li[role="menuitem"]:focus, li[role="menuitem"]:active {
color: white; }
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before,
ul.lg-btn li:hover:before, ul.lg-btn li:focus:before, ul.lg-btn li:active:before,
li[role="menuitem"]:hover:before, li[role="menuitem"]:focus:before,
li[role="menuitem"]:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1); }
.menu-text img:hover {
-webkit-filter: invert(1);
filter: invert(1); }
.button {
background-color: #ff473a;
border: 1px solid #fff; }
.button:hover {
background-color: #fff;
color: #000; }
.topnav {
background-color: #ff473a;
height: 10em;
text-align: center; }
.topnav .inner {
margin: 0 auto;
width: 70%; }
.topnav .inner .nav {
float: right;
position: relative;
top: 2.25em; }
.topnav .logo {
height: 9em; }
.menu-text {
padding: 0; }
.top-bar, .top-bar ul {
background-color: #ff473a; }
.top-bar a {
color: #fff; }
.dropdown.menu .submenu {
background-color: #ff473a; }
.content .row .center {
width: 70%;
margin: 0 auto; }
.content .row .center h1, .content .row .center h2, .content .row .center h3, .content .row .center h4, .content .row .center h5, .content .row .center h6 {
font-family: 'Roboto Slab', sans-serif;
font-weight: 300; }
.content .row .center h1 {
font-size: 4em; }
.content .row .center h2 {
font-size: 3em; }
.content .row .center p {
font-family: 'Roboto', sans-serif;
font-weight: 300; }
a {
color: #ff8777;
text-decoration: none; }
a:hover {
color: #ff473a; }
.thin-border {
border: 1px solid #000;
padding: 1em; }
.thin-border h2 {
margin-top: 0; }
h1.front-head {
color: #fff;
font-weight: 700; }
.horiz {
margin: 0 auto;
width: 1%; }
.lightbg {
background-color: #ff8777; }
.mainbg {
background-color: #ff473a; }
.subheader {
color: #fff; }
.callout.large {
padding: 1rem; }
.bounce {
-webkit-animation: bounce 2s infinite;
-moz-animation: bounce 2s infinite;
animation: bounce 2s infinite; }
.lgsect {
width: 100%; }
.chicago {
background: url("../images/myViewOfChicago.jpg") center/cover; }
.row h1.title {
font-size: 5em;
font-weight: 100;
color: white; }
.mainbg {
background-color: #ff473a; }
.label.secondary {
background-color: #aaa;
transition: 0.25s all; }
.label.secondary a {
color: #fff; }
.label.secondary:hover {
background-color: #ff473a; }
.callout ul {
margin-left: 1em; }
.title-bar {
background: #ff473a none repeat scroll 0 0; }
.sponsors {
background-color: #777;
background: url("../images/sponsorship.jpg") no-repeat center center fixed;
background-size: cover;
/*Flex items*/ }
.sponsors #sponsors {
width: 80%;
background-color: rgba(33, 33, 33, 0.8);
margin: 0 auto;
padding: 0em 1em; }
.sponsors #sponsors img {
width: 100%; }
.sponsors #sponsors h1, .sponsors #sponsors p {
color: #fff; }
.sponsors .list-item {
width: 30%;
display: flex; }
.sponsors .list {
display: flex;
flex-wrap: wrap;
margin: 1em auto; }
.sponsors .list-item {
display: flex;
padding: 0.5em;
width: 100%; }
@media all and (min-width: 40em) {
.sponsors .list-item {
width: 50%; } }
@media all and (min-width: 60em) {
.sponsors .list-item {
width: 33.33%; } }
.sponsors .list-content {
background-color: #fff;
display: flex;
flex-direction: column;
padding: 1em;
width: 100%; }
.sponsors .list-content p {
flex: 1 0 auto; }
.sponsors .list-content-diamond, .sponsors .list-content-platinum, .sponsors .list-content-gold, .sponsors .list-content-silver, .sponsors .list-content-bronze, .sponsors .list-content-grey {
background-color: #fff;
display: inline-block;
flex-direction: column;
padding: 1em;
width: 100%; }
.faq {
background: url("../images/myViewOfChicago.jpg") no-repeat center center fixed;
background-size: cover;
/* From http://clearleft.com/thinks/270 */
/* Credit to <NAME> */
/* 15TH APRIL 2015 */
/*Flex items*/
/* End references from http://clearleft.com/thinks/270 -<NAME> */ }
.faq #speakers {
background-color: #f5f5f5;
margin-left: auto;
max-width: 40em;
line-height: 1.3;
/*margin-left: auto;*/ }
.faq #sponsors {
background-color: #f5f5f5;
margin-left: auto;
max-width: 40em;
line-height: 1.3; }
.faq ul, .faq li {
margin: 0;
padding: 0;
list-style: none; }
.faq img {
width: 100%; }
.faq h2 {
margin-top: 0;
margin-bottom: 0.4em; }
.faq .scheduleRegular {
border-bottom: 1px solid #d0d0d0;
padding: 10px 6px;
margin: 0px; }
.faq .scheduleLast {
padding: 10px 6px;
margin: 0px; }
.faq .list {
display: flex;
flex-wrap: wrap; }
.faq .list-item {
display: flex;
padding: 0.5em;
width: 100%; }
@media all and (min-width: 40em) {
.faq .list-item {
width: 50%; } }
@media all and (min-width: 60em) {
.faq .list-item {
width: 33.33%; } }
.faq .list-content {
background-color: #fff;
display: flex;
flex-direction: column;
padding: 1em;
width: 100%; }
.faq .list-content p {
flex: 1 0 auto; }
.faq .list-content-gold {
background-color: #fff;
display: flex;
flex-direction: column;
padding: 1em;
width: 100%; }
.faq .list-content-silver {
background-color: #fff;
display: flex;
flex-direction: column;
padding: 1em;
width: 100%; }
.faq .list-content-bronze {
background-color: #fff;
display: flex;
flex-direction: column;
padding: 1em;
width: 100%; }
.faq .list-content-grey {
background-color: #ccc;
display: flex;
flex-direction: column;
padding: 1em;
width: 100%; }
.faq .scheduleTime {
font-size: .9em;
width: 50px;
color: #999999; }
.faq .scheduleName {
padding-left: 20px; }
.faq .scheduleWhere {
padding-right: 20px;
float: right; }
.faq #FAQ {
margin: 0 auto;
width: 80%;
background-color: rgba(33, 33, 33, 0.8);
padding: 1em; }
.faq h1, .faq h2, .faq h3, .faq h4, .faq h5, .faq h6 {
color: #fff; }
.faq .list-content-grey h1, .faq .list-content-grey h2, .faq .list-content-grey h3, .faq .list-content-grey h4, .faq .list-content-grey h5, .faq .list-content-grey h6 {
color: #000; }
.speakers {
/* From http://clearleft.com/thinks/270 */
/* Credit to <NAME> */
/* 15TH APRIL 2015 */
/*Flex items*/
/* End references from http://clearleft.com/thinks/270 -<NAME> */ }
.speakers #speakers {
margin-left: auto;
line-height: 1.3;
/*margin-left: auto;*/ }
.speakers #sponsors {
background-color: #f5f5f5;
margin-left: auto;
max-width: 40em;
line-height: 1.3; }
.speakers ul, .speakers li {
margin: 0;
padding: 0;
list-style: none; }
.speakers h2 {
margin-top: 0;
margin-bottom: 0.4em; }
.speakers .scheduleRegular {
border-bottom: 1px solid #d0d0d0;
padding: 10px 6px;
margin: 0px; }
.speakers .scheduleLast {
padding: 10px 6px;
margin: 0px; }
.speakers .list {
display: flex;
flex-wrap: wrap; }
.speakers .list-item {
display: block;
padding: 0.5em;
width: 100%; }
@media all and (min-width: 40em) {
.speakers .list-item {
width: 50%; } }
@media all and (min-width: 60em) {
.speakers .list-item {
width: 33.33%; } }
.speakers .list-content {
background-color: #fff;
box-shadow: 0 0 1px #000;
display: inline-block;
flex-direction: column;
padding: 1em;
transition: all 0.25s;
width: 100%; }
.speakers .list-content:hover {
box-shadow: 0 0 5px #000; }
.speakers .list-content p {
flex: 1 0 auto; }
.speakers .list-content-gold {
background-color: #fff;
display: flex;
flex-direction: column;
padding: 1em;
width: 100%; }
.speakers .list-content-silver {
background-color: #fff;
display: flex;
flex-direction: column;
padding: 1em;
width: 100%; }
.speakers .list-content-bronze {
background-color: #fff;
display: flex;
flex-direction: column;
padding: 1em;
width: 100%; }
.speakers .list-content-grey {
background-color: #ccc;
display: flex;
flex-direction: column;
padding: 1em;
width: 100%; }
.speakers .scheduleTime {
font-size: .9em;
width: 50px;
color: #999999; }
.speakers .scheduleName {
padding-left: 20px; }
.speakers .scheduleWhere {
padding-right: 20px;
float: right; }
.speakers #speakers {
margin: 0 auto;
padding: 1em; }
.speakers h1, .speakers h2, .speakers h3, .speakers h4, .speakers h5, .speakers h6 {
color: #000; }
.speakers .list-content-grey h1, .speakers .list-content-grey h2, .speakers .list-content-grey h3, .speakers .list-content-grey h4, .speakers .list-content-grey h5, .speakers .list-content-grey h6 {
color: #000; }
.speakers .list-item h2 {
font-size: 2em; }
.speakers .img-container {
width: 100%; }
.speakers img {
position: relative;
width: 100%;
height: auto; }
.speakers img:before {
display: block;
content: "";
width: 100%;
padding-top: 100%; }
.speakers img > .content {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0; }
/*# sourceMappingURL=main.css.map */ | css/main.css | @import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100);
/************************************************/
/* USER DEFINED */
/************************************************/
tbody tr:nth-child(even):hover, tbody tr:hover {
background-color: #ff8777;
}
/* $maincolor: #ef1616; */
html, body {
/* background-color: #ff675c; */ }
body {
font-family: 'Roboto', sans-serif; }
h1, h2, h3, h4, h5, h6 {
font-family: 'Raleway', sans-serif; }
.masthead {
text-align: center;
color: #fff;
height: 100vh;
background-color: #ff473a;
background: url("../images/bg-trees-fade.png"), -moz-linear-gradient(-45deg, #ff8777 0%, #ff473a 43%, #ff473a 100%);
/* FF3.6-15 */
background: url("../images/bg-trees-fade.png"), -webkit-linear-gradient(-405deg, #ff8777 0%, #ff473a 43%, #ff473a 100%);
background: url("../images/bg-trees-fade.png"), linear-gradient(135deg, #ff8777 0%, #ff473a 43%, #ff473a 100%);
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8777+0,ff473a+43,ff473a+100 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$lightcolor', endColorstr='$maincolor',GradientType=1 );
/* IE6-9 fallback on horizontal gradient */
vertical-align: middle;
position: relative;
display: flex;
justify-content: center;
align-items: center; }
.masthead .inner {
text-align: center;
position: relative; }
.masthead h1 {
font-size: 7em;
margin: 0; }
.tagline {
font-weight: 200;
font-size: 2em;
color: #fff; }
.nav {
padding-top: 1em; }
.nav ul li {
display: inline;
list-style-type: none; }
ul.lg-btn {
margin: 0em; }
ul.lg-btn li {
border: 1px solid #fff;
margin: 0em 1em;
display: inline-block; }
.nav a {
color: #fff;
text-decoration: none;
padding: 1em; }
ul.lg-btn li:hover a {
color: #000; }
/* Sweep To Right */
.hvr-sweep-to-right, ul.lg-btn li, li[role="menuitem"] {
display: inline-flex;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s; }
.hvr-sweep-to-right:before, ul.lg-btn li:before, li[role="menuitem"]:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #fff;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out; }
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active,
ul.lg-btn li:hover, ul.lg-btn li:focus, ul.lg-btn li:active,
li[role="menuitem"]:hover, li[role="menuitem"]:focus, li[role="menuitem"]:active {
color: white; }
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before,
ul.lg-btn li:hover:before, ul.lg-btn li:focus:before, ul.lg-btn li:active:before,
li[role="menuitem"]:hover:before, li[role="menuitem"]:focus:before,
li[role="menuitem"]:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1); }
.menu-text img:hover {
-webkit-filter: invert(1);
filter: invert(1); }
.button {
background-color: #ff473a;
border: 1px solid #fff; }
.button:hover {
background-color: #fff;
color: #000; }
.topnav {
background-color: #ff473a;
height: 10em;
text-align: center; }
.topnav .inner {
margin: 0 auto;
width: 70%; }
.topnav .inner .nav {
float: right;
position: relative;
top: 2.25em; }
.topnav .logo {
height: 9em; }
.menu-text {
padding: 0; }
.top-bar, .top-bar ul {
background-color: #ff473a; }
.top-bar a {
color: #fff; }
.dropdown.menu .submenu {
background-color: #ff473a; }
.content .row .center {
width: 70%;
margin: 0 auto; }
.content .row .center h1, .content .row .center h2, .content .row .center h3, .content .row .center h4, .content .row .center h5, .content .row .center h6 {
font-family: 'Roboto Slab', sans-serif;
font-weight: 300; }
.content .row .center h1 {
font-size: 4em; }
.content .row .center h2 {
font-size: 3em; }
.content .row .center p {
font-family: 'Roboto', sans-serif;
font-weight: 300; }
a {
color: #ff8777;
text-decoration: none; }
a:hover {
color: #ff473a; }
.thin-border {
border: 1px solid #000;
padding: 1em; }
.thin-border h2 {
margin-top: 0; }
h1.front-head {
color: #fff;
font-weight: 700; }
.horiz {
margin: 0 auto;
width: 1%; }
.lightbg {
background-color: #ff8777; }
.mainbg {
background-color: #ff473a; }
.subheader {
color: #fff; }
.callout.large {
padding: 1rem; }
.bounce {
-webkit-animation: bounce 2s infinite;
-moz-animation: bounce 2s infinite;
animation: bounce 2s infinite; }
.lgsect {
width: 100%; }
.chicago {
background: url("../images/myViewOfChicago.jpg") center/cover; }
.row h1.title {
font-size: 5em;
font-weight: 100;
color: white; }
.mainbg {
background-color: #ff473a; }
.label.secondary {
background-color: #aaa;
transition: 0.25s all; }
.label.secondary a {
color: #fff; }
.label.secondary:hover {
background-color: #ff473a; }
.callout ul {
margin-left: 1em; }
.title-bar {
background: #ff473a none repeat scroll 0 0; }
.sponsors {
background-color: #777;
background: url("../images/sponsorship.jpg") no-repeat center center fixed;
background-size: cover;
/*Flex items*/ }
.sponsors #sponsors {
width: 80%;
background-color: rgba(33, 33, 33, 0.8);
margin: 0 auto;
padding: 0em 1em; }
.sponsors #sponsors img {
width: 100%; }
.sponsors #sponsors h1, .sponsors #sponsors p {
color: #fff; }
.sponsors .list-item {
width: 30%;
display: flex; }
.sponsors .list {
display: flex;
flex-wrap: wrap;
margin: 1em auto; }
.sponsors .list-item {
display: flex;
padding: 0.5em;
width: 100%; }
@media all and (min-width: 40em) {
.sponsors .list-item {
width: 50%; } }
@media all and (min-width: 60em) {
.sponsors .list-item {
width: 33.33%; } }
.sponsors .list-content {
background-color: #fff;
display: flex;
flex-direction: column;
padding: 1em;
width: 100%; }
.sponsors .list-content p {
flex: 1 0 auto; }
.sponsors .list-content-diamond, .sponsors .list-content-platinum, .sponsors .list-content-gold, .sponsors .list-content-silver, .sponsors .list-content-bronze, .sponsors .list-content-grey {
background-color: #fff;
display: inline-block;
flex-direction: column;
padding: 1em;
width: 100%; }
.faq {
background: url("../images/myViewOfChicago.jpg") no-repeat center center fixed;
background-size: cover;
/* From http://clearleft.com/thinks/270 */
/* Credit to <NAME> */
/* 15TH APRIL 2015 */
/*Flex items*/
/* End references from http://clearleft.com/thinks/270 -<NAME> */ }
.faq #speakers {
background-color: #f5f5f5;
margin-left: auto;
max-width: 40em;
line-height: 1.3;
/*margin-left: auto;*/ }
.faq #sponsors {
background-color: #f5f5f5;
margin-left: auto;
max-width: 40em;
line-height: 1.3; }
.faq ul, .faq li {
margin: 0;
padding: 0;
list-style: none; }
.faq img {
width: 100%; }
.faq h2 {
margin-top: 0;
margin-bottom: 0.4em; }
.faq .scheduleRegular {
border-bottom: 1px solid #d0d0d0;
padding: 10px 6px;
margin: 0px; }
.faq .scheduleLast {
padding: 10px 6px;
margin: 0px; }
.faq .list {
display: flex;
flex-wrap: wrap; }
.faq .list-item {
display: flex;
padding: 0.5em;
width: 100%; }
@media all and (min-width: 40em) {
.faq .list-item {
width: 50%; } }
@media all and (min-width: 60em) {
.faq .list-item {
width: 33.33%; } }
.faq .list-content {
background-color: #fff;
display: flex;
flex-direction: column;
padding: 1em;
width: 100%; }
.faq .list-content p {
flex: 1 0 auto; }
.faq .list-content-gold {
background-color: #fff;
display: flex;
flex-direction: column;
padding: 1em;
width: 100%; }
.faq .list-content-silver {
background-color: #fff;
display: flex;
flex-direction: column;
padding: 1em;
width: 100%; }
.faq .list-content-bronze {
background-color: #fff;
display: flex;
flex-direction: column;
padding: 1em;
width: 100%; }
.faq .list-content-grey {
background-color: #ccc;
display: flex;
flex-direction: column;
padding: 1em;
width: 100%; }
.faq .scheduleTime {
font-size: .9em;
width: 50px;
color: #999999; }
.faq .scheduleName {
padding-left: 20px; }
.faq .scheduleWhere {
padding-right: 20px;
float: right; }
.faq #FAQ {
margin: 0 auto;
width: 80%;
background-color: rgba(33, 33, 33, 0.8);
padding: 1em; }
.faq h1, .faq h2, .faq h3, .faq h4, .faq h5, .faq h6 {
color: #fff; }
.faq .list-content-grey h1, .faq .list-content-grey h2, .faq .list-content-grey h3, .faq .list-content-grey h4, .faq .list-content-grey h5, .faq .list-content-grey h6 {
color: #000; }
.speakers {
/* From http://clearleft.com/thinks/270 */
/* Credit to <NAME> */
/* 15TH APRIL 2015 */
/*Flex items*/
/* End references from http://clearleft.com/thinks/270 -<NAME> */ }
.speakers #speakers {
margin-left: auto;
line-height: 1.3;
/*margin-left: auto;*/ }
.speakers #sponsors {
background-color: #f5f5f5;
margin-left: auto;
max-width: 40em;
line-height: 1.3; }
.speakers ul, .speakers li {
margin: 0;
padding: 0;
list-style: none; }
.speakers h2 {
margin-top: 0;
margin-bottom: 0.4em; }
.speakers .scheduleRegular {
border-bottom: 1px solid #d0d0d0;
padding: 10px 6px;
margin: 0px; }
.speakers .scheduleLast {
padding: 10px 6px;
margin: 0px; }
.speakers .list {
display: flex;
flex-wrap: wrap; }
.speakers .list-item {
display: block;
padding: 0.5em;
width: 100%; }
@media all and (min-width: 40em) {
.speakers .list-item {
width: 50%; } }
@media all and (min-width: 60em) {
.speakers .list-item {
width: 33.33%; } }
.speakers .list-content {
background-color: #fff;
box-shadow: 0 0 1px #000;
display: inline-block;
flex-direction: column;
padding: 1em;
transition: all 0.25s;
width: 100%; }
.speakers .list-content:hover {
box-shadow: 0 0 5px #000; }
.speakers .list-content p {
flex: 1 0 auto; }
.speakers .list-content-gold {
background-color: #fff;
display: flex;
flex-direction: column;
padding: 1em;
width: 100%; }
.speakers .list-content-silver {
background-color: #fff;
display: flex;
flex-direction: column;
padding: 1em;
width: 100%; }
.speakers .list-content-bronze {
background-color: #fff;
display: flex;
flex-direction: column;
padding: 1em;
width: 100%; }
.speakers .list-content-grey {
background-color: #ccc;
display: flex;
flex-direction: column;
padding: 1em;
width: 100%; }
.speakers .scheduleTime {
font-size: .9em;
width: 50px;
color: #999999; }
.speakers .scheduleName {
padding-left: 20px; }
.speakers .scheduleWhere {
padding-right: 20px;
float: right; }
.speakers #speakers {
margin: 0 auto;
padding: 1em; }
.speakers h1, .speakers h2, .speakers h3, .speakers h4, .speakers h5, .speakers h6 {
color: #000; }
.speakers .list-content-grey h1, .speakers .list-content-grey h2, .speakers .list-content-grey h3, .speakers .list-content-grey h4, .speakers .list-content-grey h5, .speakers .list-content-grey h6 {
color: #000; }
.speakers .list-item h2 {
font-size: 2em; }
.speakers .img-container {
width: 100%; }
.speakers img {
position: relative;
width: 100%;
height: auto; }
.speakers img:before {
display: block;
content: "";
width: 100%;
padding-top: 100%; }
.speakers img > .content {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0; }
/*# sourceMappingURL=main.css.map */ | 0.370681 | 0.071235 |
color: black;
}
.languages {
margin: 0 0 75px 0;
}
.languages .item {
display: flex;
margin: 0 100px 0 25px;
}
.languages * {
color: purple;
flex: 1 1 auto;
align-items: flex-end;
}
.languages .lang-name {
text-align: left;
/* min-width: 230px; */
/* max-width: 230px; */
/* width: 100%; */
}
.languages .lang-time {
text-align: right;
}
.languages .lang-desc,
.languages .lang-framework {
text-align: left;
margin: 0 100px 0 25px;
color: green;
}
.languages .lang-prof {
text-align: right;
}
.meter {
display: block;
height: 20px;
position: relative;
background: #555;
border-radius: 25px;
padding: 5px;
margin: 0 100px 0 25px;
box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-ms-border-radius: 25px;
-o-border-radius: 25px;
}
.meter > span {
display: block;
height: 100%;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
background-color: rgb(43,194,83);
background-image: linear-gradient(
center bottom,
rgb(43,194,83) 37%,
rgb(84,240,84) 69%
);
box-shadow:
inset 0 2px 9px rgba(255,255,255,0.3),
inset 0 -2px 6px rgba(0,0,0,0.4);
position: relative;
overflow: hidden;
}
.orange > span {
background-color: #f1a165;
background-image: linear-gradient(to bottom, #f1a165, #f36d0a);
}
.red > span {
background-color: #f0a3a3;
background-image: linear-gradient(to bottom, #f0a3a3, #f42323);
}
.language__img {
width: 100%;
max-width: 50px;
transition: all 300ms;
}
.language:hover .language__img {
filter: brightness(80%);
opacity: 0.86;
transform: scale(0.9);
-webkit-filter: brightness(80%);
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-o-transform: scale(0.9);
}
.language {
display: inline-flex;
width: 20%;
position: relative;
}
.language--wrapper {
object-fit: contain;
display: inline-flex;
margin: 25px 16px;
/* padding: 25px 16px; */
justify-content: center;
/* text-align: left; */
}
.language__list {
display: flex;
width: 100%;
flex-wrap: wrap;
}
.language__name {
position: absolute;
bottom: 0;
transform: scale(0);
transition: all 300ms;
font-size: 20px;
opacity: 0;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
-ms-transition: all 300ms;
-o-transition: all 300ms;
}
.language:hover .language__name {
transform: scale(1);
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
.center--wrapper {
text-align: left;
} | assets/css/mycss.css | color: black;
}
.languages {
margin: 0 0 75px 0;
}
.languages .item {
display: flex;
margin: 0 100px 0 25px;
}
.languages * {
color: purple;
flex: 1 1 auto;
align-items: flex-end;
}
.languages .lang-name {
text-align: left;
/* min-width: 230px; */
/* max-width: 230px; */
/* width: 100%; */
}
.languages .lang-time {
text-align: right;
}
.languages .lang-desc,
.languages .lang-framework {
text-align: left;
margin: 0 100px 0 25px;
color: green;
}
.languages .lang-prof {
text-align: right;
}
.meter {
display: block;
height: 20px;
position: relative;
background: #555;
border-radius: 25px;
padding: 5px;
margin: 0 100px 0 25px;
box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-ms-border-radius: 25px;
-o-border-radius: 25px;
}
.meter > span {
display: block;
height: 100%;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
background-color: rgb(43,194,83);
background-image: linear-gradient(
center bottom,
rgb(43,194,83) 37%,
rgb(84,240,84) 69%
);
box-shadow:
inset 0 2px 9px rgba(255,255,255,0.3),
inset 0 -2px 6px rgba(0,0,0,0.4);
position: relative;
overflow: hidden;
}
.orange > span {
background-color: #f1a165;
background-image: linear-gradient(to bottom, #f1a165, #f36d0a);
}
.red > span {
background-color: #f0a3a3;
background-image: linear-gradient(to bottom, #f0a3a3, #f42323);
}
.language__img {
width: 100%;
max-width: 50px;
transition: all 300ms;
}
.language:hover .language__img {
filter: brightness(80%);
opacity: 0.86;
transform: scale(0.9);
-webkit-filter: brightness(80%);
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-o-transform: scale(0.9);
}
.language {
display: inline-flex;
width: 20%;
position: relative;
}
.language--wrapper {
object-fit: contain;
display: inline-flex;
margin: 25px 16px;
/* padding: 25px 16px; */
justify-content: center;
/* text-align: left; */
}
.language__list {
display: flex;
width: 100%;
flex-wrap: wrap;
}
.language__name {
position: absolute;
bottom: 0;
transform: scale(0);
transition: all 300ms;
font-size: 20px;
opacity: 0;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
-ms-transition: all 300ms;
-o-transition: all 300ms;
}
.language:hover .language__name {
transform: scale(1);
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
.center--wrapper {
text-align: left;
} | 0.596903 | 0.154887 |
@charset "utf-8";
/*1 重定义浏览器默认样式
Name: style_reset
Level: Global
Explain: 重定义浏览器默认样式
Last Modify: jackying
*/
*{word-wrap:break-word}
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0}
ul,ol,dl{list-style-type:none}
html,body{*position:static}
html{font-family: sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
/*address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:400}*/
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
input,button{overflow: visible;vertical-align:middle;outline:none}
body,th,td,button,input,select,textarea{font-family:"Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53";color: #333;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing:grayscale}
body{line-height:1.6}
h1,h2,h3,h4,h5,h6{font-size:100%}
a,area{outline:none;blr:expression(this.onFocus=this.blur())}
a{text-decoration:none;cursor: pointer}
a:hover{text-decoration:underline;outline:none}
a.ie6:hover{zoom:1}
a:focus{outline:none}
a:hover,a:active{outline:none}:focus{outline:none}
sub,sup{vertical-align:baseline}
button,input[type="button"], input[type="submit"] {line-height:normal !important;}
/*img*/
img{border:0;vertical-align:middle}
a img,img{-ms-interpolation-mode:bicubic}
.img-responsive{max-width: 100%;height: auto}
.l {float: left;}.r{float: right;}
/*IE下a:hover 背景闪烁*/
*html{overflow:-moz-scrollbars-vertical;zoom:expression(function(ele){ele.style.zoom = "1";document.execCommand("BackgroundImageCache",false,true)}(this))}
/*HTML5 reset*/
header,footer,section,aside,details,menu,article,section,nav,address,hgroup,figure,figcaption,legend{display:block;margin:0;padding:0}time{display:inline}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none}
legend{width:100%;margin-bottom:20px;font-size:21px;line-height:40px;border:0;border-bottom:1px solid #e5e5e5}
legend small{font-size:15px;color:#999}
svg:not(:root) {overflow: hidden}
fieldset {border-width:0;padding: 0.35em 0.625em 0.75em;margin: 0 2px;border: 1px solid #c0c0c0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto}
input[type="search"] {-webkit-appearance: textfield; /* 1 */-moz-box-sizing: content-box;-webkit-box-sizing: content-box; /* 2 */box-sizing: content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none}
/*
Name: style_clearfix
Example: class="clearfix|cl"
Explain: Clearfix(简写cl)避免因子元素浮动而导致的父元素高度缺失能问题
*/
.cl:after,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.cl,.clearfix{zoom:1}
/*3.1.8 外边距
Name: style_margin
Example: class="mt-5|mt-10..."
Explain: .mt表示上边距|.mb表示下边距|.ml表示左边距|.mr表示右边距
*/
.mt-1{margin-top:1px}.mt-2{margin-top:2px}.mt-3{margin-top:3px}.mt-4{margin-top:4px}.mt-5{margin-top:5px}.mt-10{margin-top:10px}.mt-15{margin-top:15px}.mt-20{margin-top:20px}.mt-25{margin-top:25px}.mt-30{margin-top:30px}.mt-35{margin-top:35px}.mt-40{margin-top:40px}.mt-50{margin-top:50px}
.mb-1{margin-bottom:1px}.mb-2{margin-bottom:2px}.mb-3{margin-bottom:3px}.mb-4{margin-bottom:4px}.mb-5{margin-bottom:5px}.mb-10{margin-bottom:10px}.mb-15{margin-bottom:15px}.mb-20{margin-bottom:20px}.mb-30{margin-bottom:30px}.mb-40{margin-bottom:40px}.mb-50{margin-bottom:50px}
.ml-1{margin-left:1px}.ml-2{margin-left:2px}.ml-3{margin-left:3px}.ml-4{margin-left:4px}.ml-5{margin-left:5px}.ml-10{margin-left:10px}.ml-15{margin-left:15px}.ml-20{margin-left:20px}.ml-30{margin-left:30px}.ml-40{margin-left:40px}.ml-50{margin-left:50px}
.mr-1{margin-right:1px}.mr-2{margin-right:2px}.mr-3{margin-right:3px}.mr-4{margin-right:4px}.mr-5{margin-right:5px}.mr-10{margin-right:10px}.mr-15{margin-right:15px}.mr-20{margin-right:20px}.mr-30{margin-right:30px}.mr-40{margin-right:40px}.mr-50{margin-right:50px}
/*3.1.9 内填充
Name: style_padding
Example: class="pt-5|pt-10|……"
Explain: .pt表示上填充|.pb表示下填充|.pl表示左填充|.pr表示右填充
*/
.pt-5{padding-top:5px}.pt-10{padding-top:10px}.pt-15{padding-top:15px}.pt-20{padding-top:20px}.pt-25{padding-top:25px}.pt-30{padding-top:30px}
.pb-5{padding-bottom:5px}.pb-10{padding-bottom:10px}.pb-15{padding-bottom:15px}.pb-20{padding-bottom:20px}.pb-25{padding-bottom:25px}.pb-30{padding-bottom:30px}
.pl-5{padding-left:5px}.pl-10{padding-left:10px}.pl-15{padding-left:15px}.pl-20{padding-left:20px}.pl-25{padding-left:25px}.pl-30{padding-left:30px}
.pr-5{padding-right:5px}.pr-10{padding-right:10px}.pr-15{padding-right:15px}.pr-20{padding-right:20px}.pr-25{padding-right:25px}.pr-30{padding-right:30px}
.pd-5{padding:5px}.pd-10{padding:10px}.pd-15{padding:15px}.pd-20{padding:20px}.pd-25{padding:25px}.pd-30{padding:30px}.pd-40{padding:40px}
/*3.1.15 文字颜色
Name: style_color
Example: class="c-primary|c-sub|c-success|c-danger|c-warning|c-333|c-666|c-999|c-red|c-green|c-blue|c-white|c-black|c-orange"
Explain: 主要颜色|次主色|强调色—成功|强调色—危险|强调色—警告色|强调色—错误色|次主色—浅黑|辅助色—灰色|标准色—红色|标准色—绿色|标准色—蓝色|标准色—白色|标准色—黑色|标准色—橙色
*/
/*主要颜色*/
.c-primary,.c-primary a,a.c-primary{color:#5a98de}
.c-primary a:hover,a.c-primary:hover{ color:#5a98de}
/*次主色*/
.c-secondary,.c-secondary a,a.c-secondary{color:#555}
.c-secondary a:hover,a.c-secondary:hover{ color:#555}
/*强调色—成功*/
.c-success,.c-success a,a.c-success{color:#5eb95e}
.c-success a:hover,a.c-success:hover{ color:#5eb95e}
/*强调色—危险*/
.c-danger,.c-danger a,a.c-danger{color:#dd514c}
.c-danger a:hover,a.c-danger:hover{ color:#dd514c}
/*强调色—警告*/
.c-warning,.c-warning a,a.c-warning{color:#f37b1d}
.c-warning a:hover,a.c-warning:hover{ color:#f37b1d}
/*强调色—错误*/
.c-error,.c-error a,a.c-error{color:#c00}
.c-error a:hover,a.c-error:hover{ color:#c00}
/*辅助色—浅黑*/
.c-333,.c-333 a,a.c-333{color:#333}
.c-333 a:hover,a.c-333:hover{ color:#333}
/*辅助色—灰色*/
.c-666,.c-666 a,a.c-666{color:#666}
.c-666 a:hover,a.c-666:hover{ color:#666}
.c-999,.c-999 a,a.c-999{color:#999}
.c-999 a:hover,a.c-999:hover{color:#999}
/*标准色—红色*/
.c-red,.c-red a,a.c-red{color:red}
.c-red a:hover,a.c-red:hover{ color:red}
/*标准色—绿色*/
.c-green,.c-green a,a.c-green{color:green}
.c-red a:hover,a.c-red:hover{color:green}
/*标准色—蓝色*/
.c-blue,.c-blue a,a.c-blue{color:blue}
.c-blue a:hover,a.c-blue:hover{color:blue}
/*标准色—白色*/
.c-white,.c-white a,a.c-white{color:white}
.c-white a:hover,a.c-white:hover{color:white}
/*标准色—黑色*/
.c-black,.c-black a{color:black}
.c-black a:hover,a.c-black:hover{color:black}
/*标准色—橙色*/
.c-orange,.c-orange a,a.c-orange{color:orange}
.c-orange a:hover,a.c-orange:hover{color:orange}
/*标准色—淡黄色*/
.c-orange,.c-orange a,a.c-orange{color:#ffce55 }
.c-orange a:hover,a.c-orange:hover{color:#ffce55 }
/*3.1.13 文字尺寸
Name: style_font-size
Example: class="f-12|f-14|f-16|f-18|f-20|f-24|f-26|f-28|f-30"
Explain: 12px字体|14px字体|16px字体|18px字体|20px字体|24px字体|26px字体|28px字体|30px字体
*/
.f-12{font-size:12px}.f-14{font-size:14px}.f-16{font-size:16px}.f-18{font-size:18px}.f-20{font-size:20px}.f-22 { font-size: 22px }.f-24{font-size:24px}.f-26{font-size:26px}.f-28{font-size:28px}.f-30{font-size:30px}
/*3.1.6 文字单行溢出省略号
Name: style_text-overflow
Example: class="text-overflow"
*/
.text-overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap: normal;}
/*3.1.4 定位
Name: style_position
Example: class="pos-r|pos-a|pos-f"
Explain: .pos-r 相对定位|.pos-a 绝对定位|.pos-f 固定
*/
.pos-r{position:relative}.pos-a{position:absolute}.pos-f{position:fixed} | renren-admin/src/main/resources/statics/css/base.css | @charset "utf-8";
/*1 重定义浏览器默认样式
Name: style_reset
Level: Global
Explain: 重定义浏览器默认样式
Last Modify: jackying
*/
*{word-wrap:break-word}
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0}
ul,ol,dl{list-style-type:none}
html,body{*position:static}
html{font-family: sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
/*address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:400}*/
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
input,button{overflow: visible;vertical-align:middle;outline:none}
body,th,td,button,input,select,textarea{font-family:"Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53";color: #333;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing:grayscale}
body{line-height:1.6}
h1,h2,h3,h4,h5,h6{font-size:100%}
a,area{outline:none;blr:expression(this.onFocus=this.blur())}
a{text-decoration:none;cursor: pointer}
a:hover{text-decoration:underline;outline:none}
a.ie6:hover{zoom:1}
a:focus{outline:none}
a:hover,a:active{outline:none}:focus{outline:none}
sub,sup{vertical-align:baseline}
button,input[type="button"], input[type="submit"] {line-height:normal !important;}
/*img*/
img{border:0;vertical-align:middle}
a img,img{-ms-interpolation-mode:bicubic}
.img-responsive{max-width: 100%;height: auto}
.l {float: left;}.r{float: right;}
/*IE下a:hover 背景闪烁*/
*html{overflow:-moz-scrollbars-vertical;zoom:expression(function(ele){ele.style.zoom = "1";document.execCommand("BackgroundImageCache",false,true)}(this))}
/*HTML5 reset*/
header,footer,section,aside,details,menu,article,section,nav,address,hgroup,figure,figcaption,legend{display:block;margin:0;padding:0}time{display:inline}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none}
legend{width:100%;margin-bottom:20px;font-size:21px;line-height:40px;border:0;border-bottom:1px solid #e5e5e5}
legend small{font-size:15px;color:#999}
svg:not(:root) {overflow: hidden}
fieldset {border-width:0;padding: 0.35em 0.625em 0.75em;margin: 0 2px;border: 1px solid #c0c0c0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto}
input[type="search"] {-webkit-appearance: textfield; /* 1 */-moz-box-sizing: content-box;-webkit-box-sizing: content-box; /* 2 */box-sizing: content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none}
/*
Name: style_clearfix
Example: class="clearfix|cl"
Explain: Clearfix(简写cl)避免因子元素浮动而导致的父元素高度缺失能问题
*/
.cl:after,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.cl,.clearfix{zoom:1}
/*3.1.8 外边距
Name: style_margin
Example: class="mt-5|mt-10..."
Explain: .mt表示上边距|.mb表示下边距|.ml表示左边距|.mr表示右边距
*/
.mt-1{margin-top:1px}.mt-2{margin-top:2px}.mt-3{margin-top:3px}.mt-4{margin-top:4px}.mt-5{margin-top:5px}.mt-10{margin-top:10px}.mt-15{margin-top:15px}.mt-20{margin-top:20px}.mt-25{margin-top:25px}.mt-30{margin-top:30px}.mt-35{margin-top:35px}.mt-40{margin-top:40px}.mt-50{margin-top:50px}
.mb-1{margin-bottom:1px}.mb-2{margin-bottom:2px}.mb-3{margin-bottom:3px}.mb-4{margin-bottom:4px}.mb-5{margin-bottom:5px}.mb-10{margin-bottom:10px}.mb-15{margin-bottom:15px}.mb-20{margin-bottom:20px}.mb-30{margin-bottom:30px}.mb-40{margin-bottom:40px}.mb-50{margin-bottom:50px}
.ml-1{margin-left:1px}.ml-2{margin-left:2px}.ml-3{margin-left:3px}.ml-4{margin-left:4px}.ml-5{margin-left:5px}.ml-10{margin-left:10px}.ml-15{margin-left:15px}.ml-20{margin-left:20px}.ml-30{margin-left:30px}.ml-40{margin-left:40px}.ml-50{margin-left:50px}
.mr-1{margin-right:1px}.mr-2{margin-right:2px}.mr-3{margin-right:3px}.mr-4{margin-right:4px}.mr-5{margin-right:5px}.mr-10{margin-right:10px}.mr-15{margin-right:15px}.mr-20{margin-right:20px}.mr-30{margin-right:30px}.mr-40{margin-right:40px}.mr-50{margin-right:50px}
/*3.1.9 内填充
Name: style_padding
Example: class="pt-5|pt-10|……"
Explain: .pt表示上填充|.pb表示下填充|.pl表示左填充|.pr表示右填充
*/
.pt-5{padding-top:5px}.pt-10{padding-top:10px}.pt-15{padding-top:15px}.pt-20{padding-top:20px}.pt-25{padding-top:25px}.pt-30{padding-top:30px}
.pb-5{padding-bottom:5px}.pb-10{padding-bottom:10px}.pb-15{padding-bottom:15px}.pb-20{padding-bottom:20px}.pb-25{padding-bottom:25px}.pb-30{padding-bottom:30px}
.pl-5{padding-left:5px}.pl-10{padding-left:10px}.pl-15{padding-left:15px}.pl-20{padding-left:20px}.pl-25{padding-left:25px}.pl-30{padding-left:30px}
.pr-5{padding-right:5px}.pr-10{padding-right:10px}.pr-15{padding-right:15px}.pr-20{padding-right:20px}.pr-25{padding-right:25px}.pr-30{padding-right:30px}
.pd-5{padding:5px}.pd-10{padding:10px}.pd-15{padding:15px}.pd-20{padding:20px}.pd-25{padding:25px}.pd-30{padding:30px}.pd-40{padding:40px}
/*3.1.15 文字颜色
Name: style_color
Example: class="c-primary|c-sub|c-success|c-danger|c-warning|c-333|c-666|c-999|c-red|c-green|c-blue|c-white|c-black|c-orange"
Explain: 主要颜色|次主色|强调色—成功|强调色—危险|强调色—警告色|强调色—错误色|次主色—浅黑|辅助色—灰色|标准色—红色|标准色—绿色|标准色—蓝色|标准色—白色|标准色—黑色|标准色—橙色
*/
/*主要颜色*/
.c-primary,.c-primary a,a.c-primary{color:#5a98de}
.c-primary a:hover,a.c-primary:hover{ color:#5a98de}
/*次主色*/
.c-secondary,.c-secondary a,a.c-secondary{color:#555}
.c-secondary a:hover,a.c-secondary:hover{ color:#555}
/*强调色—成功*/
.c-success,.c-success a,a.c-success{color:#5eb95e}
.c-success a:hover,a.c-success:hover{ color:#5eb95e}
/*强调色—危险*/
.c-danger,.c-danger a,a.c-danger{color:#dd514c}
.c-danger a:hover,a.c-danger:hover{ color:#dd514c}
/*强调色—警告*/
.c-warning,.c-warning a,a.c-warning{color:#f37b1d}
.c-warning a:hover,a.c-warning:hover{ color:#f37b1d}
/*强调色—错误*/
.c-error,.c-error a,a.c-error{color:#c00}
.c-error a:hover,a.c-error:hover{ color:#c00}
/*辅助色—浅黑*/
.c-333,.c-333 a,a.c-333{color:#333}
.c-333 a:hover,a.c-333:hover{ color:#333}
/*辅助色—灰色*/
.c-666,.c-666 a,a.c-666{color:#666}
.c-666 a:hover,a.c-666:hover{ color:#666}
.c-999,.c-999 a,a.c-999{color:#999}
.c-999 a:hover,a.c-999:hover{color:#999}
/*标准色—红色*/
.c-red,.c-red a,a.c-red{color:red}
.c-red a:hover,a.c-red:hover{ color:red}
/*标准色—绿色*/
.c-green,.c-green a,a.c-green{color:green}
.c-red a:hover,a.c-red:hover{color:green}
/*标准色—蓝色*/
.c-blue,.c-blue a,a.c-blue{color:blue}
.c-blue a:hover,a.c-blue:hover{color:blue}
/*标准色—白色*/
.c-white,.c-white a,a.c-white{color:white}
.c-white a:hover,a.c-white:hover{color:white}
/*标准色—黑色*/
.c-black,.c-black a{color:black}
.c-black a:hover,a.c-black:hover{color:black}
/*标准色—橙色*/
.c-orange,.c-orange a,a.c-orange{color:orange}
.c-orange a:hover,a.c-orange:hover{color:orange}
/*标准色—淡黄色*/
.c-orange,.c-orange a,a.c-orange{color:#ffce55 }
.c-orange a:hover,a.c-orange:hover{color:#ffce55 }
/*3.1.13 文字尺寸
Name: style_font-size
Example: class="f-12|f-14|f-16|f-18|f-20|f-24|f-26|f-28|f-30"
Explain: 12px字体|14px字体|16px字体|18px字体|20px字体|24px字体|26px字体|28px字体|30px字体
*/
.f-12{font-size:12px}.f-14{font-size:14px}.f-16{font-size:16px}.f-18{font-size:18px}.f-20{font-size:20px}.f-22 { font-size: 22px }.f-24{font-size:24px}.f-26{font-size:26px}.f-28{font-size:28px}.f-30{font-size:30px}
/*3.1.6 文字单行溢出省略号
Name: style_text-overflow
Example: class="text-overflow"
*/
.text-overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap: normal;}
/*3.1.4 定位
Name: style_position
Example: class="pos-r|pos-a|pos-f"
Explain: .pos-r 相对定位|.pos-a 绝对定位|.pos-f 固定
*/
.pos-r{position:relative}.pos-a{position:absolute}.pos-f{position:fixed} | 0.173078 | 0.044411 |
.base64-popup {
/* right top blur margin color */
/* box-shadow: 0px 0px 8px 0px #5588a3; */
/* 20 characters wide */
width: 20rem;
border: none;
/* Round the corners a bit top-left top-right bottom-right bottom-left */
border-radius: 25px 0px 25px 25px;
/* The whole popup should stay at the top-right of the browser */
position: fixed;
top: 16px;
right: 16px;
/* This is a workaround for certain sites */
z-index: 100000;
}
.base64-popup-title-container {
/* The title container contains the popup title and the close button */
display: flex;
flex-direction: row;
padding: 8px;
/*
In the flex container space-between will put as much space as possible between the elements.
Since the title container only has the title and the close button,
this property will align the second element (the button in this case) to the right.
*/
justify-content: space-between;
/* Take all the space the popup gets (20rems) */
height: 100%;
}
.base64-popup-close {
/* Use a relatively big font size and change the cursor to pointer (more accessible) */
font-size: 2rem;
cursor: pointer;
}
.base64-popup-title {
/* For the popup title use a relatively big font size */
font-size: 2rem;
}
.base64-popup-content {
margin: 0 auto;
padding: 8px;
/* The popup content needs to be at least 2 rows of text high */
min-height: 2rem;
height: 100%;
/*
Since we could be displaying base64 encoded content,
we need to tell the browser to break words even if they don't have break points (spaces and such)
*/
overflow-wrap: break-word;
}
.base64-popup-title-container {
background-color: #00334e;
color: #e8e8e8;
}
.base64-popup-toolbar {
/* By default the toolbar should not be visible */
display: none;
}
.base64-popup-content-container {
background-color: #e8e8e8;
}
.base64-popup-content-container:hover>.base64-popup-toolbar {
/* Enable toolbar visibility on hover */
display: inline-flex;
/* background-color: #145374; */
position: relative;
/* relative positioning... almost magic numbers */
top: -1rem;
left: 75%;
}
.base64-popup-btn {
border: none;
border-radius: 8px;
padding: 8px 16px;
text-align: center;
display: inline-block;
background-color: #145374;
color: #e8e8e8;
cursor: pointer;
}
.base64-popup-btn:active {
animation: shadow-pulse 2s 1;
}
@keyframes shadow-pulse {
0% {
box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
}
100% {
box-shadow: 0 0 0 16px rgba(0, 0, 0, 0);
}
} | popup.css | .base64-popup {
/* right top blur margin color */
/* box-shadow: 0px 0px 8px 0px #5588a3; */
/* 20 characters wide */
width: 20rem;
border: none;
/* Round the corners a bit top-left top-right bottom-right bottom-left */
border-radius: 25px 0px 25px 25px;
/* The whole popup should stay at the top-right of the browser */
position: fixed;
top: 16px;
right: 16px;
/* This is a workaround for certain sites */
z-index: 100000;
}
.base64-popup-title-container {
/* The title container contains the popup title and the close button */
display: flex;
flex-direction: row;
padding: 8px;
/*
In the flex container space-between will put as much space as possible between the elements.
Since the title container only has the title and the close button,
this property will align the second element (the button in this case) to the right.
*/
justify-content: space-between;
/* Take all the space the popup gets (20rems) */
height: 100%;
}
.base64-popup-close {
/* Use a relatively big font size and change the cursor to pointer (more accessible) */
font-size: 2rem;
cursor: pointer;
}
.base64-popup-title {
/* For the popup title use a relatively big font size */
font-size: 2rem;
}
.base64-popup-content {
margin: 0 auto;
padding: 8px;
/* The popup content needs to be at least 2 rows of text high */
min-height: 2rem;
height: 100%;
/*
Since we could be displaying base64 encoded content,
we need to tell the browser to break words even if they don't have break points (spaces and such)
*/
overflow-wrap: break-word;
}
.base64-popup-title-container {
background-color: #00334e;
color: #e8e8e8;
}
.base64-popup-toolbar {
/* By default the toolbar should not be visible */
display: none;
}
.base64-popup-content-container {
background-color: #e8e8e8;
}
.base64-popup-content-container:hover>.base64-popup-toolbar {
/* Enable toolbar visibility on hover */
display: inline-flex;
/* background-color: #145374; */
position: relative;
/* relative positioning... almost magic numbers */
top: -1rem;
left: 75%;
}
.base64-popup-btn {
border: none;
border-radius: 8px;
padding: 8px 16px;
text-align: center;
display: inline-block;
background-color: #145374;
color: #e8e8e8;
cursor: pointer;
}
.base64-popup-btn:active {
animation: shadow-pulse 2s 1;
}
@keyframes shadow-pulse {
0% {
box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
}
100% {
box-shadow: 0 0 0 16px rgba(0, 0, 0, 0);
}
} | 0.445771 | 0.115436 |
.ext-etheraddresslookup-link {
white-space: nowrap;
}
.ext-etheraddresslookup-link-highlight {
padding: 2px;
background: #F2EAAC;
color: #000;
border: 1px solid #C7BC67;
}
.ext-etheraddresslookup-link-no_highlight {
padding: 0px;
background: transparent;
border: 1px solid transparent;
color: inherit;
}
.ext-etheraddresslookup-warning {
color: red;
border-bottom: 1px dashed red;
}
.ext-etheraddresslookup-note {
font-size: 10pt;
color: #c2c6c7;
line-height: 10pt;
}
#ext-etheraddresslookup-popup {
margin: 0;
padding: 0px;
font-family: "Arial";
font-size: 12pt;
width: 300px;
}
#ext-etheraddresslookup-popup #content {
padding-top: 15px;
padding-left: 15px;
padding-right: 15px;
background: url(/images/powered-by-mycrypto.png);
background-size: 85%;
background-position: bottom;
background-repeat: no-repeat;
}
#ext-etheraddresslookup-popup #content #footer {
padding-top: 4em;
font-size: 70%;
}
#ext-etheraddresslookup-blacklist_domains_stats {
font-size: 10pt;
color: #c2c6c7;
line-height: 10pt;
padding-left: 3.5em;
margin-bottom: 10px;
}
#ext-etheraddresslookup-report {
margin-bottom: 20px;
padding: 8px 20px 8px 17px;
width: 100%;
font-size: 10pt;
}
.ext-etheraddresslookup-center {
text-align: center;
}
#ext-etheraddresslookup-bookmarks {
margin-bottom: 10px;
}
.ext-etheraddresslookup-bookmark_icon {
width: 16px;
height: 16px;
display: inline-block;
}
.ext-etheraddresslookup-bookmark_icon:hover {
opacity: 0.5;
}
.ext-etheraddresslookup-bookmark_icon:nth-child(2n) {
margin-left: 15px;
margin-right: 15px;
}
#ext-etheraddresslookup-bookmark_modify_window {
display: none;
color: #252428;
margin-top: 5%;
padding: 15px 5%;
background: #e4e4e4;
}
.ext-etheraddresslookup-blockie {
width: 1em;
height: 1em;
background-size: cover;
background-repeat: no-repeat;
border-radius: 50%;
box-shadow: inset rgba(255, 255, 255, 0.6) 0 2px 2px, inset rgba(0, 0, 0, 0.3) 0 -2px 6px;
display: inline-block;
margin-bottom: -0.2em;
}
#ext-etheraddresslookup-choose_blockchain {
margin-top: 0;
margin-bottom: 0;
}
/*Labels*/
@media print {
.ext-etheraddresslookup-label {
border: 1px solid #000;
}
}
.ext-etheraddresslookup-label {
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;
}
.ext-etheraddresslookup-label[data-fill-label-input] {
cursor: pointer;
}
.ext-etheraddresslookup-label:empty {
display: none;
}
.ext-etheraddresslookup-label-pill {
padding-right: 0.6em;
padding-left: 0.6em;
border-radius: 10rem;
}
/*Popovers*/
.ext-etheraddresslookup-popover *,
.ext-etheraddresslookup-popover *::before,
.ext-etheraddresslookup-popover *::after {
box-sizing: inherit;
}
.ext-etheraddresslookup-popover.fade {
opacity: 0;
transition: opacity 0.15s linear;
}
.ext-etheraddresslookup-popover.fade.show {
opacity: 1;
}
.ext-etheraddresslookup-popover h3 {
orphans: 3;
widows: 3;
}
.ext-etheraddresslookup-popover h3 {
page-break-after: avoid;
}
.ext-etheraddresslookup-popover h3 {
margin-top: 0;
margin-bottom: .5rem;
}
.ext-etheraddresslookup-popover h3, .h3 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
}
.ext-etheraddresslookup-popover .close {
float: right;
font-size: 1.5rem;
font-weight: bold;
line-height: 1rem;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5;
}
.ext-etheraddresslookup-popover .close:focus, .close:hover {
color: #000;
text-decoration: none;
opacity: .75;
}
.ext-etheraddresslookup-popover button.close {
padding: 0;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.ext-etheraddresslookup-popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: block;
max-width: 276px;
padding: 1px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-style: normal;
font-weight: normal;
line-height: 1.5;
text-align: left;
text-align: start;
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;
}
.ext-etheraddresslookup-popover .arrow {
position: absolute;
display: block;
width: 10px;
height: 5px;
}
.ext-etheraddresslookup-popover .arrow::before,
.ext-etheraddresslookup-popover .arrow::after {
position: absolute;
display: block;
border-color: transparent;
border-style: solid;
}
.ext-etheraddresslookup-popover .arrow::before {
content: "";
border-width: 11px;
}
.ext-etheraddresslookup-popover .arrow::after {
content: "";
border-width: 11px;
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-top,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="top"] {
margin-bottom: 10px;
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-top .arrow,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="top"] .arrow {
bottom: 0;
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-top .arrow::before,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="top"] .arrow::before,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-top .arrow::after,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="top"] .arrow::after {
border-bottom-width: 0;
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-top .arrow::before,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="top"] .arrow::before {
bottom: -11px;
margin-left: -6px;
border-top-color: rgba(0, 0, 0, 0.25);
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-top .arrow::after,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="top"] .arrow::after {
bottom: -10px;
margin-left: -6px;
border-top-color: #fff;
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-right,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="right"] {
margin-left: 10px;
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-right .arrow,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="right"] .arrow {
left: 0;
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-right .arrow::before,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="right"] .arrow::before,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-right .arrow::after,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="right"] .arrow::after {
margin-top: -8px;
border-left-width: 0;
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-right .arrow::before,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="right"] .arrow::before {
left: -11px;
border-right-color: rgba(0, 0, 0, 0.25);
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-right .arrow::after,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="right"] .arrow::after {
left: -10px;
border-right-color: #fff;
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-bottom,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="bottom"] {
margin-top: 10px;
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-bottom .arrow,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="bottom"] .arrow {
top: 0;
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-bottom .arrow::before,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="bottom"] .arrow::before,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-bottom .arrow::after,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="bottom"] .arrow::after {
margin-left: -7px;
border-top-width: 0;
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-bottom .arrow::before,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="bottom"] .arrow::before {
top: -11px;
border-bottom-color: rgba(0, 0, 0, 0.25);
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-bottom .arrow::after,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="bottom"] .arrow::after {
top: -10px;
border-bottom-color: #fff;
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-bottom .ext-etheraddresslookup-popover-header::before,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="bottom"] .ext-etheraddresslookup-popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 20px;
margin-left: -10px;
content: "";
border-bottom: 1px solid #f7f7f7;
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-left,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="left"] {
margin-right: 10px;
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-left .arrow,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="left"] .arrow {
right: 0;
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-left .arrow::before,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="left"] .arrow::before,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-left .arrow::after,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="left"] .arrow::after {
margin-top: -8px;
border-right-width: 0;
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-left .arrow::before,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="left"] .arrow::before {
right: -11px;
border-left-color: rgba(0, 0, 0, 0.25);
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-left .arrow::after,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="left"] .arrow::after {
right: -10px;
border-left-color: #fff;
}
.ext-etheraddresslookup-popover-header {
padding: 8px 14px;
margin-bottom: 0;
font-size: 1rem;
color: inherit;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px);
}
.ext-etheraddresslookup-popover-header:empty {
display: none;
}
.ext-etheraddresslookup-popover-body {
padding: 9px 14px;
color: #212529;
}
/*Tabs*/
.ext-etheraddresslookup-nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none !important;
}
.ext-etheraddresslookup-nav li {
list-style: none !important;
}
.ext-etheraddresslookup-nav-link {
display: block;
padding: 0.5rem 1rem;
}
.ext-etheraddresslookup-nav-link:focus,
.ext-etheraddresslookup-nav-link:hover {
text-decoration: none;
}
.ext-etheraddresslookup-nav-link.disabled {
color: #868e96;
}
.ext-etheraddresslookup-nav-tabs {
border-bottom: 1px solid #dee2e6;
}
.ext-etheraddresslookup-nav-tabs .ext-etheraddresslookup-nav-item {
margin-bottom: -1px;
font-size: 10pt;
}
.ext-etheraddresslookup-nav-tabs .ext-etheraddresslookup-nav-link {
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.ext-etheraddresslookup-nav-tabs .ext-etheraddresslookup-nav-link:focus,
.ext-etheraddresslookup-nav-tabs .ext-etheraddresslookup-nav-link:hover {
border-color: #e9ecef #e9ecef #dee2e6;
}
.ext-etheraddresslookup-nav-tabs .ext-etheraddresslookup-nav-link.disabled {
color: #868e96;
background-color: transparent;
border-color: transparent;
}
.ext-etheraddresslookup-nav-tabs .ext-etheraddresslookup-nav-link.active,
.ext-etheraddresslookup-nav-tabs .ext-etheraddresslookup-nav-item.show .ext-etheraddresslookup-nav-link {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
}
.ext-etheraddresslookup-nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.ext-etheraddresslookup-tab-content > .ext-etheraddresslookup-tab-pane {
display: none;
font-size: 10pt;
}
.ext-etheraddresslookup-tab-content > .active {
display: block;
}
.ext-etheraddresslookup-tab-content .fade {
opacity: 0;
transition: opacity 0.15s linear;
}
.ext-etheraddresslookup-tab-content .fade.show {
opacity: 1;
}
.ext-etheraddresslookup-tab-content.collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height 0.35s ease;
}
#ext-etheraddresslookup-new-labels option {
color: #ffffff;
}
#ext-etheraddresslookup-new-labels button {
width: 100%;
}
.ext-etheraddresslookup-address_stats_hover {
z-index: 10;
position: absolute;
user-select: none;
}
.ext-etheraddresslookup-address_stats_hover .ext-etheraddresslookup-address_stats_hover_content {
all: initial;
display: none;
position: absolute;
bottom: 5%;
left: 5%;
right: 5%;
top: 10%;
background-color: #fff;
color: #000;
padding: .5em;
z-index: 99999;
width: 275px;
height: 120px;
border: 2px solid #e4e4e4;
overflow-x: hidden;
overflow-y: hidden;
user-select: none;
}
.ext-etheraddresslookup-0xaddress.display-popup > .ext-etheraddresslookup-address_stats_hover .ext-etheraddresslookup-address_stats_hover_content {
display: inline-block;
}
.ext-etheraddresslookup-address_stats_hover .ext-etheraddresslookup-address_stats_hover_content > span {
all: initial;
font-size: 10pt;
text-decoration: none;
font-style: normal;
font-family: 'Verdana';
display: block;
line-height: 2em;
user-select: none;
}
.ext-etheraddresslookup-address_stats_hover .ext-etheraddresslookup-address_stats_hover_content > a > img {
display: inline;
width: 100px;
height: 22px;
bottom: 0%;
right: 5%;
position: absolute;
margin: 0;
}
.ext-etheraddresslookup-address_stats_hover .ext-etheraddresslookup-address_stats_hover_node_error {
all: initial;
user-select: none;
background: #d02626;
border-radius: 5em;
height: 10px;
width: auto;
position: absolute;
right: 5%;
display: none;
z-index: 2;
color: #fff;
padding: 3px;
font-size: 8pt;
}
.ext-etheraddresslookup-address_stats_hover .ext-etheraddresslookup-address_stats_hover_node_ok {
all: initial;
user-select: none;
background: #32a735;
border-radius: 50%;
height: 10px;
width: 10px;
position: absolute;
right: 5%;
display: none;
z-index: 1;
}
#ext-etheraddresslookup-tip_box {
background: #00c2c1;
padding: 1px;
color: #fff;
}
#ext-etheraddresslookup-tip_box a {
color: #fff;
text-decoration: underline;
}
/*# sourceMappingURL=app.css.map */ | css/app.css | .ext-etheraddresslookup-link {
white-space: nowrap;
}
.ext-etheraddresslookup-link-highlight {
padding: 2px;
background: #F2EAAC;
color: #000;
border: 1px solid #C7BC67;
}
.ext-etheraddresslookup-link-no_highlight {
padding: 0px;
background: transparent;
border: 1px solid transparent;
color: inherit;
}
.ext-etheraddresslookup-warning {
color: red;
border-bottom: 1px dashed red;
}
.ext-etheraddresslookup-note {
font-size: 10pt;
color: #c2c6c7;
line-height: 10pt;
}
#ext-etheraddresslookup-popup {
margin: 0;
padding: 0px;
font-family: "Arial";
font-size: 12pt;
width: 300px;
}
#ext-etheraddresslookup-popup #content {
padding-top: 15px;
padding-left: 15px;
padding-right: 15px;
background: url(/images/powered-by-mycrypto.png);
background-size: 85%;
background-position: bottom;
background-repeat: no-repeat;
}
#ext-etheraddresslookup-popup #content #footer {
padding-top: 4em;
font-size: 70%;
}
#ext-etheraddresslookup-blacklist_domains_stats {
font-size: 10pt;
color: #c2c6c7;
line-height: 10pt;
padding-left: 3.5em;
margin-bottom: 10px;
}
#ext-etheraddresslookup-report {
margin-bottom: 20px;
padding: 8px 20px 8px 17px;
width: 100%;
font-size: 10pt;
}
.ext-etheraddresslookup-center {
text-align: center;
}
#ext-etheraddresslookup-bookmarks {
margin-bottom: 10px;
}
.ext-etheraddresslookup-bookmark_icon {
width: 16px;
height: 16px;
display: inline-block;
}
.ext-etheraddresslookup-bookmark_icon:hover {
opacity: 0.5;
}
.ext-etheraddresslookup-bookmark_icon:nth-child(2n) {
margin-left: 15px;
margin-right: 15px;
}
#ext-etheraddresslookup-bookmark_modify_window {
display: none;
color: #252428;
margin-top: 5%;
padding: 15px 5%;
background: #e4e4e4;
}
.ext-etheraddresslookup-blockie {
width: 1em;
height: 1em;
background-size: cover;
background-repeat: no-repeat;
border-radius: 50%;
box-shadow: inset rgba(255, 255, 255, 0.6) 0 2px 2px, inset rgba(0, 0, 0, 0.3) 0 -2px 6px;
display: inline-block;
margin-bottom: -0.2em;
}
#ext-etheraddresslookup-choose_blockchain {
margin-top: 0;
margin-bottom: 0;
}
/*Labels*/
@media print {
.ext-etheraddresslookup-label {
border: 1px solid #000;
}
}
.ext-etheraddresslookup-label {
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;
}
.ext-etheraddresslookup-label[data-fill-label-input] {
cursor: pointer;
}
.ext-etheraddresslookup-label:empty {
display: none;
}
.ext-etheraddresslookup-label-pill {
padding-right: 0.6em;
padding-left: 0.6em;
border-radius: 10rem;
}
/*Popovers*/
.ext-etheraddresslookup-popover *,
.ext-etheraddresslookup-popover *::before,
.ext-etheraddresslookup-popover *::after {
box-sizing: inherit;
}
.ext-etheraddresslookup-popover.fade {
opacity: 0;
transition: opacity 0.15s linear;
}
.ext-etheraddresslookup-popover.fade.show {
opacity: 1;
}
.ext-etheraddresslookup-popover h3 {
orphans: 3;
widows: 3;
}
.ext-etheraddresslookup-popover h3 {
page-break-after: avoid;
}
.ext-etheraddresslookup-popover h3 {
margin-top: 0;
margin-bottom: .5rem;
}
.ext-etheraddresslookup-popover h3, .h3 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
}
.ext-etheraddresslookup-popover .close {
float: right;
font-size: 1.5rem;
font-weight: bold;
line-height: 1rem;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5;
}
.ext-etheraddresslookup-popover .close:focus, .close:hover {
color: #000;
text-decoration: none;
opacity: .75;
}
.ext-etheraddresslookup-popover button.close {
padding: 0;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.ext-etheraddresslookup-popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: block;
max-width: 276px;
padding: 1px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-style: normal;
font-weight: normal;
line-height: 1.5;
text-align: left;
text-align: start;
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;
}
.ext-etheraddresslookup-popover .arrow {
position: absolute;
display: block;
width: 10px;
height: 5px;
}
.ext-etheraddresslookup-popover .arrow::before,
.ext-etheraddresslookup-popover .arrow::after {
position: absolute;
display: block;
border-color: transparent;
border-style: solid;
}
.ext-etheraddresslookup-popover .arrow::before {
content: "";
border-width: 11px;
}
.ext-etheraddresslookup-popover .arrow::after {
content: "";
border-width: 11px;
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-top,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="top"] {
margin-bottom: 10px;
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-top .arrow,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="top"] .arrow {
bottom: 0;
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-top .arrow::before,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="top"] .arrow::before,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-top .arrow::after,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="top"] .arrow::after {
border-bottom-width: 0;
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-top .arrow::before,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="top"] .arrow::before {
bottom: -11px;
margin-left: -6px;
border-top-color: rgba(0, 0, 0, 0.25);
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-top .arrow::after,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="top"] .arrow::after {
bottom: -10px;
margin-left: -6px;
border-top-color: #fff;
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-right,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="right"] {
margin-left: 10px;
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-right .arrow,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="right"] .arrow {
left: 0;
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-right .arrow::before,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="right"] .arrow::before,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-right .arrow::after,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="right"] .arrow::after {
margin-top: -8px;
border-left-width: 0;
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-right .arrow::before,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="right"] .arrow::before {
left: -11px;
border-right-color: rgba(0, 0, 0, 0.25);
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-right .arrow::after,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="right"] .arrow::after {
left: -10px;
border-right-color: #fff;
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-bottom,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="bottom"] {
margin-top: 10px;
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-bottom .arrow,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="bottom"] .arrow {
top: 0;
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-bottom .arrow::before,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="bottom"] .arrow::before,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-bottom .arrow::after,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="bottom"] .arrow::after {
margin-left: -7px;
border-top-width: 0;
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-bottom .arrow::before,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="bottom"] .arrow::before {
top: -11px;
border-bottom-color: rgba(0, 0, 0, 0.25);
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-bottom .arrow::after,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="bottom"] .arrow::after {
top: -10px;
border-bottom-color: #fff;
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-bottom .ext-etheraddresslookup-popover-header::before,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="bottom"] .ext-etheraddresslookup-popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 20px;
margin-left: -10px;
content: "";
border-bottom: 1px solid #f7f7f7;
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-left,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="left"] {
margin-right: 10px;
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-left .arrow,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="left"] .arrow {
right: 0;
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-left .arrow::before,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="left"] .arrow::before,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-left .arrow::after,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="left"] .arrow::after {
margin-top: -8px;
border-right-width: 0;
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-left .arrow::before,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="left"] .arrow::before {
right: -11px;
border-left-color: rgba(0, 0, 0, 0.25);
}
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-left .arrow::after,
.ext-etheraddresslookup-popover.bs-ext-etheraddresslookup-popover-auto[x-placement^="left"] .arrow::after {
right: -10px;
border-left-color: #fff;
}
.ext-etheraddresslookup-popover-header {
padding: 8px 14px;
margin-bottom: 0;
font-size: 1rem;
color: inherit;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px);
}
.ext-etheraddresslookup-popover-header:empty {
display: none;
}
.ext-etheraddresslookup-popover-body {
padding: 9px 14px;
color: #212529;
}
/*Tabs*/
.ext-etheraddresslookup-nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none !important;
}
.ext-etheraddresslookup-nav li {
list-style: none !important;
}
.ext-etheraddresslookup-nav-link {
display: block;
padding: 0.5rem 1rem;
}
.ext-etheraddresslookup-nav-link:focus,
.ext-etheraddresslookup-nav-link:hover {
text-decoration: none;
}
.ext-etheraddresslookup-nav-link.disabled {
color: #868e96;
}
.ext-etheraddresslookup-nav-tabs {
border-bottom: 1px solid #dee2e6;
}
.ext-etheraddresslookup-nav-tabs .ext-etheraddresslookup-nav-item {
margin-bottom: -1px;
font-size: 10pt;
}
.ext-etheraddresslookup-nav-tabs .ext-etheraddresslookup-nav-link {
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.ext-etheraddresslookup-nav-tabs .ext-etheraddresslookup-nav-link:focus,
.ext-etheraddresslookup-nav-tabs .ext-etheraddresslookup-nav-link:hover {
border-color: #e9ecef #e9ecef #dee2e6;
}
.ext-etheraddresslookup-nav-tabs .ext-etheraddresslookup-nav-link.disabled {
color: #868e96;
background-color: transparent;
border-color: transparent;
}
.ext-etheraddresslookup-nav-tabs .ext-etheraddresslookup-nav-link.active,
.ext-etheraddresslookup-nav-tabs .ext-etheraddresslookup-nav-item.show .ext-etheraddresslookup-nav-link {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
}
.ext-etheraddresslookup-nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.ext-etheraddresslookup-tab-content > .ext-etheraddresslookup-tab-pane {
display: none;
font-size: 10pt;
}
.ext-etheraddresslookup-tab-content > .active {
display: block;
}
.ext-etheraddresslookup-tab-content .fade {
opacity: 0;
transition: opacity 0.15s linear;
}
.ext-etheraddresslookup-tab-content .fade.show {
opacity: 1;
}
.ext-etheraddresslookup-tab-content.collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height 0.35s ease;
}
#ext-etheraddresslookup-new-labels option {
color: #ffffff;
}
#ext-etheraddresslookup-new-labels button {
width: 100%;
}
.ext-etheraddresslookup-address_stats_hover {
z-index: 10;
position: absolute;
user-select: none;
}
.ext-etheraddresslookup-address_stats_hover .ext-etheraddresslookup-address_stats_hover_content {
all: initial;
display: none;
position: absolute;
bottom: 5%;
left: 5%;
right: 5%;
top: 10%;
background-color: #fff;
color: #000;
padding: .5em;
z-index: 99999;
width: 275px;
height: 120px;
border: 2px solid #e4e4e4;
overflow-x: hidden;
overflow-y: hidden;
user-select: none;
}
.ext-etheraddresslookup-0xaddress.display-popup > .ext-etheraddresslookup-address_stats_hover .ext-etheraddresslookup-address_stats_hover_content {
display: inline-block;
}
.ext-etheraddresslookup-address_stats_hover .ext-etheraddresslookup-address_stats_hover_content > span {
all: initial;
font-size: 10pt;
text-decoration: none;
font-style: normal;
font-family: 'Verdana';
display: block;
line-height: 2em;
user-select: none;
}
.ext-etheraddresslookup-address_stats_hover .ext-etheraddresslookup-address_stats_hover_content > a > img {
display: inline;
width: 100px;
height: 22px;
bottom: 0%;
right: 5%;
position: absolute;
margin: 0;
}
.ext-etheraddresslookup-address_stats_hover .ext-etheraddresslookup-address_stats_hover_node_error {
all: initial;
user-select: none;
background: #d02626;
border-radius: 5em;
height: 10px;
width: auto;
position: absolute;
right: 5%;
display: none;
z-index: 2;
color: #fff;
padding: 3px;
font-size: 8pt;
}
.ext-etheraddresslookup-address_stats_hover .ext-etheraddresslookup-address_stats_hover_node_ok {
all: initial;
user-select: none;
background: #32a735;
border-radius: 50%;
height: 10px;
width: 10px;
position: absolute;
right: 5%;
display: none;
z-index: 1;
}
#ext-etheraddresslookup-tip_box {
background: #00c2c1;
padding: 1px;
color: #fff;
}
#ext-etheraddresslookup-tip_box a {
color: #fff;
text-decoration: underline;
}
/*# sourceMappingURL=app.css.map */ | 0.48438 | 0.072966 |
:root {
--cssui-animation-rotate: rotate(-180deg);
--cssui-animation-timing: 0.25s;
--cssui-font-family: -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";
--cssui-gray-lighter: #e5e7eb;
--cssui-gray-light: #d1d5db;
--cssui-gray-dark: #4b5563;
--cssui-gray-darkest: #1f2937;
--cssui-padding: 1rem;
--cssui-radius: 4px;
}
* {
box-sizing: border-box;
}
body {
font-family: var(--cssui-font-family);
font-size: 3vmin;
margin: 0;
overflow: hidden;
}
/* ------------------------------
Changing the sliding in animation
------------------------------ */
/* NOTES:
/* Edit the '--slideout-animation' and '--slideout-position' variables to change the position */
[data-slideout-panel] {
--slideout-animation: left 0.2s ease-in-out;
--slideout-background: #fff;
--slideout-shadow-color: #9ca3af;
--slideout-padding: 1rem;
--slideout-position: -100%;
--slideout-size: min(30rem, 100%);
position: fixed;
top: 0;
bottom: 0;
left: var(--slideout-position);
z-index: 9999;
/* right : 0; */
visibility: hidden;
width: var(--slideout-size);
padding: var(--slideout-padding);
background: var(--slideout-background);
box-shadow: 0 4px 20px var(--slideout-shadow-color);
transition: var(--slideout-animation);
}
[data-slideout-panel]:target {
--slideout-position: 0;
visibility: visible;
}
[data-slideout-header] {
display: flex;
align-items: center;
justify-content: space-between;
}
[data-slideout-close] {
color: var(--cssui-gray-darkest);
}
textarea {
height: 90%;
width: 100%;
}
#slideout-button {
display: block;
padding: 0.1rem;
width: 7rem;
text-decoration: none !important;
}
#now {
font-size: 10px;
}
#line {
background-color: pink;
}
.boxes {
width: 100vw;
height: calc(100vh - 2rem);
}
.boxes > * {
flex: 1 0 40%;
}
.box {
border: double 5px gray;
margin: 1rem;
padding: 1rem;
}
.box.timers {
overflow-y: scroll;
}
@media all and (orientation: landscape) {
.boxes {
display: flex;
flex-wrap: wrap;
}
.boxes > * {
height: 100%;
}
}
@media all and (orientation: portrait) {
.box.clock {
height: 30vh;
}
.box.timers {
height: 60vh;
}
} | static/style.css | :root {
--cssui-animation-rotate: rotate(-180deg);
--cssui-animation-timing: 0.25s;
--cssui-font-family: -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";
--cssui-gray-lighter: #e5e7eb;
--cssui-gray-light: #d1d5db;
--cssui-gray-dark: #4b5563;
--cssui-gray-darkest: #1f2937;
--cssui-padding: 1rem;
--cssui-radius: 4px;
}
* {
box-sizing: border-box;
}
body {
font-family: var(--cssui-font-family);
font-size: 3vmin;
margin: 0;
overflow: hidden;
}
/* ------------------------------
Changing the sliding in animation
------------------------------ */
/* NOTES:
/* Edit the '--slideout-animation' and '--slideout-position' variables to change the position */
[data-slideout-panel] {
--slideout-animation: left 0.2s ease-in-out;
--slideout-background: #fff;
--slideout-shadow-color: #9ca3af;
--slideout-padding: 1rem;
--slideout-position: -100%;
--slideout-size: min(30rem, 100%);
position: fixed;
top: 0;
bottom: 0;
left: var(--slideout-position);
z-index: 9999;
/* right : 0; */
visibility: hidden;
width: var(--slideout-size);
padding: var(--slideout-padding);
background: var(--slideout-background);
box-shadow: 0 4px 20px var(--slideout-shadow-color);
transition: var(--slideout-animation);
}
[data-slideout-panel]:target {
--slideout-position: 0;
visibility: visible;
}
[data-slideout-header] {
display: flex;
align-items: center;
justify-content: space-between;
}
[data-slideout-close] {
color: var(--cssui-gray-darkest);
}
textarea {
height: 90%;
width: 100%;
}
#slideout-button {
display: block;
padding: 0.1rem;
width: 7rem;
text-decoration: none !important;
}
#now {
font-size: 10px;
}
#line {
background-color: pink;
}
.boxes {
width: 100vw;
height: calc(100vh - 2rem);
}
.boxes > * {
flex: 1 0 40%;
}
.box {
border: double 5px gray;
margin: 1rem;
padding: 1rem;
}
.box.timers {
overflow-y: scroll;
}
@media all and (orientation: landscape) {
.boxes {
display: flex;
flex-wrap: wrap;
}
.boxes > * {
height: 100%;
}
}
@media all and (orientation: portrait) {
.box.clock {
height: 30vh;
}
.box.timers {
height: 60vh;
}
} | 0.416203 | 0.111895 |
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comments-title,
.comment-reply-title {
margin-bottom: 1em;
font-size: 2em;
font-weight: 900;
}
.comment-list {
padding: 0;
margin: 0;
list-style-type: none;
}
.comment-list ol {
list-style-type: none;
}
.children {
margin-left: 1em;
padding-left: 0;
}
@media screen and (min-width: 48em) {
.children {
margin-left: 2em;
}
}
.comment-body {
border-bottom: 1px solid #c3c3c3;
margin-bottom: 3em;
}
.comment-meta {
position: relative;
margin-left: 70px;
font-size: 80%;
}
.comment-meta a,
.comment-form a {
text-decoration: none;
border: none;
}
.comment-meta a:hover,
.comment-meta a:focus,
.comment-form a:hover,
.comment-form a:focus {
text-decoration: underline;
}
.comment .avatar {
position: absolute;
left: -70px;
width: 50px;
height: 50px;
border-radius: 50px;
}
.bypostauthor .avatar {
-webkit-box-sizing: content-box;
box-sizing: content-box;
border: 5px solid #cccccc;
margin-top: -5px;
margin-left: -5px;
}
.comment-meta {
font-family: 'Roboto Condensed', sans-serif;
}
.comment-author {
font-size: 1.4em;
line-height: 1.3em;
}
.says {
font-size: 80%;
}
.comment-metadata {
padding-bottom: .5em;
}
.comment-content ul,
.comment-content ol {
margin: 0;
padding-right: 3em;
padding-left: 3em;
}
.comment-content ul ul,
.comment-content ol ol {
margin-right: 0;
margin-left: 0;
}
@media screen and (min-width: 48em) {
.comment-content ul,
.comment-content ol {
padding-right: 1.5em;
padding-left: 1.5em;
}
}
.comment-content blockquote {
margin-bottom: .75em;
font-size: 1.6em;
line-height: 1.25;
}
.comment-content cite {
font-size: 1.2em;
}
.reply {
margin-bottom: 1.5em;
text-align: right;
}
.comment-reply-link,
.comment-form .form-submit input {
display: inline-block;
padding: .8em 1.6em;
font-family: 'Roboto Condensed',sans-serif;
font-size: 85%;
color: #000;
line-height: 1.3em;
text-decoration: none;
border: 1px solid;
color: #fff;
font-weight: 600;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.reply a,
.reply a:hover {
color: #fff;
}
.comment-reply-link:hover,
.comment-reply-link:focus,
.comment-form .form-submit input:hover,
.comment-form .form-submit input:focus {
border-color: #333;
cursor: pointer;
background: #333;
}
.comment-content ol {
list-style-type: decimal;
}
.comment-content a {
word-wrap: break-word;
}
/* Comment Form */
.comment-form {
line-height: 1.3em;
}
.comment-notes {
margin-top: -1em;
font-family: 'Roboto Condensed', sans-serif;
font-size: .9em;
font-style: italic;
background: hsl(0, 0% 95%);
}
.comment-form a {
font-weight: 500;
}
.comment-form label {
width: 13em;
display: block;
font-size: 22px;
font-family: 'Roboto Condensed', sans-serif;
padding-bottom: .4em;
font-weight: 500;
margin-top: 30px;
}
.comment-form-cookies-consent {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.comment-form .comment-form-cookies-consent input {
margin-top: .2em;
}
.comment-form .comment-form-cookies-consent label {
display: inline-block;
margin-left: .6em;
}
.comment-form .required {
color: #D54E21;
}
.comment-form .form-submit {
text-align: right;
}
.pingback .comment-body {
padding: 1em 0;
}
.pingback a {
font-style: italic;
text-decoration: none;
}
p.comment-form-cookies-consent label {
font-size: 14px;
margin: 0;
width: 100%;
} | web/app/themes/arrival/assets/css/comments.css | .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comments-title,
.comment-reply-title {
margin-bottom: 1em;
font-size: 2em;
font-weight: 900;
}
.comment-list {
padding: 0;
margin: 0;
list-style-type: none;
}
.comment-list ol {
list-style-type: none;
}
.children {
margin-left: 1em;
padding-left: 0;
}
@media screen and (min-width: 48em) {
.children {
margin-left: 2em;
}
}
.comment-body {
border-bottom: 1px solid #c3c3c3;
margin-bottom: 3em;
}
.comment-meta {
position: relative;
margin-left: 70px;
font-size: 80%;
}
.comment-meta a,
.comment-form a {
text-decoration: none;
border: none;
}
.comment-meta a:hover,
.comment-meta a:focus,
.comment-form a:hover,
.comment-form a:focus {
text-decoration: underline;
}
.comment .avatar {
position: absolute;
left: -70px;
width: 50px;
height: 50px;
border-radius: 50px;
}
.bypostauthor .avatar {
-webkit-box-sizing: content-box;
box-sizing: content-box;
border: 5px solid #cccccc;
margin-top: -5px;
margin-left: -5px;
}
.comment-meta {
font-family: 'Roboto Condensed', sans-serif;
}
.comment-author {
font-size: 1.4em;
line-height: 1.3em;
}
.says {
font-size: 80%;
}
.comment-metadata {
padding-bottom: .5em;
}
.comment-content ul,
.comment-content ol {
margin: 0;
padding-right: 3em;
padding-left: 3em;
}
.comment-content ul ul,
.comment-content ol ol {
margin-right: 0;
margin-left: 0;
}
@media screen and (min-width: 48em) {
.comment-content ul,
.comment-content ol {
padding-right: 1.5em;
padding-left: 1.5em;
}
}
.comment-content blockquote {
margin-bottom: .75em;
font-size: 1.6em;
line-height: 1.25;
}
.comment-content cite {
font-size: 1.2em;
}
.reply {
margin-bottom: 1.5em;
text-align: right;
}
.comment-reply-link,
.comment-form .form-submit input {
display: inline-block;
padding: .8em 1.6em;
font-family: 'Roboto Condensed',sans-serif;
font-size: 85%;
color: #000;
line-height: 1.3em;
text-decoration: none;
border: 1px solid;
color: #fff;
font-weight: 600;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.reply a,
.reply a:hover {
color: #fff;
}
.comment-reply-link:hover,
.comment-reply-link:focus,
.comment-form .form-submit input:hover,
.comment-form .form-submit input:focus {
border-color: #333;
cursor: pointer;
background: #333;
}
.comment-content ol {
list-style-type: decimal;
}
.comment-content a {
word-wrap: break-word;
}
/* Comment Form */
.comment-form {
line-height: 1.3em;
}
.comment-notes {
margin-top: -1em;
font-family: 'Roboto Condensed', sans-serif;
font-size: .9em;
font-style: italic;
background: hsl(0, 0% 95%);
}
.comment-form a {
font-weight: 500;
}
.comment-form label {
width: 13em;
display: block;
font-size: 22px;
font-family: 'Roboto Condensed', sans-serif;
padding-bottom: .4em;
font-weight: 500;
margin-top: 30px;
}
.comment-form-cookies-consent {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.comment-form .comment-form-cookies-consent input {
margin-top: .2em;
}
.comment-form .comment-form-cookies-consent label {
display: inline-block;
margin-left: .6em;
}
.comment-form .required {
color: #D54E21;
}
.comment-form .form-submit {
text-align: right;
}
.pingback .comment-body {
padding: 1em 0;
}
.pingback a {
font-style: italic;
text-decoration: none;
}
p.comment-form-cookies-consent label {
font-size: 14px;
margin: 0;
width: 100%;
} | 0.302391 | 0.061961 |
body{
margin: 0px;
padding: 0px;
background-color: rebeccapurple;
}
/***************
****************
MENU SLIDER CSS
****************
****************/
#main{
height: 100vh;
width: 100%;
position: absolute;
overflow: hidden;
z-index: 999;
transition: all .3s;
display: table;
}
#icon{
height: 25px;
width: 30px;
position: fixed;
bottom: 20px;
left: 50%;
transform: translate(-50%, -50%);
z-index: 999;
}
#icon:hover{
cursor: pointer;
}
#line{
height: 5px;
width: 30px;
background-color: white;
position: absolute;
bottom: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
#line::before{
content: '';
height: 5px;
width: 30px;
background-color: aliceblue;
position: absolute;
top: -10px;
}
#line::after{
content: '';
height: 5px;
width: 30px;
background-color: aliceblue;
position: absolute;
top: +10px;
}
#menu{
height: 100px;
width: 100%;
position: absolute;
bottom: 0;
color: white;
letter-spacing: 4px;
font-family: 'Roboto Condensed', sans-serif;
}
#m1{
height: 100px;
width: 10%;
text-align: center;
float: left;
background-color: black;
position: absolute;
top: 100%;
left: 25%;
}
#m2{
height: 100px;
width: 10%;
text-align: center;
float: left;
background-color: black;
position: absolute;
top: 100%;
left: 35%;
}
#m3{
height: 100px;
width: 10%;
text-align: center;
float: right;
background-color: black;
position: absolute;
top: 100%;
right: 35%;
}
#m4{
height: 100px;
width: 10%;
text-align: center;
float: right;
background-color: black;
position: absolute;
top: 100%;
right: 25%;
}
/***************
****************
CONTENT
****************
****************/
#intro{
text-align: center;
margin-top: 400px;
color: white;
font: bold 50px Helvetica, Arial, Sans-Serif;
text-shadow: 1px 1px #fe4902,
2px 2px #fe4902,
3px 3px #fe4902;
font-family: 'Raleway', sans-serif;
}
#intro:hover{
position: relative;
top: -3px;
left: -3px;
text-shadow: 1px 1px #fe4902,
2px 2px #fe4902,
3px 3px #fe4902,
4px 4px #fe4902,
5px 5px #fe4902,
6px 6px #fe4902;
}
a{
text-decoration: none;
color: white;
}
/***************
****************
PARALLAX CONTENT
****************
****************/
#infobox1{
height: 100vh;
width: 100%;
background-image: url(img/indiaflaghomepage.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#infobox2{
height: 100vh;
width: 100%;
background-image: url(img/indus.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#infobox3{
height: 100vh;
width: 100%;
background-image: url(img/buddha.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#infobox4{
height: 100vh;
width: 100%;
background-image: url(img/alexempire.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#infobox5{
height: 100vh;
width: 100%;
background-image: url(img/gupta.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#infobox6{
height: 100vh;
width: 100%;
background-image: url(img/maurya.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#infobox7{
height: 100vh;
width: 100%;
background-image: url(img/islam.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#infobox8{
height: 100vh;
width: 100%;
background-image: url(img/slave.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#infobox9{
height: 100vh;
width: 100%;
background-image: url(img/vasco.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#infobox10{
height: 100vh;
width: 100%;
background-image: url(img/mughal.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#infobox11{
height: 100vh;
width: 100%;
background-image: url(img/eastindia.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#infobox12{
height: 100vh;
width: 100%;
background-image: url(img/maratha.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#infobox13{
height: 100vh;
width: 100%;
background-image: url(img/inrtrain.jpeg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#infobox14{
height: 100vh;
width: 100%;
background-image: url(img/ww1.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#infobox15{
height: 100vh;
width: 100%;
background-image: url(img/freedom.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#infobox16{
height: 100vh;
width: 100%;
background-image: url(img/gandhi.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#infobox17{
height: 100vh;
width: 100%;
background-image: url(img/afterfree.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#infobox18{
height: 100vh;
width: 100%;
background-image: url(img/isro.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#infobox19{
height: 100vh;
width: 100%;
background-image: url(img/univ.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#infobox20{
height: 100vh;
width: 100%;
background-image: url(img/demon.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
.boxes h1{
font-family: arial;
font-size: 70px;
color: #fcffd2;
margin: 0px;
text-align: center;
display: table-cell;
vertical-align: middle;
font-family: 'Roboto Condensed', sans-serif;
}
.boxes h2{
font-family: arial;
color: #fcffd2;
margin: 0px;
text-align: center;
display: table-row;
vertical-align: center;
font-size: 45px
}
#boxes h1:hover{
box-shadow: inset 0px 10px 0px 10px;
}
/***************
****************
ABOUT
****************
****************/
#introabt{
height: 100vh;
width: 100%;
background-size: cover;
display: table;
background-attachment: fixed;
color: white;
font-family: arial;
} | styles.css | body{
margin: 0px;
padding: 0px;
background-color: rebeccapurple;
}
/***************
****************
MENU SLIDER CSS
****************
****************/
#main{
height: 100vh;
width: 100%;
position: absolute;
overflow: hidden;
z-index: 999;
transition: all .3s;
display: table;
}
#icon{
height: 25px;
width: 30px;
position: fixed;
bottom: 20px;
left: 50%;
transform: translate(-50%, -50%);
z-index: 999;
}
#icon:hover{
cursor: pointer;
}
#line{
height: 5px;
width: 30px;
background-color: white;
position: absolute;
bottom: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
#line::before{
content: '';
height: 5px;
width: 30px;
background-color: aliceblue;
position: absolute;
top: -10px;
}
#line::after{
content: '';
height: 5px;
width: 30px;
background-color: aliceblue;
position: absolute;
top: +10px;
}
#menu{
height: 100px;
width: 100%;
position: absolute;
bottom: 0;
color: white;
letter-spacing: 4px;
font-family: 'Roboto Condensed', sans-serif;
}
#m1{
height: 100px;
width: 10%;
text-align: center;
float: left;
background-color: black;
position: absolute;
top: 100%;
left: 25%;
}
#m2{
height: 100px;
width: 10%;
text-align: center;
float: left;
background-color: black;
position: absolute;
top: 100%;
left: 35%;
}
#m3{
height: 100px;
width: 10%;
text-align: center;
float: right;
background-color: black;
position: absolute;
top: 100%;
right: 35%;
}
#m4{
height: 100px;
width: 10%;
text-align: center;
float: right;
background-color: black;
position: absolute;
top: 100%;
right: 25%;
}
/***************
****************
CONTENT
****************
****************/
#intro{
text-align: center;
margin-top: 400px;
color: white;
font: bold 50px Helvetica, Arial, Sans-Serif;
text-shadow: 1px 1px #fe4902,
2px 2px #fe4902,
3px 3px #fe4902;
font-family: 'Raleway', sans-serif;
}
#intro:hover{
position: relative;
top: -3px;
left: -3px;
text-shadow: 1px 1px #fe4902,
2px 2px #fe4902,
3px 3px #fe4902,
4px 4px #fe4902,
5px 5px #fe4902,
6px 6px #fe4902;
}
a{
text-decoration: none;
color: white;
}
/***************
****************
PARALLAX CONTENT
****************
****************/
#infobox1{
height: 100vh;
width: 100%;
background-image: url(img/indiaflaghomepage.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#infobox2{
height: 100vh;
width: 100%;
background-image: url(img/indus.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#infobox3{
height: 100vh;
width: 100%;
background-image: url(img/buddha.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#infobox4{
height: 100vh;
width: 100%;
background-image: url(img/alexempire.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#infobox5{
height: 100vh;
width: 100%;
background-image: url(img/gupta.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#infobox6{
height: 100vh;
width: 100%;
background-image: url(img/maurya.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#infobox7{
height: 100vh;
width: 100%;
background-image: url(img/islam.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#infobox8{
height: 100vh;
width: 100%;
background-image: url(img/slave.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#infobox9{
height: 100vh;
width: 100%;
background-image: url(img/vasco.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#infobox10{
height: 100vh;
width: 100%;
background-image: url(img/mughal.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#infobox11{
height: 100vh;
width: 100%;
background-image: url(img/eastindia.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#infobox12{
height: 100vh;
width: 100%;
background-image: url(img/maratha.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#infobox13{
height: 100vh;
width: 100%;
background-image: url(img/inrtrain.jpeg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#infobox14{
height: 100vh;
width: 100%;
background-image: url(img/ww1.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#infobox15{
height: 100vh;
width: 100%;
background-image: url(img/freedom.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#infobox16{
height: 100vh;
width: 100%;
background-image: url(img/gandhi.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#infobox17{
height: 100vh;
width: 100%;
background-image: url(img/afterfree.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#infobox18{
height: 100vh;
width: 100%;
background-image: url(img/isro.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#infobox19{
height: 100vh;
width: 100%;
background-image: url(img/univ.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
#infobox20{
height: 100vh;
width: 100%;
background-image: url(img/demon.jpg);
background-size: cover;
display: table;
background-attachment: fixed;
}
.boxes h1{
font-family: arial;
font-size: 70px;
color: #fcffd2;
margin: 0px;
text-align: center;
display: table-cell;
vertical-align: middle;
font-family: 'Roboto Condensed', sans-serif;
}
.boxes h2{
font-family: arial;
color: #fcffd2;
margin: 0px;
text-align: center;
display: table-row;
vertical-align: center;
font-size: 45px
}
#boxes h1:hover{
box-shadow: inset 0px 10px 0px 10px;
}
/***************
****************
ABOUT
****************
****************/
#introabt{
height: 100vh;
width: 100%;
background-size: cover;
display: table;
background-attachment: fixed;
color: white;
font-family: arial;
} | 0.258607 | 0.045799 |
page{
background-color: #1F2031;
}
.topbox{
width: 686rpx;
margin-top: 50rpx;
}
.topcard_f{
width: 620rpx;
height: 20rpx;
background-color: #547CE2;
}
.topcard_t{
width: 650rpx;
height: 20rpx;
background-color: #F2AB3E;
}
.topcard{
width: 686rpx;
height: 190rpx;
background:rgba(43,45,61,1);
box-shadow:0px 4rpx 8rpx 0px rgba(0,0,0,0.5);
padding: 16rpx;
}
.coinbox{
margin-top: 30rpx;
width: 722rpx;
height: 500rpx;
position: relative;
}
.coinbox_bg{
width: 720rpx;
height: 500rpx;
position: absolute;
z-index: 1;
}
.coinbox_nr{
width: 720rpx;
position: relative;
z-index: 10;
padding: 32rpx 0;
margin-left: -16rpx;
}
.gzcoin_box{
width: 630rpx;
height: 70rpx;
border-bottom: 2rpx solid #FFFFFF;
margin-top: 40rpx;
}
.coin_icon{
width: 48rpx;
height: 48rpx;
}
.gzinput_box{
width: 630rpx;
height: 70rpx;
border-bottom: 2rpx solid #FFFFFF;
margin-top: 50rpx;
}
.gzinput_box input{
font-size: 34rpx;
}
.coin_q{
width: 630rpx;
}
.shuom{
margin-top: 50rpx;
}
.btn{
width: 686rpx;
height: 88rpx;
line-height: 88rpx;
}
.list_box{
background:rgba(43,45,61,1);
box-shadow:0px 0px 12rpx 0px rgba(0,0,0,0.5);
width: 686rpx;
padding: 18rpx 32rpx;
margin-top: 50rpx;
}
.list_tel::before{
content: '|';
margin-right: 16rpx;
color: #F2AB3E;
}
.list_item{
width: 100%;
border-bottom: 2rpx solid #FFFFFF;
padding: 32rpx 0;
}
.tanchutel{
width: 686rpx;
font-size: 48rpx;
margin-top: 40rpx;
}
.tccard_box1{
width: 686rpx;
height: 190rpx;
box-shadow:0px 0px 8px 0px rgba(79,115,208,1);
background:#547CE2;
border-radius:4rpx;
padding: 16rpx;
}
.tccard_box2{
width: 686rpx;
height: 190rpx;
box-shadow:0px 0px 12px 0px rgba(242,171,62,1);
background:#F2AB3E;
border-radius:4rpx;
padding: 16rpx;
}
.tc_item{
width: 50%;
text-align: center;
}
.pro_lajibox{
position: relative;
}
.pro_laji{
width: 646rpx;
height: 16rpx;
border-radius: 8rpx;
background-color: #1F2031;
overflow: hidden;
}
.xian{
background:linear-gradient(360deg,rgba(239,137,71,1) 0%,rgba(242,171,62,1) 100%);
height: 16rpx;
width: 646rpx;
transition: all 1s;
}
.dian{
width: 646rpx;
position: absolute;
left: 0;
top: -8rpx;
transition: all 1s;
}
.dian_quan{
width: 32rpx;
height: 32rpx;
border-radius: 50%;
background-color: #FFFFFF;
border: 10rpx solid #EF8C46;
}
.jiantou{
width: 76rpx;
height: 70rpx;
}
.close{
width: 38rpx;
height: 30rpx;
position: absolute;
top: 30rpx;
right: 30rpx;
}
.zhifu_box{
position: relative;
width: 686rpx;
padding: 32rpx 16rpx;
background-color: #2B2D3D;
box-shadow:0px 0px 12rpx 0px rgba(0,0,0,0.5);
border-radius:4rpx;
}
.tanchutel1{
position: fixed;
top: 40rpx;
width: 686rpx;
font-size: 48rpx;
}
.int_box{
width: 100%;
height: 64rpx;
border-radius: 2rpx;
}
.int_box input{
border-left: 2rpx solid #FFFFFF;
border-top: 2rpx solid #FFFFFF;
border-bottom: 2rpx solid #FFFFFF;
height: 60rpx;
line-height: 60rpx;
padding-left: 20rpx;
border-radius: 2rpx;
}
.int_bt{
width: 126rpx;
height: 64rpx;
line-height: 64rpx;
}
.err_box{
width: 686rpx;
background-color: #2B2D3D;
box-shadow:0px 0px 12rpx 0px rgba(0,0,0,0.5);
border-radius:4rpx;
padding-top: 40rpx;
}
.btn_box{
width: 686rpx;
height: 110rpx;
border-top: 2rpx solid #1F2031;
margin-top: 40rpx;
}
.btn_box_l{
width: 342rpx;
height: 110rpx;
text-align: center;
line-height: 110rpx;
border-right: 2rpx solid #1F2031;
}
.btn_box_r{
width: 342rpx;
height: 110rpx;
text-align: center;
line-height: 110rpx;
} | common/css/convert.css | page{
background-color: #1F2031;
}
.topbox{
width: 686rpx;
margin-top: 50rpx;
}
.topcard_f{
width: 620rpx;
height: 20rpx;
background-color: #547CE2;
}
.topcard_t{
width: 650rpx;
height: 20rpx;
background-color: #F2AB3E;
}
.topcard{
width: 686rpx;
height: 190rpx;
background:rgba(43,45,61,1);
box-shadow:0px 4rpx 8rpx 0px rgba(0,0,0,0.5);
padding: 16rpx;
}
.coinbox{
margin-top: 30rpx;
width: 722rpx;
height: 500rpx;
position: relative;
}
.coinbox_bg{
width: 720rpx;
height: 500rpx;
position: absolute;
z-index: 1;
}
.coinbox_nr{
width: 720rpx;
position: relative;
z-index: 10;
padding: 32rpx 0;
margin-left: -16rpx;
}
.gzcoin_box{
width: 630rpx;
height: 70rpx;
border-bottom: 2rpx solid #FFFFFF;
margin-top: 40rpx;
}
.coin_icon{
width: 48rpx;
height: 48rpx;
}
.gzinput_box{
width: 630rpx;
height: 70rpx;
border-bottom: 2rpx solid #FFFFFF;
margin-top: 50rpx;
}
.gzinput_box input{
font-size: 34rpx;
}
.coin_q{
width: 630rpx;
}
.shuom{
margin-top: 50rpx;
}
.btn{
width: 686rpx;
height: 88rpx;
line-height: 88rpx;
}
.list_box{
background:rgba(43,45,61,1);
box-shadow:0px 0px 12rpx 0px rgba(0,0,0,0.5);
width: 686rpx;
padding: 18rpx 32rpx;
margin-top: 50rpx;
}
.list_tel::before{
content: '|';
margin-right: 16rpx;
color: #F2AB3E;
}
.list_item{
width: 100%;
border-bottom: 2rpx solid #FFFFFF;
padding: 32rpx 0;
}
.tanchutel{
width: 686rpx;
font-size: 48rpx;
margin-top: 40rpx;
}
.tccard_box1{
width: 686rpx;
height: 190rpx;
box-shadow:0px 0px 8px 0px rgba(79,115,208,1);
background:#547CE2;
border-radius:4rpx;
padding: 16rpx;
}
.tccard_box2{
width: 686rpx;
height: 190rpx;
box-shadow:0px 0px 12px 0px rgba(242,171,62,1);
background:#F2AB3E;
border-radius:4rpx;
padding: 16rpx;
}
.tc_item{
width: 50%;
text-align: center;
}
.pro_lajibox{
position: relative;
}
.pro_laji{
width: 646rpx;
height: 16rpx;
border-radius: 8rpx;
background-color: #1F2031;
overflow: hidden;
}
.xian{
background:linear-gradient(360deg,rgba(239,137,71,1) 0%,rgba(242,171,62,1) 100%);
height: 16rpx;
width: 646rpx;
transition: all 1s;
}
.dian{
width: 646rpx;
position: absolute;
left: 0;
top: -8rpx;
transition: all 1s;
}
.dian_quan{
width: 32rpx;
height: 32rpx;
border-radius: 50%;
background-color: #FFFFFF;
border: 10rpx solid #EF8C46;
}
.jiantou{
width: 76rpx;
height: 70rpx;
}
.close{
width: 38rpx;
height: 30rpx;
position: absolute;
top: 30rpx;
right: 30rpx;
}
.zhifu_box{
position: relative;
width: 686rpx;
padding: 32rpx 16rpx;
background-color: #2B2D3D;
box-shadow:0px 0px 12rpx 0px rgba(0,0,0,0.5);
border-radius:4rpx;
}
.tanchutel1{
position: fixed;
top: 40rpx;
width: 686rpx;
font-size: 48rpx;
}
.int_box{
width: 100%;
height: 64rpx;
border-radius: 2rpx;
}
.int_box input{
border-left: 2rpx solid #FFFFFF;
border-top: 2rpx solid #FFFFFF;
border-bottom: 2rpx solid #FFFFFF;
height: 60rpx;
line-height: 60rpx;
padding-left: 20rpx;
border-radius: 2rpx;
}
.int_bt{
width: 126rpx;
height: 64rpx;
line-height: 64rpx;
}
.err_box{
width: 686rpx;
background-color: #2B2D3D;
box-shadow:0px 0px 12rpx 0px rgba(0,0,0,0.5);
border-radius:4rpx;
padding-top: 40rpx;
}
.btn_box{
width: 686rpx;
height: 110rpx;
border-top: 2rpx solid #1F2031;
margin-top: 40rpx;
}
.btn_box_l{
width: 342rpx;
height: 110rpx;
text-align: center;
line-height: 110rpx;
border-right: 2rpx solid #1F2031;
}
.btn_box_r{
width: 342rpx;
height: 110rpx;
text-align: center;
line-height: 110rpx;
} | 0.223631 | 0.054676 |
:root{
--main-color: #f87b8d;
}
* {
box-sizing: border-box;
}
body{
font-family: 'Balsamiq Sans', cursive;
}
.container{
margin: 30px 150px;
}
/* Start Settings Box */
.set-box{
position: fixed;
left: -200px;
top: 0;
background-color: #ffc7ecde;
width: 200px;
z-index: 10000;
min-height: 100vh;
transition: .3s;
}
.set-box.open{
left: 0;
}
.set-box .set-icon{
position: absolute;
right: -30px;
top: 100px;
background-color: #ffc7ecde;
text-align: center;
cursor: pointer;
}
.set-box .set-icon .fa-cog{
padding: 8px 0;
width: 30px;
}
.set-box .set-container .option-box{
padding: 10px;
text-align: center;
background-color: #eee;
margin: 10px;
border-radius: 5px;
}
.set-box .set-container .option-box h4{
margin: 0;
color: var(--main-color);
font-size: 14px;
}
.set-box .set-container .option-box .colors-list{
list-style: none;
text-align: center;
padding: 0;
margin: 10px 0 0;
}
.set-box .set-container .option-box .colors-list li{
width: 20px;
height: 20px;
background-color: #582c32;
border-radius: 5px;
cursor: pointer;
display: inline-block;
border: 3px solid #eee;
}
.set-box .set-container .option-box .colors-list li.active{
border-color: #fff;
}
.set-box .set-container .option-box .colors-list li:first-child{
background-color: #f87b8d;
}
.set-box .set-container .option-box .colors-list li:nth-child(2) {
background-color: #ff193a;
}
.set-box .set-container .option-box .colors-list li:nth-child(3) {
background-color: #e121b8;
}
.set-box .set-container .option-box .colors-list li:nth-child(4) {
background-color: #e14d21;
}
.set-box .set-container .option-box .colors-list li:nth-child(5) {
background-color: #5c18c8;
}
.set-box .random-background .yes,
.set-box .random-background .no{
width: 50px;
background-color: #582c32;
color: #fff;
margin-top: 10px;
display: inline-block;
font-size: 12px;
padding: 4px 10px;
font-weight: bold;
border-radius: 5px;
opacity: .5;
cursor: pointer;
}
.set-box .random-background span.active{
opacity: 1;
}
/* End Settings Box */
/* Start Navbar Bullets */
.nav-bullets{
position: fixed;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 40px;
z-index: 1000;
}
.nav-bullets .bullet{
width: 20px;
height: 20px;
background-color: var(--main-color);
border: 3px solid #582c32;
margin: 20px auto;
border-radius: 50%;
cursor: pointer;
position: relative;
}
.nav-bullets .bullet:hover .tooltip{
display: block;
}
.nav-bullets .bullet .tooltip{
background-color: var(--main-color);
border: 1px solid #582c32;
width: 100px;
color: #fff;
padding: 8px 10px;
position: absolute;
right: 32px;
top: -10px;
text-align: center;
display: none;
cursor: default;
pointer-events: none;
font-size: 14px;
}
.nav-bullets .bullet .tooltip:before{
content: '';
border-style: solid;
border-width: 10px;
border-color: transparent transparent transparent #582c32;
height: 0;
width: 0;
position: absolute;
right: -20px;
top: 16px;
transform: translateY(-50%);
}
/* End Navbar Bullets */
/* Start Landing Page */
.landing-page{
min-height: 100vh;
background-image: url('../image/12.jpg');
background-size: cover;
position: relative;
}
.landing-page .overlay{
background-color: #00000066;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 1;
}
.header-area{
position: relative;
z-index: 2;
color: #fff;
display: flex;
padding: 0 50px;
}
.header-area .logo{
width: 20%;
}
.header-area .logo img{
width: 7em;
}
.header-area .links{
list-style: none;
text-align: right;
width: 100%;
padding: 1.5em 1.2em 0 0;
}
.header-area .links li{
display: inline;
margin-left: 30px;
font-weight: bold;
}
.header-area .links li a{
color: #fff;
text-decoration: none;
transition: .3s;
}
.header-area .links li a:hover,
.header-area .links li a.active{
color: var(--main-color);
}
.intro-text{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
z-index: 2;
color: #fff;
text-align: center;
width: 50%;
}
.intro-text h1{
font-size: 2.5em;
margin: 0 0 0.5em;
}
.intro-text h1 span{
color: var(--main-color);
font-size: 1.5em;
}
.intro-text p{
line-height: 1.6;
margin: 0;
font-size: 1.1em;
}
/* End Landing Page */
/* Start About Us */
.about-us{
padding-top: 50px;
padding-bottom: 50px;
display: flex;
}
.about-us .info-box{
flex: 1;
padding: 30px;
}
.about-us .info-box h2{
font-weight: bold;
font-size: 30px;
color: var(--main-color);
margin: 0 0 10px;
}
.about-us .info-box p{
line-height: 1.8;
color: ;
margin: 0;
}
.about-us .image-box{
flex: 1;
text-align: center;
}
.about-us .image-box img{
width: 50%;
}
/* End About Us */
/* Start Our Skills */
.skills{
padding-top: 50px;
padding-bottom: 50px;
background-color: var(--main-color);
}
.skills h2{
font-weight: bold;
font-size: 30px;
margin: 0 0 20px;
text-align: center;
color: #fff;
}
.skills p{
margin: 0;
text-align: center;
color: #fff;
}
.skills .skills-img{
padding: 15px;
margin-bottom: 15px;
}
.skills .skills-img img{
width: 38%;
float: left;
padding: 30px 0 30px 60px;
}
.skills .skill-box{
background-color: #fff;
display: flex;
padding: 8px;
margin-bottom: 8px;
width: 50%;
float: right;
border-radius: 6px;
}
.skills .skill-box .skill-name{
font-weight: bold;
width: 200px;
text-align: center;
line-height: 30px;
}
.skills .skill-box .skill-prog{
height: 30px;
width: 100%;
background-color: #f6f6f6;
border-radius: 6px;
position: relative;
overflow: hidden;
}
.skills .skill-box .skill-prog span{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 100%;
background-color: var(--main-color);
transition: all .5s;
}
/* End Our Skills */
/* Start Our Gallery */
.gallery{
padding-top: 50px;
padding-bottom: 50px;
}
.gallery h2{
font-weight: bold;
font-size: 30px;
margin: 0 0 20px;
text-align: center;
color: var(--main-color);
}
.gallery p{
margin: 0;
text-align: center;
padding-bottom: 50px;
color: var(--main-color);
}
.gallery .images-box{
text-align: center;
}
.gallery .images-box img{
width: 200px;
padding: 3px;
background-color: #F6F6F6;
border: 1px solid #ccc;
margin: 5px;
cursor: pointer;
}
.popup-overlay{
position: fixed;
background-color: rgb(0, 0, 0, .7);
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1000;
}
.popup-box {
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background-color: #fff;
border: 1px solid #ccc;
padding: 20px;
z-index: 1001;
}
.popup-box h3{
font-weight: bold;
margin: 0 0 20px;
text-align: center;
color: var(--main-color);
}
.popup-box img{
max-width: 100%;
}
.close-button{
position: absolute;
top: -50px;
right: -50px;
background-color: var(--main-color);
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 25px;
color: #fff;
cursor: pointer;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
border-radius: 50%;
}
/* End Our Gallery */
/* Start TimeLine */
.timeline{
padding-top: 50px;
padding-bottom: 50px;
background-color: #eee;
}
.timeline .timeline-content{
position: relative;
overflow: hidden;
}
.timeline .timeline-content:before{
content: '';
width: 2px;
height: 1200px;
background-color: var(--main-color);
position: absolute;
left: 50%;
margin-left: -1px;
top: 0;
}
.timeline .timeline-content .year{
margin: 20px auto;
width: 50px;
background-color: var(--main-color);
position: relative;
z-index: 2;
border-radius: 4px;
text-align: center;
color: #fff;
padding: 2px 5px;
font-weight: bold;
}
.timeline .timeline-content .left:before{
right: -35px;
}
.timeline .timeline-content .right:before{
left: -35px;
}
.timeline .timeline-content .left,
.timeline .timeline-content .right{
width: calc(50% - 25px);
margin-bottom: 40px;
position: relative;
}
.timeline .timeline-content .left:before,
.timeline .timeline-content .right:before{
content: '';
width: 14px;
height: 14px;
background-color: #fff;
border: 3px solid var(--main-color);
position: absolute;
border-radius: 50%;
top: 20px;
}
.timeline .timeline-content .left{
float: left;
}
.timeline .timeline-content .right{
float: right;
}
.timeline .timeline-content .content{
padding: 20px;
background-color: var(--main-color);
border-radius: 4px;
}
.timeline .timeline-content .content h3{
font-weight: bold;
color: #fff;
margin: 0 0 10px;
}
.timeline .timeline-content .content p {
color: #f6f6f6;
margin: 0;
line-height: 1.6;
font-style: italic;
}
.timeline .timeline-content .left .content:before{
content: '';
border-style: solid;
border-width: 10px;
border-color: transparent transparent transparent var(--main-color);
height: 0;
width: 0;
position: absolute;
right: -20px;
top: 20px;
}
.timeline .timeline-content .right .content:before{
content: '';
border-style: solid;
border-width: 10px;
border-color: transparent var(--main-color) transparent transparent ;
height: 0;
width: 0;
position: absolute;
left: -20px;
top: 20px;
}
/* End TimeLine */
/* Start Our Features */
.features{
padding-top: 80px;
padding-bottom: 80px;
}
.features h2{
color: var(--main-color);
font-weight: bold;
font-size: 30px;
margin: 0 0 60px;
text-align: center;
}
.features p{
margin: 0;
text-align: center;
padding-bottom: 50px;
}
.features .feat-box{
width: calc(100% / 3);
float: left;
text-align: center;
margin-bottom: 40px;
}
.features .feat-box img{
width: 96px;
}
.features .feat-box h4{
font-size: 22px;
margin: 15px 0 40px;
position: relative;
}
.features .feat-box h4:before{
content: '';
width: 40px;
height: 4px;
background-color: var(--main-color);
position: absolute;
left: 50%;
margin-left: -20px;
bottom: -22px;
}
.features .feat-box p{
width: 80%;
margin: 0 auto;
line-height: 1.7;
color: #a5a5a5;
}
/* end Our Features */
/* Start Testimonils */
.testimo{
position: relative;
padding-top: 80px;
padding-bottom: 80px;
overflow: hidden;
}
.testimo:before{
content: '';
width: 50%;
position: absolute;
left: 0;
top: 0;
background-color: var(--main-color);
height: 100%;
}
.testimo:after{
content: '';
content: '';
width: 50%;
position: absolute;
right: 0;
top: 0;
background-color: #eee;
height: 100%;
}
.testimo h2{
font-weight: bold;
font-size: 30px;
color: #fff;
margin: 0 0 30px;
text-align: left;
position: relative;
z-index: 2;
}
.testimo .testimo-box{
position: relative;
z-index: 2;
width: 32.6%;
float: left;
background-color: #fff;
padding: 20px;
}
.testimo .testimo-box:not(:last-of-type) {
margin-right: 1%;
}
.testimo .testimo-box > p{
margin: 0 0 20px;
line-height: 1.5;
font-size: 18px;
color: #a5a5a5;
font-style: italic;
}
.testimo .testimo-box .person-info{
overflow: hidden;
}
.testimo .testimo-box .person-info img{
float: left;
margin-right: 10px;
width: 90px;
}
.testimo .testimo-box .person-info h4 {
margin: 14px 0 10px;
}
.testimo .testimo-box .person-info p{
color: #a5a5a5;
margin: 0;
}
/* end Testimonils */
.clearfix{
clear: both;
} | css/master.css | :root{
--main-color: #f87b8d;
}
* {
box-sizing: border-box;
}
body{
font-family: 'Balsamiq Sans', cursive;
}
.container{
margin: 30px 150px;
}
/* Start Settings Box */
.set-box{
position: fixed;
left: -200px;
top: 0;
background-color: #ffc7ecde;
width: 200px;
z-index: 10000;
min-height: 100vh;
transition: .3s;
}
.set-box.open{
left: 0;
}
.set-box .set-icon{
position: absolute;
right: -30px;
top: 100px;
background-color: #ffc7ecde;
text-align: center;
cursor: pointer;
}
.set-box .set-icon .fa-cog{
padding: 8px 0;
width: 30px;
}
.set-box .set-container .option-box{
padding: 10px;
text-align: center;
background-color: #eee;
margin: 10px;
border-radius: 5px;
}
.set-box .set-container .option-box h4{
margin: 0;
color: var(--main-color);
font-size: 14px;
}
.set-box .set-container .option-box .colors-list{
list-style: none;
text-align: center;
padding: 0;
margin: 10px 0 0;
}
.set-box .set-container .option-box .colors-list li{
width: 20px;
height: 20px;
background-color: #582c32;
border-radius: 5px;
cursor: pointer;
display: inline-block;
border: 3px solid #eee;
}
.set-box .set-container .option-box .colors-list li.active{
border-color: #fff;
}
.set-box .set-container .option-box .colors-list li:first-child{
background-color: #f87b8d;
}
.set-box .set-container .option-box .colors-list li:nth-child(2) {
background-color: #ff193a;
}
.set-box .set-container .option-box .colors-list li:nth-child(3) {
background-color: #e121b8;
}
.set-box .set-container .option-box .colors-list li:nth-child(4) {
background-color: #e14d21;
}
.set-box .set-container .option-box .colors-list li:nth-child(5) {
background-color: #5c18c8;
}
.set-box .random-background .yes,
.set-box .random-background .no{
width: 50px;
background-color: #582c32;
color: #fff;
margin-top: 10px;
display: inline-block;
font-size: 12px;
padding: 4px 10px;
font-weight: bold;
border-radius: 5px;
opacity: .5;
cursor: pointer;
}
.set-box .random-background span.active{
opacity: 1;
}
/* End Settings Box */
/* Start Navbar Bullets */
.nav-bullets{
position: fixed;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 40px;
z-index: 1000;
}
.nav-bullets .bullet{
width: 20px;
height: 20px;
background-color: var(--main-color);
border: 3px solid #582c32;
margin: 20px auto;
border-radius: 50%;
cursor: pointer;
position: relative;
}
.nav-bullets .bullet:hover .tooltip{
display: block;
}
.nav-bullets .bullet .tooltip{
background-color: var(--main-color);
border: 1px solid #582c32;
width: 100px;
color: #fff;
padding: 8px 10px;
position: absolute;
right: 32px;
top: -10px;
text-align: center;
display: none;
cursor: default;
pointer-events: none;
font-size: 14px;
}
.nav-bullets .bullet .tooltip:before{
content: '';
border-style: solid;
border-width: 10px;
border-color: transparent transparent transparent #582c32;
height: 0;
width: 0;
position: absolute;
right: -20px;
top: 16px;
transform: translateY(-50%);
}
/* End Navbar Bullets */
/* Start Landing Page */
.landing-page{
min-height: 100vh;
background-image: url('../image/12.jpg');
background-size: cover;
position: relative;
}
.landing-page .overlay{
background-color: #00000066;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 1;
}
.header-area{
position: relative;
z-index: 2;
color: #fff;
display: flex;
padding: 0 50px;
}
.header-area .logo{
width: 20%;
}
.header-area .logo img{
width: 7em;
}
.header-area .links{
list-style: none;
text-align: right;
width: 100%;
padding: 1.5em 1.2em 0 0;
}
.header-area .links li{
display: inline;
margin-left: 30px;
font-weight: bold;
}
.header-area .links li a{
color: #fff;
text-decoration: none;
transition: .3s;
}
.header-area .links li a:hover,
.header-area .links li a.active{
color: var(--main-color);
}
.intro-text{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
z-index: 2;
color: #fff;
text-align: center;
width: 50%;
}
.intro-text h1{
font-size: 2.5em;
margin: 0 0 0.5em;
}
.intro-text h1 span{
color: var(--main-color);
font-size: 1.5em;
}
.intro-text p{
line-height: 1.6;
margin: 0;
font-size: 1.1em;
}
/* End Landing Page */
/* Start About Us */
.about-us{
padding-top: 50px;
padding-bottom: 50px;
display: flex;
}
.about-us .info-box{
flex: 1;
padding: 30px;
}
.about-us .info-box h2{
font-weight: bold;
font-size: 30px;
color: var(--main-color);
margin: 0 0 10px;
}
.about-us .info-box p{
line-height: 1.8;
color: ;
margin: 0;
}
.about-us .image-box{
flex: 1;
text-align: center;
}
.about-us .image-box img{
width: 50%;
}
/* End About Us */
/* Start Our Skills */
.skills{
padding-top: 50px;
padding-bottom: 50px;
background-color: var(--main-color);
}
.skills h2{
font-weight: bold;
font-size: 30px;
margin: 0 0 20px;
text-align: center;
color: #fff;
}
.skills p{
margin: 0;
text-align: center;
color: #fff;
}
.skills .skills-img{
padding: 15px;
margin-bottom: 15px;
}
.skills .skills-img img{
width: 38%;
float: left;
padding: 30px 0 30px 60px;
}
.skills .skill-box{
background-color: #fff;
display: flex;
padding: 8px;
margin-bottom: 8px;
width: 50%;
float: right;
border-radius: 6px;
}
.skills .skill-box .skill-name{
font-weight: bold;
width: 200px;
text-align: center;
line-height: 30px;
}
.skills .skill-box .skill-prog{
height: 30px;
width: 100%;
background-color: #f6f6f6;
border-radius: 6px;
position: relative;
overflow: hidden;
}
.skills .skill-box .skill-prog span{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 100%;
background-color: var(--main-color);
transition: all .5s;
}
/* End Our Skills */
/* Start Our Gallery */
.gallery{
padding-top: 50px;
padding-bottom: 50px;
}
.gallery h2{
font-weight: bold;
font-size: 30px;
margin: 0 0 20px;
text-align: center;
color: var(--main-color);
}
.gallery p{
margin: 0;
text-align: center;
padding-bottom: 50px;
color: var(--main-color);
}
.gallery .images-box{
text-align: center;
}
.gallery .images-box img{
width: 200px;
padding: 3px;
background-color: #F6F6F6;
border: 1px solid #ccc;
margin: 5px;
cursor: pointer;
}
.popup-overlay{
position: fixed;
background-color: rgb(0, 0, 0, .7);
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1000;
}
.popup-box {
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background-color: #fff;
border: 1px solid #ccc;
padding: 20px;
z-index: 1001;
}
.popup-box h3{
font-weight: bold;
margin: 0 0 20px;
text-align: center;
color: var(--main-color);
}
.popup-box img{
max-width: 100%;
}
.close-button{
position: absolute;
top: -50px;
right: -50px;
background-color: var(--main-color);
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 25px;
color: #fff;
cursor: pointer;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
border-radius: 50%;
}
/* End Our Gallery */
/* Start TimeLine */
.timeline{
padding-top: 50px;
padding-bottom: 50px;
background-color: #eee;
}
.timeline .timeline-content{
position: relative;
overflow: hidden;
}
.timeline .timeline-content:before{
content: '';
width: 2px;
height: 1200px;
background-color: var(--main-color);
position: absolute;
left: 50%;
margin-left: -1px;
top: 0;
}
.timeline .timeline-content .year{
margin: 20px auto;
width: 50px;
background-color: var(--main-color);
position: relative;
z-index: 2;
border-radius: 4px;
text-align: center;
color: #fff;
padding: 2px 5px;
font-weight: bold;
}
.timeline .timeline-content .left:before{
right: -35px;
}
.timeline .timeline-content .right:before{
left: -35px;
}
.timeline .timeline-content .left,
.timeline .timeline-content .right{
width: calc(50% - 25px);
margin-bottom: 40px;
position: relative;
}
.timeline .timeline-content .left:before,
.timeline .timeline-content .right:before{
content: '';
width: 14px;
height: 14px;
background-color: #fff;
border: 3px solid var(--main-color);
position: absolute;
border-radius: 50%;
top: 20px;
}
.timeline .timeline-content .left{
float: left;
}
.timeline .timeline-content .right{
float: right;
}
.timeline .timeline-content .content{
padding: 20px;
background-color: var(--main-color);
border-radius: 4px;
}
.timeline .timeline-content .content h3{
font-weight: bold;
color: #fff;
margin: 0 0 10px;
}
.timeline .timeline-content .content p {
color: #f6f6f6;
margin: 0;
line-height: 1.6;
font-style: italic;
}
.timeline .timeline-content .left .content:before{
content: '';
border-style: solid;
border-width: 10px;
border-color: transparent transparent transparent var(--main-color);
height: 0;
width: 0;
position: absolute;
right: -20px;
top: 20px;
}
.timeline .timeline-content .right .content:before{
content: '';
border-style: solid;
border-width: 10px;
border-color: transparent var(--main-color) transparent transparent ;
height: 0;
width: 0;
position: absolute;
left: -20px;
top: 20px;
}
/* End TimeLine */
/* Start Our Features */
.features{
padding-top: 80px;
padding-bottom: 80px;
}
.features h2{
color: var(--main-color);
font-weight: bold;
font-size: 30px;
margin: 0 0 60px;
text-align: center;
}
.features p{
margin: 0;
text-align: center;
padding-bottom: 50px;
}
.features .feat-box{
width: calc(100% / 3);
float: left;
text-align: center;
margin-bottom: 40px;
}
.features .feat-box img{
width: 96px;
}
.features .feat-box h4{
font-size: 22px;
margin: 15px 0 40px;
position: relative;
}
.features .feat-box h4:before{
content: '';
width: 40px;
height: 4px;
background-color: var(--main-color);
position: absolute;
left: 50%;
margin-left: -20px;
bottom: -22px;
}
.features .feat-box p{
width: 80%;
margin: 0 auto;
line-height: 1.7;
color: #a5a5a5;
}
/* end Our Features */
/* Start Testimonils */
.testimo{
position: relative;
padding-top: 80px;
padding-bottom: 80px;
overflow: hidden;
}
.testimo:before{
content: '';
width: 50%;
position: absolute;
left: 0;
top: 0;
background-color: var(--main-color);
height: 100%;
}
.testimo:after{
content: '';
content: '';
width: 50%;
position: absolute;
right: 0;
top: 0;
background-color: #eee;
height: 100%;
}
.testimo h2{
font-weight: bold;
font-size: 30px;
color: #fff;
margin: 0 0 30px;
text-align: left;
position: relative;
z-index: 2;
}
.testimo .testimo-box{
position: relative;
z-index: 2;
width: 32.6%;
float: left;
background-color: #fff;
padding: 20px;
}
.testimo .testimo-box:not(:last-of-type) {
margin-right: 1%;
}
.testimo .testimo-box > p{
margin: 0 0 20px;
line-height: 1.5;
font-size: 18px;
color: #a5a5a5;
font-style: italic;
}
.testimo .testimo-box .person-info{
overflow: hidden;
}
.testimo .testimo-box .person-info img{
float: left;
margin-right: 10px;
width: 90px;
}
.testimo .testimo-box .person-info h4 {
margin: 14px 0 10px;
}
.testimo .testimo-box .person-info p{
color: #a5a5a5;
margin: 0;
}
/* end Testimonils */
.clearfix{
clear: both;
} | 0.374333 | 0.082401 |
@import url('https://fonts.googleapis.com/css2?family=Rajdhani&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@500&display=swap'); */
body{
font-family: 'Rajdhani', sans-serif;
}
::-webkit-scrollbar-thumb {
cursor: pointer;
background: #ffd530;
}
a:hover{
color: #ffd530;
}
.top_header{
display: flex;
padding-top: 5px;
background-color: #2e2f2f;
height: 3rem;
}
.top_header_option{
display: block;
width: 100%;
}
.lower_header{
top: 3rem;
}
.header_option{
float: right!important;
}
.header_option a{
text-decoration: none;
}
.header_link{
margin-right: 5px;
margin-top: 5px;
color: white;
}
/* .header_link:hover{
color: #E28E26;
} */
.header_icon{
color: #ffd530;
}
.menu-list>li {
font-size: 1.4rem;
}
.social-list a{
font-size: 1.4rem;
font-weight: 800;
}
.social-list ul{
display: flex;
flex-direction: row;
}
.social-list ul li{
list-style: none;
padding: 8px;
}
#sub-categroy{
display: flex;
flex-direction:column;
position:absolute;
margin:2rem 0 0 0;
background:black;
opacity: 0;
transition: opacity 1s ease;
}
#sub-categroy li{
display: block;
height: 100%;
width: 100%;
line-height: 65px;
font-size: 12px;
color: white;
box-sizing: border-box;
border-top: 1px solid rgba(255, 255, 255, .1);
border-bottom: 1px solid black;
}
#root-category:hover #sub-categroy{
opacity: 1;
}
.navbar-toggle:hover .icon-bar {
background-color:#ffd530;
}
.social-list a:hover {
color: #ffd530;
}
.section-subtitle {
color: #ffd530;
}
.experience-border {
border: .357rem solid #ffd530;
}
.filter li a:hover, .filter .active a {
color: #ffd530;
}
/* about */
.experience-box {
margin-top: 6rem;
}
/* client */
.our_client_heading{
font-size: 2.571rem;
}
/* connected //////////////////////////////////////////////*/
/* jor kore category yellow hover to branding color */
.project-item:hover .project-hover {
background-color: #ffd530;
}
.project-item:hover .project-hover .project-title {
color: #013;
}
.category_hover_font_color .project-title{
color:white;
}
.category_hover_font_color .project-title a{
color:white;
}
.category_hover_font_color .project-title a:hover{
color:#414042;
}
.category_hover_font_color .project-description{
color:#414042;
}
.project-item:hover .link-arrow {
color: white;
}
.section-projects {
padding-bottom: 0rem;
}
.section {
padding:0;
padding-top: 5rem;
padding-bottom: 2rem;
}
.project-carousel {
margin-top: 2rem;
}
/*end of jor kore category yellow hover to branding color */
.hover-border::before,.hover-border::after,.hover-border div::before,.hover-border div::after{
background: #ffd530;
}
.news-item:hover .news-hover{
background-color: #414042;
}
.news-hover .news-description{
color: white;
}
.news-item:hover .read-more{
color:#CEE0AC;
}
.news-item:hover .read-more:hover{
color:#ffd530;
}
.news-carousel {
margin-top: 2rem;
}
/* jor kore news hover baniyechi */
/* end of jor kore banano */
/* endconnected////////////////////////////////////////// */
/* //semi connected make it black if avove twos are none */
.abbout_call_directly{
font-size: 40px;
color: white;
}
.footer_heading{
font-size: 20px;
}
.news_hover_font_color{
color: black;
z-index: 9999;
}
.branding_hover:hover{
color: #ffd530!important;
}
.rightside_interior_heading{
color: #ffd530!important;
}
.rightside_menu_heading:hover{
color: #ffd530!important;
}
.tp-bullet.selected, .tp-bullet:hover {
background: #ffd530;
}
.brand img {
width: 225px;
height: 4.356rem;
}
.navbar .brand {
margin-top: -1.5rem;
}
.map{
max-height: 500px;
overflow: hidden;
}
.all_article_branding_color:hover{
color: #ffd530!important;
}
/* detail */
.row-images {
padding: 1rem 0;
}
/* categorypage */
.page-header, .page-header-2, .page-header-3 {
margin: 0;
}
.page-header {
margin-top: 70px;
}
.page-header h1{
font-size: 2.428rem;
text-align: center;
}
/* contact us */
.page-header-3{
margin-top: 70px;
}
.page-header-3 h1{
font-size: 2.428rem;
margin-bottom: 10px;
}
.contact-address {
margin-bottom: 0;
}
.contact-top {
margin-bottom:0px;
}
.owl-dot.active span {
background-color: #ffd530;
}
@media(max-width:1028px){
.map img{
width: 100%;
}
}
@media(max-width:500px){
.top_header{
height: 5rem;
}
.lower_header{
top: 5rem;
}
.map img{
width: 100%;
}
} | public/css/style.css | @import url('https://fonts.googleapis.com/css2?family=Rajdhani&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@500&display=swap'); */
body{
font-family: 'Rajdhani', sans-serif;
}
::-webkit-scrollbar-thumb {
cursor: pointer;
background: #ffd530;
}
a:hover{
color: #ffd530;
}
.top_header{
display: flex;
padding-top: 5px;
background-color: #2e2f2f;
height: 3rem;
}
.top_header_option{
display: block;
width: 100%;
}
.lower_header{
top: 3rem;
}
.header_option{
float: right!important;
}
.header_option a{
text-decoration: none;
}
.header_link{
margin-right: 5px;
margin-top: 5px;
color: white;
}
/* .header_link:hover{
color: #E28E26;
} */
.header_icon{
color: #ffd530;
}
.menu-list>li {
font-size: 1.4rem;
}
.social-list a{
font-size: 1.4rem;
font-weight: 800;
}
.social-list ul{
display: flex;
flex-direction: row;
}
.social-list ul li{
list-style: none;
padding: 8px;
}
#sub-categroy{
display: flex;
flex-direction:column;
position:absolute;
margin:2rem 0 0 0;
background:black;
opacity: 0;
transition: opacity 1s ease;
}
#sub-categroy li{
display: block;
height: 100%;
width: 100%;
line-height: 65px;
font-size: 12px;
color: white;
box-sizing: border-box;
border-top: 1px solid rgba(255, 255, 255, .1);
border-bottom: 1px solid black;
}
#root-category:hover #sub-categroy{
opacity: 1;
}
.navbar-toggle:hover .icon-bar {
background-color:#ffd530;
}
.social-list a:hover {
color: #ffd530;
}
.section-subtitle {
color: #ffd530;
}
.experience-border {
border: .357rem solid #ffd530;
}
.filter li a:hover, .filter .active a {
color: #ffd530;
}
/* about */
.experience-box {
margin-top: 6rem;
}
/* client */
.our_client_heading{
font-size: 2.571rem;
}
/* connected //////////////////////////////////////////////*/
/* jor kore category yellow hover to branding color */
.project-item:hover .project-hover {
background-color: #ffd530;
}
.project-item:hover .project-hover .project-title {
color: #013;
}
.category_hover_font_color .project-title{
color:white;
}
.category_hover_font_color .project-title a{
color:white;
}
.category_hover_font_color .project-title a:hover{
color:#414042;
}
.category_hover_font_color .project-description{
color:#414042;
}
.project-item:hover .link-arrow {
color: white;
}
.section-projects {
padding-bottom: 0rem;
}
.section {
padding:0;
padding-top: 5rem;
padding-bottom: 2rem;
}
.project-carousel {
margin-top: 2rem;
}
/*end of jor kore category yellow hover to branding color */
.hover-border::before,.hover-border::after,.hover-border div::before,.hover-border div::after{
background: #ffd530;
}
.news-item:hover .news-hover{
background-color: #414042;
}
.news-hover .news-description{
color: white;
}
.news-item:hover .read-more{
color:#CEE0AC;
}
.news-item:hover .read-more:hover{
color:#ffd530;
}
.news-carousel {
margin-top: 2rem;
}
/* jor kore news hover baniyechi */
/* end of jor kore banano */
/* endconnected////////////////////////////////////////// */
/* //semi connected make it black if avove twos are none */
.abbout_call_directly{
font-size: 40px;
color: white;
}
.footer_heading{
font-size: 20px;
}
.news_hover_font_color{
color: black;
z-index: 9999;
}
.branding_hover:hover{
color: #ffd530!important;
}
.rightside_interior_heading{
color: #ffd530!important;
}
.rightside_menu_heading:hover{
color: #ffd530!important;
}
.tp-bullet.selected, .tp-bullet:hover {
background: #ffd530;
}
.brand img {
width: 225px;
height: 4.356rem;
}
.navbar .brand {
margin-top: -1.5rem;
}
.map{
max-height: 500px;
overflow: hidden;
}
.all_article_branding_color:hover{
color: #ffd530!important;
}
/* detail */
.row-images {
padding: 1rem 0;
}
/* categorypage */
.page-header, .page-header-2, .page-header-3 {
margin: 0;
}
.page-header {
margin-top: 70px;
}
.page-header h1{
font-size: 2.428rem;
text-align: center;
}
/* contact us */
.page-header-3{
margin-top: 70px;
}
.page-header-3 h1{
font-size: 2.428rem;
margin-bottom: 10px;
}
.contact-address {
margin-bottom: 0;
}
.contact-top {
margin-bottom:0px;
}
.owl-dot.active span {
background-color: #ffd530;
}
@media(max-width:1028px){
.map img{
width: 100%;
}
}
@media(max-width:500px){
.top_header{
height: 5rem;
}
.lower_header{
top: 5rem;
}
.map img{
width: 100%;
}
} | 0.370909 | 0.072407 |
--------------------------------------------
01.0 General Style
02.0 Header Style
03.0 Category Style
04.0 City Style
05.0 Listing Style
06.0 Steps Style
07.0 Blog Style
08.0 Form Style
09.0 Call to Action Style
10.0 Footer Style
11.0 Testimonial Style
12.0 Video Player Style
13.0 Pricing Style
14.0 About Style
15.0 Counter Style
16.0 Contact Style
17.0 Pagination Style
18.0 Nav Style
-------------------------------------------*/
/*----------------------------------------------
01.0 General Style
-----------------------------------------------*/
html {
font-size: 62.5%;
}
body {
padding: 0;
margin: 0;
font-family: "Rubik", sans-serif;
font-size: 1.4rem;
line-height: 1.85;
color: #808080;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Signika", sans-serif;
font-weight: 700;
line-height: 1.3;
margin-top: 0;
margin-bottom: 0;
color: inherit;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
color: inherit;
}
h1 {
font-size: 6.4rem;
}
h2 {
font-size: 4.8rem;
}
h3 {
font-size: 3.6rem;
}
h4 {
font-size: 2.8rem;
}
h5 {
font-size: 2.2rem;
}
h6 {
font-size: 1.8rem;
}
p {
color: inherit;
line-height: 1.85;
font-size: 1.4rem;
}
p:last-child {
margin-bottom: 0;
padding-bottom: 0;
}
a {
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
a,
a:hover,
a:focus {
text-decoration: none;
display: inline-block;
color: inherit;
outline: none;
}
.primary-color {
color: #e34324;
}
.primary-bg {
background: #e34324;
}
.white-text {
color: #ffffff;
}
.white-bg {
background: #ffffff;
}
.grey-bg {
background: #f5f9fc;
}
.grey-bg-2 {
background: #f9f9f9;
}
.section-padding {
padding: 120px 0;
}
.section-padding-top {
padding-top: 120px;
}
.section-padding-bottom {
padding-bottom: 120px;
}
.section-padding-100 {
padding: 100px 0;
}
.padding-bottom-100 {
padding-bottom: 100px;
}
.padding-top-100 {
padding-top: 100px;
}
.padding-bottom-90 {
padding-bottom: 90px;
}
.padding-top-90 {
padding-top: 90px;
}
.padding-bottom-70 {
padding-bottom: 70px;
}
.section-padding-60 {
padding: 60px 0;
}
.padding-top-60 {
padding-top: 60px;
}
.padding-bottom-60 {
padding-bottom: 60px;
}
.margin-balance {
margin-bottom: -30px;
zoom: 1;
position: relative;
overflow: hidden;
}
.section-border-top {
border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.section-border-bottom {
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.section-wrapper + .section-wrapper {
margin-top: 50px;
}
.fix:before {
display: block;
content: '';
clear: both;
}
.blue-gradient-text, .pricing-plan .plan-body .recomanded i {
background: -webkit-gradient(linear, left top, right top, from(#26bfb8), to(#43e795));
background: -webkit-linear-gradient(left, #26bfb8, #43e795);
background: -o-linear-gradient(left, #26bfb8, #43e795);
background: linear-gradient(to right, #26bfb8, #43e795);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.pink-gradient {
background: -webkit-gradient(linear, left top, right top, from(#e36cd9), to(#ff60ae));
background: -webkit-linear-gradient(left, #e36cd9, #ff60ae);
background: -o-linear-gradient(left, #e36cd9, #ff60ae);
background: linear-gradient(to right, #e36cd9, #ff60ae);
}
.neonblue-gradient {
background: -webkit-gradient(linear, left top, right top, from(#6348ff), to(#639bff));
background: -webkit-linear-gradient(left, #6348ff, #639bff);
background: -o-linear-gradient(left, #6348ff, #639bff);
background: linear-gradient(to right, #6348ff, #639bff);
}
/*------------------------------------------
Responsive
-------------------------------------------*/
@media (max-width: 991px) {
.right-content-md {
margin-top: 30px;
}
}
@media all and (max-width: 767px) {
h1 {
font-size: 4.8rem;
}
h2 {
font-size: 3.6rem;
}
h3 {
font-size: 3.2rem;
}
h4 {
font-size: 2.4rem;
}
.section-wrapper + .section-wrapper {
margin-top: 30px;
}
.right-content-sm {
margin-top: 30px;
}
}
/*----------------------------------------------
02.0 Header Style
-----------------------------------------------*/
.header-bg-1 {
background: url("../../images/frontend/banner-bg-1.jpg") no-repeat center;
background-size: cover;
}
.header-bg-2 {
background: url("../../images/frontend/banner-bg-2.jpg") no-repeat center;
background-size: cover;
}
.header-banner {
padding: 300px 0 190px;
color: #ffffff;
}
.header-banner h1 {
font-family: "Signika", sans-serif;
font-weight: 400;
font-size: 5.0rem;
margin-bottom: 15px;
}
.header-banner h1 span {
font-weight: 700;
color: #ffffff;
}
.header-banner p {
font-family: "Rubik", sans-serif;
font-size: 1.8rem;
font-weight: 400;
margin-bottom: 50px;
}
.header-banner .header-search-listing {
padding: 25px;
background: rgba(255, 255, 255, 0.15);
max-width: 870px;
margin: 0 auto;
border-radius: 100px;
}
.header-banner .header-search-listing .form-group.category {
-webkit-box-flex: 0;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
}
.header-banner .header-search-listing .form-group.location {
-webkit-box-flex: 0;
-ms-flex: 0 0 36%;
flex: 0 0 36%;
position: relative;
}
.header-banner .header-search-listing .form-group.location:after {
position: absolute;
top: 13px;
right: 38px;
content: '\e693';
font-family: 'themify';
color: #808080;
}
.header-banner .header-search-listing .form-control {
height: 50px;
width: 100%;
border-radius: 40px;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
padding: 0 20px;
font-size: 1.4rem;
margin-right: 20px;
color: #808080;
background: #ffffff;
}
.header-banner .header-search-listing .form-control::-webkit-input-placeholder {
color: #808080;
}
.header-banner .header-search-listing .form-control::-moz-placeholder {
color: #808080;
}
.header-banner .header-search-listing .form-control:-ms-input-placeholder {
color: #808080;
}
.header-banner .header-search-listing .form-control:-moz-placeholder {
color: #808080;
}
.header-banner .header-search-listing .button {
-webkit-box-flex: 0;
-ms-flex: 0 0 24%;
flex: 0 0 24%;
font-size: 1.4rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
color: #ffffff;
height: 50px;
border-radius: 25px;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
background: #3195ff;
}
.header-banner .header-search-listing .button:active:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.header-banner .header-search-listing .button i {
margin-right: 10px;
}
.header-banner.header-banner-2 {
padding: 355px 0 260px;
}
.header-banner.header-banner-2 h1 {
font-size: 5.0rem;
font-weight: 600;
color: #1d1d1d;
}
.header-banner.header-banner-2 p {
color: #494949;
}
.header-banner.header-banner-2 .header-search-listing {
padding: 30px;
border-radius: 3px;
background: #ffffff;
-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
.header-banner.header-banner-2 .header-search-listing .form-group {
border: 1px solid rgba(0, 0, 0, 0.08);
border-radius: 3px;
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(76% - 20px);
flex: 0 0 calc(76% - 20px);
margin-right: 20px;
padding: 10px 0;
position: relative;
}
.header-banner.header-banner-2 .header-search-listing .form-group:after {
position: absolute;
bottom: 18px;
right: 18px;
content: '\e693';
font-family: 'themify';
color: #808080;
}
.header-banner.header-banner-2 .header-search-listing .form-group .form-control {
border-radius: 0;
margin-right: 0;
height: 40px;
width: 50%;
}
.header-banner.header-banner-2 .header-search-listing .form-group .form-control.location {
position: relative;
border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.header-banner.header-banner-2 .header-search-listing .button {
border-radius: 3px;
height: 62px;
}
.section-header {
text-align: center;
margin-bottom: 50px;
}
.section-header h2 {
font-size: 3.8rem;
color: #071f1d;
font-weight: 600;
line-height: 1;
margin-bottom: 20px;
}
.section-header p {
font-size: 1.7rem;
color: #707070;
font-weight: 400;
}
.page-header-slider-wrap {
overflow: hidden;
}
.page-header-slider {
position: relative;
}
.page-header-slider:hover .slick-arrow {
opacity: 1;
}
.page-header-slider .slick-list {
overflow: visible;
}
.page-header-slider .slick-arrow {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: 40px;
width: 40px;
border-radius: 50%;
border: 1px solid rgba(255, 255, 255, 0.4);
background: rgba(0, 0, 0, 0.4);
color: #ffffff;
line-height: 38px;
text-align: center;
z-index: 999;
cursor: pointer;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
opacity: 0;
}
.page-header-slider .slick-arrow:hover {
color: #3195ff;
}
.page-header-slider .slick-arrow.left {
left: 20px;
}
.page-header-slider .slick-arrow.right {
right: 20px;
}
.page-header-slider div.slick-slide {
position: relative;
}
.page-header-slider div.slick-slide:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.page-header-slider .slick-dots {
padding: 0;
margin: 0;
list-style: none;
position: absolute;
bottom: 20px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.page-header-slider .slick-dots li {
display: inline-block;
font-size: 0;
margin: 0 2px;
}
.page-header-slider .slick-dots li button {
font-size: 0;
padding: 0;
border: 0;
height: 8px;
width: 8px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.4);
}
.page-header-slider .slick-dots li.slick-active button {
background: #ffffff;
}
.page-header {
padding: 160px 0;
}
.page-header-bg {
background: url(../images/bg/page-header-bg.jpg) center;
background-size: cover;
}
.page-header-bg.listing-page-header-bg {
background: url(../images/bg/listing-header-bg.jpg) center;
}
.page-header-block {
text-align: center;
color: #ffffff;
}
.page-header-block h2 {
font-size: 3.6rem;
font-family: "Signika", sans-serif;
font-weight: 600;
margin-bottom: 10px;
}
.page-header-block .default-breadcrumb .breadcrumb {
margin-bottom: 0;
background: transparent;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 1.5rem;
font-weight: 400;
font-family: "Rubik", sans-serif;
}
.page-header-block .default-breadcrumb .breadcrumb .breadcrumb-item {
color: #ffffff;
}
.page-header-block .default-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
content: '-';
color: #ffffff;
}
@media all and (max-width: 991px) {
.header-banner.header-banner-2 {
padding: 250px 0 200px;
}
}
@media all and (max-width: 767px) {
.header-banner .header-search-listing {
border-radius: 10px;
}
.header-banner .header-search-listing form.form-inline {
display: block;
}
.header-banner .header-search-listing form.form-inline .form-group {
margin-bottom: 20px;
}
.header-banner .header-search-listing form.form-inline .form-group .form-control {
margin-right: 0;
}
.header-banner .header-search-listing form.form-inline .form-group.location:after {
right: 20px;
}
.header-banner .header-search-listing form.form-inline .button {
width: 180px;
}
.header-banner.header-banner-2 .header-search-listing .form-group {
padding: 0;
display: block;
margin-right: 0;
border: 0;
}
.header-banner.header-banner-2 .header-search-listing .form-group .form-control {
width: 100%;
border: 1px solid rgba(0, 0, 0, 0.08);
height: 60px;
border-radius: 3px;
}
.header-banner.header-banner-2 .header-search-listing .form-group .form-control + .form-control {
margin-top: 20px;
}
}
@media all and (max-width: 575px) {
.page-header {
padding: 130px 0;
}
}
/*----------------------------------------------
03.0 Category Style
-----------------------------------------------*/
.header-category-slider {
border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.header-category-slider-wrap {
border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.header-category-slider-wrap .category-item {
padding: 30px 10px;
text-align: center;
position: relative;
display: block;
}
.header-category-slider-wrap .category-item:hover {
background: rgba(255, 255, 255, 0.1);
}
.header-category-slider-wrap .category-item:hover span {
color: white;
}
.header-category-slider-wrap .category-item:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 1px;
background: rgba(255, 255, 255, 0.15);
content: '';
}
.header-category-slider-wrap .category-item img {
height: 40px;
width: auto;
margin: 0 auto 20px;
}
.header-category-slider-wrap .category-item span {
display: block;
color: rgba(255, 255, 255, 0.6);
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.header-category-slider-wrap .owl-nav button.owl-next,
.header-category-slider-wrap .owl-nav button.owl-prev {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 1.4rem;
color: #ffffff;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.header-category-slider-wrap .owl-nav button.owl-next {
right: -20px;
}
.header-category-slider-wrap .owl-nav button.owl-prev {
left: -20px;
}
.popular-categorys {
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;
}
.popular-categorys .popular-category {
text-align: center;
border: 1px dashed rgba(0, 0, 0, 0.1);
border-radius: 5px;
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(20% - 20px);
flex: 0 0 calc(20% - 20px);
padding: 33px 10px;
margin-bottom: 30px;
}
.popular-categorys .popular-category:hover .icon {
background: #3195ff;
}
.popular-categorys .popular-category .icon {
height: 110px;
width: 110px;
margin: 0 auto 20px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: rgba(49, 149, 255, 0.2);
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.popular-categorys .popular-category h5 {
font-family: "Rubik", sans-serif;
font-size: 1.8rem;
color: #252525;
font-weight: 400;
}
.popular-categorys .popular-category h5 a {
-webkit-transition: background .3s ease;
-o-transition: background .3s ease;
transition: background .3s ease;
}
@media all and (max-width: 991px) {
.popular-categorys .popular-category {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(25% - 20px);
flex: 0 0 calc(25% - 20px);
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.popular-categorys .popular-category h5 {
font-size: 1.6rem;
}
.popular-categorys .popular-category:last-child {
display: none;
}
}
@media all and (max-width: 767px) {
.popular-categorys {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.popular-categorys .popular-category {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(50% - 15px);
flex: 0 0 calc(50% - 15px);
}
}
@media all and (max-width: 575px) {
.header-category-slider-wrap {
max-width: 90%;
margin: 0 auto;
}
}
@media all and (max-width: 479px) {
.popular-categorys {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.popular-categorys .popular-category {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
}
/*----------------------------------------------
04.0 City Style
-----------------------------------------------*/
.citys {
margin-right: -10px;
margin-left: -10px;
}
.citys:after {
content: '';
display: block;
clear: both;
}
.citys .city-item {
float: left;
margin-bottom: 20px;
overflow: hidden;
padding: 0 10px;
display: inline-block;
border-radius: 5px;
position: relative;
}
.citys .city-item:hover .text h3 {
top: -20px;
width: 100%;
}
.citys .city-item:hover .text span {
bottom: -30px;
font-size: 1.4rem;
opacity: 1;
}
.citys .city-item:before {
position: absolute;
top: 0;
left: 10px;
right: 10px;
bottom: 0;
border-radius: 5px;
background: rgba(0, 0, 0, 0.3);
content: '';
}
.citys .city-item:after {
position: absolute;
bottom: 0;
left: 10px;
right: 10px;
top: 0;
content: '';
border-radius: 5px;
opacity: .7;
}
.citys .city-item img {
border-radius: 5px;
}
.citys .city-item .text {
position: absolute;
bottom: 50px;
left: 30px;
width: 100%;
z-index: 999;
}
.citys .city-item .text h3 {
color: #ffffff;
font-size: 2.0rem;
font-family: "Rubik", sans-serif;
font-weight: 500;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
position: absolute;
top: 0;
}
.citys .city-item .text span {
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
color: #ffffff;
font-family: "Signika", sans-serif;
font-weight: 400;
position: absolute;
bottom: -70px;
}
.citys .city-item.width-2 {
width: 50%;
}
.citys .city-item.width-1 {
width: 25%;
}
.citys .city-item:after {
background-image: -webkit-linear-gradient(45deg, #000000, rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(45deg, #000000, rgba(0, 0, 0, 0));
background-image: linear-gradient(45deg, #000000, rgba(0, 0, 0, 0));
}
.featured-cities-wrap {
overflow: hidden;
}
.featured-cities .city-item {
position: relative;
}
.featured-cities .city-item:hover .overlay {
padding-bottom: 30px;
}
.featured-cities .city-item .overlay {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
padding-bottom: 20px;
padding-top: 100px;
-webkit-transition: padding-bottom .3s ease;
-o-transition: padding-bottom .3s ease;
transition: padding-bottom .3s ease;
}
.featured-cities .city-item .overlay h5 {
font-size: 1.8rem;
font-weight: 400;
font-family: "Rubik", sans-serif;
color: #ffffff;
margin-bottom: 5px;
}
.featured-cities .city-item .overlay span {
font-size: 1.4rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
color: #ffffff;
}
.featured-cities {
position: relative;
}
.featured-cities .slick-list {
overflow: visible;
}
.featured-cities .slick-arrow {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: 40px;
width: 40px;
border-radius: 50%;
border: 1px solid rgba(0, 0, 0, 0.1);
background: #ffffff;
color: #222222;
line-height: 40px;
text-align: center;
z-index: 999;
cursor: pointer;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.featured-cities .slick-arrow:hover {
color: #3195ff;
}
.featured-cities .slick-arrow.left {
left: -40px;
}
.featured-cities .slick-arrow.right {
right: -40px;
}
.featured-cities div.slick-slide {
opacity: .25;
position: relative;
padding: 0 5px;
}
.featured-cities div.slick-slide:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.featured-cities div.slick-slide:before {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
content: '';
background: transparent;
z-index: 999;
}
.featured-cities div.slick-slide .city-item .overlay {
opacity: 0;
}
.featured-cities div.slick-slide.slick-active {
opacity: 1;
}
.featured-cities div.slick-slide.slick-active .city-item .overlay {
opacity: 1;
}
.featured-cities div.slick-slide.slick-active:before {
height: 0;
width: 0;
}
@media all and (max-width: 991px) {
.citys .city-item.width-2 {
width: 100%;
}
.citys .city-item.width-1 {
width: 50%;
}
.citys .city-item img {
width: 100%;
}
}
@media all and (max-width: 767px) {
.featured-cities {
padding-bottom: 60px;
margin: 0 auto;
}
.featured-cities .city-item {
width: 100%;
}
.featured-cities .city-item img {
width: 100%;
}
.featured-cities .slick-arrow {
top: auto;
bottom: -20px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.featured-cities .slick-arrow.left {
left: calc(50% - 50px);
}
.featured-cities .slick-arrow.right {
right: calc(50% - 50px);
}
}
@media all and (max-width: 439px) {
.featured-cities {
max-width: 320px;
}
}
@media all and (max-width: 575px) {
.citys .city-item.width-1 {
width: 100%;
}
}
/*----------------------------------------------
05.0 Listing Style
-----------------------------------------------*/
.listing-bg {
background: url("../images/bg/listing-bg.jpg") no-repeat bottom right;
background-size: cover;
}
.lrn-listing-wrap {
margin-bottom: 30px;
border-radius: 5px;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.lrn-listing-wrap .listing-thumb img {
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}
.lrn-listing-wrap .listing-body {
padding: 0 20px;
background: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.05);
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
border-top: 0;
}
.lrn-listing-wrap .listing-body .meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: -35px;
}
.lrn-listing-wrap .listing-body .meta .avater {
height: 70px;
width: 70px;
border-radius: 50%;
overflow: hidden;
border: 5px solid #ffffff;
}
.lrn-listing-wrap .listing-body .meta .favourite,
.lrn-listing-wrap .listing-body .meta .preview {
height: 40px;
width: 40px;
border-radius: 50%;
background: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.1);
line-height: 40px;
text-align: center;
color: #808080;
font-size: 1.4rem;
-webkit-transition: none;
-o-transition: none;
transition: none;
position: relative;
z-index: 2;
}
.lrn-listing-wrap .listing-body .meta .favourite {
margin-left: auto;
margin-right: 10px;
}
.lrn-listing-wrap .listing-body .meta .favourite.active {
background: -webkit-gradient(linear, left top, right top, from(#e36cd9), to(#ff60ae));
background: -webkit-linear-gradient(left, #e36cd9, #ff60ae);
background: -o-linear-gradient(left, #e36cd9, #ff60ae);
background: linear-gradient(to right, #e36cd9, #ff60ae);
color: #ffffff;
border-color: transparent;
-webkit-box-shadow: 0px 5px 15px 0px rgba(254, 96, 175, 0.5);
box-shadow: 0px 5px 15px 0px rgba(254, 96, 175, 0.5);
}
.lrn-listing-wrap .listing-body h3 {
font-size: 1.8rem;
font-family: "Rubik", sans-serif;
font-weight: 500;
color: #222222;
margin-top: 15px;
}
.lrn-listing-wrap .listing-body h3.varified {
position: relative;
display: inline-block;
padding-right: 25px;
}
.lrn-listing-wrap .listing-body h3.varified:before {
position: absolute;
top: 0;
right: 0;
content: '\f058';
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
color: #26bfb8;
}
.lrn-listing-wrap .listing-body .reviews {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 15px;
}
.lrn-listing-wrap .listing-body .reviews .rating {
background: #f4c634;
color: #ffffff;
font-size: 1.3rem;
font-weight: 400;
font-family: "Rubik", sans-serif;
padding: 1px 8px 0;
border-radius: 20px;
margin-right: 10px;
}
.lrn-listing-wrap .listing-body .reviews span {
font-size: 1.3rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
color: #808080;
}
.lrn-listing-wrap .listing-body .listing-location,
.lrn-listing-wrap .listing-body .listing-category {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 15px;
color: #808080;
}
.lrn-listing-wrap .listing-body .listing-location .icon,
.lrn-listing-wrap .listing-body .listing-category .icon {
height: 32px;
width: 32px;
-webkit-box-flex: 0;
-ms-flex: 0 0 33px;
flex: 0 0 33px;
border-radius: 50%;
position: relative;
z-index: 2;
text-align: center;
line-height: 33px;
margin-right: 10px;
color: #aaaaaa;
border: 1px solid rgba(0, 0, 0, 0.08);
border-radius: 50%;
overflow: hidden;
}
.lrn-listing-wrap .listing-body .listing-category {
margin-bottom: 20px;
}
.lrn-listing-wrap .listing-body .listing-bottom {
border-top: 1px solid rgba(0, 0, 0, 0.08);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 15px 0;
color: #808080;
font-family: "Rubik", sans-serif;
}
.lrn-listing-wrap .listing-body .listing-bottom span {
font-size: 1.4rem;
}
.lrn-listing-wrap .listing-body .listing-bottom span i {
margin-right: 8px;
color: #707070;
}
.lrn-listing-wrap .listing-body .listing-bottom span.status.open i {
color: #43e795;
}
.lrn-listing-wrap .listing-body .listing-bottom span.status.close-now i {
color: #ff60ae;
}
.lrn-listing-wrap:hover {
-webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
}
.listing-slider-wrap {
overflow: hidden;
}
.listing-slider {
position: relative;
}
.listing-slider .slick-list {
overflow: visible;
}
.listing-slider .slick-arrow {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: 40px;
width: 40px;
border-radius: 50%;
border: 1px solid rgba(0, 0, 0, 0.1);
background: #ffffff;
color: #222222;
line-height: 40px;
text-align: center;
z-index: 999;
cursor: pointer;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.listing-slider .slick-arrow:hover {
color: #3195ff;
}
.listing-slider .slick-arrow.left {
left: -40px;
}
.listing-slider .slick-arrow.right {
right: -40px;
}
.listing-slider .col-lg-4.slick-slide {
opacity: .25;
position: relative;
}
.listing-slider .col-lg-4.slick-slide:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.listing-slider .col-lg-4.slick-slide:before {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
content: '';
background: transparent;
z-index: 999;
}
.listing-slider .col-lg-4.slick-slide.slick-active {
opacity: 1;
}
.listing-slider .col-lg-4.slick-slide.slick-active:before {
height: 0;
width: 0;
}
.listing-modal .modal-dialog {
min-width: 740px;
border-radius: 5px;
}
.listing-modal .modal-dialog .modal-content {
border-radius: 5px;
}
.listing-modal .modal-dialog .modal-header {
padding: 0;
border-bottom: 0;
position: relative;
}
.listing-modal .modal-dialog .modal-header .close {
position: absolute;
top: -12px;
right: -12px;
color: #ffffff;
background: #3195ff;
z-index: 99;
opacity: 1;
text-shadow: none;
padding: 0;
margin: 0;
height: 25px;
width: 25px;
border-radius: 50%;
line-height: 25px;
text-align: center;
}
.listing-modal .modal-dialog .modal-body {
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.listing-modal .modal-dialog .modal-body .listing-side {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
.listing-modal .modal-dialog .modal-body .listing-side .lrn-listing-wrap {
margin-bottom: 0;
}
.listing-modal .modal-dialog .modal-body .listing-side .lrn-listing-wrap .listing-thumb img {
border-top-right-radius: 0;
}
.listing-modal .modal-dialog .modal-body .listing-side .lrn-listing-wrap .listing-body {
border-bottom-right-radius: 0;
}
.listing-modal .modal-dialog .modal-body .listing-side .lrn-listing-wrap .listing-body .meta .favourite {
margin-right: 0;
}
.listing-modal .modal-dialog .modal-body .listing-side .lrn-listing-wrap:hover {
-webkit-box-shadow: none;
box-shadow: none;
}
.listing-modal .modal-dialog .modal-body .listing-location-side {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
.listing-modal .modal-dialog .modal-body .listing-location-side .listing-modal-map {
height: 100%;
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
}
.listing-breadcrumb .breadcrumb {
margin-bottom: 0;
background: transparent;
padding: 12px 0;
}
.listing-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
content: '-';
}
.listing-details-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.listing-details-meta .save,
.listing-details-meta .listing-share {
border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.listing-details-meta .save a,
.listing-details-meta .listing-share a {
padding: 12px 30px;
color: #808080;
font-size: 1.4rem;
font-family: "Rubik", sans-serif;
}
.listing-details-meta .save a i,
.listing-details-meta .listing-share a i {
margin-right: 10px;
}
.listing-details-meta .listing-share {
position: relative;
}
.listing-details-meta .listing-share .share-icons {
display: none;
background: #ffffff;
border-radius: 30px;
position: absolute;
bottom: calc(100% + 10px);
left: 0;
width: 155px;
padding: 0 10px;
}
.listing-details-meta .listing-share .share-icons a {
padding: 10px;
}
.listing-details-meta .listing-share .share-icons a:hover {
color: #3195ff;
}
.listing-details-meta .listing-share .share-icons a i {
margin-right: 0;
}
.listing-details-meta .report-listing {
position: relative;
}
.listing-details-meta .report-listing:hover .report {
visibility: visible;
opacity: 1;
}
.listing-details-meta .report-listing > a {
font-size: 1.8rem;
padding: 8px 20px;
border-right: 1px solid rgba(0, 0, 0, 0.08);
border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.listing-details-meta .report-listing .report {
position: absolute;
top: 100%;
right: 0;
margin-top: 5px;
width: 146px;
visibility: hidden;
opacity: 0;
padding: 6px 15px;
border-radius: 3px;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
padding-top: 10px;
background: #ffffff;
z-index: 9;
}
.listing-details-meta .report-listing .report:before {
position: absolute;
content: '';
width: 0;
height: 0;
top: -5px;
right: 17px;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #ffffff;
}
.listing-details-meta .report-listing .report a {
font-size: 1.4rem;
border: 0;
}
.listing-details-meta .report-listing .report a i {
margin-right: 10px;
}
.listing-details-header {
padding: 30px 0;
}
.listing-details-header .listing-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.listing-details-header .listing-header .thumb {
height: 100px;
width: 100px;
overflow: hidden;
margin-right: 20px;
}
.listing-details-header .listing-header .body h3 {
margin-bottom: 5px;
font-size: 3.0rem;
font-family: "Rubik", sans-serif;
font-weight: 500;
color: #222222;
}
.listing-details-header .listing-header .body .location {
color: #808080;
font-family: "Rubik", sans-serif;
font-weight: 400;
font-size: 1.4rem;
}
.listing-details-header .listing-header .body .location i {
color: #aaaaaa;
margin-right: 10px;
}
.listing-details-header .listing-header-review {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.listing-details-header .listing-header-review .rating {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-right: 10px;
}
.listing-details-header .listing-header-review .rating p {
text-align: right;
line-height: 1.3;
font-family: "Rubik", sans-serif;
font-weight: 400;
padding-top: 5px;
color: #808080;
margin-right: 15px;
margin-bottom: 0;
}
.listing-details-header .listing-header-review .rating .total-rating {
height: 50px;
width: 50px;
border-radius: 50%;
background: #f4c634;
color: #ffffff;
font-family: "Rubik", sans-serif;
font-weight: 500;
font-size: 1.5rem;
line-height: 50px;
text-align: center;
}
.listing-details-header .listing-header-review .add-review a {
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 30px;
color: #808080;
height: 50px;
padding: 0 25px;
line-height: 50px;
}
.listing-details-header .listing-header-review .add-review a i {
color: #f4c634;
margin-right: 10px;
}
.listing-details-section {
border: 1px solid rgba(0, 0, 0, 0.08);
border-radius: 5px;
padding: 30px;
}
.listing-details-section + .listing-details-section {
margin-top: 30px;
}
.listing-about h4 {
font-size: 2.0rem;
font-family: "Rubik", sans-serif;
font-weight: 500;
color: #222222;
margin-bottom: 20px;
}
.listing-about p + h4 {
margin-top: 30px;
}
.listing-about p + p {
margin-top: 30px;
}
.listing-about ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0;
margin: 0;
margin-top: -10px;
list-style: none;
}
.listing-about ul li {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
color: #808080;
margin-top: 10px;
}
.listing-about ul li i {
margin-right: 10px;
}
.listing-faq {
padding: 10px 30px;
}
.listing-faq .card {
border: 0;
border-radius: 0;
background: transparent;
}
.listing-faq .card .card-header {
padding: 0;
border-bottom: 0;
background: transparent;
}
.listing-faq .card .card-header h5 .btn-link {
padding: 19px 30px 19px 0;
font-size: 15px;
font-weight: 500;
font-family: "Rubik", sans-serif;
color: #222222;
display: block;
width: 100%;
text-align: left;
position: relative;
white-space: normal;
}
.listing-faq .card .card-header h5 .btn-link:before {
position: absolute;
top: 17px;
right: 0;
content: '\f068';
font-weight: 900;
font-family: 'Font Awesome\ 5 Free';
font-size: 14px;
height: 25px;
width: 25px;
line-height: 25px;
text-align: center;
border-radius: 50%;
color: #3195ff;
}
.listing-faq .card .card-header h5 .btn-link.collapsed:before {
color: #808080;
content: '\f067';
}
.listing-faq .card .card-header h5 .btn-link:hover, .listing-faq .card .card-header h5 .btn-link:focus {
text-decoration: none;
}
.listing-faq .card .card-body {
padding: 0;
padding-bottom: 20px;
}
.listing-faq .card .card-body p {
font-size: 14px;
color: #808080;
}
.listing-faq .card .card-body p + p {
margin-top: 20px;
}
.listing-faq .accordion .card:first-of-type,
.listing-faq .accordion .card:not(:first-of-type):not(:last-of-type) {
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.listing-review h4 {
font-size: 2.0rem;
color: #222222;
font-family: "Rubik", sans-serif;
font-weight: 500;
margin-bottom: 50px;
}
.listing-review .listing-review-block .review-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.listing-review .listing-review-block .review-header .thumb {
height: 60px;
width: 60px;
border-radius: 50%;
overflow: hidden;
margin-right: 20px;
-webkit-box-flex: 0;
-ms-flex: 0 0 60px;
flex: 0 0 60px;
}
.listing-review .listing-review-block .review-header .header-info h5 {
font-size: 1.5rem;
font-weight: 600;
color: #222222;
}
.listing-review .listing-review-block .review-header .header-info .review-date {
font-size: 1.3rem;
color: #808080;
}
.listing-review .listing-review-block .review-header .review-rating {
margin-left: auto;
color: #f4c634;
}
.listing-review .listing-review-block .review-body {
margin-left: 80px;
padding-top: 20px;
}
.listing-review .listing-review-block .review-body .review-title {
font-size: 1.6rem;
color: #222222;
font-weight: 600;
margin-bottom: 15px;
}
.listing-review .listing-review-block .review-body p {
color: #808080;
}
.listing-review .listing-review-block .review-body p + p {
margin-top: 20px;
}
.listing-review .listing-review-block .review-body p + .review-photos {
margin-top: 20px;
}
.listing-review .listing-review-block .review-body .review-photos {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.listing-review .listing-review-block .review-body .review-photos .review-photo {
height: 113px;
margin-right: 10px;
position: relative;
}
.listing-review .listing-review-block .review-body .review-photos .review-photo img {
height: 100%;
width: auto;
}
.listing-review .listing-review-block .review-body .review-photos .more-photo {
-webkit-box-flex: 0;
-ms-flex: 0 0 15%;
flex: 0 0 15%;
background: #b1cdff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #ffffff;
font-size: 1.8rem;
}
.listing-review .listing-review-block .review-body .review-raction {
margin-top: 30px;
}
.listing-review .listing-review-block .review-body .review-raction a {
border: 1px solid transparent;
border-radius: 20px;
padding: 5px 20px;
margin-right: 20px;
position: relative;
z-index: 1;
border-radius: 30px;
border: 1px solid #ff60ae;
}
.listing-review .listing-review-block .review-body .review-raction a span {
color: #ff60ae;
}
.listing-review .listing-review-block .review-body .review-raction a i {
margin-right: 10px;
color: #ff60ae;
}
.listing-review .listing-review-block .review-body .review-raction a.review-like {
border-color: #3195ff;
color: #3195ff;
}
.listing-review .listing-review-block .review-body .review-raction a.review-like i {
color: #3195ff;
}
.listing-review .listing-review-block .review-body .review-raction a.review-like span {
color: #3195ff;
}
.listing-review .listing-review-block + .listing-review-block {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.listing-write-review h4 {
font-size: 2.0rem;
font-family: "Rubik", sans-serif;
font-weight: 500;
margin-bottom: 40px;
color: #222222;
}
.listing-write-review .rating-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 20px;
}
.listing-write-review .rating-block p {
margin-right: 10px;
margin-bottom: 0;
font-family: "Rubik", sans-serif;
font-weight: 400;
font-size: 1.5rem;
color: #808080;
}
.listing-write-review .rating-block .rating {
color: #f4c634;
}
.listing-write-review .image-upload-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.listing-write-review .image-upload-block p {
margin-right: 10px;
font-family: "Rubik", sans-serif;
font-weight: 400;
font-size: 1.5rem;
color: #808080;
}
.listing-write-review .image-upload-block label {
height: 30px;
width: 80px;
border-radius: 20px;
border: 1px dashed rgba(0, 0, 0, 0.2);
cursor: pointer;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.listing-write-review .image-upload-block label i {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.listing-write-review .image-upload-block label input {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
z-index: -1;
}
.listing-write-review .form-group {
margin-bottom: 20px;
}
.listing-write-review .form-group .form-control {
border-radius: 25px;
padding: 10px 20px;
}
.listing-write-review .form-group .form-control:focus {
border-color: #3195ff;
}
.listing-write-review .form-group textarea.form-control {
height: 120px;
resize: none;
}
.listing-write-review .button {
background: #3195ff;
color: #ffffff;
border-radius: 25px;
}
.listing-details-sidebar .widget {
padding: 20px;
border-radius: 5px;
border: 1px solid rgba(0, 0, 0, 0.08);
}
.listing-details-sidebar .widget + .widget {
margin-top: 30px;
}
.listing-details-sidebar .contact-widget {
padding-bottom: 10px;
}
.listing-details-sidebar .contact-widget .widget-map {
height: 200px;
margin-bottom: 20px;
}
.listing-details-sidebar .contact-widget .contact-widget-block ul {
padding: 0;
margin: 0;
list-style: none;
}
.listing-details-sidebar .contact-widget .contact-widget-block ul li {
margin-bottom: 12px;
font-size: 1.4rem;
font-weight: 400;
color: #808080;
}
.listing-details-sidebar .contact-widget .contact-widget-block ul li span {
width: 90px;
display: inline-block;
font-weight: 500;
}
.listing-details-sidebar .contact-widget .contact-widget-block ul li span i {
color: #3195ff;
margin-right: 10px;
}
.listing-details-sidebar .contact-widget .contact-widget-block ul li a {
color: #6348ff;
}
.listing-details-sidebar .contact-widget .widget-social-icon {
margin-top: 20px;
padding-top: 10px;
border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.listing-details-sidebar .contact-widget .widget-social-icon a {
margin-right: 20px;
color: #808080;
}
.listing-details-sidebar .contact-widget .widget-social-icon a:hover {
color: #3195ff;
}
.listing-details-sidebar .opening-status .todays-status {
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
padding-bottom: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.listing-details-sidebar .opening-status .todays-status .realtime-status {
font-weight: 500;
color: #222222;
}
.listing-details-sidebar .opening-status .todays-status .realtime-status i {
margin-right: 10px;
}
.listing-details-sidebar .opening-status .todays-status .realtime-status.status-open i {
color: #43e795;
}
.listing-details-sidebar .opening-status .todays-status .realtime-status.status-close i {
color: #ff60ae;
}
.listing-details-sidebar .opening-status .todays-status .todays-time {
color: #808080;
font-weight: 400;
font-size: 1.4rem;
}
.listing-details-sidebar .opening-status .week-view {
padding: 20px 0;
margin: 0;
list-style: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.listing-details-sidebar .opening-status .week-view li {
font-size: 1.4rem;
font-weight: 400;
color: #808080;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.listing-details-sidebar .opening-status .week-view li + li {
margin-top: 10px;
}
.listing-details-sidebar .opening-status .week-view li span.week-day {
font-weight: 500;
}
.listing-details-sidebar .opening-status .local-time {
font-size: 1.3rem;
font-style: italic;
color: #808080;
padding-top: 15px;
text-align: right;
}
.listing-details-sidebar .widget-reservation h5 {
font-size: 1.5rem;
font-family: "Rubik", sans-serif;
font-weight: 500;
color: #222222;
padding-bottom: 15px;
margin-bottom: 20px;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.listing-details-sidebar .widget-reservation .form-control {
height: 50px;
border-radius: 30px;
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 0 20px;
}
.listing-details-sidebar .widget-reservation .person-counter-wrap .person-counter-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.listing-details-sidebar .widget-reservation .person-counter-wrap .person-counter-block .title {
font-size: 1.4rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
color: #808080;
margin-right: 20px;
}
.listing-details-sidebar .widget-reservation .person-counter-wrap .person-counter-block .control {
height: 30px;
width: 30px;
border-radius: 50%;
border: 1px solid rgba(0, 0, 0, 0.1);
line-height: 30px;
text-align: center;
font-size: 1rem;
cursor: pointer;
}
.listing-details-sidebar .widget-reservation .person-counter-wrap .person-counter-block .person-amount {
height: 40px;
width: 40px;
border-radius: 50%;
border: 1px solid rgba(0, 0, 0, 0.1);
text-align: center;
line-height: 40px;
color: #808080;
font-weight: 500;
margin: 0 10px;
display: inline-block;
}
.listing-details-sidebar .widget-reservation .date-picker,
.listing-details-sidebar .widget-reservation .time-picker {
position: relative;
}
.listing-details-sidebar .widget-reservation .date-picker:before,
.listing-details-sidebar .widget-reservation .time-picker:before {
position: absolute;
top: 11px;
right: 15px;
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
color: #808080;
}
.listing-details-sidebar .widget-reservation .date-picker .form-control,
.listing-details-sidebar .widget-reservation .time-picker .form-control {
background: #f9f9f9;
}
.listing-details-sidebar .widget-reservation .date-picker:before {
content: '\f073';
}
.listing-details-sidebar .widget-reservation .time-picker:before {
content: '\f017';
}
.listing-details-sidebar .widget-reservation textarea.form-control {
padding-top: 10px;
resize: none;
height: 100px;
}
.listing-details-sidebar .widget-reservation .button {
background: #3195ff;
color: #ffffff;
width: 100%;
display: block;
text-align: center;
border-radius: 30px;
}
.listing-details-sidebar .host {
padding-bottom: 10px;
}
.listing-details-sidebar .host .host-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-bottom: 20px;
}
.listing-details-sidebar .host .host-header .header-info span {
font-size: 1.4rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
color: #808080;
}
.listing-details-sidebar .host .host-header .header-info h5 {
font-size: 1.5rem;
font-weight: 500;
font-family: "Rubik", sans-serif;
color: #222222;
}
.listing-details-sidebar .host .host-header .thumb {
height: 80px;
width: 80px;
border-radius: 50%;
overflow: hidden;
}
.listing-details-sidebar .host .host-info {
border-top: 1px solid rgba(0, 0, 0, 0.08);
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
padding: 30px 0;
}
.listing-details-sidebar .host .host-info ul {
padding: 0;
margin: 0;
list-style: none;
}
.listing-details-sidebar .host .host-info ul li {
font-size: 1.4rem;
font-weight: 400;
color: #808080;
}
.listing-details-sidebar .host .host-info ul li + li {
margin-top: 12px;
}
.listing-details-sidebar .host .host-info ul li span {
width: 90px;
display: inline-block;
font-weight: 500;
}
.listing-details-sidebar .host .host-info ul li span i {
color: #3195ff;
margin-right: 10px;
}
.listing-details-sidebar .host .host-info ul li a {
color: #6348ff;
}
.listing-details-sidebar .host .host-social-link {
padding-top: 12px;
}
.listing-details-sidebar .host .host-social-link a {
font-size: 1.5rem;
margin-right: 20px;
}
.listing-details-sidebar .host .host-social-link a:hover {
color: #3195ff;
}
.post-listing .form-field {
padding: 50px;
background: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.05);
border-radius: 5px;
}
.post-listing .form-field + .form-field {
margin-top: 30px;
}
.post-listing .form-field.basic-field {
padding-bottom: 30px;
}
.post-listing .form-field h4 {
font-size: 2.0rem;
font-weight: 500;
color: #222222;
font-family: "Rubik", sans-serif;
margin-bottom: 40px;
}
.post-listing .form-field .form-group label {
color: #222222;
}
.post-listing .form-field .form-group .form-control {
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 0 15px;
border-radius: 5px;
}
.post-listing .form-field .form-group .form-control + .form-control {
margin-top: 25px;
}
.post-listing .form-field .listing-mark {
height: 295px;
margin-bottom: 20px;
}
.post-listing .form-field .label-cover {
color: #222222;
font-size: 1.4rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
margin-bottom: 10px;
display: inline-block;
}
.post-listing .form-field .upload-file {
width: 100%;
background: #f9f9f9;
border: 2px dashed #e0e0e0;
border-radius: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
cursor: pointer;
padding: 50px 0;
}
.post-listing .form-field .upload-file input {
display: none;
}
.post-listing .form-field .upload-file i {
font-size: 3.6rem;
color: #909090;
}
.post-listing .form-field .upload-file p {
color: #909090;
font-size: 1.4rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
}
.post-listing .form-field .amenities-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.post-listing .form-field .amenities-block h5 {
font-size: 1.4rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
color: #222222;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.post-listing .form-field .amenities-block .amenities {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
margin-top: 10px;
}
.post-listing .form-field .amenities-block .amenities input {
display: none;
}
.post-listing .form-field .amenities-block .amenities label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.post-listing .form-field .amenities-block .amenities label span {
height: 20px;
width: 20px;
border-radius: 3px;
border: 1px solid rgba(0, 0, 0, 0.1);
display: inline-block;
margin-right: 5px;
position: relative;
}
.post-listing .form-field .amenities-block .amenities label span:before {
position: absolute;
top: 3px;
left: 3px;
right: 3px;
bottom: 3px;
border-radius: 2px;
content: '';
}
.post-listing .form-field .amenities-block .amenities input[type="checkbox"]:checked + label span:before {
background: #3195ff;
}
.post-listing .form-field .photo-gallery {
margin-top: 30px;
}
.post-listing .form-field .photo-gallery h5 {
font-size: 1.4rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
color: #222222;
margin-bottom: 10px;
}
.post-listing .form-field .photo-gallery .photo-uploader-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.post-listing .form-field .photo-gallery .photo-uploader-wrap .upload-input-label {
width: 30%;
margin-right: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 30%;
flex: 0 0 30%;
background: #f9f9f9;
border: 2px dashed #e0e0e0;
border-radius: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
cursor: pointer;
overflow: hidden;
height: 155px;
position: relative;
}
.post-listing .form-field .photo-gallery .photo-uploader-wrap .upload-input-label input {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
}
.post-listing .form-field .photo-gallery .photo-uploader-wrap .upload-input-label i {
font-size: 2.4rem;
margin-bottom: 5px;
}
.post-listing .form-field .photo-gallery .photo-uploader-wrap .upload-input-label p {
font-size: 1.2rem;
padding: 0 10px;
}
.post-listing .form-field .photo-gallery .photo-uploader-wrap .thumbnail {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(70% - 15px);
flex: 0 0 calc(70% - 15px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.post-listing .form-field .photo-gallery .photo-uploader-wrap .thumbnail .divThumbnail {
position: relative;
margin-right: 15px;
margin-bottom: 15px;
}
.post-listing .form-field .photo-gallery .photo-uploader-wrap .thumbnail .divThumbnail img {
height: 155px;
border-radius: 5px;
}
.post-listing .form-field .photo-gallery .photo-uploader-wrap .thumbnail .divThumbnail .closeDiv {
position: absolute;
top: -8px;
right: -6px;
height: 20px;
width: 20px;
border-radius: 50%;
background: #f94877;
color: #ffffff;
text-align: center;
}
.post-listing .form-field .photo-gallery .photo-uploader-wrap .thumbnail .divThumbnail .closeDiv span {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 1rem;
line-height: 16px;
cursor: pointer;
}
.post-listing .form-field .social-networks {
margin-top: 30px;
}
.post-listing .form-field .social-networks h5 {
font-size: 1.4rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
color: #222222;
margin-bottom: 10px;
}
.post-listing .form-field .social-networks .social-network-block .form-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.post-listing .form-field .social-networks .social-network-block .form-group .select2-container {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
margin-right: 20px;
}
.post-listing .form-field .social-networks .social-network-block .form-group .social-link-input {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(66.66% - 90px);
flex: 0 0 calc(66.66% - 90px);
margin-right: 20px;
}
.post-listing .form-field .social-networks .social-network-block .form-group .delete {
-webkit-box-flex: 0;
-ms-flex: 0 0 50px;
flex: 0 0 50px;
height: 50px;
width: 50px;
border-radius: 5px;
background: rgba(249, 72, 119, 0.15);
line-height: 50px;
text-align: center;
cursor: pointer;
}
.post-listing .form-field .social-networks .social-network-block .form-group .delete i {
color: #f94877;
font-size: 1.6rem;
}
.post-listing .form-field .social-networks .button {
background: #3195ff;
color: #ffffff;
padding: 12px 30px;
width: 120px;
text-align: center;
border-radius: 5px;
}
.post-listing .form-field .post-faq-wrap h5 {
font-size: 1.4rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
color: #222222;
margin-top: 4px;
margin-bottom: 8px;
}
.post-listing .form-field .post-faq-wrap .tab-generator .form-group textarea.form-control {
height: 100px;
padding-top: 13px;
resize: none;
}
.post-listing .form-field .post-faq-wrap .tab-generator nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.post-listing .form-field .post-faq-wrap .tab-generator nav .nav-tabs {
border-bottom: 0;
}
.post-listing .form-field .post-faq-wrap .tab-generator nav .nav-tabs .nav-item {
border: 0;
border-radius: 30px;
background: #4b4b4b;
color: #ffffff;
padding: 5px 15px;
margin-right: 5px;
margin-bottom: 5px;
}
.post-listing .form-field .post-faq-wrap .tab-generator nav .nav-tabs .nav-item.active {
background: #3195ff;
}
.post-listing .form-field .post-faq-wrap .tab-generator nav .btn-primary {
height: 35px;
width: 35px;
-webkit-box-flex: 0;
-ms-flex: 0 0 35px;
flex: 0 0 35px;
border-radius: 50%;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
line-height: 35px;
text-align: center;
padding: 0;
background: #ffffff;
color: #3195ff;
border: 1px solid #3195ff;
}
.post-listing .form-field.business-field {
position: relative;
}
.post-listing .form-field.business-field h4 {
margin-bottom: 50px;
}
.post-listing .form-field.business-field .business-field-switch {
position: absolute;
top: 50px;
right: 75px;
}
.post-listing .form-field.business-field .business-field-switch input {
font-size: 0;
}
.post-listing .form-field.business-field .business-field-switch input[type=checkbox]:focus:active {
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
}
.post-listing .form-field.business-field .business-field-switch input:focus {
-webkit-box-shadow: none;
box-shadow: none;
outline-offset: 0;
outline: none;
}
.post-listing .form-field.business-field .business-field-switch label {
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
cursor: pointer;
}
.post-listing .form-field.business-field .business-field-switch label:before {
height: 30px;
width: 50px;
border-radius: 30px;
}
.post-listing .form-field.business-field .business-field-switch label:after {
height: 20px;
width: 20px;
border-radius: 50%;
top: 8px;
left: -16px;
}
.post-listing .form-field.business-field .business-field-switch input:checked + label:before {
background: #3195ff;
border-color: transparent;
}
.post-listing .form-field.business-field .business-field-switch input:checked + label:after {
left: -5px;
}
.post-listing .form-field.business-field .office-hour-wrap {
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 5px;
}
.post-listing .form-field.business-field .office-hour-wrap .table tr {
border: 0;
background: #f9f9f9;
}
.post-listing .form-field.business-field .office-hour-wrap .table tr td {
border: 0;
}
.post-listing .form-field.business-field .office-hour-wrap .table tr:nth-child(2n + 1) {
background: #ffffff;
}
.post-listing .form-field.business-field .office-hour-wrap .table th {
text-align: center;
font-size: 1.5rem;
font-weight: 500;
font-family: "Rubik", sans-serif;
color: #222222;
background: #f9f9f9;
padding: 11px 0;
border: 0;
border-right: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.post-listing .form-field.business-field .office-hour-wrap .table th:last-child {
border-right: 0;
}
.post-listing .form-field.business-field .office-hour-wrap .table td {
text-align: center;
padding: 20px;
color: #909090;
vertical-align: middle;
}
.post-listing .form-field.business-field .office-hour-wrap .table td .set-time {
width: 100px;
padding: 5px 15px;
color: #909090;
background: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.08);
border-radius: 20px;
}
.post-listing .form-field.business-field .office-hour-wrap .table td label {
height: 20px;
width: 20px;
cursor: pointer;
border-radius: 50%;
border: 1px solid rgba(0, 0, 0, 0.08);
position: relative;
margin-bottom: 0;
}
.post-listing .form-field.business-field .office-hour-wrap .table td label input {
display: none;
}
.post-listing .form-field.business-field .office-hour-wrap .table td label input:checked + span {
height: 12px;
width: 12px;
border-radius: 50%;
display: inline-block;
top: 3px;
left: 3px;
position: absolute;
background: #3195ff;
}
.post-listing .button-area {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 30px;
}
.post-listing .button-area .button {
margin-right: 20px;
background: #3195ff;
color: #ffffff;
border-radius: 40px;
font-size: 1.4rem;
font-weight: 400;
font-family: "Rubik", sans-serif;
}
.post-listing .button-area p {
margin-bottom: 0;
font-style: italic;
font-weight: 400;
font-family: "Rubik", sans-serif;
}
.post-listing .button-area p span {
font-weight: 500;
font-style: normal;
}
/*----------------------------------------------
Listing Search Page
-----------------------------------------------*/
.search-listing-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.search-listing-wrap.grid-left .listing-wrap {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
-webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.08);
}
.search-listing-wrap.grid-left .listing-map-block {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.search-listing-wrap.grid-left .listing-map-block .searchmap {
right: 0;
left: auto;
}
.search-listing-wrap.grid-right .listing-map-block .searchmap {
left: 0;
right: auto;
}
.search-listing-wrap .listing-map-block {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 890px);
flex: 0 0 calc(100% - 890px);
overflow: hidden;
}
.listing-wrap {
padding: 60px;
-webkit-box-flex: 0;
-ms-flex: 0 0 890px;
flex: 0 0 890px;
position: relative;
z-index: 2;
-webkit-box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.08);
box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
.listing-wrap.grey-bg {
background: #f9f9f9;
}
.listing-wrap .listing-search-block {
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.listing-wrap .listing-search-block .listing-filter-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 30px;
}
.listing-wrap .listing-search-block .listing-filter-block .category {
-webkit-box-flex: 0;
-ms-flex: 0 0 30%;
flex: 0 0 30%;
margin-right: 20px;
}
.listing-wrap .listing-search-block .listing-filter-block .price {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(20% - 30px);
flex: 0 0 calc(20% - 30px);
margin-right: 20px;
position: relative;
}
.listing-wrap .listing-search-block .listing-filter-block .price:before {
position: absolute;
content: '\f155';
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
top: 12px;
right: 20px;
}
.listing-wrap .listing-search-block .listing-filter-block .price input {
height: 50px;
font-size: 1.4rem;
background: #ffffff;
outline: none;
padding: 0 20px;
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid rgba(0, 0, 0, 0.08);
}
.listing-wrap .listing-search-block .listing-filter-block .status {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(20% - 20px);
flex: 0 0 calc(20% - 20px);
margin-right: 20px;
}
.listing-wrap .listing-search-block .listing-filter-block .status a {
padding: 0 10px;
width: 100%;
height: 50px;
border-radius: 3px;
text-align: center;
line-height: 50px;
border: 1px solid rgba(0, 0, 0, 0.08);
}
.listing-wrap .listing-search-block .listing-filter-block .status a i {
margin-left: 20px;
}
.listing-wrap .listing-search-block .listing-filter-block .status a.active {
color: #ffffff;
background: #3195ff;
border-color: transparent;
}
.listing-wrap .listing-search-block .listing-filter-block .sort {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(30% - 10px);
flex: 0 0 calc(30% - 10px);
}
.listing-wrap .listing-search-block .listing-filter-block .w-100 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.listing-wrap .listing-search-block .listing-filter-block .filter-tag {
margin-top: 30px;
padding-right: 30px;
border-right: 1px solid rgba(0, 0, 0, 0.08);
width: 50%;
}
.listing-wrap .listing-search-block .listing-filter-block .filter-tag h5 {
font-size: 1.5rem;
font-weight: 500;
font-family: "Rubik", sans-serif;
color: #222222;
margin-bottom: 10px;
}
.listing-wrap .listing-search-block .listing-filter-block .filter-tag .tag-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.listing-wrap .listing-search-block .listing-filter-block .filter-tag .tag-block label {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
}
.listing-wrap .listing-search-block .listing-filter-block .filter-tag .tag-block label input {
display: none;
}
.listing-wrap .listing-search-block .listing-filter-block .filter-tag .tag-block label .box {
height: 16px;
width: 16px;
background: #f3f3f3;
display: inline-block;
border-radius: 2px;
margin-right: 10px;
border: 1px solid rgba(0, 0, 0, 0.08);
position: relative;
}
.listing-wrap .listing-search-block .listing-filter-block .filter-tag .tag-block label .box:before {
position: absolute;
top: 1px;
left: 1px;
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
line-height: 1;
font-size: 1.2rem;
color: #ffffff;
background: #3195ff;
}
.listing-wrap .listing-search-block .listing-filter-block .filter-tag .tag-block label .box + span {
margin-top: 3px;
}
.listing-wrap .listing-search-block .listing-filter-block .filter-tag .tag-block label input:checked + .box {
border: 1px solid #3195ff;
background: #3195ff;
}
.listing-wrap .listing-search-block .listing-filter-block .filter-tag .tag-block label input:checked + .box:before {
content: '\f00c';
}
.listing-wrap .listing-search-block .listing-filter-block .filter-distance {
padding-left: 30px;
width: 50%;
}
.listing-wrap .listing-search-block .listing-filter-block .filter-distance h5 {
font-size: 1.5rem;
font-weight: 500;
font-family: "Rubik", sans-serif;
color: #222222;
margin-bottom: 10px;
}
.listing-wrap .listing-search-block .listing-filter-block .filter-distance .price-range-slider .nstSlider {
width: 100%;
background: #dbdbdb;
height: 5px;
}
.listing-wrap .listing-search-block .listing-filter-block .filter-distance .price-range-slider .nstSlider .leftGrip {
height: 18px;
width: 18px;
top: -7px;
border: 4px solid #3195ff;
}
.listing-wrap .listing-search-block .listing-filter-block .filter-distance .price-range-slider .nstSlider .leftGrip:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.listing-wrap .listing-search-block .listing-filter-block .filter-distance .price-range-slider .nstSlider .leftGrip .grip-label {
position: absolute;
top: 15px;
width: 50px;
text-align: center;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.listing-wrap .listing-search-block .select2-container .select-2-search.select2-search--dropdown .select2-search__field {
display: none;
}
.listing-wrap .listing-search-block .select2-container.select2-container--bootstrap .select2-selection--single {
height: 50px;
padding: 15px;
color: #808080;
font-size: 1.4rem;
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid rgba(0, 0, 0, 0.08);
background: #ffffff;
}
.listing-wrap .listing-search-block .select2-container {
min-width: 100%;
max-width: 100%;
}
.listing-wrap .listing-result .listing-result-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 20px 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.listing-wrap .listing-result .listing-result-header h5 {
font-size: 2.0rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
color: #222222;
margin-right: auto;
}
.listing-wrap .listing-result .listing-result-header h5 span {
font-weight: 500;
}
.listing-wrap .listing-result .listing-result-header .search-result-view-control .view-change {
height: 45px;
width: 45px;
border-radius: 50%;
border: 1px solid rgba(0, 0, 0, 0.08);
line-height: 45px;
text-align: center;
font-size: 1.8rem;
color: #808080;
}
.listing-wrap .listing-result .listing-result-header .search-result-view-control .view-change.grid-view {
margin-right: 6px;
}
.listing-wrap .listing-result .listing-result-header .search-result-view-control .view-change.active {
background: transparent;
border-color: rgba(49, 149, 255, 0.5);
color: #3195ff;
}
.listing-map-block {
position: relative;
}
.listing-map-block .searchmap {
position: fixed !important;
top: 0;
left: 0;
bottom: 0;
width: calc(100% - 890px);
}
.search-listing-wrap.map-top, .search-listing-wrap.filter-sidebar {
display: block;
}
.search-listing-wrap.map-top .listing-map-block, .search-listing-wrap.filter-sidebar .listing-map-block {
width: 100%;
}
.search-listing-wrap.map-top .listing-map-block .searchmap, .search-listing-wrap.filter-sidebar .listing-map-block .searchmap {
position: static !important;
width: 100%;
height: 700px;
}
.search-listing-wrap.map-top {
background: #f5f9fc;
padding-bottom: 100px;
}
.search-listing-wrap.map-top .listing-wrap {
padding: 0;
position: relative;
z-index: 999;
-webkit-box-shadow: none;
box-shadow: none;
}
.search-listing-wrap.map-top .listing-wrap .listing-search-block {
padding: 50px;
padding-bottom: 20px;
border-bottom: 0;
margin-bottom: 40px;
background: #ffffff;
-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
border-radius: 5px;
position: relative;
margin-top: -100px;
}
.search-listing-wrap.map-top .listing-wrap .listing-search-block .price input {
background: #f9f9f9;
border: 1px solid rgba(0, 0, 0, 0.08);
}
.search-listing-wrap.map-top .listing-wrap .listing-search-block .filter-tag .tag-block label {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
}
.search-listing-wrap.map-top .listing-wrap .listing-search-block .select2-container.select2-container--bootstrap .select2-selection--single {
background: #f9f9f9;
border: 1px solid rgba(0, 0, 0, 0.08);
}
.search-listing-wrap.map-top .listing-wrap .listing-search-block .select2-container.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
color: #808080;
}
.search-listing-wrap.filter-sidebar .listing-wrap {
padding: 0;
padding-top: 80px;
padding-bottom: 100px;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block {
margin-top: 0;
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
padding: 0;
border-bottom: 0;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block .filter-header {
font-size: 2.0rem;
font-family: "Rubik", sans-serif;
font-weight: 500;
color: #222222;
margin-top: 10px;
margin-bottom: 29px;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form {
background: #ffffff;
border-radius: 5px;
border: 1px solid rgba(0, 0, 0, 0.05);
padding: 30px;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .form-group {
margin-bottom: 20px;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-search-form .form-control {
border: 1px solid rgba(0, 0, 0, 0.08);
border-radius: 30px;
background: #ffffff;
padding: 0 20px;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-search-form .location-search {
position: relative;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-search-form .location-search:before {
position: absolute;
top: 12px;
right: 20px;
content: "\e693";
font-family: 'themify';
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block {
margin-bottom: 0;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block .category {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
margin-right: 0;
margin-bottom: 20px;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block .price {
margin-right: 10px;
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(50% - 10px);
flex: 0 0 calc(50% - 10px);
margin-bottom: 20px;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block .price input {
border-radius: 30px;
background: #f9f9f9;
border: 1px solid rgba(0, 0, 0, 0.08);
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block .status {
margin-left: 10px;
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(50% - 10px);
flex: 0 0 calc(50% - 10px);
margin-right: 0;
margin-bottom: 20px;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block .status a {
border-radius: 30px;
background: #f9f9f9;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block .status a.active {
background: #3195ff;
border-color: transparent;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block .sort {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
margin-right: 0;
margin-bottom: 20px;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block .select2-container.select2-container--bootstrap .select2-selection--single {
border-radius: 30px;
background: #f9f9f9;
padding: 15px 20px;
border: 1px solid rgba(0, 0, 0, 0.08);
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block .select2-container.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
color: #808080;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block .filter-distance {
padding-left: 0;
margin-top: 0;
margin-bottom: 20px;
padding-bottom: 24px;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block .filter-tag {
margin-top: 0;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
padding-right: 0;
border-right: 0;
margin-bottom: 20px;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block .button {
width: 100%;
display: block;
color: #ffffff;
border-radius: 30px;
padding: 14px;
background: #3195ff;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block .button i {
margin-right: 10px;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-result .listing-result-header {
padding-top: 0;
}
/*----------------------------------------------
Wickedpicker Style
-----------------------------------------------*/
.wickedpicker {
width: 120px;
height: auto;
}
.wickedpicker .wickedpicker__title {
display: none;
}
.wickedpicker__controls__control-up:before {
content: '\f106';
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
color: #909090;
}
.wickedpicker__controls__control-down:after {
content: '\f107';
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
color: #909090;
}
/*----------------------------------------------
TinyMCE Style
-----------------------------------------------*/
.post-listing .form-field .mce-tinymce {
-webkit-box-shadow: none;
box-shadow: none;
}
.post-listing .form-field .mce-tinymce {
border: 1px solid rgba(0, 0, 0, 0.1) !important;
border-radius: 5px;
}
.post-listing .form-field .mce-panel {
border: 0;
background-color: transparent;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.post-listing .form-field .mce-container.mce-toolbar.mce-stack-layout-item.mce-first.mce-last {
border: 0;
background: #f9f9f9;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.post-listing .form-field .mce-btn {
background: transparent;
}
.post-listing .form-field .mce-top-part::before {
-webkit-box-shadow: none;
box-shadow: none;
}
.post-listing .form-field .mce-statusbar {
display: none;
}
.post-listing .form-field .mce-container iframe {
height: 150px !important;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
/*----------------------------------------------
Select2 Style
-----------------------------------------------*/
.post-listing .select2-container.select2-container--bootstrap .select2-selection--single {
height: 50px;
padding: 15px;
color: #808080;
font-size: 1.4rem;
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.post-listing .basic-field .select2-container {
min-width: 100%;
max-width: 100%;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
background: #6348ff;
}
.select2-container--bootstrap .select2-dropdown {
border-color: rgba(0, 0, 0, 0.1) !important;
}
/*----------------------------------------------
Leaflet Style
-----------------------------------------------*/
.listing-map-popup {
max-width: 270px;
position: relative;
}
.listing-map-popup:before {
position: absolute;
content: '';
background: #ffffff;
border-radius: 50px;
height: 20px;
width: 20px;
left: 50%;
top: 100%;
margin-top: -10px;
margin-left: -10px;
}
.listing-map-popup .thumb {
border-top-right-radius: 5px;
border-top-left-radius: 5px;
overflow: hidden;
}
.listing-map-popup .body {
padding: 20px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
background: #ffffff;
overflow: hidden;
}
.listing-map-popup .body h5 {
font-size: 1.6rem;
font-weight: 500;
color: #222222;
font-family: "Rubik", sans-serif;
}
.listing-map-popup .body h5 a {
color: #222222;
}
.listing-map-popup .body p {
font-size: 1.2rem;
font-weight: 400;
font-family: "Rubik", sans-serif;
color: #808080;
}
.listing-map-popup .body p i {
margin-right: 8px;
color: #aaaaaa;
}
.leaflet-marker-icon.marker-cluster > div {
height: 50px;
width: 50px;
margin-top: 0;
margin-left: 0;
left: 0;
top: 0;
bottom: auto;
}
.leaflet-marker-icon.marker-cluster > div span {
font-size: 1.8rem;
line-height: 50px;
}
.leaflet-popup-content-wrapper {
background: transparent;
-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
}
.leaflet-popup-tip-container {
display: none;
}
.leaflet-popup-close-button {
z-index: 2;
position: relative;
}
.leaflet-bottom.leaflet-right {
display: none;
}
.leaflet-top, .leaflet-bottom {
z-index: 990;
}
@media all and (max-width: 1199px) {
.listing-slider {
padding-bottom: 60px;
}
.listing-slider .slick-arrow {
top: auto;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
z-index: 999;
bottom: 30px;
}
.listing-slider .slick-arrow.left {
left: calc(50% - 50px);
}
.listing-slider .slick-arrow.right {
right: calc(50% - 50px);
}
.search-listing-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.search-listing-wrap.grid-left .listing-wrap {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
-webkit-box-shadow: none;
box-shadow: none;
}
.search-listing-wrap.grid-left .listing-map-block {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.search-listing-wrap .searchmap {
position: static !important;
height: 400px;
width: 100%;
}
.search-listing-wrap.map-top .listing-wrap .listing-search-block .filter-tag .tag-block label {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
}
@media (max-width: 1199px) and (min-width: 992px) {
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block .price,
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block .status {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
margin-right: 0;
margin-left: 0;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block .filter-tag .tag-block label {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
}
@media all and (max-width: 991px) {
.listing-bg {
background: #f5f9fc;
}
.listing-slider .col-lg-4.slick-slide {
opacity: 1;
}
.listing-slider .col-lg-4.slick-slide:before {
height: 0;
width: 0;
background: transparent;
}
.listing-details-header .listing-header {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.listing-details-header .listing-header-review {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin-top: 30px;
}
.listing-details-header .listing-header-review .rating p {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
margin-right: 0;
text-align: left;
margin-left: 10px;
}
.listing-details-header .listing-header-review .rating span {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.listing-details-sidebar {
margin-top: 30px;
}
.listing-details-meta {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.listing-details-meta .save,
.listing-details-meta .listing-share {
border-left: 0;
}
.listing-details-meta .save a,
.listing-details-meta .listing-share a {
padding-top: 7px;
padding-left: 0;
margin-right: 20px;
padding-right: 0;
}
.listing-details-meta .listing-share > a {
margin-right: 10px;
}
.listing-details-meta .listing-share .share-icons {
bottom: auto;
top: 100%;
}
.listing-details-meta .listing-share .share-icons a {
margin-right: 0;
}
.listing-details-meta .report-listing {
position: relative;
}
.listing-details-meta .report-listing a {
padding: 3px 10px;
border-right: 0;
border-left: 0;
}
.search-listing-wrap .listing-wrap .listing-search-block .listing-filter-block .category {
-webkit-box-flex: 0;
-ms-flex: 0 0 60%;
flex: 0 0 60%;
margin-bottom: 30px;
}
.search-listing-wrap .listing-wrap .listing-search-block .listing-filter-block .price {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(40% - 20px);
flex: 0 0 calc(40% - 20px);
margin-right: 0;
margin-bottom: 30px;
}
.search-listing-wrap .listing-wrap .listing-search-block .listing-filter-block .status {
-webkit-box-flex: 0;
-ms-flex: 0 0 170px;
flex: 0 0 170px;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block {
margin-bottom: 30px;
}
}
@media all and (max-width: 767px) {
.listing-modal .modal-dialog {
min-width: auto;
}
.listing-modal .modal-dialog .modal-body {
display: block;
}
.listing-modal .modal-dialog .modal-body .listing-side {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.listing-modal .modal-dialog .modal-body .listing-side .lrn-listing-wrap .listing-thumb img {
border-top-right-radius: 0;
}
.listing-modal .modal-dialog .modal-body .listing-side .lrn-listing-wrap .listing-body {
border-bottom-right-radius: 0;
}
.listing-modal .modal-dialog .modal-body .listing-location-side {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.listing-modal .modal-dialog .modal-body .listing-location-side .listing-modal-map {
height: 300px;
border-bottom-left-radius: 5px;
}
.listing-about ul li {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
}
.listing-review .listing-review-block .review-body .review-photos .review-photo {
height: 65px;
}
.post-listing .form-field .amenities-block .amenities {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
.post-listing .form-field.business-field .office-hour-wrap .table {
min-width: 588px;
}
.post-listing .form-field.business-field .office-hour-wrap {
overflow: scroll;
}
.post-listing .form-field .photo-gallery .photo-uploader-wrap .upload-input-label {
width: 40%;
height: 155px;
}
.post-listing .form-field .photo-gallery .photo-uploader-wrap .thumbnail {
width: calc(60% - 15px);
}
.post-listing .form-field .social-networks .social-network-block .form-group {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.post-listing .form-field .social-networks .social-network-block .form-group .social-link-input {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 70px);
flex: 0 0 calc(100% - 70px);
}
.post-listing .form-field .social-networks .social-network-block .form-group .select2-container {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
margin-bottom: 20px;
}
.search-listing-wrap .listing-wrap .listing-search-block .listing-filter-block .filter-tag,
.search-listing-wrap .listing-wrap .listing-search-block .listing-filter-block .filter-distance {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
padding-right: 0;
padding-left: 0;
border-right: 0;
}
.search-listing-wrap .listing-wrap .listing-search-block .listing-filter-block .filter-distance {
margin-bottom: 30px;
}
.search-listing-wrap.map-top .listing-wrap .listing-search-block {
padding: 30px;
}
.search-listing-wrap.map-top .listing-wrap .listing-search-block .listing-filter-block {
margin-bottom: 0;
}
.search-listing-wrap.map-top .listing-wrap .listing-search-block .listing-search-form {
display: block;
}
.search-listing-wrap.map-top .listing-wrap .listing-search-block .listing-search-form .form-group {
padding-right: 0;
}
.search-listing-wrap.map-top .listing-wrap .listing-search-block .listing-search-form .location-search:before {
right: 20px;
}
.search-listing-wrap.map-top .listing-wrap .listing-search-block .listing-search-form .button {
padding: 14px 30px;
}
.listing-wrap .listing-result .listing-result-header .search-result-view-control {
display: none;
}
.search-listing-wrap.filter-sidebar .lrn-listing-wrap.listing-list {
display: block;
}
.search-listing-wrap.filter-sidebar .lrn-listing-wrap.listing-list .listing-thumb {
width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
border-bottom-left-radius: 0;
}
.search-listing-wrap.filter-sidebar .lrn-listing-wrap.listing-list .listing-thumb img {
position: static;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
max-width: 100%;
}
.search-listing-wrap.filter-sidebar .lrn-listing-wrap.listing-list .listing-body {
border-top-right-radius: 0;
border-bottom-left-radius: 5px;
padding-left: 20px;
}
.search-listing-wrap.filter-sidebar .lrn-listing-wrap.listing-list .listing-body .meta {
position: relative;
top: 0;
left: 0;
width: 100%;
margin-top: -35px;
}
.search-listing-wrap.filter-sidebar .lrn-listing-wrap.listing-list .listing-body .meta .avater {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.search-listing-wrap.filter-sidebar .lrn-listing-wrap.listing-list .listing-body .meta .favourite,
.search-listing-wrap.filter-sidebar .lrn-listing-wrap.listing-list .listing-body .meta .preview {
background: #ffffff;
color: #808080;
border-color: rgba(0, 0, 0, 0.1);
}
.search-listing-wrap.filter-sidebar .lrn-listing-wrap.listing-list .listing-body .meta .favourite {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
margin-left: auto;
}
.search-listing-wrap.filter-sidebar .lrn-listing-wrap.listing-list .listing-body .meta .preview {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
margin-right: 0;
}
.search-listing-wrap.filter-sidebar .lrn-listing-wrap.listing-list .listing-body h3 {
margin-top: 15px;
}
}
@media all and (min-width: 640px) {
.lrn-listing-wrap.listing-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
}
.lrn-listing-wrap.listing-list .listing-thumb {
-webkit-box-flex: 0;
-ms-flex: 0 0 43%;
flex: 0 0 43%;
position: relative;
overflow: hidden;
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
}
.lrn-listing-wrap.listing-list .listing-thumb img {
position: absolute;
height: 100%;
width: auto;
max-width: 200%;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.lrn-listing-wrap.listing-list .listing-body {
-webkit-box-flex: 0;
-ms-flex: 0 0 57%;
flex: 0 0 57%;
padding-left: 50px;
border-bottom-left-radius: 0;
border-top-right-radius: 5px;
}
.lrn-listing-wrap.listing-list .listing-body .meta {
margin-top: 0;
position: absolute;
top: 25px;
left: 25px;
width: calc(43% + 10px);
}
.lrn-listing-wrap.listing-list .listing-body .meta .avater {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.lrn-listing-wrap.listing-list .listing-body .meta .favourite {
margin-left: 0;
background: rgba(0, 0, 0, 0.25);
color: #ffffff;
border-color: rgba(255, 255, 255, 0.25);
}
.lrn-listing-wrap.listing-list .listing-body .meta .favourite.active {
background: -webkit-gradient(linear, left top, right top, from(#e36cd9), to(#ff60ae));
background: -webkit-linear-gradient(left, #e36cd9, #ff60ae);
background: -o-linear-gradient(left, #e36cd9, #ff60ae);
background: linear-gradient(to right, #e36cd9, #ff60ae);
border-color: transparent;
}
.lrn-listing-wrap.listing-list .listing-body .meta .preview {
margin-right: auto;
background: rgba(0, 0, 0, 0.25);
color: #ffffff;
border-color: rgba(255, 255, 255, 0.25);
}
.lrn-listing-wrap.listing-list .listing-body h3 {
margin-top: 50px;
}
}
@media all and (max-width: 639px) {
.search-listing-wrap .listing-wrap .listing-result .listing-result-header .search-result-view-control {
display: none;
}
}
@media all and (max-width: 575px) {
.listing-modal .modal-dialog {
min-width: auto;
margin: 20px;
}
.listing-review .listing-review-block .review-header {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.listing-review .listing-review-block .review-header .thumb {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
border-radius: 0;
margin-bottom: 20px;
}
.listing-review .listing-review-block .review-header .thumb img {
height: 60px;
width: 60px;
border-radius: 50%;
}
.listing-review .listing-review-block .review-body {
margin-left: 0;
}
.listing-review .listing-review-block .review-body .review-photos {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.listing-review .listing-review-block .review-body .review-photos .review-photo {
height: 60px;
margin-bottom: 10px;
}
.listing-review .listing-review-block .review-body .review-photos .more-photo {
width: 60px;
-webkit-box-flex: 0;
-ms-flex: 0 0 60px;
flex: 0 0 60px;
}
.listing-about ul li {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
.post-listing .form-field {
padding: 20px;
}
.post-listing .basic-field {
padding-bottom: 0;
}
.post-listing .form-field.business-field .business-field-switch {
top: 20px;
right: 45px;
}
.search-listing-wrap .listing-wrap {
padding: 50px 15px;
}
.search-listing-wrap .listing-wrap .listing-search-block .listing-search-field {
display: block;
position: relative;
}
.search-listing-wrap .listing-wrap .listing-search-block .listing-search-field .listing-search-form {
display: block;
}
.search-listing-wrap .listing-wrap .listing-search-block .listing-search-field .listing-search-form .form-group {
padding-right: 0;
}
.search-listing-wrap .listing-wrap .listing-search-block .listing-search-field .listing-search-form .form-group.location-search {
width: calc(100% - 70px);
}
.search-listing-wrap .listing-wrap .listing-search-block .listing-search-field .listing-search-form .form-group.location-search:before {
right: 20px;
}
.search-listing-wrap .listing-wrap .listing-search-block .listing-search-field .collapse-button {
position: absolute;
bottom: 0;
right: 0;
}
.search-listing-wrap .listing-wrap .listing-search-block .listing-search-field .listing-search-form .form-group.location-search {
width: 100%;
}
}
@media all and (max-width: 479px) {
.post-listing .button-area {
display: block;
}
.post-listing .button-area p {
margin-top: 10px;
}
}
@media all and (max-width: 439px) {
.listing-about ul li {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.listing-details-sidebar .host .host-header .thumb {
height: 60px;
width: 60px;
}
.post-listing .form-field .amenities-block .amenities {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.post-listing .form-field .photo-gallery .photo-uploader-wrap {
display: block;
}
.post-listing .form-field .photo-gallery .photo-uploader-wrap .upload-input-label {
width: 100%;
margin-right: 0;
height: 155px;
}
.post-listing .form-field .photo-gallery .photo-uploader-wrap .thumbnail {
width: 100%;
margin-top: 20px;
}
.search-listing-wrap .listing-wrap .listing-search-block .listing-filter-block .category {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
margin-right: 0;
}
.search-listing-wrap .listing-wrap .listing-search-block .listing-filter-block .price {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 140px);
flex: 0 0 calc(100% - 140px);
margin-right: 20px;
}
.search-listing-wrap .listing-wrap .listing-search-block .listing-filter-block .status {
margin-right: 0;
-webkit-box-flex: 0;
-ms-flex: 0 0 120px;
flex: 0 0 120px;
}
.search-listing-wrap .listing-wrap .listing-search-block .listing-filter-block .status a i {
margin-left: 8px;
}
.search-listing-wrap .listing-wrap .listing-search-block .listing-filter-block .sort {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
}
@media all and (max-width: 379px) {
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block .price,
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block .status {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
margin-right: 0;
margin-left: 0;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block .filter-tag .tag-block label {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
}
/*----------------------------------------------
06.0 Steps Style
-----------------------------------------------*/
.start-setps {
margin-bottom: 23px;
}
.start-setps .icon {
margin-bottom: 30px;
}
.start-setps h3 {
font-family: "Rubik", sans-serif;
font-weight: 500;
font-size: 1.8rem;
color: #222222;
margin-bottom: 20px;
}
.start-setps p {
color: #808080;
}
.step-numbers {
position: relative;
margin-bottom: 30px;
}
.step-numbers:before {
position: absolute;
top: 17px;
left: 0;
right: 0;
height: 1px;
background: rgba(0, 0, 0, 0.08);
content: '';
}
.step-numbers .step-number {
text-align: center;
}
.step-numbers .step-number span {
height: 35px;
width: 35px;
border-radius: 50%;
line-height: 35px;
text-align: center;
border: 1px solid rgba(0, 0, 0, 0.05);
display: inline-block;
background: #ffffff;
}
@media all and (max-width: 991px) {
.step-numbers {
display: none;
}
}
/*----------------------------------------------
07.0 Blog Style
-----------------------------------------------*/
.post-grid {
margin-bottom: 30px;
}
.post-grid .post-thumb {
position: relative;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
overflow: hidden;
}
.post-grid .post-thumb .overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.7);
opacity: 0;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.post-grid .post-thumb .overlay a {
position: absolute;
top: 60%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: #ffffff;
display: inline-block;
text-align: center;
height: 46px;
width: 46px;
line-height: 52px;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
border: 2px solid #3195ff;
border-radius: 50%;
}
.post-grid .post-thumb .overlay a span {
color: #3195ff;
font-size: 22px;
}
.post-grid .post-body {
background: #ffffff;
padding: 30px;
padding-bottom: 0;
border: 1px solid rgba(0, 0, 0, 0.08);
border-top: 0;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.post-grid .post-body h3 {
font-size: 1.8rem;
font-weight: 500;
font-family: "Rubik", sans-serif;
color: #222222;
margin-bottom: 10px;
}
.post-grid .post-body p {
color: #808080;
margin-bottom: 20px;
}
.post-grid .post-body .post-meta {
border-top: 1px solid rgba(0, 0, 0, 0.08);
font-size: 1.3rem;
text-transform: uppercase;
color: #808080;
padding: 15px 0;
}
.post-grid .post-body .post-meta .author {
border-right: 1px solid #808080;
padding-right: 13px;
margin-right: 10px;
color: #808080;
}
.post-grid:hover .post-thumb .overlay {
opacity: 1;
}
.post-grid:hover .post-thumb .overlay a {
opacity: 1;
top: 50%;
}
.post-list {
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.post-list + .post-list {
margin-top: 60px;
}
.post-list .post-thumb {
position: relative;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
overflow: hidden;
}
.post-list .post-body {
background: #ffffff;
padding: 30px;
padding-bottom: 0;
border: 1px solid rgba(0, 0, 0, 0.08);
border-top: 0;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.post-list .post-body .post-meta {
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
font-size: 1.4rem;
text-transform: uppercase;
color: #808080;
padding: 0 0 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.post-list .post-body .post-meta .author {
border-right: 1px solid #bdbdbd;
padding-right: 13px;
margin-right: 10px;
color: #808080;
}
.post-list .post-body .post-meta .comment {
margin-left: auto;
}
.post-list .post-body h3 {
font-size: 2.4rem;
font-weight: 500;
font-family: "Rubik", sans-serif;
color: #222222;
margin-bottom: 10px;
margin-top: 20px;
}
.post-list .post-body p {
color: #808080;
margin-bottom: 20px;
font-size: 1.5rem;
}
.post-list .post-body .more {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 30px;
}
.post-list .post-body .more .read-more {
padding: 7px 30px;
color: #222222;
font-weight: 500;
font-size: 1.4rem;
font-family: "Rubik", sans-serif;
border: 1px solid rgba(0, 0, 0, 0.08);
border-radius: 30px;
}
.post-list .post-body .more .social-links a {
margin-right: 20px;
color: #808080;
}
.post-list .post-body .more .social-links a:hover {
color: #3195ff;
}
.post-list .post-body .more .social-links a:last-child {
margin-right: 0;
}
.post-list:hover {
-webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
}
.post-list:hover .post-body .more .read-more {
color: #ffffff;
background: #3195ff;
}
.blog-details .thumb {
border-top-right-radius: 5px;
border-top-left-radius: 5px;
overflow: hidden;
}
.blog-details .blog-content {
border: 1px solid rgba(0, 0, 0, 0.05);
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
background: #ffffff;
padding: 25px 30px;
}
.blog-details .blog-content .post-meta {
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
font-size: 1.4rem;
text-transform: uppercase;
color: #808080;
padding: 0 0 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.blog-details .blog-content .post-meta .author {
padding-right: 13px;
margin-right: 10px;
color: #808080;
position: relative;
}
.blog-details .blog-content .post-meta .author:before {
position: absolute;
top: 5px;
right: 0;
bottom: 7px;
width: 1px;
background: #bdbdbd;
content: '';
}
.blog-details .blog-content .post-meta .comment {
margin-left: auto;
}
.blog-details .blog-content h2 {
font-family: "Rubik", sans-serif;
font-weight: 500;
color: #222222;
font-size: 2.4rem;
margin-top: 25px;
margin-bottom: 20px;
}
.blog-details .blog-content p {
font-size: 1.5rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
color: #808080;
margin-bottom: 0;
}
.blog-details .blog-content p + p {
margin-top: 30px;
}
.blog-details .blog-content blockquote {
margin-top: 40px;
margin-bottom: 40px;
font-size: 1.5rem;
font-weight: 500;
color: #808080;
padding-left: 70px;
position: relative;
}
.blog-details .blog-content blockquote:before {
content: "\e67f";
font-family: 'themify';
position: absolute;
top: 0;
left: 0;
font-size: 4.0rem;
line-height: 1;
color: #3195ff;
}
.blog-details .blog-content img {
margin-bottom: 30px;
margin-top: 30px;
}
.blog-details .blog-content blockquote + img {
margin-top: 0;
}
.blog-details .blog-content .tags-and-share {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-top: 1px solid rgba(0, 0, 0, 0.1);
margin-top: 40px;
padding-top: 15px;
}
.blog-details .blog-content .tags-and-share .tags {
position: relative;
padding-left: 40px;
margin-right: 20px;
margin-top: 10px;
}
.blog-details .blog-content .tags-and-share .tags:before {
position: absolute;
top: 2px;
left: 0;
content: url("../images/tag.png");
}
.blog-details .blog-content .tags-and-share .tags a {
text-transform: uppercase;
font-size: 1.4rem;
color: #808080;
font-family: "Rubik", sans-serif;
font-weight: 400;
margin-left: 5px;
}
.blog-details .blog-content .tags-and-share .tags a:hover {
color: #3195ff;
}
.blog-details .blog-content .tags-and-share .share-media {
margin-top: 10px;
}
.blog-details .blog-content .tags-and-share .share-media a {
margin-right: 20px;
font-size: 1.6rem;
}
.blog-details .blog-content .tags-and-share .share-media a:hover {
color: #3195ff;
}
.blog-details .blog-content .tags-and-share .share-media a:last-child {
margin-right: 0;
}
.post-author {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 40px;
}
.post-author .thumb {
height: 100px;
width: 100px;
overflow: hidden;
border-radius: 50%;
border: 1px solid rgba(0, 0, 0, 0.08);
-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.post-author h4 {
font-size: 1.6rem;
font-family: "Rubik", sans-serif;
font-weight: 500;
color: #222222;
margin-top: 20px;
}
.post-author span {
font-family: "Rubik", sans-serif;
font-weight: 400;
color: #808080;
}
.comment-area .comment-area-title {
font-family: "Rubik", sans-serif;
font-weight: 500;
font-size: 2.4rem;
color: #222222;
position: relative;
padding-bottom: 25px;
margin-bottom: 50px;
}
.comment-area .comment-area-title:before, .comment-area .comment-area-title:after {
content: '';
position: absolute;
left: 0;
height: 1px;
background: #3195ff;
opacity: .5;
}
.comment-area .comment-area-title:before {
bottom: 0;
width: 30px;
}
.comment-area .comment-area-title:after {
bottom: 5px;
width: 50px;
}
.comment-area .comments {
padding: 0;
margin: 0;
list-style: none;
}
.comment-area .comments .comment + .comment {
margin-top: 30px;
}
.comment-area .comments .comment .comment-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.comment-area .comments .comment .comment-wrap .commenter-thumb {
width: 80px;
-webkit-box-flex: 0;
-ms-flex: 0 0 80px;
flex: 0 0 80px;
margin-right: 40px;
text-align: center;
}
.comment-area .comments .comment .comment-wrap .commenter-thumb img {
height: 80px;
border-radius: 50%;
overflow: hidden;
-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
border: 1px solid rgba(0, 0, 0, 0.08);
}
.comment-area .comments .comment .comment-wrap .commenter-thumb a {
font-size: 1.3rem;
font-weight: 500;
font-family: "Rubik", sans-serif;
text-transform: uppercase;
margin-top: 10px;
color: #3195ff;
}
.comment-area .comments .comment .comment-wrap .comment-body {
background: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.08);
border-radius: 5px;
padding: 25px;
}
.comment-area .comments .comment .comment-wrap .comment-body .comment-header .commenter-name {
font-size: 1.5rem;
font-family: "Rubik", sans-serif;
font-weight: 500;
color: #222222;
margin-right: 20px;
}
.comment-area .comments .comment .comment-wrap .comment-body .comment-header .date {
font-family: "Rubik", sans-serif;
font-weight: 400;
font-size: 1.4rem;
color: #808080;
}
.comment-area .comments .comment .comment-wrap .comment-body .comment-header .date:before {
content: '-';
margin-right: 5px;
}
.comment-area .comments .comment .comment-wrap .comment-body .comment-content {
margin-top: 10px;
}
.comment-area .comments .comment .comment-wrap .comment-body .comment-content p {
font-size: 1.5rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
color: #808080;
}
.comment-area .comments .comment .child-comment {
margin-top: 30px;
margin-left: 120px;
}
.comment-area .comments .comment .child-comment .commenter-thumb .comment-reply a {
color: #3195ff;
}
.comment-respond .comment-respond-title {
font-family: "Rubik", sans-serif;
font-weight: 500;
font-size: 2.4rem;
color: #222222;
position: relative;
padding-bottom: 25px;
margin-bottom: 50px;
}
.comment-respond .comment-respond-title:before, .comment-respond .comment-respond-title:after {
content: '';
position: absolute;
left: 0;
height: 1px;
background: #3195ff;
opacity: .5;
}
.comment-respond .comment-respond-title:before {
bottom: 0;
width: 30px;
}
.comment-respond .comment-respond-title:after {
bottom: 5px;
width: 50px;
}
.comment-respond form {
background: #ffffff;
padding: 30px;
padding-bottom: 45px;
border: 1px solid rgba(0, 0, 0, 0.05);
border-radius: 5px;
}
.comment-respond form .form-group {
position: relative;
}
.comment-respond form .form-group .form-control {
padding: 0;
border: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-respond form .form-group .form-control:focus, .comment-respond form .form-group .form-control:valid {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.comment-respond form .form-group .input-br {
position: absolute;
bottom: 0;
left: 0;
height: 2px;
width: 0;
background: #3195ff;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.comment-respond form .form-group textarea.form-control {
height: 100px;
resize: none;
padding-top: 14px;
}
.comment-respond form .form-group label {
position: absolute;
top: 1.4rem;
left: 0;
margin-bottom: 0;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
cursor: text;
}
.comment-respond form .form-group .form-control:valid ~ label,
.comment-respond form .form-group .form-control:focus ~ label {
top: -16px;
color: #222222;
}
.comment-respond form .form-group .form-control:valid ~ .input-br,
.comment-respond form .form-group .form-control:focus ~ .input-br {
width: 100%;
}
.comment-respond form .button {
color: #ffffff;
border-radius: 30px;
padding: 12px 40px;
background: #3195ff;
font-size: 1.4rem;
font-weight: 500;
}
.side-bar .widget {
padding: 20px;
border-radius: 5px;
border: 1px solid rgba(0, 0, 0, 0.05);
background: #ffffff;
}
.side-bar .widget + .widget {
margin-top: 30px;
}
.side-bar .widget .widget-title {
font-size: 2.0rem;
font-weight: 500;
color: #222222;
font-family: "Rubik", sans-serif;
position: relative;
padding-bottom: 25px;
margin-bottom: 30px;
}
.side-bar .widget .widget-title:before, .side-bar .widget .widget-title:after {
content: '';
position: absolute;
left: 0;
height: 1px;
background: #3195ff;
opacity: .5;
}
.side-bar .widget .widget-title:before {
bottom: 0;
width: 30px;
}
.side-bar .widget .widget-title:after {
bottom: 5px;
width: 50px;
}
.side-bar .widget-search {
padding: 0;
}
.side-bar .widget-search form {
position: relative;
}
.side-bar .widget-search form input {
height: 60px;
border-radius: 5px;
border: 0;
width: 100%;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
padding: 0 20px;
}
.side-bar .widget-search form button {
position: absolute;
top: 16px;
right: 14px;
background: transparent;
border: 0;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
cursor: pointer;
}
.side-bar .widget-search form button i {
color: #3195ff;
font-size: 1.6rem;
}
.side-bar .widget-category ul {
padding: 0;
margin: 0;
list-style: none;
}
.side-bar .widget-category ul li a {
display: block;
width: 100%;
padding: 5px;
color: #909090;
border-bottom: 1px dashed transparent;
}
.side-bar .widget-category ul li a:hover {
color: #3195ff;
border-bottom-color: rgba(0, 0, 0, 0.1);
}
.side-bar .widget-latest-post .recent-entries .recent-entry {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.side-bar .widget-latest-post .recent-entries .recent-entry + .recent-entry {
margin-top: 20px;
}
.side-bar .widget-latest-post .recent-entries .recent-entry:hover .thumb a:before {
font-size: 1.8rem;
opacity: 1;
}
.side-bar .widget-latest-post .recent-entries .recent-entry:hover .thumb a:after {
width: 60px;
height: 60px;
opacity: .7;
}
.side-bar .widget-latest-post .recent-entries .recent-entry:hover .body h5 {
color: #3195ff;
}
.side-bar .widget-latest-post .recent-entries .recent-entry .thumb {
height: 80px;
width: 80px;
-webkit-box-flex: 0;
-ms-flex: 0 0 80px;
flex: 0 0 80px;
margin-right: 20px;
border-radius: 50%;
overflow: hidden;
}
.side-bar .widget-latest-post .recent-entries .recent-entry .thumb a {
position: relative;
}
.side-bar .widget-latest-post .recent-entries .recent-entry .thumb a:before {
content: '\f067';
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
position: absolute;
opacity: 0;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: #ffffff;
font-size: 2.2rem;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
z-index: 9;
}
.side-bar .widget-latest-post .recent-entries .recent-entry .thumb a:after {
content: '';
position: absolute;
top: 50%;
left: 50%;
height: 80px;
width: 80px;
border-radius: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
background: #3195ff;
opacity: 0;
}
.side-bar .widget-latest-post .recent-entries .recent-entry .body h5 {
font-size: 1.6rem;
font-weight: 400;
font-family: "Rubik", sans-serif;
color: #222222;
}
.side-bar .widget-latest-post .recent-entries .recent-entry .body span.date {
font-size: 1.3rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
color: #808080;
margin-top: 10px;
display: inline-block;
}
.side-bar .widget_tag_cloud .tagcloud a {
position: relative;
z-index: 2;
margin-right: 10px;
margin-bottom: 10px;
padding: 7px 20px;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 30px;
}
.side-bar .widget_tag_cloud .tagcloud a:hover {
color: #3195ff;
border-color: #3195ff;
}
@media all and (max-width: 991px) {
.side-bar {
margin-top: 50px;
}
}
@media all and (max-width: 767px) {
.comment-area .comments .comment .comment-wrap .commenter-thumb {
margin-right: 20px;
}
.comment-area .comments .comment .child-comment {
margin-left: 40px;
}
}
@media all and (max-width: 539px) {
.post-list .post-body .post-meta .comment {
display: none;
}
.blog-details .blog-content .post-meta .comment {
display: none;
}
}
@media all and (max-width: 439px) {
.post-list .post-body .more .social-links {
display: none;
}
.comment-area .comments .comment .comment-wrap {
display: block;
}
.comment-area .comments .comment .comment-wrap .commenter-thumb {
margin-bottom: 10px;
}
}
/*----------------------------------------------
08.0 Form Style
-----------------------------------------------*/
form .form-group {
margin-bottom: 25px;
}
form .form-control {
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
background: transparent;
font-size: 1.4rem;
height: 50px;
}
form .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
background: transparent;
}
form .button {
background: transparent;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
cursor: pointer;
padding: 12px 30px;
font-size: 1.5rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0px 1000px #000 inset;
-webkit-transition: background-color 5000s ease-in-out 0s;
-o-transition: background-color 5000s ease-in-out 0s;
transition: background-color 5000s ease-in-out 0s;
background-color: transparent;
}
/*----------------------------------------------
09.0 Call to Action Style
-----------------------------------------------*/
.call-to-action-bg {
background: #3195ff;
}
.call-to-action-wrap {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.call-to-action-wrap .call-to-action-content {
color: #ffffff;
}
.call-to-action-wrap .call-to-action-content h3 {
font-size: 3.6rem;
font-family: "Signika", sans-serif;
font-weight: 600;
margin-bottom: 10px;
}
.call-to-action-wrap .call-to-action-content p {
font-size: 1.5rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
}
.call-to-action-wrap .call-to-action-button a {
color: #ffffff;
border: 2px solid #ffffff;
border-radius: 40px;
font-size: 1.8rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
padding: 11px 30px 11px 68px;
position: relative;
}
.call-to-action-wrap .call-to-action-button a span {
position: absolute;
top: 6px;
left: 6px;
height: 44px;
width: 44px;
border: 1px dashed #ffffff;
border-radius: 50%;
display: inline-block;
line-height: 44px;
text-align: center;
}
.call-to-action-wrap .call-to-action-shape {
max-width: 720px;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
@media all and (max-width: 991px) {
.call-to-action-wrap .call-to-action-shape {
display: none;
}
}
@media all and (max-width: 767px) {
.call-to-action-wrap {
display: block;
}
.call-to-action-wrap .call-to-action-button {
margin-top: 30px;
}
}
/*----------------------------------------------
10.0 Footer Style
-----------------------------------------------*/
.footer-bg {
background: url(../images/bg/footer-bg.jpg) no-repeat center;
background-size: cover;
}
.footer-widget {
margin-bottom: 30px;
color: #b5b5b5;
}
.footer-widget .footer-widget-title {
font-family: "Rubik", sans-serif;
font-weight: 400;
font-size: 1.8rem;
color: #ffffff;
position: relative;
margin-bottom: 40px;
}
.footer-widget.footer-about .logo {
margin-bottom: 38px;
}
.footer-widget.footer-about .copyright-text {
margin-bottom: 40px;
}
.footer-widget.footer-about .social-links {
margin-top: 20px;
}
.footer-widget.footer-about .social-links a {
color: #919ea8;
margin-right: 20px;
font-size: 1.8rem;
}
.footer-widget.footer-about .social-links a:hover {
color: #ffffff;
}
.footer-widget.footer-widget-contact .office-address {
margin-bottom: 20px;
}
.footer-widget.footer-widget-contact span {
color: #ffffff;
}
.footer-widget.footer-widget-links ul {
padding: 0;
margin: 0;
list-style: none;
}
.footer-widget.footer-widget-links ul li + li {
margin-top: 12px;
}
.footer-widget.footer-widget-links ul li a:hover {
color: #ffffff;
}
.footer-widget.footer-widget-apps .app-download-links a {
margin-right: 10px;
}
.footer-widget.footer-widget-apps .app-download-links a + a {
margin-top: 20px;
}
.footer-bottom {
border-top: 1px solid rgba(255, 255, 255, 0.05);
padding: 52px 0;
}
.footer-bottom .footer-nav {
padding: 0;
margin: 0;
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.footer-bottom .footer-nav li a {
color: #919ea8;
padding-right: 12px;
margin-right: 20px;
}
.footer-bottom .footer-nav li a:hover {
color: #ffffff;
}
.footer-bottom .apps-download {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.footer-bottom .apps-download a {
margin: 0 15px;
}
.footer-bottom .backtotop {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.footer-bottom .backtotop a {
color: #919ea8;
}
.footer-bottom .backtotop a:hover {
color: #ffffff;
}
.footer-bottom .backtotop a i {
margin-left: 8px;
}
.newsletter-form {
position: relative;
}
.newsletter-success,
.newsletter-error {
border-radius: 3px;
color: #ffffff;
padding: 5px 15px !important;
margin-bottom: 0;
margin-top: 10px;
display: none;
position: absolute;
top: calc(100% + 10px);
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.newsletter-success {
background-color: #27ae60;
}
.newsletter-error {
background-color: #e74c3c;
}
@media all and (max-width: 991px) {
.footer-bottom {
text-align: center;
}
.footer-bottom .footer-nav {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 20px 0;
}
.footer-bottom .footer-nav li a {
margin-right: 0;
padding: 0 10px;
}
.footer-bottom .backtotop {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.footer-widget .footer-widget-title {
margin-bottom: 25px;
}
.footer-widget.footer-about .logo {
margin-bottom: 18px;
}
}
/*----------------------------------------------
11.0 Testimonial Style
-----------------------------------------------*/
.testimonial-bg {
background: url("../images/bg/testimonial-bg.jpg") no-repeat center;
background-size: cover;
}
.testimonial {
position: relative;
}
.testimonial:before {
position: absolute;
top: 38px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
content: url("../images/triangle.png");
}
.testimonial .testimonial-item {
text-align: center;
margin-bottom: 10px;
}
.testimonial .testimonial-item:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.testimonial .testimonial-item p {
color: #ffffff;
font-size: 1.5rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
margin-bottom: 15px;
}
.testimonial .testimonial-item h5 {
font-size: 1.8rem;
font-family: "Signika", sans-serif;
font-weight: 600;
color: #ffffff;
}
.testimonial .testimonial-item > span {
font-size: 1.4rem;
font-family: "Rubik", sans-serif;
color: #ffffff;
font-weight: 400;
margin-bottom: 30px;
display: inline-block;
}
.testimonial .testimonial-item .quote span {
height: 60px;
width: 60px;
border-radius: 50%;
border: 2px solid rgba(255, 255, 255, 0.15);
display: inline-block;
font-size: 2.8rem;
line-height: 56px;
text-align: center;
color: #3195ff;
}
.testimonial .testimonial-nav {
width: 240px;
margin: 0 auto 34px;
}
.testimonial .testimonial-nav .commenter-thumb {
border: 5px solid transparent;
border-radius: 50%;
}
.testimonial .testimonial-nav .commenter-thumb:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.testimonial .testimonial-nav .commenter-thumb.slick-center {
border: 5px solid #3195ff;
}
.testimonial .testimonial-nav img {
height: 70px;
width: 70px;
border-radius: 50%;
margin: 0;
margin-right: 0;
}
@media all and (max-width: 1199px) {
.testimonial:before {
content: '';
}
.testimonial .testimonial-item {
margin-bottom: 0;
}
}
/*----------------------------------------------
12.0 Video Player Style
-----------------------------------------------*/
.listing-video .plyr--video {
border-radius: 5px;
}
.listing-video .plyr--full-ui input[type=range] {
color: #3195ff;
}
.listing-video .plyr__control {
background: #3195ff;
color: #ffffff;
}
.listing-video .plyr__control:hover {
background: #3195ff;
}
.listing-video .plyr__control--overlaid {
height: 70px;
width: 70px;
}
.listing-video .plyr__control--overlaid svg {
left: 12px;
}
/*----------------------------------------------
13.0 Pricing Style
-----------------------------------------------*/
.pricing-plan {
overflow: hidden;
border-radius: 5px;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
margin-bottom: 30px;
}
.pricing-plan .plan-header {
padding: 30px;
color: #ffffff;
background: #30cdfc;
position: relative;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}
.pricing-plan .plan-header .icon {
position: absolute;
top: 50%;
right: 30px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.pricing-plan .plan-header .icon i {
font-size: 3.0rem;
}
.pricing-plan .plan-header h4 {
font-size: 3.0rem;
font-family: "Signika", sans-serif;
font-weight: 500;
}
.pricing-plan .plan-header span {
font-size: 1.5rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
}
.pricing-plan .plan-header.color-3 {
background: #71d89d;
}
.pricing-plan .plan-body {
text-align: center;
padding: 30px;
border: 1px solid rgba(0, 0, 0, 0.08);
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
background: #ffffff;
overflow: hidden;
}
.pricing-plan .plan-body .plan-feature {
padding: 0;
margin: 0;
list-style: none;
}
.pricing-plan .plan-body .plan-feature li {
font-size: 1.5rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
}
.pricing-plan .plan-body .plan-feature li + li {
margin-top: 15px;
}
.pricing-plan .plan-body .button {
margin-top: 40px;
padding: 12px 40px;
border-radius: 30px;
color: #ffffff;
background: #3195ff;
}
.pricing-plan .plan-body .recomanded {
margin-top: 30px;
}
.pricing-plan .plan-body .recomanded i {
font-size: 2.8rem;
}
.pricing-plan .plan-body .recomanded p {
font-size: 1.5rem;
font-family: "Rubik", sans-serif;
font-weight: 500;
color: #808080;
}
.pricing-plan.featured-plan {
-webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
}
.pricing-plan.featured-plan .plan-header {
background: #cdb6ef;
}
.pricing-plan.featured-plan .plan-body {
border-color: transparent;
}
.pricing-plan:hover {
-webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
}
/*----------------------------------------------
14.0 About Style
-----------------------------------------------*/
.featured-content h2 {
font-size: 3.6rem;
color: #071f1d;
font-weight: 600;
font-family: "Signika", sans-serif;
margin-bottom: 35px;
}
.featured-content h2 span {
font-weight: 700;
}
.featured-content p {
font-size: 1.5rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
color: #808080;
}
.featured-content p + p {
margin-top: 20px;
}
.featured-content p + ul {
margin-top: 20px;
}
.featured-content ul {
margin: 0;
padding: 0;
list-style: none;
}
.featured-content ul li + li {
margin-top: 10px;
}
.featured-content ul li {
padding-left: 30px;
position: relative;
font-size: 1.5rem;
}
.featured-content ul li:before {
position: absolute;
top: 0;
left: 0;
content: '\f058';
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
color: #aaaaaa;
}
@media all and (max-width: 991px) {
.featured-content {
margin-top: 30px;
}
}
/*----------------------------------------------
15.0 Counter Style
-----------------------------------------------*/
.fact {
text-align: center;
margin-bottom: 30px;
}
.fact .fact-number {
font-size: 4.2rem;
color: #3195ff;
font-family: "Signika", sans-serif;
font-weight: 600;
margin-bottom: 0;
line-height: 1;
}
.fact .fact-name {
font-size: 1.8rem;
color: #222222;
line-height: 1;
margin-top: 10px;
}
/*----------------------------------------------
16.0 Contact Style
-----------------------------------------------*/
.contact-block-title h4 {
font-family: "Rubik", sans-serif;
font-size: 2.0rem;
font-weight: 500;
color: #3195ff;
}
.contact-info .info-details {
margin-bottom: 30px;
}
.contact-info .info-details h5 {
font-size: 1.6rem;
font-family: "Rubik", sans-serif;
font-weight: 500;
color: #222222;
margin-bottom: 10px;
text-transform: uppercase;
}
.contact-info .info-details p {
font-size: 1.4rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
color: #808080;
margin-bottom: 0;
}
.contact-form .form-group {
position: relative;
}
.contact-form .form-group .form-control {
font-size: 1.4rem;
color: #808080;
padding: 0;
border-radius: 0;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
border: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.contact-form .form-group .form-control:focus, .contact-form .form-group .form-control:valid {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.contact-form .form-group label {
position: absolute;
top: 1.4rem;
left: 0;
margin-bottom: 0;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
cursor: text;
}
.contact-form .form-group .input-br {
position: absolute;
bottom: 0;
left: 0;
height: 2px;
width: 0;
background: #3195ff;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.contact-form .form-group textarea.form-control {
padding-top: 13px;
height: 120px;
resize: none;
}
.contact-form .form-group .form-control:valid ~ label,
.contact-form .form-group .form-control:focus ~ label {
top: -16px;
color: #222222;
}
.contact-form .form-group .form-control:valid ~ .input-br,
.contact-form .form-group .form-control:focus ~ .input-br {
width: 100%;
}
.contact-form .button {
background: #3195ff;
color: #ffffff;
border-radius: 30px;
padding: 9px 40px;
}
.contact-map {
height: 400px;
}
#contactForm {
position: relative;
}
.input-success,
.input-error {
border-radius: 3px;
color: #ffffff;
padding: 5px 15px !important;
margin-bottom: 0;
margin-top: 10px;
display: none;
position: absolute;
top: calc(100% + 10px);
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.input-success {
background-color: #27ae60;
}
.input-error {
background-color: #e74c3c;
}
@media all and (max-width: 991px) {
.contact-block-title {
margin-bottom: 30px;
}
}
/*----------------------------------------------
17.0 Pagination Style
-----------------------------------------------*/
.pagination.mar-30 {
margin-top: 20px;
}
.pagination.mar-60 {
margin-top: 50px;
}
.pagination.text-center .nav-links {
width: 100%;
}
.pagination .nav-links .page-numbers {
height: 40px;
width: 40px;
line-height: 40px;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 50px;
display: inline-block;
outline: none;
text-decoration: none;
margin: 10px 5px 0;
text-align: center;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
color: #808080;
position: relative;
z-index: 2;
}
.pagination .nav-links .page-numbers.current {
color: #ffffff;
border-color: transparent;
background: #3195ff;
}
/*----------------------------------------------
18.0 Nav Style
-----------------------------------------------*/
header {
position: relative;
}
header .nav-absolute {
position: absolute;
top: 0;
left: 0;
right: 0;
}
.cp-nav .navbar {
padding: 35px 0;
}
.cp-nav .navbar .navbar-brand {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
padding: 0;
margin: 0;
}
.cp-nav .navbar .nav-extra {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.cp-nav .navbar .nav-extra .user {
margin-right: 20px;
}
.cp-nav .navbar .nav-extra .user a {
height: 50px;
width: 50px;
line-height: 50px;
text-align: center;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 50%;
font-size: 1.8rem;
}
.cp-nav .navbar .nav-extra .user a span {
color: #3195ff;
}
.cp-nav .navbar .nav-extra .nav-listing a {
border-radius: 30px;
font-size: 1.5rem;
color: #ffffff;
background: #3195ff;
padding: 7px;
padding-right: 35px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.cp-nav .navbar .nav-extra .nav-listing a span[class^="ti"] {
height: 36px;
width: 36px;
border-radius: 50%;
border: 1px dashed rgba(255, 255, 255, 0.5);
display: inline-block;
line-height: 36px;
text-align: center;
margin-right: 16px;
}
.cp-nav .navbar .navbar-collapse {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.cp-nav .navbar .navbar-collapse .navbar-nav {
margin-right: 40px;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .menu-item {
margin-right: 35px;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .menu-item:last-child {
margin-right: 0;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .menu-item a {
font-family: "Rubik", sans-serif;
font-weight: 400;
font-size: 1.5rem;
color: #373737;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .menu-item a:hover {
color: #3195ff;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .dropdown {
position: relative;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .dropdown:hover > .dropdown-menu {
opacity: 1;
visibility: visible;
top: 100%;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-toggle {
position: relative;
padding-right: 14px;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-toggle:after {
border-right: 0;
border-top: 0;
border-left: 0;
content: '\f078';
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
position: absolute;
font-size: 1.1rem;
top: 4px;
right: 0;
color: #373737;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu {
display: block;
opacity: 0;
visibility: hidden;
min-width: 185px;
border: 1px solid rgba(0, 0, 0, 0.08);
border-radius: 5px;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
top: 200%;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .menu-item {
padding: 6px 0;
margin-right: 0;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .menu-item a {
padding: 0 20px;
width: 100%;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .menu-item .dropdown-toggle:after {
content: '\f078';
right: 20px;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .menu-item .dropdown-menu {
left: 100%;
right: auto;
top: 0;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .menu-item .dropdown-menu .dropdown-menu {
left: auto;
right: 100%;
top: 0;
}
.cp-nav.nav-2 {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.cp-nav.nav-2 .navbar {
padding: 45px 0;
}
.cp-nav.nav-2 .navbar .navbar-brand {
-webkit-box-flex: 0;
-ms-flex: 0 0 245px;
flex: 0 0 245px;
}
.cp-nav.nav-2 .navbar .nav-extra {
-webkit-box-flex: 0;
-ms-flex: 0 0 245px;
flex: 0 0 245px;
}
.cp-nav.nav-2 .navbar .nav-extra .user a {
border-color: rgba(255, 255, 255, 0.1);
}
.cp-nav.nav-2 .navbar .nav-extra .user a span {
color: #ffffff;
}
.cp-nav.nav-2 .navbar .nav-extra .nav-listing a {
background: transparent;
border: 1px solid rgba(255, 255, 255, 0.1);
}
.cp-nav.nav-2 .navbar .nav-extra .nav-listing a span[class^="ti"] {
border-color: rgba(255, 255, 255, 0.1);
color: #3195ff;
}
.cp-nav.nav-2 .navbar .navbar-collapse .navbar-nav .menu-item > a {
color: #ffffff;
}
.cp-nav.nav-2 .navbar .navbar-collapse .navbar-nav .menu-item > a.dropdown-toggle:after {
color: #ffffff;
}
.cp-nav.nav-2 .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .menu-item a {
color: #373737;
}
.cp-nav.nav-2 .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .menu-item a:hover {
color: #3195ff;
}
.cp-nav.nav-2 .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .menu-item .dropdown-toggle:after {
color: #373737;
}
.cp-nav.color-bg {
background: #353954;
}
.cp-nav.nav-3 {
position: relative;
z-index: 999;
}
.cp-nav.nav-3 .navbar {
padding: 24px 0;
}
.cp-nav.nav-3 .navbar .navbar-brand {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.cp-nav.nav-3 .navbar .nav-search {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
margin-left: 100px;
position: relative;
}
.cp-nav.nav-3 .navbar .nav-search .nav-search-toggle {
display: none;
}
.cp-nav.nav-3 .navbar .nav-search form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.cp-nav.nav-3 .navbar .nav-search form .form-group {
margin-bottom: 0;
margin-right: 20px;
width: 170px;
}
.cp-nav.nav-3 .navbar .nav-search form .form-group .form-control {
color: #ffffff;
border: 0;
border-radius: 0;
height: 40px;
padding: 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.cp-nav.nav-3 .navbar .nav-search form .form-group .form-control::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #ffffff;
}
.cp-nav.nav-3 .navbar .nav-search form .form-group .form-control::-moz-placeholder {
/* Firefox 19+ */
color: #ffffff;
}
.cp-nav.nav-3 .navbar .nav-search form .form-group .form-control:-ms-input-placeholder {
/* IE 10+ */
color: #ffffff;
}
.cp-nav.nav-3 .navbar .nav-search form .form-group .form-control:-moz-placeholder {
/* Firefox 18- */
color: #ffffff;
}
.cp-nav.nav-3 .navbar .nav-search form .form-group .select2-container.select2-container--bootstrap .select2-selection {
height: 40px;
line-height: 40px;
padding: 0;
background: transparent !important;
border: 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
color: #ffffff;
}
.cp-nav.nav-3 .navbar .nav-search form .form-group .select2-container.select2-container--bootstrap .select2-selection .select2-selection__rendered {
color: #ffffff;
}
.cp-nav.nav-3 .navbar .nav-search form .form-group .select2-container.select2-container--bootstrap .select2-selection .select2-selection__arrow {
right: 6px;
}
.cp-nav.nav-3 .navbar .nav-search form .form-group .select2-container.select2-container--bootstrap .select2-selection .select2-selection__arrow:before {
content: '\f078';
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
font-size: 1rem;
}
.cp-nav.nav-3 .navbar .nav-search form .form-group .select2-container.select2-container--bootstrap .select2-selection .select2-selection__arrow b {
border-bottom: 0;
border-radius: 0;
border-left: 0;
border-top: 0;
}
.cp-nav.nav-3 .navbar .nav-search form .button {
height: 50px;
width: 50px;
border-radius: 50%;
border: 1px solid rgba(255, 255, 255, 0.2);
padding: 0;
color: #ffffff;
}
.cp-nav.nav-3 .navbar .nav-extra {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.cp-nav.nav-3 .navbar .nav-extra .user a {
border-color: rgba(255, 255, 255, 0.2);
}
.cp-nav.nav-3 .navbar .nav-extra .user a span {
color: #ffffff;
-webkit-text-fill-color: #ffffff;
}
.cp-nav.nav-3 .navbar .nav-extra .nav-listing a {
background: #3195ff;
}
.cp-nav.nav-3 .navbar .nav-extra .nav-listing a span[class^="ti"] {
border-color: rgba(255, 255, 255, 0.2);
color: #ffffff;
}
.cp-nav.nav-3 .navbar .navbar-collapse {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.cp-nav.nav-3 .navbar .navbar-collapse .navbar-nav .menu-item > a {
color: #ffffff;
}
.cp-nav.nav-3 .navbar .navbar-collapse .navbar-nav .menu-item > a.dropdown-toggle:after {
color: #ffffff;
}
.cp-nav.nav-3 .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu {
z-index: 99;
}
.cp-nav.nav-3 .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .menu-item a {
color: #373737;
}
.cp-nav.nav-3 .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .menu-item a:hover {
color: #3195ff;
}
.cp-nav.nav-3 .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .menu-item .dropdown-toggle:after {
color: #373737;
}
@media all and (min-width: 1900px) {
.cp-nav {
padding: 0 100px;
}
}
@media all and (max-width: 1599px) {
.cp-nav.nav-3 .navbar .nav-search .nav-search-toggle {
display: block;
height: 50px;
width: 50px;
text-align: center;
line-height: 50px;
border-radius: 50%;
border: 1px solid rgba(255, 255, 255, 0.1);
padding: 0;
color: #ffffff;
}
.cp-nav.nav-3 .navbar .nav-search form {
display: none;
padding: 20px;
background: #ffffff;
position: absolute;
top: 120%;
left: 0;
width: 460px;
border-radius: 3px;
-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
.cp-nav.nav-3 .navbar .nav-search form .form-group {
float: left;
}
.cp-nav.nav-3 .navbar .nav-search form .form-group .form-control {
color: #373737;
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.cp-nav.nav-3 .navbar .nav-search form .form-group .form-control::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #373737;
}
.cp-nav.nav-3 .navbar .nav-search form .form-group .form-control::-moz-placeholder {
/* Firefox 19+ */
color: #373737;
}
.cp-nav.nav-3 .navbar .nav-search form .form-group .form-control:-ms-input-placeholder {
/* IE 10+ */
color: #373737;
}
.cp-nav.nav-3 .navbar .nav-search form .form-group .form-control:-moz-placeholder {
/* Firefox 18- */
color: #373737;
}
.cp-nav.nav-3 .navbar .nav-search form .form-group .select2-container.select2-container--bootstrap .select2-selection {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
color: #373737;
}
.cp-nav.nav-3 .navbar .nav-search form .form-group .select2-container.select2-container--bootstrap .select2-selection .select2-selection__rendered {
color: #373737;
}
.cp-nav.nav-3 .navbar .nav-search form .form-group .select2-container.select2-container--bootstrap .select2-selection .select2-selection__arrow:before {
color: #373737;
}
.cp-nav.nav-3 .navbar .nav-search form .button {
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 0;
color: #373737;
height: 40px;
width: 40px;
line-height: 40px;
font-size: 1.4rem;
}
}
@media all and (min-width: 1200px) {
.cp-nav {
padding: 0 50px;
}
}
@media all and (max-width: 1199px) {
.cp-nav {
padding: 0 15px;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu {
left: 0;
right: auto;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown-menu {
left: auto !important;
right: 100% !important;
}
.cp-nav.nav-2 {
padding: 0;
}
.cp-nav.nav-2 .navbar {
padding: 10px 0;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.cp-nav.nav-2 .navbar .navbar-brand {
margin-right: auto;
}
.cp-nav.nav-2 .navbar .navbar-toggler {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
border: 1px solid #ffffff;
font-size: 2.4rem;
padding: 5px 9px;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
margin-left: 20px;
}
.cp-nav.nav-2 .navbar .navbar-toggler span {
color: #ffffff;
}
.cp-nav.nav-2 .navbar .navbar-collapse {
position: absolute;
top: 100%;
left: 0;
right: 0;
background: #ffffff;
z-index: 999;
border-radius: 5px;
-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
.cp-nav.nav-2 .navbar .navbar-collapse .navbar-nav {
padding: 20px;
margin-right: 0;
}
.cp-nav.nav-2 .navbar .navbar-collapse .navbar-nav > li {
padding: 6px 0;
}
.cp-nav.nav-2 .navbar .navbar-collapse .navbar-nav > li.menu-item {
margin-right: 0;
}
.cp-nav.nav-2 .navbar .navbar-collapse .navbar-nav > li a {
display: block;
padding: 0;
}
.cp-nav.nav-2 .navbar .navbar-collapse .navbar-nav .menu-item a {
color: #373737;
}
.cp-nav.nav-2 .navbar .navbar-collapse .navbar-nav .menu-item.dropdown .dropdown-toggle:after {
color: #373737;
}
.cp-nav.nav-2 .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu {
display: none;
padding: 10px 20px;
}
.cp-nav.nav-2 .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .menu-item .dropdown-toggle:after {
right: 0;
}
.cp-nav.nav-2 .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .menu-item a {
padding: 0;
}
.cp-nav.nav-2 .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu.show {
display: block;
}
.cp-nav.nav-3 .navbar .nav-search {
margin-left: 50px;
}
}
@media all and (max-width: 991px) {
.cp-nav .navbar {
padding: 10px 0;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.cp-nav .navbar .navbar-brand {
margin-right: auto;
}
.cp-nav .navbar .navbar-toggler {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
border: 1px solid rgba(0, 0, 0, 0.1);
font-size: 2.4rem;
padding: 5px 9px;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
margin-left: 20px;
}
.cp-nav .navbar .navbar-collapse {
position: absolute;
top: 100%;
left: 0;
right: 0;
background: #ffffff;
z-index: 999;
border-radius: 5px;
-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
.cp-nav .navbar .navbar-collapse .navbar-nav {
padding: 20px;
margin-right: 0;
}
.cp-nav .navbar .navbar-collapse .navbar-nav > li {
padding: 6px 0;
}
.cp-nav .navbar .navbar-collapse .navbar-nav > li.menu-item {
margin-right: 0;
}
.cp-nav .navbar .navbar-collapse .navbar-nav > li a {
display: block;
padding: 0;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu {
display: none;
padding: 10px 20px;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .menu-item .dropdown-toggle:after {
right: 0;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .menu-item a {
padding: 0;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu.show {
display: block;
}
.cp-nav.nav-2 .navbar .navbar-brand {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.cp-nav.nav-2 .navbar .nav-extra {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.cp-nav.nav-3 .navbar {
padding: 10px 0;
}
.cp-nav.nav-3 .navbar .nav-search {
display: none;
}
.cp-nav.nav-3 .navbar .navbar-toggler {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
border: 1px solid #ffffff;
border-radius: 0;
font-size: 2.4rem;
padding: 5px 9px;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
margin-left: 20px;
}
.cp-nav.nav-3 .navbar .navbar-toggler span {
color: #ffffff;
}
.cp-nav.nav-3 .navbar .navbar-collapse .navbar-nav .menu-item a {
color: #373737;
}
.cp-nav.nav-3 .navbar .navbar-collapse .navbar-nav .menu-item.dropdown .dropdown-toggle:after {
color: #373737;
}
}
@media all and (max-width: 575px) {
.cp-nav .navbar .navbar-brand img {
height: 30px;
}
.cp-nav .navbar .nav-extra .user a {
height: 35px;
width: 35px;
line-height: 35px;
font-size: 1.4rem;
}
.cp-nav .navbar .nav-extra .nav-listing {
display: none;
}
.cp-nav .navbar .navbar-toggler {
margin-left: 0;
font-size: 2.0rem;
}
.cp-nav.nav-2 .navbar .navbar-toggler,
.cp-nav.nav-3 .navbar .navbar-toggler {
margin-left: 0;
}
}
.listing-delete-form {
display: inline-block;
}
form.listing-delete-form .remove {
height: 40px;
width: 40px;
border-radius: 50%;
border: 1px solid;
line-height: 40px;
text-align: center;
color: #f94877;
border-color: rgba(249, 72, 119, 0.3);
} | public/css/frontend/main.css | --------------------------------------------
01.0 General Style
02.0 Header Style
03.0 Category Style
04.0 City Style
05.0 Listing Style
06.0 Steps Style
07.0 Blog Style
08.0 Form Style
09.0 Call to Action Style
10.0 Footer Style
11.0 Testimonial Style
12.0 Video Player Style
13.0 Pricing Style
14.0 About Style
15.0 Counter Style
16.0 Contact Style
17.0 Pagination Style
18.0 Nav Style
-------------------------------------------*/
/*----------------------------------------------
01.0 General Style
-----------------------------------------------*/
html {
font-size: 62.5%;
}
body {
padding: 0;
margin: 0;
font-family: "Rubik", sans-serif;
font-size: 1.4rem;
line-height: 1.85;
color: #808080;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Signika", sans-serif;
font-weight: 700;
line-height: 1.3;
margin-top: 0;
margin-bottom: 0;
color: inherit;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
color: inherit;
}
h1 {
font-size: 6.4rem;
}
h2 {
font-size: 4.8rem;
}
h3 {
font-size: 3.6rem;
}
h4 {
font-size: 2.8rem;
}
h5 {
font-size: 2.2rem;
}
h6 {
font-size: 1.8rem;
}
p {
color: inherit;
line-height: 1.85;
font-size: 1.4rem;
}
p:last-child {
margin-bottom: 0;
padding-bottom: 0;
}
a {
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
a,
a:hover,
a:focus {
text-decoration: none;
display: inline-block;
color: inherit;
outline: none;
}
.primary-color {
color: #e34324;
}
.primary-bg {
background: #e34324;
}
.white-text {
color: #ffffff;
}
.white-bg {
background: #ffffff;
}
.grey-bg {
background: #f5f9fc;
}
.grey-bg-2 {
background: #f9f9f9;
}
.section-padding {
padding: 120px 0;
}
.section-padding-top {
padding-top: 120px;
}
.section-padding-bottom {
padding-bottom: 120px;
}
.section-padding-100 {
padding: 100px 0;
}
.padding-bottom-100 {
padding-bottom: 100px;
}
.padding-top-100 {
padding-top: 100px;
}
.padding-bottom-90 {
padding-bottom: 90px;
}
.padding-top-90 {
padding-top: 90px;
}
.padding-bottom-70 {
padding-bottom: 70px;
}
.section-padding-60 {
padding: 60px 0;
}
.padding-top-60 {
padding-top: 60px;
}
.padding-bottom-60 {
padding-bottom: 60px;
}
.margin-balance {
margin-bottom: -30px;
zoom: 1;
position: relative;
overflow: hidden;
}
.section-border-top {
border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.section-border-bottom {
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.section-wrapper + .section-wrapper {
margin-top: 50px;
}
.fix:before {
display: block;
content: '';
clear: both;
}
.blue-gradient-text, .pricing-plan .plan-body .recomanded i {
background: -webkit-gradient(linear, left top, right top, from(#26bfb8), to(#43e795));
background: -webkit-linear-gradient(left, #26bfb8, #43e795);
background: -o-linear-gradient(left, #26bfb8, #43e795);
background: linear-gradient(to right, #26bfb8, #43e795);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.pink-gradient {
background: -webkit-gradient(linear, left top, right top, from(#e36cd9), to(#ff60ae));
background: -webkit-linear-gradient(left, #e36cd9, #ff60ae);
background: -o-linear-gradient(left, #e36cd9, #ff60ae);
background: linear-gradient(to right, #e36cd9, #ff60ae);
}
.neonblue-gradient {
background: -webkit-gradient(linear, left top, right top, from(#6348ff), to(#639bff));
background: -webkit-linear-gradient(left, #6348ff, #639bff);
background: -o-linear-gradient(left, #6348ff, #639bff);
background: linear-gradient(to right, #6348ff, #639bff);
}
/*------------------------------------------
Responsive
-------------------------------------------*/
@media (max-width: 991px) {
.right-content-md {
margin-top: 30px;
}
}
@media all and (max-width: 767px) {
h1 {
font-size: 4.8rem;
}
h2 {
font-size: 3.6rem;
}
h3 {
font-size: 3.2rem;
}
h4 {
font-size: 2.4rem;
}
.section-wrapper + .section-wrapper {
margin-top: 30px;
}
.right-content-sm {
margin-top: 30px;
}
}
/*----------------------------------------------
02.0 Header Style
-----------------------------------------------*/
.header-bg-1 {
background: url("../../images/frontend/banner-bg-1.jpg") no-repeat center;
background-size: cover;
}
.header-bg-2 {
background: url("../../images/frontend/banner-bg-2.jpg") no-repeat center;
background-size: cover;
}
.header-banner {
padding: 300px 0 190px;
color: #ffffff;
}
.header-banner h1 {
font-family: "Signika", sans-serif;
font-weight: 400;
font-size: 5.0rem;
margin-bottom: 15px;
}
.header-banner h1 span {
font-weight: 700;
color: #ffffff;
}
.header-banner p {
font-family: "Rubik", sans-serif;
font-size: 1.8rem;
font-weight: 400;
margin-bottom: 50px;
}
.header-banner .header-search-listing {
padding: 25px;
background: rgba(255, 255, 255, 0.15);
max-width: 870px;
margin: 0 auto;
border-radius: 100px;
}
.header-banner .header-search-listing .form-group.category {
-webkit-box-flex: 0;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
}
.header-banner .header-search-listing .form-group.location {
-webkit-box-flex: 0;
-ms-flex: 0 0 36%;
flex: 0 0 36%;
position: relative;
}
.header-banner .header-search-listing .form-group.location:after {
position: absolute;
top: 13px;
right: 38px;
content: '\e693';
font-family: 'themify';
color: #808080;
}
.header-banner .header-search-listing .form-control {
height: 50px;
width: 100%;
border-radius: 40px;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
padding: 0 20px;
font-size: 1.4rem;
margin-right: 20px;
color: #808080;
background: #ffffff;
}
.header-banner .header-search-listing .form-control::-webkit-input-placeholder {
color: #808080;
}
.header-banner .header-search-listing .form-control::-moz-placeholder {
color: #808080;
}
.header-banner .header-search-listing .form-control:-ms-input-placeholder {
color: #808080;
}
.header-banner .header-search-listing .form-control:-moz-placeholder {
color: #808080;
}
.header-banner .header-search-listing .button {
-webkit-box-flex: 0;
-ms-flex: 0 0 24%;
flex: 0 0 24%;
font-size: 1.4rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
color: #ffffff;
height: 50px;
border-radius: 25px;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
background: #3195ff;
}
.header-banner .header-search-listing .button:active:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.header-banner .header-search-listing .button i {
margin-right: 10px;
}
.header-banner.header-banner-2 {
padding: 355px 0 260px;
}
.header-banner.header-banner-2 h1 {
font-size: 5.0rem;
font-weight: 600;
color: #1d1d1d;
}
.header-banner.header-banner-2 p {
color: #494949;
}
.header-banner.header-banner-2 .header-search-listing {
padding: 30px;
border-radius: 3px;
background: #ffffff;
-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
.header-banner.header-banner-2 .header-search-listing .form-group {
border: 1px solid rgba(0, 0, 0, 0.08);
border-radius: 3px;
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(76% - 20px);
flex: 0 0 calc(76% - 20px);
margin-right: 20px;
padding: 10px 0;
position: relative;
}
.header-banner.header-banner-2 .header-search-listing .form-group:after {
position: absolute;
bottom: 18px;
right: 18px;
content: '\e693';
font-family: 'themify';
color: #808080;
}
.header-banner.header-banner-2 .header-search-listing .form-group .form-control {
border-radius: 0;
margin-right: 0;
height: 40px;
width: 50%;
}
.header-banner.header-banner-2 .header-search-listing .form-group .form-control.location {
position: relative;
border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.header-banner.header-banner-2 .header-search-listing .button {
border-radius: 3px;
height: 62px;
}
.section-header {
text-align: center;
margin-bottom: 50px;
}
.section-header h2 {
font-size: 3.8rem;
color: #071f1d;
font-weight: 600;
line-height: 1;
margin-bottom: 20px;
}
.section-header p {
font-size: 1.7rem;
color: #707070;
font-weight: 400;
}
.page-header-slider-wrap {
overflow: hidden;
}
.page-header-slider {
position: relative;
}
.page-header-slider:hover .slick-arrow {
opacity: 1;
}
.page-header-slider .slick-list {
overflow: visible;
}
.page-header-slider .slick-arrow {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: 40px;
width: 40px;
border-radius: 50%;
border: 1px solid rgba(255, 255, 255, 0.4);
background: rgba(0, 0, 0, 0.4);
color: #ffffff;
line-height: 38px;
text-align: center;
z-index: 999;
cursor: pointer;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
opacity: 0;
}
.page-header-slider .slick-arrow:hover {
color: #3195ff;
}
.page-header-slider .slick-arrow.left {
left: 20px;
}
.page-header-slider .slick-arrow.right {
right: 20px;
}
.page-header-slider div.slick-slide {
position: relative;
}
.page-header-slider div.slick-slide:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.page-header-slider .slick-dots {
padding: 0;
margin: 0;
list-style: none;
position: absolute;
bottom: 20px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.page-header-slider .slick-dots li {
display: inline-block;
font-size: 0;
margin: 0 2px;
}
.page-header-slider .slick-dots li button {
font-size: 0;
padding: 0;
border: 0;
height: 8px;
width: 8px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.4);
}
.page-header-slider .slick-dots li.slick-active button {
background: #ffffff;
}
.page-header {
padding: 160px 0;
}
.page-header-bg {
background: url(../images/bg/page-header-bg.jpg) center;
background-size: cover;
}
.page-header-bg.listing-page-header-bg {
background: url(../images/bg/listing-header-bg.jpg) center;
}
.page-header-block {
text-align: center;
color: #ffffff;
}
.page-header-block h2 {
font-size: 3.6rem;
font-family: "Signika", sans-serif;
font-weight: 600;
margin-bottom: 10px;
}
.page-header-block .default-breadcrumb .breadcrumb {
margin-bottom: 0;
background: transparent;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 1.5rem;
font-weight: 400;
font-family: "Rubik", sans-serif;
}
.page-header-block .default-breadcrumb .breadcrumb .breadcrumb-item {
color: #ffffff;
}
.page-header-block .default-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
content: '-';
color: #ffffff;
}
@media all and (max-width: 991px) {
.header-banner.header-banner-2 {
padding: 250px 0 200px;
}
}
@media all and (max-width: 767px) {
.header-banner .header-search-listing {
border-radius: 10px;
}
.header-banner .header-search-listing form.form-inline {
display: block;
}
.header-banner .header-search-listing form.form-inline .form-group {
margin-bottom: 20px;
}
.header-banner .header-search-listing form.form-inline .form-group .form-control {
margin-right: 0;
}
.header-banner .header-search-listing form.form-inline .form-group.location:after {
right: 20px;
}
.header-banner .header-search-listing form.form-inline .button {
width: 180px;
}
.header-banner.header-banner-2 .header-search-listing .form-group {
padding: 0;
display: block;
margin-right: 0;
border: 0;
}
.header-banner.header-banner-2 .header-search-listing .form-group .form-control {
width: 100%;
border: 1px solid rgba(0, 0, 0, 0.08);
height: 60px;
border-radius: 3px;
}
.header-banner.header-banner-2 .header-search-listing .form-group .form-control + .form-control {
margin-top: 20px;
}
}
@media all and (max-width: 575px) {
.page-header {
padding: 130px 0;
}
}
/*----------------------------------------------
03.0 Category Style
-----------------------------------------------*/
.header-category-slider {
border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.header-category-slider-wrap {
border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.header-category-slider-wrap .category-item {
padding: 30px 10px;
text-align: center;
position: relative;
display: block;
}
.header-category-slider-wrap .category-item:hover {
background: rgba(255, 255, 255, 0.1);
}
.header-category-slider-wrap .category-item:hover span {
color: white;
}
.header-category-slider-wrap .category-item:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 1px;
background: rgba(255, 255, 255, 0.15);
content: '';
}
.header-category-slider-wrap .category-item img {
height: 40px;
width: auto;
margin: 0 auto 20px;
}
.header-category-slider-wrap .category-item span {
display: block;
color: rgba(255, 255, 255, 0.6);
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.header-category-slider-wrap .owl-nav button.owl-next,
.header-category-slider-wrap .owl-nav button.owl-prev {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 1.4rem;
color: #ffffff;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.header-category-slider-wrap .owl-nav button.owl-next {
right: -20px;
}
.header-category-slider-wrap .owl-nav button.owl-prev {
left: -20px;
}
.popular-categorys {
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;
}
.popular-categorys .popular-category {
text-align: center;
border: 1px dashed rgba(0, 0, 0, 0.1);
border-radius: 5px;
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(20% - 20px);
flex: 0 0 calc(20% - 20px);
padding: 33px 10px;
margin-bottom: 30px;
}
.popular-categorys .popular-category:hover .icon {
background: #3195ff;
}
.popular-categorys .popular-category .icon {
height: 110px;
width: 110px;
margin: 0 auto 20px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: rgba(49, 149, 255, 0.2);
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.popular-categorys .popular-category h5 {
font-family: "Rubik", sans-serif;
font-size: 1.8rem;
color: #252525;
font-weight: 400;
}
.popular-categorys .popular-category h5 a {
-webkit-transition: background .3s ease;
-o-transition: background .3s ease;
transition: background .3s ease;
}
@media all and (max-width: 991px) {
.popular-categorys .popular-category {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(25% - 20px);
flex: 0 0 calc(25% - 20px);
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.popular-categorys .popular-category h5 {
font-size: 1.6rem;
}
.popular-categorys .popular-category:last-child {
display: none;
}
}
@media all and (max-width: 767px) {
.popular-categorys {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.popular-categorys .popular-category {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(50% - 15px);
flex: 0 0 calc(50% - 15px);
}
}
@media all and (max-width: 575px) {
.header-category-slider-wrap {
max-width: 90%;
margin: 0 auto;
}
}
@media all and (max-width: 479px) {
.popular-categorys {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.popular-categorys .popular-category {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
}
/*----------------------------------------------
04.0 City Style
-----------------------------------------------*/
.citys {
margin-right: -10px;
margin-left: -10px;
}
.citys:after {
content: '';
display: block;
clear: both;
}
.citys .city-item {
float: left;
margin-bottom: 20px;
overflow: hidden;
padding: 0 10px;
display: inline-block;
border-radius: 5px;
position: relative;
}
.citys .city-item:hover .text h3 {
top: -20px;
width: 100%;
}
.citys .city-item:hover .text span {
bottom: -30px;
font-size: 1.4rem;
opacity: 1;
}
.citys .city-item:before {
position: absolute;
top: 0;
left: 10px;
right: 10px;
bottom: 0;
border-radius: 5px;
background: rgba(0, 0, 0, 0.3);
content: '';
}
.citys .city-item:after {
position: absolute;
bottom: 0;
left: 10px;
right: 10px;
top: 0;
content: '';
border-radius: 5px;
opacity: .7;
}
.citys .city-item img {
border-radius: 5px;
}
.citys .city-item .text {
position: absolute;
bottom: 50px;
left: 30px;
width: 100%;
z-index: 999;
}
.citys .city-item .text h3 {
color: #ffffff;
font-size: 2.0rem;
font-family: "Rubik", sans-serif;
font-weight: 500;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
position: absolute;
top: 0;
}
.citys .city-item .text span {
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
color: #ffffff;
font-family: "Signika", sans-serif;
font-weight: 400;
position: absolute;
bottom: -70px;
}
.citys .city-item.width-2 {
width: 50%;
}
.citys .city-item.width-1 {
width: 25%;
}
.citys .city-item:after {
background-image: -webkit-linear-gradient(45deg, #000000, rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(45deg, #000000, rgba(0, 0, 0, 0));
background-image: linear-gradient(45deg, #000000, rgba(0, 0, 0, 0));
}
.featured-cities-wrap {
overflow: hidden;
}
.featured-cities .city-item {
position: relative;
}
.featured-cities .city-item:hover .overlay {
padding-bottom: 30px;
}
.featured-cities .city-item .overlay {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
padding-bottom: 20px;
padding-top: 100px;
-webkit-transition: padding-bottom .3s ease;
-o-transition: padding-bottom .3s ease;
transition: padding-bottom .3s ease;
}
.featured-cities .city-item .overlay h5 {
font-size: 1.8rem;
font-weight: 400;
font-family: "Rubik", sans-serif;
color: #ffffff;
margin-bottom: 5px;
}
.featured-cities .city-item .overlay span {
font-size: 1.4rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
color: #ffffff;
}
.featured-cities {
position: relative;
}
.featured-cities .slick-list {
overflow: visible;
}
.featured-cities .slick-arrow {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: 40px;
width: 40px;
border-radius: 50%;
border: 1px solid rgba(0, 0, 0, 0.1);
background: #ffffff;
color: #222222;
line-height: 40px;
text-align: center;
z-index: 999;
cursor: pointer;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.featured-cities .slick-arrow:hover {
color: #3195ff;
}
.featured-cities .slick-arrow.left {
left: -40px;
}
.featured-cities .slick-arrow.right {
right: -40px;
}
.featured-cities div.slick-slide {
opacity: .25;
position: relative;
padding: 0 5px;
}
.featured-cities div.slick-slide:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.featured-cities div.slick-slide:before {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
content: '';
background: transparent;
z-index: 999;
}
.featured-cities div.slick-slide .city-item .overlay {
opacity: 0;
}
.featured-cities div.slick-slide.slick-active {
opacity: 1;
}
.featured-cities div.slick-slide.slick-active .city-item .overlay {
opacity: 1;
}
.featured-cities div.slick-slide.slick-active:before {
height: 0;
width: 0;
}
@media all and (max-width: 991px) {
.citys .city-item.width-2 {
width: 100%;
}
.citys .city-item.width-1 {
width: 50%;
}
.citys .city-item img {
width: 100%;
}
}
@media all and (max-width: 767px) {
.featured-cities {
padding-bottom: 60px;
margin: 0 auto;
}
.featured-cities .city-item {
width: 100%;
}
.featured-cities .city-item img {
width: 100%;
}
.featured-cities .slick-arrow {
top: auto;
bottom: -20px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.featured-cities .slick-arrow.left {
left: calc(50% - 50px);
}
.featured-cities .slick-arrow.right {
right: calc(50% - 50px);
}
}
@media all and (max-width: 439px) {
.featured-cities {
max-width: 320px;
}
}
@media all and (max-width: 575px) {
.citys .city-item.width-1 {
width: 100%;
}
}
/*----------------------------------------------
05.0 Listing Style
-----------------------------------------------*/
.listing-bg {
background: url("../images/bg/listing-bg.jpg") no-repeat bottom right;
background-size: cover;
}
.lrn-listing-wrap {
margin-bottom: 30px;
border-radius: 5px;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.lrn-listing-wrap .listing-thumb img {
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}
.lrn-listing-wrap .listing-body {
padding: 0 20px;
background: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.05);
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
border-top: 0;
}
.lrn-listing-wrap .listing-body .meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: -35px;
}
.lrn-listing-wrap .listing-body .meta .avater {
height: 70px;
width: 70px;
border-radius: 50%;
overflow: hidden;
border: 5px solid #ffffff;
}
.lrn-listing-wrap .listing-body .meta .favourite,
.lrn-listing-wrap .listing-body .meta .preview {
height: 40px;
width: 40px;
border-radius: 50%;
background: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.1);
line-height: 40px;
text-align: center;
color: #808080;
font-size: 1.4rem;
-webkit-transition: none;
-o-transition: none;
transition: none;
position: relative;
z-index: 2;
}
.lrn-listing-wrap .listing-body .meta .favourite {
margin-left: auto;
margin-right: 10px;
}
.lrn-listing-wrap .listing-body .meta .favourite.active {
background: -webkit-gradient(linear, left top, right top, from(#e36cd9), to(#ff60ae));
background: -webkit-linear-gradient(left, #e36cd9, #ff60ae);
background: -o-linear-gradient(left, #e36cd9, #ff60ae);
background: linear-gradient(to right, #e36cd9, #ff60ae);
color: #ffffff;
border-color: transparent;
-webkit-box-shadow: 0px 5px 15px 0px rgba(254, 96, 175, 0.5);
box-shadow: 0px 5px 15px 0px rgba(254, 96, 175, 0.5);
}
.lrn-listing-wrap .listing-body h3 {
font-size: 1.8rem;
font-family: "Rubik", sans-serif;
font-weight: 500;
color: #222222;
margin-top: 15px;
}
.lrn-listing-wrap .listing-body h3.varified {
position: relative;
display: inline-block;
padding-right: 25px;
}
.lrn-listing-wrap .listing-body h3.varified:before {
position: absolute;
top: 0;
right: 0;
content: '\f058';
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
color: #26bfb8;
}
.lrn-listing-wrap .listing-body .reviews {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 15px;
}
.lrn-listing-wrap .listing-body .reviews .rating {
background: #f4c634;
color: #ffffff;
font-size: 1.3rem;
font-weight: 400;
font-family: "Rubik", sans-serif;
padding: 1px 8px 0;
border-radius: 20px;
margin-right: 10px;
}
.lrn-listing-wrap .listing-body .reviews span {
font-size: 1.3rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
color: #808080;
}
.lrn-listing-wrap .listing-body .listing-location,
.lrn-listing-wrap .listing-body .listing-category {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 15px;
color: #808080;
}
.lrn-listing-wrap .listing-body .listing-location .icon,
.lrn-listing-wrap .listing-body .listing-category .icon {
height: 32px;
width: 32px;
-webkit-box-flex: 0;
-ms-flex: 0 0 33px;
flex: 0 0 33px;
border-radius: 50%;
position: relative;
z-index: 2;
text-align: center;
line-height: 33px;
margin-right: 10px;
color: #aaaaaa;
border: 1px solid rgba(0, 0, 0, 0.08);
border-radius: 50%;
overflow: hidden;
}
.lrn-listing-wrap .listing-body .listing-category {
margin-bottom: 20px;
}
.lrn-listing-wrap .listing-body .listing-bottom {
border-top: 1px solid rgba(0, 0, 0, 0.08);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 15px 0;
color: #808080;
font-family: "Rubik", sans-serif;
}
.lrn-listing-wrap .listing-body .listing-bottom span {
font-size: 1.4rem;
}
.lrn-listing-wrap .listing-body .listing-bottom span i {
margin-right: 8px;
color: #707070;
}
.lrn-listing-wrap .listing-body .listing-bottom span.status.open i {
color: #43e795;
}
.lrn-listing-wrap .listing-body .listing-bottom span.status.close-now i {
color: #ff60ae;
}
.lrn-listing-wrap:hover {
-webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
}
.listing-slider-wrap {
overflow: hidden;
}
.listing-slider {
position: relative;
}
.listing-slider .slick-list {
overflow: visible;
}
.listing-slider .slick-arrow {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: 40px;
width: 40px;
border-radius: 50%;
border: 1px solid rgba(0, 0, 0, 0.1);
background: #ffffff;
color: #222222;
line-height: 40px;
text-align: center;
z-index: 999;
cursor: pointer;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.listing-slider .slick-arrow:hover {
color: #3195ff;
}
.listing-slider .slick-arrow.left {
left: -40px;
}
.listing-slider .slick-arrow.right {
right: -40px;
}
.listing-slider .col-lg-4.slick-slide {
opacity: .25;
position: relative;
}
.listing-slider .col-lg-4.slick-slide:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.listing-slider .col-lg-4.slick-slide:before {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
content: '';
background: transparent;
z-index: 999;
}
.listing-slider .col-lg-4.slick-slide.slick-active {
opacity: 1;
}
.listing-slider .col-lg-4.slick-slide.slick-active:before {
height: 0;
width: 0;
}
.listing-modal .modal-dialog {
min-width: 740px;
border-radius: 5px;
}
.listing-modal .modal-dialog .modal-content {
border-radius: 5px;
}
.listing-modal .modal-dialog .modal-header {
padding: 0;
border-bottom: 0;
position: relative;
}
.listing-modal .modal-dialog .modal-header .close {
position: absolute;
top: -12px;
right: -12px;
color: #ffffff;
background: #3195ff;
z-index: 99;
opacity: 1;
text-shadow: none;
padding: 0;
margin: 0;
height: 25px;
width: 25px;
border-radius: 50%;
line-height: 25px;
text-align: center;
}
.listing-modal .modal-dialog .modal-body {
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.listing-modal .modal-dialog .modal-body .listing-side {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
.listing-modal .modal-dialog .modal-body .listing-side .lrn-listing-wrap {
margin-bottom: 0;
}
.listing-modal .modal-dialog .modal-body .listing-side .lrn-listing-wrap .listing-thumb img {
border-top-right-radius: 0;
}
.listing-modal .modal-dialog .modal-body .listing-side .lrn-listing-wrap .listing-body {
border-bottom-right-radius: 0;
}
.listing-modal .modal-dialog .modal-body .listing-side .lrn-listing-wrap .listing-body .meta .favourite {
margin-right: 0;
}
.listing-modal .modal-dialog .modal-body .listing-side .lrn-listing-wrap:hover {
-webkit-box-shadow: none;
box-shadow: none;
}
.listing-modal .modal-dialog .modal-body .listing-location-side {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
.listing-modal .modal-dialog .modal-body .listing-location-side .listing-modal-map {
height: 100%;
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
}
.listing-breadcrumb .breadcrumb {
margin-bottom: 0;
background: transparent;
padding: 12px 0;
}
.listing-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
content: '-';
}
.listing-details-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.listing-details-meta .save,
.listing-details-meta .listing-share {
border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.listing-details-meta .save a,
.listing-details-meta .listing-share a {
padding: 12px 30px;
color: #808080;
font-size: 1.4rem;
font-family: "Rubik", sans-serif;
}
.listing-details-meta .save a i,
.listing-details-meta .listing-share a i {
margin-right: 10px;
}
.listing-details-meta .listing-share {
position: relative;
}
.listing-details-meta .listing-share .share-icons {
display: none;
background: #ffffff;
border-radius: 30px;
position: absolute;
bottom: calc(100% + 10px);
left: 0;
width: 155px;
padding: 0 10px;
}
.listing-details-meta .listing-share .share-icons a {
padding: 10px;
}
.listing-details-meta .listing-share .share-icons a:hover {
color: #3195ff;
}
.listing-details-meta .listing-share .share-icons a i {
margin-right: 0;
}
.listing-details-meta .report-listing {
position: relative;
}
.listing-details-meta .report-listing:hover .report {
visibility: visible;
opacity: 1;
}
.listing-details-meta .report-listing > a {
font-size: 1.8rem;
padding: 8px 20px;
border-right: 1px solid rgba(0, 0, 0, 0.08);
border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.listing-details-meta .report-listing .report {
position: absolute;
top: 100%;
right: 0;
margin-top: 5px;
width: 146px;
visibility: hidden;
opacity: 0;
padding: 6px 15px;
border-radius: 3px;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
padding-top: 10px;
background: #ffffff;
z-index: 9;
}
.listing-details-meta .report-listing .report:before {
position: absolute;
content: '';
width: 0;
height: 0;
top: -5px;
right: 17px;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #ffffff;
}
.listing-details-meta .report-listing .report a {
font-size: 1.4rem;
border: 0;
}
.listing-details-meta .report-listing .report a i {
margin-right: 10px;
}
.listing-details-header {
padding: 30px 0;
}
.listing-details-header .listing-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.listing-details-header .listing-header .thumb {
height: 100px;
width: 100px;
overflow: hidden;
margin-right: 20px;
}
.listing-details-header .listing-header .body h3 {
margin-bottom: 5px;
font-size: 3.0rem;
font-family: "Rubik", sans-serif;
font-weight: 500;
color: #222222;
}
.listing-details-header .listing-header .body .location {
color: #808080;
font-family: "Rubik", sans-serif;
font-weight: 400;
font-size: 1.4rem;
}
.listing-details-header .listing-header .body .location i {
color: #aaaaaa;
margin-right: 10px;
}
.listing-details-header .listing-header-review {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.listing-details-header .listing-header-review .rating {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-right: 10px;
}
.listing-details-header .listing-header-review .rating p {
text-align: right;
line-height: 1.3;
font-family: "Rubik", sans-serif;
font-weight: 400;
padding-top: 5px;
color: #808080;
margin-right: 15px;
margin-bottom: 0;
}
.listing-details-header .listing-header-review .rating .total-rating {
height: 50px;
width: 50px;
border-radius: 50%;
background: #f4c634;
color: #ffffff;
font-family: "Rubik", sans-serif;
font-weight: 500;
font-size: 1.5rem;
line-height: 50px;
text-align: center;
}
.listing-details-header .listing-header-review .add-review a {
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 30px;
color: #808080;
height: 50px;
padding: 0 25px;
line-height: 50px;
}
.listing-details-header .listing-header-review .add-review a i {
color: #f4c634;
margin-right: 10px;
}
.listing-details-section {
border: 1px solid rgba(0, 0, 0, 0.08);
border-radius: 5px;
padding: 30px;
}
.listing-details-section + .listing-details-section {
margin-top: 30px;
}
.listing-about h4 {
font-size: 2.0rem;
font-family: "Rubik", sans-serif;
font-weight: 500;
color: #222222;
margin-bottom: 20px;
}
.listing-about p + h4 {
margin-top: 30px;
}
.listing-about p + p {
margin-top: 30px;
}
.listing-about ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0;
margin: 0;
margin-top: -10px;
list-style: none;
}
.listing-about ul li {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
color: #808080;
margin-top: 10px;
}
.listing-about ul li i {
margin-right: 10px;
}
.listing-faq {
padding: 10px 30px;
}
.listing-faq .card {
border: 0;
border-radius: 0;
background: transparent;
}
.listing-faq .card .card-header {
padding: 0;
border-bottom: 0;
background: transparent;
}
.listing-faq .card .card-header h5 .btn-link {
padding: 19px 30px 19px 0;
font-size: 15px;
font-weight: 500;
font-family: "Rubik", sans-serif;
color: #222222;
display: block;
width: 100%;
text-align: left;
position: relative;
white-space: normal;
}
.listing-faq .card .card-header h5 .btn-link:before {
position: absolute;
top: 17px;
right: 0;
content: '\f068';
font-weight: 900;
font-family: 'Font Awesome\ 5 Free';
font-size: 14px;
height: 25px;
width: 25px;
line-height: 25px;
text-align: center;
border-radius: 50%;
color: #3195ff;
}
.listing-faq .card .card-header h5 .btn-link.collapsed:before {
color: #808080;
content: '\f067';
}
.listing-faq .card .card-header h5 .btn-link:hover, .listing-faq .card .card-header h5 .btn-link:focus {
text-decoration: none;
}
.listing-faq .card .card-body {
padding: 0;
padding-bottom: 20px;
}
.listing-faq .card .card-body p {
font-size: 14px;
color: #808080;
}
.listing-faq .card .card-body p + p {
margin-top: 20px;
}
.listing-faq .accordion .card:first-of-type,
.listing-faq .accordion .card:not(:first-of-type):not(:last-of-type) {
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.listing-review h4 {
font-size: 2.0rem;
color: #222222;
font-family: "Rubik", sans-serif;
font-weight: 500;
margin-bottom: 50px;
}
.listing-review .listing-review-block .review-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.listing-review .listing-review-block .review-header .thumb {
height: 60px;
width: 60px;
border-radius: 50%;
overflow: hidden;
margin-right: 20px;
-webkit-box-flex: 0;
-ms-flex: 0 0 60px;
flex: 0 0 60px;
}
.listing-review .listing-review-block .review-header .header-info h5 {
font-size: 1.5rem;
font-weight: 600;
color: #222222;
}
.listing-review .listing-review-block .review-header .header-info .review-date {
font-size: 1.3rem;
color: #808080;
}
.listing-review .listing-review-block .review-header .review-rating {
margin-left: auto;
color: #f4c634;
}
.listing-review .listing-review-block .review-body {
margin-left: 80px;
padding-top: 20px;
}
.listing-review .listing-review-block .review-body .review-title {
font-size: 1.6rem;
color: #222222;
font-weight: 600;
margin-bottom: 15px;
}
.listing-review .listing-review-block .review-body p {
color: #808080;
}
.listing-review .listing-review-block .review-body p + p {
margin-top: 20px;
}
.listing-review .listing-review-block .review-body p + .review-photos {
margin-top: 20px;
}
.listing-review .listing-review-block .review-body .review-photos {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.listing-review .listing-review-block .review-body .review-photos .review-photo {
height: 113px;
margin-right: 10px;
position: relative;
}
.listing-review .listing-review-block .review-body .review-photos .review-photo img {
height: 100%;
width: auto;
}
.listing-review .listing-review-block .review-body .review-photos .more-photo {
-webkit-box-flex: 0;
-ms-flex: 0 0 15%;
flex: 0 0 15%;
background: #b1cdff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #ffffff;
font-size: 1.8rem;
}
.listing-review .listing-review-block .review-body .review-raction {
margin-top: 30px;
}
.listing-review .listing-review-block .review-body .review-raction a {
border: 1px solid transparent;
border-radius: 20px;
padding: 5px 20px;
margin-right: 20px;
position: relative;
z-index: 1;
border-radius: 30px;
border: 1px solid #ff60ae;
}
.listing-review .listing-review-block .review-body .review-raction a span {
color: #ff60ae;
}
.listing-review .listing-review-block .review-body .review-raction a i {
margin-right: 10px;
color: #ff60ae;
}
.listing-review .listing-review-block .review-body .review-raction a.review-like {
border-color: #3195ff;
color: #3195ff;
}
.listing-review .listing-review-block .review-body .review-raction a.review-like i {
color: #3195ff;
}
.listing-review .listing-review-block .review-body .review-raction a.review-like span {
color: #3195ff;
}
.listing-review .listing-review-block + .listing-review-block {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.listing-write-review h4 {
font-size: 2.0rem;
font-family: "Rubik", sans-serif;
font-weight: 500;
margin-bottom: 40px;
color: #222222;
}
.listing-write-review .rating-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 20px;
}
.listing-write-review .rating-block p {
margin-right: 10px;
margin-bottom: 0;
font-family: "Rubik", sans-serif;
font-weight: 400;
font-size: 1.5rem;
color: #808080;
}
.listing-write-review .rating-block .rating {
color: #f4c634;
}
.listing-write-review .image-upload-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.listing-write-review .image-upload-block p {
margin-right: 10px;
font-family: "Rubik", sans-serif;
font-weight: 400;
font-size: 1.5rem;
color: #808080;
}
.listing-write-review .image-upload-block label {
height: 30px;
width: 80px;
border-radius: 20px;
border: 1px dashed rgba(0, 0, 0, 0.2);
cursor: pointer;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.listing-write-review .image-upload-block label i {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.listing-write-review .image-upload-block label input {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
z-index: -1;
}
.listing-write-review .form-group {
margin-bottom: 20px;
}
.listing-write-review .form-group .form-control {
border-radius: 25px;
padding: 10px 20px;
}
.listing-write-review .form-group .form-control:focus {
border-color: #3195ff;
}
.listing-write-review .form-group textarea.form-control {
height: 120px;
resize: none;
}
.listing-write-review .button {
background: #3195ff;
color: #ffffff;
border-radius: 25px;
}
.listing-details-sidebar .widget {
padding: 20px;
border-radius: 5px;
border: 1px solid rgba(0, 0, 0, 0.08);
}
.listing-details-sidebar .widget + .widget {
margin-top: 30px;
}
.listing-details-sidebar .contact-widget {
padding-bottom: 10px;
}
.listing-details-sidebar .contact-widget .widget-map {
height: 200px;
margin-bottom: 20px;
}
.listing-details-sidebar .contact-widget .contact-widget-block ul {
padding: 0;
margin: 0;
list-style: none;
}
.listing-details-sidebar .contact-widget .contact-widget-block ul li {
margin-bottom: 12px;
font-size: 1.4rem;
font-weight: 400;
color: #808080;
}
.listing-details-sidebar .contact-widget .contact-widget-block ul li span {
width: 90px;
display: inline-block;
font-weight: 500;
}
.listing-details-sidebar .contact-widget .contact-widget-block ul li span i {
color: #3195ff;
margin-right: 10px;
}
.listing-details-sidebar .contact-widget .contact-widget-block ul li a {
color: #6348ff;
}
.listing-details-sidebar .contact-widget .widget-social-icon {
margin-top: 20px;
padding-top: 10px;
border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.listing-details-sidebar .contact-widget .widget-social-icon a {
margin-right: 20px;
color: #808080;
}
.listing-details-sidebar .contact-widget .widget-social-icon a:hover {
color: #3195ff;
}
.listing-details-sidebar .opening-status .todays-status {
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
padding-bottom: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.listing-details-sidebar .opening-status .todays-status .realtime-status {
font-weight: 500;
color: #222222;
}
.listing-details-sidebar .opening-status .todays-status .realtime-status i {
margin-right: 10px;
}
.listing-details-sidebar .opening-status .todays-status .realtime-status.status-open i {
color: #43e795;
}
.listing-details-sidebar .opening-status .todays-status .realtime-status.status-close i {
color: #ff60ae;
}
.listing-details-sidebar .opening-status .todays-status .todays-time {
color: #808080;
font-weight: 400;
font-size: 1.4rem;
}
.listing-details-sidebar .opening-status .week-view {
padding: 20px 0;
margin: 0;
list-style: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.listing-details-sidebar .opening-status .week-view li {
font-size: 1.4rem;
font-weight: 400;
color: #808080;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.listing-details-sidebar .opening-status .week-view li + li {
margin-top: 10px;
}
.listing-details-sidebar .opening-status .week-view li span.week-day {
font-weight: 500;
}
.listing-details-sidebar .opening-status .local-time {
font-size: 1.3rem;
font-style: italic;
color: #808080;
padding-top: 15px;
text-align: right;
}
.listing-details-sidebar .widget-reservation h5 {
font-size: 1.5rem;
font-family: "Rubik", sans-serif;
font-weight: 500;
color: #222222;
padding-bottom: 15px;
margin-bottom: 20px;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.listing-details-sidebar .widget-reservation .form-control {
height: 50px;
border-radius: 30px;
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 0 20px;
}
.listing-details-sidebar .widget-reservation .person-counter-wrap .person-counter-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.listing-details-sidebar .widget-reservation .person-counter-wrap .person-counter-block .title {
font-size: 1.4rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
color: #808080;
margin-right: 20px;
}
.listing-details-sidebar .widget-reservation .person-counter-wrap .person-counter-block .control {
height: 30px;
width: 30px;
border-radius: 50%;
border: 1px solid rgba(0, 0, 0, 0.1);
line-height: 30px;
text-align: center;
font-size: 1rem;
cursor: pointer;
}
.listing-details-sidebar .widget-reservation .person-counter-wrap .person-counter-block .person-amount {
height: 40px;
width: 40px;
border-radius: 50%;
border: 1px solid rgba(0, 0, 0, 0.1);
text-align: center;
line-height: 40px;
color: #808080;
font-weight: 500;
margin: 0 10px;
display: inline-block;
}
.listing-details-sidebar .widget-reservation .date-picker,
.listing-details-sidebar .widget-reservation .time-picker {
position: relative;
}
.listing-details-sidebar .widget-reservation .date-picker:before,
.listing-details-sidebar .widget-reservation .time-picker:before {
position: absolute;
top: 11px;
right: 15px;
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
color: #808080;
}
.listing-details-sidebar .widget-reservation .date-picker .form-control,
.listing-details-sidebar .widget-reservation .time-picker .form-control {
background: #f9f9f9;
}
.listing-details-sidebar .widget-reservation .date-picker:before {
content: '\f073';
}
.listing-details-sidebar .widget-reservation .time-picker:before {
content: '\f017';
}
.listing-details-sidebar .widget-reservation textarea.form-control {
padding-top: 10px;
resize: none;
height: 100px;
}
.listing-details-sidebar .widget-reservation .button {
background: #3195ff;
color: #ffffff;
width: 100%;
display: block;
text-align: center;
border-radius: 30px;
}
.listing-details-sidebar .host {
padding-bottom: 10px;
}
.listing-details-sidebar .host .host-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-bottom: 20px;
}
.listing-details-sidebar .host .host-header .header-info span {
font-size: 1.4rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
color: #808080;
}
.listing-details-sidebar .host .host-header .header-info h5 {
font-size: 1.5rem;
font-weight: 500;
font-family: "Rubik", sans-serif;
color: #222222;
}
.listing-details-sidebar .host .host-header .thumb {
height: 80px;
width: 80px;
border-radius: 50%;
overflow: hidden;
}
.listing-details-sidebar .host .host-info {
border-top: 1px solid rgba(0, 0, 0, 0.08);
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
padding: 30px 0;
}
.listing-details-sidebar .host .host-info ul {
padding: 0;
margin: 0;
list-style: none;
}
.listing-details-sidebar .host .host-info ul li {
font-size: 1.4rem;
font-weight: 400;
color: #808080;
}
.listing-details-sidebar .host .host-info ul li + li {
margin-top: 12px;
}
.listing-details-sidebar .host .host-info ul li span {
width: 90px;
display: inline-block;
font-weight: 500;
}
.listing-details-sidebar .host .host-info ul li span i {
color: #3195ff;
margin-right: 10px;
}
.listing-details-sidebar .host .host-info ul li a {
color: #6348ff;
}
.listing-details-sidebar .host .host-social-link {
padding-top: 12px;
}
.listing-details-sidebar .host .host-social-link a {
font-size: 1.5rem;
margin-right: 20px;
}
.listing-details-sidebar .host .host-social-link a:hover {
color: #3195ff;
}
.post-listing .form-field {
padding: 50px;
background: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.05);
border-radius: 5px;
}
.post-listing .form-field + .form-field {
margin-top: 30px;
}
.post-listing .form-field.basic-field {
padding-bottom: 30px;
}
.post-listing .form-field h4 {
font-size: 2.0rem;
font-weight: 500;
color: #222222;
font-family: "Rubik", sans-serif;
margin-bottom: 40px;
}
.post-listing .form-field .form-group label {
color: #222222;
}
.post-listing .form-field .form-group .form-control {
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 0 15px;
border-radius: 5px;
}
.post-listing .form-field .form-group .form-control + .form-control {
margin-top: 25px;
}
.post-listing .form-field .listing-mark {
height: 295px;
margin-bottom: 20px;
}
.post-listing .form-field .label-cover {
color: #222222;
font-size: 1.4rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
margin-bottom: 10px;
display: inline-block;
}
.post-listing .form-field .upload-file {
width: 100%;
background: #f9f9f9;
border: 2px dashed #e0e0e0;
border-radius: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
cursor: pointer;
padding: 50px 0;
}
.post-listing .form-field .upload-file input {
display: none;
}
.post-listing .form-field .upload-file i {
font-size: 3.6rem;
color: #909090;
}
.post-listing .form-field .upload-file p {
color: #909090;
font-size: 1.4rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
}
.post-listing .form-field .amenities-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.post-listing .form-field .amenities-block h5 {
font-size: 1.4rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
color: #222222;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.post-listing .form-field .amenities-block .amenities {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
margin-top: 10px;
}
.post-listing .form-field .amenities-block .amenities input {
display: none;
}
.post-listing .form-field .amenities-block .amenities label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.post-listing .form-field .amenities-block .amenities label span {
height: 20px;
width: 20px;
border-radius: 3px;
border: 1px solid rgba(0, 0, 0, 0.1);
display: inline-block;
margin-right: 5px;
position: relative;
}
.post-listing .form-field .amenities-block .amenities label span:before {
position: absolute;
top: 3px;
left: 3px;
right: 3px;
bottom: 3px;
border-radius: 2px;
content: '';
}
.post-listing .form-field .amenities-block .amenities input[type="checkbox"]:checked + label span:before {
background: #3195ff;
}
.post-listing .form-field .photo-gallery {
margin-top: 30px;
}
.post-listing .form-field .photo-gallery h5 {
font-size: 1.4rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
color: #222222;
margin-bottom: 10px;
}
.post-listing .form-field .photo-gallery .photo-uploader-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.post-listing .form-field .photo-gallery .photo-uploader-wrap .upload-input-label {
width: 30%;
margin-right: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 30%;
flex: 0 0 30%;
background: #f9f9f9;
border: 2px dashed #e0e0e0;
border-radius: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
cursor: pointer;
overflow: hidden;
height: 155px;
position: relative;
}
.post-listing .form-field .photo-gallery .photo-uploader-wrap .upload-input-label input {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
}
.post-listing .form-field .photo-gallery .photo-uploader-wrap .upload-input-label i {
font-size: 2.4rem;
margin-bottom: 5px;
}
.post-listing .form-field .photo-gallery .photo-uploader-wrap .upload-input-label p {
font-size: 1.2rem;
padding: 0 10px;
}
.post-listing .form-field .photo-gallery .photo-uploader-wrap .thumbnail {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(70% - 15px);
flex: 0 0 calc(70% - 15px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.post-listing .form-field .photo-gallery .photo-uploader-wrap .thumbnail .divThumbnail {
position: relative;
margin-right: 15px;
margin-bottom: 15px;
}
.post-listing .form-field .photo-gallery .photo-uploader-wrap .thumbnail .divThumbnail img {
height: 155px;
border-radius: 5px;
}
.post-listing .form-field .photo-gallery .photo-uploader-wrap .thumbnail .divThumbnail .closeDiv {
position: absolute;
top: -8px;
right: -6px;
height: 20px;
width: 20px;
border-radius: 50%;
background: #f94877;
color: #ffffff;
text-align: center;
}
.post-listing .form-field .photo-gallery .photo-uploader-wrap .thumbnail .divThumbnail .closeDiv span {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 1rem;
line-height: 16px;
cursor: pointer;
}
.post-listing .form-field .social-networks {
margin-top: 30px;
}
.post-listing .form-field .social-networks h5 {
font-size: 1.4rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
color: #222222;
margin-bottom: 10px;
}
.post-listing .form-field .social-networks .social-network-block .form-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.post-listing .form-field .social-networks .social-network-block .form-group .select2-container {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
margin-right: 20px;
}
.post-listing .form-field .social-networks .social-network-block .form-group .social-link-input {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(66.66% - 90px);
flex: 0 0 calc(66.66% - 90px);
margin-right: 20px;
}
.post-listing .form-field .social-networks .social-network-block .form-group .delete {
-webkit-box-flex: 0;
-ms-flex: 0 0 50px;
flex: 0 0 50px;
height: 50px;
width: 50px;
border-radius: 5px;
background: rgba(249, 72, 119, 0.15);
line-height: 50px;
text-align: center;
cursor: pointer;
}
.post-listing .form-field .social-networks .social-network-block .form-group .delete i {
color: #f94877;
font-size: 1.6rem;
}
.post-listing .form-field .social-networks .button {
background: #3195ff;
color: #ffffff;
padding: 12px 30px;
width: 120px;
text-align: center;
border-radius: 5px;
}
.post-listing .form-field .post-faq-wrap h5 {
font-size: 1.4rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
color: #222222;
margin-top: 4px;
margin-bottom: 8px;
}
.post-listing .form-field .post-faq-wrap .tab-generator .form-group textarea.form-control {
height: 100px;
padding-top: 13px;
resize: none;
}
.post-listing .form-field .post-faq-wrap .tab-generator nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.post-listing .form-field .post-faq-wrap .tab-generator nav .nav-tabs {
border-bottom: 0;
}
.post-listing .form-field .post-faq-wrap .tab-generator nav .nav-tabs .nav-item {
border: 0;
border-radius: 30px;
background: #4b4b4b;
color: #ffffff;
padding: 5px 15px;
margin-right: 5px;
margin-bottom: 5px;
}
.post-listing .form-field .post-faq-wrap .tab-generator nav .nav-tabs .nav-item.active {
background: #3195ff;
}
.post-listing .form-field .post-faq-wrap .tab-generator nav .btn-primary {
height: 35px;
width: 35px;
-webkit-box-flex: 0;
-ms-flex: 0 0 35px;
flex: 0 0 35px;
border-radius: 50%;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
line-height: 35px;
text-align: center;
padding: 0;
background: #ffffff;
color: #3195ff;
border: 1px solid #3195ff;
}
.post-listing .form-field.business-field {
position: relative;
}
.post-listing .form-field.business-field h4 {
margin-bottom: 50px;
}
.post-listing .form-field.business-field .business-field-switch {
position: absolute;
top: 50px;
right: 75px;
}
.post-listing .form-field.business-field .business-field-switch input {
font-size: 0;
}
.post-listing .form-field.business-field .business-field-switch input[type=checkbox]:focus:active {
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
}
.post-listing .form-field.business-field .business-field-switch input:focus {
-webkit-box-shadow: none;
box-shadow: none;
outline-offset: 0;
outline: none;
}
.post-listing .form-field.business-field .business-field-switch label {
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
cursor: pointer;
}
.post-listing .form-field.business-field .business-field-switch label:before {
height: 30px;
width: 50px;
border-radius: 30px;
}
.post-listing .form-field.business-field .business-field-switch label:after {
height: 20px;
width: 20px;
border-radius: 50%;
top: 8px;
left: -16px;
}
.post-listing .form-field.business-field .business-field-switch input:checked + label:before {
background: #3195ff;
border-color: transparent;
}
.post-listing .form-field.business-field .business-field-switch input:checked + label:after {
left: -5px;
}
.post-listing .form-field.business-field .office-hour-wrap {
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 5px;
}
.post-listing .form-field.business-field .office-hour-wrap .table tr {
border: 0;
background: #f9f9f9;
}
.post-listing .form-field.business-field .office-hour-wrap .table tr td {
border: 0;
}
.post-listing .form-field.business-field .office-hour-wrap .table tr:nth-child(2n + 1) {
background: #ffffff;
}
.post-listing .form-field.business-field .office-hour-wrap .table th {
text-align: center;
font-size: 1.5rem;
font-weight: 500;
font-family: "Rubik", sans-serif;
color: #222222;
background: #f9f9f9;
padding: 11px 0;
border: 0;
border-right: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.post-listing .form-field.business-field .office-hour-wrap .table th:last-child {
border-right: 0;
}
.post-listing .form-field.business-field .office-hour-wrap .table td {
text-align: center;
padding: 20px;
color: #909090;
vertical-align: middle;
}
.post-listing .form-field.business-field .office-hour-wrap .table td .set-time {
width: 100px;
padding: 5px 15px;
color: #909090;
background: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.08);
border-radius: 20px;
}
.post-listing .form-field.business-field .office-hour-wrap .table td label {
height: 20px;
width: 20px;
cursor: pointer;
border-radius: 50%;
border: 1px solid rgba(0, 0, 0, 0.08);
position: relative;
margin-bottom: 0;
}
.post-listing .form-field.business-field .office-hour-wrap .table td label input {
display: none;
}
.post-listing .form-field.business-field .office-hour-wrap .table td label input:checked + span {
height: 12px;
width: 12px;
border-radius: 50%;
display: inline-block;
top: 3px;
left: 3px;
position: absolute;
background: #3195ff;
}
.post-listing .button-area {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 30px;
}
.post-listing .button-area .button {
margin-right: 20px;
background: #3195ff;
color: #ffffff;
border-radius: 40px;
font-size: 1.4rem;
font-weight: 400;
font-family: "Rubik", sans-serif;
}
.post-listing .button-area p {
margin-bottom: 0;
font-style: italic;
font-weight: 400;
font-family: "Rubik", sans-serif;
}
.post-listing .button-area p span {
font-weight: 500;
font-style: normal;
}
/*----------------------------------------------
Listing Search Page
-----------------------------------------------*/
.search-listing-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.search-listing-wrap.grid-left .listing-wrap {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
-webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.08);
}
.search-listing-wrap.grid-left .listing-map-block {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.search-listing-wrap.grid-left .listing-map-block .searchmap {
right: 0;
left: auto;
}
.search-listing-wrap.grid-right .listing-map-block .searchmap {
left: 0;
right: auto;
}
.search-listing-wrap .listing-map-block {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 890px);
flex: 0 0 calc(100% - 890px);
overflow: hidden;
}
.listing-wrap {
padding: 60px;
-webkit-box-flex: 0;
-ms-flex: 0 0 890px;
flex: 0 0 890px;
position: relative;
z-index: 2;
-webkit-box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.08);
box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
.listing-wrap.grey-bg {
background: #f9f9f9;
}
.listing-wrap .listing-search-block {
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.listing-wrap .listing-search-block .listing-filter-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 30px;
}
.listing-wrap .listing-search-block .listing-filter-block .category {
-webkit-box-flex: 0;
-ms-flex: 0 0 30%;
flex: 0 0 30%;
margin-right: 20px;
}
.listing-wrap .listing-search-block .listing-filter-block .price {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(20% - 30px);
flex: 0 0 calc(20% - 30px);
margin-right: 20px;
position: relative;
}
.listing-wrap .listing-search-block .listing-filter-block .price:before {
position: absolute;
content: '\f155';
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
top: 12px;
right: 20px;
}
.listing-wrap .listing-search-block .listing-filter-block .price input {
height: 50px;
font-size: 1.4rem;
background: #ffffff;
outline: none;
padding: 0 20px;
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid rgba(0, 0, 0, 0.08);
}
.listing-wrap .listing-search-block .listing-filter-block .status {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(20% - 20px);
flex: 0 0 calc(20% - 20px);
margin-right: 20px;
}
.listing-wrap .listing-search-block .listing-filter-block .status a {
padding: 0 10px;
width: 100%;
height: 50px;
border-radius: 3px;
text-align: center;
line-height: 50px;
border: 1px solid rgba(0, 0, 0, 0.08);
}
.listing-wrap .listing-search-block .listing-filter-block .status a i {
margin-left: 20px;
}
.listing-wrap .listing-search-block .listing-filter-block .status a.active {
color: #ffffff;
background: #3195ff;
border-color: transparent;
}
.listing-wrap .listing-search-block .listing-filter-block .sort {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(30% - 10px);
flex: 0 0 calc(30% - 10px);
}
.listing-wrap .listing-search-block .listing-filter-block .w-100 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.listing-wrap .listing-search-block .listing-filter-block .filter-tag {
margin-top: 30px;
padding-right: 30px;
border-right: 1px solid rgba(0, 0, 0, 0.08);
width: 50%;
}
.listing-wrap .listing-search-block .listing-filter-block .filter-tag h5 {
font-size: 1.5rem;
font-weight: 500;
font-family: "Rubik", sans-serif;
color: #222222;
margin-bottom: 10px;
}
.listing-wrap .listing-search-block .listing-filter-block .filter-tag .tag-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.listing-wrap .listing-search-block .listing-filter-block .filter-tag .tag-block label {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
}
.listing-wrap .listing-search-block .listing-filter-block .filter-tag .tag-block label input {
display: none;
}
.listing-wrap .listing-search-block .listing-filter-block .filter-tag .tag-block label .box {
height: 16px;
width: 16px;
background: #f3f3f3;
display: inline-block;
border-radius: 2px;
margin-right: 10px;
border: 1px solid rgba(0, 0, 0, 0.08);
position: relative;
}
.listing-wrap .listing-search-block .listing-filter-block .filter-tag .tag-block label .box:before {
position: absolute;
top: 1px;
left: 1px;
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
line-height: 1;
font-size: 1.2rem;
color: #ffffff;
background: #3195ff;
}
.listing-wrap .listing-search-block .listing-filter-block .filter-tag .tag-block label .box + span {
margin-top: 3px;
}
.listing-wrap .listing-search-block .listing-filter-block .filter-tag .tag-block label input:checked + .box {
border: 1px solid #3195ff;
background: #3195ff;
}
.listing-wrap .listing-search-block .listing-filter-block .filter-tag .tag-block label input:checked + .box:before {
content: '\f00c';
}
.listing-wrap .listing-search-block .listing-filter-block .filter-distance {
padding-left: 30px;
width: 50%;
}
.listing-wrap .listing-search-block .listing-filter-block .filter-distance h5 {
font-size: 1.5rem;
font-weight: 500;
font-family: "Rubik", sans-serif;
color: #222222;
margin-bottom: 10px;
}
.listing-wrap .listing-search-block .listing-filter-block .filter-distance .price-range-slider .nstSlider {
width: 100%;
background: #dbdbdb;
height: 5px;
}
.listing-wrap .listing-search-block .listing-filter-block .filter-distance .price-range-slider .nstSlider .leftGrip {
height: 18px;
width: 18px;
top: -7px;
border: 4px solid #3195ff;
}
.listing-wrap .listing-search-block .listing-filter-block .filter-distance .price-range-slider .nstSlider .leftGrip:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.listing-wrap .listing-search-block .listing-filter-block .filter-distance .price-range-slider .nstSlider .leftGrip .grip-label {
position: absolute;
top: 15px;
width: 50px;
text-align: center;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.listing-wrap .listing-search-block .select2-container .select-2-search.select2-search--dropdown .select2-search__field {
display: none;
}
.listing-wrap .listing-search-block .select2-container.select2-container--bootstrap .select2-selection--single {
height: 50px;
padding: 15px;
color: #808080;
font-size: 1.4rem;
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid rgba(0, 0, 0, 0.08);
background: #ffffff;
}
.listing-wrap .listing-search-block .select2-container {
min-width: 100%;
max-width: 100%;
}
.listing-wrap .listing-result .listing-result-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 20px 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.listing-wrap .listing-result .listing-result-header h5 {
font-size: 2.0rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
color: #222222;
margin-right: auto;
}
.listing-wrap .listing-result .listing-result-header h5 span {
font-weight: 500;
}
.listing-wrap .listing-result .listing-result-header .search-result-view-control .view-change {
height: 45px;
width: 45px;
border-radius: 50%;
border: 1px solid rgba(0, 0, 0, 0.08);
line-height: 45px;
text-align: center;
font-size: 1.8rem;
color: #808080;
}
.listing-wrap .listing-result .listing-result-header .search-result-view-control .view-change.grid-view {
margin-right: 6px;
}
.listing-wrap .listing-result .listing-result-header .search-result-view-control .view-change.active {
background: transparent;
border-color: rgba(49, 149, 255, 0.5);
color: #3195ff;
}
.listing-map-block {
position: relative;
}
.listing-map-block .searchmap {
position: fixed !important;
top: 0;
left: 0;
bottom: 0;
width: calc(100% - 890px);
}
.search-listing-wrap.map-top, .search-listing-wrap.filter-sidebar {
display: block;
}
.search-listing-wrap.map-top .listing-map-block, .search-listing-wrap.filter-sidebar .listing-map-block {
width: 100%;
}
.search-listing-wrap.map-top .listing-map-block .searchmap, .search-listing-wrap.filter-sidebar .listing-map-block .searchmap {
position: static !important;
width: 100%;
height: 700px;
}
.search-listing-wrap.map-top {
background: #f5f9fc;
padding-bottom: 100px;
}
.search-listing-wrap.map-top .listing-wrap {
padding: 0;
position: relative;
z-index: 999;
-webkit-box-shadow: none;
box-shadow: none;
}
.search-listing-wrap.map-top .listing-wrap .listing-search-block {
padding: 50px;
padding-bottom: 20px;
border-bottom: 0;
margin-bottom: 40px;
background: #ffffff;
-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
border-radius: 5px;
position: relative;
margin-top: -100px;
}
.search-listing-wrap.map-top .listing-wrap .listing-search-block .price input {
background: #f9f9f9;
border: 1px solid rgba(0, 0, 0, 0.08);
}
.search-listing-wrap.map-top .listing-wrap .listing-search-block .filter-tag .tag-block label {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
}
.search-listing-wrap.map-top .listing-wrap .listing-search-block .select2-container.select2-container--bootstrap .select2-selection--single {
background: #f9f9f9;
border: 1px solid rgba(0, 0, 0, 0.08);
}
.search-listing-wrap.map-top .listing-wrap .listing-search-block .select2-container.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
color: #808080;
}
.search-listing-wrap.filter-sidebar .listing-wrap {
padding: 0;
padding-top: 80px;
padding-bottom: 100px;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block {
margin-top: 0;
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
padding: 0;
border-bottom: 0;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block .filter-header {
font-size: 2.0rem;
font-family: "Rubik", sans-serif;
font-weight: 500;
color: #222222;
margin-top: 10px;
margin-bottom: 29px;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form {
background: #ffffff;
border-radius: 5px;
border: 1px solid rgba(0, 0, 0, 0.05);
padding: 30px;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .form-group {
margin-bottom: 20px;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-search-form .form-control {
border: 1px solid rgba(0, 0, 0, 0.08);
border-radius: 30px;
background: #ffffff;
padding: 0 20px;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-search-form .location-search {
position: relative;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-search-form .location-search:before {
position: absolute;
top: 12px;
right: 20px;
content: "\e693";
font-family: 'themify';
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block {
margin-bottom: 0;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block .category {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
margin-right: 0;
margin-bottom: 20px;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block .price {
margin-right: 10px;
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(50% - 10px);
flex: 0 0 calc(50% - 10px);
margin-bottom: 20px;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block .price input {
border-radius: 30px;
background: #f9f9f9;
border: 1px solid rgba(0, 0, 0, 0.08);
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block .status {
margin-left: 10px;
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(50% - 10px);
flex: 0 0 calc(50% - 10px);
margin-right: 0;
margin-bottom: 20px;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block .status a {
border-radius: 30px;
background: #f9f9f9;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block .status a.active {
background: #3195ff;
border-color: transparent;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block .sort {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
margin-right: 0;
margin-bottom: 20px;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block .select2-container.select2-container--bootstrap .select2-selection--single {
border-radius: 30px;
background: #f9f9f9;
padding: 15px 20px;
border: 1px solid rgba(0, 0, 0, 0.08);
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block .select2-container.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
color: #808080;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block .filter-distance {
padding-left: 0;
margin-top: 0;
margin-bottom: 20px;
padding-bottom: 24px;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block .filter-tag {
margin-top: 0;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
padding-right: 0;
border-right: 0;
margin-bottom: 20px;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block .button {
width: 100%;
display: block;
color: #ffffff;
border-radius: 30px;
padding: 14px;
background: #3195ff;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block .button i {
margin-right: 10px;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-result .listing-result-header {
padding-top: 0;
}
/*----------------------------------------------
Wickedpicker Style
-----------------------------------------------*/
.wickedpicker {
width: 120px;
height: auto;
}
.wickedpicker .wickedpicker__title {
display: none;
}
.wickedpicker__controls__control-up:before {
content: '\f106';
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
color: #909090;
}
.wickedpicker__controls__control-down:after {
content: '\f107';
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
color: #909090;
}
/*----------------------------------------------
TinyMCE Style
-----------------------------------------------*/
.post-listing .form-field .mce-tinymce {
-webkit-box-shadow: none;
box-shadow: none;
}
.post-listing .form-field .mce-tinymce {
border: 1px solid rgba(0, 0, 0, 0.1) !important;
border-radius: 5px;
}
.post-listing .form-field .mce-panel {
border: 0;
background-color: transparent;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.post-listing .form-field .mce-container.mce-toolbar.mce-stack-layout-item.mce-first.mce-last {
border: 0;
background: #f9f9f9;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.post-listing .form-field .mce-btn {
background: transparent;
}
.post-listing .form-field .mce-top-part::before {
-webkit-box-shadow: none;
box-shadow: none;
}
.post-listing .form-field .mce-statusbar {
display: none;
}
.post-listing .form-field .mce-container iframe {
height: 150px !important;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
/*----------------------------------------------
Select2 Style
-----------------------------------------------*/
.post-listing .select2-container.select2-container--bootstrap .select2-selection--single {
height: 50px;
padding: 15px;
color: #808080;
font-size: 1.4rem;
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.post-listing .basic-field .select2-container {
min-width: 100%;
max-width: 100%;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
background: #6348ff;
}
.select2-container--bootstrap .select2-dropdown {
border-color: rgba(0, 0, 0, 0.1) !important;
}
/*----------------------------------------------
Leaflet Style
-----------------------------------------------*/
.listing-map-popup {
max-width: 270px;
position: relative;
}
.listing-map-popup:before {
position: absolute;
content: '';
background: #ffffff;
border-radius: 50px;
height: 20px;
width: 20px;
left: 50%;
top: 100%;
margin-top: -10px;
margin-left: -10px;
}
.listing-map-popup .thumb {
border-top-right-radius: 5px;
border-top-left-radius: 5px;
overflow: hidden;
}
.listing-map-popup .body {
padding: 20px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
background: #ffffff;
overflow: hidden;
}
.listing-map-popup .body h5 {
font-size: 1.6rem;
font-weight: 500;
color: #222222;
font-family: "Rubik", sans-serif;
}
.listing-map-popup .body h5 a {
color: #222222;
}
.listing-map-popup .body p {
font-size: 1.2rem;
font-weight: 400;
font-family: "Rubik", sans-serif;
color: #808080;
}
.listing-map-popup .body p i {
margin-right: 8px;
color: #aaaaaa;
}
.leaflet-marker-icon.marker-cluster > div {
height: 50px;
width: 50px;
margin-top: 0;
margin-left: 0;
left: 0;
top: 0;
bottom: auto;
}
.leaflet-marker-icon.marker-cluster > div span {
font-size: 1.8rem;
line-height: 50px;
}
.leaflet-popup-content-wrapper {
background: transparent;
-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
}
.leaflet-popup-tip-container {
display: none;
}
.leaflet-popup-close-button {
z-index: 2;
position: relative;
}
.leaflet-bottom.leaflet-right {
display: none;
}
.leaflet-top, .leaflet-bottom {
z-index: 990;
}
@media all and (max-width: 1199px) {
.listing-slider {
padding-bottom: 60px;
}
.listing-slider .slick-arrow {
top: auto;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
z-index: 999;
bottom: 30px;
}
.listing-slider .slick-arrow.left {
left: calc(50% - 50px);
}
.listing-slider .slick-arrow.right {
right: calc(50% - 50px);
}
.search-listing-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.search-listing-wrap.grid-left .listing-wrap {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
-webkit-box-shadow: none;
box-shadow: none;
}
.search-listing-wrap.grid-left .listing-map-block {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.search-listing-wrap .searchmap {
position: static !important;
height: 400px;
width: 100%;
}
.search-listing-wrap.map-top .listing-wrap .listing-search-block .filter-tag .tag-block label {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
}
@media (max-width: 1199px) and (min-width: 992px) {
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block .price,
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block .status {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
margin-right: 0;
margin-left: 0;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block .filter-tag .tag-block label {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
}
@media all and (max-width: 991px) {
.listing-bg {
background: #f5f9fc;
}
.listing-slider .col-lg-4.slick-slide {
opacity: 1;
}
.listing-slider .col-lg-4.slick-slide:before {
height: 0;
width: 0;
background: transparent;
}
.listing-details-header .listing-header {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.listing-details-header .listing-header-review {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin-top: 30px;
}
.listing-details-header .listing-header-review .rating p {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
margin-right: 0;
text-align: left;
margin-left: 10px;
}
.listing-details-header .listing-header-review .rating span {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.listing-details-sidebar {
margin-top: 30px;
}
.listing-details-meta {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.listing-details-meta .save,
.listing-details-meta .listing-share {
border-left: 0;
}
.listing-details-meta .save a,
.listing-details-meta .listing-share a {
padding-top: 7px;
padding-left: 0;
margin-right: 20px;
padding-right: 0;
}
.listing-details-meta .listing-share > a {
margin-right: 10px;
}
.listing-details-meta .listing-share .share-icons {
bottom: auto;
top: 100%;
}
.listing-details-meta .listing-share .share-icons a {
margin-right: 0;
}
.listing-details-meta .report-listing {
position: relative;
}
.listing-details-meta .report-listing a {
padding: 3px 10px;
border-right: 0;
border-left: 0;
}
.search-listing-wrap .listing-wrap .listing-search-block .listing-filter-block .category {
-webkit-box-flex: 0;
-ms-flex: 0 0 60%;
flex: 0 0 60%;
margin-bottom: 30px;
}
.search-listing-wrap .listing-wrap .listing-search-block .listing-filter-block .price {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(40% - 20px);
flex: 0 0 calc(40% - 20px);
margin-right: 0;
margin-bottom: 30px;
}
.search-listing-wrap .listing-wrap .listing-search-block .listing-filter-block .status {
-webkit-box-flex: 0;
-ms-flex: 0 0 170px;
flex: 0 0 170px;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block {
margin-bottom: 30px;
}
}
@media all and (max-width: 767px) {
.listing-modal .modal-dialog {
min-width: auto;
}
.listing-modal .modal-dialog .modal-body {
display: block;
}
.listing-modal .modal-dialog .modal-body .listing-side {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.listing-modal .modal-dialog .modal-body .listing-side .lrn-listing-wrap .listing-thumb img {
border-top-right-radius: 0;
}
.listing-modal .modal-dialog .modal-body .listing-side .lrn-listing-wrap .listing-body {
border-bottom-right-radius: 0;
}
.listing-modal .modal-dialog .modal-body .listing-location-side {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.listing-modal .modal-dialog .modal-body .listing-location-side .listing-modal-map {
height: 300px;
border-bottom-left-radius: 5px;
}
.listing-about ul li {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
}
.listing-review .listing-review-block .review-body .review-photos .review-photo {
height: 65px;
}
.post-listing .form-field .amenities-block .amenities {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
.post-listing .form-field.business-field .office-hour-wrap .table {
min-width: 588px;
}
.post-listing .form-field.business-field .office-hour-wrap {
overflow: scroll;
}
.post-listing .form-field .photo-gallery .photo-uploader-wrap .upload-input-label {
width: 40%;
height: 155px;
}
.post-listing .form-field .photo-gallery .photo-uploader-wrap .thumbnail {
width: calc(60% - 15px);
}
.post-listing .form-field .social-networks .social-network-block .form-group {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.post-listing .form-field .social-networks .social-network-block .form-group .social-link-input {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 70px);
flex: 0 0 calc(100% - 70px);
}
.post-listing .form-field .social-networks .social-network-block .form-group .select2-container {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
margin-bottom: 20px;
}
.search-listing-wrap .listing-wrap .listing-search-block .listing-filter-block .filter-tag,
.search-listing-wrap .listing-wrap .listing-search-block .listing-filter-block .filter-distance {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
padding-right: 0;
padding-left: 0;
border-right: 0;
}
.search-listing-wrap .listing-wrap .listing-search-block .listing-filter-block .filter-distance {
margin-bottom: 30px;
}
.search-listing-wrap.map-top .listing-wrap .listing-search-block {
padding: 30px;
}
.search-listing-wrap.map-top .listing-wrap .listing-search-block .listing-filter-block {
margin-bottom: 0;
}
.search-listing-wrap.map-top .listing-wrap .listing-search-block .listing-search-form {
display: block;
}
.search-listing-wrap.map-top .listing-wrap .listing-search-block .listing-search-form .form-group {
padding-right: 0;
}
.search-listing-wrap.map-top .listing-wrap .listing-search-block .listing-search-form .location-search:before {
right: 20px;
}
.search-listing-wrap.map-top .listing-wrap .listing-search-block .listing-search-form .button {
padding: 14px 30px;
}
.listing-wrap .listing-result .listing-result-header .search-result-view-control {
display: none;
}
.search-listing-wrap.filter-sidebar .lrn-listing-wrap.listing-list {
display: block;
}
.search-listing-wrap.filter-sidebar .lrn-listing-wrap.listing-list .listing-thumb {
width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
border-bottom-left-radius: 0;
}
.search-listing-wrap.filter-sidebar .lrn-listing-wrap.listing-list .listing-thumb img {
position: static;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
max-width: 100%;
}
.search-listing-wrap.filter-sidebar .lrn-listing-wrap.listing-list .listing-body {
border-top-right-radius: 0;
border-bottom-left-radius: 5px;
padding-left: 20px;
}
.search-listing-wrap.filter-sidebar .lrn-listing-wrap.listing-list .listing-body .meta {
position: relative;
top: 0;
left: 0;
width: 100%;
margin-top: -35px;
}
.search-listing-wrap.filter-sidebar .lrn-listing-wrap.listing-list .listing-body .meta .avater {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.search-listing-wrap.filter-sidebar .lrn-listing-wrap.listing-list .listing-body .meta .favourite,
.search-listing-wrap.filter-sidebar .lrn-listing-wrap.listing-list .listing-body .meta .preview {
background: #ffffff;
color: #808080;
border-color: rgba(0, 0, 0, 0.1);
}
.search-listing-wrap.filter-sidebar .lrn-listing-wrap.listing-list .listing-body .meta .favourite {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
margin-left: auto;
}
.search-listing-wrap.filter-sidebar .lrn-listing-wrap.listing-list .listing-body .meta .preview {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
margin-right: 0;
}
.search-listing-wrap.filter-sidebar .lrn-listing-wrap.listing-list .listing-body h3 {
margin-top: 15px;
}
}
@media all and (min-width: 640px) {
.lrn-listing-wrap.listing-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
}
.lrn-listing-wrap.listing-list .listing-thumb {
-webkit-box-flex: 0;
-ms-flex: 0 0 43%;
flex: 0 0 43%;
position: relative;
overflow: hidden;
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
}
.lrn-listing-wrap.listing-list .listing-thumb img {
position: absolute;
height: 100%;
width: auto;
max-width: 200%;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.lrn-listing-wrap.listing-list .listing-body {
-webkit-box-flex: 0;
-ms-flex: 0 0 57%;
flex: 0 0 57%;
padding-left: 50px;
border-bottom-left-radius: 0;
border-top-right-radius: 5px;
}
.lrn-listing-wrap.listing-list .listing-body .meta {
margin-top: 0;
position: absolute;
top: 25px;
left: 25px;
width: calc(43% + 10px);
}
.lrn-listing-wrap.listing-list .listing-body .meta .avater {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.lrn-listing-wrap.listing-list .listing-body .meta .favourite {
margin-left: 0;
background: rgba(0, 0, 0, 0.25);
color: #ffffff;
border-color: rgba(255, 255, 255, 0.25);
}
.lrn-listing-wrap.listing-list .listing-body .meta .favourite.active {
background: -webkit-gradient(linear, left top, right top, from(#e36cd9), to(#ff60ae));
background: -webkit-linear-gradient(left, #e36cd9, #ff60ae);
background: -o-linear-gradient(left, #e36cd9, #ff60ae);
background: linear-gradient(to right, #e36cd9, #ff60ae);
border-color: transparent;
}
.lrn-listing-wrap.listing-list .listing-body .meta .preview {
margin-right: auto;
background: rgba(0, 0, 0, 0.25);
color: #ffffff;
border-color: rgba(255, 255, 255, 0.25);
}
.lrn-listing-wrap.listing-list .listing-body h3 {
margin-top: 50px;
}
}
@media all and (max-width: 639px) {
.search-listing-wrap .listing-wrap .listing-result .listing-result-header .search-result-view-control {
display: none;
}
}
@media all and (max-width: 575px) {
.listing-modal .modal-dialog {
min-width: auto;
margin: 20px;
}
.listing-review .listing-review-block .review-header {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.listing-review .listing-review-block .review-header .thumb {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
border-radius: 0;
margin-bottom: 20px;
}
.listing-review .listing-review-block .review-header .thumb img {
height: 60px;
width: 60px;
border-radius: 50%;
}
.listing-review .listing-review-block .review-body {
margin-left: 0;
}
.listing-review .listing-review-block .review-body .review-photos {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.listing-review .listing-review-block .review-body .review-photos .review-photo {
height: 60px;
margin-bottom: 10px;
}
.listing-review .listing-review-block .review-body .review-photos .more-photo {
width: 60px;
-webkit-box-flex: 0;
-ms-flex: 0 0 60px;
flex: 0 0 60px;
}
.listing-about ul li {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
.post-listing .form-field {
padding: 20px;
}
.post-listing .basic-field {
padding-bottom: 0;
}
.post-listing .form-field.business-field .business-field-switch {
top: 20px;
right: 45px;
}
.search-listing-wrap .listing-wrap {
padding: 50px 15px;
}
.search-listing-wrap .listing-wrap .listing-search-block .listing-search-field {
display: block;
position: relative;
}
.search-listing-wrap .listing-wrap .listing-search-block .listing-search-field .listing-search-form {
display: block;
}
.search-listing-wrap .listing-wrap .listing-search-block .listing-search-field .listing-search-form .form-group {
padding-right: 0;
}
.search-listing-wrap .listing-wrap .listing-search-block .listing-search-field .listing-search-form .form-group.location-search {
width: calc(100% - 70px);
}
.search-listing-wrap .listing-wrap .listing-search-block .listing-search-field .listing-search-form .form-group.location-search:before {
right: 20px;
}
.search-listing-wrap .listing-wrap .listing-search-block .listing-search-field .collapse-button {
position: absolute;
bottom: 0;
right: 0;
}
.search-listing-wrap .listing-wrap .listing-search-block .listing-search-field .listing-search-form .form-group.location-search {
width: 100%;
}
}
@media all and (max-width: 479px) {
.post-listing .button-area {
display: block;
}
.post-listing .button-area p {
margin-top: 10px;
}
}
@media all and (max-width: 439px) {
.listing-about ul li {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.listing-details-sidebar .host .host-header .thumb {
height: 60px;
width: 60px;
}
.post-listing .form-field .amenities-block .amenities {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.post-listing .form-field .photo-gallery .photo-uploader-wrap {
display: block;
}
.post-listing .form-field .photo-gallery .photo-uploader-wrap .upload-input-label {
width: 100%;
margin-right: 0;
height: 155px;
}
.post-listing .form-field .photo-gallery .photo-uploader-wrap .thumbnail {
width: 100%;
margin-top: 20px;
}
.search-listing-wrap .listing-wrap .listing-search-block .listing-filter-block .category {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
margin-right: 0;
}
.search-listing-wrap .listing-wrap .listing-search-block .listing-filter-block .price {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 140px);
flex: 0 0 calc(100% - 140px);
margin-right: 20px;
}
.search-listing-wrap .listing-wrap .listing-search-block .listing-filter-block .status {
margin-right: 0;
-webkit-box-flex: 0;
-ms-flex: 0 0 120px;
flex: 0 0 120px;
}
.search-listing-wrap .listing-wrap .listing-search-block .listing-filter-block .status a i {
margin-left: 8px;
}
.search-listing-wrap .listing-wrap .listing-search-block .listing-filter-block .sort {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
}
@media all and (max-width: 379px) {
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block .price,
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block .status {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
margin-right: 0;
margin-left: 0;
}
.search-listing-wrap.filter-sidebar .listing-wrap .listing-search-block form .listing-filter-block .filter-tag .tag-block label {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
}
/*----------------------------------------------
06.0 Steps Style
-----------------------------------------------*/
.start-setps {
margin-bottom: 23px;
}
.start-setps .icon {
margin-bottom: 30px;
}
.start-setps h3 {
font-family: "Rubik", sans-serif;
font-weight: 500;
font-size: 1.8rem;
color: #222222;
margin-bottom: 20px;
}
.start-setps p {
color: #808080;
}
.step-numbers {
position: relative;
margin-bottom: 30px;
}
.step-numbers:before {
position: absolute;
top: 17px;
left: 0;
right: 0;
height: 1px;
background: rgba(0, 0, 0, 0.08);
content: '';
}
.step-numbers .step-number {
text-align: center;
}
.step-numbers .step-number span {
height: 35px;
width: 35px;
border-radius: 50%;
line-height: 35px;
text-align: center;
border: 1px solid rgba(0, 0, 0, 0.05);
display: inline-block;
background: #ffffff;
}
@media all and (max-width: 991px) {
.step-numbers {
display: none;
}
}
/*----------------------------------------------
07.0 Blog Style
-----------------------------------------------*/
.post-grid {
margin-bottom: 30px;
}
.post-grid .post-thumb {
position: relative;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
overflow: hidden;
}
.post-grid .post-thumb .overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.7);
opacity: 0;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.post-grid .post-thumb .overlay a {
position: absolute;
top: 60%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: #ffffff;
display: inline-block;
text-align: center;
height: 46px;
width: 46px;
line-height: 52px;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
border: 2px solid #3195ff;
border-radius: 50%;
}
.post-grid .post-thumb .overlay a span {
color: #3195ff;
font-size: 22px;
}
.post-grid .post-body {
background: #ffffff;
padding: 30px;
padding-bottom: 0;
border: 1px solid rgba(0, 0, 0, 0.08);
border-top: 0;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.post-grid .post-body h3 {
font-size: 1.8rem;
font-weight: 500;
font-family: "Rubik", sans-serif;
color: #222222;
margin-bottom: 10px;
}
.post-grid .post-body p {
color: #808080;
margin-bottom: 20px;
}
.post-grid .post-body .post-meta {
border-top: 1px solid rgba(0, 0, 0, 0.08);
font-size: 1.3rem;
text-transform: uppercase;
color: #808080;
padding: 15px 0;
}
.post-grid .post-body .post-meta .author {
border-right: 1px solid #808080;
padding-right: 13px;
margin-right: 10px;
color: #808080;
}
.post-grid:hover .post-thumb .overlay {
opacity: 1;
}
.post-grid:hover .post-thumb .overlay a {
opacity: 1;
top: 50%;
}
.post-list {
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.post-list + .post-list {
margin-top: 60px;
}
.post-list .post-thumb {
position: relative;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
overflow: hidden;
}
.post-list .post-body {
background: #ffffff;
padding: 30px;
padding-bottom: 0;
border: 1px solid rgba(0, 0, 0, 0.08);
border-top: 0;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.post-list .post-body .post-meta {
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
font-size: 1.4rem;
text-transform: uppercase;
color: #808080;
padding: 0 0 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.post-list .post-body .post-meta .author {
border-right: 1px solid #bdbdbd;
padding-right: 13px;
margin-right: 10px;
color: #808080;
}
.post-list .post-body .post-meta .comment {
margin-left: auto;
}
.post-list .post-body h3 {
font-size: 2.4rem;
font-weight: 500;
font-family: "Rubik", sans-serif;
color: #222222;
margin-bottom: 10px;
margin-top: 20px;
}
.post-list .post-body p {
color: #808080;
margin-bottom: 20px;
font-size: 1.5rem;
}
.post-list .post-body .more {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 30px;
}
.post-list .post-body .more .read-more {
padding: 7px 30px;
color: #222222;
font-weight: 500;
font-size: 1.4rem;
font-family: "Rubik", sans-serif;
border: 1px solid rgba(0, 0, 0, 0.08);
border-radius: 30px;
}
.post-list .post-body .more .social-links a {
margin-right: 20px;
color: #808080;
}
.post-list .post-body .more .social-links a:hover {
color: #3195ff;
}
.post-list .post-body .more .social-links a:last-child {
margin-right: 0;
}
.post-list:hover {
-webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
}
.post-list:hover .post-body .more .read-more {
color: #ffffff;
background: #3195ff;
}
.blog-details .thumb {
border-top-right-radius: 5px;
border-top-left-radius: 5px;
overflow: hidden;
}
.blog-details .blog-content {
border: 1px solid rgba(0, 0, 0, 0.05);
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
background: #ffffff;
padding: 25px 30px;
}
.blog-details .blog-content .post-meta {
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
font-size: 1.4rem;
text-transform: uppercase;
color: #808080;
padding: 0 0 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.blog-details .blog-content .post-meta .author {
padding-right: 13px;
margin-right: 10px;
color: #808080;
position: relative;
}
.blog-details .blog-content .post-meta .author:before {
position: absolute;
top: 5px;
right: 0;
bottom: 7px;
width: 1px;
background: #bdbdbd;
content: '';
}
.blog-details .blog-content .post-meta .comment {
margin-left: auto;
}
.blog-details .blog-content h2 {
font-family: "Rubik", sans-serif;
font-weight: 500;
color: #222222;
font-size: 2.4rem;
margin-top: 25px;
margin-bottom: 20px;
}
.blog-details .blog-content p {
font-size: 1.5rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
color: #808080;
margin-bottom: 0;
}
.blog-details .blog-content p + p {
margin-top: 30px;
}
.blog-details .blog-content blockquote {
margin-top: 40px;
margin-bottom: 40px;
font-size: 1.5rem;
font-weight: 500;
color: #808080;
padding-left: 70px;
position: relative;
}
.blog-details .blog-content blockquote:before {
content: "\e67f";
font-family: 'themify';
position: absolute;
top: 0;
left: 0;
font-size: 4.0rem;
line-height: 1;
color: #3195ff;
}
.blog-details .blog-content img {
margin-bottom: 30px;
margin-top: 30px;
}
.blog-details .blog-content blockquote + img {
margin-top: 0;
}
.blog-details .blog-content .tags-and-share {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-top: 1px solid rgba(0, 0, 0, 0.1);
margin-top: 40px;
padding-top: 15px;
}
.blog-details .blog-content .tags-and-share .tags {
position: relative;
padding-left: 40px;
margin-right: 20px;
margin-top: 10px;
}
.blog-details .blog-content .tags-and-share .tags:before {
position: absolute;
top: 2px;
left: 0;
content: url("../images/tag.png");
}
.blog-details .blog-content .tags-and-share .tags a {
text-transform: uppercase;
font-size: 1.4rem;
color: #808080;
font-family: "Rubik", sans-serif;
font-weight: 400;
margin-left: 5px;
}
.blog-details .blog-content .tags-and-share .tags a:hover {
color: #3195ff;
}
.blog-details .blog-content .tags-and-share .share-media {
margin-top: 10px;
}
.blog-details .blog-content .tags-and-share .share-media a {
margin-right: 20px;
font-size: 1.6rem;
}
.blog-details .blog-content .tags-and-share .share-media a:hover {
color: #3195ff;
}
.blog-details .blog-content .tags-and-share .share-media a:last-child {
margin-right: 0;
}
.post-author {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 40px;
}
.post-author .thumb {
height: 100px;
width: 100px;
overflow: hidden;
border-radius: 50%;
border: 1px solid rgba(0, 0, 0, 0.08);
-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.post-author h4 {
font-size: 1.6rem;
font-family: "Rubik", sans-serif;
font-weight: 500;
color: #222222;
margin-top: 20px;
}
.post-author span {
font-family: "Rubik", sans-serif;
font-weight: 400;
color: #808080;
}
.comment-area .comment-area-title {
font-family: "Rubik", sans-serif;
font-weight: 500;
font-size: 2.4rem;
color: #222222;
position: relative;
padding-bottom: 25px;
margin-bottom: 50px;
}
.comment-area .comment-area-title:before, .comment-area .comment-area-title:after {
content: '';
position: absolute;
left: 0;
height: 1px;
background: #3195ff;
opacity: .5;
}
.comment-area .comment-area-title:before {
bottom: 0;
width: 30px;
}
.comment-area .comment-area-title:after {
bottom: 5px;
width: 50px;
}
.comment-area .comments {
padding: 0;
margin: 0;
list-style: none;
}
.comment-area .comments .comment + .comment {
margin-top: 30px;
}
.comment-area .comments .comment .comment-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.comment-area .comments .comment .comment-wrap .commenter-thumb {
width: 80px;
-webkit-box-flex: 0;
-ms-flex: 0 0 80px;
flex: 0 0 80px;
margin-right: 40px;
text-align: center;
}
.comment-area .comments .comment .comment-wrap .commenter-thumb img {
height: 80px;
border-radius: 50%;
overflow: hidden;
-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
border: 1px solid rgba(0, 0, 0, 0.08);
}
.comment-area .comments .comment .comment-wrap .commenter-thumb a {
font-size: 1.3rem;
font-weight: 500;
font-family: "Rubik", sans-serif;
text-transform: uppercase;
margin-top: 10px;
color: #3195ff;
}
.comment-area .comments .comment .comment-wrap .comment-body {
background: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.08);
border-radius: 5px;
padding: 25px;
}
.comment-area .comments .comment .comment-wrap .comment-body .comment-header .commenter-name {
font-size: 1.5rem;
font-family: "Rubik", sans-serif;
font-weight: 500;
color: #222222;
margin-right: 20px;
}
.comment-area .comments .comment .comment-wrap .comment-body .comment-header .date {
font-family: "Rubik", sans-serif;
font-weight: 400;
font-size: 1.4rem;
color: #808080;
}
.comment-area .comments .comment .comment-wrap .comment-body .comment-header .date:before {
content: '-';
margin-right: 5px;
}
.comment-area .comments .comment .comment-wrap .comment-body .comment-content {
margin-top: 10px;
}
.comment-area .comments .comment .comment-wrap .comment-body .comment-content p {
font-size: 1.5rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
color: #808080;
}
.comment-area .comments .comment .child-comment {
margin-top: 30px;
margin-left: 120px;
}
.comment-area .comments .comment .child-comment .commenter-thumb .comment-reply a {
color: #3195ff;
}
.comment-respond .comment-respond-title {
font-family: "Rubik", sans-serif;
font-weight: 500;
font-size: 2.4rem;
color: #222222;
position: relative;
padding-bottom: 25px;
margin-bottom: 50px;
}
.comment-respond .comment-respond-title:before, .comment-respond .comment-respond-title:after {
content: '';
position: absolute;
left: 0;
height: 1px;
background: #3195ff;
opacity: .5;
}
.comment-respond .comment-respond-title:before {
bottom: 0;
width: 30px;
}
.comment-respond .comment-respond-title:after {
bottom: 5px;
width: 50px;
}
.comment-respond form {
background: #ffffff;
padding: 30px;
padding-bottom: 45px;
border: 1px solid rgba(0, 0, 0, 0.05);
border-radius: 5px;
}
.comment-respond form .form-group {
position: relative;
}
.comment-respond form .form-group .form-control {
padding: 0;
border: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-respond form .form-group .form-control:focus, .comment-respond form .form-group .form-control:valid {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.comment-respond form .form-group .input-br {
position: absolute;
bottom: 0;
left: 0;
height: 2px;
width: 0;
background: #3195ff;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.comment-respond form .form-group textarea.form-control {
height: 100px;
resize: none;
padding-top: 14px;
}
.comment-respond form .form-group label {
position: absolute;
top: 1.4rem;
left: 0;
margin-bottom: 0;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
cursor: text;
}
.comment-respond form .form-group .form-control:valid ~ label,
.comment-respond form .form-group .form-control:focus ~ label {
top: -16px;
color: #222222;
}
.comment-respond form .form-group .form-control:valid ~ .input-br,
.comment-respond form .form-group .form-control:focus ~ .input-br {
width: 100%;
}
.comment-respond form .button {
color: #ffffff;
border-radius: 30px;
padding: 12px 40px;
background: #3195ff;
font-size: 1.4rem;
font-weight: 500;
}
.side-bar .widget {
padding: 20px;
border-radius: 5px;
border: 1px solid rgba(0, 0, 0, 0.05);
background: #ffffff;
}
.side-bar .widget + .widget {
margin-top: 30px;
}
.side-bar .widget .widget-title {
font-size: 2.0rem;
font-weight: 500;
color: #222222;
font-family: "Rubik", sans-serif;
position: relative;
padding-bottom: 25px;
margin-bottom: 30px;
}
.side-bar .widget .widget-title:before, .side-bar .widget .widget-title:after {
content: '';
position: absolute;
left: 0;
height: 1px;
background: #3195ff;
opacity: .5;
}
.side-bar .widget .widget-title:before {
bottom: 0;
width: 30px;
}
.side-bar .widget .widget-title:after {
bottom: 5px;
width: 50px;
}
.side-bar .widget-search {
padding: 0;
}
.side-bar .widget-search form {
position: relative;
}
.side-bar .widget-search form input {
height: 60px;
border-radius: 5px;
border: 0;
width: 100%;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
padding: 0 20px;
}
.side-bar .widget-search form button {
position: absolute;
top: 16px;
right: 14px;
background: transparent;
border: 0;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
cursor: pointer;
}
.side-bar .widget-search form button i {
color: #3195ff;
font-size: 1.6rem;
}
.side-bar .widget-category ul {
padding: 0;
margin: 0;
list-style: none;
}
.side-bar .widget-category ul li a {
display: block;
width: 100%;
padding: 5px;
color: #909090;
border-bottom: 1px dashed transparent;
}
.side-bar .widget-category ul li a:hover {
color: #3195ff;
border-bottom-color: rgba(0, 0, 0, 0.1);
}
.side-bar .widget-latest-post .recent-entries .recent-entry {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.side-bar .widget-latest-post .recent-entries .recent-entry + .recent-entry {
margin-top: 20px;
}
.side-bar .widget-latest-post .recent-entries .recent-entry:hover .thumb a:before {
font-size: 1.8rem;
opacity: 1;
}
.side-bar .widget-latest-post .recent-entries .recent-entry:hover .thumb a:after {
width: 60px;
height: 60px;
opacity: .7;
}
.side-bar .widget-latest-post .recent-entries .recent-entry:hover .body h5 {
color: #3195ff;
}
.side-bar .widget-latest-post .recent-entries .recent-entry .thumb {
height: 80px;
width: 80px;
-webkit-box-flex: 0;
-ms-flex: 0 0 80px;
flex: 0 0 80px;
margin-right: 20px;
border-radius: 50%;
overflow: hidden;
}
.side-bar .widget-latest-post .recent-entries .recent-entry .thumb a {
position: relative;
}
.side-bar .widget-latest-post .recent-entries .recent-entry .thumb a:before {
content: '\f067';
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
position: absolute;
opacity: 0;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: #ffffff;
font-size: 2.2rem;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
z-index: 9;
}
.side-bar .widget-latest-post .recent-entries .recent-entry .thumb a:after {
content: '';
position: absolute;
top: 50%;
left: 50%;
height: 80px;
width: 80px;
border-radius: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
background: #3195ff;
opacity: 0;
}
.side-bar .widget-latest-post .recent-entries .recent-entry .body h5 {
font-size: 1.6rem;
font-weight: 400;
font-family: "Rubik", sans-serif;
color: #222222;
}
.side-bar .widget-latest-post .recent-entries .recent-entry .body span.date {
font-size: 1.3rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
color: #808080;
margin-top: 10px;
display: inline-block;
}
.side-bar .widget_tag_cloud .tagcloud a {
position: relative;
z-index: 2;
margin-right: 10px;
margin-bottom: 10px;
padding: 7px 20px;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 30px;
}
.side-bar .widget_tag_cloud .tagcloud a:hover {
color: #3195ff;
border-color: #3195ff;
}
@media all and (max-width: 991px) {
.side-bar {
margin-top: 50px;
}
}
@media all and (max-width: 767px) {
.comment-area .comments .comment .comment-wrap .commenter-thumb {
margin-right: 20px;
}
.comment-area .comments .comment .child-comment {
margin-left: 40px;
}
}
@media all and (max-width: 539px) {
.post-list .post-body .post-meta .comment {
display: none;
}
.blog-details .blog-content .post-meta .comment {
display: none;
}
}
@media all and (max-width: 439px) {
.post-list .post-body .more .social-links {
display: none;
}
.comment-area .comments .comment .comment-wrap {
display: block;
}
.comment-area .comments .comment .comment-wrap .commenter-thumb {
margin-bottom: 10px;
}
}
/*----------------------------------------------
08.0 Form Style
-----------------------------------------------*/
form .form-group {
margin-bottom: 25px;
}
form .form-control {
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
background: transparent;
font-size: 1.4rem;
height: 50px;
}
form .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
background: transparent;
}
form .button {
background: transparent;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
cursor: pointer;
padding: 12px 30px;
font-size: 1.5rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0px 1000px #000 inset;
-webkit-transition: background-color 5000s ease-in-out 0s;
-o-transition: background-color 5000s ease-in-out 0s;
transition: background-color 5000s ease-in-out 0s;
background-color: transparent;
}
/*----------------------------------------------
09.0 Call to Action Style
-----------------------------------------------*/
.call-to-action-bg {
background: #3195ff;
}
.call-to-action-wrap {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.call-to-action-wrap .call-to-action-content {
color: #ffffff;
}
.call-to-action-wrap .call-to-action-content h3 {
font-size: 3.6rem;
font-family: "Signika", sans-serif;
font-weight: 600;
margin-bottom: 10px;
}
.call-to-action-wrap .call-to-action-content p {
font-size: 1.5rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
}
.call-to-action-wrap .call-to-action-button a {
color: #ffffff;
border: 2px solid #ffffff;
border-radius: 40px;
font-size: 1.8rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
padding: 11px 30px 11px 68px;
position: relative;
}
.call-to-action-wrap .call-to-action-button a span {
position: absolute;
top: 6px;
left: 6px;
height: 44px;
width: 44px;
border: 1px dashed #ffffff;
border-radius: 50%;
display: inline-block;
line-height: 44px;
text-align: center;
}
.call-to-action-wrap .call-to-action-shape {
max-width: 720px;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
@media all and (max-width: 991px) {
.call-to-action-wrap .call-to-action-shape {
display: none;
}
}
@media all and (max-width: 767px) {
.call-to-action-wrap {
display: block;
}
.call-to-action-wrap .call-to-action-button {
margin-top: 30px;
}
}
/*----------------------------------------------
10.0 Footer Style
-----------------------------------------------*/
.footer-bg {
background: url(../images/bg/footer-bg.jpg) no-repeat center;
background-size: cover;
}
.footer-widget {
margin-bottom: 30px;
color: #b5b5b5;
}
.footer-widget .footer-widget-title {
font-family: "Rubik", sans-serif;
font-weight: 400;
font-size: 1.8rem;
color: #ffffff;
position: relative;
margin-bottom: 40px;
}
.footer-widget.footer-about .logo {
margin-bottom: 38px;
}
.footer-widget.footer-about .copyright-text {
margin-bottom: 40px;
}
.footer-widget.footer-about .social-links {
margin-top: 20px;
}
.footer-widget.footer-about .social-links a {
color: #919ea8;
margin-right: 20px;
font-size: 1.8rem;
}
.footer-widget.footer-about .social-links a:hover {
color: #ffffff;
}
.footer-widget.footer-widget-contact .office-address {
margin-bottom: 20px;
}
.footer-widget.footer-widget-contact span {
color: #ffffff;
}
.footer-widget.footer-widget-links ul {
padding: 0;
margin: 0;
list-style: none;
}
.footer-widget.footer-widget-links ul li + li {
margin-top: 12px;
}
.footer-widget.footer-widget-links ul li a:hover {
color: #ffffff;
}
.footer-widget.footer-widget-apps .app-download-links a {
margin-right: 10px;
}
.footer-widget.footer-widget-apps .app-download-links a + a {
margin-top: 20px;
}
.footer-bottom {
border-top: 1px solid rgba(255, 255, 255, 0.05);
padding: 52px 0;
}
.footer-bottom .footer-nav {
padding: 0;
margin: 0;
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.footer-bottom .footer-nav li a {
color: #919ea8;
padding-right: 12px;
margin-right: 20px;
}
.footer-bottom .footer-nav li a:hover {
color: #ffffff;
}
.footer-bottom .apps-download {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.footer-bottom .apps-download a {
margin: 0 15px;
}
.footer-bottom .backtotop {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.footer-bottom .backtotop a {
color: #919ea8;
}
.footer-bottom .backtotop a:hover {
color: #ffffff;
}
.footer-bottom .backtotop a i {
margin-left: 8px;
}
.newsletter-form {
position: relative;
}
.newsletter-success,
.newsletter-error {
border-radius: 3px;
color: #ffffff;
padding: 5px 15px !important;
margin-bottom: 0;
margin-top: 10px;
display: none;
position: absolute;
top: calc(100% + 10px);
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.newsletter-success {
background-color: #27ae60;
}
.newsletter-error {
background-color: #e74c3c;
}
@media all and (max-width: 991px) {
.footer-bottom {
text-align: center;
}
.footer-bottom .footer-nav {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 20px 0;
}
.footer-bottom .footer-nav li a {
margin-right: 0;
padding: 0 10px;
}
.footer-bottom .backtotop {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.footer-widget .footer-widget-title {
margin-bottom: 25px;
}
.footer-widget.footer-about .logo {
margin-bottom: 18px;
}
}
/*----------------------------------------------
11.0 Testimonial Style
-----------------------------------------------*/
.testimonial-bg {
background: url("../images/bg/testimonial-bg.jpg") no-repeat center;
background-size: cover;
}
.testimonial {
position: relative;
}
.testimonial:before {
position: absolute;
top: 38px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
content: url("../images/triangle.png");
}
.testimonial .testimonial-item {
text-align: center;
margin-bottom: 10px;
}
.testimonial .testimonial-item:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.testimonial .testimonial-item p {
color: #ffffff;
font-size: 1.5rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
margin-bottom: 15px;
}
.testimonial .testimonial-item h5 {
font-size: 1.8rem;
font-family: "Signika", sans-serif;
font-weight: 600;
color: #ffffff;
}
.testimonial .testimonial-item > span {
font-size: 1.4rem;
font-family: "Rubik", sans-serif;
color: #ffffff;
font-weight: 400;
margin-bottom: 30px;
display: inline-block;
}
.testimonial .testimonial-item .quote span {
height: 60px;
width: 60px;
border-radius: 50%;
border: 2px solid rgba(255, 255, 255, 0.15);
display: inline-block;
font-size: 2.8rem;
line-height: 56px;
text-align: center;
color: #3195ff;
}
.testimonial .testimonial-nav {
width: 240px;
margin: 0 auto 34px;
}
.testimonial .testimonial-nav .commenter-thumb {
border: 5px solid transparent;
border-radius: 50%;
}
.testimonial .testimonial-nav .commenter-thumb:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.testimonial .testimonial-nav .commenter-thumb.slick-center {
border: 5px solid #3195ff;
}
.testimonial .testimonial-nav img {
height: 70px;
width: 70px;
border-radius: 50%;
margin: 0;
margin-right: 0;
}
@media all and (max-width: 1199px) {
.testimonial:before {
content: '';
}
.testimonial .testimonial-item {
margin-bottom: 0;
}
}
/*----------------------------------------------
12.0 Video Player Style
-----------------------------------------------*/
.listing-video .plyr--video {
border-radius: 5px;
}
.listing-video .plyr--full-ui input[type=range] {
color: #3195ff;
}
.listing-video .plyr__control {
background: #3195ff;
color: #ffffff;
}
.listing-video .plyr__control:hover {
background: #3195ff;
}
.listing-video .plyr__control--overlaid {
height: 70px;
width: 70px;
}
.listing-video .plyr__control--overlaid svg {
left: 12px;
}
/*----------------------------------------------
13.0 Pricing Style
-----------------------------------------------*/
.pricing-plan {
overflow: hidden;
border-radius: 5px;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
margin-bottom: 30px;
}
.pricing-plan .plan-header {
padding: 30px;
color: #ffffff;
background: #30cdfc;
position: relative;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}
.pricing-plan .plan-header .icon {
position: absolute;
top: 50%;
right: 30px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.pricing-plan .plan-header .icon i {
font-size: 3.0rem;
}
.pricing-plan .plan-header h4 {
font-size: 3.0rem;
font-family: "Signika", sans-serif;
font-weight: 500;
}
.pricing-plan .plan-header span {
font-size: 1.5rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
}
.pricing-plan .plan-header.color-3 {
background: #71d89d;
}
.pricing-plan .plan-body {
text-align: center;
padding: 30px;
border: 1px solid rgba(0, 0, 0, 0.08);
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
background: #ffffff;
overflow: hidden;
}
.pricing-plan .plan-body .plan-feature {
padding: 0;
margin: 0;
list-style: none;
}
.pricing-plan .plan-body .plan-feature li {
font-size: 1.5rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
}
.pricing-plan .plan-body .plan-feature li + li {
margin-top: 15px;
}
.pricing-plan .plan-body .button {
margin-top: 40px;
padding: 12px 40px;
border-radius: 30px;
color: #ffffff;
background: #3195ff;
}
.pricing-plan .plan-body .recomanded {
margin-top: 30px;
}
.pricing-plan .plan-body .recomanded i {
font-size: 2.8rem;
}
.pricing-plan .plan-body .recomanded p {
font-size: 1.5rem;
font-family: "Rubik", sans-serif;
font-weight: 500;
color: #808080;
}
.pricing-plan.featured-plan {
-webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
}
.pricing-plan.featured-plan .plan-header {
background: #cdb6ef;
}
.pricing-plan.featured-plan .plan-body {
border-color: transparent;
}
.pricing-plan:hover {
-webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
}
/*----------------------------------------------
14.0 About Style
-----------------------------------------------*/
.featured-content h2 {
font-size: 3.6rem;
color: #071f1d;
font-weight: 600;
font-family: "Signika", sans-serif;
margin-bottom: 35px;
}
.featured-content h2 span {
font-weight: 700;
}
.featured-content p {
font-size: 1.5rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
color: #808080;
}
.featured-content p + p {
margin-top: 20px;
}
.featured-content p + ul {
margin-top: 20px;
}
.featured-content ul {
margin: 0;
padding: 0;
list-style: none;
}
.featured-content ul li + li {
margin-top: 10px;
}
.featured-content ul li {
padding-left: 30px;
position: relative;
font-size: 1.5rem;
}
.featured-content ul li:before {
position: absolute;
top: 0;
left: 0;
content: '\f058';
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
color: #aaaaaa;
}
@media all and (max-width: 991px) {
.featured-content {
margin-top: 30px;
}
}
/*----------------------------------------------
15.0 Counter Style
-----------------------------------------------*/
.fact {
text-align: center;
margin-bottom: 30px;
}
.fact .fact-number {
font-size: 4.2rem;
color: #3195ff;
font-family: "Signika", sans-serif;
font-weight: 600;
margin-bottom: 0;
line-height: 1;
}
.fact .fact-name {
font-size: 1.8rem;
color: #222222;
line-height: 1;
margin-top: 10px;
}
/*----------------------------------------------
16.0 Contact Style
-----------------------------------------------*/
.contact-block-title h4 {
font-family: "Rubik", sans-serif;
font-size: 2.0rem;
font-weight: 500;
color: #3195ff;
}
.contact-info .info-details {
margin-bottom: 30px;
}
.contact-info .info-details h5 {
font-size: 1.6rem;
font-family: "Rubik", sans-serif;
font-weight: 500;
color: #222222;
margin-bottom: 10px;
text-transform: uppercase;
}
.contact-info .info-details p {
font-size: 1.4rem;
font-family: "Rubik", sans-serif;
font-weight: 400;
color: #808080;
margin-bottom: 0;
}
.contact-form .form-group {
position: relative;
}
.contact-form .form-group .form-control {
font-size: 1.4rem;
color: #808080;
padding: 0;
border-radius: 0;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
border: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.contact-form .form-group .form-control:focus, .contact-form .form-group .form-control:valid {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.contact-form .form-group label {
position: absolute;
top: 1.4rem;
left: 0;
margin-bottom: 0;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
cursor: text;
}
.contact-form .form-group .input-br {
position: absolute;
bottom: 0;
left: 0;
height: 2px;
width: 0;
background: #3195ff;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.contact-form .form-group textarea.form-control {
padding-top: 13px;
height: 120px;
resize: none;
}
.contact-form .form-group .form-control:valid ~ label,
.contact-form .form-group .form-control:focus ~ label {
top: -16px;
color: #222222;
}
.contact-form .form-group .form-control:valid ~ .input-br,
.contact-form .form-group .form-control:focus ~ .input-br {
width: 100%;
}
.contact-form .button {
background: #3195ff;
color: #ffffff;
border-radius: 30px;
padding: 9px 40px;
}
.contact-map {
height: 400px;
}
#contactForm {
position: relative;
}
.input-success,
.input-error {
border-radius: 3px;
color: #ffffff;
padding: 5px 15px !important;
margin-bottom: 0;
margin-top: 10px;
display: none;
position: absolute;
top: calc(100% + 10px);
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.input-success {
background-color: #27ae60;
}
.input-error {
background-color: #e74c3c;
}
@media all and (max-width: 991px) {
.contact-block-title {
margin-bottom: 30px;
}
}
/*----------------------------------------------
17.0 Pagination Style
-----------------------------------------------*/
.pagination.mar-30 {
margin-top: 20px;
}
.pagination.mar-60 {
margin-top: 50px;
}
.pagination.text-center .nav-links {
width: 100%;
}
.pagination .nav-links .page-numbers {
height: 40px;
width: 40px;
line-height: 40px;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 50px;
display: inline-block;
outline: none;
text-decoration: none;
margin: 10px 5px 0;
text-align: center;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
color: #808080;
position: relative;
z-index: 2;
}
.pagination .nav-links .page-numbers.current {
color: #ffffff;
border-color: transparent;
background: #3195ff;
}
/*----------------------------------------------
18.0 Nav Style
-----------------------------------------------*/
header {
position: relative;
}
header .nav-absolute {
position: absolute;
top: 0;
left: 0;
right: 0;
}
.cp-nav .navbar {
padding: 35px 0;
}
.cp-nav .navbar .navbar-brand {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
padding: 0;
margin: 0;
}
.cp-nav .navbar .nav-extra {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.cp-nav .navbar .nav-extra .user {
margin-right: 20px;
}
.cp-nav .navbar .nav-extra .user a {
height: 50px;
width: 50px;
line-height: 50px;
text-align: center;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 50%;
font-size: 1.8rem;
}
.cp-nav .navbar .nav-extra .user a span {
color: #3195ff;
}
.cp-nav .navbar .nav-extra .nav-listing a {
border-radius: 30px;
font-size: 1.5rem;
color: #ffffff;
background: #3195ff;
padding: 7px;
padding-right: 35px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.cp-nav .navbar .nav-extra .nav-listing a span[class^="ti"] {
height: 36px;
width: 36px;
border-radius: 50%;
border: 1px dashed rgba(255, 255, 255, 0.5);
display: inline-block;
line-height: 36px;
text-align: center;
margin-right: 16px;
}
.cp-nav .navbar .navbar-collapse {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.cp-nav .navbar .navbar-collapse .navbar-nav {
margin-right: 40px;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .menu-item {
margin-right: 35px;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .menu-item:last-child {
margin-right: 0;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .menu-item a {
font-family: "Rubik", sans-serif;
font-weight: 400;
font-size: 1.5rem;
color: #373737;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .menu-item a:hover {
color: #3195ff;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .dropdown {
position: relative;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .dropdown:hover > .dropdown-menu {
opacity: 1;
visibility: visible;
top: 100%;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-toggle {
position: relative;
padding-right: 14px;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-toggle:after {
border-right: 0;
border-top: 0;
border-left: 0;
content: '\f078';
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
position: absolute;
font-size: 1.1rem;
top: 4px;
right: 0;
color: #373737;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu {
display: block;
opacity: 0;
visibility: hidden;
min-width: 185px;
border: 1px solid rgba(0, 0, 0, 0.08);
border-radius: 5px;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
top: 200%;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .menu-item {
padding: 6px 0;
margin-right: 0;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .menu-item a {
padding: 0 20px;
width: 100%;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .menu-item .dropdown-toggle:after {
content: '\f078';
right: 20px;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .menu-item .dropdown-menu {
left: 100%;
right: auto;
top: 0;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .menu-item .dropdown-menu .dropdown-menu {
left: auto;
right: 100%;
top: 0;
}
.cp-nav.nav-2 {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.cp-nav.nav-2 .navbar {
padding: 45px 0;
}
.cp-nav.nav-2 .navbar .navbar-brand {
-webkit-box-flex: 0;
-ms-flex: 0 0 245px;
flex: 0 0 245px;
}
.cp-nav.nav-2 .navbar .nav-extra {
-webkit-box-flex: 0;
-ms-flex: 0 0 245px;
flex: 0 0 245px;
}
.cp-nav.nav-2 .navbar .nav-extra .user a {
border-color: rgba(255, 255, 255, 0.1);
}
.cp-nav.nav-2 .navbar .nav-extra .user a span {
color: #ffffff;
}
.cp-nav.nav-2 .navbar .nav-extra .nav-listing a {
background: transparent;
border: 1px solid rgba(255, 255, 255, 0.1);
}
.cp-nav.nav-2 .navbar .nav-extra .nav-listing a span[class^="ti"] {
border-color: rgba(255, 255, 255, 0.1);
color: #3195ff;
}
.cp-nav.nav-2 .navbar .navbar-collapse .navbar-nav .menu-item > a {
color: #ffffff;
}
.cp-nav.nav-2 .navbar .navbar-collapse .navbar-nav .menu-item > a.dropdown-toggle:after {
color: #ffffff;
}
.cp-nav.nav-2 .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .menu-item a {
color: #373737;
}
.cp-nav.nav-2 .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .menu-item a:hover {
color: #3195ff;
}
.cp-nav.nav-2 .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .menu-item .dropdown-toggle:after {
color: #373737;
}
.cp-nav.color-bg {
background: #353954;
}
.cp-nav.nav-3 {
position: relative;
z-index: 999;
}
.cp-nav.nav-3 .navbar {
padding: 24px 0;
}
.cp-nav.nav-3 .navbar .navbar-brand {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.cp-nav.nav-3 .navbar .nav-search {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
margin-left: 100px;
position: relative;
}
.cp-nav.nav-3 .navbar .nav-search .nav-search-toggle {
display: none;
}
.cp-nav.nav-3 .navbar .nav-search form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.cp-nav.nav-3 .navbar .nav-search form .form-group {
margin-bottom: 0;
margin-right: 20px;
width: 170px;
}
.cp-nav.nav-3 .navbar .nav-search form .form-group .form-control {
color: #ffffff;
border: 0;
border-radius: 0;
height: 40px;
padding: 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.cp-nav.nav-3 .navbar .nav-search form .form-group .form-control::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #ffffff;
}
.cp-nav.nav-3 .navbar .nav-search form .form-group .form-control::-moz-placeholder {
/* Firefox 19+ */
color: #ffffff;
}
.cp-nav.nav-3 .navbar .nav-search form .form-group .form-control:-ms-input-placeholder {
/* IE 10+ */
color: #ffffff;
}
.cp-nav.nav-3 .navbar .nav-search form .form-group .form-control:-moz-placeholder {
/* Firefox 18- */
color: #ffffff;
}
.cp-nav.nav-3 .navbar .nav-search form .form-group .select2-container.select2-container--bootstrap .select2-selection {
height: 40px;
line-height: 40px;
padding: 0;
background: transparent !important;
border: 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
color: #ffffff;
}
.cp-nav.nav-3 .navbar .nav-search form .form-group .select2-container.select2-container--bootstrap .select2-selection .select2-selection__rendered {
color: #ffffff;
}
.cp-nav.nav-3 .navbar .nav-search form .form-group .select2-container.select2-container--bootstrap .select2-selection .select2-selection__arrow {
right: 6px;
}
.cp-nav.nav-3 .navbar .nav-search form .form-group .select2-container.select2-container--bootstrap .select2-selection .select2-selection__arrow:before {
content: '\f078';
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
font-size: 1rem;
}
.cp-nav.nav-3 .navbar .nav-search form .form-group .select2-container.select2-container--bootstrap .select2-selection .select2-selection__arrow b {
border-bottom: 0;
border-radius: 0;
border-left: 0;
border-top: 0;
}
.cp-nav.nav-3 .navbar .nav-search form .button {
height: 50px;
width: 50px;
border-radius: 50%;
border: 1px solid rgba(255, 255, 255, 0.2);
padding: 0;
color: #ffffff;
}
.cp-nav.nav-3 .navbar .nav-extra {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.cp-nav.nav-3 .navbar .nav-extra .user a {
border-color: rgba(255, 255, 255, 0.2);
}
.cp-nav.nav-3 .navbar .nav-extra .user a span {
color: #ffffff;
-webkit-text-fill-color: #ffffff;
}
.cp-nav.nav-3 .navbar .nav-extra .nav-listing a {
background: #3195ff;
}
.cp-nav.nav-3 .navbar .nav-extra .nav-listing a span[class^="ti"] {
border-color: rgba(255, 255, 255, 0.2);
color: #ffffff;
}
.cp-nav.nav-3 .navbar .navbar-collapse {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.cp-nav.nav-3 .navbar .navbar-collapse .navbar-nav .menu-item > a {
color: #ffffff;
}
.cp-nav.nav-3 .navbar .navbar-collapse .navbar-nav .menu-item > a.dropdown-toggle:after {
color: #ffffff;
}
.cp-nav.nav-3 .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu {
z-index: 99;
}
.cp-nav.nav-3 .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .menu-item a {
color: #373737;
}
.cp-nav.nav-3 .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .menu-item a:hover {
color: #3195ff;
}
.cp-nav.nav-3 .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .menu-item .dropdown-toggle:after {
color: #373737;
}
@media all and (min-width: 1900px) {
.cp-nav {
padding: 0 100px;
}
}
@media all and (max-width: 1599px) {
.cp-nav.nav-3 .navbar .nav-search .nav-search-toggle {
display: block;
height: 50px;
width: 50px;
text-align: center;
line-height: 50px;
border-radius: 50%;
border: 1px solid rgba(255, 255, 255, 0.1);
padding: 0;
color: #ffffff;
}
.cp-nav.nav-3 .navbar .nav-search form {
display: none;
padding: 20px;
background: #ffffff;
position: absolute;
top: 120%;
left: 0;
width: 460px;
border-radius: 3px;
-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
.cp-nav.nav-3 .navbar .nav-search form .form-group {
float: left;
}
.cp-nav.nav-3 .navbar .nav-search form .form-group .form-control {
color: #373737;
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.cp-nav.nav-3 .navbar .nav-search form .form-group .form-control::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #373737;
}
.cp-nav.nav-3 .navbar .nav-search form .form-group .form-control::-moz-placeholder {
/* Firefox 19+ */
color: #373737;
}
.cp-nav.nav-3 .navbar .nav-search form .form-group .form-control:-ms-input-placeholder {
/* IE 10+ */
color: #373737;
}
.cp-nav.nav-3 .navbar .nav-search form .form-group .form-control:-moz-placeholder {
/* Firefox 18- */
color: #373737;
}
.cp-nav.nav-3 .navbar .nav-search form .form-group .select2-container.select2-container--bootstrap .select2-selection {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
color: #373737;
}
.cp-nav.nav-3 .navbar .nav-search form .form-group .select2-container.select2-container--bootstrap .select2-selection .select2-selection__rendered {
color: #373737;
}
.cp-nav.nav-3 .navbar .nav-search form .form-group .select2-container.select2-container--bootstrap .select2-selection .select2-selection__arrow:before {
color: #373737;
}
.cp-nav.nav-3 .navbar .nav-search form .button {
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 0;
color: #373737;
height: 40px;
width: 40px;
line-height: 40px;
font-size: 1.4rem;
}
}
@media all and (min-width: 1200px) {
.cp-nav {
padding: 0 50px;
}
}
@media all and (max-width: 1199px) {
.cp-nav {
padding: 0 15px;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu {
left: 0;
right: auto;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown-menu {
left: auto !important;
right: 100% !important;
}
.cp-nav.nav-2 {
padding: 0;
}
.cp-nav.nav-2 .navbar {
padding: 10px 0;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.cp-nav.nav-2 .navbar .navbar-brand {
margin-right: auto;
}
.cp-nav.nav-2 .navbar .navbar-toggler {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
border: 1px solid #ffffff;
font-size: 2.4rem;
padding: 5px 9px;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
margin-left: 20px;
}
.cp-nav.nav-2 .navbar .navbar-toggler span {
color: #ffffff;
}
.cp-nav.nav-2 .navbar .navbar-collapse {
position: absolute;
top: 100%;
left: 0;
right: 0;
background: #ffffff;
z-index: 999;
border-radius: 5px;
-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
.cp-nav.nav-2 .navbar .navbar-collapse .navbar-nav {
padding: 20px;
margin-right: 0;
}
.cp-nav.nav-2 .navbar .navbar-collapse .navbar-nav > li {
padding: 6px 0;
}
.cp-nav.nav-2 .navbar .navbar-collapse .navbar-nav > li.menu-item {
margin-right: 0;
}
.cp-nav.nav-2 .navbar .navbar-collapse .navbar-nav > li a {
display: block;
padding: 0;
}
.cp-nav.nav-2 .navbar .navbar-collapse .navbar-nav .menu-item a {
color: #373737;
}
.cp-nav.nav-2 .navbar .navbar-collapse .navbar-nav .menu-item.dropdown .dropdown-toggle:after {
color: #373737;
}
.cp-nav.nav-2 .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu {
display: none;
padding: 10px 20px;
}
.cp-nav.nav-2 .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .menu-item .dropdown-toggle:after {
right: 0;
}
.cp-nav.nav-2 .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .menu-item a {
padding: 0;
}
.cp-nav.nav-2 .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu.show {
display: block;
}
.cp-nav.nav-3 .navbar .nav-search {
margin-left: 50px;
}
}
@media all and (max-width: 991px) {
.cp-nav .navbar {
padding: 10px 0;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.cp-nav .navbar .navbar-brand {
margin-right: auto;
}
.cp-nav .navbar .navbar-toggler {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
border: 1px solid rgba(0, 0, 0, 0.1);
font-size: 2.4rem;
padding: 5px 9px;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
margin-left: 20px;
}
.cp-nav .navbar .navbar-collapse {
position: absolute;
top: 100%;
left: 0;
right: 0;
background: #ffffff;
z-index: 999;
border-radius: 5px;
-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
.cp-nav .navbar .navbar-collapse .navbar-nav {
padding: 20px;
margin-right: 0;
}
.cp-nav .navbar .navbar-collapse .navbar-nav > li {
padding: 6px 0;
}
.cp-nav .navbar .navbar-collapse .navbar-nav > li.menu-item {
margin-right: 0;
}
.cp-nav .navbar .navbar-collapse .navbar-nav > li a {
display: block;
padding: 0;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu {
display: none;
padding: 10px 20px;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .menu-item .dropdown-toggle:after {
right: 0;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .menu-item a {
padding: 0;
}
.cp-nav .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu.show {
display: block;
}
.cp-nav.nav-2 .navbar .navbar-brand {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.cp-nav.nav-2 .navbar .nav-extra {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.cp-nav.nav-3 .navbar {
padding: 10px 0;
}
.cp-nav.nav-3 .navbar .nav-search {
display: none;
}
.cp-nav.nav-3 .navbar .navbar-toggler {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
border: 1px solid #ffffff;
border-radius: 0;
font-size: 2.4rem;
padding: 5px 9px;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
margin-left: 20px;
}
.cp-nav.nav-3 .navbar .navbar-toggler span {
color: #ffffff;
}
.cp-nav.nav-3 .navbar .navbar-collapse .navbar-nav .menu-item a {
color: #373737;
}
.cp-nav.nav-3 .navbar .navbar-collapse .navbar-nav .menu-item.dropdown .dropdown-toggle:after {
color: #373737;
}
}
@media all and (max-width: 575px) {
.cp-nav .navbar .navbar-brand img {
height: 30px;
}
.cp-nav .navbar .nav-extra .user a {
height: 35px;
width: 35px;
line-height: 35px;
font-size: 1.4rem;
}
.cp-nav .navbar .nav-extra .nav-listing {
display: none;
}
.cp-nav .navbar .navbar-toggler {
margin-left: 0;
font-size: 2.0rem;
}
.cp-nav.nav-2 .navbar .navbar-toggler,
.cp-nav.nav-3 .navbar .navbar-toggler {
margin-left: 0;
}
}
.listing-delete-form {
display: inline-block;
}
form.listing-delete-form .remove {
height: 40px;
width: 40px;
border-radius: 50%;
border: 1px solid;
line-height: 40px;
text-align: center;
color: #f94877;
border-color: rgba(249, 72, 119, 0.3);
} | 0.586996 | 0.152001 |
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=8c25d5435b21ee33c353dfba865d0767)
* Config saved to config.json and https://gist.github.com/8c25d5435b21ee33c353dfba865d0767
*/
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }
body {
margin: 0; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block; }
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline; }
audio:not([controls]) {
display: none;
height: 0; }
[hidden],
template {
display: none; }
a {
background-color: transparent; }
a:active,
a:hover {
outline: 0; }
abbr[title] {
border-bottom: 1px dotted; }
b,
strong {
font-weight: bold; }
dfn {
font-style: italic; }
h1 {
font-size: 2em;
margin: 0.67em 0; }
mark {
background: #ff0;
color: #000; }
small {
font-size: 80%; }
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
figure {
margin: 1em 40px; }
hr {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0; }
pre {
overflow: auto; }
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0; }
button {
overflow: visible; }
button,
select {
text-transform: none; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }
button[disabled],
html input[disabled] {
cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
input {
line-height: normal; }
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
input[type="search"] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
legend {
border: 0;
padding: 0; }
textarea {
overflow: auto; }
optgroup {
font-weight: bold; }
table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; }
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
html {
font-size: 10px;
-webkit-tap-highlight-color: transparent; }
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333333;
background-color: #ffffff; }
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit; }
a {
color: #337ab7;
text-decoration: none; }
a:hover,
a:focus {
color: #23527c;
text-decoration: underline; }
a:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
figure {
margin: 0; }
img {
vertical-align: middle; }
.img-responsive {
display: block;
max-width: 100%;
height: auto; }
.img-rounded {
border-radius: 6px; }
.img-thumbnail {
padding: 4px;
line-height: 1.42857143;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto; }
.img-circle {
border-radius: 50%; }
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee; }
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0; }
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto; }
[role="button"] {
cursor: pointer; }
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px; }
@media (min-width: 768px) {
.container {
width: 750px; } }
@media (min-width: 992px) {
.container {
width: 970px; } }
@media (min-width: 1200px) {
.container {
width: 1200px; } }
@media (min-width: 1300px) {
.container {
width: 1300px; } }
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px; }
.row, .org-chart {
margin-left: -15px;
margin-right: -15px; }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px; }
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left; }
.col-xs-12 {
width: 100%; }
.col-xs-11 {
width: 91.66666667%; }
.col-xs-10 {
width: 83.33333333%; }
.col-xs-9 {
width: 75%; }
.col-xs-8 {
width: 66.66666667%; }
.col-xs-7 {
width: 58.33333333%; }
.col-xs-6 {
width: 50%; }
.col-xs-5 {
width: 41.66666667%; }
.col-xs-4 {
width: 33.33333333%; }
.col-xs-3 {
width: 25%; }
.col-xs-2 {
width: 16.66666667%; }
.col-xs-1 {
width: 8.33333333%; }
.col-xs-pull-12 {
right: 100%; }
.col-xs-pull-11 {
right: 91.66666667%; }
.col-xs-pull-10 {
right: 83.33333333%; }
.col-xs-pull-9 {
right: 75%; }
.col-xs-pull-8 {
right: 66.66666667%; }
.col-xs-pull-7 {
right: 58.33333333%; }
.col-xs-pull-6 {
right: 50%; }
.col-xs-pull-5 {
right: 41.66666667%; }
.col-xs-pull-4 {
right: 33.33333333%; }
.col-xs-pull-3 {
right: 25%; }
.col-xs-pull-2 {
right: 16.66666667%; }
.col-xs-pull-1 {
right: 8.33333333%; }
.col-xs-pull-0 {
right: auto; }
.col-xs-push-12 {
left: 100%; }
.col-xs-push-11 {
left: 91.66666667%; }
.col-xs-push-10 {
left: 83.33333333%; }
.col-xs-push-9 {
left: 75%; }
.col-xs-push-8 {
left: 66.66666667%; }
.col-xs-push-7 {
left: 58.33333333%; }
.col-xs-push-6 {
left: 50%; }
.col-xs-push-5 {
left: 41.66666667%; }
.col-xs-push-4 {
left: 33.33333333%; }
.col-xs-push-3 {
left: 25%; }
.col-xs-push-2 {
left: 16.66666667%; }
.col-xs-push-1 {
left: 8.33333333%; }
.col-xs-push-0 {
left: auto; }
.col-xs-offset-12 {
margin-left: 100%; }
.col-xs-offset-11 {
margin-left: 91.66666667%; }
.col-xs-offset-10 {
margin-left: 83.33333333%; }
.col-xs-offset-9 {
margin-left: 75%; }
.col-xs-offset-8 {
margin-left: 66.66666667%; }
.col-xs-offset-7 {
margin-left: 58.33333333%; }
.col-xs-offset-6 {
margin-left: 50%; }
.col-xs-offset-5 {
margin-left: 41.66666667%; }
.col-xs-offset-4 {
margin-left: 33.33333333%; }
.col-xs-offset-3 {
margin-left: 25%; }
.col-xs-offset-2 {
margin-left: 16.66666667%; }
.col-xs-offset-1 {
margin-left: 8.33333333%; }
.col-xs-offset-0 {
margin-left: 0%; }
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left; }
.col-sm-12 {
width: 100%; }
.col-sm-11 {
width: 91.66666667%; }
.col-sm-10 {
width: 83.33333333%; }
.col-sm-9 {
width: 75%; }
.col-sm-8 {
width: 66.66666667%; }
.col-sm-7 {
width: 58.33333333%; }
.col-sm-6 {
width: 50%; }
.col-sm-5 {
width: 41.66666667%; }
.col-sm-4 {
width: 33.33333333%; }
.col-sm-3 {
width: 25%; }
.col-sm-2 {
width: 16.66666667%; }
.col-sm-1 {
width: 8.33333333%; }
.col-sm-pull-12 {
right: 100%; }
.col-sm-pull-11 {
right: 91.66666667%; }
.col-sm-pull-10 {
right: 83.33333333%; }
.col-sm-pull-9 {
right: 75%; }
.col-sm-pull-8 {
right: 66.66666667%; }
.col-sm-pull-7 {
right: 58.33333333%; }
.col-sm-pull-6 {
right: 50%; }
.col-sm-pull-5 {
right: 41.66666667%; }
.col-sm-pull-4 {
right: 33.33333333%; }
.col-sm-pull-3 {
right: 25%; }
.col-sm-pull-2 {
right: 16.66666667%; }
.col-sm-pull-1 {
right: 8.33333333%; }
.col-sm-pull-0 {
right: auto; }
.col-sm-push-12 {
left: 100%; }
.col-sm-push-11 {
left: 91.66666667%; }
.col-sm-push-10 {
left: 83.33333333%; }
.col-sm-push-9 {
left: 75%; }
.col-sm-push-8 {
left: 66.66666667%; }
.col-sm-push-7 {
left: 58.33333333%; }
.col-sm-push-6 {
left: 50%; }
.col-sm-push-5 {
left: 41.66666667%; }
.col-sm-push-4 {
left: 33.33333333%; }
.col-sm-push-3 {
left: 25%; }
.col-sm-push-2 {
left: 16.66666667%; }
.col-sm-push-1 {
left: 8.33333333%; }
.col-sm-push-0 {
left: auto; }
.col-sm-offset-12 {
margin-left: 100%; }
.col-sm-offset-11 {
margin-left: 91.66666667%; }
.col-sm-offset-10 {
margin-left: 83.33333333%; }
.col-sm-offset-9 {
margin-left: 75%; }
.col-sm-offset-8 {
margin-left: 66.66666667%; }
.col-sm-offset-7 {
margin-left: 58.33333333%; }
.col-sm-offset-6 {
margin-left: 50%; }
.col-sm-offset-5 {
margin-left: 41.66666667%; }
.col-sm-offset-4 {
margin-left: 33.33333333%; }
.col-sm-offset-3 {
margin-left: 25%; }
.col-sm-offset-2 {
margin-left: 16.66666667%; }
.col-sm-offset-1 {
margin-left: 8.33333333%; }
.col-sm-offset-0 {
margin-left: 0%; } }
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left; }
.col-md-12 {
width: 100%; }
.col-md-11 {
width: 91.66666667%; }
.col-md-10 {
width: 83.33333333%; }
.col-md-9 {
width: 75%; }
.col-md-8 {
width: 66.66666667%; }
.col-md-7 {
width: 58.33333333%; }
.col-md-6 {
width: 50%; }
.col-md-5 {
width: 41.66666667%; }
.col-md-4 {
width: 33.33333333%; }
.col-md-3 {
width: 25%; }
.col-md-2 {
width: 16.66666667%; }
.col-md-1 {
width: 8.33333333%; }
.col-md-pull-12 {
right: 100%; }
.col-md-pull-11 {
right: 91.66666667%; }
.col-md-pull-10 {
right: 83.33333333%; }
.col-md-pull-9 {
right: 75%; }
.col-md-pull-8 {
right: 66.66666667%; }
.col-md-pull-7 {
right: 58.33333333%; }
.col-md-pull-6 {
right: 50%; }
.col-md-pull-5 {
right: 41.66666667%; }
.col-md-pull-4 {
right: 33.33333333%; }
.col-md-pull-3 {
right: 25%; }
.col-md-pull-2 {
right: 16.66666667%; }
.col-md-pull-1 {
right: 8.33333333%; }
.col-md-pull-0 {
right: auto; }
.col-md-push-12 {
left: 100%; }
.col-md-push-11 {
left: 91.66666667%; }
.col-md-push-10 {
left: 83.33333333%; }
.col-md-push-9 {
left: 75%; }
.col-md-push-8 {
left: 66.66666667%; }
.col-md-push-7 {
left: 58.33333333%; }
.col-md-push-6 {
left: 50%; }
.col-md-push-5 {
left: 41.66666667%; }
.col-md-push-4 {
left: 33.33333333%; }
.col-md-push-3 {
left: 25%; }
.col-md-push-2 {
left: 16.66666667%; }
.col-md-push-1 {
left: 8.33333333%; }
.col-md-push-0 {
left: auto; }
.col-md-offset-12 {
margin-left: 100%; }
.col-md-offset-11 {
margin-left: 91.66666667%; }
.col-md-offset-10 {
margin-left: 83.33333333%; }
.col-md-offset-9 {
margin-left: 75%; }
.col-md-offset-8 {
margin-left: 66.66666667%; }
.col-md-offset-7 {
margin-left: 58.33333333%; }
.col-md-offset-6 {
margin-left: 50%; }
.col-md-offset-5 {
margin-left: 41.66666667%; }
.col-md-offset-4 {
margin-left: 33.33333333%; }
.col-md-offset-3 {
margin-left: 25%; }
.col-md-offset-2 {
margin-left: 16.66666667%; }
.col-md-offset-1 {
margin-left: 8.33333333%; }
.col-md-offset-0 {
margin-left: 0%; } }
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left; }
.col-lg-12 {
width: 100%; }
.col-lg-11 {
width: 91.66666667%; }
.col-lg-10 {
width: 83.33333333%; }
.col-lg-9 {
width: 75%; }
.col-lg-8 {
width: 66.66666667%; }
.col-lg-7 {
width: 58.33333333%; }
.col-lg-6 {
width: 50%; }
.col-lg-5 {
width: 41.66666667%; }
.col-lg-4 {
width: 33.33333333%; }
.col-lg-3 {
width: 25%; }
.col-lg-2 {
width: 16.66666667%; }
.col-lg-1 {
width: 8.33333333%; }
.col-lg-pull-12 {
right: 100%; }
.col-lg-pull-11 {
right: 91.66666667%; }
.col-lg-pull-10 {
right: 83.33333333%; }
.col-lg-pull-9 {
right: 75%; }
.col-lg-pull-8 {
right: 66.66666667%; }
.col-lg-pull-7 {
right: 58.33333333%; }
.col-lg-pull-6 {
right: 50%; }
.col-lg-pull-5 {
right: 41.66666667%; }
.col-lg-pull-4 {
right: 33.33333333%; }
.col-lg-pull-3 {
right: 25%; }
.col-lg-pull-2 {
right: 16.66666667%; }
.col-lg-pull-1 {
right: 8.33333333%; }
.col-lg-pull-0 {
right: auto; }
.col-lg-push-12 {
left: 100%; }
.col-lg-push-11 {
left: 91.66666667%; }
.col-lg-push-10 {
left: 83.33333333%; }
.col-lg-push-9 {
left: 75%; }
.col-lg-push-8 {
left: 66.66666667%; }
.col-lg-push-7 {
left: 58.33333333%; }
.col-lg-push-6 {
left: 50%; }
.col-lg-push-5 {
left: 41.66666667%; }
.col-lg-push-4 {
left: 33.33333333%; }
.col-lg-push-3 {
left: 25%; }
.col-lg-push-2 {
left: 16.66666667%; }
.col-lg-push-1 {
left: 8.33333333%; }
.col-lg-push-0 {
left: auto; }
.col-lg-offset-12 {
margin-left: 100%; }
.col-lg-offset-11 {
margin-left: 91.66666667%; }
.col-lg-offset-10 {
margin-left: 83.33333333%; }
.col-lg-offset-9 {
margin-left: 75%; }
.col-lg-offset-8 {
margin-left: 66.66666667%; }
.col-lg-offset-7 {
margin-left: 58.33333333%; }
.col-lg-offset-6 {
margin-left: 50%; }
.col-lg-offset-5 {
margin-left: 41.66666667%; }
.col-lg-offset-4 {
margin-left: 33.33333333%; }
.col-lg-offset-3 {
margin-left: 25%; }
.col-lg-offset-2 {
margin-left: 16.66666667%; }
.col-lg-offset-1 {
margin-left: 8.33333333%; }
.col-lg-offset-0 {
margin-left: 0%; } }
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.org-chart:before,
.row:after,
.org-chart:after {
content: " ";
display: table; }
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.org-chart:after {
clear: both; }
.center-block {
display: block;
margin-left: auto;
margin-right: auto; }
.pull-right {
float: right !important; }
.pull-left {
float: left !important; }
.hide {
display: none !important; }
.show {
display: block !important; }
.invisible {
visibility: hidden; }
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0; }
.hidden {
display: none !important; }
.affix {
position: fixed; }
@-ms-viewport {
width: device-width; }
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important; }
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important; }
@media (max-width: 767px) {
.visible-xs {
display: block !important; }
table.visible-xs {
display: table !important; }
tr.visible-xs {
display: table-row !important; }
th.visible-xs,
td.visible-xs {
display: table-cell !important; } }
@media (max-width: 767px) {
.visible-xs-block {
display: block !important; } }
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important; } }
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important; }
table.visible-sm {
display: table !important; }
tr.visible-sm {
display: table-row !important; }
th.visible-sm,
td.visible-sm {
display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important; }
table.visible-md {
display: table !important; }
tr.visible-md {
display: table-row !important; }
th.visible-md,
td.visible-md {
display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important; } }
@media (min-width: 1200px) {
.visible-lg {
display: block !important; }
table.visible-lg {
display: table !important; }
tr.visible-lg {
display: table-row !important; }
th.visible-lg,
td.visible-lg {
display: table-cell !important; } }
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important; } }
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important; } }
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important; } }
@media (max-width: 767px) {
.hidden-xs {
display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important; } }
@media (min-width: 1200px) {
.hidden-lg {
display: none !important; } }
.visible-print {
display: none !important; }
@media print {
.visible-print {
display: block !important; }
table.visible-print {
display: table !important; }
tr.visible-print {
display: table-row !important; }
th.visible-print,
td.visible-print {
display: table-cell !important; } }
.visible-print-block {
display: none !important; }
@media print {
.visible-print-block {
display: block !important; } }
.visible-print-inline {
display: none !important; }
@media print {
.visible-print-inline {
display: inline !important; } }
.visible-print-inline-block {
display: none !important; }
@media print {
.visible-print-inline-block {
display: inline-block !important; } }
@media print {
.hidden-print {
display: none !important; } }
.col-xs-fifth, .col-sm-fifth, .col-md-fifth, .col-lg-fifth {
position: relative;
min-height: 1px;
padding-right: 10px;
padding-left: 10px; }
.col-xs-fifth {
width: 20%;
float: left; }
@media (min-width: 768px) {
.col-sm-fifth {
width: 20%;
float: left; } }
@media (min-width: 992px) {
.col-md-fifth {
width: 20%;
float: left; } }
@media (min-width: 1200px) {
.col-lg-fifth {
width: 20%;
float: left; } }
html {
font-family: 'Lato', sans-serif;
font-size: 100%; }
body {
font-family: 'Lato', sans-serif;
margin: 0;
color: #582e30; }
p, .lead, ol, ul, .lead p, ol p, ul p {
font-family: 'Palatino', serif;
font-size: 0.9rem; }
a {
color: #ED1C24; }
a:hover {
color: #970c11;
text-decoration: none; }
.text-center {
text-align: center; }
.btn-label, .btn, ul.button-list li a {
font-family: 'Lato', sans-serif;
display: inline-block;
min-width: 4rem;
text-align: center;
text-decoration: none;
font-weight: bold;
margin: 0.45rem 0.25rem;
padding: 0.55rem 0.75rem;
min-height: 1rem;
line-height: 1rem;
box-sizing: content-box;
font-size: 1.1rem; }
.btn, ul.button-list li a {
color: #ED1C24;
border-radius: 0.2rem;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
cursor: pointer; }
.btn.btn-inverse, ul.button-list li a.btn-inverse {
color: white;
background-color: #ED1C24;
text-decoration: none;
box-sizing: content-box;
border: 1px solid white; }
.btn.btn-inverse:hover, ul.button-list li a.btn-inverse:hover {
background-color: white;
color: #ED1C24;
border: 1px solid #ED1C24; }
.btn.btn-inverse.disabled:hover, ul.button-list li a.btn-inverse.disabled:hover {
color: white;
background-color: #ED1C24;
text-decoration: none;
box-sizing: content-box;
border: 1px solid white; }
.btn:hover, ul.button-list li a:hover, .btn.active, ul.button-list li a.active {
background-color: #ED1C24;
color: white;
text-decoration: none;
box-sizing: content-box; }
.btn.disabled, ul.button-list li a.disabled {
cursor: not-allowed;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
opacity: .65; }
.btn.disabled:hover, ul.button-list li a.disabled:hover {
background-color: white;
color: #ED1C24;
text-decoration: none;
box-sizing: content-box; }
h1 {
font-size: 2.5rem; }
h2 {
font-size: 2rem; }
.lead, ol, ul {
font-size: 1.25rem; }
.lead .lead, .lead ol, .lead ul, .lead p, ol .lead, ol ol, ol ul, ol .lead p, .lead ol p, ol p, ul .lead, ul ol, ul ul, ul .lead p, .lead ul p, ul p {
font-size: 1.25rem; }
ul.button-list {
list-style: none;
padding-left: 0; }
ul.button-list ul, ul.button-list ol {
list-style: none; }
@media screen and (max-width: 991px) {
.col-sm-new-row {
clear: both; } }
@media screen and (max-width: 1199px) {
.col-md-new-row {
clear: both; } }
.profile-img {
width: 100%;
padding-top: 100%;
background-size: contain;
background-repeat: no-repeat; }
a.generic-item, a.update-item, a.person-item, a.committee-item {
display: block;
box-sizing: padding-box;
/*box-shadow: 1px 1px 2px #ddd;*/
border-radius: 0.25rem;
margin-bottom: 1rem;
text-decoration: none;
color: #333333; }
a.generic-item:hover, a.update-item:hover, a.person-item:hover, a.committee-item:hover {
text-decoration: none;
color: #333333;
/*box-shadow: 2px 2px 2px $main-gray;*/ }
a.generic-item .item-image, a.update-item .item-image, a.person-item .item-image, a.committee-item .item-image, a.update-item .update-image, a.person-item .person-image, a.committee-item .committee-image {
height: 14rem;
background-color: #aaa;
background-position: center;
background-size: cover;
display: block;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem; }
a.generic-item .item-content, a.update-item .item-content, a.person-item .item-content, a.committee-item .item-content, a.update-item .update-content, a.person-item .person-content, a.committee-item .committee-content {
background-color: #ededed;
padding: 1rem;
border-bottom-left-radius: 0.25rem;
border-bottom-right-radius: 0.25rem; }
a.generic-item .item-content h4, a.update-item .item-content h4, a.person-item .item-content h4, a.committee-item .item-content h4, a.update-item .update-content h4, a.person-item .person-content h4, a.committee-item .committee-content h4 {
margin-top: 0;
margin-bottom: 0.5rem;
color: #ED1C24;
line-height: 1; }
a.update-item .update-content {
min-height: 8rem; }
a.update-item .update-content h4 {
font-size: 1rem; }
a.person-item .person-image.oblong {
background-image: none;
height: 10rem; }
a.person-item .person-content {
text-align: center; }
a.person-item .person-content h4 {
font-size: 1.2rem; }
a.person-item .person-content p.position, a.person-item .person-content .position.lead, a.person-item .person-content ol.position, a.person-item .person-content ul.position {
margin-bottom: 0;
font-size: 0.95rem; }
a.person-item.small .person-image {
height: 0;
padding-top: 100%;
background-position: top; }
a.person-item.small .person-content {
min-height: 112px; }
a.person-item.small .person-content h4 {
font-size: 1rem; }
a.person-item.small .person-content p.position, a.person-item.small .person-content .position.lead, a.person-item.small .person-content ol.position, a.person-item.small .person-content ul.position {
font-size: 0.75rem; }
a.person-item.no-image .person-content {
border-radius: 0.25rem;
min-height: 0; }
a.person-item.no-image h4 {
margin-bottom: 0; }
a.committee-item .committee-content {
text-align: center;
min-height: 7rem; }
a.committee-item .committee-content h4 {
font-size: 1.2rem;
min-height: 2.4rem;
vertical-align: middle; }
a.committee-item .committee-content p.position, a.committee-item .committee-content .position.lead, a.committee-item .committee-content ol.position, a.committee-item .committee-content ul.position {
margin-bottom: 0;
font-size: 1.05rem; }
.nav-fixed, .nav-fixed.shrink, .nav-inverse {
background-color: rgba(255, 255, 255, 0.97);
position: fixed;
top: 0;
width: 100%;
z-index: 100; }
.nav-fixed .container, .nav-inverse .container {
margin: 0 auto;
padding: 1.5rem 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.nav-fixed .container ul.right-nav, .nav-inverse .container ul.right-nav {
font-family: 'Lato', sans-serif;
float: right;
list-style-type: none;
margin: 0;
padding: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.nav-fixed .container ul.right-nav li, .nav-inverse .container ul.right-nav li {
display: inline-block;
font-size: 16px; }
.nav-fixed .container ul.right-nav li a, .nav-inverse .container ul.right-nav li a {
display: inline-block;
min-width: 4rem;
text-align: center;
text-decoration: none;
color: #ED1C24;
font-weight: bold;
margin: 0.45rem 0.25rem;
padding: 0.55rem 0.75rem;
height: 1rem;
line-height: 1rem;
box-sizing: content-box;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.nav-fixed .container ul.right-nav li a:hover, .nav-inverse .container ul.right-nav li a:hover {
background-color: #ED1C24;
border-radius: 0.2rem;
color: white;
text-decoration: none;
box-sizing: content-box; }
.nav-fixed .container ul.right-nav li div.dropdown, .nav-inverse .container ul.right-nav li div.dropdown {
font-family: 'Lato', sans-serif;
visibility: hidden;
position: absolute;
margin: 0.2rem;
padding: 0;
background-color: white;
border: 1px solid #eeeeee;
border-radius: 0.2rem;
width: auto;
box-sizing: padding-box;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.nav-fixed .container ul.right-nav li div.dropdown a, .nav-inverse .container ul.right-nav li div.dropdown a {
display: inline-block;
width: 100%;
text-align: center;
line-height: 1;
height: initial;
padding: 1rem 2rem;
margin: 0;
border-bottom: 1px solid #eeeeee;
font-weight: bold;
color: #ED1C24;
background-color: white;
border-radius: 0;
text-decoration: none;
box-sizing: border-box;
-webkit-transition: none;
transition: none; }
.nav-fixed .container ul.right-nav li div.dropdown a:hover, .nav-inverse .container ul.right-nav li div.dropdown a:hover, .nav-fixed .container ul.right-nav li div.dropdown a.active, .nav-inverse .container ul.right-nav li div.dropdown a.active {
background-color: #ED1C24;
color: white;
text-decoration: none; }
.nav-fixed .container ul.right-nav li div.dropdown a:first-child, .nav-inverse .container ul.right-nav li div.dropdown a:first-child {
border-top-left-radius: 0.2rem;
border-top-right-radius: 0.2rem; }
.nav-fixed .container ul.right-nav li div.dropdown a:last-child, .nav-inverse .container ul.right-nav li div.dropdown a:last-child {
border-bottom-left-radius: 0.2rem;
border-bottom-right-radius: 0.2rem;
border-bottom: 0; }
.nav-fixed .container ul.right-nav li.show-dropdown div.dropdown, .nav-inverse .container ul.right-nav li.show-dropdown div.dropdown {
visibility: visible; }
.nav-fixed .container ul.right-nav li.active a, .nav-inverse .container ul.right-nav li.active a {
background-color: #ED1C24;
border-radius: 0.2rem;
color: white;
text-decoration: none;
box-sizing: content-box; }
@media screen and (max-width: 991px) {
.nav-fixed .container ul.right-nav, .nav-inverse .container ul.right-nav {
clear: both;
float: none;
display: none;
margin: 0 auto;
text-align: center; }
.nav-fixed .container ul.right-nav.expanded, .nav-inverse .container ul.right-nav.expanded {
display: block; }
.nav-fixed .container ul.right-nav li, .nav-inverse .container ul.right-nav li {
display: inline-block;
min-width: 30%;
text-align: center;
font-size: 22px; }
.nav-fixed .container ul.right-nav li a, .nav-inverse .container ul.right-nav li a {
padding: 1rem;
margin: 1rem 0.1rem; } }
@media screen and (max-width: 767px) {
.nav-fixed .container ul.right-nav li, .nav-inverse .container ul.right-nav li {
min-width: 45%; }
.nav-fixed .container ul.right-nav li a, .nav-inverse .container ul.right-nav li a {
padding: 0.5rem; } }
.nav-fixed .container .logo, .nav-inverse .container .logo {
float: left;
display: block;
width: 9.6rem;
height: 3rem;
background-image: url("/icon.svg");
background-size: cover;
margin-left: 15px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
@media screen and (max-width: 991px) {
.nav-fixed .container .logo, .nav-inverse .container .logo {
width: 8rem;
height: 2.5rem; } }
.nav-fixed .container .nav-expand, .nav-inverse .container .nav-expand {
display: none;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.nav-fixed .container .nav-expand .fa.fa-bars, .nav-inverse .container .nav-expand .fa.fa-bars {
display: inline-block; }
.nav-fixed .container .nav-expand .fa.fa-close, .nav-inverse .container .nav-expand .fa.fa-close {
display: none; }
.nav-fixed .container .nav-expand.expanded .fa.fa-bars, .nav-inverse .container .nav-expand.expanded .fa.fa-bars {
display: none; }
.nav-fixed .container .nav-expand.expanded .fa.fa-close, .nav-inverse .container .nav-expand.expanded .fa.fa-close {
display: inline-block; }
@media screen and (max-width: 991px) {
.nav-fixed .container .nav-expand, .nav-inverse .container .nav-expand {
float: right;
display: block;
margin-right: 0.75rem;
color: #ED1C24;
font-size: 2.5rem;
line-height: 1; } }
@media screen and (max-width: 991px) {
.nav-fixed .container, .nav-inverse .container {
padding: 1.25rem 0; } }
.shrink.nav-fixed, .shrink.nav-inverse {
border-bottom: 1px solid #eeeeee; }
.shrink.nav-fixed .container, .shrink.nav-inverse .container {
padding: 0.9rem 0; }
.shrink.nav-fixed .container .logo, .shrink.nav-inverse .container .logo {
width: 2.2rem;
height: 2.2rem; }
.shrink.nav-fixed .container .nav-expand, .shrink.nav-inverse .container .nav-expand {
font-size: 2.2rem; }
.shrink.nav-fixed .container ul.right-nav li a, .shrink.nav-inverse .container ul.right-nav li a {
margin: 0.3rem 0.25rem;
padding: 0.3rem 0.75rem; }
@media screen and (max-width: 991px) {
.shrink.nav-fixed .container ul.right-nav li a, .shrink.nav-inverse .container ul.right-nav li a {
padding: 0.5rem;
margin: 0.8rem 0.1rem; } }
.nav-inverse {
background-color: rgba(198, 16, 23, 0.8);
border-bottom: 1px solid rgba(237, 28, 36, 0.9); }
.nav-inverse .container .logo {
background-image: url("/icon-inverse.svg"); }
.nav-inverse .container ul.right-nav li a {
color: white; }
.nav-inverse .container ul.right-nav li a:hover {
color: #ED1C24;
background-color: white; }
.nav-inverse .container ul.right-nav li.active a {
color: #ED1C24;
background-color: white; }
.org-chart .chart-panel, .org-chart .constitution-panel, .org-chart .govt-body-panel, .org-chart .leader-panel {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
display: block; }
.org-chart .chart-panel p, .org-chart .constitution-panel p, .org-chart .govt-body-panel p, .org-chart .leader-panel p, .org-chart .chart-panel .lead, .org-chart .constitution-panel .lead, .org-chart .govt-body-panel .lead, .org-chart .leader-panel .lead, .org-chart .chart-panel ol, .org-chart .constitution-panel ol, .org-chart .govt-body-panel ol, .org-chart .leader-panel ol, .org-chart .chart-panel ul, .org-chart .constitution-panel ul, .org-chart .govt-body-panel ul, .org-chart .leader-panel ul {
line-height: 1;
margin: 0;
text-align: center;
color: #582e30; }
.org-chart .chart-panel p i.fa, .org-chart .constitution-panel p i.fa, .org-chart .govt-body-panel p i.fa, .org-chart .leader-panel p i.fa, .org-chart .chart-panel .lead i.fa, .org-chart .constitution-panel .lead i.fa, .org-chart .govt-body-panel .lead i.fa, .org-chart .leader-panel .lead i.fa, .org-chart .chart-panel ol i.fa, .org-chart .constitution-panel ol i.fa, .org-chart .govt-body-panel ol i.fa, .org-chart .leader-panel ol i.fa, .org-chart .chart-panel ul i.fa, .org-chart .constitution-panel ul i.fa, .org-chart .govt-body-panel ul i.fa, .org-chart .leader-panel ul i.fa {
font-size: 8rem;
margin: 1.5rem 0;
color: #ED1C24; }
.org-chart .chart-panel h3, .org-chart .constitution-panel h3, .org-chart .govt-body-panel h3, .org-chart .leader-panel h3 {
font-family: 'Palatino', serif;
line-height: 1;
text-align: center;
margin: 0;
font-size: 1.35rem;
color: #582e30; }
.org-chart .chart-panel:hover, .org-chart .constitution-panel:hover, .org-chart .govt-body-panel:hover, .org-chart .leader-panel:hover {
background-color: #eeeeee;
cursor: pointer;
color: #582e30;
text-decoration: none; }
.org-chart .constitution-panel h3 {
padding-bottom: 3rem; }
.org-chart .constitution-panel:after {
position: absolute;
z-index: -1;
bottom: 0;
left: -50%;
content: '';
height: 18%;
width: 100%;
border-right: 4px solid #eeeeee; }
@media screen and (max-width: 991px) {
.org-chart .constitution-panel:after {
height: 700%;
bottom: -686%; } }
.org-chart .govt-body-panel i.fa {
padding-top: 3rem; }
.org-chart .govt-body-panel h3 {
min-height: 4rem;
padding-bottom: 3rem; }
.org-chart .govt-body-panel:before {
position: absolute;
z-index: -1;
top: 0%;
content: '';
height: 50%;
width: 100%;
border-top: 4px solid #eeeeee; }
@media screen and (max-width: 991px) {
.org-chart .govt-body-panel:before {
border-top: 0;
border-bottom: 4px solid #eeeeee;
left: -50%;
width: 65%;
top: 12%; } }
@media screen and (min-width: 992px) {
.org-chart .govt-body-panel.first:before {
left: 50%; }
.org-chart .govt-body-panel.last:before {
right: 50%; }
.org-chart .govt-body-panel:after {
position: absolute;
z-index: -1;
top: 0%;
left: -50%;
content: '';
height: 15%;
width: 100%;
border-right: 4px solid #eeeeee; } }
.org-chart .leader-panel p, .org-chart .leader-panel .lead, .org-chart .leader-panel ol, .org-chart .leader-panel ul {
margin-top: 0.75rem;
padding-top: 0.75rem;
border-top: 0.5px solid #eeeeee; }
@media screen and (max-width: 991px) {
.org-chart .leader-panel p, .org-chart .leader-panel .lead, .org-chart .leader-panel ol, .org-chart .leader-panel ul {
border-top: none; } }
.org-chart .leader-panel h3 {
margin-top: 0.5rem;
font-size: 1.2rem; }
@media screen and (min-width: 992px) {
.org-chart .leader-panel {
padding-bottom: 1.5rem; } }
.sidebar h1, .sidebar h2, .sidebar h3, .sidebar main .constitution h3, main .constitution .sidebar h3 {
margin-top: 0; }
.sidebar a {
font-family: 'Lato', sans-serif;
display: block;
font-size: 1rem;
color: #ED1C24;
cursor: pointer;
margin: 0.45rem 0;
padding: 0.55rem 0.75rem;
font-weight: bold;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.sidebar a:hover, .sidebar a.active {
background-color: #ED1C24;
color: white;
text-decoration: none;
border-radius: 0.2rem; }
.sidebar a.btn, .sidebar ul.button-list li a, ul.button-list li .sidebar a {
display: inline-block; }
.footer, .footer-inverse {
font-family: 'Lato', sans-serif;
margin-top: 3rem;
padding-top: 2rem;
border-top: 1px solid #eeeeee;
background-color: #eeeeee; }
.footer h1, .footer-inverse h1, .footer h2, .footer-inverse h2, .footer h3, .footer-inverse h3, .footer main .constitution h3, main .constitution .footer h3, .footer-inverse main .constitution h3, main .constitution .footer-inverse h3 {
margin-top: 0;
line-height: 1;
color: #582e30;
margin-bottom: 1rem; }
@media screen and (max-width: 991px) {
.footer h1, .footer-inverse h1, .footer h2, .footer-inverse h2, .footer h3, .footer-inverse h3, .footer main .constitution h3, main .constitution .footer h3, .footer-inverse main .constitution h3, main .constitution .footer-inverse h3 {
margin-top: 1.5rem; } }
.footer .primary-footer, .footer-inverse .primary-footer {
padding-bottom: 2rem; }
.footer .primary-footer ul, .footer-inverse .primary-footer ul {
list-style-type: none;
margin: 0;
padding: 0; }
.footer .primary-footer ul li, .footer-inverse .primary-footer ul li {
line-height: 0.8rem;
margin-top: 0.5rem; }
.footer .primary-footer ul li a, .footer-inverse .primary-footer ul li a {
font-family: 'Lato', sans-serif;
font-size: 0.8rem;
line-height: 0.8rem;
color: #ED1C24;
padding: 0.375rem 0.5rem;
display: inline-block;
text-decoration: none;
text-align: left;
border-radius: 0.2rem;
font-weight: bold;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.footer .primary-footer ul li a:hover, .footer-inverse .primary-footer ul li a:hover {
background-color: #ED1C24;
color: white;
text-decoration: none; }
@media screen and (max-width: 991px) {
.footer .primary-footer ul li, .footer-inverse .primary-footer ul li {
display: inline; } }
.footer .primary-footer .contact, .footer-inverse .primary-footer .contact {
text-align: right; }
.footer .primary-footer .contact .rpi-logo, .footer-inverse .primary-footer .contact .rpi-logo {
display: inline-block;
width: 11.5rem;
height: 2.2rem;
background: url("/rpi.svg") no-repeat;
background-size: contain; }
@media screen and (max-width: 1199px) {
.footer .primary-footer .contact .rpi-logo, .footer-inverse .primary-footer .contact .rpi-logo {
margin: 2rem auto 0; } }
.footer .primary-footer .contact address, .footer-inverse .primary-footer .contact address, .footer .primary-footer .contact p, .footer-inverse .primary-footer .contact p, .footer .primary-footer .contact .lead, .footer-inverse .primary-footer .contact .lead, .footer .primary-footer .contact ol, .footer-inverse .primary-footer .contact ol, .footer .primary-footer .contact ul, .footer-inverse .primary-footer .contact ul {
font-family: 'Lato', sans-serif;
font-size: 0.875rem;
margin-top: 0.75rem;
margin-bottom: 0; }
.footer .primary-footer .contact address span, .footer-inverse .primary-footer .contact address span, .footer .primary-footer .contact address a, .footer-inverse .primary-footer .contact address a, .footer .primary-footer .contact p span, .footer-inverse .primary-footer .contact p span, .footer .primary-footer .contact .lead span, .footer-inverse .primary-footer .contact .lead span, .footer .primary-footer .contact ol span, .footer-inverse .primary-footer .contact ol span, .footer .primary-footer .contact ul span, .footer-inverse .primary-footer .contact ul span, .footer .primary-footer .contact p a, .footer-inverse .primary-footer .contact p a, .footer .primary-footer .contact .lead a, .footer-inverse .primary-footer .contact .lead a, .footer .primary-footer .contact ol a, .footer-inverse .primary-footer .contact ol a, .footer .primary-footer .contact ul a, .footer-inverse .primary-footer .contact ul a {
display: block; }
@media screen and (max-width: 1199px) {
.footer .primary-footer .contact, .footer-inverse .primary-footer .contact {
text-align: center; } }
@media screen and (max-width: 1199px) {
.footer .primary-footer, .footer-inverse .primary-footer {
text-align: center; } }
.footer .secondary-footer, .footer-inverse .secondary-footer {
font-size: 8pt;
color: #6f6f6f;
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
background-color: #e1e1e1; }
.footer .secondary-footer .container p, .footer-inverse .secondary-footer .container p, .footer .secondary-footer .container .lead, .footer-inverse .secondary-footer .container .lead, .footer .secondary-footer .container ol, .footer-inverse .secondary-footer .container ol, .footer .secondary-footer .container ul, .footer-inverse .secondary-footer .container ul {
font-family: 'Lato', sans-serif;
padding: 1rem 0;
font-size: 10pt;
margin: 0; }
.footer .secondary-footer .container ul, .footer-inverse .secondary-footer .container ul {
font-family: 'Lato', sans-serif;
float: right;
list-style-type: none;
margin: 0;
padding: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.footer .secondary-footer .container ul li, .footer-inverse .secondary-footer .container ul li {
display: inline-block;
font-size: 10pt; }
.footer .secondary-footer .container ul li a, .footer-inverse .secondary-footer .container ul li a {
color: #6f6f6f;
font-size: 10pt;
padding: 1rem;
display: inline-block;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.footer .secondary-footer .container ul li a:hover, .footer-inverse .secondary-footer .container ul li a:hover {
color: #555555;
background-color: #bbbbbb;
text-decoration: none; }
@media screen and (max-width: 991px) {
.footer, .footer-inverse {
padding-top: 1rem; } }
.footer-inverse {
background-color: rgba(198, 16, 23, 0.8);
color: white; }
.footer-inverse h1, .footer-inverse h2, .footer-inverse h3, .footer-inverse main .constitution h3, main .constitution .footer-inverse h3 {
color: white; }
.footer-inverse a {
color: white; }
.footer-inverse a:hover {
color: #c8c8c8;
text-decoration: none; }
.footer-inverse .primary-footer .contact .rpi-logo {
background: url("/rpi_white.svg") no-repeat; }
.footer-inverse .primary-footer ul li a {
color: white; }
.footer-inverse .primary-footer ul li a:hover {
background-color: white;
color: rgba(198, 16, 23, 0.8);
text-decoration: none; }
.footer-inverse .secondary-footer {
background-color: #af0e14;
color: white; }
.footer-inverse .secondary-footer .container ul li a {
color: white; }
.footer-inverse .secondary-footer .container ul li a:hover {
color: white;
background-color: #a00d12; }
input[type="text"] {
display: block;
width: 100%;
padding: .5rem .75rem;
font-size: 1rem;
line-height: 1.25;
color: #582e30;
background-color: #fff;
background-image: none;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: .25rem;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
input[type="text"]:focus {
background-color: #fff;
border-color: #ED1C24;
outline: 0; }
.profile .profile-sidebar {
background-color: #eeeeee;
border-radius: 0.25rem; }
.profile .profile-sidebar .profile-img {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem; }
.profile .profile-sidebar .sidebar-content {
padding: 1rem; }
.profile .profile-sidebar .sidebar-content .positions-table {
width: 100%;
margin-top: 0.7rem; }
.profile .profile-sidebar .sidebar-content .positions-table.current {
margin-top: 0;
font-style: italic;
font-size: 1rem; }
.profile .profile-sidebar .sidebar-content .positions-table.current tbody td {
padding-top: 0; }
.profile .profile-sidebar .sidebar-content .positions-table.current td:first-child {
text-align: left;
font-weight: bold; }
.profile .profile-sidebar .sidebar-content .positions-table thead td {
padding-top: 0.7rem;
border-top: 0.5px solid #d0c8c8;
text-align: left;
font-weight: bold; }
.profile .profile-sidebar .sidebar-content .positions-table tbody td {
padding-top: 0.4rem; }
.profile .profile-sidebar .sidebar-content .positions-table td {
padding-bottom: 0.1rem; }
.profile .profile-sidebar .sidebar-content .positions-table td:nth-child(2) {
text-align: right; }
.profile .biography .biography-title {
margin-top: 0;
line-height: 1;
padding-bottom: 1.3rem;
margin-bottom: 1.2rem;
border-bottom: 1px solid #d0c8c8; }
.profile .biography .biography-title .position {
font-variant: small-caps;
color: #ED1C24;
font-size: 2rem; }
.profile .biography .biography-title .position:before {
content: ' | ';
color: #582e30;
font-size: 2.5rem; }
@media (max-width: 992px) {
.profile .biography .biography-title .position:before {
content: '';
display: block; } }
.profile .biography .biography-text p, .profile .biography .biography-text .lead, .profile .biography .biography-text ol, .profile .biography .biography-text ul {
font-size: 1.25rem; }
.profile .biography .biography-text p.lead, .profile .biography .biography-text .lead, .profile .biography .biography-text ol.lead, .profile .biography .biography-text ul.lead {
font-family: 'Lato', sans-serif;
font-size: 1.5rem;
font-style: italic;
color: #c1b4b5; }
section.banner {
position: relative;
margin: 0 auto;
margin-bottom: 2rem;
height: 30rem;
background-size: cover;
background-position: center;
background-image: url("//sg.rpi.edu/studentgovernment/wp-content/uploads/2015/03/20140516_Banner_0002.jpg"); }
section.banner .content {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
background-color: rgba(198, 16, 23, 0.5);
color: white;
padding: 2rem; }
section.banner * {
margin: 0; }
section.banner p, section.banner .lead, section.banner ol, section.banner ul {
font-family: 'Lato', sans-serif;
margin-top: 0.1rem;
margin-bottom: 1rem;
font-size: 1rem; }
main {
margin-top: 7rem; }
main.landing h2 {
font-size: 1.5rem;
margin-top: 0; }
main .constitution h2 {
font-family: 'Palatino', serif;
font-size: 1.4rem;
text-align: center; }
main .constitution h3 {
font-family: 'Palatino', serif;
font-size: 1.3rem;
color: #6f3a3d;
font-variant: small-caps; } | styles/main.css | * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=8c25d5435b21ee33c353dfba865d0767)
* Config saved to config.json and https://gist.github.com/8c25d5435b21ee33c353dfba865d0767
*/
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }
body {
margin: 0; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block; }
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline; }
audio:not([controls]) {
display: none;
height: 0; }
[hidden],
template {
display: none; }
a {
background-color: transparent; }
a:active,
a:hover {
outline: 0; }
abbr[title] {
border-bottom: 1px dotted; }
b,
strong {
font-weight: bold; }
dfn {
font-style: italic; }
h1 {
font-size: 2em;
margin: 0.67em 0; }
mark {
background: #ff0;
color: #000; }
small {
font-size: 80%; }
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
figure {
margin: 1em 40px; }
hr {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0; }
pre {
overflow: auto; }
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0; }
button {
overflow: visible; }
button,
select {
text-transform: none; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }
button[disabled],
html input[disabled] {
cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
input {
line-height: normal; }
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
input[type="search"] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
legend {
border: 0;
padding: 0; }
textarea {
overflow: auto; }
optgroup {
font-weight: bold; }
table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; }
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
html {
font-size: 10px;
-webkit-tap-highlight-color: transparent; }
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333333;
background-color: #ffffff; }
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit; }
a {
color: #337ab7;
text-decoration: none; }
a:hover,
a:focus {
color: #23527c;
text-decoration: underline; }
a:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
figure {
margin: 0; }
img {
vertical-align: middle; }
.img-responsive {
display: block;
max-width: 100%;
height: auto; }
.img-rounded {
border-radius: 6px; }
.img-thumbnail {
padding: 4px;
line-height: 1.42857143;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto; }
.img-circle {
border-radius: 50%; }
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee; }
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0; }
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto; }
[role="button"] {
cursor: pointer; }
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px; }
@media (min-width: 768px) {
.container {
width: 750px; } }
@media (min-width: 992px) {
.container {
width: 970px; } }
@media (min-width: 1200px) {
.container {
width: 1200px; } }
@media (min-width: 1300px) {
.container {
width: 1300px; } }
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px; }
.row, .org-chart {
margin-left: -15px;
margin-right: -15px; }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px; }
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left; }
.col-xs-12 {
width: 100%; }
.col-xs-11 {
width: 91.66666667%; }
.col-xs-10 {
width: 83.33333333%; }
.col-xs-9 {
width: 75%; }
.col-xs-8 {
width: 66.66666667%; }
.col-xs-7 {
width: 58.33333333%; }
.col-xs-6 {
width: 50%; }
.col-xs-5 {
width: 41.66666667%; }
.col-xs-4 {
width: 33.33333333%; }
.col-xs-3 {
width: 25%; }
.col-xs-2 {
width: 16.66666667%; }
.col-xs-1 {
width: 8.33333333%; }
.col-xs-pull-12 {
right: 100%; }
.col-xs-pull-11 {
right: 91.66666667%; }
.col-xs-pull-10 {
right: 83.33333333%; }
.col-xs-pull-9 {
right: 75%; }
.col-xs-pull-8 {
right: 66.66666667%; }
.col-xs-pull-7 {
right: 58.33333333%; }
.col-xs-pull-6 {
right: 50%; }
.col-xs-pull-5 {
right: 41.66666667%; }
.col-xs-pull-4 {
right: 33.33333333%; }
.col-xs-pull-3 {
right: 25%; }
.col-xs-pull-2 {
right: 16.66666667%; }
.col-xs-pull-1 {
right: 8.33333333%; }
.col-xs-pull-0 {
right: auto; }
.col-xs-push-12 {
left: 100%; }
.col-xs-push-11 {
left: 91.66666667%; }
.col-xs-push-10 {
left: 83.33333333%; }
.col-xs-push-9 {
left: 75%; }
.col-xs-push-8 {
left: 66.66666667%; }
.col-xs-push-7 {
left: 58.33333333%; }
.col-xs-push-6 {
left: 50%; }
.col-xs-push-5 {
left: 41.66666667%; }
.col-xs-push-4 {
left: 33.33333333%; }
.col-xs-push-3 {
left: 25%; }
.col-xs-push-2 {
left: 16.66666667%; }
.col-xs-push-1 {
left: 8.33333333%; }
.col-xs-push-0 {
left: auto; }
.col-xs-offset-12 {
margin-left: 100%; }
.col-xs-offset-11 {
margin-left: 91.66666667%; }
.col-xs-offset-10 {
margin-left: 83.33333333%; }
.col-xs-offset-9 {
margin-left: 75%; }
.col-xs-offset-8 {
margin-left: 66.66666667%; }
.col-xs-offset-7 {
margin-left: 58.33333333%; }
.col-xs-offset-6 {
margin-left: 50%; }
.col-xs-offset-5 {
margin-left: 41.66666667%; }
.col-xs-offset-4 {
margin-left: 33.33333333%; }
.col-xs-offset-3 {
margin-left: 25%; }
.col-xs-offset-2 {
margin-left: 16.66666667%; }
.col-xs-offset-1 {
margin-left: 8.33333333%; }
.col-xs-offset-0 {
margin-left: 0%; }
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left; }
.col-sm-12 {
width: 100%; }
.col-sm-11 {
width: 91.66666667%; }
.col-sm-10 {
width: 83.33333333%; }
.col-sm-9 {
width: 75%; }
.col-sm-8 {
width: 66.66666667%; }
.col-sm-7 {
width: 58.33333333%; }
.col-sm-6 {
width: 50%; }
.col-sm-5 {
width: 41.66666667%; }
.col-sm-4 {
width: 33.33333333%; }
.col-sm-3 {
width: 25%; }
.col-sm-2 {
width: 16.66666667%; }
.col-sm-1 {
width: 8.33333333%; }
.col-sm-pull-12 {
right: 100%; }
.col-sm-pull-11 {
right: 91.66666667%; }
.col-sm-pull-10 {
right: 83.33333333%; }
.col-sm-pull-9 {
right: 75%; }
.col-sm-pull-8 {
right: 66.66666667%; }
.col-sm-pull-7 {
right: 58.33333333%; }
.col-sm-pull-6 {
right: 50%; }
.col-sm-pull-5 {
right: 41.66666667%; }
.col-sm-pull-4 {
right: 33.33333333%; }
.col-sm-pull-3 {
right: 25%; }
.col-sm-pull-2 {
right: 16.66666667%; }
.col-sm-pull-1 {
right: 8.33333333%; }
.col-sm-pull-0 {
right: auto; }
.col-sm-push-12 {
left: 100%; }
.col-sm-push-11 {
left: 91.66666667%; }
.col-sm-push-10 {
left: 83.33333333%; }
.col-sm-push-9 {
left: 75%; }
.col-sm-push-8 {
left: 66.66666667%; }
.col-sm-push-7 {
left: 58.33333333%; }
.col-sm-push-6 {
left: 50%; }
.col-sm-push-5 {
left: 41.66666667%; }
.col-sm-push-4 {
left: 33.33333333%; }
.col-sm-push-3 {
left: 25%; }
.col-sm-push-2 {
left: 16.66666667%; }
.col-sm-push-1 {
left: 8.33333333%; }
.col-sm-push-0 {
left: auto; }
.col-sm-offset-12 {
margin-left: 100%; }
.col-sm-offset-11 {
margin-left: 91.66666667%; }
.col-sm-offset-10 {
margin-left: 83.33333333%; }
.col-sm-offset-9 {
margin-left: 75%; }
.col-sm-offset-8 {
margin-left: 66.66666667%; }
.col-sm-offset-7 {
margin-left: 58.33333333%; }
.col-sm-offset-6 {
margin-left: 50%; }
.col-sm-offset-5 {
margin-left: 41.66666667%; }
.col-sm-offset-4 {
margin-left: 33.33333333%; }
.col-sm-offset-3 {
margin-left: 25%; }
.col-sm-offset-2 {
margin-left: 16.66666667%; }
.col-sm-offset-1 {
margin-left: 8.33333333%; }
.col-sm-offset-0 {
margin-left: 0%; } }
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left; }
.col-md-12 {
width: 100%; }
.col-md-11 {
width: 91.66666667%; }
.col-md-10 {
width: 83.33333333%; }
.col-md-9 {
width: 75%; }
.col-md-8 {
width: 66.66666667%; }
.col-md-7 {
width: 58.33333333%; }
.col-md-6 {
width: 50%; }
.col-md-5 {
width: 41.66666667%; }
.col-md-4 {
width: 33.33333333%; }
.col-md-3 {
width: 25%; }
.col-md-2 {
width: 16.66666667%; }
.col-md-1 {
width: 8.33333333%; }
.col-md-pull-12 {
right: 100%; }
.col-md-pull-11 {
right: 91.66666667%; }
.col-md-pull-10 {
right: 83.33333333%; }
.col-md-pull-9 {
right: 75%; }
.col-md-pull-8 {
right: 66.66666667%; }
.col-md-pull-7 {
right: 58.33333333%; }
.col-md-pull-6 {
right: 50%; }
.col-md-pull-5 {
right: 41.66666667%; }
.col-md-pull-4 {
right: 33.33333333%; }
.col-md-pull-3 {
right: 25%; }
.col-md-pull-2 {
right: 16.66666667%; }
.col-md-pull-1 {
right: 8.33333333%; }
.col-md-pull-0 {
right: auto; }
.col-md-push-12 {
left: 100%; }
.col-md-push-11 {
left: 91.66666667%; }
.col-md-push-10 {
left: 83.33333333%; }
.col-md-push-9 {
left: 75%; }
.col-md-push-8 {
left: 66.66666667%; }
.col-md-push-7 {
left: 58.33333333%; }
.col-md-push-6 {
left: 50%; }
.col-md-push-5 {
left: 41.66666667%; }
.col-md-push-4 {
left: 33.33333333%; }
.col-md-push-3 {
left: 25%; }
.col-md-push-2 {
left: 16.66666667%; }
.col-md-push-1 {
left: 8.33333333%; }
.col-md-push-0 {
left: auto; }
.col-md-offset-12 {
margin-left: 100%; }
.col-md-offset-11 {
margin-left: 91.66666667%; }
.col-md-offset-10 {
margin-left: 83.33333333%; }
.col-md-offset-9 {
margin-left: 75%; }
.col-md-offset-8 {
margin-left: 66.66666667%; }
.col-md-offset-7 {
margin-left: 58.33333333%; }
.col-md-offset-6 {
margin-left: 50%; }
.col-md-offset-5 {
margin-left: 41.66666667%; }
.col-md-offset-4 {
margin-left: 33.33333333%; }
.col-md-offset-3 {
margin-left: 25%; }
.col-md-offset-2 {
margin-left: 16.66666667%; }
.col-md-offset-1 {
margin-left: 8.33333333%; }
.col-md-offset-0 {
margin-left: 0%; } }
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left; }
.col-lg-12 {
width: 100%; }
.col-lg-11 {
width: 91.66666667%; }
.col-lg-10 {
width: 83.33333333%; }
.col-lg-9 {
width: 75%; }
.col-lg-8 {
width: 66.66666667%; }
.col-lg-7 {
width: 58.33333333%; }
.col-lg-6 {
width: 50%; }
.col-lg-5 {
width: 41.66666667%; }
.col-lg-4 {
width: 33.33333333%; }
.col-lg-3 {
width: 25%; }
.col-lg-2 {
width: 16.66666667%; }
.col-lg-1 {
width: 8.33333333%; }
.col-lg-pull-12 {
right: 100%; }
.col-lg-pull-11 {
right: 91.66666667%; }
.col-lg-pull-10 {
right: 83.33333333%; }
.col-lg-pull-9 {
right: 75%; }
.col-lg-pull-8 {
right: 66.66666667%; }
.col-lg-pull-7 {
right: 58.33333333%; }
.col-lg-pull-6 {
right: 50%; }
.col-lg-pull-5 {
right: 41.66666667%; }
.col-lg-pull-4 {
right: 33.33333333%; }
.col-lg-pull-3 {
right: 25%; }
.col-lg-pull-2 {
right: 16.66666667%; }
.col-lg-pull-1 {
right: 8.33333333%; }
.col-lg-pull-0 {
right: auto; }
.col-lg-push-12 {
left: 100%; }
.col-lg-push-11 {
left: 91.66666667%; }
.col-lg-push-10 {
left: 83.33333333%; }
.col-lg-push-9 {
left: 75%; }
.col-lg-push-8 {
left: 66.66666667%; }
.col-lg-push-7 {
left: 58.33333333%; }
.col-lg-push-6 {
left: 50%; }
.col-lg-push-5 {
left: 41.66666667%; }
.col-lg-push-4 {
left: 33.33333333%; }
.col-lg-push-3 {
left: 25%; }
.col-lg-push-2 {
left: 16.66666667%; }
.col-lg-push-1 {
left: 8.33333333%; }
.col-lg-push-0 {
left: auto; }
.col-lg-offset-12 {
margin-left: 100%; }
.col-lg-offset-11 {
margin-left: 91.66666667%; }
.col-lg-offset-10 {
margin-left: 83.33333333%; }
.col-lg-offset-9 {
margin-left: 75%; }
.col-lg-offset-8 {
margin-left: 66.66666667%; }
.col-lg-offset-7 {
margin-left: 58.33333333%; }
.col-lg-offset-6 {
margin-left: 50%; }
.col-lg-offset-5 {
margin-left: 41.66666667%; }
.col-lg-offset-4 {
margin-left: 33.33333333%; }
.col-lg-offset-3 {
margin-left: 25%; }
.col-lg-offset-2 {
margin-left: 16.66666667%; }
.col-lg-offset-1 {
margin-left: 8.33333333%; }
.col-lg-offset-0 {
margin-left: 0%; } }
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.org-chart:before,
.row:after,
.org-chart:after {
content: " ";
display: table; }
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.org-chart:after {
clear: both; }
.center-block {
display: block;
margin-left: auto;
margin-right: auto; }
.pull-right {
float: right !important; }
.pull-left {
float: left !important; }
.hide {
display: none !important; }
.show {
display: block !important; }
.invisible {
visibility: hidden; }
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0; }
.hidden {
display: none !important; }
.affix {
position: fixed; }
@-ms-viewport {
width: device-width; }
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important; }
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important; }
@media (max-width: 767px) {
.visible-xs {
display: block !important; }
table.visible-xs {
display: table !important; }
tr.visible-xs {
display: table-row !important; }
th.visible-xs,
td.visible-xs {
display: table-cell !important; } }
@media (max-width: 767px) {
.visible-xs-block {
display: block !important; } }
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important; } }
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important; }
table.visible-sm {
display: table !important; }
tr.visible-sm {
display: table-row !important; }
th.visible-sm,
td.visible-sm {
display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important; }
table.visible-md {
display: table !important; }
tr.visible-md {
display: table-row !important; }
th.visible-md,
td.visible-md {
display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important; } }
@media (min-width: 1200px) {
.visible-lg {
display: block !important; }
table.visible-lg {
display: table !important; }
tr.visible-lg {
display: table-row !important; }
th.visible-lg,
td.visible-lg {
display: table-cell !important; } }
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important; } }
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important; } }
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important; } }
@media (max-width: 767px) {
.hidden-xs {
display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important; } }
@media (min-width: 1200px) {
.hidden-lg {
display: none !important; } }
.visible-print {
display: none !important; }
@media print {
.visible-print {
display: block !important; }
table.visible-print {
display: table !important; }
tr.visible-print {
display: table-row !important; }
th.visible-print,
td.visible-print {
display: table-cell !important; } }
.visible-print-block {
display: none !important; }
@media print {
.visible-print-block {
display: block !important; } }
.visible-print-inline {
display: none !important; }
@media print {
.visible-print-inline {
display: inline !important; } }
.visible-print-inline-block {
display: none !important; }
@media print {
.visible-print-inline-block {
display: inline-block !important; } }
@media print {
.hidden-print {
display: none !important; } }
.col-xs-fifth, .col-sm-fifth, .col-md-fifth, .col-lg-fifth {
position: relative;
min-height: 1px;
padding-right: 10px;
padding-left: 10px; }
.col-xs-fifth {
width: 20%;
float: left; }
@media (min-width: 768px) {
.col-sm-fifth {
width: 20%;
float: left; } }
@media (min-width: 992px) {
.col-md-fifth {
width: 20%;
float: left; } }
@media (min-width: 1200px) {
.col-lg-fifth {
width: 20%;
float: left; } }
html {
font-family: 'Lato', sans-serif;
font-size: 100%; }
body {
font-family: 'Lato', sans-serif;
margin: 0;
color: #582e30; }
p, .lead, ol, ul, .lead p, ol p, ul p {
font-family: 'Palatino', serif;
font-size: 0.9rem; }
a {
color: #ED1C24; }
a:hover {
color: #970c11;
text-decoration: none; }
.text-center {
text-align: center; }
.btn-label, .btn, ul.button-list li a {
font-family: 'Lato', sans-serif;
display: inline-block;
min-width: 4rem;
text-align: center;
text-decoration: none;
font-weight: bold;
margin: 0.45rem 0.25rem;
padding: 0.55rem 0.75rem;
min-height: 1rem;
line-height: 1rem;
box-sizing: content-box;
font-size: 1.1rem; }
.btn, ul.button-list li a {
color: #ED1C24;
border-radius: 0.2rem;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
cursor: pointer; }
.btn.btn-inverse, ul.button-list li a.btn-inverse {
color: white;
background-color: #ED1C24;
text-decoration: none;
box-sizing: content-box;
border: 1px solid white; }
.btn.btn-inverse:hover, ul.button-list li a.btn-inverse:hover {
background-color: white;
color: #ED1C24;
border: 1px solid #ED1C24; }
.btn.btn-inverse.disabled:hover, ul.button-list li a.btn-inverse.disabled:hover {
color: white;
background-color: #ED1C24;
text-decoration: none;
box-sizing: content-box;
border: 1px solid white; }
.btn:hover, ul.button-list li a:hover, .btn.active, ul.button-list li a.active {
background-color: #ED1C24;
color: white;
text-decoration: none;
box-sizing: content-box; }
.btn.disabled, ul.button-list li a.disabled {
cursor: not-allowed;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
opacity: .65; }
.btn.disabled:hover, ul.button-list li a.disabled:hover {
background-color: white;
color: #ED1C24;
text-decoration: none;
box-sizing: content-box; }
h1 {
font-size: 2.5rem; }
h2 {
font-size: 2rem; }
.lead, ol, ul {
font-size: 1.25rem; }
.lead .lead, .lead ol, .lead ul, .lead p, ol .lead, ol ol, ol ul, ol .lead p, .lead ol p, ol p, ul .lead, ul ol, ul ul, ul .lead p, .lead ul p, ul p {
font-size: 1.25rem; }
ul.button-list {
list-style: none;
padding-left: 0; }
ul.button-list ul, ul.button-list ol {
list-style: none; }
@media screen and (max-width: 991px) {
.col-sm-new-row {
clear: both; } }
@media screen and (max-width: 1199px) {
.col-md-new-row {
clear: both; } }
.profile-img {
width: 100%;
padding-top: 100%;
background-size: contain;
background-repeat: no-repeat; }
a.generic-item, a.update-item, a.person-item, a.committee-item {
display: block;
box-sizing: padding-box;
/*box-shadow: 1px 1px 2px #ddd;*/
border-radius: 0.25rem;
margin-bottom: 1rem;
text-decoration: none;
color: #333333; }
a.generic-item:hover, a.update-item:hover, a.person-item:hover, a.committee-item:hover {
text-decoration: none;
color: #333333;
/*box-shadow: 2px 2px 2px $main-gray;*/ }
a.generic-item .item-image, a.update-item .item-image, a.person-item .item-image, a.committee-item .item-image, a.update-item .update-image, a.person-item .person-image, a.committee-item .committee-image {
height: 14rem;
background-color: #aaa;
background-position: center;
background-size: cover;
display: block;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem; }
a.generic-item .item-content, a.update-item .item-content, a.person-item .item-content, a.committee-item .item-content, a.update-item .update-content, a.person-item .person-content, a.committee-item .committee-content {
background-color: #ededed;
padding: 1rem;
border-bottom-left-radius: 0.25rem;
border-bottom-right-radius: 0.25rem; }
a.generic-item .item-content h4, a.update-item .item-content h4, a.person-item .item-content h4, a.committee-item .item-content h4, a.update-item .update-content h4, a.person-item .person-content h4, a.committee-item .committee-content h4 {
margin-top: 0;
margin-bottom: 0.5rem;
color: #ED1C24;
line-height: 1; }
a.update-item .update-content {
min-height: 8rem; }
a.update-item .update-content h4 {
font-size: 1rem; }
a.person-item .person-image.oblong {
background-image: none;
height: 10rem; }
a.person-item .person-content {
text-align: center; }
a.person-item .person-content h4 {
font-size: 1.2rem; }
a.person-item .person-content p.position, a.person-item .person-content .position.lead, a.person-item .person-content ol.position, a.person-item .person-content ul.position {
margin-bottom: 0;
font-size: 0.95rem; }
a.person-item.small .person-image {
height: 0;
padding-top: 100%;
background-position: top; }
a.person-item.small .person-content {
min-height: 112px; }
a.person-item.small .person-content h4 {
font-size: 1rem; }
a.person-item.small .person-content p.position, a.person-item.small .person-content .position.lead, a.person-item.small .person-content ol.position, a.person-item.small .person-content ul.position {
font-size: 0.75rem; }
a.person-item.no-image .person-content {
border-radius: 0.25rem;
min-height: 0; }
a.person-item.no-image h4 {
margin-bottom: 0; }
a.committee-item .committee-content {
text-align: center;
min-height: 7rem; }
a.committee-item .committee-content h4 {
font-size: 1.2rem;
min-height: 2.4rem;
vertical-align: middle; }
a.committee-item .committee-content p.position, a.committee-item .committee-content .position.lead, a.committee-item .committee-content ol.position, a.committee-item .committee-content ul.position {
margin-bottom: 0;
font-size: 1.05rem; }
.nav-fixed, .nav-fixed.shrink, .nav-inverse {
background-color: rgba(255, 255, 255, 0.97);
position: fixed;
top: 0;
width: 100%;
z-index: 100; }
.nav-fixed .container, .nav-inverse .container {
margin: 0 auto;
padding: 1.5rem 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.nav-fixed .container ul.right-nav, .nav-inverse .container ul.right-nav {
font-family: 'Lato', sans-serif;
float: right;
list-style-type: none;
margin: 0;
padding: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.nav-fixed .container ul.right-nav li, .nav-inverse .container ul.right-nav li {
display: inline-block;
font-size: 16px; }
.nav-fixed .container ul.right-nav li a, .nav-inverse .container ul.right-nav li a {
display: inline-block;
min-width: 4rem;
text-align: center;
text-decoration: none;
color: #ED1C24;
font-weight: bold;
margin: 0.45rem 0.25rem;
padding: 0.55rem 0.75rem;
height: 1rem;
line-height: 1rem;
box-sizing: content-box;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.nav-fixed .container ul.right-nav li a:hover, .nav-inverse .container ul.right-nav li a:hover {
background-color: #ED1C24;
border-radius: 0.2rem;
color: white;
text-decoration: none;
box-sizing: content-box; }
.nav-fixed .container ul.right-nav li div.dropdown, .nav-inverse .container ul.right-nav li div.dropdown {
font-family: 'Lato', sans-serif;
visibility: hidden;
position: absolute;
margin: 0.2rem;
padding: 0;
background-color: white;
border: 1px solid #eeeeee;
border-radius: 0.2rem;
width: auto;
box-sizing: padding-box;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.nav-fixed .container ul.right-nav li div.dropdown a, .nav-inverse .container ul.right-nav li div.dropdown a {
display: inline-block;
width: 100%;
text-align: center;
line-height: 1;
height: initial;
padding: 1rem 2rem;
margin: 0;
border-bottom: 1px solid #eeeeee;
font-weight: bold;
color: #ED1C24;
background-color: white;
border-radius: 0;
text-decoration: none;
box-sizing: border-box;
-webkit-transition: none;
transition: none; }
.nav-fixed .container ul.right-nav li div.dropdown a:hover, .nav-inverse .container ul.right-nav li div.dropdown a:hover, .nav-fixed .container ul.right-nav li div.dropdown a.active, .nav-inverse .container ul.right-nav li div.dropdown a.active {
background-color: #ED1C24;
color: white;
text-decoration: none; }
.nav-fixed .container ul.right-nav li div.dropdown a:first-child, .nav-inverse .container ul.right-nav li div.dropdown a:first-child {
border-top-left-radius: 0.2rem;
border-top-right-radius: 0.2rem; }
.nav-fixed .container ul.right-nav li div.dropdown a:last-child, .nav-inverse .container ul.right-nav li div.dropdown a:last-child {
border-bottom-left-radius: 0.2rem;
border-bottom-right-radius: 0.2rem;
border-bottom: 0; }
.nav-fixed .container ul.right-nav li.show-dropdown div.dropdown, .nav-inverse .container ul.right-nav li.show-dropdown div.dropdown {
visibility: visible; }
.nav-fixed .container ul.right-nav li.active a, .nav-inverse .container ul.right-nav li.active a {
background-color: #ED1C24;
border-radius: 0.2rem;
color: white;
text-decoration: none;
box-sizing: content-box; }
@media screen and (max-width: 991px) {
.nav-fixed .container ul.right-nav, .nav-inverse .container ul.right-nav {
clear: both;
float: none;
display: none;
margin: 0 auto;
text-align: center; }
.nav-fixed .container ul.right-nav.expanded, .nav-inverse .container ul.right-nav.expanded {
display: block; }
.nav-fixed .container ul.right-nav li, .nav-inverse .container ul.right-nav li {
display: inline-block;
min-width: 30%;
text-align: center;
font-size: 22px; }
.nav-fixed .container ul.right-nav li a, .nav-inverse .container ul.right-nav li a {
padding: 1rem;
margin: 1rem 0.1rem; } }
@media screen and (max-width: 767px) {
.nav-fixed .container ul.right-nav li, .nav-inverse .container ul.right-nav li {
min-width: 45%; }
.nav-fixed .container ul.right-nav li a, .nav-inverse .container ul.right-nav li a {
padding: 0.5rem; } }
.nav-fixed .container .logo, .nav-inverse .container .logo {
float: left;
display: block;
width: 9.6rem;
height: 3rem;
background-image: url("/icon.svg");
background-size: cover;
margin-left: 15px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
@media screen and (max-width: 991px) {
.nav-fixed .container .logo, .nav-inverse .container .logo {
width: 8rem;
height: 2.5rem; } }
.nav-fixed .container .nav-expand, .nav-inverse .container .nav-expand {
display: none;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.nav-fixed .container .nav-expand .fa.fa-bars, .nav-inverse .container .nav-expand .fa.fa-bars {
display: inline-block; }
.nav-fixed .container .nav-expand .fa.fa-close, .nav-inverse .container .nav-expand .fa.fa-close {
display: none; }
.nav-fixed .container .nav-expand.expanded .fa.fa-bars, .nav-inverse .container .nav-expand.expanded .fa.fa-bars {
display: none; }
.nav-fixed .container .nav-expand.expanded .fa.fa-close, .nav-inverse .container .nav-expand.expanded .fa.fa-close {
display: inline-block; }
@media screen and (max-width: 991px) {
.nav-fixed .container .nav-expand, .nav-inverse .container .nav-expand {
float: right;
display: block;
margin-right: 0.75rem;
color: #ED1C24;
font-size: 2.5rem;
line-height: 1; } }
@media screen and (max-width: 991px) {
.nav-fixed .container, .nav-inverse .container {
padding: 1.25rem 0; } }
.shrink.nav-fixed, .shrink.nav-inverse {
border-bottom: 1px solid #eeeeee; }
.shrink.nav-fixed .container, .shrink.nav-inverse .container {
padding: 0.9rem 0; }
.shrink.nav-fixed .container .logo, .shrink.nav-inverse .container .logo {
width: 2.2rem;
height: 2.2rem; }
.shrink.nav-fixed .container .nav-expand, .shrink.nav-inverse .container .nav-expand {
font-size: 2.2rem; }
.shrink.nav-fixed .container ul.right-nav li a, .shrink.nav-inverse .container ul.right-nav li a {
margin: 0.3rem 0.25rem;
padding: 0.3rem 0.75rem; }
@media screen and (max-width: 991px) {
.shrink.nav-fixed .container ul.right-nav li a, .shrink.nav-inverse .container ul.right-nav li a {
padding: 0.5rem;
margin: 0.8rem 0.1rem; } }
.nav-inverse {
background-color: rgba(198, 16, 23, 0.8);
border-bottom: 1px solid rgba(237, 28, 36, 0.9); }
.nav-inverse .container .logo {
background-image: url("/icon-inverse.svg"); }
.nav-inverse .container ul.right-nav li a {
color: white; }
.nav-inverse .container ul.right-nav li a:hover {
color: #ED1C24;
background-color: white; }
.nav-inverse .container ul.right-nav li.active a {
color: #ED1C24;
background-color: white; }
.org-chart .chart-panel, .org-chart .constitution-panel, .org-chart .govt-body-panel, .org-chart .leader-panel {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
display: block; }
.org-chart .chart-panel p, .org-chart .constitution-panel p, .org-chart .govt-body-panel p, .org-chart .leader-panel p, .org-chart .chart-panel .lead, .org-chart .constitution-panel .lead, .org-chart .govt-body-panel .lead, .org-chart .leader-panel .lead, .org-chart .chart-panel ol, .org-chart .constitution-panel ol, .org-chart .govt-body-panel ol, .org-chart .leader-panel ol, .org-chart .chart-panel ul, .org-chart .constitution-panel ul, .org-chart .govt-body-panel ul, .org-chart .leader-panel ul {
line-height: 1;
margin: 0;
text-align: center;
color: #582e30; }
.org-chart .chart-panel p i.fa, .org-chart .constitution-panel p i.fa, .org-chart .govt-body-panel p i.fa, .org-chart .leader-panel p i.fa, .org-chart .chart-panel .lead i.fa, .org-chart .constitution-panel .lead i.fa, .org-chart .govt-body-panel .lead i.fa, .org-chart .leader-panel .lead i.fa, .org-chart .chart-panel ol i.fa, .org-chart .constitution-panel ol i.fa, .org-chart .govt-body-panel ol i.fa, .org-chart .leader-panel ol i.fa, .org-chart .chart-panel ul i.fa, .org-chart .constitution-panel ul i.fa, .org-chart .govt-body-panel ul i.fa, .org-chart .leader-panel ul i.fa {
font-size: 8rem;
margin: 1.5rem 0;
color: #ED1C24; }
.org-chart .chart-panel h3, .org-chart .constitution-panel h3, .org-chart .govt-body-panel h3, .org-chart .leader-panel h3 {
font-family: 'Palatino', serif;
line-height: 1;
text-align: center;
margin: 0;
font-size: 1.35rem;
color: #582e30; }
.org-chart .chart-panel:hover, .org-chart .constitution-panel:hover, .org-chart .govt-body-panel:hover, .org-chart .leader-panel:hover {
background-color: #eeeeee;
cursor: pointer;
color: #582e30;
text-decoration: none; }
.org-chart .constitution-panel h3 {
padding-bottom: 3rem; }
.org-chart .constitution-panel:after {
position: absolute;
z-index: -1;
bottom: 0;
left: -50%;
content: '';
height: 18%;
width: 100%;
border-right: 4px solid #eeeeee; }
@media screen and (max-width: 991px) {
.org-chart .constitution-panel:after {
height: 700%;
bottom: -686%; } }
.org-chart .govt-body-panel i.fa {
padding-top: 3rem; }
.org-chart .govt-body-panel h3 {
min-height: 4rem;
padding-bottom: 3rem; }
.org-chart .govt-body-panel:before {
position: absolute;
z-index: -1;
top: 0%;
content: '';
height: 50%;
width: 100%;
border-top: 4px solid #eeeeee; }
@media screen and (max-width: 991px) {
.org-chart .govt-body-panel:before {
border-top: 0;
border-bottom: 4px solid #eeeeee;
left: -50%;
width: 65%;
top: 12%; } }
@media screen and (min-width: 992px) {
.org-chart .govt-body-panel.first:before {
left: 50%; }
.org-chart .govt-body-panel.last:before {
right: 50%; }
.org-chart .govt-body-panel:after {
position: absolute;
z-index: -1;
top: 0%;
left: -50%;
content: '';
height: 15%;
width: 100%;
border-right: 4px solid #eeeeee; } }
.org-chart .leader-panel p, .org-chart .leader-panel .lead, .org-chart .leader-panel ol, .org-chart .leader-panel ul {
margin-top: 0.75rem;
padding-top: 0.75rem;
border-top: 0.5px solid #eeeeee; }
@media screen and (max-width: 991px) {
.org-chart .leader-panel p, .org-chart .leader-panel .lead, .org-chart .leader-panel ol, .org-chart .leader-panel ul {
border-top: none; } }
.org-chart .leader-panel h3 {
margin-top: 0.5rem;
font-size: 1.2rem; }
@media screen and (min-width: 992px) {
.org-chart .leader-panel {
padding-bottom: 1.5rem; } }
.sidebar h1, .sidebar h2, .sidebar h3, .sidebar main .constitution h3, main .constitution .sidebar h3 {
margin-top: 0; }
.sidebar a {
font-family: 'Lato', sans-serif;
display: block;
font-size: 1rem;
color: #ED1C24;
cursor: pointer;
margin: 0.45rem 0;
padding: 0.55rem 0.75rem;
font-weight: bold;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.sidebar a:hover, .sidebar a.active {
background-color: #ED1C24;
color: white;
text-decoration: none;
border-radius: 0.2rem; }
.sidebar a.btn, .sidebar ul.button-list li a, ul.button-list li .sidebar a {
display: inline-block; }
.footer, .footer-inverse {
font-family: 'Lato', sans-serif;
margin-top: 3rem;
padding-top: 2rem;
border-top: 1px solid #eeeeee;
background-color: #eeeeee; }
.footer h1, .footer-inverse h1, .footer h2, .footer-inverse h2, .footer h3, .footer-inverse h3, .footer main .constitution h3, main .constitution .footer h3, .footer-inverse main .constitution h3, main .constitution .footer-inverse h3 {
margin-top: 0;
line-height: 1;
color: #582e30;
margin-bottom: 1rem; }
@media screen and (max-width: 991px) {
.footer h1, .footer-inverse h1, .footer h2, .footer-inverse h2, .footer h3, .footer-inverse h3, .footer main .constitution h3, main .constitution .footer h3, .footer-inverse main .constitution h3, main .constitution .footer-inverse h3 {
margin-top: 1.5rem; } }
.footer .primary-footer, .footer-inverse .primary-footer {
padding-bottom: 2rem; }
.footer .primary-footer ul, .footer-inverse .primary-footer ul {
list-style-type: none;
margin: 0;
padding: 0; }
.footer .primary-footer ul li, .footer-inverse .primary-footer ul li {
line-height: 0.8rem;
margin-top: 0.5rem; }
.footer .primary-footer ul li a, .footer-inverse .primary-footer ul li a {
font-family: 'Lato', sans-serif;
font-size: 0.8rem;
line-height: 0.8rem;
color: #ED1C24;
padding: 0.375rem 0.5rem;
display: inline-block;
text-decoration: none;
text-align: left;
border-radius: 0.2rem;
font-weight: bold;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.footer .primary-footer ul li a:hover, .footer-inverse .primary-footer ul li a:hover {
background-color: #ED1C24;
color: white;
text-decoration: none; }
@media screen and (max-width: 991px) {
.footer .primary-footer ul li, .footer-inverse .primary-footer ul li {
display: inline; } }
.footer .primary-footer .contact, .footer-inverse .primary-footer .contact {
text-align: right; }
.footer .primary-footer .contact .rpi-logo, .footer-inverse .primary-footer .contact .rpi-logo {
display: inline-block;
width: 11.5rem;
height: 2.2rem;
background: url("/rpi.svg") no-repeat;
background-size: contain; }
@media screen and (max-width: 1199px) {
.footer .primary-footer .contact .rpi-logo, .footer-inverse .primary-footer .contact .rpi-logo {
margin: 2rem auto 0; } }
.footer .primary-footer .contact address, .footer-inverse .primary-footer .contact address, .footer .primary-footer .contact p, .footer-inverse .primary-footer .contact p, .footer .primary-footer .contact .lead, .footer-inverse .primary-footer .contact .lead, .footer .primary-footer .contact ol, .footer-inverse .primary-footer .contact ol, .footer .primary-footer .contact ul, .footer-inverse .primary-footer .contact ul {
font-family: 'Lato', sans-serif;
font-size: 0.875rem;
margin-top: 0.75rem;
margin-bottom: 0; }
.footer .primary-footer .contact address span, .footer-inverse .primary-footer .contact address span, .footer .primary-footer .contact address a, .footer-inverse .primary-footer .contact address a, .footer .primary-footer .contact p span, .footer-inverse .primary-footer .contact p span, .footer .primary-footer .contact .lead span, .footer-inverse .primary-footer .contact .lead span, .footer .primary-footer .contact ol span, .footer-inverse .primary-footer .contact ol span, .footer .primary-footer .contact ul span, .footer-inverse .primary-footer .contact ul span, .footer .primary-footer .contact p a, .footer-inverse .primary-footer .contact p a, .footer .primary-footer .contact .lead a, .footer-inverse .primary-footer .contact .lead a, .footer .primary-footer .contact ol a, .footer-inverse .primary-footer .contact ol a, .footer .primary-footer .contact ul a, .footer-inverse .primary-footer .contact ul a {
display: block; }
@media screen and (max-width: 1199px) {
.footer .primary-footer .contact, .footer-inverse .primary-footer .contact {
text-align: center; } }
@media screen and (max-width: 1199px) {
.footer .primary-footer, .footer-inverse .primary-footer {
text-align: center; } }
.footer .secondary-footer, .footer-inverse .secondary-footer {
font-size: 8pt;
color: #6f6f6f;
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
background-color: #e1e1e1; }
.footer .secondary-footer .container p, .footer-inverse .secondary-footer .container p, .footer .secondary-footer .container .lead, .footer-inverse .secondary-footer .container .lead, .footer .secondary-footer .container ol, .footer-inverse .secondary-footer .container ol, .footer .secondary-footer .container ul, .footer-inverse .secondary-footer .container ul {
font-family: 'Lato', sans-serif;
padding: 1rem 0;
font-size: 10pt;
margin: 0; }
.footer .secondary-footer .container ul, .footer-inverse .secondary-footer .container ul {
font-family: 'Lato', sans-serif;
float: right;
list-style-type: none;
margin: 0;
padding: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.footer .secondary-footer .container ul li, .footer-inverse .secondary-footer .container ul li {
display: inline-block;
font-size: 10pt; }
.footer .secondary-footer .container ul li a, .footer-inverse .secondary-footer .container ul li a {
color: #6f6f6f;
font-size: 10pt;
padding: 1rem;
display: inline-block;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.footer .secondary-footer .container ul li a:hover, .footer-inverse .secondary-footer .container ul li a:hover {
color: #555555;
background-color: #bbbbbb;
text-decoration: none; }
@media screen and (max-width: 991px) {
.footer, .footer-inverse {
padding-top: 1rem; } }
.footer-inverse {
background-color: rgba(198, 16, 23, 0.8);
color: white; }
.footer-inverse h1, .footer-inverse h2, .footer-inverse h3, .footer-inverse main .constitution h3, main .constitution .footer-inverse h3 {
color: white; }
.footer-inverse a {
color: white; }
.footer-inverse a:hover {
color: #c8c8c8;
text-decoration: none; }
.footer-inverse .primary-footer .contact .rpi-logo {
background: url("/rpi_white.svg") no-repeat; }
.footer-inverse .primary-footer ul li a {
color: white; }
.footer-inverse .primary-footer ul li a:hover {
background-color: white;
color: rgba(198, 16, 23, 0.8);
text-decoration: none; }
.footer-inverse .secondary-footer {
background-color: #af0e14;
color: white; }
.footer-inverse .secondary-footer .container ul li a {
color: white; }
.footer-inverse .secondary-footer .container ul li a:hover {
color: white;
background-color: #a00d12; }
input[type="text"] {
display: block;
width: 100%;
padding: .5rem .75rem;
font-size: 1rem;
line-height: 1.25;
color: #582e30;
background-color: #fff;
background-image: none;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: .25rem;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
input[type="text"]:focus {
background-color: #fff;
border-color: #ED1C24;
outline: 0; }
.profile .profile-sidebar {
background-color: #eeeeee;
border-radius: 0.25rem; }
.profile .profile-sidebar .profile-img {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem; }
.profile .profile-sidebar .sidebar-content {
padding: 1rem; }
.profile .profile-sidebar .sidebar-content .positions-table {
width: 100%;
margin-top: 0.7rem; }
.profile .profile-sidebar .sidebar-content .positions-table.current {
margin-top: 0;
font-style: italic;
font-size: 1rem; }
.profile .profile-sidebar .sidebar-content .positions-table.current tbody td {
padding-top: 0; }
.profile .profile-sidebar .sidebar-content .positions-table.current td:first-child {
text-align: left;
font-weight: bold; }
.profile .profile-sidebar .sidebar-content .positions-table thead td {
padding-top: 0.7rem;
border-top: 0.5px solid #d0c8c8;
text-align: left;
font-weight: bold; }
.profile .profile-sidebar .sidebar-content .positions-table tbody td {
padding-top: 0.4rem; }
.profile .profile-sidebar .sidebar-content .positions-table td {
padding-bottom: 0.1rem; }
.profile .profile-sidebar .sidebar-content .positions-table td:nth-child(2) {
text-align: right; }
.profile .biography .biography-title {
margin-top: 0;
line-height: 1;
padding-bottom: 1.3rem;
margin-bottom: 1.2rem;
border-bottom: 1px solid #d0c8c8; }
.profile .biography .biography-title .position {
font-variant: small-caps;
color: #ED1C24;
font-size: 2rem; }
.profile .biography .biography-title .position:before {
content: ' | ';
color: #582e30;
font-size: 2.5rem; }
@media (max-width: 992px) {
.profile .biography .biography-title .position:before {
content: '';
display: block; } }
.profile .biography .biography-text p, .profile .biography .biography-text .lead, .profile .biography .biography-text ol, .profile .biography .biography-text ul {
font-size: 1.25rem; }
.profile .biography .biography-text p.lead, .profile .biography .biography-text .lead, .profile .biography .biography-text ol.lead, .profile .biography .biography-text ul.lead {
font-family: 'Lato', sans-serif;
font-size: 1.5rem;
font-style: italic;
color: #c1b4b5; }
section.banner {
position: relative;
margin: 0 auto;
margin-bottom: 2rem;
height: 30rem;
background-size: cover;
background-position: center;
background-image: url("//sg.rpi.edu/studentgovernment/wp-content/uploads/2015/03/20140516_Banner_0002.jpg"); }
section.banner .content {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
background-color: rgba(198, 16, 23, 0.5);
color: white;
padding: 2rem; }
section.banner * {
margin: 0; }
section.banner p, section.banner .lead, section.banner ol, section.banner ul {
font-family: 'Lato', sans-serif;
margin-top: 0.1rem;
margin-bottom: 1rem;
font-size: 1rem; }
main {
margin-top: 7rem; }
main.landing h2 {
font-size: 1.5rem;
margin-top: 0; }
main .constitution h2 {
font-family: 'Palatino', serif;
font-size: 1.4rem;
text-align: center; }
main .constitution h3 {
font-family: 'Palatino', serif;
font-size: 1.3rem;
color: #6f3a3d;
font-variant: small-caps; } | 0.731442 | 0.063628 |
body {
margin: 0;
padding: 0;
background-color: #E5E5E5;
color: #444444;
font-family: 'Open Sans', sans-serif; }
h1, h2, h3, h4, h5 {
margin: 0;
font-family: 'Roboto', sans-serif; }
div {
margin: 0; }
a {
text-decoration: none;
color: inherit; }
/* NAVIGATION */
.menu {
position: fixed;
width: 100%;
height: 80px;
background-color: #0F0E12;
top: -50px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
z-index: 10000;
overflow: visible;
color: #FFFFFF;
text-transform: uppercase;
letter-spacing: 2px; }
.menu span {
visibility: hidden; }
.menu p {
text-align: center;
line-height: 80px;
padding-top: 10px;
font-size: .8em; }
.menu ul {
width: 100%;
display: block; }
.menu a {
padding-right: 25px; }
.menu a:hover {
color: #bfbfbf; }
.menu-wrapper {
height: 100%;
width: 74px;
background-color: #52A1F4;
position: relative;
visibility: hidden; }
.sticky {
top: 0px;
background: #FFFFFF;
z-index: 10000;
-webkit-transition: all 0.3s;
transition: all 0.3s;
height: 70px;
border-bottom: 1px solid #EEEEEE; }
.sticky span {
visibility: visible; }
.sticky img {
visibility: visible;
height: 100%;
width: 6%; }
.sticky p {
display: none; }
.sticky .menu-wrapper {
visibility: visible; }
.btMenu {
cursor: pointer;
position: absolute;
padding-top: 5px;
left: 28.55%;
top: 20%;
-webkit-transition: all 0.3s;
transition: all 0.3s; }
.btMenu .barre {
width: 30px;
height: 4px;
background-color: #FFFFFF;
display: block;
margin-top: 7px;
transition: .3s all;
-webkit-transition: all 0.3s; }
.open span:nth-of-type(1) {
margin-top: 14px;
margin-bottom: 0;
height: 0px; }
.open span:nth-of-type(2) {
margin-top: 0; }
.open span:nth-of-type(3) {
margin-top: 0;
margin-bottom: 0;
height: 0px; }
.remove {
visibility: hidden;
-webkit-transition: all 0.3s;
transition: all 0.3s;
height: 0px; }
.remove ul
li {
visibility: hidden; }
.remove span {
visibility: hidden; }
.menu-links {
width: 100%;
background-color: #74B8FF;
display: block;
top: 70px;
position: absolute;
display: none;
color: #E5F2FF;
-webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.75);
box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.75);
font-family: 'Lato', sans-serif;
font-weight: 700; }
.menu-links i {
color: #1879DE;
padding: 0 20px 0 10px; }
.menu-links ul {
width: 100%;
position: relative;
list-style: none;
padding: 0;
margin: 0; }
.menu-links ul li {
width: 100%;
display: list-item;
float: left;
border-bottom: 0.5px solid #52A1F4;
padding: 20px;
cursor: pointer; }
.menu-links ul li a {
text-transform: uppercase;
letter-spacing: 2px;
width: 100%;
height: 100%; }
.menu-links li:hover {
background-color: #52A1F4; }
/* HEADER */
.header {
width: 100%;
height: 740px;
background: linear-gradient(rgba(98, 95, 102, 0.45), rgba(98, 95, 102, 0.45)), url("../images/meeting.jpeg");
background-size: cover;
background-position: center;
background-attachment: fixed;
color: #FFFFFF;
text-align: center;
font-family: 'Montserrat', sans-serif; }
.header h1 {
letter-spacing: 1.8px;
font-size: 3em;
padding-top: 200px;
padding-left: 10%;
padding-right: 10%;
text-transform: uppercase;
text-shadow: 2px 1px 2px #969696; }
.header h2 {
padding: 20px 14px 60px;
text-transform: uppercase; }
.header h4 {
padding-top: 300px;
font-weight: 300; }
@media screen and (min-width: 1430px) {
.header h4 {
font-size: 2em; } }
@media screen and (min-width: 900px) {
.header h4 {
font-size: 1.7em; } }
.header h4:nth-child(2) {
padding-top: 4px;
padding-bottom: 100px; }
.down {
width: 250px;
font-size: 1em;
background: #00EBBE;
border-radius: 2px;
margin: 0 auto;
padding: 20px 5%; }
/* MAIN */
.main-content {
width: 100%;
text-align: center;
margin: 70px 0 0 0; }
.main-content hr {
width: 40px;
height: 3px;
background-color: #625F66;
border: none; }
.main-content h1 {
padding-bottom: 12px;
padding-top: 42px; }
.main-content #contact-p {
font-size: 20px;
margin: 0px 34px 20px 34px; }
/* CASE STUDY */
.case-banner {
width: 100%;
height: 240px;
background: #00EBBE; }
.bkground {
width: 100%;
height: 240px;
background: #FFFFFF; }
.pre {
width: 100%;
height: 240px;
background: #444444; }
.landing {
background-color: #FFFFFF;
margin: 0;
color: #0F0E12; }
.landing .contact {
width: 100%;
background-color: #74B8FF;
color: #FFFFFF; }
.landing .contact hr {
background-color: #FFFFFF;
margin-bottom: 20px; }
.landing .form-container {
margin: 0; }
.landing .form-container input {
background-color: #FFFFFF; }
.landing .form-container textarea {
background-color: #FFFFFF; }
.landing .form-container button {
margin-top: 30px;
margin-bottom: 40px; }
.panel-1 {
width: 100%;
height: 740px;
background-color: #1879DE;
color: #FFFFFF;
padding-top: 44px; }
.panel-1 p {
padding: 0 40px; }
.panel-2 {
width: 100%;
height: 740px;
background: linear-gradient(rgba(24, 121, 222, 0.15), rgba(24, 121, 222, 0.35)), url("../images/man.jpeg");
background-size: cover;
background-position: center;
background-attachment: fixed;
color: #FFFFFF; }
.panel-2 h1 {
padding-left: 40%;
padding-top: 80px;
padding-right: 20px; }
@media screen and (min-width: 900px) {
.panel-2 h1 {
padding-left: 0;
text-align: center; } }
.p-box {
width: 60%;
background: #FFFFFF;
color: #0F0E12;
padding: 20px 30px;
margin: 100px auto;
-webkit-box-shadow: 4px 3px 20px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 4px 3px 20px 0px rgba(0, 0, 0, 0.75);
box-shadow: 4px 3px 20px 0px rgba(0, 0, 0, 0.75); }
@media screen and (min-width: 900px) {
.p-box {
width: 30%; } }
.clients {
width: 100%;
padding-bottom: 45px;
background-color: #EEEEEE; }
.clients .client-grid {
width: 100%; }
@media screen and (min-width: 1430px) {
.clients .client-grid {
padding-top: 30px; } }
.clients .client-grid img {
padding: 7px; }
/* FORM */
.form-container {
margin-bottom: 42px; }
.row-input {
width: 100%;
margin: 22px 0 10px; }
form ::-webkit-input-placeholder {
color: gray;
font-size: 15px; }
form :-moz-placeholder {
/* Firefox 18- */
color: gray;
font-size: 15px; }
form ::-moz-placeholder {
/* Firefox 19+ */
color: gray;
font-size: 15px; }
form :-ms-input-placeholder {
color: gray;
font-size: 15px; }
form input {
display: block;
width: 70%;
margin: 10px 15%;
padding: 12px 0 12px 10px;
background-color: #EEEEEE;
border: none; }
@media screen and (min-width: 900px) {
form input {
width: 40%;
margin: 10px auto; } }
@media screen and (min-width: 1430px) {
form input {
width: 30%;
margin: 10px auto; } }
form input:focus, form textarea:focus {
outline: none; }
form .message {
width: 70%;
height: 110px;
margin: 0 15%;
display: block;
border: none;
background-color: #EEEEEE;
padding: 12px 0 12px 10px;
resize: none; }
@media screen and (min-width: 900px) {
form .message {
width: 40%;
margin: 10px auto; } }
@media screen and (min-width: 1430px) {
form .message {
width: 30%;
margin: 10px auto; } }
form button {
width: 40%;
height: 50px;
margin: 20px 30%;
border: none;
border-radius: 4px;
color: #FFFFFF;
background-color: #1879DE;
border-bottom: 3px solid #1360b0; }
@media screen and (min-width: 900px) {
form button {
width: 20%; } }
@media screen and (min-width: 1430px) {
form button {
width: 10%; } }
form button:hover {
background-color: #166cc7; }
/* MAP */
#map {
width: 100%;
height: 500px;
margin: 0; }
#map iframe {
width: 100%;
height: 100%; }
/* CASE STUDIES */
.case-studies {
width: 100%;
margin-top: 40px; }
.case-studies #twitter {
background-image: url("../images/twitt.jpeg"); }
.case-studies #design {
background-image: url("../images/plan.jpeg"); }
.case-studies .case {
width: 100%;
height: 400px;
background-size: cover;
background-position: center;
font-family: 'Raleway', sans-serif;
position: relative; }
.case-studies .case-tag {
color: #444444;
position: absolute;
font-size: 18px;
font-weight: 300;
letter-spacing: 2.1px;
text-align: center;
width: 40%;
height: 70px;
line-height: 70px;
background-color: #FFFFFF;
margin: 180px 30%; }
@media screen and (min-width: 900px) {
.case-studies .case-tag {
width: 20%;
margin: 180px 40%; } }
.work-intro {
padding: 10px 15px;
color: #959595; }
/* SERVICES */
.services {
width: 100%; }
.services .service-item {
width: 80%;
height: 259px;
margin: 40px 10%;
box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.75);
background-color: #FFFFFF;
padding-top: 40px; }
@media screen and (min-width: 900px) {
.services .service-item {
width: 50%;
margin: 40px 25%; } }
@media screen and (min-width: 1430px) {
.services .service-item {
width: 30%;
margin: 40px 20px 60px;
display: inline-block; } }
.services .service-item i {
font-size: 60px;
color: #74B8FF; }
.services .service-item h4 {
padding-top: 20px;
color: #0F0E12; }
.services .service-item p {
text-align: center;
padding: 10px 35px 20px 35px;
color: #919191;
font-size: 14px; }
.services .service-icon {
background-color: #1879DE;
border-radius: 100%;
width: 97.547px;
height: 80.594px;
text-align: center;
padding-top: 15px;
margin: 0 auto; }
/* FOOTER */
.footer {
width: 100%;
height: 450px;
background-color: #55555C;
color: #FFFFFF;
bottom: 0;
margin: 0; }
@media screen and (min-width: 1430px) {
.footer {
text-align: center; } }
.footer a:hover {
color: #94949c; }
.footer h5 {
padding: 55px 0 10px 20px;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 1.2em; }
.footer .footer-ul {
list-style: none;
margin: 0;
padding-left: 20px; }
@media screen and (min-width: 1430px) {
.footer .footer-ul {
padding-left: 0; } }
.footer .minus {
width: 20px; }
@media screen and (min-width: 1430px) {
.footer .minus {
width: 65%;
margin: 0 auto; } }
.footer .minus hr {
border: solid #6d6d77;
border-width: 1px 0 0;
height: 0;
margin: 18px 0; }
.footer .social {
list-style: none;
margin: 0;
padding: 28px 0 10px 20px; }
.footer .social li {
display: inline;
padding-right: 18px; }
/*# sourceMappingURL=main.css.map */ | css/main.css | body {
margin: 0;
padding: 0;
background-color: #E5E5E5;
color: #444444;
font-family: 'Open Sans', sans-serif; }
h1, h2, h3, h4, h5 {
margin: 0;
font-family: 'Roboto', sans-serif; }
div {
margin: 0; }
a {
text-decoration: none;
color: inherit; }
/* NAVIGATION */
.menu {
position: fixed;
width: 100%;
height: 80px;
background-color: #0F0E12;
top: -50px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
z-index: 10000;
overflow: visible;
color: #FFFFFF;
text-transform: uppercase;
letter-spacing: 2px; }
.menu span {
visibility: hidden; }
.menu p {
text-align: center;
line-height: 80px;
padding-top: 10px;
font-size: .8em; }
.menu ul {
width: 100%;
display: block; }
.menu a {
padding-right: 25px; }
.menu a:hover {
color: #bfbfbf; }
.menu-wrapper {
height: 100%;
width: 74px;
background-color: #52A1F4;
position: relative;
visibility: hidden; }
.sticky {
top: 0px;
background: #FFFFFF;
z-index: 10000;
-webkit-transition: all 0.3s;
transition: all 0.3s;
height: 70px;
border-bottom: 1px solid #EEEEEE; }
.sticky span {
visibility: visible; }
.sticky img {
visibility: visible;
height: 100%;
width: 6%; }
.sticky p {
display: none; }
.sticky .menu-wrapper {
visibility: visible; }
.btMenu {
cursor: pointer;
position: absolute;
padding-top: 5px;
left: 28.55%;
top: 20%;
-webkit-transition: all 0.3s;
transition: all 0.3s; }
.btMenu .barre {
width: 30px;
height: 4px;
background-color: #FFFFFF;
display: block;
margin-top: 7px;
transition: .3s all;
-webkit-transition: all 0.3s; }
.open span:nth-of-type(1) {
margin-top: 14px;
margin-bottom: 0;
height: 0px; }
.open span:nth-of-type(2) {
margin-top: 0; }
.open span:nth-of-type(3) {
margin-top: 0;
margin-bottom: 0;
height: 0px; }
.remove {
visibility: hidden;
-webkit-transition: all 0.3s;
transition: all 0.3s;
height: 0px; }
.remove ul
li {
visibility: hidden; }
.remove span {
visibility: hidden; }
.menu-links {
width: 100%;
background-color: #74B8FF;
display: block;
top: 70px;
position: absolute;
display: none;
color: #E5F2FF;
-webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.75);
box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.75);
font-family: 'Lato', sans-serif;
font-weight: 700; }
.menu-links i {
color: #1879DE;
padding: 0 20px 0 10px; }
.menu-links ul {
width: 100%;
position: relative;
list-style: none;
padding: 0;
margin: 0; }
.menu-links ul li {
width: 100%;
display: list-item;
float: left;
border-bottom: 0.5px solid #52A1F4;
padding: 20px;
cursor: pointer; }
.menu-links ul li a {
text-transform: uppercase;
letter-spacing: 2px;
width: 100%;
height: 100%; }
.menu-links li:hover {
background-color: #52A1F4; }
/* HEADER */
.header {
width: 100%;
height: 740px;
background: linear-gradient(rgba(98, 95, 102, 0.45), rgba(98, 95, 102, 0.45)), url("../images/meeting.jpeg");
background-size: cover;
background-position: center;
background-attachment: fixed;
color: #FFFFFF;
text-align: center;
font-family: 'Montserrat', sans-serif; }
.header h1 {
letter-spacing: 1.8px;
font-size: 3em;
padding-top: 200px;
padding-left: 10%;
padding-right: 10%;
text-transform: uppercase;
text-shadow: 2px 1px 2px #969696; }
.header h2 {
padding: 20px 14px 60px;
text-transform: uppercase; }
.header h4 {
padding-top: 300px;
font-weight: 300; }
@media screen and (min-width: 1430px) {
.header h4 {
font-size: 2em; } }
@media screen and (min-width: 900px) {
.header h4 {
font-size: 1.7em; } }
.header h4:nth-child(2) {
padding-top: 4px;
padding-bottom: 100px; }
.down {
width: 250px;
font-size: 1em;
background: #00EBBE;
border-radius: 2px;
margin: 0 auto;
padding: 20px 5%; }
/* MAIN */
.main-content {
width: 100%;
text-align: center;
margin: 70px 0 0 0; }
.main-content hr {
width: 40px;
height: 3px;
background-color: #625F66;
border: none; }
.main-content h1 {
padding-bottom: 12px;
padding-top: 42px; }
.main-content #contact-p {
font-size: 20px;
margin: 0px 34px 20px 34px; }
/* CASE STUDY */
.case-banner {
width: 100%;
height: 240px;
background: #00EBBE; }
.bkground {
width: 100%;
height: 240px;
background: #FFFFFF; }
.pre {
width: 100%;
height: 240px;
background: #444444; }
.landing {
background-color: #FFFFFF;
margin: 0;
color: #0F0E12; }
.landing .contact {
width: 100%;
background-color: #74B8FF;
color: #FFFFFF; }
.landing .contact hr {
background-color: #FFFFFF;
margin-bottom: 20px; }
.landing .form-container {
margin: 0; }
.landing .form-container input {
background-color: #FFFFFF; }
.landing .form-container textarea {
background-color: #FFFFFF; }
.landing .form-container button {
margin-top: 30px;
margin-bottom: 40px; }
.panel-1 {
width: 100%;
height: 740px;
background-color: #1879DE;
color: #FFFFFF;
padding-top: 44px; }
.panel-1 p {
padding: 0 40px; }
.panel-2 {
width: 100%;
height: 740px;
background: linear-gradient(rgba(24, 121, 222, 0.15), rgba(24, 121, 222, 0.35)), url("../images/man.jpeg");
background-size: cover;
background-position: center;
background-attachment: fixed;
color: #FFFFFF; }
.panel-2 h1 {
padding-left: 40%;
padding-top: 80px;
padding-right: 20px; }
@media screen and (min-width: 900px) {
.panel-2 h1 {
padding-left: 0;
text-align: center; } }
.p-box {
width: 60%;
background: #FFFFFF;
color: #0F0E12;
padding: 20px 30px;
margin: 100px auto;
-webkit-box-shadow: 4px 3px 20px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 4px 3px 20px 0px rgba(0, 0, 0, 0.75);
box-shadow: 4px 3px 20px 0px rgba(0, 0, 0, 0.75); }
@media screen and (min-width: 900px) {
.p-box {
width: 30%; } }
.clients {
width: 100%;
padding-bottom: 45px;
background-color: #EEEEEE; }
.clients .client-grid {
width: 100%; }
@media screen and (min-width: 1430px) {
.clients .client-grid {
padding-top: 30px; } }
.clients .client-grid img {
padding: 7px; }
/* FORM */
.form-container {
margin-bottom: 42px; }
.row-input {
width: 100%;
margin: 22px 0 10px; }
form ::-webkit-input-placeholder {
color: gray;
font-size: 15px; }
form :-moz-placeholder {
/* Firefox 18- */
color: gray;
font-size: 15px; }
form ::-moz-placeholder {
/* Firefox 19+ */
color: gray;
font-size: 15px; }
form :-ms-input-placeholder {
color: gray;
font-size: 15px; }
form input {
display: block;
width: 70%;
margin: 10px 15%;
padding: 12px 0 12px 10px;
background-color: #EEEEEE;
border: none; }
@media screen and (min-width: 900px) {
form input {
width: 40%;
margin: 10px auto; } }
@media screen and (min-width: 1430px) {
form input {
width: 30%;
margin: 10px auto; } }
form input:focus, form textarea:focus {
outline: none; }
form .message {
width: 70%;
height: 110px;
margin: 0 15%;
display: block;
border: none;
background-color: #EEEEEE;
padding: 12px 0 12px 10px;
resize: none; }
@media screen and (min-width: 900px) {
form .message {
width: 40%;
margin: 10px auto; } }
@media screen and (min-width: 1430px) {
form .message {
width: 30%;
margin: 10px auto; } }
form button {
width: 40%;
height: 50px;
margin: 20px 30%;
border: none;
border-radius: 4px;
color: #FFFFFF;
background-color: #1879DE;
border-bottom: 3px solid #1360b0; }
@media screen and (min-width: 900px) {
form button {
width: 20%; } }
@media screen and (min-width: 1430px) {
form button {
width: 10%; } }
form button:hover {
background-color: #166cc7; }
/* MAP */
#map {
width: 100%;
height: 500px;
margin: 0; }
#map iframe {
width: 100%;
height: 100%; }
/* CASE STUDIES */
.case-studies {
width: 100%;
margin-top: 40px; }
.case-studies #twitter {
background-image: url("../images/twitt.jpeg"); }
.case-studies #design {
background-image: url("../images/plan.jpeg"); }
.case-studies .case {
width: 100%;
height: 400px;
background-size: cover;
background-position: center;
font-family: 'Raleway', sans-serif;
position: relative; }
.case-studies .case-tag {
color: #444444;
position: absolute;
font-size: 18px;
font-weight: 300;
letter-spacing: 2.1px;
text-align: center;
width: 40%;
height: 70px;
line-height: 70px;
background-color: #FFFFFF;
margin: 180px 30%; }
@media screen and (min-width: 900px) {
.case-studies .case-tag {
width: 20%;
margin: 180px 40%; } }
.work-intro {
padding: 10px 15px;
color: #959595; }
/* SERVICES */
.services {
width: 100%; }
.services .service-item {
width: 80%;
height: 259px;
margin: 40px 10%;
box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.75);
background-color: #FFFFFF;
padding-top: 40px; }
@media screen and (min-width: 900px) {
.services .service-item {
width: 50%;
margin: 40px 25%; } }
@media screen and (min-width: 1430px) {
.services .service-item {
width: 30%;
margin: 40px 20px 60px;
display: inline-block; } }
.services .service-item i {
font-size: 60px;
color: #74B8FF; }
.services .service-item h4 {
padding-top: 20px;
color: #0F0E12; }
.services .service-item p {
text-align: center;
padding: 10px 35px 20px 35px;
color: #919191;
font-size: 14px; }
.services .service-icon {
background-color: #1879DE;
border-radius: 100%;
width: 97.547px;
height: 80.594px;
text-align: center;
padding-top: 15px;
margin: 0 auto; }
/* FOOTER */
.footer {
width: 100%;
height: 450px;
background-color: #55555C;
color: #FFFFFF;
bottom: 0;
margin: 0; }
@media screen and (min-width: 1430px) {
.footer {
text-align: center; } }
.footer a:hover {
color: #94949c; }
.footer h5 {
padding: 55px 0 10px 20px;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 1.2em; }
.footer .footer-ul {
list-style: none;
margin: 0;
padding-left: 20px; }
@media screen and (min-width: 1430px) {
.footer .footer-ul {
padding-left: 0; } }
.footer .minus {
width: 20px; }
@media screen and (min-width: 1430px) {
.footer .minus {
width: 65%;
margin: 0 auto; } }
.footer .minus hr {
border: solid #6d6d77;
border-width: 1px 0 0;
height: 0;
margin: 18px 0; }
.footer .social {
list-style: none;
margin: 0;
padding: 28px 0 10px 20px; }
.footer .social li {
display: inline;
padding-right: 18px; }
/*# sourceMappingURL=main.css.map */ | 0.323701 | 0.056809 |
* html, * html body{background-image:url(about:blank);background-attachment:fixed;}
span,div,p,strong,em,i,ul,li{font-family:"\5b8b\4f53",Arial, Helvetica, sans-serif;}
a{outline:none;}
.close,.ly-close{-webkit-transition:all 0.8s ease;-moz-transition:all 0.8s ease;-o-transition:all 0.8s ease;transition:all 0.8s ease;}
.close:hover,.ly-close:hover{-webkit-transform:rotate(360deg) scale(1.2);-moz-transform:rotate(360deg) scale(1.2);-o-transform:rotate(360deg) scale(1.2);transform:rotate(360deg) scale(1.2);}
/*广告*/
.ad-mod{width:970px;margin-top:10px;}
/*信件导航*/
.ad{margin-top:10px;}
.letter-nav{margin-top:10px;width:790px;}
.letter-nav ul{border-top:1px solid #2c81d6;border-left:1px solid #e3e3e3;}
.letter-nav li{float:left;height:36px;width:130px;border:1px solid #e3e3e3;border-top:0;background-color:#f3f3f3;margin-left:-1px;}
.letter-nav li a{display:block;text-align:center;color:#666;font-size:14px;padding:9px 0 8px;}
.letter-nav li a:hover{text-decoration:none;color:#333;}
.letter-nav li.selected{width:133px;background-color:#fff;border-bottom:1px solid #fff;color:#333;}
.number{color:#f03b6e;font:bold 12px/1.5 Arial;display:inline-block;padding-left:5px;}
/*提示*/
.tips{background-color:#ffffeb;border:1px solid #f0e3da;margin-top:10px;text-align:center;}
.tips p{margin-bottom:0;height:28px;line-height:28px;color:#666;display:inline-block;*zoom:1;*display:inline;}
.tips-short p{margin-bottom:0;height:38px;line-height:38px;color:#666;display:inline-block;*zoom:1;*display:inline;}
.close{ font-size:0;background:url(../i/letter_icon.gif) no-repeat 0 0;width:10px;height:12px;display:block;float:right;margin:8px 6px 0 0;_margin-right:3px;}
.tips-short {background-color: #ffffeb;border: 1px solid #f1cf74;margin: 10px auto 0;position: fixed;text-align: center;bottom:30px;width: 790px;z-index: 1;display: none;}
* html .tips-short {position:absolute;bottom:auto;top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 30)||0)-(parseInt(this.currentStyle.marginBottom, 30)||0)));}
/*分类*/
.sort-nav{margin-top:15px;}
.con-nav{background-color:#f3f3f3;padding-bottom:3px;}
.sort-area{background-color:#fff;position:relative;width:790px;}
.sort-mod{margin-top:4px;float:left;}
.sort-mod li{float:left;padding-bottom:6px;}
.sort-mod li a{border-right:1px solid #666;line-height:normal;padding:0 17px 0 14px;color:#666;}
.sort-mod li a:hover{color:#f03b6e;text-decoration:none;}
.sort-mod li.selected{border-bottom:2px solid #dd1764;}
.sort-mod li.selected a{font-weight:bold;color:#f03b6e;}
.sort-mod li.condition{position:relative;width: 74px;}
.icon{background:url(../i/letter_icon.gif) no-repeat 4px -14px;width:15px;height:11px;display:inline-block;font-size:0;position:absolute;top:5px;top:0\0/;cursor:pointer;}
.selected .icon,.condition a:hover .icon{background-position:-23px -54px;}
.line{border-bottom:1px solid #e3e3e3;}
.sort-mod li.bdr-none a{border-right:0;padding-right:0;}
.sort-mod li.reg-con a{border-right:0;}
/*搜索*/
.search{border:1px solid #f3f3f3;width:157px;height:23px;position:absolute;right:0;top:0;top:-4px\0;}
.search-txt{float:left;border:0;height:23px;line-height:23px;padding-left:5px;width:128px;color:#b5b5b5;outline:none;}
.search-btn{float:right;background:url(../i/letter_icon.gif) no-repeat -14px 0;width:24px;height:23px;display:inline-block;}
.time-range{position: absolute;right: 163px;top:0;top:-4px\0;}
.time-range ul li{height: 21px; line-height: 21px; color: #999999;cursor: pointer;}
.time-range ul li:hover{cursor: pointer;}
.range-title{ width:81px; padding-left:7px;height:25px; background-color:#F3F3F3;margin-bottom: 0; cursor: pointer;}
.range-title span{height:25px; line-height: 25px;color: #999999;}
.range-title span,.s-down{float:left;}
.s-down{ width:7px; height:4px;background: url(../i/s-down.png) no-repeat; margin:11px 0 0 6px; }
.tr_select{width: 86px; height: 42px; border:1px solid #999999;text-indent: 6px; position: absolute; background-color: #fff;}
.tr_select li:hover{ background-color: #f3f3f3; color: #333; cursor: default;}
/*条件搜索层*/
.condition-layer{background-color:#f9f9f9;width:788px;height:112px;border:1px solid #e3e3e3;border-top:0;position:relative;display:none;z-index:3;}
.ly-close{background: url(../i/dialog_icon.gif) no-repeat -29px -32px;width: 10px;height: 10px;display:inline-block;position:absolute;top: 4px;right: 4px;}
.spotlightSelect{padding:0 15px;}
.spotlightSelect li{float:left;margin-top:11px;margin-right:10px;position:relative;z-index:2;display:inline;height:23px;}
.spotlightSelect li a.hover{background:#d2e5f7;border:1px solid #d2e5f7;text-decoration:none;color:#333;}
.lightWidth{display:inline-block;background-color:#fff;border:1px solid #cecece;height: 23px;line-height: 23px;padding: 0 10px;color: #333;position: relative;}
.lightWidth:hover{text-decoration:none;}
.lightWidth span{line-height:23px;padding:0 18px 0 0;white-space:nowrap;}
.lightWidthSelect{position: relative;border-bottom: 1px solid #fff;z-index: 1;}
.until{vertical-align:middle;}
.mt12{margin:6px 0 12px;}
.selectPopups select{display:inline-block;width:88px;height:22px;line-height:18px;padding:2px 0;vertical-align:middle;}
.selectPopups select option{font: 12px/1.5 tahoma,arial,\5b8b\4f53;}
.lySure a{display:inline-block;width:54px;height:25px;line-height:999em;overflow:hidden;background:url(../i/lyButton.png) no-repeat 0 -42px;}
.lySure a:hover{background-position:-58px -42px;}
.lySure a:active{background-position:-116px -42px;}
.triangle{background:url(../i/lightIcon.png) no-repeat -70px 0;display:inline-block;width:10px;height:6px;margin-top:9px;position:absolute;right:10px;top:0;overflow:hidden;}
.triangleUp{background-position:-70px -10px;}
.selectPopups{position:absolute;background-color:#fff;width:97px;left:0;border:1px solid #c7c7c7;top:24px;padding:12px 10px 10px;display:none;}
.selectPopups p{color:#999;}
.agePopups {width: 136px;}
.agePopups select {width: 55px;}
.heightPopups{width:174px;}
.heightPopups select{width:74px;}
.eduPopups{width:142px;}
.eduPopups select{width:142px;}
.salaryPopups{width:180px;}
.salaryPopups select{width:124px;}
.above{margin-left:4px;_margin-left:0;}
.above input,.above span{vertical-align:middle;}
.ly-btn-mod{margin-top:8px;text-align:center;padding-bottom:10px;position:relative;}
.ly-con-btn:link,.ly-con-btn:visited,.ly-con-btn:active{background:url(../i/letter_btn.png) no-repeat 0 -182px;width:131px;height:25px;line-height:25px;color:#fff;display:inline-block;}
.ly-con-btn:hover{text-decoration:none;color:#fff;}
.ly-tips{margin-left:12px;color:#ff0600;position:absolute;}
.ly-tips a.blue:link,.ly-tips a.blue:visited,.ly-tips a.blue:active{color:#2c81d6;text-decoration:underline;}
.ly-tips a.blue:hover{color:#2c81d6;text-decoration:none;}
/*信件列表*/
.item{padding:10px 0;border-bottom:1px solid #ebebeb;line-height:normal; height: 90px;_height:106px;}
.avatar-pic{float:left;width:82px;}
.avatar-pic a{display:block;position:relative;line-height:normal;}
.avatar-pic a:hover{text-decoration:none;}
.avatar-pic a img{width:74px;height:90px;}
.pic-num{display:none;}
.more-pic a{background:url(../i/pic_bg.png) no-repeat right 0;}
.more-pic a:hover{text-decoration:none;}
.more-pic .pic-num{background:url(../i/pic_num.png) no-repeat 0 0;_background:url(../i/pic_num.gif) no-repeat 0 0;display:inline-block;width:17px;height:18px;line-height:18px;padding-left:18px;color:#fff;position:absolute;left:0;bottom:0;cursor:pointer;}
.online{font-size:0;background:url(../i/letter_icon.gif) no-repeat 0 -41px;width:11px;height:11px;display:inline-block;position:absolute;right:8px;bottom:0;text-indent:-999em;overflow:hidden;}
.con-mod{float:left;margin-left:8px;}
.msg-btn{float:right;margin:29px 20px 6px 0;_margin-right:10px;position:relative; width:80px;}
.letter51{ position: absolute;right: -26px;top: 5px;width: 28px;height: 28px;background: url(../i/letter51.jpg) no-repeat 0 0; }
.msg-btn a:link,.msg-btn a:visited,.msg-btn a:active{display:block;background:#189dc3 url(../i/letter_btn.png) no-repeat 0 0;width:76px;height:32px;line-height:32px;text-align:center;color:#fff;}
.msg-btn a:hover{color:#fff;text-decoration:none;background-position:-78px 0;}
.orange a:link,.orange a:visited,.orange a:active{background-color:#fe8723;background-position:0 -34px;}
.orange a:hover{background-position:-78px -34px;}
.red-box{}
.red-box a{ position:relative;}
.red-box .red-img{ position: absolute; right:-19px;top:3px; }
.gray a:link,.gray a:visited,.gray a:active{background-color:#f5f5f5;background-position:0 -68px;color:#666;}
.gray a:hover{color:#666;text-decoration:none;background-position:-78px -68px;}
.input-mod{float:left;width:30px;text-align:center;visibility:hidden;}
.input-mod input{margin-top:40px;}
.visible{visibility:visible;}
.con-mod{width:430px;}
.specific{margin-top:10px;line-height:normal;}
.specific .name{color:#333;font-size:14px;font-weight:bold;vertical-align:middle;}
.specific .name:hover{color:#333;}
.specific .data{color:#333;vertical-align:middle;font-weight:bold;}
.specific .data:hover{color:#333;text-decoration:underline;}
.reason{margin-top:7px;border:1px dashed #d5d5d5;font-size:14px;color:#5b5b5b;padding:2px 4px;background-color:#fff;}
.reason i{font-size:0;background:url(../i/letter_icon.gif) no-repeat 0 -27px;width:12px;height:12px;display:inline-block;margin-right:6px;vertical-align:-1px;}
.reason a{color:#5b5b5b;text-decoration:none;}
.reason a:hover{color:#5b5b5b;text-decoration:underline;}
.time{margin-top:5px;color:#999;}
.time i{vertical-align:middle;font-size:0;background:url(../i/letter_icon.gif) no-repeat -14px -27px;width:10px;height:10px;display:inline-block;margin-right:4px;}
.time span{vertical-align:middle;}
.ems{margin-left:10px;background:url(../i/flag.gif) no-repeat 0 -66px;display:inline-block;width:49px;height:14px;}
.new-member{margin-left:10px;background:url(../i/flag.gif) no-repeat -53px -66px;display:inline-block;width:49px;height:14px;}
.first a{background-position:0 -34px;}
.hidden{visibility: hidden;}
.msg{float:left;margin:35px 0 0 16px;color:#999;width:120px;text-align:center;}
.msg a:link,.msg a:visited,.msg a:active{color:#999;}
.msg a:hover{text-decoration:none;color:#999;}
.msg strong{color:#999;font-weight:normal;margin-right:2px;display:inline-block;width:58px;text-align: right;cursor:pointer;}
.msg .red{color:#ff0600;}
.msg .blue{color:#29a3c6;}
.msg span{margin-left:2px;color:#999;display:inline-block;width:50px;text-align:left;cursor:pointer;}
.icon-box{margin-right:4px;}
.icon-box img{vertical-align:middle;margin-left:4px;}
.on{background-color:#fdfaf5;}
.replay-btn-layer{display:none;border:1px solid #e3d493;background-color:#fff7d6;color:#666;text-align:center;position:absolute;left:50%;width: 100px;margin-left: -50px;top: -68px;padding: 5px 0;border-radius:5px;}
.replay-btn-layer p{text-align:center;}
.tarr-icon{position:absolute;bottom:-7px;left:50%;margin-left:-7px;font-size:0;display:inline-block;background:url(../i/dialog_icon.gif) no-repeat -12px -30px;width:14px;height:7px;}
.replay-btn-layer + .refusal{ *margin:6px; }
/*营销*/
.promotions .avatar-pic{margin-left:30px;_margin-left:15px;height:90px;position:relative;}
.promotions .avatar-pic img{position:absolute;top:0;}
.msg-title{margin-top:10px;}
.msg-title a:link,.msg-title a:visited,.msg-title a:active{color:#2c81d6;font:bold 14px/normal simsun;}
.msg-title a:hover{color:#2c81d6;text-decoration:underline;}
.msg-txt{margin-top:5px;font-size:14px;line-height:24px;color:#5b5b5b;}
.msg-txt a{color:#5b5b5b;font:normal 14px/24px simsun;}
.msg-txt a:hover{color:#5b5b5b;text-decoration:underline;}
/*加载*/
.letter-loading{margin-top:-1px;background:#fff;text-align:center;padding:50px 0 80px;border-bottom:1px solid #ebebeb;}
.letter-loading span{vertical-align:middle;color:#666;margin-left:10px;}
.letter-loading i{display:inline-block;background:url(../i/sign.png) no-repeat 0 -68px;width:32px;height:32px;vertical-align:middle;}
/*全选 删除*/
.page-mod{margin:13px 0 20px;}
.all-input{margin:5px 0 0 7px;color:#000;float:left;_display:inline;}
.all-input input,.all-input label,.del{vertical-align:middle;cursor:pointer;}
.check-input{margin-right:6px;_margin-right:4px;_margin-top:-2px;}
.del {margin-left:22px;color:#333;}
.del:hover{color:#333;text-decoration:underline;}
.del i{background:url(../i/letter_icon.gif) no-repeat -14px -41px;width:11px;height:12px;display:inline-block;vertical-align:-2px;*vertical-align:0;margin-right:4px;}
.page{float:right;}
.page ul{_display:inline;}
.page li{float:left;margin-left:4px;}
.page li a{display:inline-block;height:26px;line-height:26px;padding:0 9px;border:1px solid #cfcfcf;color:#333;text-decoration:none;}
.page li a:hover,.page li.on a{background:#f2fcff;border:1px solid #b3dae6;color:#333;text-decoration:none;}
.prev i,.next i{background:url(../i/letter_icon.gif) no-repeat 0 -55px;width:5px;height:9px;display:inline-block;margin-top:8px;}
.next i{background-position:-7px -55px;}
.next span{margin-right:7px;}
.prev span{margin-left:7px;}
/*最新会员、充值*/
.member,.recharge{background:#f9f9f9;border-top:2px solid #535353;width:536px;float:left;height:315px;overflow:hidden;}
.member-mod .title{color:#666;font:bold 14px/normal simsun;padding:14px 14px 0;}
.member-mod .title a{font-size:12px;font-weight:normal;float:right;color:#999;}
.member-mod .title a:hover{color:#999;text-decoration:underline;}
/*最新会员*/
.member .usercp_midphoto{float:none;background:none;width:auto;height:auto;}
.member .midpphoto_title{font-size:14px;color:#666;line-height:normal;padding:14px 0 0;}
.member .midpphoto_more{line-height:normal;padding:17px 0 0;}
.member .midpphoto_top{padding:0 13px 13px;}
.member .midpphoto_more a:link,.member .midpphoto_more a:visited,.member .midpphoto_more a:active{color:#999;}
.member .midpphoto_more a:hover{color:#999;text-decoration:underline;}
.member .midpphoto_body{overflow:hidden;padding:0;}
.member .midpphoto_body li{width:auto;padding-left:14px;height:136px;}
.member-detail {margin-top:15px;}
.member-detail li{margin:0 0 21px 14px;float:left;*margin-left:7px;text-align:center;}
.member-detail li a{display:block;line-height:normal;}
.member-detail li a:hover{text-decoration:none;}
.member-txt{margin-top:4px;}
.member-txt span{padding:0 2px;color:#333;}
/*充值*/
.recharge{float:right;width:234px;overflow:visible;}
.tab-menu,.tab-box{padding:0 10px;}
.tab-menu{padding-top:15px;}
.tab-menu ul{margin-left:1px;border-left:1px solid #eecdab;}
.tab-menu li{float:left;margin-left:-1px;border:1px solid #cfcfcf;height:22px;line-height:22px;}
.tab-menu li a{display:block;color:#999;width:67px;text-align:center;}
.tab-menu li a:hover{text-decoration:none;}
.tab-menu li.selected{background-color:#fffbf4;border:1px solid #eecdab;color:#f6830c;position:relative;}
.tab-menu li.selected a{color:#f6830c;}
.stamp-next{text-align:center;}
.pay-next{background-color:#fe8723;border:1px solid #f16f02;display:inline-block;width:206px;height:32px;line-height:32px;color:#fff;cursor:pointer;}
.pay-next:hover{background-color:#fea423;}
.mt22{margin-top:22px;}
.mt20{margin-top:20px;}
.mt16{margin-top:16px;}
.mt10{margin-top:10px;}
.mt5{margin-top:5px;}
.mt8{margin-top:8px;}
.tab-box h3{line-height:normal;}
.stamp label{margin-right:4px;*margin-right:0;cursor:pointer;}
.stamp input{vertical-align:-2px;margin-right:3px;*margin-right:0;cursor:pointer;}
.sheets{width:24px;height:18px;line-height:18px;border:1px solid #e2e3ea;border-top:1px solid #abadb3;}
.pay-amount span{color:#f6830c;font-weight:bold;}
.pay-bank select{width:140px;padding:2px 4px;}
.card-mod .stamp label,.card-mod .stamp input{margin-right:2px;*margin-right:0;}
.card-mod .yidong{padding-left:18px;background: url(../i/new_img2.jpg) no-repeat;display: inline-block;}
.card-mod .liantong{padding-left:18px;background: url(../i/new_img3.jpg) no-repeat;display: inline-block;}
.recharge-input input{width:200px;padding:0 2px;height:18px;line-height: 18px;border: 1px solid #e2e3ea;border-top: 1px solid #abadb3;color:#aaa;}
.buy_notice{display:none;}
.payment-mod,.card-mod,.stamp-mod{position:relative;}
.buy_notice{position:absolute;left:90px;top:0;}
.card-mod .buy_notice{left:100px;}
.qa{position:absolute;left:66px;}
.payment-mod .qa,.card-mod .qa,.stamp-mod .qa{position:absolute;left:82px;}
/*管理员信*/
.remind{float:right;margin-top:4px;}
.counter a{color:#333;}
/*已读信*/
.msg-btn .refusal:link,.msg-btn .refusal:visited,.msg-btn .refusal:active{background:#f5f5f5;border:1px solid #cecece;width:74px;height:19px;line-height:19px;color:#666;margin-top:6px;display:none;}
.msg-btn .refusal:hover{color:#666;text-decoration:none;background:#fff;}
/*已发信*/
.msg-txt .blue-link{font-size:12px;color:#2c81d6;text-decoration:underline;}
.msg-txt .blue-link:hover{color:#2c81d6;text-decoration:none;}
/*后悔药*/
.pl10{padding-left:10px;line-height:normal\0;}
.pink{color:#f23e87;font-size:14px;font-weight:bold;}
.findBtn a:hover{color:#fff;}
/*弹层*/
#bg{width:100%;height:100%;background:#000;opacity:0.6;filter:alpha(opacity=40);position:absolute;top:0;left:0;z-index:100;display:none;}
#popup_box,.ly_box{background:#fff;}
.width570{z-index:9999;display:none;}
#iframe_content{_height:680px;}
.ly-mod #iframe_content,.ly-mod{background:#fff;}
.ly-mod #iframe_content{_height:370px;}
.ly-con{padding:16px 29px 30px;}
.pic{float:left;}
.ly-detail{float:left;margin-left:20px;_margin-left:10px;width:416px;}
.topic{margin-top:14px;}
.topic-detail{background-color:#f7f7f7;border:1px solid #ebebeb;position:relative;margin:12px 0 14px;color:#999;line-height:22px;}
.ly-tarr{background:url(../i/letter_icon.gif) no-repeat 0 -66px;width:16px;height:9px;display:inline-block;position:absolute;top:-9px;left:15px;}
.topic-detail .txt{padding:8px;max-height:300px;overflow-y:auto;_height:200px;}
.topic-detail .txt span{color:#999;}
.topic-detail p .blue:link,.topic-detail p .blue:visited,.topic-detail p .blue:active{color:#2c81d6;text-decoration:underline;}
.topic-detail p .blue:hover{color:#2c81d6;text-decoration:none;}
.topic-detail .input-txt{display:none;}
.topic-detail-w{background-color:#fff;}
.topic-detail-w .txt{padding:0;_height:auto;}
.topic-detail-w .ly-tarr{background-position:-18px -66px;}
.topic-detail-w .input-txt{display:block;border:none;border:1px solid none;width:398px;_height:200px;_overflow:auto;line-height:20px;font-size:12px;color:#999;resize: none;margin:0 auto;}
.ly-btn{margin-bottom:20px;text-align:center;}
.ly-btn ul{display:inline-block;*display:inline;}
.ly-btn li{float:left;}
.ly-btn li a:link,.ly-btn li a:visited,.ly-btn li a:active{color:#fff;display:inline-block;font:bold 14px/38px simsun;background:url(../i/letter_btn.png) no-repeat 0 -102px;width:136px;height:38px;}
.ly-btn li a:hover{text-decoration:none;}
.ly-btn li.stamp-btn{margin-left:10px;}
.ly-btn li.stamp-btn a{background-position:0 -142px;}
.explanation{background:url(../i/sign.png) no-repeat 0 -4px;padding-left:32px;color:#999;}
/*jiayuan_page*/
.jyPage{clear:both;}
.jyPage ul li{background-color:#fff;color:#333;margin-left:5px;}
.jyPage ul li a{width: 62px;height: 26px;line-height:26px;color:#333; padding:0;text-align:center;overflow:hidden;text-decoration:none;display:block;border:1px #ccc solid;}
.jyPage .selectPage{width:73px;padding-left:10px; height:28px;line-height:28px;background:url('../i/selectPage_bg.png') no-repeat;border:0px;}
.jyPage .selectPage strong{font-weight:400;}
.jyPage .selectPage .pageList{width:81px;border:1px #ccc solid;background:#fff;position:absolute;bottom:27px;_bottom:55px;left:-10px;z-index:999;display:none;overflow-y:auto;overflow-x:hidden;}
.jyPage .selectPage .pageList a{width:81px;height:25px;line-height:25px;padding-left:8px;border:1px #ccc solid;text-align:left;border:none;}
#letter_page .cur_page{color: #999999; }
.fn-clear:after {clear: both; content: " "; display: block; font-size: 0; height: 0; visibility: hidden;}
.fn-clear{zoom:1;}
.pageOuter{position: relative;}
.page .pageList a:hover{_border:0;}
/*特快专递*/
.kd_msg{width:781px;border:4px solid #f3f3f3;background: url("../i/ems_bg.png") no-repeat 543px 45px #fff;box-shadow:0 0 0 #666; position: relative;height: 139px;}
.kd_msg .cont{height:120px;line-height:30px;border:0;width:100%; resize:none;margin-top: 4px; font-size: 12px;}
.kd_msg_con{margin-top: 10px;}
.msg_border_top,.msg_border_bottom{width: 777px;height:4px; background: url(../i/ems_border.png) -2px 0 repeat-x; position: absolute; left: 0; _font-size:0;}
.msg_border_top{top:0; width: 760px;}
.msg_border_bottom{bottom: 0;}
.msg_border_left{width: 4px; height:127px;background: url(../i/ems_border.png) 0 0 repeat-y; position: absolute; top:0;}
.msg_border_left{left: 0;}
.msg_border_right{right: 0; top:28px;width: 4px;height:115px;background: url(../i/ems_border4.png) no-repeat;position: absolute;}
.msg_border_tr{width: 56px; height: 56px;background: url(../i/ems_tkzd.png); position: absolute; right: 0; top: 0; }
.kd_msg_con .avatar-pic{margin:21px 21px 0 21px;}
.kd_msg_detail{float:left; width: 610px; color: #333;}
.kd_msg_detail h3{font-weight: bold;margin: 16px 0 10px;}
.msg_gust,.msg_gust:hover{font-size: 14px;margin-right: 7px; cursor: pointer; color: #333;text-decoration: none;}
.kd_msg_p{line-height: 24px;}
.kd_msg_more:link,.kd_msg_more:active,.kd_msg_more:visited{color: #2c81d6; text-decoration: underline;}
.kd_msg a.kd_msg_close{position: absolute;right: 52px;color: #2c81d6; text-decoration: underline; font-weight: normal;} | public/home/css/lstter.css | * html, * html body{background-image:url(about:blank);background-attachment:fixed;}
span,div,p,strong,em,i,ul,li{font-family:"\5b8b\4f53",Arial, Helvetica, sans-serif;}
a{outline:none;}
.close,.ly-close{-webkit-transition:all 0.8s ease;-moz-transition:all 0.8s ease;-o-transition:all 0.8s ease;transition:all 0.8s ease;}
.close:hover,.ly-close:hover{-webkit-transform:rotate(360deg) scale(1.2);-moz-transform:rotate(360deg) scale(1.2);-o-transform:rotate(360deg) scale(1.2);transform:rotate(360deg) scale(1.2);}
/*广告*/
.ad-mod{width:970px;margin-top:10px;}
/*信件导航*/
.ad{margin-top:10px;}
.letter-nav{margin-top:10px;width:790px;}
.letter-nav ul{border-top:1px solid #2c81d6;border-left:1px solid #e3e3e3;}
.letter-nav li{float:left;height:36px;width:130px;border:1px solid #e3e3e3;border-top:0;background-color:#f3f3f3;margin-left:-1px;}
.letter-nav li a{display:block;text-align:center;color:#666;font-size:14px;padding:9px 0 8px;}
.letter-nav li a:hover{text-decoration:none;color:#333;}
.letter-nav li.selected{width:133px;background-color:#fff;border-bottom:1px solid #fff;color:#333;}
.number{color:#f03b6e;font:bold 12px/1.5 Arial;display:inline-block;padding-left:5px;}
/*提示*/
.tips{background-color:#ffffeb;border:1px solid #f0e3da;margin-top:10px;text-align:center;}
.tips p{margin-bottom:0;height:28px;line-height:28px;color:#666;display:inline-block;*zoom:1;*display:inline;}
.tips-short p{margin-bottom:0;height:38px;line-height:38px;color:#666;display:inline-block;*zoom:1;*display:inline;}
.close{ font-size:0;background:url(../i/letter_icon.gif) no-repeat 0 0;width:10px;height:12px;display:block;float:right;margin:8px 6px 0 0;_margin-right:3px;}
.tips-short {background-color: #ffffeb;border: 1px solid #f1cf74;margin: 10px auto 0;position: fixed;text-align: center;bottom:30px;width: 790px;z-index: 1;display: none;}
* html .tips-short {position:absolute;bottom:auto;top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 30)||0)-(parseInt(this.currentStyle.marginBottom, 30)||0)));}
/*分类*/
.sort-nav{margin-top:15px;}
.con-nav{background-color:#f3f3f3;padding-bottom:3px;}
.sort-area{background-color:#fff;position:relative;width:790px;}
.sort-mod{margin-top:4px;float:left;}
.sort-mod li{float:left;padding-bottom:6px;}
.sort-mod li a{border-right:1px solid #666;line-height:normal;padding:0 17px 0 14px;color:#666;}
.sort-mod li a:hover{color:#f03b6e;text-decoration:none;}
.sort-mod li.selected{border-bottom:2px solid #dd1764;}
.sort-mod li.selected a{font-weight:bold;color:#f03b6e;}
.sort-mod li.condition{position:relative;width: 74px;}
.icon{background:url(../i/letter_icon.gif) no-repeat 4px -14px;width:15px;height:11px;display:inline-block;font-size:0;position:absolute;top:5px;top:0\0/;cursor:pointer;}
.selected .icon,.condition a:hover .icon{background-position:-23px -54px;}
.line{border-bottom:1px solid #e3e3e3;}
.sort-mod li.bdr-none a{border-right:0;padding-right:0;}
.sort-mod li.reg-con a{border-right:0;}
/*搜索*/
.search{border:1px solid #f3f3f3;width:157px;height:23px;position:absolute;right:0;top:0;top:-4px\0;}
.search-txt{float:left;border:0;height:23px;line-height:23px;padding-left:5px;width:128px;color:#b5b5b5;outline:none;}
.search-btn{float:right;background:url(../i/letter_icon.gif) no-repeat -14px 0;width:24px;height:23px;display:inline-block;}
.time-range{position: absolute;right: 163px;top:0;top:-4px\0;}
.time-range ul li{height: 21px; line-height: 21px; color: #999999;cursor: pointer;}
.time-range ul li:hover{cursor: pointer;}
.range-title{ width:81px; padding-left:7px;height:25px; background-color:#F3F3F3;margin-bottom: 0; cursor: pointer;}
.range-title span{height:25px; line-height: 25px;color: #999999;}
.range-title span,.s-down{float:left;}
.s-down{ width:7px; height:4px;background: url(../i/s-down.png) no-repeat; margin:11px 0 0 6px; }
.tr_select{width: 86px; height: 42px; border:1px solid #999999;text-indent: 6px; position: absolute; background-color: #fff;}
.tr_select li:hover{ background-color: #f3f3f3; color: #333; cursor: default;}
/*条件搜索层*/
.condition-layer{background-color:#f9f9f9;width:788px;height:112px;border:1px solid #e3e3e3;border-top:0;position:relative;display:none;z-index:3;}
.ly-close{background: url(../i/dialog_icon.gif) no-repeat -29px -32px;width: 10px;height: 10px;display:inline-block;position:absolute;top: 4px;right: 4px;}
.spotlightSelect{padding:0 15px;}
.spotlightSelect li{float:left;margin-top:11px;margin-right:10px;position:relative;z-index:2;display:inline;height:23px;}
.spotlightSelect li a.hover{background:#d2e5f7;border:1px solid #d2e5f7;text-decoration:none;color:#333;}
.lightWidth{display:inline-block;background-color:#fff;border:1px solid #cecece;height: 23px;line-height: 23px;padding: 0 10px;color: #333;position: relative;}
.lightWidth:hover{text-decoration:none;}
.lightWidth span{line-height:23px;padding:0 18px 0 0;white-space:nowrap;}
.lightWidthSelect{position: relative;border-bottom: 1px solid #fff;z-index: 1;}
.until{vertical-align:middle;}
.mt12{margin:6px 0 12px;}
.selectPopups select{display:inline-block;width:88px;height:22px;line-height:18px;padding:2px 0;vertical-align:middle;}
.selectPopups select option{font: 12px/1.5 tahoma,arial,\5b8b\4f53;}
.lySure a{display:inline-block;width:54px;height:25px;line-height:999em;overflow:hidden;background:url(../i/lyButton.png) no-repeat 0 -42px;}
.lySure a:hover{background-position:-58px -42px;}
.lySure a:active{background-position:-116px -42px;}
.triangle{background:url(../i/lightIcon.png) no-repeat -70px 0;display:inline-block;width:10px;height:6px;margin-top:9px;position:absolute;right:10px;top:0;overflow:hidden;}
.triangleUp{background-position:-70px -10px;}
.selectPopups{position:absolute;background-color:#fff;width:97px;left:0;border:1px solid #c7c7c7;top:24px;padding:12px 10px 10px;display:none;}
.selectPopups p{color:#999;}
.agePopups {width: 136px;}
.agePopups select {width: 55px;}
.heightPopups{width:174px;}
.heightPopups select{width:74px;}
.eduPopups{width:142px;}
.eduPopups select{width:142px;}
.salaryPopups{width:180px;}
.salaryPopups select{width:124px;}
.above{margin-left:4px;_margin-left:0;}
.above input,.above span{vertical-align:middle;}
.ly-btn-mod{margin-top:8px;text-align:center;padding-bottom:10px;position:relative;}
.ly-con-btn:link,.ly-con-btn:visited,.ly-con-btn:active{background:url(../i/letter_btn.png) no-repeat 0 -182px;width:131px;height:25px;line-height:25px;color:#fff;display:inline-block;}
.ly-con-btn:hover{text-decoration:none;color:#fff;}
.ly-tips{margin-left:12px;color:#ff0600;position:absolute;}
.ly-tips a.blue:link,.ly-tips a.blue:visited,.ly-tips a.blue:active{color:#2c81d6;text-decoration:underline;}
.ly-tips a.blue:hover{color:#2c81d6;text-decoration:none;}
/*信件列表*/
.item{padding:10px 0;border-bottom:1px solid #ebebeb;line-height:normal; height: 90px;_height:106px;}
.avatar-pic{float:left;width:82px;}
.avatar-pic a{display:block;position:relative;line-height:normal;}
.avatar-pic a:hover{text-decoration:none;}
.avatar-pic a img{width:74px;height:90px;}
.pic-num{display:none;}
.more-pic a{background:url(../i/pic_bg.png) no-repeat right 0;}
.more-pic a:hover{text-decoration:none;}
.more-pic .pic-num{background:url(../i/pic_num.png) no-repeat 0 0;_background:url(../i/pic_num.gif) no-repeat 0 0;display:inline-block;width:17px;height:18px;line-height:18px;padding-left:18px;color:#fff;position:absolute;left:0;bottom:0;cursor:pointer;}
.online{font-size:0;background:url(../i/letter_icon.gif) no-repeat 0 -41px;width:11px;height:11px;display:inline-block;position:absolute;right:8px;bottom:0;text-indent:-999em;overflow:hidden;}
.con-mod{float:left;margin-left:8px;}
.msg-btn{float:right;margin:29px 20px 6px 0;_margin-right:10px;position:relative; width:80px;}
.letter51{ position: absolute;right: -26px;top: 5px;width: 28px;height: 28px;background: url(../i/letter51.jpg) no-repeat 0 0; }
.msg-btn a:link,.msg-btn a:visited,.msg-btn a:active{display:block;background:#189dc3 url(../i/letter_btn.png) no-repeat 0 0;width:76px;height:32px;line-height:32px;text-align:center;color:#fff;}
.msg-btn a:hover{color:#fff;text-decoration:none;background-position:-78px 0;}
.orange a:link,.orange a:visited,.orange a:active{background-color:#fe8723;background-position:0 -34px;}
.orange a:hover{background-position:-78px -34px;}
.red-box{}
.red-box a{ position:relative;}
.red-box .red-img{ position: absolute; right:-19px;top:3px; }
.gray a:link,.gray a:visited,.gray a:active{background-color:#f5f5f5;background-position:0 -68px;color:#666;}
.gray a:hover{color:#666;text-decoration:none;background-position:-78px -68px;}
.input-mod{float:left;width:30px;text-align:center;visibility:hidden;}
.input-mod input{margin-top:40px;}
.visible{visibility:visible;}
.con-mod{width:430px;}
.specific{margin-top:10px;line-height:normal;}
.specific .name{color:#333;font-size:14px;font-weight:bold;vertical-align:middle;}
.specific .name:hover{color:#333;}
.specific .data{color:#333;vertical-align:middle;font-weight:bold;}
.specific .data:hover{color:#333;text-decoration:underline;}
.reason{margin-top:7px;border:1px dashed #d5d5d5;font-size:14px;color:#5b5b5b;padding:2px 4px;background-color:#fff;}
.reason i{font-size:0;background:url(../i/letter_icon.gif) no-repeat 0 -27px;width:12px;height:12px;display:inline-block;margin-right:6px;vertical-align:-1px;}
.reason a{color:#5b5b5b;text-decoration:none;}
.reason a:hover{color:#5b5b5b;text-decoration:underline;}
.time{margin-top:5px;color:#999;}
.time i{vertical-align:middle;font-size:0;background:url(../i/letter_icon.gif) no-repeat -14px -27px;width:10px;height:10px;display:inline-block;margin-right:4px;}
.time span{vertical-align:middle;}
.ems{margin-left:10px;background:url(../i/flag.gif) no-repeat 0 -66px;display:inline-block;width:49px;height:14px;}
.new-member{margin-left:10px;background:url(../i/flag.gif) no-repeat -53px -66px;display:inline-block;width:49px;height:14px;}
.first a{background-position:0 -34px;}
.hidden{visibility: hidden;}
.msg{float:left;margin:35px 0 0 16px;color:#999;width:120px;text-align:center;}
.msg a:link,.msg a:visited,.msg a:active{color:#999;}
.msg a:hover{text-decoration:none;color:#999;}
.msg strong{color:#999;font-weight:normal;margin-right:2px;display:inline-block;width:58px;text-align: right;cursor:pointer;}
.msg .red{color:#ff0600;}
.msg .blue{color:#29a3c6;}
.msg span{margin-left:2px;color:#999;display:inline-block;width:50px;text-align:left;cursor:pointer;}
.icon-box{margin-right:4px;}
.icon-box img{vertical-align:middle;margin-left:4px;}
.on{background-color:#fdfaf5;}
.replay-btn-layer{display:none;border:1px solid #e3d493;background-color:#fff7d6;color:#666;text-align:center;position:absolute;left:50%;width: 100px;margin-left: -50px;top: -68px;padding: 5px 0;border-radius:5px;}
.replay-btn-layer p{text-align:center;}
.tarr-icon{position:absolute;bottom:-7px;left:50%;margin-left:-7px;font-size:0;display:inline-block;background:url(../i/dialog_icon.gif) no-repeat -12px -30px;width:14px;height:7px;}
.replay-btn-layer + .refusal{ *margin:6px; }
/*营销*/
.promotions .avatar-pic{margin-left:30px;_margin-left:15px;height:90px;position:relative;}
.promotions .avatar-pic img{position:absolute;top:0;}
.msg-title{margin-top:10px;}
.msg-title a:link,.msg-title a:visited,.msg-title a:active{color:#2c81d6;font:bold 14px/normal simsun;}
.msg-title a:hover{color:#2c81d6;text-decoration:underline;}
.msg-txt{margin-top:5px;font-size:14px;line-height:24px;color:#5b5b5b;}
.msg-txt a{color:#5b5b5b;font:normal 14px/24px simsun;}
.msg-txt a:hover{color:#5b5b5b;text-decoration:underline;}
/*加载*/
.letter-loading{margin-top:-1px;background:#fff;text-align:center;padding:50px 0 80px;border-bottom:1px solid #ebebeb;}
.letter-loading span{vertical-align:middle;color:#666;margin-left:10px;}
.letter-loading i{display:inline-block;background:url(../i/sign.png) no-repeat 0 -68px;width:32px;height:32px;vertical-align:middle;}
/*全选 删除*/
.page-mod{margin:13px 0 20px;}
.all-input{margin:5px 0 0 7px;color:#000;float:left;_display:inline;}
.all-input input,.all-input label,.del{vertical-align:middle;cursor:pointer;}
.check-input{margin-right:6px;_margin-right:4px;_margin-top:-2px;}
.del {margin-left:22px;color:#333;}
.del:hover{color:#333;text-decoration:underline;}
.del i{background:url(../i/letter_icon.gif) no-repeat -14px -41px;width:11px;height:12px;display:inline-block;vertical-align:-2px;*vertical-align:0;margin-right:4px;}
.page{float:right;}
.page ul{_display:inline;}
.page li{float:left;margin-left:4px;}
.page li a{display:inline-block;height:26px;line-height:26px;padding:0 9px;border:1px solid #cfcfcf;color:#333;text-decoration:none;}
.page li a:hover,.page li.on a{background:#f2fcff;border:1px solid #b3dae6;color:#333;text-decoration:none;}
.prev i,.next i{background:url(../i/letter_icon.gif) no-repeat 0 -55px;width:5px;height:9px;display:inline-block;margin-top:8px;}
.next i{background-position:-7px -55px;}
.next span{margin-right:7px;}
.prev span{margin-left:7px;}
/*最新会员、充值*/
.member,.recharge{background:#f9f9f9;border-top:2px solid #535353;width:536px;float:left;height:315px;overflow:hidden;}
.member-mod .title{color:#666;font:bold 14px/normal simsun;padding:14px 14px 0;}
.member-mod .title a{font-size:12px;font-weight:normal;float:right;color:#999;}
.member-mod .title a:hover{color:#999;text-decoration:underline;}
/*最新会员*/
.member .usercp_midphoto{float:none;background:none;width:auto;height:auto;}
.member .midpphoto_title{font-size:14px;color:#666;line-height:normal;padding:14px 0 0;}
.member .midpphoto_more{line-height:normal;padding:17px 0 0;}
.member .midpphoto_top{padding:0 13px 13px;}
.member .midpphoto_more a:link,.member .midpphoto_more a:visited,.member .midpphoto_more a:active{color:#999;}
.member .midpphoto_more a:hover{color:#999;text-decoration:underline;}
.member .midpphoto_body{overflow:hidden;padding:0;}
.member .midpphoto_body li{width:auto;padding-left:14px;height:136px;}
.member-detail {margin-top:15px;}
.member-detail li{margin:0 0 21px 14px;float:left;*margin-left:7px;text-align:center;}
.member-detail li a{display:block;line-height:normal;}
.member-detail li a:hover{text-decoration:none;}
.member-txt{margin-top:4px;}
.member-txt span{padding:0 2px;color:#333;}
/*充值*/
.recharge{float:right;width:234px;overflow:visible;}
.tab-menu,.tab-box{padding:0 10px;}
.tab-menu{padding-top:15px;}
.tab-menu ul{margin-left:1px;border-left:1px solid #eecdab;}
.tab-menu li{float:left;margin-left:-1px;border:1px solid #cfcfcf;height:22px;line-height:22px;}
.tab-menu li a{display:block;color:#999;width:67px;text-align:center;}
.tab-menu li a:hover{text-decoration:none;}
.tab-menu li.selected{background-color:#fffbf4;border:1px solid #eecdab;color:#f6830c;position:relative;}
.tab-menu li.selected a{color:#f6830c;}
.stamp-next{text-align:center;}
.pay-next{background-color:#fe8723;border:1px solid #f16f02;display:inline-block;width:206px;height:32px;line-height:32px;color:#fff;cursor:pointer;}
.pay-next:hover{background-color:#fea423;}
.mt22{margin-top:22px;}
.mt20{margin-top:20px;}
.mt16{margin-top:16px;}
.mt10{margin-top:10px;}
.mt5{margin-top:5px;}
.mt8{margin-top:8px;}
.tab-box h3{line-height:normal;}
.stamp label{margin-right:4px;*margin-right:0;cursor:pointer;}
.stamp input{vertical-align:-2px;margin-right:3px;*margin-right:0;cursor:pointer;}
.sheets{width:24px;height:18px;line-height:18px;border:1px solid #e2e3ea;border-top:1px solid #abadb3;}
.pay-amount span{color:#f6830c;font-weight:bold;}
.pay-bank select{width:140px;padding:2px 4px;}
.card-mod .stamp label,.card-mod .stamp input{margin-right:2px;*margin-right:0;}
.card-mod .yidong{padding-left:18px;background: url(../i/new_img2.jpg) no-repeat;display: inline-block;}
.card-mod .liantong{padding-left:18px;background: url(../i/new_img3.jpg) no-repeat;display: inline-block;}
.recharge-input input{width:200px;padding:0 2px;height:18px;line-height: 18px;border: 1px solid #e2e3ea;border-top: 1px solid #abadb3;color:#aaa;}
.buy_notice{display:none;}
.payment-mod,.card-mod,.stamp-mod{position:relative;}
.buy_notice{position:absolute;left:90px;top:0;}
.card-mod .buy_notice{left:100px;}
.qa{position:absolute;left:66px;}
.payment-mod .qa,.card-mod .qa,.stamp-mod .qa{position:absolute;left:82px;}
/*管理员信*/
.remind{float:right;margin-top:4px;}
.counter a{color:#333;}
/*已读信*/
.msg-btn .refusal:link,.msg-btn .refusal:visited,.msg-btn .refusal:active{background:#f5f5f5;border:1px solid #cecece;width:74px;height:19px;line-height:19px;color:#666;margin-top:6px;display:none;}
.msg-btn .refusal:hover{color:#666;text-decoration:none;background:#fff;}
/*已发信*/
.msg-txt .blue-link{font-size:12px;color:#2c81d6;text-decoration:underline;}
.msg-txt .blue-link:hover{color:#2c81d6;text-decoration:none;}
/*后悔药*/
.pl10{padding-left:10px;line-height:normal\0;}
.pink{color:#f23e87;font-size:14px;font-weight:bold;}
.findBtn a:hover{color:#fff;}
/*弹层*/
#bg{width:100%;height:100%;background:#000;opacity:0.6;filter:alpha(opacity=40);position:absolute;top:0;left:0;z-index:100;display:none;}
#popup_box,.ly_box{background:#fff;}
.width570{z-index:9999;display:none;}
#iframe_content{_height:680px;}
.ly-mod #iframe_content,.ly-mod{background:#fff;}
.ly-mod #iframe_content{_height:370px;}
.ly-con{padding:16px 29px 30px;}
.pic{float:left;}
.ly-detail{float:left;margin-left:20px;_margin-left:10px;width:416px;}
.topic{margin-top:14px;}
.topic-detail{background-color:#f7f7f7;border:1px solid #ebebeb;position:relative;margin:12px 0 14px;color:#999;line-height:22px;}
.ly-tarr{background:url(../i/letter_icon.gif) no-repeat 0 -66px;width:16px;height:9px;display:inline-block;position:absolute;top:-9px;left:15px;}
.topic-detail .txt{padding:8px;max-height:300px;overflow-y:auto;_height:200px;}
.topic-detail .txt span{color:#999;}
.topic-detail p .blue:link,.topic-detail p .blue:visited,.topic-detail p .blue:active{color:#2c81d6;text-decoration:underline;}
.topic-detail p .blue:hover{color:#2c81d6;text-decoration:none;}
.topic-detail .input-txt{display:none;}
.topic-detail-w{background-color:#fff;}
.topic-detail-w .txt{padding:0;_height:auto;}
.topic-detail-w .ly-tarr{background-position:-18px -66px;}
.topic-detail-w .input-txt{display:block;border:none;border:1px solid none;width:398px;_height:200px;_overflow:auto;line-height:20px;font-size:12px;color:#999;resize: none;margin:0 auto;}
.ly-btn{margin-bottom:20px;text-align:center;}
.ly-btn ul{display:inline-block;*display:inline;}
.ly-btn li{float:left;}
.ly-btn li a:link,.ly-btn li a:visited,.ly-btn li a:active{color:#fff;display:inline-block;font:bold 14px/38px simsun;background:url(../i/letter_btn.png) no-repeat 0 -102px;width:136px;height:38px;}
.ly-btn li a:hover{text-decoration:none;}
.ly-btn li.stamp-btn{margin-left:10px;}
.ly-btn li.stamp-btn a{background-position:0 -142px;}
.explanation{background:url(../i/sign.png) no-repeat 0 -4px;padding-left:32px;color:#999;}
/*jiayuan_page*/
.jyPage{clear:both;}
.jyPage ul li{background-color:#fff;color:#333;margin-left:5px;}
.jyPage ul li a{width: 62px;height: 26px;line-height:26px;color:#333; padding:0;text-align:center;overflow:hidden;text-decoration:none;display:block;border:1px #ccc solid;}
.jyPage .selectPage{width:73px;padding-left:10px; height:28px;line-height:28px;background:url('../i/selectPage_bg.png') no-repeat;border:0px;}
.jyPage .selectPage strong{font-weight:400;}
.jyPage .selectPage .pageList{width:81px;border:1px #ccc solid;background:#fff;position:absolute;bottom:27px;_bottom:55px;left:-10px;z-index:999;display:none;overflow-y:auto;overflow-x:hidden;}
.jyPage .selectPage .pageList a{width:81px;height:25px;line-height:25px;padding-left:8px;border:1px #ccc solid;text-align:left;border:none;}
#letter_page .cur_page{color: #999999; }
.fn-clear:after {clear: both; content: " "; display: block; font-size: 0; height: 0; visibility: hidden;}
.fn-clear{zoom:1;}
.pageOuter{position: relative;}
.page .pageList a:hover{_border:0;}
/*特快专递*/
.kd_msg{width:781px;border:4px solid #f3f3f3;background: url("../i/ems_bg.png") no-repeat 543px 45px #fff;box-shadow:0 0 0 #666; position: relative;height: 139px;}
.kd_msg .cont{height:120px;line-height:30px;border:0;width:100%; resize:none;margin-top: 4px; font-size: 12px;}
.kd_msg_con{margin-top: 10px;}
.msg_border_top,.msg_border_bottom{width: 777px;height:4px; background: url(../i/ems_border.png) -2px 0 repeat-x; position: absolute; left: 0; _font-size:0;}
.msg_border_top{top:0; width: 760px;}
.msg_border_bottom{bottom: 0;}
.msg_border_left{width: 4px; height:127px;background: url(../i/ems_border.png) 0 0 repeat-y; position: absolute; top:0;}
.msg_border_left{left: 0;}
.msg_border_right{right: 0; top:28px;width: 4px;height:115px;background: url(../i/ems_border4.png) no-repeat;position: absolute;}
.msg_border_tr{width: 56px; height: 56px;background: url(../i/ems_tkzd.png); position: absolute; right: 0; top: 0; }
.kd_msg_con .avatar-pic{margin:21px 21px 0 21px;}
.kd_msg_detail{float:left; width: 610px; color: #333;}
.kd_msg_detail h3{font-weight: bold;margin: 16px 0 10px;}
.msg_gust,.msg_gust:hover{font-size: 14px;margin-right: 7px; cursor: pointer; color: #333;text-decoration: none;}
.kd_msg_p{line-height: 24px;}
.kd_msg_more:link,.kd_msg_more:active,.kd_msg_more:visited{color: #2c81d6; text-decoration: underline;}
.kd_msg a.kd_msg_close{position: absolute;right: 52px;color: #2c81d6; text-decoration: underline; font-weight: normal;} | 0.23118 | 0.062531 |
@-webkit-keyframes pcsClassic {
50% {
opacity: 0.3;
}
100% {
opacity: 1;
}
}
@keyframes pcsClassic {
50% {
opacity: 0.3;
}
100% {
opacity: 1;
}
}
.pcsClassic {
position: relative;
top: -10px;
left: -4px;
}
.pcsClassic>div:nth-child(1) {
top: 20px;
left: 0;
-webkit-animation: pcsClassic 1.2s -0.84s infinite ease-in-out;
animation: pcsClassic 1.2s -0.84s infinite ease-in-out;
}
.pcsClassic>div:nth-child(2) {
top: 13.63636px;
left: 13.63636px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-animation: pcsClassic 1.2s -0.72s infinite ease-in-out;
animation: pcsClassic 1.2s -0.72s infinite ease-in-out;
}
.pcsClassic>div:nth-child(3) {
top: 0;
left: 20px;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-animation: pcsClassic 1.2s -0.6s infinite ease-in-out;
animation: pcsClassic 1.2s -0.6s infinite ease-in-out;
}
.pcsClassic>div:nth-child(4) {
top: -13.63636px;
left: 13.63636px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-animation: pcsClassic 1.2s -0.48s infinite ease-in-out;
animation: pcsClassic 1.2s -0.48s infinite ease-in-out;
}
.pcsClassic>div:nth-child(5) {
top: -20px;
left: 0;
-webkit-animation: pcsClassic 1.2s -0.36s infinite ease-in-out;
animation: pcsClassic 1.2s -0.36s infinite ease-in-out;
}
.pcsClassic>div:nth-child(6) {
top: -13.63636px;
left: -13.63636px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-animation: pcsClassic 1.2s -0.24s infinite ease-in-out;
animation: pcsClassic 1.2s -0.24s infinite ease-in-out;
}
.pcsClassic>div:nth-child(7) {
top: 0;
left: -20px;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-animation: pcsClassic 1.2s -0.12s infinite ease-in-out;
animation: pcsClassic 1.2s -0.12s infinite ease-in-out;
}
.pcsClassic>div:nth-child(8) {
top: 13.63636px;
left: -13.63636px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-animation: pcsClassic 1.2s 0s infinite ease-in-out;
animation: pcsClassic 1.2s 0s infinite ease-in-out;
}
.pcsClassic>div {
background-color: var(--main-color);
width: 4px;
height: 35px;
border-radius: 2px;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
position: absolute;
width: 5px;
height: 15px;
}
.pcsClassic {
position: relative;
display: inline-block;
} | src/classic/Classic.css | @-webkit-keyframes pcsClassic {
50% {
opacity: 0.3;
}
100% {
opacity: 1;
}
}
@keyframes pcsClassic {
50% {
opacity: 0.3;
}
100% {
opacity: 1;
}
}
.pcsClassic {
position: relative;
top: -10px;
left: -4px;
}
.pcsClassic>div:nth-child(1) {
top: 20px;
left: 0;
-webkit-animation: pcsClassic 1.2s -0.84s infinite ease-in-out;
animation: pcsClassic 1.2s -0.84s infinite ease-in-out;
}
.pcsClassic>div:nth-child(2) {
top: 13.63636px;
left: 13.63636px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-animation: pcsClassic 1.2s -0.72s infinite ease-in-out;
animation: pcsClassic 1.2s -0.72s infinite ease-in-out;
}
.pcsClassic>div:nth-child(3) {
top: 0;
left: 20px;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-animation: pcsClassic 1.2s -0.6s infinite ease-in-out;
animation: pcsClassic 1.2s -0.6s infinite ease-in-out;
}
.pcsClassic>div:nth-child(4) {
top: -13.63636px;
left: 13.63636px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-animation: pcsClassic 1.2s -0.48s infinite ease-in-out;
animation: pcsClassic 1.2s -0.48s infinite ease-in-out;
}
.pcsClassic>div:nth-child(5) {
top: -20px;
left: 0;
-webkit-animation: pcsClassic 1.2s -0.36s infinite ease-in-out;
animation: pcsClassic 1.2s -0.36s infinite ease-in-out;
}
.pcsClassic>div:nth-child(6) {
top: -13.63636px;
left: -13.63636px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-animation: pcsClassic 1.2s -0.24s infinite ease-in-out;
animation: pcsClassic 1.2s -0.24s infinite ease-in-out;
}
.pcsClassic>div:nth-child(7) {
top: 0;
left: -20px;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-animation: pcsClassic 1.2s -0.12s infinite ease-in-out;
animation: pcsClassic 1.2s -0.12s infinite ease-in-out;
}
.pcsClassic>div:nth-child(8) {
top: 13.63636px;
left: -13.63636px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-animation: pcsClassic 1.2s 0s infinite ease-in-out;
animation: pcsClassic 1.2s 0s infinite ease-in-out;
}
.pcsClassic>div {
background-color: var(--main-color);
width: 4px;
height: 35px;
border-radius: 2px;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
position: absolute;
width: 5px;
height: 15px;
}
.pcsClassic {
position: relative;
display: inline-block;
} | 0.458834 | 0.133641 |
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500);
* {
margin: 0;
}
/*
body {
/*background: #defffb;
font-family: "Raleway", Helvetica, sans-serif;
}
h1 {
color: #8a6115;
text-align: center;
}*/
/*header {
/*background: url('images/couple.jpg') no-repeat 1% 0px;
height: 30px;
position: absolute;
}*/
header h1 {
line-height: 3.2;
display: inline-block;
margin-left: 6%;
}
em {
font-weight: bold;
color: #787898;
}
strong {
color: #560a1a;
font-size: 17px;
}
fieldset {
border: 2px solid rgba(255, 255, 255, 0.19);
border-radius: 25px;
}
.container,
.f-left {
width: 1024px;
margin: 0 auto;
}
iframe {
width: 1024px;
height: 600px;
margin: 20px auto;
}
.main-p {
font-size: 18px;
}
.nav {
/*background-color: #fff3d0; */
list-style-type: none;
text-align: center;
margin: 0;
padding: 0;
}
/*
.wm :link{
text-decoration: none;
}
.wm :visited{
text-decoration: none;
}
.wm :hover{
text-decoration: underline;
}
.wm :active{
text-decoration: underline;
}
*/
.nav li {
display: inline-block;
font-size: 18px;
padding: 12px 3px;
margin: 0 10px;
}
.nav li:last-child {
border-right: none;
}
.nav li a {
color: #fff;
font-size: 15px;
letter-spacing: 1.5px;
display: inline-block;
text-decoration: none;
text-transform: uppercase;
border: 1px solid rgba(255, 255, 255, 0.23);
padding: 8px 16px;
margin: 0 4px;
background: rgba(255, 253, 253, 0.13);
font-weight: bold;
}
/*.nav li:nth-child(2) {
color: #fff;
font-size: 15px;
letter-spacing: 1.5px;
display: inline-block;
text-decoration: none;
text-transform: uppercase;
/*border: 0px solid none;
padding: 8px 16px;
margin: 0 4px;
background:none;
font-weight: bold;
}*/
.nav li a:hover {
background-color: #544d48;
}
/*
Solution
*/
.nav li:nth-child(4) {
position: relative;
}
.nav li:nth-child(4) .dropdown {
position: absolute;
padding-left: 0;
margin-left: 0;
display: none;
z-index: 10;
}
.nav li:nth-child(4) > .dropdown > li {
margin: 0px 0px;
padding: 0.2px 0px;
}
/* instance of "a" link as hover i use "a" link parent li as hover */
.nav li:nth-child(4):hover > .dropdown {
display: block;
}
/*
Solution End
*/
.nav,
header,
.banner,
footer {
width: 100%;
margin: 0 auto;
}
.banner {
height: 500px;
background: black;
overflow: hidden;
background: url(/images/couple2.jpg) no-repeat ;
/* The least supported option. */
background-size: cover;
}
.banner img {
object-fit: cover;
opacity: 0.4;
}
.banner h1 {
color: #fff;
letter-spacing: 4px;
font-size: 5.5em;
text-shadow: 2px 5px 3px rgb(0 0 0 / 27%);
font-family: "Tangerine", cursive;
font-weight: bold;
}
.banner h2 {
color: #fff;
text-transform: uppercase;
line-height: 2;
letter-spacing: 2px;
}
.banner p {
color: #fff;
font-size: 1.2em;
letter-spacing: 2px;
margin: 2em auto;
max-width: 700px;
}
.banner section {
position: absolute;
top: 35%;
left: 50%;
transform: translate(-50%, -50%);
color: #fff;
text-align: center;
}
.banner button {
background: #e6ceb3;
width: 150px;
border: none;
height: 45px;
position: absolute;
margin: 0 auto;
left: 0;
right: 0;
bottom: -21px;
text-transform: uppercase;
}
/* ---------searchbox icon--------------------------- */
.topnav {
overflow: hidden;
background-color: #e9e9e9;
}
.topnav a {
float: left;
display: block;
color: black;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #ddd;
color: black;
}
.topnav a.active {
background-color: #2196F3;
color: white;
}
.topnav .search-container {
float: right;
}
.topnav input[type=text] {
padding: 6px;
margin-top: 8px;
font-size: 17px;
border: none;
}
.topnav .search-container button {
float: right;
padding: 6px 10px;
margin-top: 8px;
margin-right: 16px;
background: #ddd;
font-size: 17px;
border: none;
cursor: pointer;
}
.topnav .search-container button:hover {
background: #ccc;
}
/* ---------Endcode of searchbox--------------------------- */
/* ---------Endcode of searchbox--------------------------- */
.contanier1{
display: flex;
flex-wrap: wrap;
}
.contanier1>img{
width: 100%;
object-fit: cover;
}
.contanier1>li{
flex: 1 1 150px;
color: rgb(39, 39, 41);
}
.contanier1 li>img:hover{
background-color: gray;
}
.homeimg{
background-color: rgb(230, 231, 231);
color: #0f0f0f;
margin: 0;
font-size: 14px;
box-shadow: 0 1px 3px rgba(0,0,0, 0.12),0 1px 2px rgba(0,0,0, 0.24);
padding: 5px;
margin: 5px;
}
.clothesItems{
text-align: left;
background-color: rgb(206, 207, 207);
color: #0f0f0f;
margin: 0;
font-size: 13px;
box-shadow: 0 1px 3px rgba(0,0,0, 0.12),0 1px 2px rgba(0,0,0, 0.24);
padding: 5px;
margin: 5px;
}
.orgprice{
text-decoration: line-through;
}
.sammy{
background-color: rgb(165, 140, 172);
color: rgb(66, 0, 0);
border: 5px solid rgb(131, 3, 114);
padding: 5px;
margin: 5px;
}
.Centerside{
display: flex;
flex-wrap: wrap;
padding: 8px ;
margin-bottom: 7px;
background-color: rgb(230, 231, 231);
color: #ffffff;
box-shadow: 0 1px 3px rgb(0 0 0/12%), 0 1px 2px rgb(0 0 0 / 24%);
}
.Centerside>img{
width: 50%;
object-fit: cover;
}
/*----------------------------------------------- For Rightside Description--------------------------------------------------------- */
.button {
background-color: #5f5f5f; /* skyblue */
border: none;
color: white;
padding: 5px 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 10px;
margin: 4px 2px;
transition-duration: 0.4s;
cursor: pointer;
}
.button:hover {
background-color: #555555;
color: white;
}
.buttons:hover {background-color: #e7e7e7;}
.button4:hover {background-color: #e7e7e7;}
.buttons:hover {
background-color: white;
color: black;
border: 2px solid #555555;
font-size: 1vw;
}
.icon{width: 10%;margin: 10px;padding: 10px;}
.c-19{background: red;border-radius: 15%;}
.Menuicon {
display: inline-block;
cursor: pointer;
align-items: flex-end;
}
.bar1, .bar2, .bar3 {
width: 35px;
height: 5px;
background-color: #333;
margin: 6px 0;
transition: 0.4s;
}
.change .bar1 {
-webkit-transform: rotate(-45deg) translate(-9px, 6px);
transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2 {opacity: 0;}
.change .bar3 {
-webkit-transform: rotate(45deg) translate(-8px, -8px);
transform: rotate(45deg) translate(-8px, -8px);
}
.rightaside{
display: flex;
flex-wrap: wrap;
padding: 8px ;
margin-bottom: 7px;
/* background-color: #d6ecf3;*/
color: #ffffff;
box-shadow: 0 1px 3px rgb(0 0 0/12%), 0 1px 2px rgb(0 0 0 / 24%);
}
.rightaside>img{
width: 25%;
object-fit: cover;
}
.normal{
flex: 1 1 150px;
}
.big{
flex: 1 1 250px;
}
.bar{
box-shadow: 0 1px 3px rgb(0 0 0/12%), 0 1px 2px rgb(0 0 0 / 24%); ;
}
.rect{
border-top-left-radius: 20px;border-bottom-left-radius: 20px;
}
.article>img{
float: left;
}
/*----------------------------------------------- EndCode of Right Side Description------------------------------------------------ */
/* -----------above code is header description---------------- */
*{
box-sizing: border-box;
}
.row::after{
content: "";
clear: both;
display: block;
}
[class*="col-"]{
float: left;
padding: 15px;
}
html{
font-family: "Lucida Sans", sans-serif;
color: #333;
}
h1{
font-size: 7vw;
}
.header{
color: #ffffff;
display: block;
height: 500px;
background: black;
overflow: hidden;
background: url("images/couple2.jpg") no-repeat ;
/* The least supported option. */
background-size: cover;
}
.header img {
object-fit: cover;
opacity: 0.4;
}
.logo{
color: white;
text-shadow: 2px 2px 4px #ffffff;
}
.menu ul{
list-style-type: none;
margin: 0;
padding: 0;
}
.menu li{
padding: 8px;
margin-bottom: 7px;
background-color: white;
color: #333;
box-shadow: 0 1px 3px rgba(0,0 , 0, 0.12), 0 1px 2px rgba(0,0 , 0, 0.24);
}
.centre>p{
box-shadow: 0 1px 3px rgba(0,0 , 0, 0.12), 0 1px 2px rgba(0,0 , 0, 0.24);
}
.WMDetail{
box-shadow: 0 1px 3px rgba(0,0 , 0, 0.12), 0 1px 2px rgba(0,0 , 0, 0.24);
}
.aside{
background-color: white;
padding: 15px;
color: #333;
text-align: left;
font-size: 14px;
box-shadow: 0 1px 3px rgba(0,0 , 0, 0.12), 0 1px 2px rgba(0,0 , 0, 0.24);
}
.footer{
background-color: #111111;
text-align: center;
color: #272626;
text-align: center;
font-size: 14px;
box-shadow: 0 1px 3px rgba(0,0,0, 0.12),0 1px 2px rgba(0,0,0, 0.24);
padding: 5px;
margin: 5px;
}
.fa-wikipedia-w,.fa-facebook-f,.fa-envelope-open,.fa-globe,.socialIcons{
text-align: center;
padding: 5px;
margin: 5px;
color: rgb(253, 250, 250);
}
.footerleft{
text-align: center;
background-color: rgb(10, 10, 10);
color: #ffffff;
margin: 0;
font-size: 14px;
box-shadow: 0 1px 3px rgba(0,0,0, 0.12),0 1px 2px rgba(0,0,0, 0.24);
padding: 5px;
margin: 5px;
}
.socialIcons i{
height: 40px;
width: 40px;
text-align: center;
line-height: 40px;
border-radius: 5px;
color: #676767;
cursor: pointer;
box-shadow:
-3px -3px 5px 0px #ffffff,
3px 3px 5px 0px #0000004a;
}
.socialIcons i:hover{
box-shadow:
-3px -3px 5px 0px #ffffffa6 inset,
3px 3px 5px 0px #0000004a inset;
}
/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
/*----------------- For Mobile Phones ------------------------------------ */
@media only screen and (max-width: 768px) {
/* For mobile phones: */
[class *="col-"]{
width: 100%;
}
.nav{
flex-wrap: wrap;
text-align: center;
}
.nav>li{
width: 100%;
height: 9%;
flex: 1 1 5%;
}
.homesummarise{
flex-wrap: wrap;
text-align: center;
}
.footsummary>li{
width: 100%;
height: 9%;
flex: 1 1 5%;
}
h1{
font-size: 5vw;
}
}
img{
width:100%
}
@media screen and (max-width: 600px) {
body{
background-color: #ffffff;
}
.nav{
flex-wrap: wrap;
text-align: center;
}
.nav>li{
width: 100%;
height: 9%;
flex: 1 1 5%;
}
.homesummarise{
flex-wrap: wrap;
text-align: center;
}
.footsummary>li{
width: 100%;
height: 9%;
flex: 1 1 5%;
}
h1{
font-size: 5vw;
}
}
@media all and (max-width:600px){
.nav{
flex-wrap: wrap;
text-align: center;
}
.nav>li{
width: 100%;
height: 9%;
flex: 1 1 5%;
}
.homesummarise{
flex-wrap: wrap;
text-align: center;
}
.footsummary>li{
width: 100%;
height: 9%;
flex: 1 1 5%;
}
body{
background-color: white;
}
}
@media all and (max-width:400px){
.nav>li{
width: 100%;
height: 9%;
flex: 1 1 5%;
/* background: rgb(225, 225, 228);*/
}
.homesummarise{
flex-wrap: wrap;
text-align: center;
}
.footsummary>li{
width: 100%;
height: 9%;
flex: 1 1 5%;
}
h1{
font-size: 8vw;
}
.item10{
order: 1;
}
} | home.css | @import url(https://fonts.googleapis.com/css?family=Raleway:400,500);
* {
margin: 0;
}
/*
body {
/*background: #defffb;
font-family: "Raleway", Helvetica, sans-serif;
}
h1 {
color: #8a6115;
text-align: center;
}*/
/*header {
/*background: url('images/couple.jpg') no-repeat 1% 0px;
height: 30px;
position: absolute;
}*/
header h1 {
line-height: 3.2;
display: inline-block;
margin-left: 6%;
}
em {
font-weight: bold;
color: #787898;
}
strong {
color: #560a1a;
font-size: 17px;
}
fieldset {
border: 2px solid rgba(255, 255, 255, 0.19);
border-radius: 25px;
}
.container,
.f-left {
width: 1024px;
margin: 0 auto;
}
iframe {
width: 1024px;
height: 600px;
margin: 20px auto;
}
.main-p {
font-size: 18px;
}
.nav {
/*background-color: #fff3d0; */
list-style-type: none;
text-align: center;
margin: 0;
padding: 0;
}
/*
.wm :link{
text-decoration: none;
}
.wm :visited{
text-decoration: none;
}
.wm :hover{
text-decoration: underline;
}
.wm :active{
text-decoration: underline;
}
*/
.nav li {
display: inline-block;
font-size: 18px;
padding: 12px 3px;
margin: 0 10px;
}
.nav li:last-child {
border-right: none;
}
.nav li a {
color: #fff;
font-size: 15px;
letter-spacing: 1.5px;
display: inline-block;
text-decoration: none;
text-transform: uppercase;
border: 1px solid rgba(255, 255, 255, 0.23);
padding: 8px 16px;
margin: 0 4px;
background: rgba(255, 253, 253, 0.13);
font-weight: bold;
}
/*.nav li:nth-child(2) {
color: #fff;
font-size: 15px;
letter-spacing: 1.5px;
display: inline-block;
text-decoration: none;
text-transform: uppercase;
/*border: 0px solid none;
padding: 8px 16px;
margin: 0 4px;
background:none;
font-weight: bold;
}*/
.nav li a:hover {
background-color: #544d48;
}
/*
Solution
*/
.nav li:nth-child(4) {
position: relative;
}
.nav li:nth-child(4) .dropdown {
position: absolute;
padding-left: 0;
margin-left: 0;
display: none;
z-index: 10;
}
.nav li:nth-child(4) > .dropdown > li {
margin: 0px 0px;
padding: 0.2px 0px;
}
/* instance of "a" link as hover i use "a" link parent li as hover */
.nav li:nth-child(4):hover > .dropdown {
display: block;
}
/*
Solution End
*/
.nav,
header,
.banner,
footer {
width: 100%;
margin: 0 auto;
}
.banner {
height: 500px;
background: black;
overflow: hidden;
background: url(/images/couple2.jpg) no-repeat ;
/* The least supported option. */
background-size: cover;
}
.banner img {
object-fit: cover;
opacity: 0.4;
}
.banner h1 {
color: #fff;
letter-spacing: 4px;
font-size: 5.5em;
text-shadow: 2px 5px 3px rgb(0 0 0 / 27%);
font-family: "Tangerine", cursive;
font-weight: bold;
}
.banner h2 {
color: #fff;
text-transform: uppercase;
line-height: 2;
letter-spacing: 2px;
}
.banner p {
color: #fff;
font-size: 1.2em;
letter-spacing: 2px;
margin: 2em auto;
max-width: 700px;
}
.banner section {
position: absolute;
top: 35%;
left: 50%;
transform: translate(-50%, -50%);
color: #fff;
text-align: center;
}
.banner button {
background: #e6ceb3;
width: 150px;
border: none;
height: 45px;
position: absolute;
margin: 0 auto;
left: 0;
right: 0;
bottom: -21px;
text-transform: uppercase;
}
/* ---------searchbox icon--------------------------- */
.topnav {
overflow: hidden;
background-color: #e9e9e9;
}
.topnav a {
float: left;
display: block;
color: black;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #ddd;
color: black;
}
.topnav a.active {
background-color: #2196F3;
color: white;
}
.topnav .search-container {
float: right;
}
.topnav input[type=text] {
padding: 6px;
margin-top: 8px;
font-size: 17px;
border: none;
}
.topnav .search-container button {
float: right;
padding: 6px 10px;
margin-top: 8px;
margin-right: 16px;
background: #ddd;
font-size: 17px;
border: none;
cursor: pointer;
}
.topnav .search-container button:hover {
background: #ccc;
}
/* ---------Endcode of searchbox--------------------------- */
/* ---------Endcode of searchbox--------------------------- */
.contanier1{
display: flex;
flex-wrap: wrap;
}
.contanier1>img{
width: 100%;
object-fit: cover;
}
.contanier1>li{
flex: 1 1 150px;
color: rgb(39, 39, 41);
}
.contanier1 li>img:hover{
background-color: gray;
}
.homeimg{
background-color: rgb(230, 231, 231);
color: #0f0f0f;
margin: 0;
font-size: 14px;
box-shadow: 0 1px 3px rgba(0,0,0, 0.12),0 1px 2px rgba(0,0,0, 0.24);
padding: 5px;
margin: 5px;
}
.clothesItems{
text-align: left;
background-color: rgb(206, 207, 207);
color: #0f0f0f;
margin: 0;
font-size: 13px;
box-shadow: 0 1px 3px rgba(0,0,0, 0.12),0 1px 2px rgba(0,0,0, 0.24);
padding: 5px;
margin: 5px;
}
.orgprice{
text-decoration: line-through;
}
.sammy{
background-color: rgb(165, 140, 172);
color: rgb(66, 0, 0);
border: 5px solid rgb(131, 3, 114);
padding: 5px;
margin: 5px;
}
.Centerside{
display: flex;
flex-wrap: wrap;
padding: 8px ;
margin-bottom: 7px;
background-color: rgb(230, 231, 231);
color: #ffffff;
box-shadow: 0 1px 3px rgb(0 0 0/12%), 0 1px 2px rgb(0 0 0 / 24%);
}
.Centerside>img{
width: 50%;
object-fit: cover;
}
/*----------------------------------------------- For Rightside Description--------------------------------------------------------- */
.button {
background-color: #5f5f5f; /* skyblue */
border: none;
color: white;
padding: 5px 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 10px;
margin: 4px 2px;
transition-duration: 0.4s;
cursor: pointer;
}
.button:hover {
background-color: #555555;
color: white;
}
.buttons:hover {background-color: #e7e7e7;}
.button4:hover {background-color: #e7e7e7;}
.buttons:hover {
background-color: white;
color: black;
border: 2px solid #555555;
font-size: 1vw;
}
.icon{width: 10%;margin: 10px;padding: 10px;}
.c-19{background: red;border-radius: 15%;}
.Menuicon {
display: inline-block;
cursor: pointer;
align-items: flex-end;
}
.bar1, .bar2, .bar3 {
width: 35px;
height: 5px;
background-color: #333;
margin: 6px 0;
transition: 0.4s;
}
.change .bar1 {
-webkit-transform: rotate(-45deg) translate(-9px, 6px);
transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2 {opacity: 0;}
.change .bar3 {
-webkit-transform: rotate(45deg) translate(-8px, -8px);
transform: rotate(45deg) translate(-8px, -8px);
}
.rightaside{
display: flex;
flex-wrap: wrap;
padding: 8px ;
margin-bottom: 7px;
/* background-color: #d6ecf3;*/
color: #ffffff;
box-shadow: 0 1px 3px rgb(0 0 0/12%), 0 1px 2px rgb(0 0 0 / 24%);
}
.rightaside>img{
width: 25%;
object-fit: cover;
}
.normal{
flex: 1 1 150px;
}
.big{
flex: 1 1 250px;
}
.bar{
box-shadow: 0 1px 3px rgb(0 0 0/12%), 0 1px 2px rgb(0 0 0 / 24%); ;
}
.rect{
border-top-left-radius: 20px;border-bottom-left-radius: 20px;
}
.article>img{
float: left;
}
/*----------------------------------------------- EndCode of Right Side Description------------------------------------------------ */
/* -----------above code is header description---------------- */
*{
box-sizing: border-box;
}
.row::after{
content: "";
clear: both;
display: block;
}
[class*="col-"]{
float: left;
padding: 15px;
}
html{
font-family: "Lucida Sans", sans-serif;
color: #333;
}
h1{
font-size: 7vw;
}
.header{
color: #ffffff;
display: block;
height: 500px;
background: black;
overflow: hidden;
background: url("images/couple2.jpg") no-repeat ;
/* The least supported option. */
background-size: cover;
}
.header img {
object-fit: cover;
opacity: 0.4;
}
.logo{
color: white;
text-shadow: 2px 2px 4px #ffffff;
}
.menu ul{
list-style-type: none;
margin: 0;
padding: 0;
}
.menu li{
padding: 8px;
margin-bottom: 7px;
background-color: white;
color: #333;
box-shadow: 0 1px 3px rgba(0,0 , 0, 0.12), 0 1px 2px rgba(0,0 , 0, 0.24);
}
.centre>p{
box-shadow: 0 1px 3px rgba(0,0 , 0, 0.12), 0 1px 2px rgba(0,0 , 0, 0.24);
}
.WMDetail{
box-shadow: 0 1px 3px rgba(0,0 , 0, 0.12), 0 1px 2px rgba(0,0 , 0, 0.24);
}
.aside{
background-color: white;
padding: 15px;
color: #333;
text-align: left;
font-size: 14px;
box-shadow: 0 1px 3px rgba(0,0 , 0, 0.12), 0 1px 2px rgba(0,0 , 0, 0.24);
}
.footer{
background-color: #111111;
text-align: center;
color: #272626;
text-align: center;
font-size: 14px;
box-shadow: 0 1px 3px rgba(0,0,0, 0.12),0 1px 2px rgba(0,0,0, 0.24);
padding: 5px;
margin: 5px;
}
.fa-wikipedia-w,.fa-facebook-f,.fa-envelope-open,.fa-globe,.socialIcons{
text-align: center;
padding: 5px;
margin: 5px;
color: rgb(253, 250, 250);
}
.footerleft{
text-align: center;
background-color: rgb(10, 10, 10);
color: #ffffff;
margin: 0;
font-size: 14px;
box-shadow: 0 1px 3px rgba(0,0,0, 0.12),0 1px 2px rgba(0,0,0, 0.24);
padding: 5px;
margin: 5px;
}
.socialIcons i{
height: 40px;
width: 40px;
text-align: center;
line-height: 40px;
border-radius: 5px;
color: #676767;
cursor: pointer;
box-shadow:
-3px -3px 5px 0px #ffffff,
3px 3px 5px 0px #0000004a;
}
.socialIcons i:hover{
box-shadow:
-3px -3px 5px 0px #ffffffa6 inset,
3px 3px 5px 0px #0000004a inset;
}
/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
/*----------------- For Mobile Phones ------------------------------------ */
@media only screen and (max-width: 768px) {
/* For mobile phones: */
[class *="col-"]{
width: 100%;
}
.nav{
flex-wrap: wrap;
text-align: center;
}
.nav>li{
width: 100%;
height: 9%;
flex: 1 1 5%;
}
.homesummarise{
flex-wrap: wrap;
text-align: center;
}
.footsummary>li{
width: 100%;
height: 9%;
flex: 1 1 5%;
}
h1{
font-size: 5vw;
}
}
img{
width:100%
}
@media screen and (max-width: 600px) {
body{
background-color: #ffffff;
}
.nav{
flex-wrap: wrap;
text-align: center;
}
.nav>li{
width: 100%;
height: 9%;
flex: 1 1 5%;
}
.homesummarise{
flex-wrap: wrap;
text-align: center;
}
.footsummary>li{
width: 100%;
height: 9%;
flex: 1 1 5%;
}
h1{
font-size: 5vw;
}
}
@media all and (max-width:600px){
.nav{
flex-wrap: wrap;
text-align: center;
}
.nav>li{
width: 100%;
height: 9%;
flex: 1 1 5%;
}
.homesummarise{
flex-wrap: wrap;
text-align: center;
}
.footsummary>li{
width: 100%;
height: 9%;
flex: 1 1 5%;
}
body{
background-color: white;
}
}
@media all and (max-width:400px){
.nav>li{
width: 100%;
height: 9%;
flex: 1 1 5%;
/* background: rgb(225, 225, 228);*/
}
.homesummarise{
flex-wrap: wrap;
text-align: center;
}
.footsummary>li{
width: 100%;
height: 9%;
flex: 1 1 5%;
}
h1{
font-size: 8vw;
}
.item10{
order: 1;
}
} | 0.424651 | 0.079782 |
@-moz-document domain("hashrefinery.com") {
/* Header */
.page .tabmenu-out {
background-image: none !important;
background-color: #ececec;
height: 26px !important;
box-shadow: none !important;
}
/* Header elements */
.page .tabmenu-inner {
font-size: 1em !important;
padding: 5px !important;
}
.page .tabmenu-inner a {
padding: 0 10px !important;
color: #737373 !important;
}
.page .tabmenu-inner .selected {
border: 3px solid #dadada !important;
background-image: none !important;
background: #dadada;
}
/* Content */
.page .content-out {
padding: 26px 0px 0px 0px !important;
color: #757575;
}
.page .content-inner {
padding: 8px !important;
}
table {
-webkit-border-horizontal-spacing: 0px !important;
-webkit-border-vertical-spacing: 0px !important;
}
/* Motd */
.motd {
background-color: #f7f7f7 !important;
padding: 4px !important;
margin: 0 7px 6px 7px;
border: none !important;
border-radius: 0 !important;
font-size: 13px !important;
font-weight: normal !important;
}
/* Boxes */
.main-left-box {
border: none !important;
border-radius: 0 !important;
background: #f7f7f7;
margin: 0 6px;
}
.main-left-title {
padding: 6px;
font-size: 13px !important;
background-color: #f7f7f7 !important;
border-bottom: 1px solid #a09f9f !important;
color: #4e9fbf !important;
}
/* Boxes tables */
table {
-webkit-border-vertical-spacing: 0px !important;
-webkit-border-horizontal-spacing: 0px !important;
}
table.dataGrid2 { color: #757575 !important; }
table.dataGrid2 tbody { border: none !important; }
table.dataGrid2 th, table.dataGrid2 td {
padding: 0.2em !important;
font-size: 12px;
}
table.dataGrid2 td { border-bottom: 1px solid #a09f9f !important }
.ssrow:hover { background-color: #e2e2e2 !important }
/* Boxes tables > Wallet */
input[type="checkbox"] {
position: relative;
margin: 0 !important;
top: 3px;
}
table.dataGrid2 td > label {
position: relative;
top: -49px;
}
/* Graphics */
.jqplot-series-shadowCanvas, jqplot-series-shadowCanvas { background: #f7f7f7 }
/* Box Search Wallet */
.main-text-input {
border-radius: 1px !important;
font-size: 12px !important;
padding: 3px !important;
margin-bottom: 8px;
}
.main-submit-button {
border-radius: 1px !important;
font-size: 12px !important;
padding: 3px !important;
}
} | data/usercss/154503.user.css | @-moz-document domain("hashrefinery.com") {
/* Header */
.page .tabmenu-out {
background-image: none !important;
background-color: #ececec;
height: 26px !important;
box-shadow: none !important;
}
/* Header elements */
.page .tabmenu-inner {
font-size: 1em !important;
padding: 5px !important;
}
.page .tabmenu-inner a {
padding: 0 10px !important;
color: #737373 !important;
}
.page .tabmenu-inner .selected {
border: 3px solid #dadada !important;
background-image: none !important;
background: #dadada;
}
/* Content */
.page .content-out {
padding: 26px 0px 0px 0px !important;
color: #757575;
}
.page .content-inner {
padding: 8px !important;
}
table {
-webkit-border-horizontal-spacing: 0px !important;
-webkit-border-vertical-spacing: 0px !important;
}
/* Motd */
.motd {
background-color: #f7f7f7 !important;
padding: 4px !important;
margin: 0 7px 6px 7px;
border: none !important;
border-radius: 0 !important;
font-size: 13px !important;
font-weight: normal !important;
}
/* Boxes */
.main-left-box {
border: none !important;
border-radius: 0 !important;
background: #f7f7f7;
margin: 0 6px;
}
.main-left-title {
padding: 6px;
font-size: 13px !important;
background-color: #f7f7f7 !important;
border-bottom: 1px solid #a09f9f !important;
color: #4e9fbf !important;
}
/* Boxes tables */
table {
-webkit-border-vertical-spacing: 0px !important;
-webkit-border-horizontal-spacing: 0px !important;
}
table.dataGrid2 { color: #757575 !important; }
table.dataGrid2 tbody { border: none !important; }
table.dataGrid2 th, table.dataGrid2 td {
padding: 0.2em !important;
font-size: 12px;
}
table.dataGrid2 td { border-bottom: 1px solid #a09f9f !important }
.ssrow:hover { background-color: #e2e2e2 !important }
/* Boxes tables > Wallet */
input[type="checkbox"] {
position: relative;
margin: 0 !important;
top: 3px;
}
table.dataGrid2 td > label {
position: relative;
top: -49px;
}
/* Graphics */
.jqplot-series-shadowCanvas, jqplot-series-shadowCanvas { background: #f7f7f7 }
/* Box Search Wallet */
.main-text-input {
border-radius: 1px !important;
font-size: 12px !important;
padding: 3px !important;
margin-bottom: 8px;
}
.main-submit-button {
border-radius: 1px !important;
font-size: 12px !important;
padding: 3px !important;
}
} | 0.098036 | 0.064506 |
.predator-reveal {
/* display: none; */
}
a {
color: #047AAC;
}
a:active {
color: #A9E75E;
}
#connecting {
position: absolute;
top: 40%;
left: 40%;
right: 40%;
text-align: center;
font-weight: bold;
}
#auth-indicator {
}
#discuss-button {
top: 6px !important;
}
.top-level-text {
height: 32px;
width: 160px;
margin-top: 5px;
margin-bottom: 3px;
border-radius: 4px;
background-color: #669999;
border-color: #669999;
color: white;
font-weight: bold;
font-size: 25px;
padding-left: 10px;
}
body {
font-family: 'Tahoma', 'Trebuchet MS', Helvetica Narrow, Helvetica, Geneva, Verdana, sans-serif;
}
#class-selection {
margin: 0 auto;
margin-top: 10%;
width: 400px;
text-align: center;
padding: 30px;
}
#class-selection button {
margin-top: 1em;
margin-bottom: 1em;
width: 100%;
}
div#tabs {
position: absolute;
top: 60px;
left: 0px;
right: 0px;
bottom: 0px;
}
div#tabs .tab-pane {
background-size: 100%;
font-size: 14px;
position: absolute;
bottom: 0px;
right: 0px;
left: 0px;
top: 50px;
overflow: auto;
}
.datatable {
border-collapse: collapse;
}
#tabs {
display: none;
}
/* Theming, jquery UI overwrites */
.new-page-button .ui-button-text {
color: white;
}
.action-buttons .ui-button-text {
color: white;
}
.inner-landing-buttons .ui-button-text {
color: white;
}
/*
===================================================================================
This section allows quick hiding and revealing of parts of the webpage
===================================================================================
*/
/* Hide the predator */
/* REMEMBER TO HIDE/REVEAL THE PREDATOR FROM THE VIEW GRAPHS MANUALLY line ~1887*/
/* REMEMBER THAT WE NEED TO COMMENT OUT ~683 (checking vals for new counts submit) */
/* Hide relationships */
.hide-tab-relationships {
/* display:none;*/
}
/* Hide counts */
.hide-tab-counts {
/* display:none;*/
}
#landing-counts .view-button {
/* display:none;*/
}
#new-counts .save-button {
/*display:none;*/
}
.hide-tab-investigations {
/*display:none;*/
}
#describe-lifecycle-organism-button {
/*display:none;*/
}
#what-others-said-organism-lifecycle-button {
/*display:none;*/
}
/*
===================================================================================
===================================================================================
*/
/***************************************************************************************************************/ | assets/www/css/wallcology.css | .predator-reveal {
/* display: none; */
}
a {
color: #047AAC;
}
a:active {
color: #A9E75E;
}
#connecting {
position: absolute;
top: 40%;
left: 40%;
right: 40%;
text-align: center;
font-weight: bold;
}
#auth-indicator {
}
#discuss-button {
top: 6px !important;
}
.top-level-text {
height: 32px;
width: 160px;
margin-top: 5px;
margin-bottom: 3px;
border-radius: 4px;
background-color: #669999;
border-color: #669999;
color: white;
font-weight: bold;
font-size: 25px;
padding-left: 10px;
}
body {
font-family: 'Tahoma', 'Trebuchet MS', Helvetica Narrow, Helvetica, Geneva, Verdana, sans-serif;
}
#class-selection {
margin: 0 auto;
margin-top: 10%;
width: 400px;
text-align: center;
padding: 30px;
}
#class-selection button {
margin-top: 1em;
margin-bottom: 1em;
width: 100%;
}
div#tabs {
position: absolute;
top: 60px;
left: 0px;
right: 0px;
bottom: 0px;
}
div#tabs .tab-pane {
background-size: 100%;
font-size: 14px;
position: absolute;
bottom: 0px;
right: 0px;
left: 0px;
top: 50px;
overflow: auto;
}
.datatable {
border-collapse: collapse;
}
#tabs {
display: none;
}
/* Theming, jquery UI overwrites */
.new-page-button .ui-button-text {
color: white;
}
.action-buttons .ui-button-text {
color: white;
}
.inner-landing-buttons .ui-button-text {
color: white;
}
/*
===================================================================================
This section allows quick hiding and revealing of parts of the webpage
===================================================================================
*/
/* Hide the predator */
/* REMEMBER TO HIDE/REVEAL THE PREDATOR FROM THE VIEW GRAPHS MANUALLY line ~1887*/
/* REMEMBER THAT WE NEED TO COMMENT OUT ~683 (checking vals for new counts submit) */
/* Hide relationships */
.hide-tab-relationships {
/* display:none;*/
}
/* Hide counts */
.hide-tab-counts {
/* display:none;*/
}
#landing-counts .view-button {
/* display:none;*/
}
#new-counts .save-button {
/*display:none;*/
}
.hide-tab-investigations {
/*display:none;*/
}
#describe-lifecycle-organism-button {
/*display:none;*/
}
#what-others-said-organism-lifecycle-button {
/*display:none;*/
}
/*
===================================================================================
===================================================================================
*/
/***************************************************************************************************************/ | 0.271155 | 0.061368 |
body {background-color:#f2f2f2;}
.slide-image {width:100%;}
.carousel-holder {margin-bottom:15px;}
.carousel-control,.item {border-radius:4px;}
.thumbnail img {/*width:100%;*/}
.thumbnail .caption-full{padding:9px;color:#333;}
footer {margin:50px 0;}
.Ml100{margin-left:100px;}
.MR100{margin-right:100px;}
.top-link{list-style:none;font-size:12px;margin:0px;color:#fff;}
.PT10{padding-top:10px;}
.top-link li {padding:5px;display:inline-block;}
.top-link li a{color:#fff700;font-size:11px;text-transform:uppercase;}
.top-txt{display:inline-block;color:#fff700;font-size:12px;padding-top:6px;text-transform:uppercase;}
.sub-menu{list-style:none; font-size:13px;}
.sub-menu li {padding:5px;display:inline-block;border-right:1px solid #ddd;}
.sub-menu li a{color:#fff;font-size:13px;color:#666;}
.menu-icon {display:block;margin-top:2px;width:22px;height:2px;background-color:#fff;}
.menu {display:inline-block;padding-left:10px;}
.categories{background:#f71700;width:150px;margin-right:15px;}
.categories-link {float:left;display:inline-block;margin-top:9px;width: 150px;background:#c7003d;padding:10px 7px 5px 7px;margin-right:15px;border-radius:5px;}
.categories-link:hover{color:#fff!Important;}
.cat-name{position:absolute;padding-left:10px;top:20px;color:#fff;}
.navbar-collapse{padding:0px!Important;}
.nav>li>a {position:relative;display:block;padding-left:0px;padding:14px 4px 14px 4px;margin:4px 0px;}
.nav>li>a:hover {background:#c7003d!Important;border-radius:5px;color:#fff!Important;margin:4px 0px;}
.nav>li>a i{font-size:15px;line-height:0px;margin-top:0px;position:relative;top:3px;margin-right:5px;}
.navbar{margin-bottom:0px;}
.PL0{padding-left:15px;}
.PR0{padding-right:0px;}
.PB15{padding-bottom:15px;}
.cb_padding{padding:0px;}
.cb_padding_t{padding-top:0px!important;}
.cb_padding_b{padding-bottom:0px!important;}
.cb_padding_l{padding-left:0px!important;}
.cb_padding_r{padding-right:0px!important;}
.cc_pndt15{padding-top:5px;}
.cc_pndb15{padding-bottom:15px;}
.cc_pndl15{padding-left:15px;}
.cc_pndr15{padding-right:15px;}
.cb_content_bg{background:#d5d0be;}
.cc_mrb15{margin-bottom:15px;}
* {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
*:before, *:after {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.banner2 {display:block;overflow:hidden;position:relative;-webkit-transition:all 0.2s ease-in 0s;-o-transition:all 0.2s ease-in 0s;transition:all 0.2s ease-in 0s;}
.banner2 img {-webkit-transition:all 0.2s ease-in 0s;-o-transition:all 0.2s ease-in 0s;transition:all 0.2s ease-in 0s;}
.banner2:before {border-bottom:1px solid #fff;border-top:1px solid #fff;bottom:25px;content:" ";left:12px;opacity:0;position:absolute;right:12px;top:25px;transform:scale(0, 1);transform-origin:0 0 0;transition:all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;z-index:1}
.banner2:after {border-left:1px solid #fff;border-right:1px solid #fff;bottom:12px;content:"";left:25px;opacity:0;position:absolute;right:25px;top:12px;transform:scale(1, 0);transform-origin:100% 0 0;transition:all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;z-index:1}
.banner2:hover:after, .banner2:hover:before{opacity:1;transform:scale(1)}
.banner2:hover img {opacity:0.8;transform:scale(1.05)}
.title{background:#e40046;padding:10px;font-size:20px;margin-bottom:15px;color:#fff!Important;}
.title ul {list-style:none;float:right;}
.title ul li {display:inline;font-size:16px;}
.title ul li a{font-size:12px;text-transform:uppercase;color:#e40046;}
.sub-title{background:#2e2d2d;padding:7px 0px 0px 15px;font-size:14px;margin-bottom:0px;color:#fff;min-height:35px;clear:both;}
.sub-title1{padding:0px 5px;margin-bottom:0px;color:#e40046;font-size:18px;}
.customNavigation {list-style:none;float:right;margin-right:20px;}
.customNavigation li {display:inline;}
.customNavigation a{display:block;float:left;margin-right:15px;background:#e40046;color:#afafaf;padding:0 10px;line-height:15px;cursor:pointer;font-size:14px;font-weight:400;margin-top:4px;color:#fff;border-radius:4px;}
#owl-demo1 .item{background:#3fbf79;padding:0px 0px;margin:5px;color:#FFF;}
#owl-demo2 .item{background:#3fbf79;padding:0px 0px;margin:5px;color:#FFF;}
#owl-demo3 .item{background:#3fbf79;padding:0px 0px;margin:5px;color:#FFF;}
.thumbnail .caption {width:86%;/*padding-top: 30px;*/bottom:20px;position:absolute;text-align:center;}
.thumbnail .caption h5 {display:-webkit-inline-box;line-height:18px;/*white-space:nowrap;*/}
.thumbnail {border:1px solid #f4f4f6;border-radius:0px;}
h5{margin-top:0px;margin-bottom:10px;}
.btn {border-radius:0px;border:1px solid #ccc;}
.custom-caption {background:rgba(0,0,0,.5);top:0px;left:0%;height:100%;width:50%;padding-top:50px;text-align:left;padding-left:15px;padding-right:15px;}
.blog{list-style:none;padding:0px;}
.product-list{list-style:none;padding:0px;}
.product-list li {display:inline-block;border-bottom:1px solid #f4f4f6;width:100%;padding-left:0px;margin-top:5px;}
.product-list aside{padding-top:15px;}
.product-listtopmobile{list-style:none;padding:0px;}
.product-listtopmobile li {display:inline-block;border-bottom:1px solid #f4f4f6;width:100%;padding-left:0px;margin-top:5px;background:#fff;}
.product-listtopmobile aside{padding-top:15px;}
.custom-thumbnail{border:1px solid #f4f4f6;border-radius:0px;float:left;height:100%!important;margin:10px;}
.MT0{margin-top:0px;}
.MB0{margin-bottom:0px;}
.footer {border-top:1px solid #f2f2f2;overflow:hidden;}
.footer h4{text-transform:uppercase;font-size:15px;font-weight:600;margin:15px 0 15px;}
.footer h5{ color:#434343!Important;font-size:13px;font-weight:600;margin:15px 0 10px;}
.footer a {font-size:14px;color:#999;text-transform:inherit;padding-bottom:10px;display:block;}
.footer p.small {color:#9a9a9a;font-size:13px;line-height:25px; text-align:justify;}
.footer a.inline {display:inline-block;}
.copyright{text-align:center;border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2;padding:20px;margin-top:10px;}
.bg-trans{background:transparent;}
.header-bg{background-color:#e40046!Important;padding:10px 0px;}
.top-bg{background-color:#c7003d;color:#fff;}
.form-control {-webkit-box-shadow:inset 0 0px 0px rgba(0,0,0,.075);box-shadow:inset 0 0px 0px rgba(0,0,0,.075);border-radius:0px;}
.search-input{background:#fff;border-radius:0px;border:1px solid #f2f2f2;/*padding:20px;*/border-radius:5px;}
.input-width{width:65%!Important;border-right:1px solid #565656;}
.input-width1{width:35%!Important;}
.MT8{margin-top:13px;}
.search-btn{padding:11px 19px;background:#101010;border:0px solid;color:#fff;border-top-right-radius:5px;border-bottom-right-radius:5px;}
.btn-product {color: #c7003d;background-color: transparent;border-color: transparent;border-top: 1px dotted red;border-bottom: 1px dotted red;padding: 0px 5px;}
.btn-product-primary {color:#337ab7;padding:0px 5px;background-color:transparent;border-color:transparent;border-top:1px dotted #337ab7;border-bottom:1px dotted #337ab7;/*margin-right: 10px;*/}
.btn-default:hover {color:#ccc;background-color:#fff;border-color:#ccc;}
.navbar-inverse {background-color:#565656;border-color:#565656;border-radius:0px;}
.navbar-inverse .navbar-nav>li>a {color:#fff;}
.navbar-inverse .navbar-nav>li>a:hover{color:#c7003d;}
.MB15{margin-bottom:15px;}
.panel-default {border-color:transparent;}
.panel {box-shadow:0 0px 0px rgba(0,0,0,.05);background:transparent;}
.panel-body {padding:0px;}
.panel-heading {border-bottom:1px solid transparent;border-top-left-radius:0px;border-top-right-radius:0px;}
.panel-default>.panel-heading {border-color: transparent;background: #E40048;}
.top-f{font-size: 20px;line-height: 0px;margin-top: 0px;position: relative;top: 2px;}
.icon-user{text-align:center;padding:11px 5px;background:#e40046;margin-top:13px;color:#fff;font-size:12px;text-transform:uppercase;border:1px solid #fff;border-radius:0px 7px 0px 7px;}
.icon-user:hover{background:#c7003d;cursor:pointer;text-decoration:none;text-align:center;padding:11px 5px;margin-top:13px;color:#fff;font-size:12px;text-transform:uppercase;border:1px solid #fff;border-radius:0px 7px 0px 7px;}
.icon-user a {color:#fff;text-decoration:none;}
.icon-user a :hover{text-decoration:none;}
.none-border{border:0px;}
.price{display:block;color:#e40046;font-weight:bold;padding-top:5px;}
.logo-box{background:#fff;padding:5px 10px;border-radius:5px;box-shadow:2px 3px 2px #c7003d;}
.input-group {position:relative;display:table;border-collapse:separate;box-shadow:2px 3px 2px #c7003d;border-radius:3px;}
.coupons{background:#fff;border-radius:5px;color:#000!Important;padding:8px 10px!Important;margin-top:11px!Important;}
.nav-tabs {border-bottom:0px solid #ddd;}
.nav-tabs>li>a i {font-size:15px;}
.nav-tabs>li>a {background:#c7003d;margin-left:10px;color:#fff!Important;padding:8px 10px;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {border:0px solid #ddd;padding:9px 15px;color:#fff!Important;border-bottom-left-radius:0px;border-bottom-right-radius:0px;}
.nav-tabs>li.active>a:focus{color:#000!Important;}
.nav-tabs>li.active a {color:#E40048!Important;}
.nav-tabs>li>a:hover {border-color:transparent;margin-left:10px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;}
.blog li {padding-right:10px;}
.blog li:hover {border:1px solid #f4f4f6;border-radius:5px;box-shadow:2px 2px 5px #565656;}
.compear{background:url(../images/phone.jpg) no-repeat;background-size:cover;margin-bottom:15px;padding:5px;}
.compear-penal, .compear-heading {background-color:transparent!Important;padding-bottom:15px;}
.compear-body{background-color:rgba(255, 255, 255, 0.9)!Important;padding:20px;margin-top:-15px;}
.compear-tab{margin-bottom:-4px;}
.navbar-form {padding:0px 5px;}
.most{background:#565656;color:#fff;border:1px solid #565656;}
.red-btn{background:#E40048;border:#E40048;color:#fff;}
.red-btn:hover{background:#000;border:#fff;color:#fff;}
.one-edge-shadow {-webkit-box-shadow:0 8px 6px -6px black;-moz-box-shadow:0 8px 6px -6px black;box-shadow:0 8px 6px -6px black;}
.box{padding:10px;background:#FFF;}
/*==================================================
* Effect 6
* ===============================================*/
.effect6{box-shadow:0 1px 4px rgba(0, 0, 0, 0.9), 0 0 40px rgba(0, 0, 0, 0.2) inset; border-radius:5px;}
.effect6:before, .effect6:after{content:"";z-index:-1;box-shadow:0 0 20px rgba(0,0,0,0.8);border-radius:100px / 10px;}
.box h3{text-align:center;position:relative;top:80px;}
.box {width:70%;height:200px;background:#FFF;margin:40px auto;}
/*==================================================
* Effect 8
* ===============================================*/
.effect8{position:relative;box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;}
.effect8:before, .effect8:after{content:"";position:absolute;z-index:-1;box-shadow:0 0 20px rgba(0,0,0,0.8);top:10px;bottom:10px;left:0;right:0;border-radius:100px / 10px;}
.effect8:after{right:10px;left:auto;transform:skew(8deg) rotate(3deg);}
.shadow-box{margin-bottom:15px; padding:10px; margin-top: 12px;background-color: #fff;border-radius: 2px;box-shadow: 0 2px 4px 0 rgba(0,0,0,.08); border:1px solid #e4e4e4; display: inline-block;width: 100%;}
.product-list li{margin-bottom:2px; padding:6.5px 10px 6.5px 10px; margin-top:0px;background-color: #fff;border-radius: 2px;box-shadow: 0 2px 4px 0 rgba(0,0,0,.08); border:1px solid #e4e4e4;}
.product-list li:hover{margin-bottom:2px; padding:6.5px 10px 6.5px 10px; margin-top: 0px;background-color: #fff;border-radius: 2px;box-shadow: 0 2px 4px 2px rgba(43,43,43,.09);border:1px solid #e4e4e4;}
.thumbnail {padding-top:6px;background-color: #fff; height:260px;border-radius: 2px;/*box-shadow: 0 2px 4px 0 rgba(0,0,0,.08); border:1px solid #e4e4e4;*/}
.thumbnail:hover {padding-top:6px;background-color: #fff;border-radius: 2px;/*box-shadow: 0 2px 4px 2px rgba(43,43,43,.09);border: 1px solid #e4e4e4;*/}
.thumbnail1 {padding: 0;background-color: #fff;border-radius: 2px;box-shadow: 0 2px 4px 0 rgba(0,0,0,.08); border:1px solid #e4e4e4;}
.blog li {display: inline-block;width:100%;margin-left:10px;background-color: #fff;border-radius:2px;box-shadow:0 2px 4px 0 rgba(0,0,0,.08); border:1px solid #e4e4e4; margin-bottom:15px;}
.blog li:hover {background-color: #fff;border-radius: 2px;box-shadow: 0 2px 4px 2px rgba(43,43,43,.09);border:1px solid #e4e4e4;}
.blog li:last-child {display: inline-block;border-bottom:0px solid #f4f4f6;width: 100%;padding-left:10px;}
.P15{padding: 15px !Important;}
aside{margin-left:10px;}
.MT15{margin-top:15px !Important;}
.MB15{margin-bottom:15px !Important;}
.P0{padding:0px !Important;}
.listing-panel{background: #ededed !Important; border-bottom: 0px solid red; color: #E40048 !Important; padding: 10px;}
.listing-body{padding:10px;}
.panel-default>.panel-heading+.panel-collapse>.panel-body {border-top-color: transparent;}
.accordion-toggle{font-size:14px; text-decoration: none;} .accordion-toggle:hover{font-size:14px; text-decoration: none;}
.list-group-item:first-child {margin-top: 0px; box-shadow: 0 0 0 0 transparent; padding: 0px; border: 0px; border-radius: 0px; font-size:12px;}
.list-group-item {margin-top:0px!Important;box-shadow:0 0 0 0 transparent !IMPORTANT;padding:3px 0px!IMPORTANT;border:0px !IMPORTANT;border-radius:0px !IMPORTANT;}
.list-group-item:hover {box-shadow:0 0 0 0 transparent !IMPORTANT;padding:3px 0px !IMPORTANT;border:0px !IMPORTANT;border-radius:0px !IMPORTANT;background-color:transparent !IMPORTANT;color:#e40046!Important;}
.width100per{width:100%;}
.input-group-list {box-shadow: 0px 0px 0px transparent; border-radius: 0px; }
.form-control-list {height: 25px;font-size: 12px !Important;padding: 6px 0px;border: 0px;border-bottom: 1px solid #ccc;}
.btn-list {padding: 2px 2px; background: transparent;border-bottom: 1px solid #ccc !Important; border:0px;}
.glyphicon-search{color:#ccc;}.badge{background:#ccc;}
.checkbox-inline, .radio-inline{font-size:12px;}
.tag{ display:inline-block;min-width:10px;padding:3px 7px;font-size:11px;font-weight:normal;line-height:1;color:#777;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#fff;border-radius: 3px; border:1px solid #ccc;margin-bottom:5px;}
.tag:hover{display:inline-block;min-width:10px;padding:3px 7px;font-size:11px;font-weight:normal;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#c7003d; border-radius:3px;border:1px solid #c7003d;}
.tag1{display:inline-block;min-width:10px;padding:5px 7px;font-size:12px;font-weight:normal;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#565656; border-radius:3px;border:1px solid #565656;margin-bottom:5px;}
.tag1:hover{ display: inline-block; min-width: 10px; padding: 5px 7px; font-size: 12px; font-weight: normal; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: middle; background-color: #c7003d; border-radius: 3px; border: 1px solid #c7003d; margin-bottom:5px;}
.gray-border{border: 1px solid #f3f3f3; padding: 5px; margin-bottom:10px!Important;height:190px;}
.M-auto{margin:auto;}
.category-count{ font-size: 12px; color: #e3e3e3;}
.category-count1{ font-size: 12px; color: #aaaaaa;}
.category-group{display: inline-flex; margin-left: 15px;}
.category-search{height: 25px;font-size: 12px !Important; background: transparent; padding: 6px 0px; border: 0px; border: 0px; border-left: 1px solid #f3f3f3; padding-left: 5px; }
.border-none{border: 0px!important;}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span { border-top-left-radius: 0px; border-bottom-left-radius: 0px; }
.pagination>li:first-child>a, .pagination>li:first-child>span { margin-left: 0; border-top-left-radius: 0px; border-bottom-left-radius: 0px;}
.pagination {margin: 0;}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {border-top-right-radius: 0px; border-bottom-right-radius: 0px;}
.pagination>li:last-child>a, .pagination>li:last-child>span { border-top-right-radius: 0px; border-bottom-right-radius: 0px;}
.pagination-sm>li>a, .pagination-sm>li>span { padding: 3px 8px; border-top: 0px; border-bottom: 0px;}
.gide-group{vertical-align: top;}
.btn-gide{ border-bottom: 0px; border-top: 0px; border-right: 0px; padding: 3px 8px;}
.product-listing{list-style:none; padding: 0px; margin-top: 10px;}
.product-listing li{display:inline; display: inline-block; padding-right: 5px;}
.product-listing li:last-child{display:inline; display: inline-block; padding-right: 0px;}
.listing-product-box{min-width: 199px; margin-bottom:0px;}
.listing-product-box1{min-width: 269px !IMPORTANT; margin-bottom:0px;}
.mini_description{list-style:none; padding:0px;}
.mini_description li {color: #999; font-size: 11px; display:block; padding-bottom: 3px;}
.add-com{background: #efefef; padding: 5px; color:#000;}
.MT10{margin-top:10px;}
.table>thead>tr>th {vertical-align: bottom;border-bottom: 0;background: #565656;color: #fff;font-size: 12px;}
.accordion-toggle {color: #565656!Important;}
.filter-select{display: inline;width: auto;border: 0px;vertical-align: top;padding: 3px 8px;height: 24px;}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {border-top-right-radius: 0;border-bottom-right-radius: 0;background: #d64444;color: #fff;border: 0px;}
.btn-default:hover {color: #fff;background-color: #b4043a;border-color: #b4043a;}
.pagination>li>a, .pagination>li>span {color: #000;background-color: #fff;border: 0px;}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {z-index: 2;color: #fff;background-color: #b10137;border-color: #b10137;}
.disply-block{display: block !important; padding-right: 0px !important; margin-bottom: 15px;}
.grid-left-box{display: inline-flex;box-shadow: 0 0px 0px 0 rgba(0,0,0,.08);border: 0px solid #e4e4e4;padding: 15px 0px;background: transparent; margin-bottom: 0px;margin-top: 5px;}
.grid-left-box:hover {display: inline-flex;box-shadow: 0 0px 0px 0 rgba(0,0,0,.08);border: 0px solid #e4e4e4;padding: 15px 0px;background: transparent;}
.grid-left-caption {background: transparent;padding-bottom: 0px;margin-left: 15px;}
.grid-left-caption h5{font-size: 20px;color: #e30047;}
.grid-right-box{ display:block;padding: 15px 0px;}
.grid-right-box h5{ font-size: 20px;font-weight: 600;color: #e30047;}
.cut-price{font-size: 14px;color: #999;text-decoration: line-through;padding-right: 10px;}
.offer-price{font-size: 12px;font-weight: 700;color: #ff5252;}
.MB0{margin-bottom:0px;}
.MB10{margin-bottom:10px;}
.rating{font-size: 11px;color: #e30047;padding-right: 5px;}
.thumbnails-vertical-container {float:left;display:inline-block;margin-bottom:10px;margin-right:10px;padding:0px;list-style:none;/*max-height:271px;overflow-y:scroll;*/}
.thumbnails-vertical-container li{width: 64px; height: 64px;box-shadow: 0 0px 0px 0 rgba(0,0,0,.08);border: 1px solid #f3f3f3;margin: 0px;border-radius: 0px;padding: 4px; margin-bottom:5px;}
.v-items{padding: 5px;width: 100%;height: 100%;position: relative;}
.v-items-img-box{padding: 5px;width: 100%;height: 100%;background-repeat: no-repeat;background-position: 50%;background-size: contain;}
.larg-box{cursor: crosshair;max-height:416px;max-width:310px;display: inline-block;vertical-align:top;padding-left:65px;}
.larg-box2{cursor: crosshair;max-height:300px;max-width:310px;display: inline-block;vertical-align:top;padding-left:35px;}
.details-btn {border: 0px;margin-top: 10px;display: inline-block;float: left;margin-right: 10px;}
.details-btn:last-child {border: 0px;margin-top: 10px;display: inline-block;float: left;margin-right: 0px;}
.more-store{color: #d64444;text-decoration: none;margin: 10px !IMPORTANT;display: inline-block;font-weight: bold;font-size: 13px;}
.social{background: #e3e3e3;padding: 10px;}
.social a{ color:#a8a8a8; padding-left:10px;}
.social a:hover{text-decoration:none; color:#e40046;}
hr {margin-top: 10px; margin-bottom: 10px;}
.gray-box{padding:10px; background:#f5f5f5; margin:10px 0px;}
.description{margin-bottom: 10px;}
.description h2{font-size:20px;margin:0px;padding-bottom:10px;color:#e40046;}
.description ul{list-style:none;padding:0px;margin-bottom:0px;text-align:left;}
.description ul li {color: #999; font-size: 12px; display:block; padding-bottom: 0px; line-height: 21px;}
.description-panel{background:#fff!IMPORTANT;border-top:1px solid #777777!IMPORTANT;border-bottom:1px solid #777777!IMPORTANT;padding:5px;}
.review-rating{background: #f0ad4e;border-radius: 6px;}
.vertical-carousel{}
.vertical-carousel h2{font-size:16px;padding:0px;margin:0px;padding-bottom:10px;font-weight:bold;text-transform:uppercase;color:#565656;}
.center-item{margin:auto;width:50%;}
.font-12{font-size:12px;text-align:center;}
.font-14{font-size:14px; color:#000;text-align:center;}
.MB10{margin-bottom:10px;}
.ML0{margin-left:0px;text-align:center;line-height:14px;padding-top:10px;}
.MT0{margin:0px 15px 0px 0px;}
.arrow-box {width: 8%;font-size: 10px;color: #565656; text-shadow: 0 1px 2px rgba(0,0,0,0); background-color:#fafafa;filter: alpha(opacity=100);opacity: 10;padding-top: 5px; margin-bottom:10px; bottom:93%;}
.arrow {background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%) !Important;}
.arrow-left{left:220px;}
.carousel-control:focus, .carousel-control:hover {/*background:#e30047;*/}
.fix-height{min-height:605px;}
.fix-height1{min-height:577px;}
.min-hight484{/*max-height: 484px;*/}
.min-hight756{/*min-height:756px;*/}
.dis-inher{display: inherit;}
.red-color{color:#d64444;}
.width48p{width:48%;margin:10px 0px 10px 5px;}
.MT5{margin-top:5px;}
.P-TB {padding: 19px 15px !IMPORTANT; }
.MTB15{margin-top: 15px; margin-bottom: 15px;}
.red-border {border: 1px solid red !Important; padding: 3px 5px; border-radius: 2px;}
.nav-left{margin-bottom: 0; padding-left: 0; list-style: none;}
.nav-left li, .nav-left li a { display: block; position: relative;}
.nav-left li a{color: #93a3b5; font-size: 14px; font-weight: 400; padding: 10px 15px;}
.nav-left li a:hover{text-decoration: none; color:#c7003d;}
.nav-left li a i {margin-right: 8px; font-size: 14px;}
.blue-btn{background-color:#2874f0;}
.graytitle{background: #dedede !Important;color: #000000; padding: 5px;}
.align-check{margin: 2px 0px; margin-left: -17px;}
.btn-danger {color: #fff; background-color: #d9534f; border-color: #d9534f;}
.margin0{margin:0px;}
.PT5{padding-top:5px;}
.PB85{padding-bottom:85px;}
.red-title {font-size: 17px;margin: 0px;padding: 0px;color: #e40046;display: initial;}
.title-inner {font-size: 25px;margin: 0px;padding: 0px;color: #e40046;margin-bottom:5px !Important;}
.gray-border1{border: 1px solid #cccccc;}
.com-bg {text-align: center; height:221px; background:url(../images/com-bg.png) #fff no-repeat center top;}
.com-left{float: right;padding-top: 39px;text-align: left;padding-left: 10px;}
.com-right{float: left;padding-top: 39px;text-align: left;padding-left: 10px;}
.ML50{margin-left:50px;} .MR50{margin-right:50px;}
.PB40{padding-bottom:39px;}
label {display: inline-block;max-width: 100%;margin-bottom: 2px;font-weight: normal;}
.categories-box{min-width: 205px;margin-bottom: 0px;}
.min-hight589{min-height: 589px;}
.productmobimleft{max-width:60px; max-height:60px; margin-right:20px;}
.productmobimleft2{max-width:60px!important;max-height:180px!important;padding-top:25px!important;}
.logocomleft{width:100px; height:50px; margin-right:10px;}
.productmobimlefttop{max-width:100px!important;max-height:150px!important;margin-right:20px;padding-top:34px;}
.overlay.menu-open{background-color: rgba(0, 0, 0, 0.5);height: 100%;position: fixed;width: 100%;z-index: 1;}
.nav .dropdown {z-index:2; }
.productmobimlefttopman{max-width:70px!important;max-height:170px!important;padding:10px 0px 20px 0px!important;}
.overlay.menu-open{background-color: rgba(0, 0, 0, 0.5);height: 100%;position: fixed;width: 100%;z-index: 1;}
.nav .dropdown {z-index:2;}
.table#specifications {border-spacing:13px;width:100%;}
#specifications .key {background:#f2f2f2;font-size:13px;font-weight:600;}
#specifications .key, #specifications .val {border: 1px solid #e6e6e6;font-family: arial;}
.table#specifications td {font-family: roboto;font-size: 13px;padding: 10px;}
td.key {width: 30%;}
.table#specifications {border-spacing:13px;width:100%;}
.table#specifications td {font-family:roboto;font-size:13px;padding:10px;}
#specifications .key, #specifications .val {border:1px solid #e6e6e6;font-family:arial;}
.bot-links {float:left;width:100%;padding-top:10px;}
.bot-links a {display:inline-block;padding:5px;background:#f2f2f2;font-size:14px;margin-bottom:5px;color:#9c9c9c;}
#specifications .key {background:#f2f2f2;font-size:13px;font-weight:600;}
#specifications .key {background:#f2f2f2;font-size:13px;font-weight:600;}
#specifications .key, #specifications .val {border:1px solid #e6e6e6;font-family:arial;}
table td, table th {padding:9px 10px;text-align:left;}
table#specifications th {background:#b6b6b6;font-size:13px;height:30px;padding:10px;width:100%;color:#fff;border:1px solid #b6b6b6;font-family:arial;}
.pull-rightcod{margin:0px; padding:0px;}
.appdow{border:1px solid #fff700;border-radius:0px 5px 0px 5px;}
.blogobigim{width:570px; height:488px!important;}
.thumbnailcoupons { text-align:center;padding:10px;background-color: #fff; max-height:160px;border-radius: 2px;/*box-shadow: 0 2px 4px 0 rgba(0,0,0,.08); border:1px solid #e4e4e4;*/}
.thumbnailcoupons:hover { text-align:center;padding:10px;background-color: #fff;border-radius: 2px;/*box-shadow: 0 2px 4px 2px rgba(43,43,43,.09);border: 1px solid #e4e4e4;*/}
.thumbnailcoupons2 {text-align:center;padding:10px;background-color:#fff;height:190px;border-radius:2px;/*box-shadow: 0 2px 4px 0 rgba(0,0,0,.08); border:1px solid #e4e4e4;*/}
.thumbnailcoupons2:hover {text-align:center;padding:10px;background-color:#fff;border-radius:2px;/*box-shadow: 0 2px 4px 2px rgba(43,43,43,.09);border: 1px solid #e4e4e4;*/}
.thumbnailcoupons3 {text-align:center;padding:10px;background-color:#fff;height:150px;border-radius:2px;/*box-shadow: 0 2px 4px 0 rgba(0,0,0,.08); border:1px solid #e4e4e4;*/}
.thumbnailcoupons3:hover {text-align:center;padding:10px;background-color:#fff;border-radius:2px;/*box-shadow: 0 2px 4px 2px rgba(43,43,43,.09);border: 1px solid #e4e4e4;*/}
.couponssitename{max-width:100px;max-height:100px;text-align:center;margin:auto;}
.couponscodename{position:absolute;bottom:20px;left:14px;}
.couponscodename2{position:absolute;bottom:20px;left:50px;}
.galleryproductimgnewui{max-height:100px;max-width:100px;border:5px solid #e2e2e2;margin:20px 0px 20px 0px;padding:5px;}
.bordertopproduct{border-top:1px solid #e8e8e8;width:96%!important;margin:10px 0px 10px 0px;}
.hidden-xs {display:block!important;}
#wrapper {min-height:100%;height:100%;position:absolute;top:0;left:0;}
#sidebar {position:relative;}
#product-left-fixed-menu {width:95%;height:100%;overflow:hidden;}
#product-left-fixed-menu>ul>li>a, #product-list-cat-menu ul li a, .all-category-menu li a, .btn-product a, .listing_category h5:hover, .new-coupon-hot-deals a, .product-detail-price-alert:hover, .product-title a, .sdsreadMore .comment a, .set-price-alert-submit, .vendor-logo h5, .view-offer a, header nav ul li a {text-decoration:none}
#tab-related-article .blogTitle {display:block;font-size:14px}
#tab-related-article .blogImage {float:left;margin-right:10px}
#tab-related-article .info {color:#888;font-size:11px;font-style:italic;margin-right:8px}
#tab-related-article img {padding:3px}
#tab-related-article p {margin:0}
.blogCol2 .sdsarticleCat {float:left;margin:0;padding:1% 2%;width:46%}
.blogCol3 .sdsarticleCat {float:left;padding:.5% 1%;width:31%}
.blogCol4 .sdsarticleCat {float:left;margin:0;padding:.5% 1%;width:23%}
.blogCol4 .sdsarticleHeader {margin:8px 0}
#sdsblogCategory .imageFeatured, .imageContent {background:#F4F4F4;border:1px solid #E4E4E4;margin:0 10px 10px 0;padding:4px}
.blogCol4 .sdsarticleHeader h3, .blogCol4 .sdsarticleHeader h3 a {font-size:20px!important}
.blogCol4 .sdsarticleHeader span {display:none;visibility:hidden}
.blogCol3 .sdsarticleHeader h2, .blogCol3 .sdsarticleHeader h2 a {font-size:21px!important;line-height:24px}
.blogCol4 .sdsarticleHeader h2, .blogCol4 .sdsarticleHeader h2 a {font-size:16px!important;line-height:19px}
.sdsarticle-des p, .sdsarticleHeader span {font-size:12px;line-height:18px}
.blogCol4 .comment, .blogCol4 .comment a {display:none}
#sdsblogCategory .imageFeatured {float:left;max-width:98.5%}
#sdsblogArticle p, #sdsblogCategory p {line-height:18px;margin-bottom:10px}
.sdsarticle-des {margin:10px 0}
.sdsarticle-des p {padding-bottom:0}
.sdsarticle-des ol {list-style-type:none}
.sdsreadMore .more a {float:right;padding:0 10px;font-weight:700}
fieldset.account_creation {background:#F8F8F8;padding:0 0 15px}
.comment-reply-title {margin:10px;font-size:18px}
.account_creation label {width:16%}
.account_creation p.text {margin:10px;padding-bottom:10px;color:#313131}
.account_creation p.text input {border:1px solid #CCC;color:#666;font-size:12px;height:22px;padding:0 5px}
.post-page .results {float:right;margin-top:30px}
.paddleftreleted {padding-left:34px}
.sdsbox-content .fullwidthreleted {width:100%}
.sdstitle_block {background:#F6F6F6;border-top:5px solid #333;color:#555454;font:600 18px/22px "Open Sans", sans-serif;margin-bottom:20px;padding:14px 5px 17px 20px;text-transform:uppercase}
.sdstitle_block .all_news {float:right;font-size:10px}
.sdsbox-content .popularArticles li a, .sdsbox-content .recentArticles li a, .sdsbox-content .recentComments li a, .sdsbox-content ul li a {font-size:12px}
.sdsblog-box-content {padding-top:10px}
.sdsbox-content ul {list-style-type:none;margin-left:5px;margin-bottom:0}
.sdsbox-content ul li {padding:6px 0;border-bottom:1px dotted #ccc}
.sdsbox-content .recentComments li {padding:6px 0;border-bottom:1px dotted #ccc;display:inline-block;width:100%}
.sdsbox-content .recentComments li a img {float:left}
.sdsbox-content .popularArticles li {padding:6px 0;display:inline-block;border-bottom:1px dotted #ccc!important;width:100%}
.sdsbox-content .popularArticles li .image {float:left;display:inline-flex;width:65px;height:45px;margin:0 5px 5px}
.sdsbox-content .recentArticles li {padding:6px 0;border-bottom:1px dotted #ccc!important;display:inline-block;width:100%}
.sdsbox-content .recentArticles li .image {float:left;display:inline-flex;width:65px;height:45px;margin:5px}
.blogTags .sdsbox-content {margin-bottom:10px}
.blogTags .sdsbox-content a {line-height:1.5em;margin:0 .1em;padding:5px;font-weight:700;font-size:12px}
.item, .item-footer {margin-left:5px}
.smartblock {margin-bottom:20px}
.bloggrid {border:1px solid #E3E3E3;float:left;margin:5px;width:46%}
#sds_blog_post .sds_post_title {background:0 0;border:none;font-size:14px;padding:0;content:none!important}
#sdssearch_block_top {padding-top:0}
#sdssearch_block_top #searchbox {float:left;width:100%}
#sdssearch_block_top .btn.button-search {background:#333;display:block;position:absolute;top:0;right:0;border:none;color:#fff;width:50px;text-align:center;padding:10px 0 11px}
#sdssearch_block_top .btn.button-search span {display:none}
#sdssearch_block_top .btn.button-search:before {content:"\f002";display:block;font-family:FontAwesome;font-size:17px;width:100%;text-align:center}
#sdssearch_block_top .btn.button-search:hover {color:#6f6f6f}
#sdssearch_block_top #search_query_top {display:inline;padding:0 13px;height:45px;line-height:45px;background:#fbfbfb;margin-right:1px}
.ac_results, .ac_results li.ac_odd {background:#fff}
.ac_results {border:1px solid #d6d4d4;width:271px;margin-top:-1px}
.cate_image_bg, .hot_deals_product {margin-top:10px}
.ac_results li {padding:0 10px;font-weight:400;color:#686666;font-size:13px;line-height:22px}
.ac_results li.ac_over, .ac_results li:hover {background:#fbfbfb}
form#searchbox {position:relative}
form#searchbox label {color:#333}
form#searchbox input#search_query_block {margin-right:10px;max-width:222px;margin-bottom:10px;display:inline-block;float:left}
form#searchbox .button.button-small {float:left}
form#searchbox .button.button-small i {margin-right:0}
.smartblogcomments .success {background-color:#DFF0D8;color:#3C763D;border:1px solid transparent;border-radius:4px;margin-bottom:20px;padding:15px}
.smartblogcomments .warning {background-color:#F2DEDE;color:#A94442;border:1px solid transparent;border-radius:4px;margin-bottom:20px;padding:15px}
.pos_logo {overflow:hidden;width:1200px}
.postabcateslider.block_product.postabcateslider1 .title_block {border-color:#d70d00}
.postabcateslider.block_product.postabcateslider1 .cate_title ul li.active, .postabcateslider.block_product.postabcateslider1 .title_block h3 {background:#d70d00}
.postabcateslider.block_product.postabcateslider2 .title_block {border-color:#55a3c0}
.postabcateslider.block_product.postabcateslider2 .title_block h3 {background:#55a3c0}
.postabcateslider.block_product.postabcateslider2 .cate_title ul li.active {background:#68adc7}
.postabcateslider.block_product.postabcateslider3 .title_block {border-color:#84993a}
.postabcateslider.block_product.postabcateslider3 .title_block h3 {background:#84993a}
.postabcateslider.block_product.postabcateslider3 .cate_title ul li.active {background:#94ab41}
.oneline {display:block;word-wrap:break-word;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
#product-list-cat-menu ul li, #wrapper, header hgroup, header nav, header nav ul li {display:inline-block}
#main, #main-wrapper {overflow-y:auto;height:100%}
.postabcateslider.block_product.postabcateslider4 .title_block {border-color:#f691b1}
.postabcateslider.block_product.postabcateslider4 .title_block h3 {background:#f691b1}
.postabcateslider.block_product.postabcateslider4 .cate_title ul li.active {background:#f8a9c2}
.cate_image_bg {float:left}
header {background:#fff;padding:0;border-top:3px solid #d70d00}
header nav {float:right}
header nav ul li {border-right:1px solid #B90D00}
header nav ul li:last-child {border-right:none}
header nav ul li a {color:#fff;text-transform:uppercase;font-family:arial;font-size:15px;line-height:80px;height:80px;padding:0 10px}
#product-list-cat-menu ul li a:hover, .all-category-menu li a:hover {color:#d70c00}
.fixed {position:fixed;top:-206px;left:0;right:0;z-index:999!important;transition:.4s top cubic-bezier(.3, .73, .3, .74)}
.fixed.slideDown {top:0;background:#f2f2f2;box-shadow:0 3px 5px 0 rgba(0, 0, 0, .15)}
.aap-icons {margin-top:-8px}
.indiashopps-logo {margin:5px}
.product-item-img {max-height:150px;width:auto;padding:10px}
.item-footer {border-bottom:1px solid #ddd;padding:5px}
.pos-logo-slide {float:left;width:136px;margin-left:10px;margin-top:4px;border:1px solid #ddd}
.hot-deals-ads {margin-top:10px;border:1px solid #ddd;width:270px}
.all-category-bg {background:#f9f9f7}
.all-category-heading {font-size:17px;border-bottom:1px solid #ddd;padding:10px;color:#d70c00}
.all-category-menu li {
padding:3px 3px 3px 10px
}
.all-category-menu li a {
font-size:14px
}
.carousel-indicators .active {
background-color:#2980b9
}
.carousel-inner img {
max-height:auto
}
.carousel-control {
width:0
}
#product-list-cat-menu ul li a:hover:before, #wrapper {
width:100%
}
.carousel-control.left, .carousel-control.right {
opacity:1;
filter:alpha(opacity=100);
background-image:none;
background-repeat:no-repeat;
text-shadow:none
}
.carousel-control.left span, .carousel-control.right span {
padding:15px;
/*background-color:#000*/
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
position:absolute;
top:45%;
z-index:5;
display:inline-block
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
left:60px;}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
right:60px;}
.carousel-control.left span:hover, .carousel-control.right span:hover {
opacity:.7;
filter:alpha(opacity=70)
}
.listing_category_heading {
color:#d70d00;
margin-top:20px
}
.listing_category img {
margin-left:40px
}
.listing_category h5 {
text-align:center;
font-size:15px
}
.listing_category h5:hover {
color:#d70d00
}
#wrapper {
min-height:100%;
height:100%;
position:absolute;
top:0;
left:0
}
#sidebar-wrapper.sticky {
margin-top:-60px;
-webkit-transition:.7s ease;
height:100%;
-o-transition:.7s ease;
transition:.7s ease;
position:fixed
}
#sidebar-wrapper.smooth {
-webkit-transition:all 1s ease-in-out;
-moz-transition:all 1s ease-in-out;
-o-transition:all 1s ease-in-out;
-ms-transition:all 1s ease-in-out;
transition:all 1s ease-in-out
}
#main-wrapper {
padding:190px 0 0
}
#main {
position:relative;
padding:0 15px
}
#sidebar-wrapper {
height:100%;
padding:0;
width:270px
}
#sidebar {
position:relative
}
#scroller1 {
width:285px;
overflow:auto
}
#sidebar .list-group-item {
border-radius:0;
border-left:0;
border-right:0;
border-top:0
}
@media (min-width:992px) {
#main-wrapper {
float:right
}
}
@media (max-width:992px) {
#main-wrapper, body {
padding-top:0
}
#sidebar-wrapper {
position:static;
height:auto;
max-height:300px;
border-right:0
}
#scroller1 {
width:175px;
height:680px;
overflow:auto
}
}
#product-list-cat-menu {
background:#f2f2f2;
width:auto;
margin-top:10px
}
#product-list-cat-menu ul {
list-style:none;
margin:0;
padding:0;
line-height:1;
display:block;
zoom:1
}
#product-list-cat-menu ul:after {
content:" ";
display:block;
font-size:0;
height:0;
clear:both;
visibility:hidden
}
#product-list-cat-menu ul li a, #product-list-cat-menu ul li a h4 {
font-family:'Open Sans', sans-serif;
font-size:13px;
font-weight:600
}
#product-list-cat-menu ul li {
padding:0;
margin:0
}
#product-list-cat-menu.align-right ul li {
float:right
}
#product-list-cat-menu.align-center ul {
text-align:center
}
#product-list-cat-menu ul li a {
color:#333;
display:block;
padding:15px 25px;
position:relative;
-webkit-transition:color .25s;
-moz-transition:color .25s;
-ms-transition:color .25s;
-o-transition:color .25s;
transition:color .25s
}
#product-list-cat-menu ul li a h4 {
margin:0
}
#product-list-cat-menu ul li a:after {
content:"";
display:block;
position:absolute;
right:-3px;
top:19px;
height:6px;
width:6px;
background:#333;
opacity:.5
}
#product-list-cat-menu ul li a:before {
content:"";
display:block;
position:absolute;
left:0;
bottom:0;
height:3px;
width:0;
background:#d70c00;
-webkit-transition:width .25s;
-moz-transition:width .25s;
-ms-transition:width .25s;
-o-transition:width .25s;
transition:width .25s
}
#product-list-cat-menu ul li.last>a:after, #product-list-cat-menu ul li:last-child>a:after {
display:none
}
#product-list-cat-menu ul li.active a {
color:#333
}
#product-list-cat-menu ul li.active a:before {
width:100%
}
#product-list-cat-menu.align-right li.last>a:after, #product-list-cat-menu.align-right li:last-child>a:after {
display:block
}
#product-left-fixed-menu ul ul ul, #product-list-cat-menu.align-right li:first-child a:after {
display:none
}
.sort-by {
margin-left:10px
}
@media screen and (max-width:768px) {
#product-list-cat-menu ul li {
float:none;
display:block
}
#product-list-cat-menu ul li a {
width:100%;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
border-bottom:1px solid #fb998c
}
#product-list-cat-menu ul li.last>a, #product-list-cat-menu ul li:last-child>a {
border:0
}
#product-list-cat-menu ul li a:after, #product-list-cat-menu ul li a:before {
display:none
}
}
#product-left-fixed-menu, #product-left-fixed-menu ul, #product-left-fixed-menu ul li, #product-left-fixed-menu ul li a {
margin:0;
padding:0;
border:0;
list-style:none;
line-height:1;
display:block;
position:relative;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}
#product-left-fixed-menu {
font-family:Raleway, sans-serif;
color:#000
}
#product-left-fixed-menu>ul>li.active>ul {
display:block
}
.align-right {
float:right
}
#product-left-fixed-menu>ul>li>a {
padding:10px;
cursor:pointer;
z-index:2;
font-size:16px;
color:#000;
background:#f2f2f2;
-webkit-transition:color .2s ease;
-o-transition:color .2s ease;
transition:color .2s ease;
border-bottom:1px solid #ddd
}
#product-left-fixed-menu ul ul li a:hover, #product-left-fixed-menu>ul>li>a:hover {
color:#d70c00
}
#product-left-fixed-menu ul>li.has-sub>a:after {
position:absolute;
right:26px;
top:13px;
z-index:5;
display:block;
height:10px;
width:2px;
background:#000;
content:"";
-webkit-transition:all .1s ease-out;
-moz-transition:all .1s ease-out;
-ms-transition:all .1s ease-out;
-o-transition:all .1s ease-out;
transition:all .1s ease-out
}
#product-left-fixed-menu ul>li.has-sub>a:before {
position:absolute;
right:22px;
top:17px;
display:block;
width:10px;
height:2px;
background:#000;
content:"";
-webkit-transition:all .1s ease-out;
-moz-transition:all .1s ease-out;
-ms-transition:all .1s ease-out;
-o-transition:all .1s ease-out;
transition:all .1s ease-out
}
#product-left-fixed-menu ul>li.has-sub.open>a:after, #product-left-fixed-menu ul>li.has-sub.open>a:before {
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg)
}
#product-left-fixed-menu ul ul li a {
padding:10px 5px;
cursor:pointer;
z-index:2;
font-size:14px;
text-decoration:none;
color:#777;
background:#fff;
-webkit-transition:color .2s ease;
-o-transition:color .2s ease;
transition:color .2s ease
}
#product-left-fixed-menu ul ul ul li a {
padding-left:15px;
font-size:13px
}
#product-left-fixed-menu ul ul>li.has-sub>a:after {
top:16px;
right:26px;
background:#ddd
}
#product-left-fixed-menu ul ul>li.has-sub>a:before {
top:20px;
background:#ddd
}
#custom-search-input {
padding:3px;
border:1px solid #E4E4E4;
border-radius:0;
background-color:#fff;
margin:10px 10px 10px 0
}
#custom-search-input input {
border:0;
box-shadow:none
}
#custom-search-input button {
margin:2px 0 0;
background:0 0;
box-shadow:none;
border:0;
color:#666;
padding:0 8px 0 10px;
border-left:solid 1px #ccc
}
.product-detail-content-bg, .product-detail-recently-view-bg {
background:#fff;
padding:10px
}
#custom-search-input button:hover {
border:0;
box-shadow:none;
border-left:solid 1px #ccc
}
#custom-search-input .glyphicon-search {
font-size:20px;
color:#ddd
}
.product-item {
height:400px;
margin:10px;
border:none;
border:1px solid #eee
}
.product-item .product-img-fix {
height:180px
}
.product-item:hover {
border:1px solid #ccc
}
.product-item img {
max-width:auto;
max-height:160px
}
.product-disc {
margin:0;
border:none
}
.ad-to-compare, .wishlist-icon i {
margin-top:10px
}
.lowest_price, .product-detail-price-alert-hd {
margin-bottom:20px
}
.product-title {
color:#212121;
font-size:13px;
line-height:18px;
max-height:36px;
overflow:hidden;
text-overflow:ellipsis;
font-family:roboto
}
.btn-product {
font-size:14px;
font-family:Verdana
}
.ad-to-compare {
font-size:12px;
color:#000;
font-family:Verdana;
margin-left:30px
}
.wishlist-icon {
background:#fff;
border:1px solid #e2e2e2;
border-radius:50%;
color:#c3c3c3;
cursor:pointer;
display:inline-block;
height:35px;
text-align:center;
margin-left:20px;
width:35px
}
.product-detail-tag-line {
font-size:15px;
margin-top:20px
}
.product-detail-content-bg {
box-shadow:0 1px 1px rgba(0, 0, 0, .05)
}
.product-detail-content-bg h4 {
font-size:17px;
color:#d70d00
}
.product-detail-price-alert {
font-size:14px
}
.product-detail-price-alert:hover {
color:#d70d00
}
.lowest_price {
font-size:18px;
color:#d70d00
}
#sync1 .item, #sync2 .item {
color:#FFF;
background:#fff;
text-align:center
}
.product-detail-price {
font-size:22px
}
.vendor-links {
margin-top:30px
}
.vendor-links img {
border:1px solid #ddd
}
.vendor-links button {
font-size:15px
}
#sync1 .item {
height:480px;
border:none;
border-radius:0;
box-shadow:0 1px 1px rgba(0, 0, 0, .05)
}
#sync1 .item img {
max-height:460px;
max-width:auto;
padding:10px
}
#sync2 .item {
padding:5px 0;
margin:5px;
cursor:pointer;
height:70px
}
#sync2 .item h1 {
font-size:18px
}
#sync2 .synced .item {
background:#fff
}
.product-details-small-slider {
max-height:60px;
max-width:100%
}
.recent-view-heading {
color:#fff;
background-color:#d9534f;
border-color:#ddd;
padding:3px 3px 3px 10px
}
.product-wrapper {
border-bottom:dotted 1px #ddd;
padding:5px
}
.recent-view-title {
height:29px;
overflow:hidden
}
.compare-img {
max-height:100px;
width:auto
}
.morecontent span {
display:none
}
.gallery, .mini-list-group {
display:inline-block
}
.comment {
background-color:#f9f9f7;
margin:10px 0;
padding:10px;
font-size:14px;
border:1px dotted #ddd
}
.gallery {
margin-top:10px;
width:100%
}
.mini-gallery {
padding-left:0
}
.thumbnail-product {
border:none
}
.filtter-bottom {
position:fixed;
bottom:0;
width:100%;
background-color:#fff;
color:#000;
z-index:999
}
.mini-submenu {
display:none;
background-color:#ddd;
padding:5px;
text-align:center;
width:100%
}
.mini-submenu:hover {
cursor:pointer
}
.mini-submenu .icon-bar {
border-radius:1px;
display:block;
height:2px;
width:22px;
margin-top:3px;
background-color:#000
}
#slide-submenu {
display:inline-block;
padding:0 8px;
cursor:pointer
}
.filter-product-page-tab-left {
background-color:#ddd
}
.filter-product-page-tab-right {
background-color:#fff
}
.list-group-item-filter {
background-color:#d70d00;
color:#fff;
border:none;
height:40px
}
.felter-heading {
color:#6f6f6f;
font-size:18px;
font-family:monospace
}
.mobile-detail {
border:1px solid #ddd
}
.mobile-detail-tabs {
margin-top:10px
}
.mobile-detail-tabs ul {
background:#f2f2f2
}
.mobile-detail-tabs ul li a {
border-bottom:1px solid #eee;
font-size:14px;
font-weight:600
}
.mobile-detail-tabs ul li a:hover {
background:#d70d00;
color:#fff
}
.table-panel {
margin:0
}
table#specifications {
border-spacing:13px;
width:100%
}
table#specifications td {
font-family:roboto;
font-size:13px;
padding:10px
}
table#specifications th {
background:#b6b6b6;
font-size:13px;
height:30px;
padding:10px;
width:100%;
color:#fff;
border:1px solid #b6b6b6;
font-family:arial
}
.check-icon {
color:#1b926c
}
.set-price-alert {
border-radius:0;
margin-top:50%;
width:400px
}
.set-price-alert-submit {
font-size:15px
}
.set-price-alert-header {
background:#d70d00;
color:#fff
}
.email-heading {
font-size:15px;
color:#999
}
.profile-sidebar {
background:#fff
}
.profile-usermenu ul li a {
color:#93a3b5;
font-size:14px;
font-weight:400
}
.profile-usermenu ul li a i {
margin-right:8px;
font-size:14px
}
.profile-usermenu ul li a:hover {
background-color:#fafcfd;
color:#000
}
.new-coupon-bg, .vendor-logo {
background-color:#fff
}
.vendor-logo h5 {
font-size:18px;
padding:10px;
color:#d70d00
}
.vendor-logo img {
width:120px;
padding:5px;
margin:10px;
border:1px solid #ddd
}
.new-coupon-slider-icon {
margin-top:20px;
margin-left:-10px
}
.new-coupon-pro img {
padding:15px
}
.new-coupon-pro-slider-mr {
margin-top:0
}
.new-coupon-hot-deals {
height:40px;
overflow:hidden
}
.new-coupon-hot-deals a {
color:#d70d00;
font-size:15px
}
.new-coupon-hot-deals-mini-text {
height:34px;
overflow:hidden;
font-size:11px
}
.coupon_list_left-bar {
background-color:#f2f2f2;
color:#000;
padding:10px
}
.coupon_list_profile {
background-color:#fff;
height:110px;
width:130px;
margin-top:-63px;
position:relative;
margin-left:20px;
border:1px solid #ddd
}
.coupon_list_profile-heading {
margin-left:20px;
margin-top:2px
}
.coupon_list_profile img {
padding-top:30px
}
.coupon-list-panel, .offer-type {
border:none
}
.coupon-list-panel:hover {
-webkit-box-shadow:0 0 5px 0 rgba(0, 0, 0, .09);
-moz-box-shadow:0 0 5px 0 rgba(0, 0, 0, .09);
box-shadow:0 0 5px 0 rgba(0, 0, 0, .09)
}
.coupon-list-panel-logo {
border:1px solid #ddd;
margin:10px;
height:auto;
padding:5px;
width:120px
}
.coupon-list-panel-heading {
color:#d70d00;
font-size:17px
}
.coupon-list-panel-content {
margin:10px
}
.coupon-details-content {
font-size:14px;
padding:12px;
text-align:justify
}
.coupon-details-code {
font-weight:700;
color:#fff;
background:green;
padding:9px 45px;
font-family:roboto;
width:240px;
text-align:center
}
.coupon-details-logo {
margin-left:150px
}
.coupon-detail-bg {
background-color:#f9f9f7;
margin:10px;
padding:10px;
border:1px dotted #ddd;
width:300px
}
.view-offer {
margin-top:15px
}
.view-offer a {
color:#fff
}
/*.overlay {
position:fixed;
width:100%;
height:100%;
background:rgba(215, 13, 0, .3);
left:0;
top:0;
z-index:99
}*/
.center {
position:absolute;
height:50px;
top:50%;
left:50%;
margin-left:-50px;
margin-top:-25px
}
? .overlay .loader {
height:20px;
width:250px
}
.overlay .loader--dot {
animation-name:loader;
animation-timing-function:ease-in-out;
animation-duration:3s;
animation-iteration-count:infinite;
height:20px;
width:20px;
border-radius:100%;
background-color:#000;
position:absolute;
border:2px solid #fff
}
.overlay .loader--dot:first-child {
background-color:#8cc759;
animation-delay:.5s
}
.overlay .loader--dot:nth-child(2) {
background-color:#8c6daf;
animation-delay:.4s
}
.overlay .loader--dot:nth-child(3) {
background-color:#ef5d74;
animation-delay:.3s
}
.overlay .loader--dot:nth-child(4) {
background-color:#f9a74b;
animation-delay:.2s
}
.overlay .loader--dot:nth-child(5) {
background-color:#60beeb;
animation-delay:.1s
}
.overlay .loader--dot:nth-child(6) {
background-color:#fbef5a;
animation-delay:0s
}
@keyframes loader {
15%, 95% {
transform:translateX(0)
}
45%, 65% {
transform:translateX(230px)
}
}
.wishlist-icon:hover {
box-shadow:3px 5px 17px rgba(215, 13, 0, .3);
-webkit-box-shadow:3px 5px 17px rgba(215, 13, 0, .3)
}
.separator {
margin-top:9px;
margin-bottom:7px
}
.mini_description li {
color:#999;
font-size:11px
}
.mini_description i {
font-size:7px;
color:#999
}
.recent-view-marquee {
border:none;
height:370px;
overflow:hidden
}
.product-img-fix {
height:200px
}
.product-items img {
max-height:180px
}
.product-items {
height:300px
}
.morelink {
color:#d70d00;
text-decoration:underline
}
.bot-links a, .trending-title a {
text-decoration:none
}
.buy_now {
margin-left:19px
}
.filter-heading {
background:#f2f2f2;
border:none
}
.coupon-listing-vendor-logo {
padding:5px;
border:1px solid #ddd;
margin-top:20px
}
.new-product-img-resize {
width:auto;
height:100px
}
.hot-deals-heading-text {
height:20px;
overflow:hidden;
width:110px
}
.store_color {
border:1px solid #333;
display:inline-block;
height:14px;
vertical-align:text-bottom;
width:14px;
border-radius:50%;
margin:0 10px
}
.store_color.gold {
background-color:gold
}
.store_color.silver {
background-color:silver
}
.store_color.grey {
background-color:grey
}
.store_color.white {
background-color:#fff
}
.store_color.black {
background-color:#000
}
.store_color.pink {
background-color:pink
}
.store_color.beige {
background-color:beige
}
.store_color.blue {
background-color:#00F
}
.store_color.red {
background-color:red
}
.store_color.green {
background-color:green
}
.store_color.purple {
background-color:purple
}
.store_color.bronze {
background-color:#CD7F32
}
.store_color.orange {
background-color:orange
}
.store_color.steel {
background-color:#e8e9e5
}
.store_color.yellow {
background-color:#FF0
}
.store_color.brown {
background-color:brown
}
.store_color.titanium {
background-color:#6a696f
}
.store_color.violet {
background-color:violet
}
.store_color.platinum {
background-color:#E5E4E2
}
.store_color.cobalt {
background-color:#0047ab
}
.store_color.cyan {
background-color:#0FF
}
.comment label {
margin-right:10px
}
.comment label:after {
content:":"
}
.app-popup-window {
border-radius:8px;
background:#deba04;
border:1px solid #6c5a02
}
.app-popup-window-close {
margin-top:-14px;
color:red;
font-size:29px;
border-radius:50%;
height:30px;
width:30px;
border:1px solid #000
}
.modal-title {
font-size:16px;
font-weight:600
}
.modal-header-popup {
border-bottom:1px solid #d8b212
}
.modal-title1 {
font-size:17px;
color:#c00
}
.modal-footer-button, .modal-footer-button-later {
color:#fff;
padding-left:20px;
padding-right:20px;
font-size:13px;
font-weight:700
}
.modal-footer {
border-top:1px solid #d8b212
}
.modal-footer-button {
border-radius:0;
background:#4d9b0e;
border:none
}
.modal-footer-button-later {
border-radius:0;
background:#d70d00;
border:none
}
#myModal .modal-dialog {
z-index:101
}
#myModal .modal-dialog .modal-content .modal-header-popup h4, .modal-body .modal-title {
color:#000
}
.modal-backdrop {
opacity:.5
}
#more-prices .panel-body {
overflow:auto;
width:100%!important
}
.product-details-small-slider {
width:100%;
padding:5px
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.product-details-small-slider {
width:auto!important
}
}
.extension_bg {
background:#d70d00
}
.extension_icon {
float:left;
margin-top:-20px
}
.extension_heading {
color:#fff;
font-family:Helvetica;
font-size:17px;
margin:14px;
float:left
}
.extension-close {
margin-top:14px
}
.extension-add-button {
background:#000;
border:none;
border-radius:3px;
margin-top:6px;
color:#fff;
font-size:15px;
padding:10px
}
.extension-add-button:hover {
background:#f2f2f2;
color:#000
}
#extension-install .navbar-fixed-bottom {
bottom:-75px;
-moz-transition-duration:.5s;
-webkit-transition-duration:.5s;
-o-transition-duration:.5s;
transition-duration:.5s;
-moz-transition-timing-function:cubic-bezier(0, 1, .5, 1);
-webkit-transition-timing-function:cubic-bezier(0, 1, .5, 1);
-o-transition-timing-function:cubic-bezier(0, 1, .5, 1);
transition-timing-function:cubic-bezier(0, 1, .5, 1)
}
#extension-install .navbar-fixed-bottom.open {
bottom:0;
-moz-transition-duration:.3s;
-webkit-transition-duration:.5s;
-o-transition-duration:.5s;
transition-duration:.5s;
-moz-transition-timing-function:ease-in;
-webkit-transition-timing-function:ease-in;
-o-transition-timing-function:ease-in;
transition-timing-function:ease-in
}
.slider_form_bg_img {
background-image:url(../../images/v1/form_img.jpg);
height:340px
}
.slider_form_bg {
background:rgba(0, 0, 0, .3);
height:100%
}
.slider_form {
padding-top:5%
}
.slider_form_button {
padding-left:35px;
padding-right:35px;
border-radius:2px;
margin-top:35px
}
.slider_form_heading {
color:#fff;
font-size:21px;
padding:10px;
text-align:center;
z-index:999;
line-height:28px
}
.slider_form_button_bottom {
background:#000;
margin-top:20%;
text-align:center;
padding:10px
}
.slider_form_button_bottom a {
font-size:17px;
color:#fff;
text-decoration:none
}
.slider_form .compare_mobiles option {
background:#fff;
padding:5px
}
.most_compare_pro_bg {
background:#fff;
padding:10px;
-webkit-box-shadow:0 0 5px 0 rgba(0, 0, 0, .06);
-moz-box-shadow:0 0 5px 0 rgba(0, 0, 0, .06);
box-shadow:0 0 5px 0 rgba(0, 0, 0, .06);
min-height:100px
}
.most_compare_pro_heading {
font-size:17px;
position:relative;
top:26px
}
.most_compare_pro_heading_vs {
font-size:12px;
color:#d70d00
}
.most_compare_pro_img {
height:100%;
left:0;
top:0;
width:100%
}
@media (max-width:360px) {
.hidden-xxs {
display:none!important
}
.most_compare_pro_heading {
top:0
}
}
.select_size_btn {
border:1px dotted #d8d8d8;
padding:10px
}
#specifications .key, #specifications .val {
border:1px solid #e6e6e6;
font-family:arial
}
.bot-links {
float:left;
width:100%;
padding-top:10px
}
.bot-links a {
display:inline-block;
padding:5px;
background:#f2f2f2;
font-size:14px;
margin-bottom:5px;
color:#9c9c9c
}
#specifications .key {
background:#f2f2f2;
font-size:13px;
font-weight:600
}
@media only screen and (max-width:768px) {
.slider_form_bg_img {
background-image:url(../../images/v1/form_img.jpg);
height:210px
}
}
@media only screen and (max-width:980px) {
.slider_form_bg_img {
background-image:url(../../images/v1/form_img.jpg);
height:210px
}
}
.nano {
position:relative;
width:100%;
height:120px;
overflow:hidden
}
.nano>.nano-content, .nano>.nano-pane {
position:absolute;
right:0;
top:0;
bottom:0
}
.nano>.nano-content {
overflow:scroll;
overflow-x:hidden;
left:0
}
.nano>.nano-content::-webkit-scrollbar {
display:none
}
.nano>.nano-pane {
width:10px;
visibility:hidden\9;
opacity:.01;
-webkit-transition:.2s;
-moz-transition:.2s;
-o-transition:.2s;
transition:.2s;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background:#f2f2f2
}
.nano1>.scrollPane, .nano>.nano-pane>.nano-slider {
-moz-border-radius:5px;
-webkit-border-radius:5px
}
.nano>.nano-pane>.nano-slider {
position:relative;
margin:0 1px;
border-radius:5px;
background:#d70d00
}
.nano-pane.active, .nano-pane.flashed, .nano:hover>.nano-pane {
visibility:visible\9;
opacity:.99
}
.nano1 {
position:relative;
width:100%;
height:700px;
margin-left:15px
}
.nano1>.nano-content, .nano1>.scrollPane {
position:absolute;
right:0;
top:0;
bottom:0
}
.nano1>.nano-content {
overflow:scroll;
overflow-x:hidden;
left:0
}
.nano1>.nano-content::-webkit-scrollbar {
display:none
}
.has-scrollbar>.nano-content::-webkit-scrollbar {
display:block
}
.nano1>.scrollPane {
width:10px;
visibility:hidden\9;
opacity:.01;
-webkit-transition:.2s;
-moz-transition:.2s;
-o-transition:.2s;
transition:.2s;
border-radius:5px;
background:#f2f2f2
}
.nano1>.scrollPane>.nano-slider {
position:relative;
margin:0 1px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background:#999
}
.nano1:hover>.scrollPane, .scrollPane.active, .scrollPane.flashed {
visibility:visible\9;
opacity:.99
}
.popular_product_menu {
background:0 0!important;
border:none!important
}
.popular_product_menu li a {
font-size:13px!important;
padding:8px;
font-weight:400!important;
border-bottom:1px dashed #f2f2f2!important
}
.popular_product_menu li a:hover {
background:#f2f2f2!important;
color:#000!important
}
@media only screen and (max-width:768px) {
#sidebar-wrapper {
height:100%;
padding:0;
width:232px
}
.coupon_menu_img {
width:120px
}
.aap_menu_img {
width:70px
}
}
.trending_pro_bg {
background:#fff;
box-shadow:0 0 5px 0 rgba(0, 0, 0, .06)
}
.trending-item {
height:260px;
margin-top:20px;
border:1px solid #f2f2f2
}
.trending-item:hover {
border:1px dotted #e2e2e2
}
.trending-item_pro_img {
height:150px
}
.trending-item img {
max-height:130px;
width:auto
}
.trending-item_img:hover {
max-height:150px;
width:auto
}
.trending-title {
color:#212121;
font-size:13px;
line-height:18px;
max-height:36px;
overflow:hidden;
text-overflow:ellipsis;
font-family:arial
}
.media-carousel {
margin-bottom:0;
padding:0 20px 5px
}
.media-carousel .carousel-control.left, .media-carousel .carousel-control.right {
height:90px;
color:#999;
width:40px;
margin-top:95px;
padding-top:30px;
background:#f2f2f2
}
.trending_pro_heading {
color:#d70d00;
font-size:18px;
margin:0;
font-family:roboto;
padding:10px 10px 0
}
.trending_heading {
background:#f2f2f2;
padding:10px;
font-family:roboto;
float:left;
font-size:18px
}
.trending_marquee {
display:inline-block;
font-size:14px;
text-align:left;
background-color:#fff;
height:50px;
margin-bottom:10px;
width:100%
}
.trending_marquee_heading {
background:#d70d00;
float:left;
color:#fff!important;
height:50px;
padding:10px;
font-size:20px;
font-family:roboto
}
.trending_logo {
padding:8px
}
.trending_offer_text {
color:#d70d00;
font-size:17px
}
.best_phones_under_heading {
background:#d70d00!important;
color:#fff!important;
font-size:18px;
font-family:arial;
border:none;
border-radius:0
}
.best_phones_under li {
padding:9px;
border-bottom:1px dashed #f2f2f2
}
.best_phones_under li a {
font-size:15px
}
.computer_heading, .update-split {
font-size:18px
}
.best_phones_under li a:hover {
color:#d70d00
}
.update-split {
background:#d70d00;
padding:13px;
width:107px;
color:#fff
}
.sprite_cat {
display:inline-block;
width:100%
}
.sprite {
background:url(../../images/v1/icons-sprite.png) no-repeat rgba(0, 0, 0, 0);
display:block;
height:21px;
width:34px
}
.mobile {
background-position:0 0
}
.men {
background-position:-33px 0
}
.women {
background-position:-65px 0
}
.books {
background-position:-101px 0
}
.home-decor {
background-position:-136px 0
}
.appliances {
background-position:-170px 0
}
.electronics {
background-position:-205px 0
}
.coupons {
background-position:-238px 0
}
.view_all {
background-position:-273px 0
}
.vendor_row {
padding-left:15px;
padding-right:15px;
border:1px solid #f2f2f2;
margin-top:10px
}
.vendor_compare_online {
background:#fdc609;
color:#fff;
height:57px
}
.vendor_compare_online h1 {
font-size:18px;
color:#000
}
.vdindiashoppsstikar {
width:258px;
height:142px;
margin:0px;
padding:0px;
bottom:19px;
position:fixed;
right:0px;
z-index:99999;
opacity:0.8
}
div.checker span {
display: -moz-inline-box;
display: inline-block;
zoom: 1;
text-align: center;
background-position: 0 -257px;
} | assets/v2/css/style_6_march.css | body {background-color:#f2f2f2;}
.slide-image {width:100%;}
.carousel-holder {margin-bottom:15px;}
.carousel-control,.item {border-radius:4px;}
.thumbnail img {/*width:100%;*/}
.thumbnail .caption-full{padding:9px;color:#333;}
footer {margin:50px 0;}
.Ml100{margin-left:100px;}
.MR100{margin-right:100px;}
.top-link{list-style:none;font-size:12px;margin:0px;color:#fff;}
.PT10{padding-top:10px;}
.top-link li {padding:5px;display:inline-block;}
.top-link li a{color:#fff700;font-size:11px;text-transform:uppercase;}
.top-txt{display:inline-block;color:#fff700;font-size:12px;padding-top:6px;text-transform:uppercase;}
.sub-menu{list-style:none; font-size:13px;}
.sub-menu li {padding:5px;display:inline-block;border-right:1px solid #ddd;}
.sub-menu li a{color:#fff;font-size:13px;color:#666;}
.menu-icon {display:block;margin-top:2px;width:22px;height:2px;background-color:#fff;}
.menu {display:inline-block;padding-left:10px;}
.categories{background:#f71700;width:150px;margin-right:15px;}
.categories-link {float:left;display:inline-block;margin-top:9px;width: 150px;background:#c7003d;padding:10px 7px 5px 7px;margin-right:15px;border-radius:5px;}
.categories-link:hover{color:#fff!Important;}
.cat-name{position:absolute;padding-left:10px;top:20px;color:#fff;}
.navbar-collapse{padding:0px!Important;}
.nav>li>a {position:relative;display:block;padding-left:0px;padding:14px 4px 14px 4px;margin:4px 0px;}
.nav>li>a:hover {background:#c7003d!Important;border-radius:5px;color:#fff!Important;margin:4px 0px;}
.nav>li>a i{font-size:15px;line-height:0px;margin-top:0px;position:relative;top:3px;margin-right:5px;}
.navbar{margin-bottom:0px;}
.PL0{padding-left:15px;}
.PR0{padding-right:0px;}
.PB15{padding-bottom:15px;}
.cb_padding{padding:0px;}
.cb_padding_t{padding-top:0px!important;}
.cb_padding_b{padding-bottom:0px!important;}
.cb_padding_l{padding-left:0px!important;}
.cb_padding_r{padding-right:0px!important;}
.cc_pndt15{padding-top:5px;}
.cc_pndb15{padding-bottom:15px;}
.cc_pndl15{padding-left:15px;}
.cc_pndr15{padding-right:15px;}
.cb_content_bg{background:#d5d0be;}
.cc_mrb15{margin-bottom:15px;}
* {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
*:before, *:after {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.banner2 {display:block;overflow:hidden;position:relative;-webkit-transition:all 0.2s ease-in 0s;-o-transition:all 0.2s ease-in 0s;transition:all 0.2s ease-in 0s;}
.banner2 img {-webkit-transition:all 0.2s ease-in 0s;-o-transition:all 0.2s ease-in 0s;transition:all 0.2s ease-in 0s;}
.banner2:before {border-bottom:1px solid #fff;border-top:1px solid #fff;bottom:25px;content:" ";left:12px;opacity:0;position:absolute;right:12px;top:25px;transform:scale(0, 1);transform-origin:0 0 0;transition:all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;z-index:1}
.banner2:after {border-left:1px solid #fff;border-right:1px solid #fff;bottom:12px;content:"";left:25px;opacity:0;position:absolute;right:25px;top:12px;transform:scale(1, 0);transform-origin:100% 0 0;transition:all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;z-index:1}
.banner2:hover:after, .banner2:hover:before{opacity:1;transform:scale(1)}
.banner2:hover img {opacity:0.8;transform:scale(1.05)}
.title{background:#e40046;padding:10px;font-size:20px;margin-bottom:15px;color:#fff!Important;}
.title ul {list-style:none;float:right;}
.title ul li {display:inline;font-size:16px;}
.title ul li a{font-size:12px;text-transform:uppercase;color:#e40046;}
.sub-title{background:#2e2d2d;padding:7px 0px 0px 15px;font-size:14px;margin-bottom:0px;color:#fff;min-height:35px;clear:both;}
.sub-title1{padding:0px 5px;margin-bottom:0px;color:#e40046;font-size:18px;}
.customNavigation {list-style:none;float:right;margin-right:20px;}
.customNavigation li {display:inline;}
.customNavigation a{display:block;float:left;margin-right:15px;background:#e40046;color:#afafaf;padding:0 10px;line-height:15px;cursor:pointer;font-size:14px;font-weight:400;margin-top:4px;color:#fff;border-radius:4px;}
#owl-demo1 .item{background:#3fbf79;padding:0px 0px;margin:5px;color:#FFF;}
#owl-demo2 .item{background:#3fbf79;padding:0px 0px;margin:5px;color:#FFF;}
#owl-demo3 .item{background:#3fbf79;padding:0px 0px;margin:5px;color:#FFF;}
.thumbnail .caption {width:86%;/*padding-top: 30px;*/bottom:20px;position:absolute;text-align:center;}
.thumbnail .caption h5 {display:-webkit-inline-box;line-height:18px;/*white-space:nowrap;*/}
.thumbnail {border:1px solid #f4f4f6;border-radius:0px;}
h5{margin-top:0px;margin-bottom:10px;}
.btn {border-radius:0px;border:1px solid #ccc;}
.custom-caption {background:rgba(0,0,0,.5);top:0px;left:0%;height:100%;width:50%;padding-top:50px;text-align:left;padding-left:15px;padding-right:15px;}
.blog{list-style:none;padding:0px;}
.product-list{list-style:none;padding:0px;}
.product-list li {display:inline-block;border-bottom:1px solid #f4f4f6;width:100%;padding-left:0px;margin-top:5px;}
.product-list aside{padding-top:15px;}
.product-listtopmobile{list-style:none;padding:0px;}
.product-listtopmobile li {display:inline-block;border-bottom:1px solid #f4f4f6;width:100%;padding-left:0px;margin-top:5px;background:#fff;}
.product-listtopmobile aside{padding-top:15px;}
.custom-thumbnail{border:1px solid #f4f4f6;border-radius:0px;float:left;height:100%!important;margin:10px;}
.MT0{margin-top:0px;}
.MB0{margin-bottom:0px;}
.footer {border-top:1px solid #f2f2f2;overflow:hidden;}
.footer h4{text-transform:uppercase;font-size:15px;font-weight:600;margin:15px 0 15px;}
.footer h5{ color:#434343!Important;font-size:13px;font-weight:600;margin:15px 0 10px;}
.footer a {font-size:14px;color:#999;text-transform:inherit;padding-bottom:10px;display:block;}
.footer p.small {color:#9a9a9a;font-size:13px;line-height:25px; text-align:justify;}
.footer a.inline {display:inline-block;}
.copyright{text-align:center;border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2;padding:20px;margin-top:10px;}
.bg-trans{background:transparent;}
.header-bg{background-color:#e40046!Important;padding:10px 0px;}
.top-bg{background-color:#c7003d;color:#fff;}
.form-control {-webkit-box-shadow:inset 0 0px 0px rgba(0,0,0,.075);box-shadow:inset 0 0px 0px rgba(0,0,0,.075);border-radius:0px;}
.search-input{background:#fff;border-radius:0px;border:1px solid #f2f2f2;/*padding:20px;*/border-radius:5px;}
.input-width{width:65%!Important;border-right:1px solid #565656;}
.input-width1{width:35%!Important;}
.MT8{margin-top:13px;}
.search-btn{padding:11px 19px;background:#101010;border:0px solid;color:#fff;border-top-right-radius:5px;border-bottom-right-radius:5px;}
.btn-product {color: #c7003d;background-color: transparent;border-color: transparent;border-top: 1px dotted red;border-bottom: 1px dotted red;padding: 0px 5px;}
.btn-product-primary {color:#337ab7;padding:0px 5px;background-color:transparent;border-color:transparent;border-top:1px dotted #337ab7;border-bottom:1px dotted #337ab7;/*margin-right: 10px;*/}
.btn-default:hover {color:#ccc;background-color:#fff;border-color:#ccc;}
.navbar-inverse {background-color:#565656;border-color:#565656;border-radius:0px;}
.navbar-inverse .navbar-nav>li>a {color:#fff;}
.navbar-inverse .navbar-nav>li>a:hover{color:#c7003d;}
.MB15{margin-bottom:15px;}
.panel-default {border-color:transparent;}
.panel {box-shadow:0 0px 0px rgba(0,0,0,.05);background:transparent;}
.panel-body {padding:0px;}
.panel-heading {border-bottom:1px solid transparent;border-top-left-radius:0px;border-top-right-radius:0px;}
.panel-default>.panel-heading {border-color: transparent;background: #E40048;}
.top-f{font-size: 20px;line-height: 0px;margin-top: 0px;position: relative;top: 2px;}
.icon-user{text-align:center;padding:11px 5px;background:#e40046;margin-top:13px;color:#fff;font-size:12px;text-transform:uppercase;border:1px solid #fff;border-radius:0px 7px 0px 7px;}
.icon-user:hover{background:#c7003d;cursor:pointer;text-decoration:none;text-align:center;padding:11px 5px;margin-top:13px;color:#fff;font-size:12px;text-transform:uppercase;border:1px solid #fff;border-radius:0px 7px 0px 7px;}
.icon-user a {color:#fff;text-decoration:none;}
.icon-user a :hover{text-decoration:none;}
.none-border{border:0px;}
.price{display:block;color:#e40046;font-weight:bold;padding-top:5px;}
.logo-box{background:#fff;padding:5px 10px;border-radius:5px;box-shadow:2px 3px 2px #c7003d;}
.input-group {position:relative;display:table;border-collapse:separate;box-shadow:2px 3px 2px #c7003d;border-radius:3px;}
.coupons{background:#fff;border-radius:5px;color:#000!Important;padding:8px 10px!Important;margin-top:11px!Important;}
.nav-tabs {border-bottom:0px solid #ddd;}
.nav-tabs>li>a i {font-size:15px;}
.nav-tabs>li>a {background:#c7003d;margin-left:10px;color:#fff!Important;padding:8px 10px;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {border:0px solid #ddd;padding:9px 15px;color:#fff!Important;border-bottom-left-radius:0px;border-bottom-right-radius:0px;}
.nav-tabs>li.active>a:focus{color:#000!Important;}
.nav-tabs>li.active a {color:#E40048!Important;}
.nav-tabs>li>a:hover {border-color:transparent;margin-left:10px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;}
.blog li {padding-right:10px;}
.blog li:hover {border:1px solid #f4f4f6;border-radius:5px;box-shadow:2px 2px 5px #565656;}
.compear{background:url(../images/phone.jpg) no-repeat;background-size:cover;margin-bottom:15px;padding:5px;}
.compear-penal, .compear-heading {background-color:transparent!Important;padding-bottom:15px;}
.compear-body{background-color:rgba(255, 255, 255, 0.9)!Important;padding:20px;margin-top:-15px;}
.compear-tab{margin-bottom:-4px;}
.navbar-form {padding:0px 5px;}
.most{background:#565656;color:#fff;border:1px solid #565656;}
.red-btn{background:#E40048;border:#E40048;color:#fff;}
.red-btn:hover{background:#000;border:#fff;color:#fff;}
.one-edge-shadow {-webkit-box-shadow:0 8px 6px -6px black;-moz-box-shadow:0 8px 6px -6px black;box-shadow:0 8px 6px -6px black;}
.box{padding:10px;background:#FFF;}
/*==================================================
* Effect 6
* ===============================================*/
.effect6{box-shadow:0 1px 4px rgba(0, 0, 0, 0.9), 0 0 40px rgba(0, 0, 0, 0.2) inset; border-radius:5px;}
.effect6:before, .effect6:after{content:"";z-index:-1;box-shadow:0 0 20px rgba(0,0,0,0.8);border-radius:100px / 10px;}
.box h3{text-align:center;position:relative;top:80px;}
.box {width:70%;height:200px;background:#FFF;margin:40px auto;}
/*==================================================
* Effect 8
* ===============================================*/
.effect8{position:relative;box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;}
.effect8:before, .effect8:after{content:"";position:absolute;z-index:-1;box-shadow:0 0 20px rgba(0,0,0,0.8);top:10px;bottom:10px;left:0;right:0;border-radius:100px / 10px;}
.effect8:after{right:10px;left:auto;transform:skew(8deg) rotate(3deg);}
.shadow-box{margin-bottom:15px; padding:10px; margin-top: 12px;background-color: #fff;border-radius: 2px;box-shadow: 0 2px 4px 0 rgba(0,0,0,.08); border:1px solid #e4e4e4; display: inline-block;width: 100%;}
.product-list li{margin-bottom:2px; padding:6.5px 10px 6.5px 10px; margin-top:0px;background-color: #fff;border-radius: 2px;box-shadow: 0 2px 4px 0 rgba(0,0,0,.08); border:1px solid #e4e4e4;}
.product-list li:hover{margin-bottom:2px; padding:6.5px 10px 6.5px 10px; margin-top: 0px;background-color: #fff;border-radius: 2px;box-shadow: 0 2px 4px 2px rgba(43,43,43,.09);border:1px solid #e4e4e4;}
.thumbnail {padding-top:6px;background-color: #fff; height:260px;border-radius: 2px;/*box-shadow: 0 2px 4px 0 rgba(0,0,0,.08); border:1px solid #e4e4e4;*/}
.thumbnail:hover {padding-top:6px;background-color: #fff;border-radius: 2px;/*box-shadow: 0 2px 4px 2px rgba(43,43,43,.09);border: 1px solid #e4e4e4;*/}
.thumbnail1 {padding: 0;background-color: #fff;border-radius: 2px;box-shadow: 0 2px 4px 0 rgba(0,0,0,.08); border:1px solid #e4e4e4;}
.blog li {display: inline-block;width:100%;margin-left:10px;background-color: #fff;border-radius:2px;box-shadow:0 2px 4px 0 rgba(0,0,0,.08); border:1px solid #e4e4e4; margin-bottom:15px;}
.blog li:hover {background-color: #fff;border-radius: 2px;box-shadow: 0 2px 4px 2px rgba(43,43,43,.09);border:1px solid #e4e4e4;}
.blog li:last-child {display: inline-block;border-bottom:0px solid #f4f4f6;width: 100%;padding-left:10px;}
.P15{padding: 15px !Important;}
aside{margin-left:10px;}
.MT15{margin-top:15px !Important;}
.MB15{margin-bottom:15px !Important;}
.P0{padding:0px !Important;}
.listing-panel{background: #ededed !Important; border-bottom: 0px solid red; color: #E40048 !Important; padding: 10px;}
.listing-body{padding:10px;}
.panel-default>.panel-heading+.panel-collapse>.panel-body {border-top-color: transparent;}
.accordion-toggle{font-size:14px; text-decoration: none;} .accordion-toggle:hover{font-size:14px; text-decoration: none;}
.list-group-item:first-child {margin-top: 0px; box-shadow: 0 0 0 0 transparent; padding: 0px; border: 0px; border-radius: 0px; font-size:12px;}
.list-group-item {margin-top:0px!Important;box-shadow:0 0 0 0 transparent !IMPORTANT;padding:3px 0px!IMPORTANT;border:0px !IMPORTANT;border-radius:0px !IMPORTANT;}
.list-group-item:hover {box-shadow:0 0 0 0 transparent !IMPORTANT;padding:3px 0px !IMPORTANT;border:0px !IMPORTANT;border-radius:0px !IMPORTANT;background-color:transparent !IMPORTANT;color:#e40046!Important;}
.width100per{width:100%;}
.input-group-list {box-shadow: 0px 0px 0px transparent; border-radius: 0px; }
.form-control-list {height: 25px;font-size: 12px !Important;padding: 6px 0px;border: 0px;border-bottom: 1px solid #ccc;}
.btn-list {padding: 2px 2px; background: transparent;border-bottom: 1px solid #ccc !Important; border:0px;}
.glyphicon-search{color:#ccc;}.badge{background:#ccc;}
.checkbox-inline, .radio-inline{font-size:12px;}
.tag{ display:inline-block;min-width:10px;padding:3px 7px;font-size:11px;font-weight:normal;line-height:1;color:#777;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#fff;border-radius: 3px; border:1px solid #ccc;margin-bottom:5px;}
.tag:hover{display:inline-block;min-width:10px;padding:3px 7px;font-size:11px;font-weight:normal;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#c7003d; border-radius:3px;border:1px solid #c7003d;}
.tag1{display:inline-block;min-width:10px;padding:5px 7px;font-size:12px;font-weight:normal;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#565656; border-radius:3px;border:1px solid #565656;margin-bottom:5px;}
.tag1:hover{ display: inline-block; min-width: 10px; padding: 5px 7px; font-size: 12px; font-weight: normal; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: middle; background-color: #c7003d; border-radius: 3px; border: 1px solid #c7003d; margin-bottom:5px;}
.gray-border{border: 1px solid #f3f3f3; padding: 5px; margin-bottom:10px!Important;height:190px;}
.M-auto{margin:auto;}
.category-count{ font-size: 12px; color: #e3e3e3;}
.category-count1{ font-size: 12px; color: #aaaaaa;}
.category-group{display: inline-flex; margin-left: 15px;}
.category-search{height: 25px;font-size: 12px !Important; background: transparent; padding: 6px 0px; border: 0px; border: 0px; border-left: 1px solid #f3f3f3; padding-left: 5px; }
.border-none{border: 0px!important;}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span { border-top-left-radius: 0px; border-bottom-left-radius: 0px; }
.pagination>li:first-child>a, .pagination>li:first-child>span { margin-left: 0; border-top-left-radius: 0px; border-bottom-left-radius: 0px;}
.pagination {margin: 0;}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {border-top-right-radius: 0px; border-bottom-right-radius: 0px;}
.pagination>li:last-child>a, .pagination>li:last-child>span { border-top-right-radius: 0px; border-bottom-right-radius: 0px;}
.pagination-sm>li>a, .pagination-sm>li>span { padding: 3px 8px; border-top: 0px; border-bottom: 0px;}
.gide-group{vertical-align: top;}
.btn-gide{ border-bottom: 0px; border-top: 0px; border-right: 0px; padding: 3px 8px;}
.product-listing{list-style:none; padding: 0px; margin-top: 10px;}
.product-listing li{display:inline; display: inline-block; padding-right: 5px;}
.product-listing li:last-child{display:inline; display: inline-block; padding-right: 0px;}
.listing-product-box{min-width: 199px; margin-bottom:0px;}
.listing-product-box1{min-width: 269px !IMPORTANT; margin-bottom:0px;}
.mini_description{list-style:none; padding:0px;}
.mini_description li {color: #999; font-size: 11px; display:block; padding-bottom: 3px;}
.add-com{background: #efefef; padding: 5px; color:#000;}
.MT10{margin-top:10px;}
.table>thead>tr>th {vertical-align: bottom;border-bottom: 0;background: #565656;color: #fff;font-size: 12px;}
.accordion-toggle {color: #565656!Important;}
.filter-select{display: inline;width: auto;border: 0px;vertical-align: top;padding: 3px 8px;height: 24px;}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {border-top-right-radius: 0;border-bottom-right-radius: 0;background: #d64444;color: #fff;border: 0px;}
.btn-default:hover {color: #fff;background-color: #b4043a;border-color: #b4043a;}
.pagination>li>a, .pagination>li>span {color: #000;background-color: #fff;border: 0px;}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {z-index: 2;color: #fff;background-color: #b10137;border-color: #b10137;}
.disply-block{display: block !important; padding-right: 0px !important; margin-bottom: 15px;}
.grid-left-box{display: inline-flex;box-shadow: 0 0px 0px 0 rgba(0,0,0,.08);border: 0px solid #e4e4e4;padding: 15px 0px;background: transparent; margin-bottom: 0px;margin-top: 5px;}
.grid-left-box:hover {display: inline-flex;box-shadow: 0 0px 0px 0 rgba(0,0,0,.08);border: 0px solid #e4e4e4;padding: 15px 0px;background: transparent;}
.grid-left-caption {background: transparent;padding-bottom: 0px;margin-left: 15px;}
.grid-left-caption h5{font-size: 20px;color: #e30047;}
.grid-right-box{ display:block;padding: 15px 0px;}
.grid-right-box h5{ font-size: 20px;font-weight: 600;color: #e30047;}
.cut-price{font-size: 14px;color: #999;text-decoration: line-through;padding-right: 10px;}
.offer-price{font-size: 12px;font-weight: 700;color: #ff5252;}
.MB0{margin-bottom:0px;}
.MB10{margin-bottom:10px;}
.rating{font-size: 11px;color: #e30047;padding-right: 5px;}
.thumbnails-vertical-container {float:left;display:inline-block;margin-bottom:10px;margin-right:10px;padding:0px;list-style:none;/*max-height:271px;overflow-y:scroll;*/}
.thumbnails-vertical-container li{width: 64px; height: 64px;box-shadow: 0 0px 0px 0 rgba(0,0,0,.08);border: 1px solid #f3f3f3;margin: 0px;border-radius: 0px;padding: 4px; margin-bottom:5px;}
.v-items{padding: 5px;width: 100%;height: 100%;position: relative;}
.v-items-img-box{padding: 5px;width: 100%;height: 100%;background-repeat: no-repeat;background-position: 50%;background-size: contain;}
.larg-box{cursor: crosshair;max-height:416px;max-width:310px;display: inline-block;vertical-align:top;padding-left:65px;}
.larg-box2{cursor: crosshair;max-height:300px;max-width:310px;display: inline-block;vertical-align:top;padding-left:35px;}
.details-btn {border: 0px;margin-top: 10px;display: inline-block;float: left;margin-right: 10px;}
.details-btn:last-child {border: 0px;margin-top: 10px;display: inline-block;float: left;margin-right: 0px;}
.more-store{color: #d64444;text-decoration: none;margin: 10px !IMPORTANT;display: inline-block;font-weight: bold;font-size: 13px;}
.social{background: #e3e3e3;padding: 10px;}
.social a{ color:#a8a8a8; padding-left:10px;}
.social a:hover{text-decoration:none; color:#e40046;}
hr {margin-top: 10px; margin-bottom: 10px;}
.gray-box{padding:10px; background:#f5f5f5; margin:10px 0px;}
.description{margin-bottom: 10px;}
.description h2{font-size:20px;margin:0px;padding-bottom:10px;color:#e40046;}
.description ul{list-style:none;padding:0px;margin-bottom:0px;text-align:left;}
.description ul li {color: #999; font-size: 12px; display:block; padding-bottom: 0px; line-height: 21px;}
.description-panel{background:#fff!IMPORTANT;border-top:1px solid #777777!IMPORTANT;border-bottom:1px solid #777777!IMPORTANT;padding:5px;}
.review-rating{background: #f0ad4e;border-radius: 6px;}
.vertical-carousel{}
.vertical-carousel h2{font-size:16px;padding:0px;margin:0px;padding-bottom:10px;font-weight:bold;text-transform:uppercase;color:#565656;}
.center-item{margin:auto;width:50%;}
.font-12{font-size:12px;text-align:center;}
.font-14{font-size:14px; color:#000;text-align:center;}
.MB10{margin-bottom:10px;}
.ML0{margin-left:0px;text-align:center;line-height:14px;padding-top:10px;}
.MT0{margin:0px 15px 0px 0px;}
.arrow-box {width: 8%;font-size: 10px;color: #565656; text-shadow: 0 1px 2px rgba(0,0,0,0); background-color:#fafafa;filter: alpha(opacity=100);opacity: 10;padding-top: 5px; margin-bottom:10px; bottom:93%;}
.arrow {background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%) !Important;}
.arrow-left{left:220px;}
.carousel-control:focus, .carousel-control:hover {/*background:#e30047;*/}
.fix-height{min-height:605px;}
.fix-height1{min-height:577px;}
.min-hight484{/*max-height: 484px;*/}
.min-hight756{/*min-height:756px;*/}
.dis-inher{display: inherit;}
.red-color{color:#d64444;}
.width48p{width:48%;margin:10px 0px 10px 5px;}
.MT5{margin-top:5px;}
.P-TB {padding: 19px 15px !IMPORTANT; }
.MTB15{margin-top: 15px; margin-bottom: 15px;}
.red-border {border: 1px solid red !Important; padding: 3px 5px; border-radius: 2px;}
.nav-left{margin-bottom: 0; padding-left: 0; list-style: none;}
.nav-left li, .nav-left li a { display: block; position: relative;}
.nav-left li a{color: #93a3b5; font-size: 14px; font-weight: 400; padding: 10px 15px;}
.nav-left li a:hover{text-decoration: none; color:#c7003d;}
.nav-left li a i {margin-right: 8px; font-size: 14px;}
.blue-btn{background-color:#2874f0;}
.graytitle{background: #dedede !Important;color: #000000; padding: 5px;}
.align-check{margin: 2px 0px; margin-left: -17px;}
.btn-danger {color: #fff; background-color: #d9534f; border-color: #d9534f;}
.margin0{margin:0px;}
.PT5{padding-top:5px;}
.PB85{padding-bottom:85px;}
.red-title {font-size: 17px;margin: 0px;padding: 0px;color: #e40046;display: initial;}
.title-inner {font-size: 25px;margin: 0px;padding: 0px;color: #e40046;margin-bottom:5px !Important;}
.gray-border1{border: 1px solid #cccccc;}
.com-bg {text-align: center; height:221px; background:url(../images/com-bg.png) #fff no-repeat center top;}
.com-left{float: right;padding-top: 39px;text-align: left;padding-left: 10px;}
.com-right{float: left;padding-top: 39px;text-align: left;padding-left: 10px;}
.ML50{margin-left:50px;} .MR50{margin-right:50px;}
.PB40{padding-bottom:39px;}
label {display: inline-block;max-width: 100%;margin-bottom: 2px;font-weight: normal;}
.categories-box{min-width: 205px;margin-bottom: 0px;}
.min-hight589{min-height: 589px;}
.productmobimleft{max-width:60px; max-height:60px; margin-right:20px;}
.productmobimleft2{max-width:60px!important;max-height:180px!important;padding-top:25px!important;}
.logocomleft{width:100px; height:50px; margin-right:10px;}
.productmobimlefttop{max-width:100px!important;max-height:150px!important;margin-right:20px;padding-top:34px;}
.overlay.menu-open{background-color: rgba(0, 0, 0, 0.5);height: 100%;position: fixed;width: 100%;z-index: 1;}
.nav .dropdown {z-index:2; }
.productmobimlefttopman{max-width:70px!important;max-height:170px!important;padding:10px 0px 20px 0px!important;}
.overlay.menu-open{background-color: rgba(0, 0, 0, 0.5);height: 100%;position: fixed;width: 100%;z-index: 1;}
.nav .dropdown {z-index:2;}
.table#specifications {border-spacing:13px;width:100%;}
#specifications .key {background:#f2f2f2;font-size:13px;font-weight:600;}
#specifications .key, #specifications .val {border: 1px solid #e6e6e6;font-family: arial;}
.table#specifications td {font-family: roboto;font-size: 13px;padding: 10px;}
td.key {width: 30%;}
.table#specifications {border-spacing:13px;width:100%;}
.table#specifications td {font-family:roboto;font-size:13px;padding:10px;}
#specifications .key, #specifications .val {border:1px solid #e6e6e6;font-family:arial;}
.bot-links {float:left;width:100%;padding-top:10px;}
.bot-links a {display:inline-block;padding:5px;background:#f2f2f2;font-size:14px;margin-bottom:5px;color:#9c9c9c;}
#specifications .key {background:#f2f2f2;font-size:13px;font-weight:600;}
#specifications .key {background:#f2f2f2;font-size:13px;font-weight:600;}
#specifications .key, #specifications .val {border:1px solid #e6e6e6;font-family:arial;}
table td, table th {padding:9px 10px;text-align:left;}
table#specifications th {background:#b6b6b6;font-size:13px;height:30px;padding:10px;width:100%;color:#fff;border:1px solid #b6b6b6;font-family:arial;}
.pull-rightcod{margin:0px; padding:0px;}
.appdow{border:1px solid #fff700;border-radius:0px 5px 0px 5px;}
.blogobigim{width:570px; height:488px!important;}
.thumbnailcoupons { text-align:center;padding:10px;background-color: #fff; max-height:160px;border-radius: 2px;/*box-shadow: 0 2px 4px 0 rgba(0,0,0,.08); border:1px solid #e4e4e4;*/}
.thumbnailcoupons:hover { text-align:center;padding:10px;background-color: #fff;border-radius: 2px;/*box-shadow: 0 2px 4px 2px rgba(43,43,43,.09);border: 1px solid #e4e4e4;*/}
.thumbnailcoupons2 {text-align:center;padding:10px;background-color:#fff;height:190px;border-radius:2px;/*box-shadow: 0 2px 4px 0 rgba(0,0,0,.08); border:1px solid #e4e4e4;*/}
.thumbnailcoupons2:hover {text-align:center;padding:10px;background-color:#fff;border-radius:2px;/*box-shadow: 0 2px 4px 2px rgba(43,43,43,.09);border: 1px solid #e4e4e4;*/}
.thumbnailcoupons3 {text-align:center;padding:10px;background-color:#fff;height:150px;border-radius:2px;/*box-shadow: 0 2px 4px 0 rgba(0,0,0,.08); border:1px solid #e4e4e4;*/}
.thumbnailcoupons3:hover {text-align:center;padding:10px;background-color:#fff;border-radius:2px;/*box-shadow: 0 2px 4px 2px rgba(43,43,43,.09);border: 1px solid #e4e4e4;*/}
.couponssitename{max-width:100px;max-height:100px;text-align:center;margin:auto;}
.couponscodename{position:absolute;bottom:20px;left:14px;}
.couponscodename2{position:absolute;bottom:20px;left:50px;}
.galleryproductimgnewui{max-height:100px;max-width:100px;border:5px solid #e2e2e2;margin:20px 0px 20px 0px;padding:5px;}
.bordertopproduct{border-top:1px solid #e8e8e8;width:96%!important;margin:10px 0px 10px 0px;}
.hidden-xs {display:block!important;}
#wrapper {min-height:100%;height:100%;position:absolute;top:0;left:0;}
#sidebar {position:relative;}
#product-left-fixed-menu {width:95%;height:100%;overflow:hidden;}
#product-left-fixed-menu>ul>li>a, #product-list-cat-menu ul li a, .all-category-menu li a, .btn-product a, .listing_category h5:hover, .new-coupon-hot-deals a, .product-detail-price-alert:hover, .product-title a, .sdsreadMore .comment a, .set-price-alert-submit, .vendor-logo h5, .view-offer a, header nav ul li a {text-decoration:none}
#tab-related-article .blogTitle {display:block;font-size:14px}
#tab-related-article .blogImage {float:left;margin-right:10px}
#tab-related-article .info {color:#888;font-size:11px;font-style:italic;margin-right:8px}
#tab-related-article img {padding:3px}
#tab-related-article p {margin:0}
.blogCol2 .sdsarticleCat {float:left;margin:0;padding:1% 2%;width:46%}
.blogCol3 .sdsarticleCat {float:left;padding:.5% 1%;width:31%}
.blogCol4 .sdsarticleCat {float:left;margin:0;padding:.5% 1%;width:23%}
.blogCol4 .sdsarticleHeader {margin:8px 0}
#sdsblogCategory .imageFeatured, .imageContent {background:#F4F4F4;border:1px solid #E4E4E4;margin:0 10px 10px 0;padding:4px}
.blogCol4 .sdsarticleHeader h3, .blogCol4 .sdsarticleHeader h3 a {font-size:20px!important}
.blogCol4 .sdsarticleHeader span {display:none;visibility:hidden}
.blogCol3 .sdsarticleHeader h2, .blogCol3 .sdsarticleHeader h2 a {font-size:21px!important;line-height:24px}
.blogCol4 .sdsarticleHeader h2, .blogCol4 .sdsarticleHeader h2 a {font-size:16px!important;line-height:19px}
.sdsarticle-des p, .sdsarticleHeader span {font-size:12px;line-height:18px}
.blogCol4 .comment, .blogCol4 .comment a {display:none}
#sdsblogCategory .imageFeatured {float:left;max-width:98.5%}
#sdsblogArticle p, #sdsblogCategory p {line-height:18px;margin-bottom:10px}
.sdsarticle-des {margin:10px 0}
.sdsarticle-des p {padding-bottom:0}
.sdsarticle-des ol {list-style-type:none}
.sdsreadMore .more a {float:right;padding:0 10px;font-weight:700}
fieldset.account_creation {background:#F8F8F8;padding:0 0 15px}
.comment-reply-title {margin:10px;font-size:18px}
.account_creation label {width:16%}
.account_creation p.text {margin:10px;padding-bottom:10px;color:#313131}
.account_creation p.text input {border:1px solid #CCC;color:#666;font-size:12px;height:22px;padding:0 5px}
.post-page .results {float:right;margin-top:30px}
.paddleftreleted {padding-left:34px}
.sdsbox-content .fullwidthreleted {width:100%}
.sdstitle_block {background:#F6F6F6;border-top:5px solid #333;color:#555454;font:600 18px/22px "Open Sans", sans-serif;margin-bottom:20px;padding:14px 5px 17px 20px;text-transform:uppercase}
.sdstitle_block .all_news {float:right;font-size:10px}
.sdsbox-content .popularArticles li a, .sdsbox-content .recentArticles li a, .sdsbox-content .recentComments li a, .sdsbox-content ul li a {font-size:12px}
.sdsblog-box-content {padding-top:10px}
.sdsbox-content ul {list-style-type:none;margin-left:5px;margin-bottom:0}
.sdsbox-content ul li {padding:6px 0;border-bottom:1px dotted #ccc}
.sdsbox-content .recentComments li {padding:6px 0;border-bottom:1px dotted #ccc;display:inline-block;width:100%}
.sdsbox-content .recentComments li a img {float:left}
.sdsbox-content .popularArticles li {padding:6px 0;display:inline-block;border-bottom:1px dotted #ccc!important;width:100%}
.sdsbox-content .popularArticles li .image {float:left;display:inline-flex;width:65px;height:45px;margin:0 5px 5px}
.sdsbox-content .recentArticles li {padding:6px 0;border-bottom:1px dotted #ccc!important;display:inline-block;width:100%}
.sdsbox-content .recentArticles li .image {float:left;display:inline-flex;width:65px;height:45px;margin:5px}
.blogTags .sdsbox-content {margin-bottom:10px}
.blogTags .sdsbox-content a {line-height:1.5em;margin:0 .1em;padding:5px;font-weight:700;font-size:12px}
.item, .item-footer {margin-left:5px}
.smartblock {margin-bottom:20px}
.bloggrid {border:1px solid #E3E3E3;float:left;margin:5px;width:46%}
#sds_blog_post .sds_post_title {background:0 0;border:none;font-size:14px;padding:0;content:none!important}
#sdssearch_block_top {padding-top:0}
#sdssearch_block_top #searchbox {float:left;width:100%}
#sdssearch_block_top .btn.button-search {background:#333;display:block;position:absolute;top:0;right:0;border:none;color:#fff;width:50px;text-align:center;padding:10px 0 11px}
#sdssearch_block_top .btn.button-search span {display:none}
#sdssearch_block_top .btn.button-search:before {content:"\f002";display:block;font-family:FontAwesome;font-size:17px;width:100%;text-align:center}
#sdssearch_block_top .btn.button-search:hover {color:#6f6f6f}
#sdssearch_block_top #search_query_top {display:inline;padding:0 13px;height:45px;line-height:45px;background:#fbfbfb;margin-right:1px}
.ac_results, .ac_results li.ac_odd {background:#fff}
.ac_results {border:1px solid #d6d4d4;width:271px;margin-top:-1px}
.cate_image_bg, .hot_deals_product {margin-top:10px}
.ac_results li {padding:0 10px;font-weight:400;color:#686666;font-size:13px;line-height:22px}
.ac_results li.ac_over, .ac_results li:hover {background:#fbfbfb}
form#searchbox {position:relative}
form#searchbox label {color:#333}
form#searchbox input#search_query_block {margin-right:10px;max-width:222px;margin-bottom:10px;display:inline-block;float:left}
form#searchbox .button.button-small {float:left}
form#searchbox .button.button-small i {margin-right:0}
.smartblogcomments .success {background-color:#DFF0D8;color:#3C763D;border:1px solid transparent;border-radius:4px;margin-bottom:20px;padding:15px}
.smartblogcomments .warning {background-color:#F2DEDE;color:#A94442;border:1px solid transparent;border-radius:4px;margin-bottom:20px;padding:15px}
.pos_logo {overflow:hidden;width:1200px}
.postabcateslider.block_product.postabcateslider1 .title_block {border-color:#d70d00}
.postabcateslider.block_product.postabcateslider1 .cate_title ul li.active, .postabcateslider.block_product.postabcateslider1 .title_block h3 {background:#d70d00}
.postabcateslider.block_product.postabcateslider2 .title_block {border-color:#55a3c0}
.postabcateslider.block_product.postabcateslider2 .title_block h3 {background:#55a3c0}
.postabcateslider.block_product.postabcateslider2 .cate_title ul li.active {background:#68adc7}
.postabcateslider.block_product.postabcateslider3 .title_block {border-color:#84993a}
.postabcateslider.block_product.postabcateslider3 .title_block h3 {background:#84993a}
.postabcateslider.block_product.postabcateslider3 .cate_title ul li.active {background:#94ab41}
.oneline {display:block;word-wrap:break-word;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
#product-list-cat-menu ul li, #wrapper, header hgroup, header nav, header nav ul li {display:inline-block}
#main, #main-wrapper {overflow-y:auto;height:100%}
.postabcateslider.block_product.postabcateslider4 .title_block {border-color:#f691b1}
.postabcateslider.block_product.postabcateslider4 .title_block h3 {background:#f691b1}
.postabcateslider.block_product.postabcateslider4 .cate_title ul li.active {background:#f8a9c2}
.cate_image_bg {float:left}
header {background:#fff;padding:0;border-top:3px solid #d70d00}
header nav {float:right}
header nav ul li {border-right:1px solid #B90D00}
header nav ul li:last-child {border-right:none}
header nav ul li a {color:#fff;text-transform:uppercase;font-family:arial;font-size:15px;line-height:80px;height:80px;padding:0 10px}
#product-list-cat-menu ul li a:hover, .all-category-menu li a:hover {color:#d70c00}
.fixed {position:fixed;top:-206px;left:0;right:0;z-index:999!important;transition:.4s top cubic-bezier(.3, .73, .3, .74)}
.fixed.slideDown {top:0;background:#f2f2f2;box-shadow:0 3px 5px 0 rgba(0, 0, 0, .15)}
.aap-icons {margin-top:-8px}
.indiashopps-logo {margin:5px}
.product-item-img {max-height:150px;width:auto;padding:10px}
.item-footer {border-bottom:1px solid #ddd;padding:5px}
.pos-logo-slide {float:left;width:136px;margin-left:10px;margin-top:4px;border:1px solid #ddd}
.hot-deals-ads {margin-top:10px;border:1px solid #ddd;width:270px}
.all-category-bg {background:#f9f9f7}
.all-category-heading {font-size:17px;border-bottom:1px solid #ddd;padding:10px;color:#d70c00}
.all-category-menu li {
padding:3px 3px 3px 10px
}
.all-category-menu li a {
font-size:14px
}
.carousel-indicators .active {
background-color:#2980b9
}
.carousel-inner img {
max-height:auto
}
.carousel-control {
width:0
}
#product-list-cat-menu ul li a:hover:before, #wrapper {
width:100%
}
.carousel-control.left, .carousel-control.right {
opacity:1;
filter:alpha(opacity=100);
background-image:none;
background-repeat:no-repeat;
text-shadow:none
}
.carousel-control.left span, .carousel-control.right span {
padding:15px;
/*background-color:#000*/
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
position:absolute;
top:45%;
z-index:5;
display:inline-block
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
left:60px;}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
right:60px;}
.carousel-control.left span:hover, .carousel-control.right span:hover {
opacity:.7;
filter:alpha(opacity=70)
}
.listing_category_heading {
color:#d70d00;
margin-top:20px
}
.listing_category img {
margin-left:40px
}
.listing_category h5 {
text-align:center;
font-size:15px
}
.listing_category h5:hover {
color:#d70d00
}
#wrapper {
min-height:100%;
height:100%;
position:absolute;
top:0;
left:0
}
#sidebar-wrapper.sticky {
margin-top:-60px;
-webkit-transition:.7s ease;
height:100%;
-o-transition:.7s ease;
transition:.7s ease;
position:fixed
}
#sidebar-wrapper.smooth {
-webkit-transition:all 1s ease-in-out;
-moz-transition:all 1s ease-in-out;
-o-transition:all 1s ease-in-out;
-ms-transition:all 1s ease-in-out;
transition:all 1s ease-in-out
}
#main-wrapper {
padding:190px 0 0
}
#main {
position:relative;
padding:0 15px
}
#sidebar-wrapper {
height:100%;
padding:0;
width:270px
}
#sidebar {
position:relative
}
#scroller1 {
width:285px;
overflow:auto
}
#sidebar .list-group-item {
border-radius:0;
border-left:0;
border-right:0;
border-top:0
}
@media (min-width:992px) {
#main-wrapper {
float:right
}
}
@media (max-width:992px) {
#main-wrapper, body {
padding-top:0
}
#sidebar-wrapper {
position:static;
height:auto;
max-height:300px;
border-right:0
}
#scroller1 {
width:175px;
height:680px;
overflow:auto
}
}
#product-list-cat-menu {
background:#f2f2f2;
width:auto;
margin-top:10px
}
#product-list-cat-menu ul {
list-style:none;
margin:0;
padding:0;
line-height:1;
display:block;
zoom:1
}
#product-list-cat-menu ul:after {
content:" ";
display:block;
font-size:0;
height:0;
clear:both;
visibility:hidden
}
#product-list-cat-menu ul li a, #product-list-cat-menu ul li a h4 {
font-family:'Open Sans', sans-serif;
font-size:13px;
font-weight:600
}
#product-list-cat-menu ul li {
padding:0;
margin:0
}
#product-list-cat-menu.align-right ul li {
float:right
}
#product-list-cat-menu.align-center ul {
text-align:center
}
#product-list-cat-menu ul li a {
color:#333;
display:block;
padding:15px 25px;
position:relative;
-webkit-transition:color .25s;
-moz-transition:color .25s;
-ms-transition:color .25s;
-o-transition:color .25s;
transition:color .25s
}
#product-list-cat-menu ul li a h4 {
margin:0
}
#product-list-cat-menu ul li a:after {
content:"";
display:block;
position:absolute;
right:-3px;
top:19px;
height:6px;
width:6px;
background:#333;
opacity:.5
}
#product-list-cat-menu ul li a:before {
content:"";
display:block;
position:absolute;
left:0;
bottom:0;
height:3px;
width:0;
background:#d70c00;
-webkit-transition:width .25s;
-moz-transition:width .25s;
-ms-transition:width .25s;
-o-transition:width .25s;
transition:width .25s
}
#product-list-cat-menu ul li.last>a:after, #product-list-cat-menu ul li:last-child>a:after {
display:none
}
#product-list-cat-menu ul li.active a {
color:#333
}
#product-list-cat-menu ul li.active a:before {
width:100%
}
#product-list-cat-menu.align-right li.last>a:after, #product-list-cat-menu.align-right li:last-child>a:after {
display:block
}
#product-left-fixed-menu ul ul ul, #product-list-cat-menu.align-right li:first-child a:after {
display:none
}
.sort-by {
margin-left:10px
}
@media screen and (max-width:768px) {
#product-list-cat-menu ul li {
float:none;
display:block
}
#product-list-cat-menu ul li a {
width:100%;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
border-bottom:1px solid #fb998c
}
#product-list-cat-menu ul li.last>a, #product-list-cat-menu ul li:last-child>a {
border:0
}
#product-list-cat-menu ul li a:after, #product-list-cat-menu ul li a:before {
display:none
}
}
#product-left-fixed-menu, #product-left-fixed-menu ul, #product-left-fixed-menu ul li, #product-left-fixed-menu ul li a {
margin:0;
padding:0;
border:0;
list-style:none;
line-height:1;
display:block;
position:relative;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}
#product-left-fixed-menu {
font-family:Raleway, sans-serif;
color:#000
}
#product-left-fixed-menu>ul>li.active>ul {
display:block
}
.align-right {
float:right
}
#product-left-fixed-menu>ul>li>a {
padding:10px;
cursor:pointer;
z-index:2;
font-size:16px;
color:#000;
background:#f2f2f2;
-webkit-transition:color .2s ease;
-o-transition:color .2s ease;
transition:color .2s ease;
border-bottom:1px solid #ddd
}
#product-left-fixed-menu ul ul li a:hover, #product-left-fixed-menu>ul>li>a:hover {
color:#d70c00
}
#product-left-fixed-menu ul>li.has-sub>a:after {
position:absolute;
right:26px;
top:13px;
z-index:5;
display:block;
height:10px;
width:2px;
background:#000;
content:"";
-webkit-transition:all .1s ease-out;
-moz-transition:all .1s ease-out;
-ms-transition:all .1s ease-out;
-o-transition:all .1s ease-out;
transition:all .1s ease-out
}
#product-left-fixed-menu ul>li.has-sub>a:before {
position:absolute;
right:22px;
top:17px;
display:block;
width:10px;
height:2px;
background:#000;
content:"";
-webkit-transition:all .1s ease-out;
-moz-transition:all .1s ease-out;
-ms-transition:all .1s ease-out;
-o-transition:all .1s ease-out;
transition:all .1s ease-out
}
#product-left-fixed-menu ul>li.has-sub.open>a:after, #product-left-fixed-menu ul>li.has-sub.open>a:before {
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg)
}
#product-left-fixed-menu ul ul li a {
padding:10px 5px;
cursor:pointer;
z-index:2;
font-size:14px;
text-decoration:none;
color:#777;
background:#fff;
-webkit-transition:color .2s ease;
-o-transition:color .2s ease;
transition:color .2s ease
}
#product-left-fixed-menu ul ul ul li a {
padding-left:15px;
font-size:13px
}
#product-left-fixed-menu ul ul>li.has-sub>a:after {
top:16px;
right:26px;
background:#ddd
}
#product-left-fixed-menu ul ul>li.has-sub>a:before {
top:20px;
background:#ddd
}
#custom-search-input {
padding:3px;
border:1px solid #E4E4E4;
border-radius:0;
background-color:#fff;
margin:10px 10px 10px 0
}
#custom-search-input input {
border:0;
box-shadow:none
}
#custom-search-input button {
margin:2px 0 0;
background:0 0;
box-shadow:none;
border:0;
color:#666;
padding:0 8px 0 10px;
border-left:solid 1px #ccc
}
.product-detail-content-bg, .product-detail-recently-view-bg {
background:#fff;
padding:10px
}
#custom-search-input button:hover {
border:0;
box-shadow:none;
border-left:solid 1px #ccc
}
#custom-search-input .glyphicon-search {
font-size:20px;
color:#ddd
}
.product-item {
height:400px;
margin:10px;
border:none;
border:1px solid #eee
}
.product-item .product-img-fix {
height:180px
}
.product-item:hover {
border:1px solid #ccc
}
.product-item img {
max-width:auto;
max-height:160px
}
.product-disc {
margin:0;
border:none
}
.ad-to-compare, .wishlist-icon i {
margin-top:10px
}
.lowest_price, .product-detail-price-alert-hd {
margin-bottom:20px
}
.product-title {
color:#212121;
font-size:13px;
line-height:18px;
max-height:36px;
overflow:hidden;
text-overflow:ellipsis;
font-family:roboto
}
.btn-product {
font-size:14px;
font-family:Verdana
}
.ad-to-compare {
font-size:12px;
color:#000;
font-family:Verdana;
margin-left:30px
}
.wishlist-icon {
background:#fff;
border:1px solid #e2e2e2;
border-radius:50%;
color:#c3c3c3;
cursor:pointer;
display:inline-block;
height:35px;
text-align:center;
margin-left:20px;
width:35px
}
.product-detail-tag-line {
font-size:15px;
margin-top:20px
}
.product-detail-content-bg {
box-shadow:0 1px 1px rgba(0, 0, 0, .05)
}
.product-detail-content-bg h4 {
font-size:17px;
color:#d70d00
}
.product-detail-price-alert {
font-size:14px
}
.product-detail-price-alert:hover {
color:#d70d00
}
.lowest_price {
font-size:18px;
color:#d70d00
}
#sync1 .item, #sync2 .item {
color:#FFF;
background:#fff;
text-align:center
}
.product-detail-price {
font-size:22px
}
.vendor-links {
margin-top:30px
}
.vendor-links img {
border:1px solid #ddd
}
.vendor-links button {
font-size:15px
}
#sync1 .item {
height:480px;
border:none;
border-radius:0;
box-shadow:0 1px 1px rgba(0, 0, 0, .05)
}
#sync1 .item img {
max-height:460px;
max-width:auto;
padding:10px
}
#sync2 .item {
padding:5px 0;
margin:5px;
cursor:pointer;
height:70px
}
#sync2 .item h1 {
font-size:18px
}
#sync2 .synced .item {
background:#fff
}
.product-details-small-slider {
max-height:60px;
max-width:100%
}
.recent-view-heading {
color:#fff;
background-color:#d9534f;
border-color:#ddd;
padding:3px 3px 3px 10px
}
.product-wrapper {
border-bottom:dotted 1px #ddd;
padding:5px
}
.recent-view-title {
height:29px;
overflow:hidden
}
.compare-img {
max-height:100px;
width:auto
}
.morecontent span {
display:none
}
.gallery, .mini-list-group {
display:inline-block
}
.comment {
background-color:#f9f9f7;
margin:10px 0;
padding:10px;
font-size:14px;
border:1px dotted #ddd
}
.gallery {
margin-top:10px;
width:100%
}
.mini-gallery {
padding-left:0
}
.thumbnail-product {
border:none
}
.filtter-bottom {
position:fixed;
bottom:0;
width:100%;
background-color:#fff;
color:#000;
z-index:999
}
.mini-submenu {
display:none;
background-color:#ddd;
padding:5px;
text-align:center;
width:100%
}
.mini-submenu:hover {
cursor:pointer
}
.mini-submenu .icon-bar {
border-radius:1px;
display:block;
height:2px;
width:22px;
margin-top:3px;
background-color:#000
}
#slide-submenu {
display:inline-block;
padding:0 8px;
cursor:pointer
}
.filter-product-page-tab-left {
background-color:#ddd
}
.filter-product-page-tab-right {
background-color:#fff
}
.list-group-item-filter {
background-color:#d70d00;
color:#fff;
border:none;
height:40px
}
.felter-heading {
color:#6f6f6f;
font-size:18px;
font-family:monospace
}
.mobile-detail {
border:1px solid #ddd
}
.mobile-detail-tabs {
margin-top:10px
}
.mobile-detail-tabs ul {
background:#f2f2f2
}
.mobile-detail-tabs ul li a {
border-bottom:1px solid #eee;
font-size:14px;
font-weight:600
}
.mobile-detail-tabs ul li a:hover {
background:#d70d00;
color:#fff
}
.table-panel {
margin:0
}
table#specifications {
border-spacing:13px;
width:100%
}
table#specifications td {
font-family:roboto;
font-size:13px;
padding:10px
}
table#specifications th {
background:#b6b6b6;
font-size:13px;
height:30px;
padding:10px;
width:100%;
color:#fff;
border:1px solid #b6b6b6;
font-family:arial
}
.check-icon {
color:#1b926c
}
.set-price-alert {
border-radius:0;
margin-top:50%;
width:400px
}
.set-price-alert-submit {
font-size:15px
}
.set-price-alert-header {
background:#d70d00;
color:#fff
}
.email-heading {
font-size:15px;
color:#999
}
.profile-sidebar {
background:#fff
}
.profile-usermenu ul li a {
color:#93a3b5;
font-size:14px;
font-weight:400
}
.profile-usermenu ul li a i {
margin-right:8px;
font-size:14px
}
.profile-usermenu ul li a:hover {
background-color:#fafcfd;
color:#000
}
.new-coupon-bg, .vendor-logo {
background-color:#fff
}
.vendor-logo h5 {
font-size:18px;
padding:10px;
color:#d70d00
}
.vendor-logo img {
width:120px;
padding:5px;
margin:10px;
border:1px solid #ddd
}
.new-coupon-slider-icon {
margin-top:20px;
margin-left:-10px
}
.new-coupon-pro img {
padding:15px
}
.new-coupon-pro-slider-mr {
margin-top:0
}
.new-coupon-hot-deals {
height:40px;
overflow:hidden
}
.new-coupon-hot-deals a {
color:#d70d00;
font-size:15px
}
.new-coupon-hot-deals-mini-text {
height:34px;
overflow:hidden;
font-size:11px
}
.coupon_list_left-bar {
background-color:#f2f2f2;
color:#000;
padding:10px
}
.coupon_list_profile {
background-color:#fff;
height:110px;
width:130px;
margin-top:-63px;
position:relative;
margin-left:20px;
border:1px solid #ddd
}
.coupon_list_profile-heading {
margin-left:20px;
margin-top:2px
}
.coupon_list_profile img {
padding-top:30px
}
.coupon-list-panel, .offer-type {
border:none
}
.coupon-list-panel:hover {
-webkit-box-shadow:0 0 5px 0 rgba(0, 0, 0, .09);
-moz-box-shadow:0 0 5px 0 rgba(0, 0, 0, .09);
box-shadow:0 0 5px 0 rgba(0, 0, 0, .09)
}
.coupon-list-panel-logo {
border:1px solid #ddd;
margin:10px;
height:auto;
padding:5px;
width:120px
}
.coupon-list-panel-heading {
color:#d70d00;
font-size:17px
}
.coupon-list-panel-content {
margin:10px
}
.coupon-details-content {
font-size:14px;
padding:12px;
text-align:justify
}
.coupon-details-code {
font-weight:700;
color:#fff;
background:green;
padding:9px 45px;
font-family:roboto;
width:240px;
text-align:center
}
.coupon-details-logo {
margin-left:150px
}
.coupon-detail-bg {
background-color:#f9f9f7;
margin:10px;
padding:10px;
border:1px dotted #ddd;
width:300px
}
.view-offer {
margin-top:15px
}
.view-offer a {
color:#fff
}
/*.overlay {
position:fixed;
width:100%;
height:100%;
background:rgba(215, 13, 0, .3);
left:0;
top:0;
z-index:99
}*/
.center {
position:absolute;
height:50px;
top:50%;
left:50%;
margin-left:-50px;
margin-top:-25px
}
? .overlay .loader {
height:20px;
width:250px
}
.overlay .loader--dot {
animation-name:loader;
animation-timing-function:ease-in-out;
animation-duration:3s;
animation-iteration-count:infinite;
height:20px;
width:20px;
border-radius:100%;
background-color:#000;
position:absolute;
border:2px solid #fff
}
.overlay .loader--dot:first-child {
background-color:#8cc759;
animation-delay:.5s
}
.overlay .loader--dot:nth-child(2) {
background-color:#8c6daf;
animation-delay:.4s
}
.overlay .loader--dot:nth-child(3) {
background-color:#ef5d74;
animation-delay:.3s
}
.overlay .loader--dot:nth-child(4) {
background-color:#f9a74b;
animation-delay:.2s
}
.overlay .loader--dot:nth-child(5) {
background-color:#60beeb;
animation-delay:.1s
}
.overlay .loader--dot:nth-child(6) {
background-color:#fbef5a;
animation-delay:0s
}
@keyframes loader {
15%, 95% {
transform:translateX(0)
}
45%, 65% {
transform:translateX(230px)
}
}
.wishlist-icon:hover {
box-shadow:3px 5px 17px rgba(215, 13, 0, .3);
-webkit-box-shadow:3px 5px 17px rgba(215, 13, 0, .3)
}
.separator {
margin-top:9px;
margin-bottom:7px
}
.mini_description li {
color:#999;
font-size:11px
}
.mini_description i {
font-size:7px;
color:#999
}
.recent-view-marquee {
border:none;
height:370px;
overflow:hidden
}
.product-img-fix {
height:200px
}
.product-items img {
max-height:180px
}
.product-items {
height:300px
}
.morelink {
color:#d70d00;
text-decoration:underline
}
.bot-links a, .trending-title a {
text-decoration:none
}
.buy_now {
margin-left:19px
}
.filter-heading {
background:#f2f2f2;
border:none
}
.coupon-listing-vendor-logo {
padding:5px;
border:1px solid #ddd;
margin-top:20px
}
.new-product-img-resize {
width:auto;
height:100px
}
.hot-deals-heading-text {
height:20px;
overflow:hidden;
width:110px
}
.store_color {
border:1px solid #333;
display:inline-block;
height:14px;
vertical-align:text-bottom;
width:14px;
border-radius:50%;
margin:0 10px
}
.store_color.gold {
background-color:gold
}
.store_color.silver {
background-color:silver
}
.store_color.grey {
background-color:grey
}
.store_color.white {
background-color:#fff
}
.store_color.black {
background-color:#000
}
.store_color.pink {
background-color:pink
}
.store_color.beige {
background-color:beige
}
.store_color.blue {
background-color:#00F
}
.store_color.red {
background-color:red
}
.store_color.green {
background-color:green
}
.store_color.purple {
background-color:purple
}
.store_color.bronze {
background-color:#CD7F32
}
.store_color.orange {
background-color:orange
}
.store_color.steel {
background-color:#e8e9e5
}
.store_color.yellow {
background-color:#FF0
}
.store_color.brown {
background-color:brown
}
.store_color.titanium {
background-color:#6a696f
}
.store_color.violet {
background-color:violet
}
.store_color.platinum {
background-color:#E5E4E2
}
.store_color.cobalt {
background-color:#0047ab
}
.store_color.cyan {
background-color:#0FF
}
.comment label {
margin-right:10px
}
.comment label:after {
content:":"
}
.app-popup-window {
border-radius:8px;
background:#deba04;
border:1px solid #6c5a02
}
.app-popup-window-close {
margin-top:-14px;
color:red;
font-size:29px;
border-radius:50%;
height:30px;
width:30px;
border:1px solid #000
}
.modal-title {
font-size:16px;
font-weight:600
}
.modal-header-popup {
border-bottom:1px solid #d8b212
}
.modal-title1 {
font-size:17px;
color:#c00
}
.modal-footer-button, .modal-footer-button-later {
color:#fff;
padding-left:20px;
padding-right:20px;
font-size:13px;
font-weight:700
}
.modal-footer {
border-top:1px solid #d8b212
}
.modal-footer-button {
border-radius:0;
background:#4d9b0e;
border:none
}
.modal-footer-button-later {
border-radius:0;
background:#d70d00;
border:none
}
#myModal .modal-dialog {
z-index:101
}
#myModal .modal-dialog .modal-content .modal-header-popup h4, .modal-body .modal-title {
color:#000
}
.modal-backdrop {
opacity:.5
}
#more-prices .panel-body {
overflow:auto;
width:100%!important
}
.product-details-small-slider {
width:100%;
padding:5px
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.product-details-small-slider {
width:auto!important
}
}
.extension_bg {
background:#d70d00
}
.extension_icon {
float:left;
margin-top:-20px
}
.extension_heading {
color:#fff;
font-family:Helvetica;
font-size:17px;
margin:14px;
float:left
}
.extension-close {
margin-top:14px
}
.extension-add-button {
background:#000;
border:none;
border-radius:3px;
margin-top:6px;
color:#fff;
font-size:15px;
padding:10px
}
.extension-add-button:hover {
background:#f2f2f2;
color:#000
}
#extension-install .navbar-fixed-bottom {
bottom:-75px;
-moz-transition-duration:.5s;
-webkit-transition-duration:.5s;
-o-transition-duration:.5s;
transition-duration:.5s;
-moz-transition-timing-function:cubic-bezier(0, 1, .5, 1);
-webkit-transition-timing-function:cubic-bezier(0, 1, .5, 1);
-o-transition-timing-function:cubic-bezier(0, 1, .5, 1);
transition-timing-function:cubic-bezier(0, 1, .5, 1)
}
#extension-install .navbar-fixed-bottom.open {
bottom:0;
-moz-transition-duration:.3s;
-webkit-transition-duration:.5s;
-o-transition-duration:.5s;
transition-duration:.5s;
-moz-transition-timing-function:ease-in;
-webkit-transition-timing-function:ease-in;
-o-transition-timing-function:ease-in;
transition-timing-function:ease-in
}
.slider_form_bg_img {
background-image:url(../../images/v1/form_img.jpg);
height:340px
}
.slider_form_bg {
background:rgba(0, 0, 0, .3);
height:100%
}
.slider_form {
padding-top:5%
}
.slider_form_button {
padding-left:35px;
padding-right:35px;
border-radius:2px;
margin-top:35px
}
.slider_form_heading {
color:#fff;
font-size:21px;
padding:10px;
text-align:center;
z-index:999;
line-height:28px
}
.slider_form_button_bottom {
background:#000;
margin-top:20%;
text-align:center;
padding:10px
}
.slider_form_button_bottom a {
font-size:17px;
color:#fff;
text-decoration:none
}
.slider_form .compare_mobiles option {
background:#fff;
padding:5px
}
.most_compare_pro_bg {
background:#fff;
padding:10px;
-webkit-box-shadow:0 0 5px 0 rgba(0, 0, 0, .06);
-moz-box-shadow:0 0 5px 0 rgba(0, 0, 0, .06);
box-shadow:0 0 5px 0 rgba(0, 0, 0, .06);
min-height:100px
}
.most_compare_pro_heading {
font-size:17px;
position:relative;
top:26px
}
.most_compare_pro_heading_vs {
font-size:12px;
color:#d70d00
}
.most_compare_pro_img {
height:100%;
left:0;
top:0;
width:100%
}
@media (max-width:360px) {
.hidden-xxs {
display:none!important
}
.most_compare_pro_heading {
top:0
}
}
.select_size_btn {
border:1px dotted #d8d8d8;
padding:10px
}
#specifications .key, #specifications .val {
border:1px solid #e6e6e6;
font-family:arial
}
.bot-links {
float:left;
width:100%;
padding-top:10px
}
.bot-links a {
display:inline-block;
padding:5px;
background:#f2f2f2;
font-size:14px;
margin-bottom:5px;
color:#9c9c9c
}
#specifications .key {
background:#f2f2f2;
font-size:13px;
font-weight:600
}
@media only screen and (max-width:768px) {
.slider_form_bg_img {
background-image:url(../../images/v1/form_img.jpg);
height:210px
}
}
@media only screen and (max-width:980px) {
.slider_form_bg_img {
background-image:url(../../images/v1/form_img.jpg);
height:210px
}
}
.nano {
position:relative;
width:100%;
height:120px;
overflow:hidden
}
.nano>.nano-content, .nano>.nano-pane {
position:absolute;
right:0;
top:0;
bottom:0
}
.nano>.nano-content {
overflow:scroll;
overflow-x:hidden;
left:0
}
.nano>.nano-content::-webkit-scrollbar {
display:none
}
.nano>.nano-pane {
width:10px;
visibility:hidden\9;
opacity:.01;
-webkit-transition:.2s;
-moz-transition:.2s;
-o-transition:.2s;
transition:.2s;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background:#f2f2f2
}
.nano1>.scrollPane, .nano>.nano-pane>.nano-slider {
-moz-border-radius:5px;
-webkit-border-radius:5px
}
.nano>.nano-pane>.nano-slider {
position:relative;
margin:0 1px;
border-radius:5px;
background:#d70d00
}
.nano-pane.active, .nano-pane.flashed, .nano:hover>.nano-pane {
visibility:visible\9;
opacity:.99
}
.nano1 {
position:relative;
width:100%;
height:700px;
margin-left:15px
}
.nano1>.nano-content, .nano1>.scrollPane {
position:absolute;
right:0;
top:0;
bottom:0
}
.nano1>.nano-content {
overflow:scroll;
overflow-x:hidden;
left:0
}
.nano1>.nano-content::-webkit-scrollbar {
display:none
}
.has-scrollbar>.nano-content::-webkit-scrollbar {
display:block
}
.nano1>.scrollPane {
width:10px;
visibility:hidden\9;
opacity:.01;
-webkit-transition:.2s;
-moz-transition:.2s;
-o-transition:.2s;
transition:.2s;
border-radius:5px;
background:#f2f2f2
}
.nano1>.scrollPane>.nano-slider {
position:relative;
margin:0 1px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background:#999
}
.nano1:hover>.scrollPane, .scrollPane.active, .scrollPane.flashed {
visibility:visible\9;
opacity:.99
}
.popular_product_menu {
background:0 0!important;
border:none!important
}
.popular_product_menu li a {
font-size:13px!important;
padding:8px;
font-weight:400!important;
border-bottom:1px dashed #f2f2f2!important
}
.popular_product_menu li a:hover {
background:#f2f2f2!important;
color:#000!important
}
@media only screen and (max-width:768px) {
#sidebar-wrapper {
height:100%;
padding:0;
width:232px
}
.coupon_menu_img {
width:120px
}
.aap_menu_img {
width:70px
}
}
.trending_pro_bg {
background:#fff;
box-shadow:0 0 5px 0 rgba(0, 0, 0, .06)
}
.trending-item {
height:260px;
margin-top:20px;
border:1px solid #f2f2f2
}
.trending-item:hover {
border:1px dotted #e2e2e2
}
.trending-item_pro_img {
height:150px
}
.trending-item img {
max-height:130px;
width:auto
}
.trending-item_img:hover {
max-height:150px;
width:auto
}
.trending-title {
color:#212121;
font-size:13px;
line-height:18px;
max-height:36px;
overflow:hidden;
text-overflow:ellipsis;
font-family:arial
}
.media-carousel {
margin-bottom:0;
padding:0 20px 5px
}
.media-carousel .carousel-control.left, .media-carousel .carousel-control.right {
height:90px;
color:#999;
width:40px;
margin-top:95px;
padding-top:30px;
background:#f2f2f2
}
.trending_pro_heading {
color:#d70d00;
font-size:18px;
margin:0;
font-family:roboto;
padding:10px 10px 0
}
.trending_heading {
background:#f2f2f2;
padding:10px;
font-family:roboto;
float:left;
font-size:18px
}
.trending_marquee {
display:inline-block;
font-size:14px;
text-align:left;
background-color:#fff;
height:50px;
margin-bottom:10px;
width:100%
}
.trending_marquee_heading {
background:#d70d00;
float:left;
color:#fff!important;
height:50px;
padding:10px;
font-size:20px;
font-family:roboto
}
.trending_logo {
padding:8px
}
.trending_offer_text {
color:#d70d00;
font-size:17px
}
.best_phones_under_heading {
background:#d70d00!important;
color:#fff!important;
font-size:18px;
font-family:arial;
border:none;
border-radius:0
}
.best_phones_under li {
padding:9px;
border-bottom:1px dashed #f2f2f2
}
.best_phones_under li a {
font-size:15px
}
.computer_heading, .update-split {
font-size:18px
}
.best_phones_under li a:hover {
color:#d70d00
}
.update-split {
background:#d70d00;
padding:13px;
width:107px;
color:#fff
}
.sprite_cat {
display:inline-block;
width:100%
}
.sprite {
background:url(../../images/v1/icons-sprite.png) no-repeat rgba(0, 0, 0, 0);
display:block;
height:21px;
width:34px
}
.mobile {
background-position:0 0
}
.men {
background-position:-33px 0
}
.women {
background-position:-65px 0
}
.books {
background-position:-101px 0
}
.home-decor {
background-position:-136px 0
}
.appliances {
background-position:-170px 0
}
.electronics {
background-position:-205px 0
}
.coupons {
background-position:-238px 0
}
.view_all {
background-position:-273px 0
}
.vendor_row {
padding-left:15px;
padding-right:15px;
border:1px solid #f2f2f2;
margin-top:10px
}
.vendor_compare_online {
background:#fdc609;
color:#fff;
height:57px
}
.vendor_compare_online h1 {
font-size:18px;
color:#000
}
.vdindiashoppsstikar {
width:258px;
height:142px;
margin:0px;
padding:0px;
bottom:19px;
position:fixed;
right:0px;
z-index:99999;
opacity:0.8
}
div.checker span {
display: -moz-inline-box;
display: inline-block;
zoom: 1;
text-align: center;
background-position: 0 -257px;
} | 0.192009 | 0.057045 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("laposte.fr"), domain("laposte.net") {
body,
#header {
background: #3E3E3E !important;
}
#header #header-nav,
#footer,
div.panel,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.tile,
#ipt-track-number,
/* Mail */
.skin_table,
.DwtInputField-hint INPUT[type="text"],
.DwtInputField-hint INPUT[type="password"],
.DwtInputField-hint INPUT,
.DwtSimpleInput-hint,
.DwtInputField INPUT[type="text"],
.DwtInputField INPUT[type="password"],
.DwtSimpleInput,
INPUT[type="text"],
INPUT[type="password"]{
background: #666;
}
.wrapper > div:nth-child(1) > div:nth-child(1) > a:nth-child(1),
.wrapper > div:nth-child(1) > div:nth-child(2) > a:nth-child(1),
div.col-xs-6:nth-child(3) > a:nth-child(1),
div.col-xs-6:nth-child(4) > a:nth-child(1),
#searchProduct,
.tile.tile--default .tile__content-wrapper,
.btn,
#header .active .btn-header,
#header .btn-header:hover,
#header #header-nav .header--popover,
/* Mail */
#skin_container_search .ZmSearchToolbar,
#zi_search_inputfield,
.ZmOverview .overviewHeader,
.DwtListView-Column[id*="zlh__CLV-main"],
.overviewHeader td,
#zlht__TV-main td,
.DwtTreeItemLevel1ChildDiv,
.ZmOverview,
.DwtListView-Rows,
#skin_tr_top .ZToolbarTable #ztb_appChooser_items .ZAppTabTable,
.ZmContactSplitView,
.ZmContactView,
.ZmEditContactView,
.LightWindowOuterContainer,
.LightWindowInnerContainer,
.ZmMailMsgView,
.ZmMailMsgView .MsgBody,
.MsgBody *, .MsgBody-html * {
background: #888 !important;
}
/* Mail */
#skin_spacing_top_row > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1),
/* Mail read */
.DwtListView-Rows .Row,
.DwtMenu,
.ActionMenu,
.DwtSelectMenu,
#skin_tr_top #ztb_appChooser_items .ZSelected .ZAppTabTable,
#zv__CNS-main,
.DwtComposite,
[id*="__MSG_headerElement"] .MessageHeaderAttachments {
background: #bbb !important;
}
/* Mail not read */
.DwtListView-Rows .Row .Unread td,
.DwtListView-Rows .RowDouble .Unread td {
background: #ddd !important;
}
[id*="__MSG_headerElement"] [id*="_hdrTable"] .LabelColName,
.MsgBody *, .MsgBody-html * {
color: #ddd !important;
}
.link, .text-darker {
color: #EE6200 !important;
}
.link:hover,
.text-darker:hover,
.panel-light .text-info[class^="icon-"]::before,
.panel-light .text-info[class*=" icon-"]::before {
color: #FF7F00 !important;
}
.close,
.panel-light .text-info[class^="icon-"]::before,
.panel-light .text-info[class*=" icon-"]::before {
text-shadow: 0 1px 0 #222 !important;
}
.overviewHeader > TABLE,
.overviewHeader-actioned > TABLE {
border: 0px;
}
} | data/usercss/127160.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("laposte.fr"), domain("laposte.net") {
body,
#header {
background: #3E3E3E !important;
}
#header #header-nav,
#footer,
div.panel,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.tile,
#ipt-track-number,
/* Mail */
.skin_table,
.DwtInputField-hint INPUT[type="text"],
.DwtInputField-hint INPUT[type="password"],
.DwtInputField-hint INPUT,
.DwtSimpleInput-hint,
.DwtInputField INPUT[type="text"],
.DwtInputField INPUT[type="password"],
.DwtSimpleInput,
INPUT[type="text"],
INPUT[type="password"]{
background: #666;
}
.wrapper > div:nth-child(1) > div:nth-child(1) > a:nth-child(1),
.wrapper > div:nth-child(1) > div:nth-child(2) > a:nth-child(1),
div.col-xs-6:nth-child(3) > a:nth-child(1),
div.col-xs-6:nth-child(4) > a:nth-child(1),
#searchProduct,
.tile.tile--default .tile__content-wrapper,
.btn,
#header .active .btn-header,
#header .btn-header:hover,
#header #header-nav .header--popover,
/* Mail */
#skin_container_search .ZmSearchToolbar,
#zi_search_inputfield,
.ZmOverview .overviewHeader,
.DwtListView-Column[id*="zlh__CLV-main"],
.overviewHeader td,
#zlht__TV-main td,
.DwtTreeItemLevel1ChildDiv,
.ZmOverview,
.DwtListView-Rows,
#skin_tr_top .ZToolbarTable #ztb_appChooser_items .ZAppTabTable,
.ZmContactSplitView,
.ZmContactView,
.ZmEditContactView,
.LightWindowOuterContainer,
.LightWindowInnerContainer,
.ZmMailMsgView,
.ZmMailMsgView .MsgBody,
.MsgBody *, .MsgBody-html * {
background: #888 !important;
}
/* Mail */
#skin_spacing_top_row > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1),
/* Mail read */
.DwtListView-Rows .Row,
.DwtMenu,
.ActionMenu,
.DwtSelectMenu,
#skin_tr_top #ztb_appChooser_items .ZSelected .ZAppTabTable,
#zv__CNS-main,
.DwtComposite,
[id*="__MSG_headerElement"] .MessageHeaderAttachments {
background: #bbb !important;
}
/* Mail not read */
.DwtListView-Rows .Row .Unread td,
.DwtListView-Rows .RowDouble .Unread td {
background: #ddd !important;
}
[id*="__MSG_headerElement"] [id*="_hdrTable"] .LabelColName,
.MsgBody *, .MsgBody-html * {
color: #ddd !important;
}
.link, .text-darker {
color: #EE6200 !important;
}
.link:hover,
.text-darker:hover,
.panel-light .text-info[class^="icon-"]::before,
.panel-light .text-info[class*=" icon-"]::before {
color: #FF7F00 !important;
}
.close,
.panel-light .text-info[class^="icon-"]::before,
.panel-light .text-info[class*=" icon-"]::before {
text-shadow: 0 1px 0 #222 !important;
}
.overviewHeader > TABLE,
.overviewHeader-actioned > TABLE {
border: 0px;
}
} | 0.226441 | 0.10942 |
----------------------------------------------- */
html, body, form, fieldset {
margin: 0; padding: 0;
}
form label {
cursor: pointer;
}
fieldset {
border: none;
}
input, select, textarea {
font-size: 100%;
}
.clearer {
clear: both;
}
/* Main structure
----------------------------------------------- */
body {
font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 76%;
color: #545454; background: #fff;
line-height: 120%;
min-width: 760px;
}
#wrapper {
width: 760px;
text-align: left;
}
#content {
clear: both;
padding: 2em 20px;
}
#primary {
width: 500px; float: right;
overflow: hidden;
}
#secondary {
width: 200px; float: left;
overflow: hidden;
}
#intro {
padding: 0 0 1em 220px;
}
body.janus #primary, body.janus #nav-1, body.janus .comment-content, body.janus .trackback-data, body.janus #comment-input, body.janus #about {
float: left;
}
body.janus #secondary, body.janus #nav-2, body.janus .comment-metadata, body.janus .trackback-time, body.janus #info-input, body.janus #miscellany {
float: right;
}
body.janus #intro {
padding: 0 220px 1em 0;
}
#footer {
clear: both;
}
#miscellany {
width: 200px; float: left;
margin: 1.6em 0 0 0;
}
#miscellany .searchbox {
float: none;
}
#about {
width: 500px; float: right;
margin: 1.6em 0 0 0;
}
#theme-info, #footer-include {
clear: both;
}
/* Alignment
----------------------------------------------- */
.primary {
width: 500px; float: right;
}
body.janus .primary {
float: left;
}
.secondary {
width: 200px; float: left;
}
body.janus .secondary {
float: right;
}
body.center #wrapper {
margin: 0 auto;
}
body.left #wrapper {
margin: 0 auto 0 0;
}
body.center {
text-align: center;
}
body.left {
text-align: left;
}
/* Header
----------------------------------------------- */
#header {
padding: 0 20px 0 20px;
}
#title {
border-bottom: 1px solid #ccc;
}
#navigation {
border-bottom: 1px solid #ccc;
}
/* Navigation
----------------------------------------------- */
#nav-1 {
list-style: none;
width: 500px; float: right;
margin: 0; padding: 0.5em 0;
}
#nav-1 li {
display: inline;
margin: 0 1em 0 0;
}
#nav-2 {
list-style: none;
width: 200px; float: left;
margin: 0; padding: 0.5em 0 0.2em 0;
}
#nav-2 li {
display: inline;
margin: 0 1em 0 0;
}
/* Feed icon
----------------------------------------------- */
.feed {
padding: 5px 0 5px 20px;
font-size: 0.8em;
background: url('images/feed-add.gif') no-repeat 0 50%;
}
/* Clearfix
----------------------------------------------- */
#navigation:after, #comments-meta:after, .comment:after, .trackback:after, .pingback:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#navigation, #comments-meta, .comment, .trackback, .pingback {display: inline-block;}
/* Hides from IE-mac \*/
* html #navigation, * html #comments-meta, * html .comment, * html .trackback, * html .pingback {height: 1%;}
#navigation, #comments-meta, .comment, .trackback, .pingback {display: block;}
/* End hide from IE-mac */
/* Content
----------------------------------------------- */
p {
margin: 0 0 1em 0;
}
blockquote {
margin: 0 0 1.2em 0; padding: 0 60px;
font-family: 'Times New Roman', Times, serif; font-size: 1.2em; color: #a8a8a8;
}
ul, ol {
margin: 0 0 1em 2em; padding: 0;
}
.entry ol {
padding-left: 10px;
}
ul {
list-style: disc;
}
li {
margin: 0 0 0.25em 0;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
code {
font-family: 'Courier New', Courier, monospace; font-size: 1.1em; color: #7ca653;
}
acronym {
border-bottom: 1px solid #8fb7bf;
}
small {
font-size: 0.8em;
}
/* Headers
--------------------------------------- */
#blog-title {
font-family: 'Times New Roman', Times, serif; font-size: 2.5em; font-weight: normal;
margin: 0; border: none; padding: 0; line-height: 120%;
}
span#blog-title {display:block;}
#tagline {
font-family: 'Times New Roman', Times, serif; font-size: 1.5em; font-weight: normal; font-style: italic; color: #a8a8a8;
margin: 0.1em 0 0.3em 0; border: none; padding: 0; line-height: 120%;
}
h1, h2, .post-title {
font-family: 'Times New Roman', Times, serif; font-size: 2em; font-weight: normal; line-height: 120%;
margin: 0; border-bottom: 1px solid #ccc; padding: 0 0 0.1em 0;
}
.static .post-title, .archive .post-title {
margin: 0 0 0.3em 0;
}
#intro h1 {
margin: 0 0 0.3em 0;
}
h3 {
font-size: 0.8em; font-weight: normal; color: #8fbf60;
text-transform: uppercase; letter-spacing: 0.1em;
margin: 0 0 0.8em 0; border-bottom: 1px solid #e5e5e5; padding: 0 0 0.4em 0;
}
h4 {
font-family: 'Times New Roman', Times, serif; font-size: 1.5em; font-weight: normal; line-height: 120%;
margin: 0 0 0.3em 0;
}
/* Post content
--------------------------------------- */
#post-nav {
font-size: 0.8em; text-align: center;
margin: -2em 0 2em 0; padding: 0 0 0 220px;
}
.entry {
margin: 0 0 3em 0;
clear: both;
}
body.single .entry {
margin: 0 0 2em 0; border-bottom: none; padding: 0;
}
.post-meta {
margin: 0 0 1em 0;
}
.post-metadata {
font-size: 0.8em; color: #a8a8a8;
margin: 0; padding: 0.3em 0 0 0;
}
.post-content {
}
.post-content p {
line-height: 1.4;
}
.post-content li {
line-height: 1.4;
}
.archive .post-content {
margin: 0 0 1.5em 0;
}
body a.download {
display: block; font-weight: bold;
margin: 0 0 1em 0; padding: 5px 5px 5px 36px;
}
body a.download:link, body a.download:visited, body a.download:active {
background: #fafeff url('images/download.gif') no-repeat 10px 50%;
border-top: 1px solid #cfe2e5; border-bottom: 1px solid #cfe2e5;
}
body a.download:hover {
background: #fffafb url('images/download.gif') no-repeat 10px 50%;
border-top: 1px solid #e5cfd2; border-bottom: 1px solid #e5cfd2;
}
a img {
border: 1px solid #006a80;
}
a:hover img {
border: 1px solid #a8001c;
}
#wrapper a.imagelink:link, #wrapper a.imagelink:visited, #wrapper a.imagelink:hover, #wrapper a.imagelink:active {
border: none;
}
.imageleft {
float: left;
margin: 0 10px 10px 0;
}
.imageright {
float: right;
margin: 0 0 10px 10px;
}
.imageblock {
display: block;
margin: 0 0 1em 0;
}
.tagdata {
font-size: 0.8em; color: #a8a8a8;
}
.aside {
margin: 0 0 3em 0;
}
.aside-meta {
margin: -0.8em 0 0 0; border-top: 1px dotted #d9d9d9; padding: 0.2em 0 0 0;
color: #a8a8a8; font-size: 0.8em; text-align: right;
}
/* Tags page
--------------------------------------- */
.tagcloud {
margin: 1em 0 2em 0;
line-height: 150%;
}
.tagcloud a {
border: none !important;
}
#searchselector {
margin: 0.5em 0 1em 0;
}
/* Search content
--------------------------------------- */
.post-brief {
margin: 0 0 2em 0;
}
.post-brief h3 {
margin: 0 0 0.2em 0;
}
.post-brief p.post-metadata {
color: #a8a8a8;
margin: 0 0 0.2em 0; border: none; padding: 0;
}
.post-brief p.excerpt {
margin: 0;
}
/* Comments
--------------------------------------- */
#comments {
float:right;
overflow:hidden;
width:500px;
padding: 2em 0 0 0;
}
#comments-meta {
padding: 0 0 0.1em 0;
}
h2.comments-title {
width: 200px; float: left;
margin: 0; border: none; padding: 0.1em 0 0 0;
}
.comments-feed {
width: 500px; float: right; text-align: right;
margin: 0; padding: 0.75em 0 0 0;
}
.comments-feed a {
padding: 5px 24px 5px 0;
background: url('images/feed.gif') no-repeat 100% 50%;
font-size: 0.8em;
}
.comment {
margin: 0; border-top: 1px solid #ccc; padding: 0.5em 0;
}
.comment p {
line-height: 1.4;
}
.comment-metadata {
width: 200px; float: left;
}
.comment-permalink {
font-size: 0.8em;
margin: 0;
}
.comment-author {
margin: 0 0 0.5em 0;
}
.comment-content {
}
.comment .avatar {
border: none;
float: right;
margin: 0 0 3px 6px;
}
.comment a:link .avatar, .comment a:visited .avatar, .comment a:hover, .avatar, .comment a:active .avatar {
border: none;
}
body.janus .avatar {
float: left;
margin: 0 6px 3px 0;
}
.bypostauthor {
/* author highlighting: uncomment the following line to turn it on */
/* background: #fbfeff; */
}
.trackback, .pingback {
margin: 0; border-top: 1px solid #ccc; padding: 0.5em 0 0.5em 0;
background: #fcffff url('images/trackback.gif') no-repeat 100% 60%;
}
.trackback p, .pingback p {
font-size: 0.8em;
margin: 0;
}
.trackback-time {
width: 200px; float: left;
}
.trackback-data {
width: 500px; float: right;
}
#respond {
margin: 0; border-top: 1px solid #ccc; padding: 1em 0 0 0;
float:right;
overflow:hidden;
width:500px;
}
.comments-info {
font-size: 0.8em;
margin: 0.6em 0 1em 0px; border-bottom: 1px solid #ccc; padding: 0 0 1.2em 0;
}
#commentPreview { /* Live comment preview div */
margin: 1em 0 0 0;
}
/* Lists
--------------------------------------- */
.navlist {
list-style: none;
margin: 0 0 1em 0;
}
.navlist li {
margin: 0.5em 0;
}
.navlist ul {
list-style: none;
margin: 0 0 0 1em;
}
.navlist ul li {
margin: 0.5em 0;
}
.archivelist {
list-style: none;
margin: 0.5em 0 1em 0;
}
.archivelist li {
margin: 0.5em 0;
}
.archivelist ul {
list-style: none;
margin: 0 0 0 1.5em;
}
.archivelist ul li {
margin: 0.5em 0;
}
.postspermonth {
list-style: none;
margin: 0.5em 0 1em 0;
}
.postspermonth li {
margin: 0.5em 0;
}
/* Sidebar
--------------------------------------- */
#secondary {
}
#wp_tag_cloud div a { line-height: 1; }
/* Footer
--------------------------------------- */
#footer {
margin: 1em 20px 0 20px; border-top: 3px double #ccc; padding: 0 0 0 0;
}
#recent {}
#recent ul {
list-style: none;
margin: 0;
}
#recent li {
margin: 0;
}
h4.recent-title {
margin: 0;
}
p.recent-metadata {
font-size: 0.8em; color: #a8a8a8;
margin: 0;
}
p.recent-excerpt {
line-height: 1.4;
margin: 0 0 1em 0;
}
#blurb {}
#blurb p {
line-height: 1.4;
}
#theme-info {
margin: 0.5em 0 0 0; border-top: 3px double #ccc; padding: 1em 0 0.5em 0;
color: #a8a8a8;
}
/* Forms
----------------------------------------------- */
input {
font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 100%;
}
/* Search form
--------------------------------------- */
.searchbox {
width: 200px;
margin: 0 0 1em 0;
}
#s {
display: block; width: 194px;
margin: 0 0 0.6em 0; border: 1px solid #ccc; padding: 2px;
background: #fafafa; color: #545454;
}
#s:focus {
background: #fff;
}
/* Comment form
--------------------------------------- */
#commentform {
}
#info-input {
width: 320px; float: left;
}
.userinfo {
color: #a8a8a8;
}
#info-input label {
display: block;
margin: 0 0 1.2em 0;
color: #a8a8a8;
}
#info-input input#subscribe {
float: left;
}
#author, #email, #url {
display: block; width: 194px;
margin: 0.2em 0 0 0; border: 1px solid #ccc; padding: 2px;
background: #fafafa; color: #545454;
}
#comment-input {
width: 500px; float: right;
}
#comment-input label {
display: block;
margin: 0 0 0.2em 0;
color: #a8a8a8;
}
#comment-input textarea {
width: 494px;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0 0 1.2em 0; border: 1px solid #ccc; padding: 2px;
background: #fafafa; color: #545454;
}
#author:focus, #email:focus, #url:focus, #comment:focus {
background: #fff;
}
#submit {
margin: 0 0 1em 0;
}
/* Links
----------------------------------------------- */
a {
text-decoration: none;
}
a:link, a:visited, a:active {
color: #006a80;
}
a:hover {
color: #a8001c;
}
.content a:link, .content a:active, .content a:visited, .post-content a:link, .post-content a:active, .post-content a:visited, .comment-content a:link, .comment-content a:active, .comment-content a:visited, #blurb a:link, #blurb a:active, #blurb a:visited, .recent p a:link, .recent p a:active, .recent p a:visited {
border-bottom: 1px solid #cfe2e5;
}
.content a:hover, .post-content a:hover, .comment-content a:hover, #blurb a:hover, .recent p a:hover {
border-bottom: 1px solid #e5cfd2;
}
body .content h3 a:link, body .content h3 a:visited, body .content h3 a:hover, body .content h3 a:active, body .post-content h3 a:link, body .post-content h3 a:visited, body .post-content h3 a:hover, body .post-content h3 a:active, body .post-content h4 a:link, body .post-content h4 a:visited, body .post-content h4 a:hover, body .post-content h4 a:active {
border: none;
}
/* Widgets
----------------------------------------------- */
.widgets .textwidget {
padding: 0 0 1em 0;
}
.widgets a img { border: 0; }
.widgets .rsswidget img {
border: 0;
}
.widgets .pagenav, .widgets .pagenav ul, .widgets .page_item, .widgets .widget_archives ul {
list-style: none;
background: none !important;
margin: 0; padding: 0;
}
.widgets .navlist .page_item {
margin: 0.5em 0;
}
.widgets .navlist ul {
list-style: none;
margin: 0 0 0 1em;
}
.widgets .navlist ul li {
margin: 0.5em 0;
}
.widget_pages ul li.page_item, .widgets .pagenav ul li {
margin: 0.5em 0;
}
.widget_pages ul li.page_item ul, .widgets .pagenav ul li ul {
margin: 0 0 0 1em;
}
.widget_pages ul li.page_item ul li, .widgets .pagenav ul li ul li {
margin: 0.5em 0;
}
.widget_archives ul li {
margin: 0.5em 0;
}
.widgets .widget_archives, body .widgets .pagenav {
margin: 0 0 1em 0;
}
.widgets .widget_gsearch div {
text-align: left !important;
margin: 0 0 1em 0;
}
.widgets #wp-calendar {
width: 100%;
}
.widget_calendar table, .widget_calendar tr, widget_calendar th {
text-align: left;
}
.widgets #wp-calendar caption {
text-align: left;
font-size: 0.8em; font-weight: normal; color: #8fbf60;
text-transform: uppercase; letter-spacing: 0.1em;
margin: 0 0 0.8em 0; border-bottom: 1px solid #e5e5e5; padding: 0 0 0.4em 0;
}
.widget_search {
margin: 0 0 1em 0;
}
.widget_search #s {
display: block; width: 194px;
margin: 0; border: 1px solid #ccc; padding: 2px;
background: #fafafa; color: #545454;
}
#s:focus {
background: #fff;
}
.widgets ul {
list-style: none;
margin: 0; padding: 0;
}
.widgets li {
margin: 0.5em 0;
}
.widgets ul li ul {
margin: 0 0 0 1em;
}
.widgets .widget {
margin: 0 0 1em 0;
}
.linkcat {
list-style: none;
}
#header-image a img {
border: 0;
}
.navigation .left { float: left; }
.navigation .right { float: right; }
img.centered, img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}
.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
.sticky .post-title {
background: #006A80;
padding: 5px;
}
.sticky .post-title a {
color: white;
} | tests/data/wpcom-themes/tarski/style.css | ----------------------------------------------- */
html, body, form, fieldset {
margin: 0; padding: 0;
}
form label {
cursor: pointer;
}
fieldset {
border: none;
}
input, select, textarea {
font-size: 100%;
}
.clearer {
clear: both;
}
/* Main structure
----------------------------------------------- */
body {
font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 76%;
color: #545454; background: #fff;
line-height: 120%;
min-width: 760px;
}
#wrapper {
width: 760px;
text-align: left;
}
#content {
clear: both;
padding: 2em 20px;
}
#primary {
width: 500px; float: right;
overflow: hidden;
}
#secondary {
width: 200px; float: left;
overflow: hidden;
}
#intro {
padding: 0 0 1em 220px;
}
body.janus #primary, body.janus #nav-1, body.janus .comment-content, body.janus .trackback-data, body.janus #comment-input, body.janus #about {
float: left;
}
body.janus #secondary, body.janus #nav-2, body.janus .comment-metadata, body.janus .trackback-time, body.janus #info-input, body.janus #miscellany {
float: right;
}
body.janus #intro {
padding: 0 220px 1em 0;
}
#footer {
clear: both;
}
#miscellany {
width: 200px; float: left;
margin: 1.6em 0 0 0;
}
#miscellany .searchbox {
float: none;
}
#about {
width: 500px; float: right;
margin: 1.6em 0 0 0;
}
#theme-info, #footer-include {
clear: both;
}
/* Alignment
----------------------------------------------- */
.primary {
width: 500px; float: right;
}
body.janus .primary {
float: left;
}
.secondary {
width: 200px; float: left;
}
body.janus .secondary {
float: right;
}
body.center #wrapper {
margin: 0 auto;
}
body.left #wrapper {
margin: 0 auto 0 0;
}
body.center {
text-align: center;
}
body.left {
text-align: left;
}
/* Header
----------------------------------------------- */
#header {
padding: 0 20px 0 20px;
}
#title {
border-bottom: 1px solid #ccc;
}
#navigation {
border-bottom: 1px solid #ccc;
}
/* Navigation
----------------------------------------------- */
#nav-1 {
list-style: none;
width: 500px; float: right;
margin: 0; padding: 0.5em 0;
}
#nav-1 li {
display: inline;
margin: 0 1em 0 0;
}
#nav-2 {
list-style: none;
width: 200px; float: left;
margin: 0; padding: 0.5em 0 0.2em 0;
}
#nav-2 li {
display: inline;
margin: 0 1em 0 0;
}
/* Feed icon
----------------------------------------------- */
.feed {
padding: 5px 0 5px 20px;
font-size: 0.8em;
background: url('images/feed-add.gif') no-repeat 0 50%;
}
/* Clearfix
----------------------------------------------- */
#navigation:after, #comments-meta:after, .comment:after, .trackback:after, .pingback:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#navigation, #comments-meta, .comment, .trackback, .pingback {display: inline-block;}
/* Hides from IE-mac \*/
* html #navigation, * html #comments-meta, * html .comment, * html .trackback, * html .pingback {height: 1%;}
#navigation, #comments-meta, .comment, .trackback, .pingback {display: block;}
/* End hide from IE-mac */
/* Content
----------------------------------------------- */
p {
margin: 0 0 1em 0;
}
blockquote {
margin: 0 0 1.2em 0; padding: 0 60px;
font-family: 'Times New Roman', Times, serif; font-size: 1.2em; color: #a8a8a8;
}
ul, ol {
margin: 0 0 1em 2em; padding: 0;
}
.entry ol {
padding-left: 10px;
}
ul {
list-style: disc;
}
li {
margin: 0 0 0.25em 0;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
code {
font-family: 'Courier New', Courier, monospace; font-size: 1.1em; color: #7ca653;
}
acronym {
border-bottom: 1px solid #8fb7bf;
}
small {
font-size: 0.8em;
}
/* Headers
--------------------------------------- */
#blog-title {
font-family: 'Times New Roman', Times, serif; font-size: 2.5em; font-weight: normal;
margin: 0; border: none; padding: 0; line-height: 120%;
}
span#blog-title {display:block;}
#tagline {
font-family: 'Times New Roman', Times, serif; font-size: 1.5em; font-weight: normal; font-style: italic; color: #a8a8a8;
margin: 0.1em 0 0.3em 0; border: none; padding: 0; line-height: 120%;
}
h1, h2, .post-title {
font-family: 'Times New Roman', Times, serif; font-size: 2em; font-weight: normal; line-height: 120%;
margin: 0; border-bottom: 1px solid #ccc; padding: 0 0 0.1em 0;
}
.static .post-title, .archive .post-title {
margin: 0 0 0.3em 0;
}
#intro h1 {
margin: 0 0 0.3em 0;
}
h3 {
font-size: 0.8em; font-weight: normal; color: #8fbf60;
text-transform: uppercase; letter-spacing: 0.1em;
margin: 0 0 0.8em 0; border-bottom: 1px solid #e5e5e5; padding: 0 0 0.4em 0;
}
h4 {
font-family: 'Times New Roman', Times, serif; font-size: 1.5em; font-weight: normal; line-height: 120%;
margin: 0 0 0.3em 0;
}
/* Post content
--------------------------------------- */
#post-nav {
font-size: 0.8em; text-align: center;
margin: -2em 0 2em 0; padding: 0 0 0 220px;
}
.entry {
margin: 0 0 3em 0;
clear: both;
}
body.single .entry {
margin: 0 0 2em 0; border-bottom: none; padding: 0;
}
.post-meta {
margin: 0 0 1em 0;
}
.post-metadata {
font-size: 0.8em; color: #a8a8a8;
margin: 0; padding: 0.3em 0 0 0;
}
.post-content {
}
.post-content p {
line-height: 1.4;
}
.post-content li {
line-height: 1.4;
}
.archive .post-content {
margin: 0 0 1.5em 0;
}
body a.download {
display: block; font-weight: bold;
margin: 0 0 1em 0; padding: 5px 5px 5px 36px;
}
body a.download:link, body a.download:visited, body a.download:active {
background: #fafeff url('images/download.gif') no-repeat 10px 50%;
border-top: 1px solid #cfe2e5; border-bottom: 1px solid #cfe2e5;
}
body a.download:hover {
background: #fffafb url('images/download.gif') no-repeat 10px 50%;
border-top: 1px solid #e5cfd2; border-bottom: 1px solid #e5cfd2;
}
a img {
border: 1px solid #006a80;
}
a:hover img {
border: 1px solid #a8001c;
}
#wrapper a.imagelink:link, #wrapper a.imagelink:visited, #wrapper a.imagelink:hover, #wrapper a.imagelink:active {
border: none;
}
.imageleft {
float: left;
margin: 0 10px 10px 0;
}
.imageright {
float: right;
margin: 0 0 10px 10px;
}
.imageblock {
display: block;
margin: 0 0 1em 0;
}
.tagdata {
font-size: 0.8em; color: #a8a8a8;
}
.aside {
margin: 0 0 3em 0;
}
.aside-meta {
margin: -0.8em 0 0 0; border-top: 1px dotted #d9d9d9; padding: 0.2em 0 0 0;
color: #a8a8a8; font-size: 0.8em; text-align: right;
}
/* Tags page
--------------------------------------- */
.tagcloud {
margin: 1em 0 2em 0;
line-height: 150%;
}
.tagcloud a {
border: none !important;
}
#searchselector {
margin: 0.5em 0 1em 0;
}
/* Search content
--------------------------------------- */
.post-brief {
margin: 0 0 2em 0;
}
.post-brief h3 {
margin: 0 0 0.2em 0;
}
.post-brief p.post-metadata {
color: #a8a8a8;
margin: 0 0 0.2em 0; border: none; padding: 0;
}
.post-brief p.excerpt {
margin: 0;
}
/* Comments
--------------------------------------- */
#comments {
float:right;
overflow:hidden;
width:500px;
padding: 2em 0 0 0;
}
#comments-meta {
padding: 0 0 0.1em 0;
}
h2.comments-title {
width: 200px; float: left;
margin: 0; border: none; padding: 0.1em 0 0 0;
}
.comments-feed {
width: 500px; float: right; text-align: right;
margin: 0; padding: 0.75em 0 0 0;
}
.comments-feed a {
padding: 5px 24px 5px 0;
background: url('images/feed.gif') no-repeat 100% 50%;
font-size: 0.8em;
}
.comment {
margin: 0; border-top: 1px solid #ccc; padding: 0.5em 0;
}
.comment p {
line-height: 1.4;
}
.comment-metadata {
width: 200px; float: left;
}
.comment-permalink {
font-size: 0.8em;
margin: 0;
}
.comment-author {
margin: 0 0 0.5em 0;
}
.comment-content {
}
.comment .avatar {
border: none;
float: right;
margin: 0 0 3px 6px;
}
.comment a:link .avatar, .comment a:visited .avatar, .comment a:hover, .avatar, .comment a:active .avatar {
border: none;
}
body.janus .avatar {
float: left;
margin: 0 6px 3px 0;
}
.bypostauthor {
/* author highlighting: uncomment the following line to turn it on */
/* background: #fbfeff; */
}
.trackback, .pingback {
margin: 0; border-top: 1px solid #ccc; padding: 0.5em 0 0.5em 0;
background: #fcffff url('images/trackback.gif') no-repeat 100% 60%;
}
.trackback p, .pingback p {
font-size: 0.8em;
margin: 0;
}
.trackback-time {
width: 200px; float: left;
}
.trackback-data {
width: 500px; float: right;
}
#respond {
margin: 0; border-top: 1px solid #ccc; padding: 1em 0 0 0;
float:right;
overflow:hidden;
width:500px;
}
.comments-info {
font-size: 0.8em;
margin: 0.6em 0 1em 0px; border-bottom: 1px solid #ccc; padding: 0 0 1.2em 0;
}
#commentPreview { /* Live comment preview div */
margin: 1em 0 0 0;
}
/* Lists
--------------------------------------- */
.navlist {
list-style: none;
margin: 0 0 1em 0;
}
.navlist li {
margin: 0.5em 0;
}
.navlist ul {
list-style: none;
margin: 0 0 0 1em;
}
.navlist ul li {
margin: 0.5em 0;
}
.archivelist {
list-style: none;
margin: 0.5em 0 1em 0;
}
.archivelist li {
margin: 0.5em 0;
}
.archivelist ul {
list-style: none;
margin: 0 0 0 1.5em;
}
.archivelist ul li {
margin: 0.5em 0;
}
.postspermonth {
list-style: none;
margin: 0.5em 0 1em 0;
}
.postspermonth li {
margin: 0.5em 0;
}
/* Sidebar
--------------------------------------- */
#secondary {
}
#wp_tag_cloud div a { line-height: 1; }
/* Footer
--------------------------------------- */
#footer {
margin: 1em 20px 0 20px; border-top: 3px double #ccc; padding: 0 0 0 0;
}
#recent {}
#recent ul {
list-style: none;
margin: 0;
}
#recent li {
margin: 0;
}
h4.recent-title {
margin: 0;
}
p.recent-metadata {
font-size: 0.8em; color: #a8a8a8;
margin: 0;
}
p.recent-excerpt {
line-height: 1.4;
margin: 0 0 1em 0;
}
#blurb {}
#blurb p {
line-height: 1.4;
}
#theme-info {
margin: 0.5em 0 0 0; border-top: 3px double #ccc; padding: 1em 0 0.5em 0;
color: #a8a8a8;
}
/* Forms
----------------------------------------------- */
input {
font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 100%;
}
/* Search form
--------------------------------------- */
.searchbox {
width: 200px;
margin: 0 0 1em 0;
}
#s {
display: block; width: 194px;
margin: 0 0 0.6em 0; border: 1px solid #ccc; padding: 2px;
background: #fafafa; color: #545454;
}
#s:focus {
background: #fff;
}
/* Comment form
--------------------------------------- */
#commentform {
}
#info-input {
width: 320px; float: left;
}
.userinfo {
color: #a8a8a8;
}
#info-input label {
display: block;
margin: 0 0 1.2em 0;
color: #a8a8a8;
}
#info-input input#subscribe {
float: left;
}
#author, #email, #url {
display: block; width: 194px;
margin: 0.2em 0 0 0; border: 1px solid #ccc; padding: 2px;
background: #fafafa; color: #545454;
}
#comment-input {
width: 500px; float: right;
}
#comment-input label {
display: block;
margin: 0 0 0.2em 0;
color: #a8a8a8;
}
#comment-input textarea {
width: 494px;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0 0 1.2em 0; border: 1px solid #ccc; padding: 2px;
background: #fafafa; color: #545454;
}
#author:focus, #email:focus, #url:focus, #comment:focus {
background: #fff;
}
#submit {
margin: 0 0 1em 0;
}
/* Links
----------------------------------------------- */
a {
text-decoration: none;
}
a:link, a:visited, a:active {
color: #006a80;
}
a:hover {
color: #a8001c;
}
.content a:link, .content a:active, .content a:visited, .post-content a:link, .post-content a:active, .post-content a:visited, .comment-content a:link, .comment-content a:active, .comment-content a:visited, #blurb a:link, #blurb a:active, #blurb a:visited, .recent p a:link, .recent p a:active, .recent p a:visited {
border-bottom: 1px solid #cfe2e5;
}
.content a:hover, .post-content a:hover, .comment-content a:hover, #blurb a:hover, .recent p a:hover {
border-bottom: 1px solid #e5cfd2;
}
body .content h3 a:link, body .content h3 a:visited, body .content h3 a:hover, body .content h3 a:active, body .post-content h3 a:link, body .post-content h3 a:visited, body .post-content h3 a:hover, body .post-content h3 a:active, body .post-content h4 a:link, body .post-content h4 a:visited, body .post-content h4 a:hover, body .post-content h4 a:active {
border: none;
}
/* Widgets
----------------------------------------------- */
.widgets .textwidget {
padding: 0 0 1em 0;
}
.widgets a img { border: 0; }
.widgets .rsswidget img {
border: 0;
}
.widgets .pagenav, .widgets .pagenav ul, .widgets .page_item, .widgets .widget_archives ul {
list-style: none;
background: none !important;
margin: 0; padding: 0;
}
.widgets .navlist .page_item {
margin: 0.5em 0;
}
.widgets .navlist ul {
list-style: none;
margin: 0 0 0 1em;
}
.widgets .navlist ul li {
margin: 0.5em 0;
}
.widget_pages ul li.page_item, .widgets .pagenav ul li {
margin: 0.5em 0;
}
.widget_pages ul li.page_item ul, .widgets .pagenav ul li ul {
margin: 0 0 0 1em;
}
.widget_pages ul li.page_item ul li, .widgets .pagenav ul li ul li {
margin: 0.5em 0;
}
.widget_archives ul li {
margin: 0.5em 0;
}
.widgets .widget_archives, body .widgets .pagenav {
margin: 0 0 1em 0;
}
.widgets .widget_gsearch div {
text-align: left !important;
margin: 0 0 1em 0;
}
.widgets #wp-calendar {
width: 100%;
}
.widget_calendar table, .widget_calendar tr, widget_calendar th {
text-align: left;
}
.widgets #wp-calendar caption {
text-align: left;
font-size: 0.8em; font-weight: normal; color: #8fbf60;
text-transform: uppercase; letter-spacing: 0.1em;
margin: 0 0 0.8em 0; border-bottom: 1px solid #e5e5e5; padding: 0 0 0.4em 0;
}
.widget_search {
margin: 0 0 1em 0;
}
.widget_search #s {
display: block; width: 194px;
margin: 0; border: 1px solid #ccc; padding: 2px;
background: #fafafa; color: #545454;
}
#s:focus {
background: #fff;
}
.widgets ul {
list-style: none;
margin: 0; padding: 0;
}
.widgets li {
margin: 0.5em 0;
}
.widgets ul li ul {
margin: 0 0 0 1em;
}
.widgets .widget {
margin: 0 0 1em 0;
}
.linkcat {
list-style: none;
}
#header-image a img {
border: 0;
}
.navigation .left { float: left; }
.navigation .right { float: right; }
img.centered, img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}
.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
.sticky .post-title {
background: #006A80;
padding: 5px;
}
.sticky .post-title a {
color: white;
} | 0.270673 | 0.079246 |
body {
font-family: 'Roboto', sans-serif;
}
#game-wrapper {
display: grid;
grid-template-columns: repeat(16, 1fr);
grid-auto-rows: minmax(100px, auto);
}
#game {
grid-column: 2/16;
grid-row: 2/10;
background-color: rgb(130, 130, 130);
display: grid;
grid-template-columns: 1fr 5fr 1fr 1fr 1fr 1fr;
grid-template-rows: 1fr 3fr 3fr 1fr;
}
#board {
grid-column: 2/3;
grid-row: 2/4;
background-color: white;
display: flex;
justify-content: center;
align-items: center;
}
#board-area {
height: 600px;
width: 600px;
background-color: beige;
}
.rows {
height: 200px;
width: 600px;
background-color: pink;
display: flex;
justify-content: space-around;
}
.btn {
height: 200px;
width: 200px;
background-color: white;
padding: 0;
border-width: 1px;
}
#score-board {
grid-column: 4/6;
grid-row: 2/4;
background-color: white;
border-radius: 20px;
display: grid;
grid-template-columns: 10% 35% 10% 35% 10%;
grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
}
#score-x {
grid-column: 2/3;
grid-row: 2/5;
background-color: beige;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
}
#symbol-x {
grid-column: 3/4;
grid-row: 1/3;
font-size: 2em;
display: flex;
justify-content: center;
align-self: center;
}
#score-x-value {
grid-column: 3/4;
grid-row: 3/5;
font-size: 2em;
display: flex;
justify-content: center;
align-self: center;
}
#score-o {
grid-column: 4/5;
grid-row: 2/5;
background-color: beige;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
}
#symbol-o {
grid-column: 3/4;
grid-row: 1/3;
font-size: 2em;
display: flex;
justify-content: center;
align-self: center;
}
#score-o-value {
grid-column: 3/4;
grid-row: 3/5;
font-size: 2em;
display: flex;
justify-content: center;
align-self: center;
}
#game-message {
grid-column: 2/3;
grid-row: 4/5;
background-color: rgb(130, 130, 130);
font-size: 1.2em;
display: flex;
justify-content: center;
align-items: center;
}
#message {
height: 50px;
width: 400px;
background-color: white;
border-radius: 20px;
display: flex;
justify-content: center;
align-items: center;
}
#set-status {
grid-column: 4/6;
grid-row: 4/5;
display: flex;
display: flex;
justify-content: center;
align-items: center;
}
#restart {
padding: 0;
width: 120px;
height: 50px;
border: 0;
border-radius: 20px;
background-color: white;
font-size: 1.2em;
} | index.css | body {
font-family: 'Roboto', sans-serif;
}
#game-wrapper {
display: grid;
grid-template-columns: repeat(16, 1fr);
grid-auto-rows: minmax(100px, auto);
}
#game {
grid-column: 2/16;
grid-row: 2/10;
background-color: rgb(130, 130, 130);
display: grid;
grid-template-columns: 1fr 5fr 1fr 1fr 1fr 1fr;
grid-template-rows: 1fr 3fr 3fr 1fr;
}
#board {
grid-column: 2/3;
grid-row: 2/4;
background-color: white;
display: flex;
justify-content: center;
align-items: center;
}
#board-area {
height: 600px;
width: 600px;
background-color: beige;
}
.rows {
height: 200px;
width: 600px;
background-color: pink;
display: flex;
justify-content: space-around;
}
.btn {
height: 200px;
width: 200px;
background-color: white;
padding: 0;
border-width: 1px;
}
#score-board {
grid-column: 4/6;
grid-row: 2/4;
background-color: white;
border-radius: 20px;
display: grid;
grid-template-columns: 10% 35% 10% 35% 10%;
grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
}
#score-x {
grid-column: 2/3;
grid-row: 2/5;
background-color: beige;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
}
#symbol-x {
grid-column: 3/4;
grid-row: 1/3;
font-size: 2em;
display: flex;
justify-content: center;
align-self: center;
}
#score-x-value {
grid-column: 3/4;
grid-row: 3/5;
font-size: 2em;
display: flex;
justify-content: center;
align-self: center;
}
#score-o {
grid-column: 4/5;
grid-row: 2/5;
background-color: beige;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
}
#symbol-o {
grid-column: 3/4;
grid-row: 1/3;
font-size: 2em;
display: flex;
justify-content: center;
align-self: center;
}
#score-o-value {
grid-column: 3/4;
grid-row: 3/5;
font-size: 2em;
display: flex;
justify-content: center;
align-self: center;
}
#game-message {
grid-column: 2/3;
grid-row: 4/5;
background-color: rgb(130, 130, 130);
font-size: 1.2em;
display: flex;
justify-content: center;
align-items: center;
}
#message {
height: 50px;
width: 400px;
background-color: white;
border-radius: 20px;
display: flex;
justify-content: center;
align-items: center;
}
#set-status {
grid-column: 4/6;
grid-row: 4/5;
display: flex;
display: flex;
justify-content: center;
align-items: center;
}
#restart {
padding: 0;
width: 120px;
height: 50px;
border: 0;
border-radius: 20px;
background-color: white;
font-size: 1.2em;
} | 0.466359 | 0.249859 |
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
*{
margin: 0;
padding: 0;
}
/*star of header*/
/*css menu button*/
#menu-accordeon {
padding:0;
margin:0;
list-style:none;
text-align: center;
width: 80px;
}
#menu-accordeon ul {
padding:0;
margin:0;
list-style:none;
text-align: center;
}
#menu-accordeon li {
background-color:#729EBF;
background-image:-webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
background-image: linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
border-radius: 6px;
margin-bottom:2px;
box-shadow: 3px 3px 3px #999;
border:solid 1px #333A40
}
#menu-accordeon li li {
max-height:0;
overflow: hidden;
transition: all .5s;
border-radius:0;
background: #444;
box-shadow: none;
border:none;
margin:0
}
#menu-accordeon a {
display:block;
text-decoration: none;
color: #fff;
padding: 8px 0;
font-family: verdana;
font-size:1.2em
}
#menu-accordeon li li:hover {
background: #999;
}
#menu-accordeon ul li:last-child {
border-radius: 0 0 6px 6px;
border:none;
}
#menu-accordeon li:hover li {
max-height: 15em;
}
/*en of the css menu button*/
/*placement du boutton menu :menubutton*/
.menubutton{
margin-left: 50px;
}
/*fin du placement du menu :menubutton*/
nav a{
display: none;
}
/*div du logo*/
.logoprepa{
background-color: #373837;
display: flex;
justify-content: flex-start;
height: auto;
}
/*fin de la div du logo*/
/*figure du logo*/
figure {
width: 22%;
margin: 0;
}
/*fin de la figure du logo*/
/*image logo pour le mobile*/
.prepa{
width:100%;
}
/*fin de l'image logo pour le mobile*/
/*end of header*/
/*paragraphe en dessous du carousel:Celui en display none est pour la version tablette*/
.ilsparlentmobile{
padding-top: 20px;
text-align: center;
font-size: 16px;
font-weight: bold;
}
.ilsparlenttablette{
display: none;
}
/*fin du paragraphe en dessous du carousel*/
/*span de couleur bleue pour le paragraphe en dessous du carousel*/
span{
color: blue;
}
/*fin du paragraphe en dessous du carousel*/
/*div contenant l'image de ceux qui parlent de nous*/
.parlent{
margin-top: 30px;
display: flex;
justify-content: center;
}
/*fin de la div contenant l'image de ceux qui parlent de nous*/
.menubutton{
margin-left: 55px;
}
.coaching, .coaching1{
margin-bottom: 1em;
text-align: center;
}
.presentationdenous, .presentationdenous1{
text-align: center;
width: 90%;
margin:auto;
margin-bottom: 1.7em;
}
/*=============================================================================================================================
==========================================================Page Tarifs mobile========================================================
=============================================================================================================================*/
/*Titre h3*/
.tarifsh3{
text-align: center;
font-size: 16px;
font-weight: bold;
margin-top: 1em;
}
/*fin du titre*/
/*Partie concernant le tableau des tarifs proposées*/
table{
margin-top: 1em;
border-collapse: collapse;
}
td, th{
border: 1px solid blue;
}
td{
text-align: center;
}
thead{
text-align: center;
}
/*fin de la partie concernant le tableau*/
/*paragphe d'accroche version mobile: le "ptarif" en display est pour la tablette*/
.ptarif{
display: none;
}
.ptarifmob{
margin-top: 1.7em;
display: block;
text-align: center;
font-weight: bold;
}
/*fin du paragraphe d'accroche*/
.figquatre{
display: none;
}
/*image de la version mobile: 3 personnes*/
.figquatorze{
display: block;
}
.quatorze{
width: 320px;
height:250px;
}
/*fin de l'image de la version mobile*/
/*=============================================================================================================================
==========================================================Page contact mobile========================================================
=============================================================================================================================*/
/*titre de page*/
.contacteznous{
margin-top: 1em;
text-align: center;
text-align: center;
font-size: 16px;
font-weight: bold;
}
/*fin du titre de page*/
/* début de la Div formulaire*/
.formulaire{
margin-top: 2em;
margin-left: 2.5em;
}
.buttondiv{
display: flex;
justify-content: flex-end;
margin-right: 80px;
}
button{
background-color: #373837;
color: white;
width: 97px;
height: 30px;
border-radius: black;
margin-right: 30px;
}
/*fin de la div*/
/*=============================================================================================================================
==========================================================Page "qui suis-je" mobile========================================================
=============================================================================================================================/*/
/*div presentation: contient des paragraphes, un h3, un p*/
.presentation{
text-align: center;
margin-top: 2em;
}
/*fin de la div presentation*/
/*Figure avec photo du coach */
.hugofig{
margin-top: 1.6em;
margin-left: 60px;
}
/*fin de la figure*/
/*star of footer*/
footer{
background-color: gray;
height: 100%;
}
.articlefooter{
margin-top: 1em;
padding-top: 1em;
display: flex;
justify-content: flex-end;
}
.footerp{
text-align: center;
color: white;
}
/*end of footer*/
/**************************************************************************************************************
********************************************Tablets***********************************************************/
@media (min-width: 768px){
/*star of the header*/
nav a{
display: block;
padding: 1em;
}
.logoprepa{
background-color: #373837;
display: flex;
justify-content: space-between;
height: auto;
}
.logoprepa nav{
display: flex;
align-items: center;
}
/*placement du boutton du menu: menubutton*/
.menubutton{
margin-right: 1.5em;
}
/*fin du placement du boutton du menu*/
/*end of the header*/
/*DISPLAY NONE :paragraphe en dessous du colapse+image présente page tarif version mobile*/
.ilsparlentmobile, .figquatorze{
display: none;
}
.ilsparlenttablette{
display: block;
padding-top: 20px;
text-align: center;
font-size: 36px;
font-weight: bold;
}
/*fin du paragraphe*/
footer{
background-color: gray;
height: 100%;
}
.articlefooter{
display: flex;
justify-content: flex-end;
}
/*==================================================page tarif tablette============================================================*/
/*div qui contient le tableau*/
.tablediv{
display: flex;
justify-content: center;
}
td{
text-align: center;
}
/*fin de la div contenant le tableau*/
/*paragraphe : avec nos prix attractifs...*/
.ptarif{
display: block;
text-align: center;
font-size: 16px;
font-weight: bold;
margin-top: 50px;
}
.ptarifmob{
display: none;
}
/*fin du paragraphe*/
/*Image de la femme qui tape dans des aliments gras: le figqautre est la figure et le .quatre est l'image*/
.figquatre{
display: block;
}
.quatre{
margin-top: 2em;
width: 450px;
height:350px;
float: left;
margin-left: 150px;
}
/*fin de l'image*/
.formulaire{
display: flex;
flex-direction: column;
width: 550px;
}
.formulaire{
display: flex;
justify-content: center;
margin-left: 14%;
}
.buttondiv{
margin-top: 1em;
}
/*==================================================page presentation tablette============================================================*/
/*************************************************************************************************************
********************************************Desktop********************************************************
*/
@media (min-width: 1280px){
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
.hidden {
display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
http://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*:before,
*:after,
*:first-letter,
*:first-line {
background: transparent !important;
color: #000 !important; /* Black prints faster:
http://www.sanbeiji.com/archives/953 */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/*
* Printing Tables:
* http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
} | css/main.css | /* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
*{
margin: 0;
padding: 0;
}
/*star of header*/
/*css menu button*/
#menu-accordeon {
padding:0;
margin:0;
list-style:none;
text-align: center;
width: 80px;
}
#menu-accordeon ul {
padding:0;
margin:0;
list-style:none;
text-align: center;
}
#menu-accordeon li {
background-color:#729EBF;
background-image:-webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
background-image: linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
border-radius: 6px;
margin-bottom:2px;
box-shadow: 3px 3px 3px #999;
border:solid 1px #333A40
}
#menu-accordeon li li {
max-height:0;
overflow: hidden;
transition: all .5s;
border-radius:0;
background: #444;
box-shadow: none;
border:none;
margin:0
}
#menu-accordeon a {
display:block;
text-decoration: none;
color: #fff;
padding: 8px 0;
font-family: verdana;
font-size:1.2em
}
#menu-accordeon li li:hover {
background: #999;
}
#menu-accordeon ul li:last-child {
border-radius: 0 0 6px 6px;
border:none;
}
#menu-accordeon li:hover li {
max-height: 15em;
}
/*en of the css menu button*/
/*placement du boutton menu :menubutton*/
.menubutton{
margin-left: 50px;
}
/*fin du placement du menu :menubutton*/
nav a{
display: none;
}
/*div du logo*/
.logoprepa{
background-color: #373837;
display: flex;
justify-content: flex-start;
height: auto;
}
/*fin de la div du logo*/
/*figure du logo*/
figure {
width: 22%;
margin: 0;
}
/*fin de la figure du logo*/
/*image logo pour le mobile*/
.prepa{
width:100%;
}
/*fin de l'image logo pour le mobile*/
/*end of header*/
/*paragraphe en dessous du carousel:Celui en display none est pour la version tablette*/
.ilsparlentmobile{
padding-top: 20px;
text-align: center;
font-size: 16px;
font-weight: bold;
}
.ilsparlenttablette{
display: none;
}
/*fin du paragraphe en dessous du carousel*/
/*span de couleur bleue pour le paragraphe en dessous du carousel*/
span{
color: blue;
}
/*fin du paragraphe en dessous du carousel*/
/*div contenant l'image de ceux qui parlent de nous*/
.parlent{
margin-top: 30px;
display: flex;
justify-content: center;
}
/*fin de la div contenant l'image de ceux qui parlent de nous*/
.menubutton{
margin-left: 55px;
}
.coaching, .coaching1{
margin-bottom: 1em;
text-align: center;
}
.presentationdenous, .presentationdenous1{
text-align: center;
width: 90%;
margin:auto;
margin-bottom: 1.7em;
}
/*=============================================================================================================================
==========================================================Page Tarifs mobile========================================================
=============================================================================================================================*/
/*Titre h3*/
.tarifsh3{
text-align: center;
font-size: 16px;
font-weight: bold;
margin-top: 1em;
}
/*fin du titre*/
/*Partie concernant le tableau des tarifs proposées*/
table{
margin-top: 1em;
border-collapse: collapse;
}
td, th{
border: 1px solid blue;
}
td{
text-align: center;
}
thead{
text-align: center;
}
/*fin de la partie concernant le tableau*/
/*paragphe d'accroche version mobile: le "ptarif" en display est pour la tablette*/
.ptarif{
display: none;
}
.ptarifmob{
margin-top: 1.7em;
display: block;
text-align: center;
font-weight: bold;
}
/*fin du paragraphe d'accroche*/
.figquatre{
display: none;
}
/*image de la version mobile: 3 personnes*/
.figquatorze{
display: block;
}
.quatorze{
width: 320px;
height:250px;
}
/*fin de l'image de la version mobile*/
/*=============================================================================================================================
==========================================================Page contact mobile========================================================
=============================================================================================================================*/
/*titre de page*/
.contacteznous{
margin-top: 1em;
text-align: center;
text-align: center;
font-size: 16px;
font-weight: bold;
}
/*fin du titre de page*/
/* début de la Div formulaire*/
.formulaire{
margin-top: 2em;
margin-left: 2.5em;
}
.buttondiv{
display: flex;
justify-content: flex-end;
margin-right: 80px;
}
button{
background-color: #373837;
color: white;
width: 97px;
height: 30px;
border-radius: black;
margin-right: 30px;
}
/*fin de la div*/
/*=============================================================================================================================
==========================================================Page "qui suis-je" mobile========================================================
=============================================================================================================================/*/
/*div presentation: contient des paragraphes, un h3, un p*/
.presentation{
text-align: center;
margin-top: 2em;
}
/*fin de la div presentation*/
/*Figure avec photo du coach */
.hugofig{
margin-top: 1.6em;
margin-left: 60px;
}
/*fin de la figure*/
/*star of footer*/
footer{
background-color: gray;
height: 100%;
}
.articlefooter{
margin-top: 1em;
padding-top: 1em;
display: flex;
justify-content: flex-end;
}
.footerp{
text-align: center;
color: white;
}
/*end of footer*/
/**************************************************************************************************************
********************************************Tablets***********************************************************/
@media (min-width: 768px){
/*star of the header*/
nav a{
display: block;
padding: 1em;
}
.logoprepa{
background-color: #373837;
display: flex;
justify-content: space-between;
height: auto;
}
.logoprepa nav{
display: flex;
align-items: center;
}
/*placement du boutton du menu: menubutton*/
.menubutton{
margin-right: 1.5em;
}
/*fin du placement du boutton du menu*/
/*end of the header*/
/*DISPLAY NONE :paragraphe en dessous du colapse+image présente page tarif version mobile*/
.ilsparlentmobile, .figquatorze{
display: none;
}
.ilsparlenttablette{
display: block;
padding-top: 20px;
text-align: center;
font-size: 36px;
font-weight: bold;
}
/*fin du paragraphe*/
footer{
background-color: gray;
height: 100%;
}
.articlefooter{
display: flex;
justify-content: flex-end;
}
/*==================================================page tarif tablette============================================================*/
/*div qui contient le tableau*/
.tablediv{
display: flex;
justify-content: center;
}
td{
text-align: center;
}
/*fin de la div contenant le tableau*/
/*paragraphe : avec nos prix attractifs...*/
.ptarif{
display: block;
text-align: center;
font-size: 16px;
font-weight: bold;
margin-top: 50px;
}
.ptarifmob{
display: none;
}
/*fin du paragraphe*/
/*Image de la femme qui tape dans des aliments gras: le figqautre est la figure et le .quatre est l'image*/
.figquatre{
display: block;
}
.quatre{
margin-top: 2em;
width: 450px;
height:350px;
float: left;
margin-left: 150px;
}
/*fin de l'image*/
.formulaire{
display: flex;
flex-direction: column;
width: 550px;
}
.formulaire{
display: flex;
justify-content: center;
margin-left: 14%;
}
.buttondiv{
margin-top: 1em;
}
/*==================================================page presentation tablette============================================================*/
/*************************************************************************************************************
********************************************Desktop********************************************************
*/
@media (min-width: 1280px){
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
.hidden {
display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
http://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*:before,
*:after,
*:first-letter,
*:first-line {
background: transparent !important;
color: #000 !important; /* Black prints faster:
http://www.sanbeiji.com/archives/953 */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/*
* Printing Tables:
* http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
} | 0.413714 | 0.063106 |
width: 100%;
}
.cart-goods-container {
width: 100%;
border-bottom: 1px solid #dcdcdc;
background: #ffffff;
padding: 10px 0;
float: left;
}
.cart-left {
float: left;
width: 30%;
height: 80px;
background-repeat: no-repeat;
background-size: auto 90%;
background-position: center;
}
.cart-right {
float: left;
width: 61%;
}
.cart-right-right {
float: right;
margin-top: 10px;
display: inline-block;
}
.cart-right-right div {
display: block;
float: right;
}
.cart-right-right span {
font-size: 12px;
color: #696969;
float: right;
line-height: 25px;
margin-right: 5px;
}
.cart-right-right img {
width: 25px;
height: 25px;
outline: none;
}
.cart-right-right input {
-webkit-appearance: none;
-safari-appearance: none;
border: none;
text-align: center;
font-size: 14px;
padding: 0;
float: right;
outline: none;
width: 100%;
height: 100%;
}
.cart-right p {
font-size: 14px;
margin: 0;
}
.cart-right .cart-details-one {
margin-bottom: 10px;
}
.cart-right .cart-details-two {
font-size: 12px;
}
.cart-red {
color: #ec7287;
}
.cart-blue {
color: #599aff;
}
.cart-footer-top {
position: fixed;
bottom: 50px;
zoom: 1;
font-size: 14px;
display: inline-block;
width: 100%;
color: #818181;
border-top: 1px solid #dcdadb;
padding: 8px 0;
background: #ffffff;
}
.cart-footer-top .cart-first {
line-height: 24px;
margin-left: 10px;
display: inline-block;
padding-top: 5px;
}
.cart-footer-top a {
display: inline-block;
padding: 10px 36px;
float: right;
margin-top: -2px;
margin-right: 10px;
font-size: 14px;
background: #e72450;
color: #ffffff;
border-radius: 5px;
}
.cart-footer-bottom {
border-top: 1px solid #dcdcdc;
position: fixed;
bottom: 0;
zoom: 1;
width: 100%;
background: #ffffff;
}
#cart-content .cart-check {
float: right;
display: none;
}
#cart-content .cart-check img {
display: inline-block;
width: 20px;
height: 20px;
margin-top: 30px;
margin-right: 5px;
}
.cart-red {
color: #e72450;
}
.cart-editor-hide {
margin-left: 10px;
float: right;
display: none;
}
#cart-content {
display: inline-block;
}
#cart-content .cart-li-bottom {
display: inline-block;
}
#cart-bj {
display: inline-block;
font-size: 14px;
position: absolute;
top: 30%;
left: 50%;
width: 113px;
margin-left: -56.5px;
text-align: center;
}
#cart-bj img {
width: 105px;
height: 105px;
margin-bottom: 10px;
}
#cart-bj a {
display: inline-block;
margin-top: 5px;
text-align: center;
padding: 5px 10px;
background: #e72450;
color: #ffffff;
border-radius: 5px;
}
.cart-container .cart-row div a {
display: inline-block;
width: 100%;
}
.cart-hide-left-span {
margin-left: 10px;
display: inline-block;
display: none;
line-height: 24px;
}
.cart-hide-right-span,
.cart-hide-img {
display: none;
}
.cart-hide-right-span {
float: right;
line-height: 24px;
margin-right: 12px;
}
.cart-hide-img {
vertical-align: middle;
float: right;
width: 20px;
margin-right: 2vw;
}
#cart-delete {
display: none;
}
.cart-load {
width: 100%;
height: 50px;
text-align: center;
background: #acaaab;
}
.cart-sign {
display: inline-block;
position: absolute;
top: 40%;
background: #e72450;
left: 50%;
margin-left: -53.5px;
padding: 5px 10px;
border-radius: 5px;
font-size: 14px;
color: #ffffff;
}
.cart-sign a {
font-size: 16px;
color: #ffffff;
text-decoration: underline!important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
input[type="number"] {
-moz-appearance: textfield;
}
.cart-right-right .cart-div-input {
border: 1px solid #dcdcdc;
display: inline-block;
width: 30px;
height: 25px;
line-height: 33px;
overflow: hidden;
background-image: url(__PUBLIC__/images/content-controls/number.png) no-repeat;
}
.cart-bottom-fill {
height: 39px;
} | public/css/cart.css | width: 100%;
}
.cart-goods-container {
width: 100%;
border-bottom: 1px solid #dcdcdc;
background: #ffffff;
padding: 10px 0;
float: left;
}
.cart-left {
float: left;
width: 30%;
height: 80px;
background-repeat: no-repeat;
background-size: auto 90%;
background-position: center;
}
.cart-right {
float: left;
width: 61%;
}
.cart-right-right {
float: right;
margin-top: 10px;
display: inline-block;
}
.cart-right-right div {
display: block;
float: right;
}
.cart-right-right span {
font-size: 12px;
color: #696969;
float: right;
line-height: 25px;
margin-right: 5px;
}
.cart-right-right img {
width: 25px;
height: 25px;
outline: none;
}
.cart-right-right input {
-webkit-appearance: none;
-safari-appearance: none;
border: none;
text-align: center;
font-size: 14px;
padding: 0;
float: right;
outline: none;
width: 100%;
height: 100%;
}
.cart-right p {
font-size: 14px;
margin: 0;
}
.cart-right .cart-details-one {
margin-bottom: 10px;
}
.cart-right .cart-details-two {
font-size: 12px;
}
.cart-red {
color: #ec7287;
}
.cart-blue {
color: #599aff;
}
.cart-footer-top {
position: fixed;
bottom: 50px;
zoom: 1;
font-size: 14px;
display: inline-block;
width: 100%;
color: #818181;
border-top: 1px solid #dcdadb;
padding: 8px 0;
background: #ffffff;
}
.cart-footer-top .cart-first {
line-height: 24px;
margin-left: 10px;
display: inline-block;
padding-top: 5px;
}
.cart-footer-top a {
display: inline-block;
padding: 10px 36px;
float: right;
margin-top: -2px;
margin-right: 10px;
font-size: 14px;
background: #e72450;
color: #ffffff;
border-radius: 5px;
}
.cart-footer-bottom {
border-top: 1px solid #dcdcdc;
position: fixed;
bottom: 0;
zoom: 1;
width: 100%;
background: #ffffff;
}
#cart-content .cart-check {
float: right;
display: none;
}
#cart-content .cart-check img {
display: inline-block;
width: 20px;
height: 20px;
margin-top: 30px;
margin-right: 5px;
}
.cart-red {
color: #e72450;
}
.cart-editor-hide {
margin-left: 10px;
float: right;
display: none;
}
#cart-content {
display: inline-block;
}
#cart-content .cart-li-bottom {
display: inline-block;
}
#cart-bj {
display: inline-block;
font-size: 14px;
position: absolute;
top: 30%;
left: 50%;
width: 113px;
margin-left: -56.5px;
text-align: center;
}
#cart-bj img {
width: 105px;
height: 105px;
margin-bottom: 10px;
}
#cart-bj a {
display: inline-block;
margin-top: 5px;
text-align: center;
padding: 5px 10px;
background: #e72450;
color: #ffffff;
border-radius: 5px;
}
.cart-container .cart-row div a {
display: inline-block;
width: 100%;
}
.cart-hide-left-span {
margin-left: 10px;
display: inline-block;
display: none;
line-height: 24px;
}
.cart-hide-right-span,
.cart-hide-img {
display: none;
}
.cart-hide-right-span {
float: right;
line-height: 24px;
margin-right: 12px;
}
.cart-hide-img {
vertical-align: middle;
float: right;
width: 20px;
margin-right: 2vw;
}
#cart-delete {
display: none;
}
.cart-load {
width: 100%;
height: 50px;
text-align: center;
background: #acaaab;
}
.cart-sign {
display: inline-block;
position: absolute;
top: 40%;
background: #e72450;
left: 50%;
margin-left: -53.5px;
padding: 5px 10px;
border-radius: 5px;
font-size: 14px;
color: #ffffff;
}
.cart-sign a {
font-size: 16px;
color: #ffffff;
text-decoration: underline!important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
input[type="number"] {
-moz-appearance: textfield;
}
.cart-right-right .cart-div-input {
border: 1px solid #dcdcdc;
display: inline-block;
width: 30px;
height: 25px;
line-height: 33px;
overflow: hidden;
background-image: url(__PUBLIC__/images/content-controls/number.png) no-repeat;
}
.cart-bottom-fill {
height: 39px;
} | 0.428353 | 0.095139 |
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Inconsolata');
#wrapper {
padding-bottom: 40px;
}
.inline pre,
.inline code {
display: inline !important;
}
.inline pre,
.inline code {
padding: 0 !important;
text-align: left;
background-color: transparent !important;
}
.inline pre,
.inline pre code,
.inline pre code span {
font-size: inherit;
}
.code {
font-weight: 600;
font-family: 'Inconsolata', 'Consolas', sans-serif !important;
}
.ui.segment {
padding: 40px;
}
.ui.segments .ui.segment {
padding: 20px 32px;
}
.ui.segment .ui.header {
width: 100%;
border-bottom: 1px solid #f2f2f2;
margin: 0 0 40px !important;
padding: 0 0 20px 0;
}
.ui.table {
font-size: 15px;
font-family: 'Raleway', 'Consolas', sans-serif !important;
}
.ui.button.thin {
font-weight: 400;
}
.label .fas,
.label .fab,
.button .fas,
.button .fab {
margin-right: .6em;
}
.center {
text-align: center !important;
}
.header {
max-width: 1440px;
width: 90%;
margin: 40px auto 20px;
text-align: center;
}
.header h1 {
font-family: 'Raleway', 'Lato', 'helvetica', 'sans-serif';
font-size: 24px;
font-weight: 600;
margin: 20px 0 40px;
color: #333333;
}
.header .version {
font-family: 'Raleway', 'Lato', 'helvetica', 'sans-serif';
margin: 20px auto 0;
margin-top: 20px;
padding-top: 20px;
max-width: 320px;
width: 100%;
border-top: 1px solid #f8f8f8;
}
.article {
max-width: 1440px;
width: 90%;
margin: 0 auto;
/*margin-top: 80px;*/
/*padding-top: 80px;*/
/*border-top: 1px solid #efefef;*/
}
.article h3 {
font-family: 'Raleway', 'Lato', 'helvetica', 'sans-serif';
display: inline-block;
margin-bottom: 40px;
position: relative;
font-weight: 600;
font-size: 22px;
}
.article h3 span {
font-family: 'Raleway', 'Lato', 'helvetica', 'sans-serif';
position: relative;
z-index: 10;
}
.article h3:after {
display: block;
position: absolute;
content: '';
height: .3em;
border-radius: 0 .3em .3em 0;
top: 50%;
margin-top: -.15em;
right: -2em;
left: 20%;
background-color: #e1fff4;
}
.article h4 {
margin-bottom: 40px;
}
.article h5 {
margin-top: 60px;
margin-bottom: 20px;
font-size: 115%;
font-weight: 600;
}
.article > blockquote {
margin-bottom: 40px;
}
.article ul {
display: inline-block;
font-size: 115%;
font-weight: 600;
margin: 20px 0;
}
.article ul li {
margin: 10px 0;
}
.article :not(pre) > code[class*="language-"], .article pre[class*="language-"] {
background-color: #f5f6f9;
padding: 1.6em 2em;
}
.beta-mark {
font-style: italic;
}
.token.function,
.token.property, .token.tag, .token.boolean, .token.number, .token.constant, .token.symbol, .token.deleted {
color: #ff4848;
}
.token.selector, .token.attr-name, .token.string, .token.char, .token.builtin, .token.inserted {
color: #0040df;
}
.token.punctuation {
color: #00abb2;
}
.token.atrule, .token.attr-value, .token.keyword {
color: #626368;
}
.guide {
padding: 1.2em 1.6em;
max-width: 360px;
margin: 1.6em auto;
background-color: #f8f8f8;
line-height: 2;
}
.guide h5 {
margin: 0;
padding: 0;
font-size: 110%;
}
.guide .guide-dates {
margin-top: 1.6em;
text-align: center;
}
.guide .guide-dates span {
display: inline-block;
vertical-align: middle;
width: 33%;
}
.box {
display: none;
max-width: 360px;
margin: 0 auto;
font-weight: 600;
margin-top: 2em;
padding: 1.6em;
background-color: #fafafa;
border: 1px solid #d8d8d8;
box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
-o-box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
-moz-box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
overflow: hidden;
}
.box .label {
margin: .4em;
white-space: normal;
word-break: break-word;
} | public/Front/css/cal.css | @import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Inconsolata');
#wrapper {
padding-bottom: 40px;
}
.inline pre,
.inline code {
display: inline !important;
}
.inline pre,
.inline code {
padding: 0 !important;
text-align: left;
background-color: transparent !important;
}
.inline pre,
.inline pre code,
.inline pre code span {
font-size: inherit;
}
.code {
font-weight: 600;
font-family: 'Inconsolata', 'Consolas', sans-serif !important;
}
.ui.segment {
padding: 40px;
}
.ui.segments .ui.segment {
padding: 20px 32px;
}
.ui.segment .ui.header {
width: 100%;
border-bottom: 1px solid #f2f2f2;
margin: 0 0 40px !important;
padding: 0 0 20px 0;
}
.ui.table {
font-size: 15px;
font-family: 'Raleway', 'Consolas', sans-serif !important;
}
.ui.button.thin {
font-weight: 400;
}
.label .fas,
.label .fab,
.button .fas,
.button .fab {
margin-right: .6em;
}
.center {
text-align: center !important;
}
.header {
max-width: 1440px;
width: 90%;
margin: 40px auto 20px;
text-align: center;
}
.header h1 {
font-family: 'Raleway', 'Lato', 'helvetica', 'sans-serif';
font-size: 24px;
font-weight: 600;
margin: 20px 0 40px;
color: #333333;
}
.header .version {
font-family: 'Raleway', 'Lato', 'helvetica', 'sans-serif';
margin: 20px auto 0;
margin-top: 20px;
padding-top: 20px;
max-width: 320px;
width: 100%;
border-top: 1px solid #f8f8f8;
}
.article {
max-width: 1440px;
width: 90%;
margin: 0 auto;
/*margin-top: 80px;*/
/*padding-top: 80px;*/
/*border-top: 1px solid #efefef;*/
}
.article h3 {
font-family: 'Raleway', 'Lato', 'helvetica', 'sans-serif';
display: inline-block;
margin-bottom: 40px;
position: relative;
font-weight: 600;
font-size: 22px;
}
.article h3 span {
font-family: 'Raleway', 'Lato', 'helvetica', 'sans-serif';
position: relative;
z-index: 10;
}
.article h3:after {
display: block;
position: absolute;
content: '';
height: .3em;
border-radius: 0 .3em .3em 0;
top: 50%;
margin-top: -.15em;
right: -2em;
left: 20%;
background-color: #e1fff4;
}
.article h4 {
margin-bottom: 40px;
}
.article h5 {
margin-top: 60px;
margin-bottom: 20px;
font-size: 115%;
font-weight: 600;
}
.article > blockquote {
margin-bottom: 40px;
}
.article ul {
display: inline-block;
font-size: 115%;
font-weight: 600;
margin: 20px 0;
}
.article ul li {
margin: 10px 0;
}
.article :not(pre) > code[class*="language-"], .article pre[class*="language-"] {
background-color: #f5f6f9;
padding: 1.6em 2em;
}
.beta-mark {
font-style: italic;
}
.token.function,
.token.property, .token.tag, .token.boolean, .token.number, .token.constant, .token.symbol, .token.deleted {
color: #ff4848;
}
.token.selector, .token.attr-name, .token.string, .token.char, .token.builtin, .token.inserted {
color: #0040df;
}
.token.punctuation {
color: #00abb2;
}
.token.atrule, .token.attr-value, .token.keyword {
color: #626368;
}
.guide {
padding: 1.2em 1.6em;
max-width: 360px;
margin: 1.6em auto;
background-color: #f8f8f8;
line-height: 2;
}
.guide h5 {
margin: 0;
padding: 0;
font-size: 110%;
}
.guide .guide-dates {
margin-top: 1.6em;
text-align: center;
}
.guide .guide-dates span {
display: inline-block;
vertical-align: middle;
width: 33%;
}
.box {
display: none;
max-width: 360px;
margin: 0 auto;
font-weight: 600;
margin-top: 2em;
padding: 1.6em;
background-color: #fafafa;
border: 1px solid #d8d8d8;
box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
-o-box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
-moz-box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
overflow: hidden;
}
.box .label {
margin: .4em;
white-space: normal;
word-break: break-word;
} | 0.408749 | 0.091666 |
.cropArea {
background: #E4E4E4;
overflow: hidden;
width:350px;
height:350px;
}
.error {
border-color: #FF9393;
color: #FF9393;
}
.campo-requerido{
padding: 8px 0px 0px 0px;
float: left;
}
.lol{
display: inline-block;
}
.rating {
float:left;
}
/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t
follow these rules. Every browser that supports :checked also supports :not(), so
it doesn’t make the test unnecessarily selective */
.rating:not(:checked) > input {
position:absolute;
/*top:-9999px;*/
clip:rect(0,0,0,0);
}
.rating:not(:checked) > label {
float:right;
width:1em;
padding:0 .1em;
overflow:hidden;
white-space:nowrap;
cursor:pointer;
font-size:200%;
line-height:1.2;
color:#ddd;
text-shadow:1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0,0,0,.5);
}
.rating:not(:checked) > label:before {
content: '★ ';
}
.rating > input:checked ~ label {
color: gold;
text-shadow:1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0,0,0,.5);
}
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
color: gold;
text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}
.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
color: #ea0;
text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}
.rating > label:active {
position:relative;
top:2px;
left:2px;
}
.img-responsive-custon{
width: 100%;
}
.well-custon {
padding: 15px;
background: #d9e0e7;
box-shadow: none;
-webkit-box-shadow: none;
}
.well-custon {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.btn-file {
position: relative;
overflow: hidden;
}
.btn-file input[type=file] {
position: absolute;
top: 0;
right: 0;
min-width: 100%;
min-height: 100%;
font-size: 100px;
text-align: right;
filter: alpha(opacity=0);
opacity: 0;
outline: none;
background: white;
cursor: inherit;
display: block;
}
/*login*/
.ul-login, .li-login{
margin:0;
padding:0;
}
.ul-login {
list-style:none;
}
abbr,acronym { border:0;
}
/* General Demo Style */
.login-body{
background: rgb(0,0,0);
overflow: hidden;
}
.cb-slideshow,
.cb-slideshow:after {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
z-index: 0;
}
.cb-slideshow:after {
content: '';
background: transparent url(../img/fondo-login/fondo.png) repeat top left;
}
.cb-slideshow li span {
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
color: transparent;
background-size: cover;
background-position: 50% 50%;
background-repeat: none;
opacity: 0;
z-index: 0;
-webkit-backface-visibility: hidden;
-webkit-animation: imageAnimation 36s linear infinite 0s;
-moz-animation: imageAnimation 36s linear infinite 0s;
-o-animation: imageAnimation 36s linear infinite 0s;
-ms-animation: imageAnimation 36s linear infinite 0s;
animation: imageAnimation 36s linear infinite 0s;
}
.cb-slideshow li div {
z-index: 1000;
position: absolute;
bottom: 30px;
left: 0px;
width: 100%;
text-align: center;
opacity: 0;
color: #fff;
-webkit-animation: titleAnimation 36s linear infinite 0s;
-moz-animation: titleAnimation 36s linear infinite 0s;
-o-animation: titleAnimation 36s linear infinite 0s;
-ms-animation: titleAnimation 36s linear infinite 0s;
animation: titleAnimation 36s linear infinite 0s;
}
.cb-slideshow li div h3 {
font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
font-size: 240px;
padding: 0;
line-height: 200px;
}
.cb-slideshow li:nth-child(1) span {
background-image: url(../img/fondo-login/1.jpg)
}
.cb-slideshow li:nth-child(2) span {
background-image: url(../img/fondo-login/2.jpg);
-webkit-animation-delay: 6s;
-moz-animation-delay: 6s;
-o-animation-delay: 6s;
-ms-animation-delay: 6s;
animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
background-image: url(../img/fondo-login/3.jpg);
-webkit-animation-delay: 12s;
-moz-animation-delay: 12s;
-o-animation-delay: 12s;
-ms-animation-delay: 12s;
animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
background-image: url(../img/fondo-login/4.jpg);
-webkit-animation-delay: 18s;
-moz-animation-delay: 18s;
-o-animation-delay: 18s;
-ms-animation-delay: 18s;
animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
background-image: url(../img/fondo-login/5.jpg);
-webkit-animation-delay: 24s;
-moz-animation-delay: 24s;
-o-animation-delay: 24s;
-ms-animation-delay: 24s;
animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
background-image: url(../img/fondo-login/6.jpg);
-webkit-animation-delay: 30s;
-moz-animation-delay: 30s;
-o-animation-delay: 30s;
-ms-animation-delay: 30s;
animation-delay: 30s;
}
.cb-slideshow li:nth-child(2) div {
-webkit-animation-delay: 6s;
-moz-animation-delay: 6s;
-o-animation-delay: 6s;
-ms-animation-delay: 6s;
animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
-webkit-animation-delay: 12s;
-moz-animation-delay: 12s;
-o-animation-delay: 12s;
-ms-animation-delay: 12s;
animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div {
-webkit-animation-delay: 18s;
-moz-animation-delay: 18s;
-o-animation-delay: 18s;
-ms-animation-delay: 18s;
animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) div {
-webkit-animation-delay: 24s;
-moz-animation-delay: 24s;
-o-animation-delay: 24s;
-ms-animation-delay: 24s;
animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) div {
-webkit-animation-delay: 30s;
-moz-animation-delay: 30s;
-o-animation-delay: 30s;
-ms-animation-delay: 30s;
animation-delay: 30s;
}
/* Animation for the slideshow img */
@-webkit-keyframes imageAnimation {
0% { opacity: 0;
-webkit-animation-timing-function: ease-in; }
8% { opacity: 1;
-webkit-animation-timing-function: ease-out; }
17% { opacity: 1 }
25% { opacity: 0 }
100% { opacity: 0 }
}
@-moz-keyframes imageAnimation {
0% { opacity: 0;
-moz-animation-timing-function: ease-in; }
8% { opacity: 1;
-moz-animation-timing-function: ease-out; }
17% { opacity: 1 }
25% { opacity: 0 }
100% { opacity: 0 }
}
@-o-keyframes imageAnimation {
0% { opacity: 0;
-o-animation-timing-function: ease-in; }
8% { opacity: 1;
-o-animation-timing-function: ease-out; }
17% { opacity: 1 }
25% { opacity: 0 }
100% { opacity: 0 }
}
@-ms-keyframes imageAnimation {
0% { opacity: 0;
-ms-animation-timing-function: ease-in; }
8% { opacity: 1;
-ms-animation-timing-function: ease-out; }
17% { opacity: 1 }
25% { opacity: 0 }
100% { opacity: 0 }
}
@keyframes imageAnimation {
0% { opacity: 0;
animation-timing-function: ease-in; }
8% { opacity: 1;
animation-timing-function: ease-out; }
17% { opacity: 1 }
25% { opacity: 0 }
100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation {
0% { opacity: 0 }
8% { opacity: 1 }
17% { opacity: 1 }
19% { opacity: 0 }
100% { opacity: 0 }
}
@-moz-keyframes titleAnimation {
0% { opacity: 0 }
8% { opacity: 1 }
17% { opacity: 1 }
19% { opacity: 0 }
100% { opacity: 0 }
}
@-o-keyframes titleAnimation {
0% { opacity: 0 }
8% { opacity: 1 }
17% { opacity: 1 }
19% { opacity: 0 }
100% { opacity: 0 }
}
@-ms-keyframes titleAnimation {
0% { opacity: 0 }
8% { opacity: 1 }
17% { opacity: 1 }
19% { opacity: 0 }
100% { opacity: 0 }
}
@keyframes titleAnimation {
0% { opacity: 0 }
8% { opacity: 1 }
17% { opacity: 1 }
19% { opacity: 0 }
100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
opacity: 1;
}
@media screen and (max-width: 1140px) {
.cb-slideshow li div h3 { font-size: 140px }
}
@media screen and (max-width: 600px) {
.cb-slideshow li div h3 { font-size: 80px }
}
.button-index a{
text-decoration:none;
}
.view-modal-img{
width: 300px;
}
.btn-custom {
color: #00acac;
font-size: 18px;
border: 1px solid #bdc3c7;
padding: 10px;
border-radius: 5px;
}
/*.btn-custom:hover {
color: #ffffff;
border: 1px solid #ffffff;
}*/
#pricing-table {
padding-top: 50px;
}
#pricing-table .pricing {
marign: 0;
padding: 0;
font-family: 'Robot', sans-serif;
}
#pricing-table .pricing .pricing-table {
padding-bottom: 30px;
}
#pricing-table .pricing .pricing-table .pricing-header {
position: relative;
background: #1a2229;
padding: 22px 22px;
text-align: center;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
#pricing-table .pricing .pricing-table .pricing-header .pricing-title {
color: #ffffff;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 24px;
text-align: center;
font-weight: 700;
}
#pricing-table .pricing .pricing-table .pricing-header .pricing-rate {
font-size: 70px;
font-weight: 700;
color: #ffffff;
position: relative;
text-align: center;
}
#pricing-table .pricing .pricing-table .pricing-header .pricing-rate sup {
font-size: 24px;
position: relative;
top: -30px;
color: #bdc3c7;
}
#pricing-table .pricing .pricing-table .pricing-header .pricing-rate span {
font-size: 16px;
color: #bdc3c7;
text-transform: uppercase;
}
#pricing-table .pricing .pricing-list {
padding: 20px 0 40px 0;
background: #ffffff;
border: 1px solid #e3e3e3;
}
#pricing-table .pricing .pricing-list ul {
padding: 0px;
display: table;
margin: 0px auto;
}
#pricing-table .pricing .pricing-list ul li {
list-style: none;
border-bottom: 1px solid #EAECEB;
color: #bdc3c7;
font-size: 16px;
line-height: 42px;
}
#pricing-table .pricing .pricing-list ul li:last-child {
border: none;
}
#pricing-table .pricing .pricing-list ul li i {
margin-right: 12px;
color: #bdc3c7;
}
#pricing-table .pricing .pricing-list ul li span {
color: #34495e;
}
.pricing-rate-name{
text-align:center;
color: #FFF;
font-weight: bold;
}
.well-info-boleto {
padding: 15px;
background: #d9e0e7;
box-shadow: none;
-webkit-box-shadow: none;
}
.well-info-boleto {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.center{
text-align: center;
}
.text-img-cortar i{
margin-right: 10px;
margin-bottom: 20px;
}
.video-youtube{
width: 100%;
height: 232px;
padding-bottom: 12px;
}
.profile-image {
width: 175px;
height: 175px;
}
.services{
display: inline-block;
margin: -10px 5px 0px 0px;
}
.start-hotel-cliente{
font-size: 15px;
position: relative;
top: 35%;
width: 150px;
margin: 0 auto;
}
.timeline .timeline-body-custon{
background: #f6f6f6;
}
.timeline .timeline-body-custon:before {
content: '';
display: block;
position: absolute;
border: 10px solid transparent;
border-right-color: #f6f6f6;
left: -20px;
top: 20px;
}
.photostack-img img{
width: 240px;
}
.list-email {
border-right: 1px solid #e2e7eb;
}
.pricing-table h3 {
background: #1a2229;
margin: 0;
color: #fff;
font-size: 30px;
padding: 35px 30px;
}
.img-gallery-modal{
padding-bottom: 15px;
}
.video-youtube-gallery{
padding-bottom: 15px;
}
.result-list .result-price {
width: 240px;
font-size: 28px;
text-align: center;
border-left: 1px dashed #ddd;
padding-top: 70px;
}
.gallery .image img {
width: 100%;
height: auto;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
border: 1px solid #e7e7e7;
}
.gallery .image-info {
background: #fff;
padding: 15px;
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
border: 1px solid #e7e7e7;
}
.wanai-nav-cliente-logo{
width: 50px;
float: left;
margin-right: 10px;
margin-top: -5px;
}
.wanai-nav-admin-logo {
float: left;
margin-right: 10px;
margin-top: -2px;
width: 50px
}
.footer .footer-wanai-logo {
display: block;
margin: 0 auto 10px;
width: 80px;
}
.footer {
padding: 60px 0;
background: #004C64;
text-align: center;
box-shadow: inset 0 100px 80px -80px rgba(0,0,0,.4);
-webkit-box-shadow: inset 0 100px 80px -80px rgba(0,0,0,.4);
}
.footer .social-list i{
color: #FFF;
}
.header.navbar.navbar-transparent {
border-bottom: 1px solid rgba(255,255,255,.2);
background: #fff;
}
.pace-progress {
background: #009acb;
}
.pace .pace-activity {
border-top-color: #00cd00;
border-left-color: #00cd00;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
background: #009acb!important;
border-color: #009acb!important;
}
.list-email>li.list-group-item.inverse:before {
background-color: #009acb;
}
.badge.badge-inverse, .label.label-inverse {
background: #00cd00;
}
#pricing-table .pricing .pricing-table .pricing-header {
background: #007CA3;
}
.pricing-table h3 {
background: #007CA3;
}
.btn-custom {
color: #00cd00;
}
.timeline .timeline-icon a {
background: #00cd00;
border: 5px solid #0084AE;
}
.timeline:before {
background: #0084AE;
}
.btn.btn-inverse {
color: #fff;
background: #009acb;
border-color: #00779D;
}
.btn-inverse.active, .btn-inverse:active, .btn-inverse:focus, .btn-inverse:hover, .open .dropdown-toggle.btn-inverse {
background: #00779D;
border-color: #006585;
}
.sidebar {
background: #002835;
}
.sidebar .nav>li.nav-profile {
background: #004C64;
}
.sidebar .nav>li.expand>a, .sidebar .nav>li>a:focus, .sidebar .nav>li>a:hover {
background: #004C64;
color: #a8acb1;
}
.panel-inverse>.panel-heading {
background: #002835;
}
.services{
display: inline-block;
margin: -10px 5px 0px 0px;
}
.limite-text{
max-width: 150px;
}
.gallery .image-caption {
position: absolute;
top: 15px;
left: 0;
background: url(../img/transparent/black-0.6.png);
background: rgba(0,0,0,.6);
color: #fff;
padding: 5px 15px;
margin: 0;
max-width: 150px;
max-height: 50px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.limite-text-img{
max-width: 240px;
max-height: 50px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* Responsive */
@media only screen and (min-width: 1024px) {
.result-list>li>div {
width: 58%;
}
}
@media only screen and (max-width: 1024px) {
.video-youtube{
width: 100%;
height: 232px;
padding-bottom: 12px;
}
}
@media only screen and (max-width: 768px) {
.video-youtube{
width: 100%;
height: 302px;
padding-bottom: 12px;
}
}
@media only screen and (max-width: 600px) {
.video-youtube{
width: 100%;
height: 220px;
padding-bottom: 12px;
}
}
@media only screen and (max-width: 400px) {
.video-youtube{
width: 100%;
height: 148px;
padding-bottom: 12px;
}
}
.glyphicon-refresh-animate {
-animation: spin .7s infinite linear;
-webkit-animation: spin2 .7s infinite linear;
}
@-webkit-keyframes spin2 {
from { -webkit-transform: rotate(0deg);}
to { -webkit-transform: rotate(360deg);}
}
@keyframes spin {
from { transform: scale(1) rotate(0deg);}
to { transform: scale(1) rotate(360deg);}
} | public/css/style.css | .cropArea {
background: #E4E4E4;
overflow: hidden;
width:350px;
height:350px;
}
.error {
border-color: #FF9393;
color: #FF9393;
}
.campo-requerido{
padding: 8px 0px 0px 0px;
float: left;
}
.lol{
display: inline-block;
}
.rating {
float:left;
}
/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t
follow these rules. Every browser that supports :checked also supports :not(), so
it doesn’t make the test unnecessarily selective */
.rating:not(:checked) > input {
position:absolute;
/*top:-9999px;*/
clip:rect(0,0,0,0);
}
.rating:not(:checked) > label {
float:right;
width:1em;
padding:0 .1em;
overflow:hidden;
white-space:nowrap;
cursor:pointer;
font-size:200%;
line-height:1.2;
color:#ddd;
text-shadow:1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0,0,0,.5);
}
.rating:not(:checked) > label:before {
content: '★ ';
}
.rating > input:checked ~ label {
color: gold;
text-shadow:1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0,0,0,.5);
}
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
color: gold;
text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}
.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
color: #ea0;
text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}
.rating > label:active {
position:relative;
top:2px;
left:2px;
}
.img-responsive-custon{
width: 100%;
}
.well-custon {
padding: 15px;
background: #d9e0e7;
box-shadow: none;
-webkit-box-shadow: none;
}
.well-custon {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.btn-file {
position: relative;
overflow: hidden;
}
.btn-file input[type=file] {
position: absolute;
top: 0;
right: 0;
min-width: 100%;
min-height: 100%;
font-size: 100px;
text-align: right;
filter: alpha(opacity=0);
opacity: 0;
outline: none;
background: white;
cursor: inherit;
display: block;
}
/*login*/
.ul-login, .li-login{
margin:0;
padding:0;
}
.ul-login {
list-style:none;
}
abbr,acronym { border:0;
}
/* General Demo Style */
.login-body{
background: rgb(0,0,0);
overflow: hidden;
}
.cb-slideshow,
.cb-slideshow:after {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
z-index: 0;
}
.cb-slideshow:after {
content: '';
background: transparent url(../img/fondo-login/fondo.png) repeat top left;
}
.cb-slideshow li span {
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
color: transparent;
background-size: cover;
background-position: 50% 50%;
background-repeat: none;
opacity: 0;
z-index: 0;
-webkit-backface-visibility: hidden;
-webkit-animation: imageAnimation 36s linear infinite 0s;
-moz-animation: imageAnimation 36s linear infinite 0s;
-o-animation: imageAnimation 36s linear infinite 0s;
-ms-animation: imageAnimation 36s linear infinite 0s;
animation: imageAnimation 36s linear infinite 0s;
}
.cb-slideshow li div {
z-index: 1000;
position: absolute;
bottom: 30px;
left: 0px;
width: 100%;
text-align: center;
opacity: 0;
color: #fff;
-webkit-animation: titleAnimation 36s linear infinite 0s;
-moz-animation: titleAnimation 36s linear infinite 0s;
-o-animation: titleAnimation 36s linear infinite 0s;
-ms-animation: titleAnimation 36s linear infinite 0s;
animation: titleAnimation 36s linear infinite 0s;
}
.cb-slideshow li div h3 {
font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
font-size: 240px;
padding: 0;
line-height: 200px;
}
.cb-slideshow li:nth-child(1) span {
background-image: url(../img/fondo-login/1.jpg)
}
.cb-slideshow li:nth-child(2) span {
background-image: url(../img/fondo-login/2.jpg);
-webkit-animation-delay: 6s;
-moz-animation-delay: 6s;
-o-animation-delay: 6s;
-ms-animation-delay: 6s;
animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
background-image: url(../img/fondo-login/3.jpg);
-webkit-animation-delay: 12s;
-moz-animation-delay: 12s;
-o-animation-delay: 12s;
-ms-animation-delay: 12s;
animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
background-image: url(../img/fondo-login/4.jpg);
-webkit-animation-delay: 18s;
-moz-animation-delay: 18s;
-o-animation-delay: 18s;
-ms-animation-delay: 18s;
animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
background-image: url(../img/fondo-login/5.jpg);
-webkit-animation-delay: 24s;
-moz-animation-delay: 24s;
-o-animation-delay: 24s;
-ms-animation-delay: 24s;
animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
background-image: url(../img/fondo-login/6.jpg);
-webkit-animation-delay: 30s;
-moz-animation-delay: 30s;
-o-animation-delay: 30s;
-ms-animation-delay: 30s;
animation-delay: 30s;
}
.cb-slideshow li:nth-child(2) div {
-webkit-animation-delay: 6s;
-moz-animation-delay: 6s;
-o-animation-delay: 6s;
-ms-animation-delay: 6s;
animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
-webkit-animation-delay: 12s;
-moz-animation-delay: 12s;
-o-animation-delay: 12s;
-ms-animation-delay: 12s;
animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div {
-webkit-animation-delay: 18s;
-moz-animation-delay: 18s;
-o-animation-delay: 18s;
-ms-animation-delay: 18s;
animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) div {
-webkit-animation-delay: 24s;
-moz-animation-delay: 24s;
-o-animation-delay: 24s;
-ms-animation-delay: 24s;
animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) div {
-webkit-animation-delay: 30s;
-moz-animation-delay: 30s;
-o-animation-delay: 30s;
-ms-animation-delay: 30s;
animation-delay: 30s;
}
/* Animation for the slideshow img */
@-webkit-keyframes imageAnimation {
0% { opacity: 0;
-webkit-animation-timing-function: ease-in; }
8% { opacity: 1;
-webkit-animation-timing-function: ease-out; }
17% { opacity: 1 }
25% { opacity: 0 }
100% { opacity: 0 }
}
@-moz-keyframes imageAnimation {
0% { opacity: 0;
-moz-animation-timing-function: ease-in; }
8% { opacity: 1;
-moz-animation-timing-function: ease-out; }
17% { opacity: 1 }
25% { opacity: 0 }
100% { opacity: 0 }
}
@-o-keyframes imageAnimation {
0% { opacity: 0;
-o-animation-timing-function: ease-in; }
8% { opacity: 1;
-o-animation-timing-function: ease-out; }
17% { opacity: 1 }
25% { opacity: 0 }
100% { opacity: 0 }
}
@-ms-keyframes imageAnimation {
0% { opacity: 0;
-ms-animation-timing-function: ease-in; }
8% { opacity: 1;
-ms-animation-timing-function: ease-out; }
17% { opacity: 1 }
25% { opacity: 0 }
100% { opacity: 0 }
}
@keyframes imageAnimation {
0% { opacity: 0;
animation-timing-function: ease-in; }
8% { opacity: 1;
animation-timing-function: ease-out; }
17% { opacity: 1 }
25% { opacity: 0 }
100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation {
0% { opacity: 0 }
8% { opacity: 1 }
17% { opacity: 1 }
19% { opacity: 0 }
100% { opacity: 0 }
}
@-moz-keyframes titleAnimation {
0% { opacity: 0 }
8% { opacity: 1 }
17% { opacity: 1 }
19% { opacity: 0 }
100% { opacity: 0 }
}
@-o-keyframes titleAnimation {
0% { opacity: 0 }
8% { opacity: 1 }
17% { opacity: 1 }
19% { opacity: 0 }
100% { opacity: 0 }
}
@-ms-keyframes titleAnimation {
0% { opacity: 0 }
8% { opacity: 1 }
17% { opacity: 1 }
19% { opacity: 0 }
100% { opacity: 0 }
}
@keyframes titleAnimation {
0% { opacity: 0 }
8% { opacity: 1 }
17% { opacity: 1 }
19% { opacity: 0 }
100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
opacity: 1;
}
@media screen and (max-width: 1140px) {
.cb-slideshow li div h3 { font-size: 140px }
}
@media screen and (max-width: 600px) {
.cb-slideshow li div h3 { font-size: 80px }
}
.button-index a{
text-decoration:none;
}
.view-modal-img{
width: 300px;
}
.btn-custom {
color: #00acac;
font-size: 18px;
border: 1px solid #bdc3c7;
padding: 10px;
border-radius: 5px;
}
/*.btn-custom:hover {
color: #ffffff;
border: 1px solid #ffffff;
}*/
#pricing-table {
padding-top: 50px;
}
#pricing-table .pricing {
marign: 0;
padding: 0;
font-family: 'Robot', sans-serif;
}
#pricing-table .pricing .pricing-table {
padding-bottom: 30px;
}
#pricing-table .pricing .pricing-table .pricing-header {
position: relative;
background: #1a2229;
padding: 22px 22px;
text-align: center;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
#pricing-table .pricing .pricing-table .pricing-header .pricing-title {
color: #ffffff;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 24px;
text-align: center;
font-weight: 700;
}
#pricing-table .pricing .pricing-table .pricing-header .pricing-rate {
font-size: 70px;
font-weight: 700;
color: #ffffff;
position: relative;
text-align: center;
}
#pricing-table .pricing .pricing-table .pricing-header .pricing-rate sup {
font-size: 24px;
position: relative;
top: -30px;
color: #bdc3c7;
}
#pricing-table .pricing .pricing-table .pricing-header .pricing-rate span {
font-size: 16px;
color: #bdc3c7;
text-transform: uppercase;
}
#pricing-table .pricing .pricing-list {
padding: 20px 0 40px 0;
background: #ffffff;
border: 1px solid #e3e3e3;
}
#pricing-table .pricing .pricing-list ul {
padding: 0px;
display: table;
margin: 0px auto;
}
#pricing-table .pricing .pricing-list ul li {
list-style: none;
border-bottom: 1px solid #EAECEB;
color: #bdc3c7;
font-size: 16px;
line-height: 42px;
}
#pricing-table .pricing .pricing-list ul li:last-child {
border: none;
}
#pricing-table .pricing .pricing-list ul li i {
margin-right: 12px;
color: #bdc3c7;
}
#pricing-table .pricing .pricing-list ul li span {
color: #34495e;
}
.pricing-rate-name{
text-align:center;
color: #FFF;
font-weight: bold;
}
.well-info-boleto {
padding: 15px;
background: #d9e0e7;
box-shadow: none;
-webkit-box-shadow: none;
}
.well-info-boleto {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.center{
text-align: center;
}
.text-img-cortar i{
margin-right: 10px;
margin-bottom: 20px;
}
.video-youtube{
width: 100%;
height: 232px;
padding-bottom: 12px;
}
.profile-image {
width: 175px;
height: 175px;
}
.services{
display: inline-block;
margin: -10px 5px 0px 0px;
}
.start-hotel-cliente{
font-size: 15px;
position: relative;
top: 35%;
width: 150px;
margin: 0 auto;
}
.timeline .timeline-body-custon{
background: #f6f6f6;
}
.timeline .timeline-body-custon:before {
content: '';
display: block;
position: absolute;
border: 10px solid transparent;
border-right-color: #f6f6f6;
left: -20px;
top: 20px;
}
.photostack-img img{
width: 240px;
}
.list-email {
border-right: 1px solid #e2e7eb;
}
.pricing-table h3 {
background: #1a2229;
margin: 0;
color: #fff;
font-size: 30px;
padding: 35px 30px;
}
.img-gallery-modal{
padding-bottom: 15px;
}
.video-youtube-gallery{
padding-bottom: 15px;
}
.result-list .result-price {
width: 240px;
font-size: 28px;
text-align: center;
border-left: 1px dashed #ddd;
padding-top: 70px;
}
.gallery .image img {
width: 100%;
height: auto;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
border: 1px solid #e7e7e7;
}
.gallery .image-info {
background: #fff;
padding: 15px;
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
border: 1px solid #e7e7e7;
}
.wanai-nav-cliente-logo{
width: 50px;
float: left;
margin-right: 10px;
margin-top: -5px;
}
.wanai-nav-admin-logo {
float: left;
margin-right: 10px;
margin-top: -2px;
width: 50px
}
.footer .footer-wanai-logo {
display: block;
margin: 0 auto 10px;
width: 80px;
}
.footer {
padding: 60px 0;
background: #004C64;
text-align: center;
box-shadow: inset 0 100px 80px -80px rgba(0,0,0,.4);
-webkit-box-shadow: inset 0 100px 80px -80px rgba(0,0,0,.4);
}
.footer .social-list i{
color: #FFF;
}
.header.navbar.navbar-transparent {
border-bottom: 1px solid rgba(255,255,255,.2);
background: #fff;
}
.pace-progress {
background: #009acb;
}
.pace .pace-activity {
border-top-color: #00cd00;
border-left-color: #00cd00;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
background: #009acb!important;
border-color: #009acb!important;
}
.list-email>li.list-group-item.inverse:before {
background-color: #009acb;
}
.badge.badge-inverse, .label.label-inverse {
background: #00cd00;
}
#pricing-table .pricing .pricing-table .pricing-header {
background: #007CA3;
}
.pricing-table h3 {
background: #007CA3;
}
.btn-custom {
color: #00cd00;
}
.timeline .timeline-icon a {
background: #00cd00;
border: 5px solid #0084AE;
}
.timeline:before {
background: #0084AE;
}
.btn.btn-inverse {
color: #fff;
background: #009acb;
border-color: #00779D;
}
.btn-inverse.active, .btn-inverse:active, .btn-inverse:focus, .btn-inverse:hover, .open .dropdown-toggle.btn-inverse {
background: #00779D;
border-color: #006585;
}
.sidebar {
background: #002835;
}
.sidebar .nav>li.nav-profile {
background: #004C64;
}
.sidebar .nav>li.expand>a, .sidebar .nav>li>a:focus, .sidebar .nav>li>a:hover {
background: #004C64;
color: #a8acb1;
}
.panel-inverse>.panel-heading {
background: #002835;
}
.services{
display: inline-block;
margin: -10px 5px 0px 0px;
}
.limite-text{
max-width: 150px;
}
.gallery .image-caption {
position: absolute;
top: 15px;
left: 0;
background: url(../img/transparent/black-0.6.png);
background: rgba(0,0,0,.6);
color: #fff;
padding: 5px 15px;
margin: 0;
max-width: 150px;
max-height: 50px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.limite-text-img{
max-width: 240px;
max-height: 50px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* Responsive */
@media only screen and (min-width: 1024px) {
.result-list>li>div {
width: 58%;
}
}
@media only screen and (max-width: 1024px) {
.video-youtube{
width: 100%;
height: 232px;
padding-bottom: 12px;
}
}
@media only screen and (max-width: 768px) {
.video-youtube{
width: 100%;
height: 302px;
padding-bottom: 12px;
}
}
@media only screen and (max-width: 600px) {
.video-youtube{
width: 100%;
height: 220px;
padding-bottom: 12px;
}
}
@media only screen and (max-width: 400px) {
.video-youtube{
width: 100%;
height: 148px;
padding-bottom: 12px;
}
}
.glyphicon-refresh-animate {
-animation: spin .7s infinite linear;
-webkit-animation: spin2 .7s infinite linear;
}
@-webkit-keyframes spin2 {
from { -webkit-transform: rotate(0deg);}
to { -webkit-transform: rotate(360deg);}
}
@keyframes spin {
from { transform: scale(1) rotate(0deg);}
to { transform: scale(1) rotate(360deg);}
} | 0.428831 | 0.158565 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("instasync.com") {
/* @import url(http://fonts.googleapis.com/css?family=Roboto) !important; */
/* @import url(http://fonts.googleapis.com/css?family=Montserrat) !important; */
─────────────────────────────────────────────────────────────────────────────────
█▀▀▄ █▀▀▀ ▄ █▀▀▄ ─▀─ █▀▀█ ▀▀█▀▀ █──█ █──█ █▀▀█ █▀▀█ █▀▀█ █──█ ───────▄▄─▄▄▀▀▄▀▀▄
█▀▀▄ █─▀█ ─ █──█ ▀█▀ █▄▄▀ ──█── █▄▄█ █▀▀█ █▄▄█ █▄▄▀ █▄▄▀ █▄▄█ ──────███████───▄▀
▀▀▀─ ▀▀▀▀ ▀ ▀▀▀─ ▀▀▀ ▀─▀▀ ──▀── ▄▄▄█ ▀──▀ ▀──▀ ▀─▀▀ ▀─▀▀ ▄▄▄█ ──────▀█████▀▀▄▀─
────────────────────────────────────────────────────────────────────────▀█▀──────
█▀▀ █▀▀ █▀▀ ▄ █▀▀ █▀▀█ ▀▀█▀▀ █▀▄▀█ █▀▀█ █▀▀ █▀▀█ █──█ █▀▀ █▀▀█ █▀▀ ───▄█────█▄─
█── ▀▀█ ▀▀█ ─ █── █▄▄█ ──█── █─▀─█ █──█ ▀▀█ █──█ █▀▀█ █▀▀ █▄▄▀ █▀▀ ──▄████████▄
▀▀▀ ▀▀▀ ▀▀▀ ▀ ▀▀▀ ▀──▀ ──▀── ▀───▀ ▀▀▀▀ ▀▀▀ █▀▀▀ ▀──▀ ▀▀▀ ▀─▀▀ ▀▀▀ ──██─████─██
────────────────────────────────────────────────────────────────────────▀██████▀─
*, div, ul, li, .playlist, input, textarea { text-shadow: none !important; font-weight: normal !important; border-color: #161616 !important; }
.navbar-default .navbar-nav > li > a, .dropdown-menu > li > a { color: #ADAFB2 !important; font-family: 'Roboto', sans-serif !important; }
a, .fa, .glyphicon, .username, .room-container .room-component-row .chat #tabs_chat_content .user-list li.mod { color: #8600C8 !important; }
a, a:hover, .room-container .room-component-row .chat #tabs_chat_content .chat-messages .chat-message .username:hover, .room-container .room-component-row .chat #tabs_chat_content .user-list li:hover { text-decoration: none !important; }
body.dim {
background-image: url('http://i.imgur.com/YCI8PNH.png');
background-repeat: no-repeat;
background-position: bottom right;
background-attachment: fixed;
background-color: #121314;
color: #ADAFB2 !important;
font-family: 'Roboto', sans-serif !important;
}
.navbar-default, .navbar-default .navbar-collapse, .navbar-default .navbar-form {
color: #ADAFB2 !important;
}
.navbar-brand { visibility: hidden; font-size: 0em !important; font-family: 'Montserrat', sans-serif !important; }
.navbar-brand::before { content: "【MMD】 "; visibility: visible; font-size: 20px; font-family: 'Montserrat', sans-serif !important; }
.navbar-brand::after { content: "Sync"; visibility: visible; font-size: 20px; color: #ADAFB2 !important; font-family: 'Montserrat', sans-serif !important; }
body.dim .navbar-default, .room-container .room-component-row, body.dim .room-container .room-component-row .video-controls, .room-container .room-component-row .chat, body.dim .footer, .room-container .room-component-row .chat #tabs_chat_content .input #cin, #poll_tab .poll.active, #poll_column .poll.active, .room-container .room-component-row .video-controls .tab-content #tabs_playlist .playlist li, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .message:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .dropdown-menu, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .modal-content, .panel, .panel-default > .panel-heading, .form-control, #settings_modal .panel .panel-body ul li:hover {
background: none rgba(10, 10, 10, 0.6) !important;
color: #ADAFB2 !important;
font-family: 'Roboto', sans-serif !important;
}
.room-container .room-component-row .chat #tabs_chat_content .user-list, .user-list li:hover {
background: none rgba(10, 10, 10, 0.8) !important;
}
.room-container .room-component-row .video-controls .tab-content #tabs_playlist .playlist li.active {
background: #111 !important;
}
.room-container .room-info-row, body.dim .room-container .room-component-row .video-controls .tab-content, .room-container .room-component-row .video-controls .tab-content #tabs_playlist .playlist, .nav-tabs {
background: none transparent !important;
color: #ADAFB2 !important;
font-family: 'Roboto', sans-serif !important;
}
.room-container .room-component-row .video-controls .nav-tabs > li.active > a, .room-container .room-component-row .video-controls .nav-tabs > li.active > a:hover, .room-container .room-component-row .video-controls .nav-tabs > li.active > a:focus, .room-container .room-component-row .video-controls .nav-tabs > li > a:hover, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav li.add-video, a.dropdown-toggle, .nav-tabs > li, .nav-tabs > li > a {
background: none rgba(10, 10, 10, 0.6) !important;
-webkit-border-radius: 50px 50px 50px 50px !important;
border-radius: 50px 50px 50px 50px !important;
border: none !important;
}
.nav-tabs { border: none !important; }
.badge, .btn-primary:hover, .btn-primary, .btn-primary:focus, .btn-default, .btn-default:hover, .btn-default:focus, .room-container .room-component-row .video-controls .tab-content #tabs_playlist_search .search-videos .search-video .duration, #poll_tab .poll.active .poll-options .poll-option .poll-votes, #poll_column .poll.active .poll-options .poll-option .poll-votes {
background: #8600C8 !important; color: #fff !important;
border-color: #161616 !important;
}
.form-control:focus {
box-shadow: 0px 0px 5px #8600C8 !important;
}
.username::before { content: "【ユーザー " !important; }
.username::after { content: "】" !important; }
} | data/usercss/111453.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("instasync.com") {
/* @import url(http://fonts.googleapis.com/css?family=Roboto) !important; */
/* @import url(http://fonts.googleapis.com/css?family=Montserrat) !important; */
─────────────────────────────────────────────────────────────────────────────────
█▀▀▄ █▀▀▀ ▄ █▀▀▄ ─▀─ █▀▀█ ▀▀█▀▀ █──█ █──█ █▀▀█ █▀▀█ █▀▀█ █──█ ───────▄▄─▄▄▀▀▄▀▀▄
█▀▀▄ █─▀█ ─ █──█ ▀█▀ █▄▄▀ ──█── █▄▄█ █▀▀█ █▄▄█ █▄▄▀ █▄▄▀ █▄▄█ ──────███████───▄▀
▀▀▀─ ▀▀▀▀ ▀ ▀▀▀─ ▀▀▀ ▀─▀▀ ──▀── ▄▄▄█ ▀──▀ ▀──▀ ▀─▀▀ ▀─▀▀ ▄▄▄█ ──────▀█████▀▀▄▀─
────────────────────────────────────────────────────────────────────────▀█▀──────
█▀▀ █▀▀ █▀▀ ▄ █▀▀ █▀▀█ ▀▀█▀▀ █▀▄▀█ █▀▀█ █▀▀ █▀▀█ █──█ █▀▀ █▀▀█ █▀▀ ───▄█────█▄─
█── ▀▀█ ▀▀█ ─ █── █▄▄█ ──█── █─▀─█ █──█ ▀▀█ █──█ █▀▀█ █▀▀ █▄▄▀ █▀▀ ──▄████████▄
▀▀▀ ▀▀▀ ▀▀▀ ▀ ▀▀▀ ▀──▀ ──▀── ▀───▀ ▀▀▀▀ ▀▀▀ █▀▀▀ ▀──▀ ▀▀▀ ▀─▀▀ ▀▀▀ ──██─████─██
────────────────────────────────────────────────────────────────────────▀██████▀─
*, div, ul, li, .playlist, input, textarea { text-shadow: none !important; font-weight: normal !important; border-color: #161616 !important; }
.navbar-default .navbar-nav > li > a, .dropdown-menu > li > a { color: #ADAFB2 !important; font-family: 'Roboto', sans-serif !important; }
a, .fa, .glyphicon, .username, .room-container .room-component-row .chat #tabs_chat_content .user-list li.mod { color: #8600C8 !important; }
a, a:hover, .room-container .room-component-row .chat #tabs_chat_content .chat-messages .chat-message .username:hover, .room-container .room-component-row .chat #tabs_chat_content .user-list li:hover { text-decoration: none !important; }
body.dim {
background-image: url('http://i.imgur.com/YCI8PNH.png');
background-repeat: no-repeat;
background-position: bottom right;
background-attachment: fixed;
background-color: #121314;
color: #ADAFB2 !important;
font-family: 'Roboto', sans-serif !important;
}
.navbar-default, .navbar-default .navbar-collapse, .navbar-default .navbar-form {
color: #ADAFB2 !important;
}
.navbar-brand { visibility: hidden; font-size: 0em !important; font-family: 'Montserrat', sans-serif !important; }
.navbar-brand::before { content: "【MMD】 "; visibility: visible; font-size: 20px; font-family: 'Montserrat', sans-serif !important; }
.navbar-brand::after { content: "Sync"; visibility: visible; font-size: 20px; color: #ADAFB2 !important; font-family: 'Montserrat', sans-serif !important; }
body.dim .navbar-default, .room-container .room-component-row, body.dim .room-container .room-component-row .video-controls, .room-container .room-component-row .chat, body.dim .footer, .room-container .room-component-row .chat #tabs_chat_content .input #cin, #poll_tab .poll.active, #poll_column .poll.active, .room-container .room-component-row .video-controls .tab-content #tabs_playlist .playlist li, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .message:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .dropdown-menu, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .modal-content, .panel, .panel-default > .panel-heading, .form-control, #settings_modal .panel .panel-body ul li:hover {
background: none rgba(10, 10, 10, 0.6) !important;
color: #ADAFB2 !important;
font-family: 'Roboto', sans-serif !important;
}
.room-container .room-component-row .chat #tabs_chat_content .user-list, .user-list li:hover {
background: none rgba(10, 10, 10, 0.8) !important;
}
.room-container .room-component-row .video-controls .tab-content #tabs_playlist .playlist li.active {
background: #111 !important;
}
.room-container .room-info-row, body.dim .room-container .room-component-row .video-controls .tab-content, .room-container .room-component-row .video-controls .tab-content #tabs_playlist .playlist, .nav-tabs {
background: none transparent !important;
color: #ADAFB2 !important;
font-family: 'Roboto', sans-serif !important;
}
.room-container .room-component-row .video-controls .nav-tabs > li.active > a, .room-container .room-component-row .video-controls .nav-tabs > li.active > a:hover, .room-container .room-component-row .video-controls .nav-tabs > li.active > a:focus, .room-container .room-component-row .video-controls .nav-tabs > li > a:hover, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav li.add-video, a.dropdown-toggle, .nav-tabs > li, .nav-tabs > li > a {
background: none rgba(10, 10, 10, 0.6) !important;
-webkit-border-radius: 50px 50px 50px 50px !important;
border-radius: 50px 50px 50px 50px !important;
border: none !important;
}
.nav-tabs { border: none !important; }
.badge, .btn-primary:hover, .btn-primary, .btn-primary:focus, .btn-default, .btn-default:hover, .btn-default:focus, .room-container .room-component-row .video-controls .tab-content #tabs_playlist_search .search-videos .search-video .duration, #poll_tab .poll.active .poll-options .poll-option .poll-votes, #poll_column .poll.active .poll-options .poll-option .poll-votes {
background: #8600C8 !important; color: #fff !important;
border-color: #161616 !important;
}
.form-control:focus {
box-shadow: 0px 0px 5px #8600C8 !important;
}
.username::before { content: "【ユーザー " !important; }
.username::after { content: "】" !important; }
} | 0.222531 | 0.059047 |
body {
font-family: 'Raleway', sans-serif;
}
.pointer {
cursor: pointer;
}
.no-margin {
margin: 0px!important;
}
.no-padding {
padding: 0px!important;
}
.pdTop-10 {
padding-top: 10px!important;
}
.mt-5 {
margin-top: 5px!important;
}
.mt-10 {
margin-top: 10px!important;
}
.mt-20 {
margin-top: 20px!important;
}
.mtBottom-20 {
margin-bottom: 20px!important;
}
ul li {
list-style: none;
}
ul {
padding: 0px;
}
a {
display: inline-block;
}
a:hover {
text-decoration: none;
}
.btn {
cursor: pointer;
}
.main {
background: #f5f5f5;
border-top: 2px solid #333;
}
.menu-wrap {
margin: 15px 0 5px;
}
.menu-list ul {
margin-top: 7px;
float: right;
}
.menu-list ul li {
display: inline-block;
margin: 0px 12px;
}
.menu-list ul li a {
color: #333;
font-size: 14px;
}
.menu-list ul li a:hover {
text-decoration: none!important;
}
.login-btn {
border: 1px solid #333;
border-radius: 5px;
padding: 5px 18px;
}
.category-list {
padding: 0px;
}
.category-list > li {
display: block !important;
padding: 10px 15px;
margin: 0px!important;
}
.category-list > li:hover {
background: #f5f5f5;
}
.main {
border-top: 1px soild #777;
}
.banner-wrap {
color: #fff;
background: rgba(0, 0, 0, 0) url("../images/banner-bg.jpg") no-repeat scroll 0 0 / 100%;
height: 428px;
}
.banner-wrap h1 {
padding-top: 110px;
}
.banner-wrap span {
display: block;
font-size: 18px;
font-weight: 700;
padding: 10px 0 7px;
}
.form-wrap {
width: 760px;
margin: 0 auto;
padding-bottom: 200px;
}
.f-location,
.f-problem {
border-left: 1px solid #ccc;
border-right: 0 none;
box-shadow: none;
cursor: pointer;
height: 50px;
margin: 0!important;
}
.search-btn {
padding: 13px 20px;
margin-left: -5px;
}
.health-issues {
background: #0077cc;
padding: 20px 0;
}
.health-issues ul li a {
color: #fff;
}
.health-issues ul li a:hover {
text-decoration: none;
}
.tabs-list {
border: medium none;
margin: 0 auto;
text-align: center;
width: auto;
font-weight: 700;
}
.tabs-list > li {
border-right: 1px solid #fff;
height: 35px;
padding: 5px 15px;
}
.tabs-list > li:last-child {
border-right: none;
}
.content-tabwrap {
padding: 25px 0px;
}
.box-wrap:hover {
filter: brightness(60%);
color: #fff;
}
.box-wrap {
width: 165px;
}
.box-wrap span {
border-radius: 0 0 4px 4px;
bottom: 0;
color: #333;
display: block;
font-weight: 700;
padding: 0 0 5px 12px;
position: absolute;
}
.box-wrap span:hover {
color: #fff;
}
.box-1 {
height: 100px;
border: 1px solid #ccc;
border-radius: 4px 4px 0 0;
height: 150px;
position: relative;
}
/*****doctor-list page css***/
.fliter-wrap {
border-top: 1px solid #777;
border-bottom: 1px solid #777;
padding: 10px 0 3px;
margin-bottom: 25px;
background: #fff;
}
.checkbox-ind {
border: 2px solid #aaa;
}
.doctor-detailBox {
padding: 10px;
border: 1px solid #ccc;
margin-bottom: 20px;
background: #fff;
}
/**.doctor-detailBox:hover{
box-shadow:2px 2px 2px 1px;
}*/
.doctor-detailBox a img{
width:100px;
height:120px;
}
.doctor-name {
color: #333;
font-size: 18px!important;
font-weight: 700;
text-transform: capitalize;
}
.doctor-profile p,
.doctor-profile span {
font-size: 12px;
color: #333;
margin: 0px!important;
display: block;
}
.view-more {
color: #0077cc;
display: block;
font-size: 14px;
font-weight: 700;
margin-top: 13px;
}
.location-details {
font-size: 14px;
list-style: none;
}
.location-details li {
margin: 6px 0px;
}
.book-btn,
.consult-btn,
.call-btn {
background: #259b24;
border-radius: 4px;
color: #fff;
display: inline-block;
font-weight: 600;
margin-top: 15px;
padding: 8px 0px;
text-align: center;
cursor: pointer;
max-width: 173px;
width: 100%;
}
.book-btn:hover,
.book-btn:focus,
.consult-btn:hover,
.consult-btn:focus,
.call-btn:hover,
.call-btn:focus {
text-decoration: none;
color: #fff;
}
.call-btn {
background: #c82506;
}
.consult-btn {
background: #6c6a6a;
}
.phone-no {
color: #01a400!important;
font-size: 20px;
font-weight: 700;
}
.call-wrap p {
font-size: 14px;
}
.call-wrap {
display: none;
margin-top: 20px;
}
.table-head {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding-top: 10px;
font-size: 12px;
font-weight: 700;
}
.table-head >.col-sm-2,
.table-head>.col-sm-3 {
text-align: center;
}
.table-timing {
font-size: 12px;
border-bottom: 1px solid #ddd;
text-align: center;
padding-top: 10px;
}
.appointment-wrap {
display: none;
}
.foot-wrap h4 {
margin: 0px;
color: #fff;
font-size: 18px;
}
footer {
background: #0077cc;
padding: 45px 0;
}
.footer-menu {
padding: 0px;
}
.footer-menu li {
list-style: none;
}
.footer-menu li a {
color: #fff;
font-size: 12px;
}
.copyright-wrap a {
display: inline-block;
}
.copyright-wrap {
color: #fff;
font-size: 14px;
font-weight: 700;
text-align: center;
padding-top: 30px;
}
.copyright-wrap p {
margin-top: 10px;
}
.advertise-wrap {
width: 320px;
height: 260px;
border: 1px solid #ddd;
}
.app-install p {
color: #333;
font-size: 12px;
font-weight: 700;
}
.send-link {
margin-top: 10px;
}
.app-install {
margin-top: 20px;
}
.popular-search h4 {
font-size: 14px;
font-weight: 700;
}
.popular-search ul li a {
color: #333;
font-size: 14px;
}
.details-div {
font-size: 14px;
}
.details-div p b {
display: block;
}
/*** css for doctor-view page***/
.doctorDetail-tabs {
border: 1px solid #ccc;
font-size: 15px;
padding: 15px;
}
.doctorDetail-tabs ul li a {
background: #f5f5f5 none repeat scroll 0 0 !important;
border: medium none !important;
color: #333 !important;
font-weight: 700;
margin: 5px 15px;
}
.tab-content {
padding-top: 15px;
}
.doctorDetail-tabs>.tab-content p b {
display: block;
}
/***17 may css**/
.filter-heading {
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
padding: 5px 0 5px 18px;
margin: 0pc;
background: #fff;
}
.filter-heading span {
font-size: 14px;
font-weight: bold;
color: #333;
margin: 0px;
}
.panel-primary {
border: 1px solid #ccc;
}
.list-group-item {
border: medium none;
padding: 5px 15px;
}
.filter-checkbox {
font-size: 14px;
margin: 0;
}
.detail-footer {
border-top: 1px solid #ccc;
padding-top: 10px;
}
.foot-link {
color: #333;
font-size: 14px;
font-weight: 700;
}
.foot-link:hover {
color: #333;
text-decoration: none;
}
/****18 may css**/
.rating-icon {
color: #bbb!important;
display: inline-block!important;
font-size: 16px!important;
}
.rating-icon > .green-h {
color: #259b24;
padding-left: 15px;
}
.fee-details > span {
display: inline-block;
padding: 0 6px;
}
.feedback-btn,
.issue-btn {
border: 1px solid #ccc;
border-radius: 4px;
color: #555;
font-size: 14px;
padding: 5px 12px;
float: right;
margin: 0px 6px;
}
.info-view {
background: #fff;
border: 1px solid #ccc;
padding: 10px 12px;
}
.info-view li {
padding: 10px 0px;
}
.info-heading {
font-size: 16px;
font-weight: 700;
margin-bottom: 5px;
}
.info-heading i {
color: #ccc;
margin-right: 10px;
}
.info-view span {
font-size: 14px;
color: #555;
margin-left: 20px;
display: block;
}
.info-form >.input-group {
margin: 13px 6px!important;
}
.form-inputField {
width: 46%!important;
}
.form-inputField input {
border-bottom: 1px solid #333!important;
border: none;
border-radius: 0px;
font-size: 14px;
padding-left: 0px;
}
.resend-link {
color: #c82506;
font-size: 14px;
display: block;
}
/****range slider css*/
.stepwizard-step p {
margin-top: 10px;
font-size: 14px;
}
.stepwizard-row {
text-align: center;
}
.stepwizard {
background: #fff none repeat scroll 0 0;
border: 1px solid #ccc;
display: table;
margin-bottom: 20px;
padding: 20px;
position: relative;
width: 100%;
}
.stepwizard-step button[disabled] {
opacity: 1 !important;
filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
background-color: #ccc;
bottom: 0;
content: " ";
height: 2px;
position: absolute;
top: 37px;
width: 60%;
left: 20%;
}
.stepwizard-step {
display: inline-block;
text-align: center;
position: relative;
width: 20%;
}
.btn-circle {
background: #fff none repeat scroll 0 0;
border: 1px solid #ccc;
border-radius: 15px;
color: #333;
font-size: 12px;
height: 30px;
line-height: 1.42857;
padding: 6px 0;
text-align: center;
width: 30px;
}
.stepwizard-content {
border: none !important;
float: left !important;
margin-top: 0 !important;
padding: 15px !important;
width: 100% !important;
}
/***19 may*/
.review-wrap{
margin:20px 0px;
}
.review-div {
border: 1px solid #ccc;
border-radius: 4px;
padding: 20px 25px;
background:#fff;
}
.review-div h3{
font-size:18px;
margin-bottom: 15px;
}
.inputField-wrap{
margin-bottom:15px;
}
.inputField-wrap span {
display: block;
font-size:14px;
margin-bottom: 10px;
}
.inputField-wrap select,.inputField-wrap >.form-control {
border-bottom: 1px solid #ccc;
border-left: medium none;
border-right: medium none;
border-top: medium none;
font-size: 14px;
width: 100%;
border-radius:0px;
}
.like-option li {
border: 1px solid #ccc;
border-radius: 5px;
cursor: pointer;
display: inline-block;
padding: 15px;
margin:0px 10px;
}
.like-option > li i {
font-size: 20px;
}
.like-option li:hover{
color:#c82506;
border: 1px solid #c82506;
}
.rate-review li{
display:inline-block;
margin:0px 8px;
font-size: 20px;
cursor:pointer;
}
.rate-review li>.fa-star{color:#c82506!important;}
#double_number_range{
background:#fff;
padding:12px;
}
ul.list-inline.slides li {
border: 1px solid #eee;
padding: 5px;
cursor: pointer;
}
.timings li.active, .timings li:hover, ul.slides li.active, ul.slides li:hover {
background: #ddd;
}
#days-slider .flex-nav-prev {
float: left;
}
#days-slider .flex-nav-next {
float: right;
}
.timings li {
float: left;
margin: 0 10px 10px 0;
border: 1px solid #ccc;
padding: 2px 20px;
cursor: pointer
}
.otp-msg {
display: none;
}
.red {
color: red;
} | public/assets/css/style.css | body {
font-family: 'Raleway', sans-serif;
}
.pointer {
cursor: pointer;
}
.no-margin {
margin: 0px!important;
}
.no-padding {
padding: 0px!important;
}
.pdTop-10 {
padding-top: 10px!important;
}
.mt-5 {
margin-top: 5px!important;
}
.mt-10 {
margin-top: 10px!important;
}
.mt-20 {
margin-top: 20px!important;
}
.mtBottom-20 {
margin-bottom: 20px!important;
}
ul li {
list-style: none;
}
ul {
padding: 0px;
}
a {
display: inline-block;
}
a:hover {
text-decoration: none;
}
.btn {
cursor: pointer;
}
.main {
background: #f5f5f5;
border-top: 2px solid #333;
}
.menu-wrap {
margin: 15px 0 5px;
}
.menu-list ul {
margin-top: 7px;
float: right;
}
.menu-list ul li {
display: inline-block;
margin: 0px 12px;
}
.menu-list ul li a {
color: #333;
font-size: 14px;
}
.menu-list ul li a:hover {
text-decoration: none!important;
}
.login-btn {
border: 1px solid #333;
border-radius: 5px;
padding: 5px 18px;
}
.category-list {
padding: 0px;
}
.category-list > li {
display: block !important;
padding: 10px 15px;
margin: 0px!important;
}
.category-list > li:hover {
background: #f5f5f5;
}
.main {
border-top: 1px soild #777;
}
.banner-wrap {
color: #fff;
background: rgba(0, 0, 0, 0) url("../images/banner-bg.jpg") no-repeat scroll 0 0 / 100%;
height: 428px;
}
.banner-wrap h1 {
padding-top: 110px;
}
.banner-wrap span {
display: block;
font-size: 18px;
font-weight: 700;
padding: 10px 0 7px;
}
.form-wrap {
width: 760px;
margin: 0 auto;
padding-bottom: 200px;
}
.f-location,
.f-problem {
border-left: 1px solid #ccc;
border-right: 0 none;
box-shadow: none;
cursor: pointer;
height: 50px;
margin: 0!important;
}
.search-btn {
padding: 13px 20px;
margin-left: -5px;
}
.health-issues {
background: #0077cc;
padding: 20px 0;
}
.health-issues ul li a {
color: #fff;
}
.health-issues ul li a:hover {
text-decoration: none;
}
.tabs-list {
border: medium none;
margin: 0 auto;
text-align: center;
width: auto;
font-weight: 700;
}
.tabs-list > li {
border-right: 1px solid #fff;
height: 35px;
padding: 5px 15px;
}
.tabs-list > li:last-child {
border-right: none;
}
.content-tabwrap {
padding: 25px 0px;
}
.box-wrap:hover {
filter: brightness(60%);
color: #fff;
}
.box-wrap {
width: 165px;
}
.box-wrap span {
border-radius: 0 0 4px 4px;
bottom: 0;
color: #333;
display: block;
font-weight: 700;
padding: 0 0 5px 12px;
position: absolute;
}
.box-wrap span:hover {
color: #fff;
}
.box-1 {
height: 100px;
border: 1px solid #ccc;
border-radius: 4px 4px 0 0;
height: 150px;
position: relative;
}
/*****doctor-list page css***/
.fliter-wrap {
border-top: 1px solid #777;
border-bottom: 1px solid #777;
padding: 10px 0 3px;
margin-bottom: 25px;
background: #fff;
}
.checkbox-ind {
border: 2px solid #aaa;
}
.doctor-detailBox {
padding: 10px;
border: 1px solid #ccc;
margin-bottom: 20px;
background: #fff;
}
/**.doctor-detailBox:hover{
box-shadow:2px 2px 2px 1px;
}*/
.doctor-detailBox a img{
width:100px;
height:120px;
}
.doctor-name {
color: #333;
font-size: 18px!important;
font-weight: 700;
text-transform: capitalize;
}
.doctor-profile p,
.doctor-profile span {
font-size: 12px;
color: #333;
margin: 0px!important;
display: block;
}
.view-more {
color: #0077cc;
display: block;
font-size: 14px;
font-weight: 700;
margin-top: 13px;
}
.location-details {
font-size: 14px;
list-style: none;
}
.location-details li {
margin: 6px 0px;
}
.book-btn,
.consult-btn,
.call-btn {
background: #259b24;
border-radius: 4px;
color: #fff;
display: inline-block;
font-weight: 600;
margin-top: 15px;
padding: 8px 0px;
text-align: center;
cursor: pointer;
max-width: 173px;
width: 100%;
}
.book-btn:hover,
.book-btn:focus,
.consult-btn:hover,
.consult-btn:focus,
.call-btn:hover,
.call-btn:focus {
text-decoration: none;
color: #fff;
}
.call-btn {
background: #c82506;
}
.consult-btn {
background: #6c6a6a;
}
.phone-no {
color: #01a400!important;
font-size: 20px;
font-weight: 700;
}
.call-wrap p {
font-size: 14px;
}
.call-wrap {
display: none;
margin-top: 20px;
}
.table-head {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding-top: 10px;
font-size: 12px;
font-weight: 700;
}
.table-head >.col-sm-2,
.table-head>.col-sm-3 {
text-align: center;
}
.table-timing {
font-size: 12px;
border-bottom: 1px solid #ddd;
text-align: center;
padding-top: 10px;
}
.appointment-wrap {
display: none;
}
.foot-wrap h4 {
margin: 0px;
color: #fff;
font-size: 18px;
}
footer {
background: #0077cc;
padding: 45px 0;
}
.footer-menu {
padding: 0px;
}
.footer-menu li {
list-style: none;
}
.footer-menu li a {
color: #fff;
font-size: 12px;
}
.copyright-wrap a {
display: inline-block;
}
.copyright-wrap {
color: #fff;
font-size: 14px;
font-weight: 700;
text-align: center;
padding-top: 30px;
}
.copyright-wrap p {
margin-top: 10px;
}
.advertise-wrap {
width: 320px;
height: 260px;
border: 1px solid #ddd;
}
.app-install p {
color: #333;
font-size: 12px;
font-weight: 700;
}
.send-link {
margin-top: 10px;
}
.app-install {
margin-top: 20px;
}
.popular-search h4 {
font-size: 14px;
font-weight: 700;
}
.popular-search ul li a {
color: #333;
font-size: 14px;
}
.details-div {
font-size: 14px;
}
.details-div p b {
display: block;
}
/*** css for doctor-view page***/
.doctorDetail-tabs {
border: 1px solid #ccc;
font-size: 15px;
padding: 15px;
}
.doctorDetail-tabs ul li a {
background: #f5f5f5 none repeat scroll 0 0 !important;
border: medium none !important;
color: #333 !important;
font-weight: 700;
margin: 5px 15px;
}
.tab-content {
padding-top: 15px;
}
.doctorDetail-tabs>.tab-content p b {
display: block;
}
/***17 may css**/
.filter-heading {
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
padding: 5px 0 5px 18px;
margin: 0pc;
background: #fff;
}
.filter-heading span {
font-size: 14px;
font-weight: bold;
color: #333;
margin: 0px;
}
.panel-primary {
border: 1px solid #ccc;
}
.list-group-item {
border: medium none;
padding: 5px 15px;
}
.filter-checkbox {
font-size: 14px;
margin: 0;
}
.detail-footer {
border-top: 1px solid #ccc;
padding-top: 10px;
}
.foot-link {
color: #333;
font-size: 14px;
font-weight: 700;
}
.foot-link:hover {
color: #333;
text-decoration: none;
}
/****18 may css**/
.rating-icon {
color: #bbb!important;
display: inline-block!important;
font-size: 16px!important;
}
.rating-icon > .green-h {
color: #259b24;
padding-left: 15px;
}
.fee-details > span {
display: inline-block;
padding: 0 6px;
}
.feedback-btn,
.issue-btn {
border: 1px solid #ccc;
border-radius: 4px;
color: #555;
font-size: 14px;
padding: 5px 12px;
float: right;
margin: 0px 6px;
}
.info-view {
background: #fff;
border: 1px solid #ccc;
padding: 10px 12px;
}
.info-view li {
padding: 10px 0px;
}
.info-heading {
font-size: 16px;
font-weight: 700;
margin-bottom: 5px;
}
.info-heading i {
color: #ccc;
margin-right: 10px;
}
.info-view span {
font-size: 14px;
color: #555;
margin-left: 20px;
display: block;
}
.info-form >.input-group {
margin: 13px 6px!important;
}
.form-inputField {
width: 46%!important;
}
.form-inputField input {
border-bottom: 1px solid #333!important;
border: none;
border-radius: 0px;
font-size: 14px;
padding-left: 0px;
}
.resend-link {
color: #c82506;
font-size: 14px;
display: block;
}
/****range slider css*/
.stepwizard-step p {
margin-top: 10px;
font-size: 14px;
}
.stepwizard-row {
text-align: center;
}
.stepwizard {
background: #fff none repeat scroll 0 0;
border: 1px solid #ccc;
display: table;
margin-bottom: 20px;
padding: 20px;
position: relative;
width: 100%;
}
.stepwizard-step button[disabled] {
opacity: 1 !important;
filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
background-color: #ccc;
bottom: 0;
content: " ";
height: 2px;
position: absolute;
top: 37px;
width: 60%;
left: 20%;
}
.stepwizard-step {
display: inline-block;
text-align: center;
position: relative;
width: 20%;
}
.btn-circle {
background: #fff none repeat scroll 0 0;
border: 1px solid #ccc;
border-radius: 15px;
color: #333;
font-size: 12px;
height: 30px;
line-height: 1.42857;
padding: 6px 0;
text-align: center;
width: 30px;
}
.stepwizard-content {
border: none !important;
float: left !important;
margin-top: 0 !important;
padding: 15px !important;
width: 100% !important;
}
/***19 may*/
.review-wrap{
margin:20px 0px;
}
.review-div {
border: 1px solid #ccc;
border-radius: 4px;
padding: 20px 25px;
background:#fff;
}
.review-div h3{
font-size:18px;
margin-bottom: 15px;
}
.inputField-wrap{
margin-bottom:15px;
}
.inputField-wrap span {
display: block;
font-size:14px;
margin-bottom: 10px;
}
.inputField-wrap select,.inputField-wrap >.form-control {
border-bottom: 1px solid #ccc;
border-left: medium none;
border-right: medium none;
border-top: medium none;
font-size: 14px;
width: 100%;
border-radius:0px;
}
.like-option li {
border: 1px solid #ccc;
border-radius: 5px;
cursor: pointer;
display: inline-block;
padding: 15px;
margin:0px 10px;
}
.like-option > li i {
font-size: 20px;
}
.like-option li:hover{
color:#c82506;
border: 1px solid #c82506;
}
.rate-review li{
display:inline-block;
margin:0px 8px;
font-size: 20px;
cursor:pointer;
}
.rate-review li>.fa-star{color:#c82506!important;}
#double_number_range{
background:#fff;
padding:12px;
}
ul.list-inline.slides li {
border: 1px solid #eee;
padding: 5px;
cursor: pointer;
}
.timings li.active, .timings li:hover, ul.slides li.active, ul.slides li:hover {
background: #ddd;
}
#days-slider .flex-nav-prev {
float: left;
}
#days-slider .flex-nav-next {
float: right;
}
.timings li {
float: left;
margin: 0 10px 10px 0;
border: 1px solid #ccc;
padding: 2px 20px;
cursor: pointer
}
.otp-msg {
display: none;
}
.red {
color: red;
} | 0.300951 | 0.054803 |
body{
background: #27ae60;
font-family: 'Lato', sans-serif;
}
.navbar a.banner{
font-size: 18px;
color: #1B7738;
font-weight: bold;
}
.navbar a.banner:hover{
color: #25A74E;
}
.fa-btn{
margin-right: 6px;
}
h3.title{
color: #fff;
}
/* Cambio de color en fecha cita */
.date-cita{
color: #fff;
font-size: 15px;
}
/*css para autocomplete*/
.search .form-control{
margin-bottom: 5px;
}
/*texto pequeño*/
.small-font{
font-size:70%;
}
/*Botones cambiados*/
.btn-outline {
background-color: transparent;
color: inherit;
transition: all .5s;
}
.btn-primary.btn-outline:hover{
background-color: #018FC5;
border-color: #018FC5;
color: #FFFFFF;
}
.btn-primary.btn-outline {
background-color: #fff;
border-color: #018FC5;
color: #018FC5;
}
.btn-success.btn-outline {
color: #5cb85c;
}
.btn-info.btn-outline {
color: #5bc0de;
}
.btn-warning.btn-outline {
color: #f0ad4e;
}
.btn-danger.btn-outline {
color: #d9534f;
}
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
color: #fff;
}
/* Botones cambiados */
/* Paneles con pestañas */
.panel.with-nav-tabs.panel-clinica{
border-color: #27ae60;
}
.panel.with-nav-tabs > .panel-heading{
padding: 5px 5px 0 5px;
background-color: #ECF0F1;
border-color: #27ae60;
}
.panel.with-nav-tabs .nav-tabs{
border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
margin-bottom: -1px;
}
/*** PANEL CLINICA ***/
.with-nav-tabs.panel-clinica .nav-tabs > li > a,
.with-nav-tabs.panel-clinica .nav-tabs > li > a:hover,
.with-nav-tabs.panel-clinica .nav-tabs > li > a:focus {
color: #3d3d3d;
}
.with-nav-tabs.panel-clinica .nav-tabs > .open > a,
.with-nav-tabs.panel-clinica .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-clinica .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-clinica .nav-tabs > li > a:hover,
.with-nav-tabs.panel-clinica .nav-tabs > li > a:focus {
color: #fff;
background-color: #27ae60;
border-color: transparent;
}
.with-nav-tabs.panel-clinica .nav-tabs > li.active > a,
.with-nav-tabs.panel-clinica .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-clinica .nav-tabs > li.active > a:focus {
color: #27ae60;
background-color: #fff;
border-color: #27ae60;
border-bottom-color: transparent;
}
/* Filter panel */
span.filter i {
cursor: pointer;
}
span.filter {
float: right;
}
/* Filter panel */ | public/assets/css/expediente.css | body{
background: #27ae60;
font-family: 'Lato', sans-serif;
}
.navbar a.banner{
font-size: 18px;
color: #1B7738;
font-weight: bold;
}
.navbar a.banner:hover{
color: #25A74E;
}
.fa-btn{
margin-right: 6px;
}
h3.title{
color: #fff;
}
/* Cambio de color en fecha cita */
.date-cita{
color: #fff;
font-size: 15px;
}
/*css para autocomplete*/
.search .form-control{
margin-bottom: 5px;
}
/*texto pequeño*/
.small-font{
font-size:70%;
}
/*Botones cambiados*/
.btn-outline {
background-color: transparent;
color: inherit;
transition: all .5s;
}
.btn-primary.btn-outline:hover{
background-color: #018FC5;
border-color: #018FC5;
color: #FFFFFF;
}
.btn-primary.btn-outline {
background-color: #fff;
border-color: #018FC5;
color: #018FC5;
}
.btn-success.btn-outline {
color: #5cb85c;
}
.btn-info.btn-outline {
color: #5bc0de;
}
.btn-warning.btn-outline {
color: #f0ad4e;
}
.btn-danger.btn-outline {
color: #d9534f;
}
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
color: #fff;
}
/* Botones cambiados */
/* Paneles con pestañas */
.panel.with-nav-tabs.panel-clinica{
border-color: #27ae60;
}
.panel.with-nav-tabs > .panel-heading{
padding: 5px 5px 0 5px;
background-color: #ECF0F1;
border-color: #27ae60;
}
.panel.with-nav-tabs .nav-tabs{
border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
margin-bottom: -1px;
}
/*** PANEL CLINICA ***/
.with-nav-tabs.panel-clinica .nav-tabs > li > a,
.with-nav-tabs.panel-clinica .nav-tabs > li > a:hover,
.with-nav-tabs.panel-clinica .nav-tabs > li > a:focus {
color: #3d3d3d;
}
.with-nav-tabs.panel-clinica .nav-tabs > .open > a,
.with-nav-tabs.panel-clinica .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-clinica .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-clinica .nav-tabs > li > a:hover,
.with-nav-tabs.panel-clinica .nav-tabs > li > a:focus {
color: #fff;
background-color: #27ae60;
border-color: transparent;
}
.with-nav-tabs.panel-clinica .nav-tabs > li.active > a,
.with-nav-tabs.panel-clinica .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-clinica .nav-tabs > li.active > a:focus {
color: #27ae60;
background-color: #fff;
border-color: #27ae60;
border-bottom-color: transparent;
}
/* Filter panel */
span.filter i {
cursor: pointer;
}
span.filter {
float: right;
}
/* Filter panel */ | 0.310904 | 0.043123 |
.skybrud-video-picker .--details {
margin-top: 20px;
border-top: 1px solid #E9E9EB;
padding-top: 20px;
}
.skybrud-video-picker h4 {
margin: 0;
}
.skybrud-video-picker .--meta {
margin-top: 5px;
font-size: 11px;
}
.skybrud-video-picker .--thumbnail {
margin-top: 5px;
font-size: 11px;
}
.skybrud-video-picker pre {
margin-top: 5px;
/*display: none;*/
}
.skybrud-video-picker.loading > div {
opacity: 0.5;
}
.skybrud-video-picker label {
display: block;
}
.skybrud-video-picker label > div {
height: 21px;
overflow: hidden;
line-height: 21px;
}
.skybrud-video-picker label > div strong {
font-size: 12px;
text-transform: uppercase;
}
.skybrud-video-picker label > div a {
font-size: 12px;
padding-left: 3px;
}
.skybrud-video-picker label > div button {
font-size: 12px;
padding: 0;
border: 0;
background: none;
}
.skybrud-video-picker label input {
width: 100%;
}
.skybrud-video-picker label textarea {
width: 100%;
resize: vertical;
min-height: 100px;
}
.skybrud-video-picker-option > div {
display: flex;
height: 17px;
overflow: hidden;
line-height: 17px;
margin-bottom: 5px;
}
.skybrud-video-picker-option > div strong {
font-size: 12px;
text-transform: uppercase;
}
.skybrud-video-picker-option > div button {
margin-left: 2px;
font-size: 12px;
padding: 0 2px;
border: 0;
background: none;
}
.skybrud-video-picker-option > div button:hover,
.skybrud-video-picker-option > div button:active {
background: #F9F7F5;
}
.skybrud-video-picker-option input {
width: 100%;
}
.skybrud-video-picker-option textarea {
width: 100%;
resize: vertical;
min-height: 100px;
}
.skybrud-video-picker-preview .--details {
margin-top: 20px;
border-top: 1px solid #E9E9EB;
padding-top: 20px;
}
.skybrud-video-picker-preview h4 {
margin: 0;
}
.skybrud-video-picker-preview .--meta {
margin-top: 5px;
font-size: 11px;
}
.skybrud-video-picker-preview .--thumbnail {
margin-top: 5px;
font-size: 11px;
}
.skybrud-video-picker-providers .--provider {
border: 1px solid #ccc;
padding: 10px;
margin-bottom: 10px;
}
.skybrud-video-picker-providers .--provider small {
color: #999;
font-size: 11px;
} | src/Skybrud.VideoPicker/App_Plugins/Skybrud.VideoPicker/Styles/Default.css | .skybrud-video-picker .--details {
margin-top: 20px;
border-top: 1px solid #E9E9EB;
padding-top: 20px;
}
.skybrud-video-picker h4 {
margin: 0;
}
.skybrud-video-picker .--meta {
margin-top: 5px;
font-size: 11px;
}
.skybrud-video-picker .--thumbnail {
margin-top: 5px;
font-size: 11px;
}
.skybrud-video-picker pre {
margin-top: 5px;
/*display: none;*/
}
.skybrud-video-picker.loading > div {
opacity: 0.5;
}
.skybrud-video-picker label {
display: block;
}
.skybrud-video-picker label > div {
height: 21px;
overflow: hidden;
line-height: 21px;
}
.skybrud-video-picker label > div strong {
font-size: 12px;
text-transform: uppercase;
}
.skybrud-video-picker label > div a {
font-size: 12px;
padding-left: 3px;
}
.skybrud-video-picker label > div button {
font-size: 12px;
padding: 0;
border: 0;
background: none;
}
.skybrud-video-picker label input {
width: 100%;
}
.skybrud-video-picker label textarea {
width: 100%;
resize: vertical;
min-height: 100px;
}
.skybrud-video-picker-option > div {
display: flex;
height: 17px;
overflow: hidden;
line-height: 17px;
margin-bottom: 5px;
}
.skybrud-video-picker-option > div strong {
font-size: 12px;
text-transform: uppercase;
}
.skybrud-video-picker-option > div button {
margin-left: 2px;
font-size: 12px;
padding: 0 2px;
border: 0;
background: none;
}
.skybrud-video-picker-option > div button:hover,
.skybrud-video-picker-option > div button:active {
background: #F9F7F5;
}
.skybrud-video-picker-option input {
width: 100%;
}
.skybrud-video-picker-option textarea {
width: 100%;
resize: vertical;
min-height: 100px;
}
.skybrud-video-picker-preview .--details {
margin-top: 20px;
border-top: 1px solid #E9E9EB;
padding-top: 20px;
}
.skybrud-video-picker-preview h4 {
margin: 0;
}
.skybrud-video-picker-preview .--meta {
margin-top: 5px;
font-size: 11px;
}
.skybrud-video-picker-preview .--thumbnail {
margin-top: 5px;
font-size: 11px;
}
.skybrud-video-picker-providers .--provider {
border: 1px solid #ccc;
padding: 10px;
margin-bottom: 10px;
}
.skybrud-video-picker-providers .--provider small {
color: #999;
font-size: 11px;
} | 0.471467 | 0.057203 |
.noshow_checkbox label{
cursor:pointer;
text-align:left;
border:1.5px solid transparent;
}
.noshow_checkbox input[type=checkbox],.noshow_checkbox input[type=radio]{
display:none;
}
.noshow_checkbox input[type=checkbox]:checked + label, .noshow_checkbox input[type=radio]:checked + label{
cursor:pointer;
/*font-size:110%;*/
font-weight:bold;
padding:0px 1px;
border:1.5px solid #6081aa; border-radius:3px;
background-image: -ms-linear-gradient(top, #fff 0%, #efefef 100%); /* IE10+ */
background-image: -moz-linear-gradient(top, #fff 0%, #efefef 100%); /* Mozilla Firefox */
background-image: -o-linear-gradient(top, #fff 0%, #efefef 100%); /* Opera */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100, #efefef));/*Webkit (Safari/Chrome 10)*/
background-image: -webkit-linear-gradient(top, #fff 0%, #efefef 100%);/* Webkit (Chrome 11+) */
background-image: linear-gradient(to bottom, #fff 0%, #efefef 100%); /* W3C Markup */
}
/*--id LESS SOLUTION---<label><input type="checkbox" name="one123" value="+1" /><span class="label_txt"> +1</span></label>-----*/
.noshow_checkbox label .label_txt{
padding: 0px 5px 0px 0px;
}
.noshow_checkbox label input[type=checkbox]:checked + .label_txt, .noshow_checkbox label input[type=radio]:checked + .label_txt{
cursor:pointer;
/*font-size:110%;*/
font-weight:bold;
padding:0px 1px;
border:1.5px solid #6081aa; border-radius:3px;
background-image: -ms-linear-gradient(top, #fff 0%, #efefef 100%); /* IE10+ */
background-image: -moz-linear-gradient(top, #fff 0%, #efefef 100%); /* Mozilla Firefox */
background-image: -o-linear-gradient(top, #fff 0%, #efefef 100%); /* Opera */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100, #efefef));/*Webkit (Safari/Chrome 10)*/
background-image: -webkit-linear-gradient(top, #fff 0%, #efefef 100%);/* Webkit (Chrome 11+) */
background-image: linear-gradient(to bottom, #fff 0%, #efefef 100%); /* W3C Markup */
} | imwemr/library/css/remove_checkbox.css | .noshow_checkbox label{
cursor:pointer;
text-align:left;
border:1.5px solid transparent;
}
.noshow_checkbox input[type=checkbox],.noshow_checkbox input[type=radio]{
display:none;
}
.noshow_checkbox input[type=checkbox]:checked + label, .noshow_checkbox input[type=radio]:checked + label{
cursor:pointer;
/*font-size:110%;*/
font-weight:bold;
padding:0px 1px;
border:1.5px solid #6081aa; border-radius:3px;
background-image: -ms-linear-gradient(top, #fff 0%, #efefef 100%); /* IE10+ */
background-image: -moz-linear-gradient(top, #fff 0%, #efefef 100%); /* Mozilla Firefox */
background-image: -o-linear-gradient(top, #fff 0%, #efefef 100%); /* Opera */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100, #efefef));/*Webkit (Safari/Chrome 10)*/
background-image: -webkit-linear-gradient(top, #fff 0%, #efefef 100%);/* Webkit (Chrome 11+) */
background-image: linear-gradient(to bottom, #fff 0%, #efefef 100%); /* W3C Markup */
}
/*--id LESS SOLUTION---<label><input type="checkbox" name="one123" value="+1" /><span class="label_txt"> +1</span></label>-----*/
.noshow_checkbox label .label_txt{
padding: 0px 5px 0px 0px;
}
.noshow_checkbox label input[type=checkbox]:checked + .label_txt, .noshow_checkbox label input[type=radio]:checked + .label_txt{
cursor:pointer;
/*font-size:110%;*/
font-weight:bold;
padding:0px 1px;
border:1.5px solid #6081aa; border-radius:3px;
background-image: -ms-linear-gradient(top, #fff 0%, #efefef 100%); /* IE10+ */
background-image: -moz-linear-gradient(top, #fff 0%, #efefef 100%); /* Mozilla Firefox */
background-image: -o-linear-gradient(top, #fff 0%, #efefef 100%); /* Opera */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100, #efefef));/*Webkit (Safari/Chrome 10)*/
background-image: -webkit-linear-gradient(top, #fff 0%, #efefef 100%);/* Webkit (Chrome 11+) */
background-image: linear-gradient(to bottom, #fff 0%, #efefef 100%); /* W3C Markup */
} | 0.223377 | 0.060863 |
body{
background-color: #f6f6f6;
transform: translate(0, 40);
color: rgb(74, 74, 74);
font-family: OpenSans, "Open Sans", sans-serif;
font-size: 12px;
font-weight: normal;
}
::selection {
color: #FFF;
background-color: #2CA6A4;
}
*, *::before, *::after {
/*vertical-align: top;*/
}
p {
margin-top: 0;
margin-bottom: 0.5rem;
}
.app-menu__item{
color: #b7b7b7;
}
@media (min-width: 767px){
.width-1380{
width: 1580px !important;
}
.width-1280{
width: 1380px !important;
}
.col-md-18 {
-webkit-box-flex: 0;
flex: 0 0 18%;
max-width: 18%;
}
.col-md-22 {
-webkit-box-flex: 0;
flex: 0 0 22%;
max-width: 22%;
}
.col-md-56 {
-webkit-box-flex: 0;
flex: 0 0 56%;
max-width: 56%;
}
.col-md-64 {
-webkit-box-flex: 0;
flex: 0 0 64%;
max-width: 64%;
}
.col-md-78 {
-webkit-box-flex: 0;
flex: 0 0 78%;
max-width: 78%;
}
.col-73 {
-webkit-box-flex: 0;
flex: 0 0 73.666666667%;
max-width: 73.666666666667%;
}
.col-71 {
-webkit-box-flex: 0;
flex: 0 0 71.666666667%;
max-width: 71.666666666667%;
}
}
.height-1024{
height: 1024px !important;
}
.height-510{
height: 510px !important;
}
@media (min-width: 768px){
.sidebar-mini.sidenav-toggled .app-sidebar {
left: 0;
width: 60px;
overflow: hidden;
}
}
.fc-state-down, .fc-state-active {
background-color: #56b8b6;
}
.app-sidebar{
z-index: 1111;
padding-top: 0;
width: 60px;
position: fixed;
top: 0;
bottom: 0;
left: 0;
width: 230px;
overflow: auto;
background-color: #4a4a4a;
-webkit-box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.2);
box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.2);
-webkit-transition: left 0.3s ease,
width 0.3s ease;
-o-transition: left 0.3s ease,
width 0.3s ease;
transition: left 0.3s ease,
width 0.3s ease;
}
.app-header{
margin-left: 50px;
background-color: #fff;
width: auto;
height: 42px;
border-bottom: 1px solid #DBDBDB;
}
.app-nav__user-avatar {
width: 22px;
height: 22px;
border-radius: 50%;
}
.app-sidebar__user{
margin-bottom: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
content: "|";
}
.header-icon{
position: relative;
font-size: 24px;
top: 10px;
margin-right: 15px;
}
.header-desc{
margin-top: -10px;
margin-left: 35px;
}
/*----------------tabs*/
.nav-link {
padding-top: 12px;
padding-bottom: 11px;
}
.user-tab {
display: block;
padding: 0.5rem 0.75rem;
padding-top: 5px;
padding-bottom: 5px;
}
.user-tab:hover{
text-decoration: none;
}
.nav-tabs .user-tab.active, .nav-tabs .nav-item.show .user-tab {
color: #495057;
border-bottom: 2px solid #56b8b6;
border-radius: 0;
}
.nav-tabs .user-tab {
border: 0px solid #DBDBDB;
border-bottom: 0px solid #fff;
border-bottom: 0;
border-radius: 5px;
margin-bottom: 1px;
}
.nav-tabs {
border-bottom: 0px solid #dee2e6;
margin-left: 10px;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #f6f6f6;
border-color: #DBDBDB;
}
.nav-tabs .nav-link {
border: 1px solid #DBDBDB;
border-bottom: 0;
border-radius: 5px;
margin-bottom: 1px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.app-nav__item {
padding: 11px;
}
.app-content {
margin-top: 42px;
background-color: #f6f6f6;
}
.app-menu__icon{
font-size: 23px;
}
.app-menu__item.active, .app-menu__item:hover, .app-menu__item:focus {
background: #009688;
}
.sidebar-mini.sidenav-toggled .app-content {
margin-left: 60px;
overflow-x: hidden;
}
.app-menu__item {
font-size: 22px;
}
.sidebar-mini.sidenav-toggled .app-menu__label{
left: 60px;
}
.content-title{
display: -webkit-box;
display: -ms-flexbox;
/* display: flex; */
-webkit-box-align: center;
-ms-flex-align: center;
/* align-items: center; */
-webkit-box-pack: justify;
-ms-flex-pack: justify;
/* justify-content: space-between; */
/* -webkit-box-orient: horizontal; */
/* -webkit-box-direction: normal; */
-ms-flex-direction: row;
/* flex-direction: row; */
/* background-color: #FFF; */
/* margin: -30px -30px 30px; */
/* padding: 20px 30px; */
/* -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); */
/* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); */
}
.min-height-800{
min-height: 800px !important;
}
.tile {
z-index: 99;
}
.tile .tile-title{
transform: translate(15, 0);
font-size: 12px;
font-weight: 500;
color: rgb(74, 74, 74);
}
.font-weight-500{
font-weight: 500 !important;
}
.tile .tile-body a{
font-size: 12px;
font-weight: normal;
color: rgb(44, 166, 164);
}
.tile .content-title h5,.tile h5{
color: rgb(74, 74, 74);
font-size: 18px;
font-weight: 500;
}
.app-breadcrumb {
font-weight: normal;
font-size: 12px;
}
.app-nav__item{
color:#2CA6A4;
}
.form-control{
font-size: 12px;
border: 1px solid #ced4da;
padding: 0.285rem 0.75rem;
}
.btn {
font-size: 12px;
font-weight: normal;
border: 1px solid transparent;
padding: 0.285rem 0.255rem;
}
.btn-primary {
color: #FFF;
border-color: #009688;
background: linear-gradient(#afeceb, #2CA6A4);
}
.btn-gray {
color: #FFF;
border-color: #6c757d;
background: linear-gradient(#dbdbdb, #6c757d);
}
.btn-danger {
color: #FFF;
border-color: #EE786A;
background: linear-gradient(#F9B8AB, #EE786A);
}
.btn-blank {
color: #929292;
border-color: #ced4da;
background-color: #fff;
border-radius: 3px;
padding: 0.2rem 0.5rem;
}
.btn-89{
width: 89px;
}
.break-line{
height: 1px;
background-color: #DBDBDB;
margin-left: -5px;
margin-right: -5px;
}
.user-avatar{
width: 40px;
height: 40px;
-webkit-box-flex: 0;
flex: 0 0 auto;
margin-right: 0px;
border-radius: 50% !important;
}
.user-name{
font-size: 12px;
font-weight: normal;
color: rgb(44, 166, 164) !important;
}
.user-label{
color: rgb(146, 146, 146);
font-size: 10px;
font-weight: normal;
text-align: right;
}
.not-available{
color: #4a4a4a;
opacity: 0.25;
}
.field-click-able{
color: #929292;
opacity: 1;
}
/*---------------------------span*/
.id-label{
border-radius: 2px;
padding: 3px 3px 0.5px 3px;
font-size: 7px;
color: #fff;
line-height: 2.5;
}
.label-info{
border-radius: 3px;
padding: 6px 8px;
font-size: 6px;
color: #fff;
}
.title-info{
color: rgb(146, 146, 146);
font-size: 12px;
font-weight: normal;
}
.text-align-right{
text-align: right !important;
}
.span-danger{
background-color: #ee786a;
}
.span-warning{
background-color: #ecc967;
}
.span-success{
background-color: #56b8b6;
}
.span-info{
background-color: #6DA6E8;
}
.span-default{
background-color: #ffff;
}
/*------------------padding*/
.no-padding{
padding: 0 !important;
}
.no-padding-right{
padding-right: 0 !important;
}
.no-padding-left{
padding-left: 0 !important;
}
.padding-5{
padding: 5px !important;
}
.padding-left-5{
padding-left: 5px !important;
}
.padding-left-10{
padding-left: 10px !important;
}
.padding-left-15{
padding-left: 15px !important;
}
.padding-left-20{
padding-left: 20px !important;
}
.padding-left-1{
padding-left: 1.5px !important;
}
.padding-left-2{
padding-left: 2.5px !important;
}
.padding-left-5{
padding-left: 5px !important;
}
.padding-top-10{
padding-top: 10px !important;
}
.padding-bot-10{
padding-bottom: 10px !important;
}
.padding-right-5{
padding-right: 5px !important;
}
.padding-right-10{
padding-right: 10px !important;
}
.padding-left-right-10{
padding-left: 10px !important;
padding-right: 10px !important;
}
.no-padding-top{
padding-top: 0 !important;
}
.no-padding-bottom{
padding-bottom: 0!important;
}
/*`````````````````````borrder*/
.no-border{
border: 0 !important;
}
/*--------------------margin*/
.no-margin{
margin: 0 !important;
}
.no-margin-bot{
margin-bottom: 0 !important;
}
.no-margin-left{
margin-left: 0 !important;
}
.margin-10{
margin: 10px !important;
}
.margin-top-10{
margin-top: 10px !important;
}
.margin-top--10{
margin-top: -10px !important;
}
.margin-top-50{
margin-top: 50px !important;
}
.margin-top-5{
margin-top: 5px !important;
}
.margin-top-7{
margin-top: 7px !important;
}
.margin-top-3{
margin-top: 3px !important;
}
.margin-bot-5{
margin-bottom: 7px !important;
}
.margin-bot-3{
margin-bottom: 5px !important;
}
.margin-bot-10{
margin-bottom: 10px !important;
}
.margin-left-10{
margin-left: 10px !important;
}
.margin-right-10{
margin-right: 10px !important;
}
.margin-right-20{
margin-right: 20px !important;
}
.margin-right-30{
margin-right: 30px !important;
}
.margin-top-bot-10{
margin-bottom: 10px !important;
margin-top: 10px !important;
}
.margin-left--5{
margin-left: -5px !important;
}
.margin-left-5{
margin-left: 5px !important;
}
.margin-left-right-5{
margin-left: 5px !important;
margin-right: 5px !important;
}
/*--------------border*/
.border-radius-5{
border-radius: 5px !important;
}
.border-radius-3{
border-radius: 3px !important;
}
.border-bot-1{
border-bottom: 1.5px solid #dee2e6;
}
.border-bot-2{
border-bottom: 2px solid #DBDBDB;
}
.col-sm-offset-3{
margin-left:auto;
margin-right:25%
}
.info-area{
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
/*----------------------font-size*/
.font-size-8{
font-size: 8px !important;
}
.font-size-9{
font-size: 9px !important;
}
.font-size-10{
font-size: 10px !important;
}
.font-size-11{
font-size: 11px !important;
}
.font-size-12{
font-size: 12px !important;
}
.font-size-14{
font-size: 14px !important;
}
.font-size-16{
font-size: 16px !important;
}
.font-size-18{
font-size: 18px !important;
}
/*--------------------top*/
.top--14{
top: -14px !important;
}
.col-brk-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 28%;
}
.col-brk-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 18.5%;
flex: 0 0 18.5%;
max-width: 18.5%;
}
.col-brk-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 71.5%;
flex: 0 0 73.5%;
max-width: 73.5%;
}
/*--------------table*/
#table td{
border-top: 0 !important;
padding-bottom: 0 !important;
padding-right: 0 !important;
}
#table tr:first-child{
border-top: 1px solid #dee2e6 !important;
}
.border-top{
border-top: 1px solid #dee2e6 !important;
}
#table td a:first-child{
padding-top: 0px;
padding-bottom: 4px;
margin-bottom: 0;
}
#table td p:last-child{
padding-top: 4px;
padding-bottom: 0px;
margin-bottom: 0;
}
#table .padding-bot-10 td{
padding-bottom: 10px !important;
}
#table-1 thead th {
vertical-align: bottom;
border-bottom: 0px solid #dee2e6;
font-weight: normal;
}
#table-1 thead th{
border-bottom: 1px solid #dee2e6 !important;
}
#table-1 thead .border-bot th:first-child {
border-bottom: 1px solid #dee2e6 !important;
}
#table-1 th, #table-1 td {
padding: 0.5rem;
vertical-align: top;
border-top: 0px solid #dee2e6;
padding-bottom: 5px !important;
}
/*---------------timeline*/
.timeline {
width:100%;
max-width:800px;
background:#fff;
padding: 5px 0px;
position: relative;
box-shadow: $container-shadow;
&:before {
content: '';
position: absolute;
top: 0px;
left:calc(33% + 15px); //$gutter/2
bottom: 0px;
width: $border-width;
background: #ddd;
}
&:after {
content: "";
display: table;
clear: both;
}
}
.timeline {
width: 100%;
max-width: 800px;
background: #f6f6f6;
padding: 5px 0px;
position: relative;
/*left: -35px;*/
/*box-shadow: 0.5rem 0.5rem 2rem 0 rgba(0, 0, 0, 0.2);*/
}
.timeline:before {
content: "";
position: absolute;
top: 0px;
left: calc(33% + 2.2px);
bottom: 0px;
width: 2px;
background: #ddd;
}
.timeline:after {
content: "";
display: table;
clear: both;
}
.entry {
clear: both;
text-align: left;
position: relative;
}
.entry .title {
margin-bottom: 0.5em;
float: left;
width: 33%;
padding-right: 20px;
text-align: right;
position: relative;
}
.entry .title:before {
content: "";
position: absolute;
width: 6px;
height: 6px;
/*border: 3px solid salmon;*/
background-color: #fff;
border-radius: 100%;
top: 15%;
right: -7px;
z-index: 99;
}
.entry .gray:before {
border: 3px solid #b7b7b7;
}
.entry .green:before {
border: 3px solid #56b8b6;
}
.entry .yellow:before {
border: 3px solid #ecc967;
}
.entry .red:before {
border: 3px solid #ee786a;
}
.entry .title h3 {
margin: 0;
font-size: 120%;
}
.entry .title p {
margin: 0;
font-size: 100%;
}
.entry .body {
margin: 0 0 1em;
float: left;
width: 67%;
padding-left: 15px;
}
.entry .body p {
line-height: 1.4em;
}
.entry .body p:first-child {
margin-top: 0;
font-weight: 400;
}
.entry .body ul {
color: #aaa;
padding-left: 0;
list-style-type: none;
}
.entry .body ul li:before {
content: "";
margin-right: 0.5em;
}
.date-detail, .time-detail{
font-size: 10px;
font-weight: normal;
color: #929292;
}
/*=------------------------tags*/
.tags {
background: none repeat scroll 0 0 #fff;
/*border: 1px solid #ccc;*/
display: table;
padding: 0 0.5em;
width: 100%;
}
.tags li.tagAdd, .tags li.addedTag {
float: left;
margin-left: 0.25em;
margin-right: 0.25em;
}
.tags li.addedTag {
background: none repeat scroll 0 0 #f6f6f6;
border-radius: 2px;
color: #4a4a4a;
padding: 0 0.25em;
font-size: 10px;
}
.tags input, li.addedTag {
border: 1px solid transparent;
border-radius: 2px;
box-shadow: none;
display: block;
padding: 0.5em;
}
.tags input:hover {
border: 1px solid #000;
}
span.tagRemove {
cursor: pointer;
display: inline-block;
padding-left: 0.1em;
color: #929292;
opacity: 0.75;
}
.width-224{
width: 224px !important;
}
.width-170{
width: 170px !important;
}
.header-btn{
margin-top: -15px;
padding-top: 3px;
padding-bottom: 3px;
}
.btn-caret{
padding-left: 3px;
padding-right: 0px;
}
body{ background: #fafafa;}
.widget-area.blank {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
body .no-padding {
padding: 0;
}
.widget-area {
background-color: #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
float: left;
margin-top: 30px;
padding: 25px 30px;
position: relative;
width: 100%;
}
.status-upload {
background: none repeat scroll 0 0 #f5f5f5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
float: left;
width: 100%;
}
.status-upload form {
float: left;
width: 100%;
}
.status-upload form textarea {
background: none repeat scroll 0 0 #fff;
border: medium none;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
-ms-border-radius: 4px 4px 0 0;
-o-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
color: #777777;
float: left;
font-family: Lato;
font-size: 12px;
/*height: 142px;*/
letter-spacing: 0.3px;
padding: 20px;
width: 100%;
resize:vertical;
outline:none;
border: 1px solid #F2F2F2;
}
.status-upload ul {
float: left;
list-style: none outside none;
margin: 0;
padding: 0 0 0 5px;
width: auto;
}
.status-upload ul > li {
float: left;
}
.status-upload ul > li > a {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
color: #777777;
float: left;
font-size: 12px;
height: 30px;
line-height: 30px;
margin: 2px 0 2px 2px;
text-align: center;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
width: 30px;
cursor: pointer;
}
.status-upload ul > li > a:hover {
background: none repeat scroll 0 0 #606060;
color: #fff;
}
.status-upload form button {
border: medium none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
color: #fff;
float: right;
font-family: Lato;
font-size: 12px;
letter-spacing: 0.3px;
margin-right: 9px;
margin-top: 0px;
padding: 6px 15px;
}
.dropdown > a > span.green:before {
border-left-color: #2dcb73;
}
.status-upload form button > i {
margin-right: 7px;
}
input, textarea {
outline: none;
border: none;
display: block;
margin: 0;
padding: 0;
-webkit-font-smoothing: antialiased;
/*font-family: "PT Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;*/
font-size: 1rem;
color: #555f77;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #ced2db;
}
input::-moz-placeholder, textarea::-moz-placeholder {
color: #ced2db;
}
input:-moz-placeholder, textarea:-moz-placeholder {
color: #ced2db;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #ced2db;
}
p {
/*line-height: 1.3125rem;*/
}
.comments {
margin: 0.2rem auto 0;
max-width: 60.75rem;
padding: 0 1.25rem;
}
.comment-wrap {
/*margin-bottom: 1.25rem;*/
display: table;
width: 100%;
min-height: 1.3125rem;
}
.photo {
padding-top: 0.625rem;
display: table-cell;
width: 3.5rem;
}
.photo .avatar {
height: 2.25rem;
width: 2.25rem;
border-radius: 50%;
background-size: contain;
}
.comment-block {
padding: 0.5rem;
padding-bottom: 0;
background-color: #fff;
display: table-cell;
vertical-align: top;
border-radius: 0.1875rem;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}
.comment-block textarea {
width: 100%;
resize: none;
}
.comment-text {
margin-bottom: 0rem;
line-height: 1.2rem;
}
.bottom-comment {
color: rgb(146, 146, 146);
font-size: 10px;
}
.comment-date {
float: left;
}
.comment-actions {
float: right;
}
.comment-actions li {
display: inline;
margin: -2px;
cursor: pointer;
}
.comment-actions li.complain {
padding-right: 0.75rem;
border-right: 1px solid #e1e5eb;
}
.comment-actions li.reply {
padding-left: 0.75rem;
padding-right: 0.125rem;
}
.comment-actions li:hover {
color: #0095ff;
}
.react-comment{
margin-left: 60px;
font-size: 8px;
margin-top: 3px;
}
.comment-block span{
color: rgb(146,146,146);
}
.user-history img{
margin-right: 10px;
top: 10px;
position: relative;
}
.user-history .field-click-able{
margin-left: 50px;
margin-top: -15px;
}
.user-history-label{
border-radius: 3px;
padding: 3px 5px 2px 5px;
font-size: 12px;
color: #fff;
line-height: 2.5;
}
.user-history-icon{
border-radius: 3px;
padding: 3px 0px 2px 0px;
font-size: 18px;
color: #b7b7b7;
line-height: 1.5;
}
.user-support{
position: absolute;
bottom: 0;
display: block;
}
.user-support img{
margin-right: 0;
margin-left: -10px;
}
.user-support p{
margin-bottom: 0;
font-size: 8px;
}
.user-customer{
position: absolute;
bottom: 75px;
display: block;
}
.user-customer img{
margin-right: 0;
margin-left: -10px;
}
.user-customer p{
margin-bottom: 0;
font-size: 8px;
}
.nav-tabs select{
position: absolute;
right: 30px;
width: 175px;
border-radius: 3px;
padding: 3px;
}
.btn-gray {
color: #dbdbdb;
background-color: #6e6e6e;
}
.btn-gray select{
color: #fff;
background-color: #6e6e6e;
border: 0;
}
.reply-comment{
margin-left: 60px;
}
.reply-comment .photo{
width: 23px;
padding-top: 0;
}
.reply-comment .photo .avatar{
width: 20px;
height: 20px;
}
.reply-comment .react-comment{
margin-left: 25px;
}
/*--------------------numpad*/
.span4
{
width: 77px;
height: 50px;
float: left;
/*margin: 0 8px 10px 8px;*/
}
.phone
{
margin-top: 15px;
background: #fff;
}
.tel
{
margin-bottom: 10px;
margin-top: 10px;
border: 1px solid #9e9e9e;
border-radius: 0px;
}
.num-pad
{
/*padding-left: 15px;*/
}
.num
{
/*border: 1px solid #9e9e9e;*/
-webkit-border-radius: 999px;
border-radius: 999px;
-moz-border-radius: 999px;
height: 50px;
background-color: #fff;
color: #333;
cursor: pointer;
}
/*.num:hover
{
background-color: #9e9e9e;
color: #fff;
transition-property: background-color .2s linear 0s;
-moz-transition: background-color .2s linear 0s;
-webkit-transition: background-color .2s linear 0s;
-o-transition: background-color .2s linear 0s;
}*/
.txt
{
font-size: 28px;
text-align: center;
margin-top: 10px;
/*font-family: 'Lato' , sans-serif;*/
line-height: 20px;
color: #333;
}
.small
{
font-size: 12px;
}
.btn
{
font-weight: normal;
-webkit-transition: .1s ease-in background-color;
-webkit-font-smoothing: antialiased;
letter-spacing: 1px;
}
.btn:hover
{
transition-property: background-color .2s linear 0s;
-moz-transition: background-color .2s linear 0s;
-webkit-transition: background-color .2s linear 0s;
-o-transition: background-color .2s linear 0s;
}
.material-half-bg .cover {
background-color: unset !important;
height: 100vh !important;
background-image: url('../images/background.png');
}
.login-content .logo {
margin-left: -80%;
margin-bottom: 80px;
}
.login-content .login-box {
background-color: #9b9b9b55 !important;
}
.border-right-offset:before{
content: "";
position: absolute;
left: 20%;
right: 0;
height: 2px;
width: 60%;
border-right: 2px solid #979797;
}
.border-right-offset:after{
content: "";
position: absolute;
right: 0;
bottom: 20%;
height: 60%;
width: 2px;
border-right: 2px solid #979797;
}
.login-label{
margin-bottom: 0;
font-weight: 500 !important;
font-size: 12px;
}
.login-input{
padding: 8px;
padding-left: 20px;
font-size: 16px;
background-color: #ffff !important;
border: 2px solid #979797;
}
.login-form .form-group{
margin-bottom: 0.5em;
margin-left: 20px;
margin-right: 16px;
}
.login-content .login-box .login-head {
padding-bottom: 10px;
border-bottom: 0px solid #ddd;
}
.login-form button{
padding:8px;
font-size: 16px;
background-color: #2ca6a4;
border: 0;
border-radius: 0;
margin-bottom: 0.5em;
}
.login-content .login-box{
min-height: 460px;
}
.dropdown-list{
width: 210px;
margin-top: 10px;
}
.hide{
display: none;
}
.dropdown-menu{
font-size: 12px;
}
.loader ul{
position: relative;
top:50%;
left: 50%;
transform: translate(-18%,-50%);
margin: 0px;
padding: 0px;
display: flex;
}
.loader ul li{
list-style: none;
width: 12px;
height: 12px;
border-radius: 50%;
background-color: #fff;
animation: animate 1.6s ease-in-out infinite;
margin: 0px;
padding: 0;
}
@keyframes animate{
0%, 40%, 100%
{
transform: scale(0.6);
}
20%
{
transform: scale(1);
}
}
.loader ul li:nth-child(1){
animation-delay:-1.4s;
background-color: #ffff00;
box-shadow: 0 0 50px #ffff00;
}
.loader ul li:nth-child(2){
animation-delay:-1.2s;
background-color: #76ff30;
box-shadow: 0 0 50px #76ff30;
}
.loader ul li:nth-child(3){
animation-delay:-1s;
background-color: #f06292;
box-shadow: 0 0 50px #f06292;
}
.loader ul li:nth-child(4){
animation-delay:-0.8s;
background-color: #4fc3f7;
box-shadow: 0 0 50px #4fc3f7;
}
.loader ul li:nth-child(5){
animation-delay:-0.6s;
background-color: #ba68c8;
box-shadow: 0 0 50px #ba68c8;
}
.loader ul li:nth-child(6){
animation-delay:-0.4s;
background-color: #f57c00;
box-shadow: 0 0 50px #f57c00;
}
.loader ul li:nth-child(7){
animation-delay:-0.2s;
background-color: #673ab7;
box-shadow: 0 0 50px #673ab7;
}
.flex{
display: flex;
}
.user-call-pad .phone-avatar{
top: 15px;
position: relative;
margin-right: 5px;
}
.user-call-pad .phone-num,.phone-time{
position: relative;
top: -10px;
left: 10px;
}
#status-options {
position: absolute;
opacity: 0;
right: 10px;
visibility: hidden;
width: 70px;
margin: 70px 0 0 0;
border-radius: 6px;
z-index: 99;
line-height: initial;
background: #435f7a;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
background: #ffff;
font-size: 10px;
}
@media screen and (max-width: 735px) {
#status-options {
width: 58px;
margin-top: 57px;
}
}
#status-options.active {
opacity: 1;
visibility: visible;
margin: 0px 0 0 0;
}
@media screen and (max-width: 735px) {
#status-options.active {
margin-top: 62px;
}
}
#status-options:before {
content: '';
position: absolute;
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 8px solid #435f7a;
margin: -8px 0 0 24px;
}
@media screen and (max-width: 735px) {
#status-options:before {
margin-left: 23px;
}
}
#status-options ul {
overflow: hidden;
border-radius: 6px;
}
#status-options ul li {
/*padding: 15px 0 30px 18px;*/
display: block;
cursor: pointer;
margin-left: -30px;
margin-right: 10px;
padding: 2px;
}
#status-selection {
/* padding: 15px 0 30px 18px; */
padding: 0px 5px;
border-radius: 6px;
position: absolute;
right: 10px;
top: 5px;
/* border: 1px solid; */
background: #f6f6f6;
display: flex;
cursor: pointer;
font-size: 10px;
}
#status-selection span.status-circle {
position: absolute;
width: 10px;
height: 10px;
border-radius: 50%;
margin: 2px 0 0 0;
}
.status-away span.status-circle {
background: #f1c40f;
}
.status-online span.status-circle {
background: #2ecc71;
}
.status-busy span.status-circle {
background: #e74c3c;
}
.status-offline span.status-circle {
background: #95a5a6;
}
#status-selection span.status-circle:before {
content: '';
position: absolute;
width: 14px;
height: 14px;
margin: -2px 0 0 -2px;
background: transparent;
border-radius: 50%;
z-index: 0;
}
#status-selection p{
margin-bottom: 0px !important;
margin-left: 15px;
margin-right: 5px;
width: 40px;
}
@media screen and (max-width: 735px) {
#status-options ul li {
/*padding: 15px 0 35px 22px;*/
}
}
#status-options ul li:hover {
/*background: #496886;*/
border: 0px solid #496886;
background: #f6f6f6;
border-radius: 5px;
}
#status-options ul li p {
margin-bottom: 2px !important;
}
#status-options ul li span.status-circle {
position: absolute;
width: 10px;
height: 10px;
border-radius: 50%;
margin: 0px 0 0 0;
}
@media screen and (max-width: 735px) {
#status-options ul li span.status-circle {
width: 14px;
height: 14px;
}
}
#status-options ul li span.status-circle:before {
content: '';
position: absolute;
width: 14px;
height: 14px;
margin: -2px 0 0 -2px;
background: transparent;
border-radius: 50%;
z-index: 0;
}
@media screen and (max-width: 735px) {
#status-options ul li span.status-circle:before {
height: 18px;
width: 18px;
}
}
#status-options ul li p {
padding-left: 12px;
}
@media screen and (max-width: 735px) {
#status-options ul li p {
display: none;
}
}
#status-options ul li#status-online span.status-circle {
background: #2ecc71;
}
#status-options ul li#status-online.active span.status-circle:before {
border: 1px solid #2ecc71;
}
#status-options ul li#status-away span.status-circle {
background: #f1c40f;
}
#status-options ul li#status-away.active span.status-circle:before {
border: 1px solid #f1c40f;
}
#status-options ul li#status-busy span.status-circle {
background: #e74c3c;
}
#status-options ul li#status-busy.active span.status-circle:before {
border: 1px solid #e74c3c;
}
#status-options ul li#status-offline span.status-circle {
background: #95a5a6;
}
#status-options ul li#status-offline.active span.status-circle:before {
border: 1px solid #95a5a6;
}
#call-input .search-result{
position: absolute;
width: 96%;
margin-top: -5px;
z-index: 999;
background: #fff;
}
.no-list-style{
list-style: none;
}
#s-rst{
margin-left: -40px;
}
#s-rst .status{
width: 5px;
height: 5px;
background: #80CAC8;
float: right;
position: absolute;
right: 10px;
top: 15px;
border-radius: 50%;
}
#s-rst .type{
margin-left: 5px !important;
margin-top: 5px !important;
}
#s-rst li{
height: 40px;
}
#s-rst li:hover{
cursor: pointer;
background: #f6f6f6;
}
#s-rst:last-child{
margin-bottom: 10px;
}
#s-rst img{
border-radius: 50%;
width: 30px;
height: 30px;
position: relative;
top: 5px;
right: 5px;
}
#s-rst .user-num{
position: relative;
left: 30px;
top: -10px;
margin-bottom: 0;
}
#s-rst .s-rst-user{
margin-left: 10px !important;
position: relative;
}
.call-action{
padding: 5px;
width: 35px;
border-radius: 50%;
height: 35px;
}
.call-action:hover{
background: #ff00005c;
}
p#c-name-status::before{
width: 5px;
height: 5px;
color: #80CAC8;
border-radius: 50%;
}
.myiframe {
display: block; /* iframes are inline by default */
border: none; /* Reset default border */
height: 100vh; /* Viewport-relative units */
width: 100vw;
}
.nav-tabs > li {
position:relative;
}
.nav-tabs > li > a {
/*display:inline-block;*/
}
.nav-tabs > li > span {
display:none;
cursor:pointer;
position:absolute;
right: 6px;
top: 35%;
color: gray;
}
.nav-tabs > li:hover > span {
display: inline-block;
}
.col-md-100 {
-webkit-box-flex: 0;
flex: 0 0 78%;
max-width: 100%;
}
.col-md-6-edt {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 39%;
}
.table-bordered th,
.table-bordered td {
border: 0px solid #ffff;
}
.table-bordered {
border: 0px solid #dee2e6;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
right: 1em;
content: "";
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
right: 0.5em;
content: "";
}
div.dataTables_wrapper div.dataTables_info {
display: none;
}
div.dataTables_wrapper div.dataTables_filter {
display: none;
}
table.dataTable thead th, table.dataTable thead td {
border-bottom: 0px solid #111;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
border-bottom: 0px solid #111;
}
table.dataTable tbody th, table.dataTable tbody td {
padding: 5px 8px;
}
table.dataTable thead th, table.dataTable thead td {
padding: 5px 10px;
border-bottom: 0px solid #111;
}
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
padding-right: 15px;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
font-size: 5px;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
font-size: 5px;
}
.form-group {
margin-bottom: 0.1rem;
}
.table-responsive {
overflow-x: hidden;
}
li.angle {
position: absolute;
font-size: 15px;
padding-top: 3px;
cursor: pointer;
}
li.angle-left{
left: 20px;
}
li.angle-right{
right: 10px;
}
table.dataTable thead th, table.dataTable tfoot th {
font-weight: 500;
}
span.glyphicon.glyphicon-chevron-left:before {
content: '\276E';
}
span.glyphicon.glyphicon-chevron-right:before {
content: '\276F';
}
.scrtabs-tab-scroll-arrow {
border: 0px solid #dddddd;
border-top: none;
color: #009688;
cursor: pointer;
display: none;
float: left;
font-size: 12px;
height: 30px;
margin-bottom: -1px;
padding-left: 6px;
padding-top: 5px;
width: 20px;
}
.nav-user{
margin-left: 0;
}
#c-number ,.knl-caret:hover{
cursor: pointer;
}
.knl-caret{
float: right;
margin-right: 10px;
color: #009688;
margin-top: 5px;
}
.toggle-up{
position: absolute;
bottom: 80px;
width: 98.5%;
}
.relative{
position: relative;
}
#knl-title input{
border: 1px solid #ddd;
width: 100%;
padding: 5px;
border-radius: 3px;
}
.width-100per{
width: 100%;
}
.knl-content{
height: 750px;
}
.iframesearch{
height: 1024px;
width: 100%;
border: none;
} | css/customer.css | body{
background-color: #f6f6f6;
transform: translate(0, 40);
color: rgb(74, 74, 74);
font-family: OpenSans, "Open Sans", sans-serif;
font-size: 12px;
font-weight: normal;
}
::selection {
color: #FFF;
background-color: #2CA6A4;
}
*, *::before, *::after {
/*vertical-align: top;*/
}
p {
margin-top: 0;
margin-bottom: 0.5rem;
}
.app-menu__item{
color: #b7b7b7;
}
@media (min-width: 767px){
.width-1380{
width: 1580px !important;
}
.width-1280{
width: 1380px !important;
}
.col-md-18 {
-webkit-box-flex: 0;
flex: 0 0 18%;
max-width: 18%;
}
.col-md-22 {
-webkit-box-flex: 0;
flex: 0 0 22%;
max-width: 22%;
}
.col-md-56 {
-webkit-box-flex: 0;
flex: 0 0 56%;
max-width: 56%;
}
.col-md-64 {
-webkit-box-flex: 0;
flex: 0 0 64%;
max-width: 64%;
}
.col-md-78 {
-webkit-box-flex: 0;
flex: 0 0 78%;
max-width: 78%;
}
.col-73 {
-webkit-box-flex: 0;
flex: 0 0 73.666666667%;
max-width: 73.666666666667%;
}
.col-71 {
-webkit-box-flex: 0;
flex: 0 0 71.666666667%;
max-width: 71.666666666667%;
}
}
.height-1024{
height: 1024px !important;
}
.height-510{
height: 510px !important;
}
@media (min-width: 768px){
.sidebar-mini.sidenav-toggled .app-sidebar {
left: 0;
width: 60px;
overflow: hidden;
}
}
.fc-state-down, .fc-state-active {
background-color: #56b8b6;
}
.app-sidebar{
z-index: 1111;
padding-top: 0;
width: 60px;
position: fixed;
top: 0;
bottom: 0;
left: 0;
width: 230px;
overflow: auto;
background-color: #4a4a4a;
-webkit-box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.2);
box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.2);
-webkit-transition: left 0.3s ease,
width 0.3s ease;
-o-transition: left 0.3s ease,
width 0.3s ease;
transition: left 0.3s ease,
width 0.3s ease;
}
.app-header{
margin-left: 50px;
background-color: #fff;
width: auto;
height: 42px;
border-bottom: 1px solid #DBDBDB;
}
.app-nav__user-avatar {
width: 22px;
height: 22px;
border-radius: 50%;
}
.app-sidebar__user{
margin-bottom: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
content: "|";
}
.header-icon{
position: relative;
font-size: 24px;
top: 10px;
margin-right: 15px;
}
.header-desc{
margin-top: -10px;
margin-left: 35px;
}
/*----------------tabs*/
.nav-link {
padding-top: 12px;
padding-bottom: 11px;
}
.user-tab {
display: block;
padding: 0.5rem 0.75rem;
padding-top: 5px;
padding-bottom: 5px;
}
.user-tab:hover{
text-decoration: none;
}
.nav-tabs .user-tab.active, .nav-tabs .nav-item.show .user-tab {
color: #495057;
border-bottom: 2px solid #56b8b6;
border-radius: 0;
}
.nav-tabs .user-tab {
border: 0px solid #DBDBDB;
border-bottom: 0px solid #fff;
border-bottom: 0;
border-radius: 5px;
margin-bottom: 1px;
}
.nav-tabs {
border-bottom: 0px solid #dee2e6;
margin-left: 10px;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #f6f6f6;
border-color: #DBDBDB;
}
.nav-tabs .nav-link {
border: 1px solid #DBDBDB;
border-bottom: 0;
border-radius: 5px;
margin-bottom: 1px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.app-nav__item {
padding: 11px;
}
.app-content {
margin-top: 42px;
background-color: #f6f6f6;
}
.app-menu__icon{
font-size: 23px;
}
.app-menu__item.active, .app-menu__item:hover, .app-menu__item:focus {
background: #009688;
}
.sidebar-mini.sidenav-toggled .app-content {
margin-left: 60px;
overflow-x: hidden;
}
.app-menu__item {
font-size: 22px;
}
.sidebar-mini.sidenav-toggled .app-menu__label{
left: 60px;
}
.content-title{
display: -webkit-box;
display: -ms-flexbox;
/* display: flex; */
-webkit-box-align: center;
-ms-flex-align: center;
/* align-items: center; */
-webkit-box-pack: justify;
-ms-flex-pack: justify;
/* justify-content: space-between; */
/* -webkit-box-orient: horizontal; */
/* -webkit-box-direction: normal; */
-ms-flex-direction: row;
/* flex-direction: row; */
/* background-color: #FFF; */
/* margin: -30px -30px 30px; */
/* padding: 20px 30px; */
/* -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); */
/* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); */
}
.min-height-800{
min-height: 800px !important;
}
.tile {
z-index: 99;
}
.tile .tile-title{
transform: translate(15, 0);
font-size: 12px;
font-weight: 500;
color: rgb(74, 74, 74);
}
.font-weight-500{
font-weight: 500 !important;
}
.tile .tile-body a{
font-size: 12px;
font-weight: normal;
color: rgb(44, 166, 164);
}
.tile .content-title h5,.tile h5{
color: rgb(74, 74, 74);
font-size: 18px;
font-weight: 500;
}
.app-breadcrumb {
font-weight: normal;
font-size: 12px;
}
.app-nav__item{
color:#2CA6A4;
}
.form-control{
font-size: 12px;
border: 1px solid #ced4da;
padding: 0.285rem 0.75rem;
}
.btn {
font-size: 12px;
font-weight: normal;
border: 1px solid transparent;
padding: 0.285rem 0.255rem;
}
.btn-primary {
color: #FFF;
border-color: #009688;
background: linear-gradient(#afeceb, #2CA6A4);
}
.btn-gray {
color: #FFF;
border-color: #6c757d;
background: linear-gradient(#dbdbdb, #6c757d);
}
.btn-danger {
color: #FFF;
border-color: #EE786A;
background: linear-gradient(#F9B8AB, #EE786A);
}
.btn-blank {
color: #929292;
border-color: #ced4da;
background-color: #fff;
border-radius: 3px;
padding: 0.2rem 0.5rem;
}
.btn-89{
width: 89px;
}
.break-line{
height: 1px;
background-color: #DBDBDB;
margin-left: -5px;
margin-right: -5px;
}
.user-avatar{
width: 40px;
height: 40px;
-webkit-box-flex: 0;
flex: 0 0 auto;
margin-right: 0px;
border-radius: 50% !important;
}
.user-name{
font-size: 12px;
font-weight: normal;
color: rgb(44, 166, 164) !important;
}
.user-label{
color: rgb(146, 146, 146);
font-size: 10px;
font-weight: normal;
text-align: right;
}
.not-available{
color: #4a4a4a;
opacity: 0.25;
}
.field-click-able{
color: #929292;
opacity: 1;
}
/*---------------------------span*/
.id-label{
border-radius: 2px;
padding: 3px 3px 0.5px 3px;
font-size: 7px;
color: #fff;
line-height: 2.5;
}
.label-info{
border-radius: 3px;
padding: 6px 8px;
font-size: 6px;
color: #fff;
}
.title-info{
color: rgb(146, 146, 146);
font-size: 12px;
font-weight: normal;
}
.text-align-right{
text-align: right !important;
}
.span-danger{
background-color: #ee786a;
}
.span-warning{
background-color: #ecc967;
}
.span-success{
background-color: #56b8b6;
}
.span-info{
background-color: #6DA6E8;
}
.span-default{
background-color: #ffff;
}
/*------------------padding*/
.no-padding{
padding: 0 !important;
}
.no-padding-right{
padding-right: 0 !important;
}
.no-padding-left{
padding-left: 0 !important;
}
.padding-5{
padding: 5px !important;
}
.padding-left-5{
padding-left: 5px !important;
}
.padding-left-10{
padding-left: 10px !important;
}
.padding-left-15{
padding-left: 15px !important;
}
.padding-left-20{
padding-left: 20px !important;
}
.padding-left-1{
padding-left: 1.5px !important;
}
.padding-left-2{
padding-left: 2.5px !important;
}
.padding-left-5{
padding-left: 5px !important;
}
.padding-top-10{
padding-top: 10px !important;
}
.padding-bot-10{
padding-bottom: 10px !important;
}
.padding-right-5{
padding-right: 5px !important;
}
.padding-right-10{
padding-right: 10px !important;
}
.padding-left-right-10{
padding-left: 10px !important;
padding-right: 10px !important;
}
.no-padding-top{
padding-top: 0 !important;
}
.no-padding-bottom{
padding-bottom: 0!important;
}
/*`````````````````````borrder*/
.no-border{
border: 0 !important;
}
/*--------------------margin*/
.no-margin{
margin: 0 !important;
}
.no-margin-bot{
margin-bottom: 0 !important;
}
.no-margin-left{
margin-left: 0 !important;
}
.margin-10{
margin: 10px !important;
}
.margin-top-10{
margin-top: 10px !important;
}
.margin-top--10{
margin-top: -10px !important;
}
.margin-top-50{
margin-top: 50px !important;
}
.margin-top-5{
margin-top: 5px !important;
}
.margin-top-7{
margin-top: 7px !important;
}
.margin-top-3{
margin-top: 3px !important;
}
.margin-bot-5{
margin-bottom: 7px !important;
}
.margin-bot-3{
margin-bottom: 5px !important;
}
.margin-bot-10{
margin-bottom: 10px !important;
}
.margin-left-10{
margin-left: 10px !important;
}
.margin-right-10{
margin-right: 10px !important;
}
.margin-right-20{
margin-right: 20px !important;
}
.margin-right-30{
margin-right: 30px !important;
}
.margin-top-bot-10{
margin-bottom: 10px !important;
margin-top: 10px !important;
}
.margin-left--5{
margin-left: -5px !important;
}
.margin-left-5{
margin-left: 5px !important;
}
.margin-left-right-5{
margin-left: 5px !important;
margin-right: 5px !important;
}
/*--------------border*/
.border-radius-5{
border-radius: 5px !important;
}
.border-radius-3{
border-radius: 3px !important;
}
.border-bot-1{
border-bottom: 1.5px solid #dee2e6;
}
.border-bot-2{
border-bottom: 2px solid #DBDBDB;
}
.col-sm-offset-3{
margin-left:auto;
margin-right:25%
}
.info-area{
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
/*----------------------font-size*/
.font-size-8{
font-size: 8px !important;
}
.font-size-9{
font-size: 9px !important;
}
.font-size-10{
font-size: 10px !important;
}
.font-size-11{
font-size: 11px !important;
}
.font-size-12{
font-size: 12px !important;
}
.font-size-14{
font-size: 14px !important;
}
.font-size-16{
font-size: 16px !important;
}
.font-size-18{
font-size: 18px !important;
}
/*--------------------top*/
.top--14{
top: -14px !important;
}
.col-brk-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 28%;
}
.col-brk-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 18.5%;
flex: 0 0 18.5%;
max-width: 18.5%;
}
.col-brk-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 71.5%;
flex: 0 0 73.5%;
max-width: 73.5%;
}
/*--------------table*/
#table td{
border-top: 0 !important;
padding-bottom: 0 !important;
padding-right: 0 !important;
}
#table tr:first-child{
border-top: 1px solid #dee2e6 !important;
}
.border-top{
border-top: 1px solid #dee2e6 !important;
}
#table td a:first-child{
padding-top: 0px;
padding-bottom: 4px;
margin-bottom: 0;
}
#table td p:last-child{
padding-top: 4px;
padding-bottom: 0px;
margin-bottom: 0;
}
#table .padding-bot-10 td{
padding-bottom: 10px !important;
}
#table-1 thead th {
vertical-align: bottom;
border-bottom: 0px solid #dee2e6;
font-weight: normal;
}
#table-1 thead th{
border-bottom: 1px solid #dee2e6 !important;
}
#table-1 thead .border-bot th:first-child {
border-bottom: 1px solid #dee2e6 !important;
}
#table-1 th, #table-1 td {
padding: 0.5rem;
vertical-align: top;
border-top: 0px solid #dee2e6;
padding-bottom: 5px !important;
}
/*---------------timeline*/
.timeline {
width:100%;
max-width:800px;
background:#fff;
padding: 5px 0px;
position: relative;
box-shadow: $container-shadow;
&:before {
content: '';
position: absolute;
top: 0px;
left:calc(33% + 15px); //$gutter/2
bottom: 0px;
width: $border-width;
background: #ddd;
}
&:after {
content: "";
display: table;
clear: both;
}
}
.timeline {
width: 100%;
max-width: 800px;
background: #f6f6f6;
padding: 5px 0px;
position: relative;
/*left: -35px;*/
/*box-shadow: 0.5rem 0.5rem 2rem 0 rgba(0, 0, 0, 0.2);*/
}
.timeline:before {
content: "";
position: absolute;
top: 0px;
left: calc(33% + 2.2px);
bottom: 0px;
width: 2px;
background: #ddd;
}
.timeline:after {
content: "";
display: table;
clear: both;
}
.entry {
clear: both;
text-align: left;
position: relative;
}
.entry .title {
margin-bottom: 0.5em;
float: left;
width: 33%;
padding-right: 20px;
text-align: right;
position: relative;
}
.entry .title:before {
content: "";
position: absolute;
width: 6px;
height: 6px;
/*border: 3px solid salmon;*/
background-color: #fff;
border-radius: 100%;
top: 15%;
right: -7px;
z-index: 99;
}
.entry .gray:before {
border: 3px solid #b7b7b7;
}
.entry .green:before {
border: 3px solid #56b8b6;
}
.entry .yellow:before {
border: 3px solid #ecc967;
}
.entry .red:before {
border: 3px solid #ee786a;
}
.entry .title h3 {
margin: 0;
font-size: 120%;
}
.entry .title p {
margin: 0;
font-size: 100%;
}
.entry .body {
margin: 0 0 1em;
float: left;
width: 67%;
padding-left: 15px;
}
.entry .body p {
line-height: 1.4em;
}
.entry .body p:first-child {
margin-top: 0;
font-weight: 400;
}
.entry .body ul {
color: #aaa;
padding-left: 0;
list-style-type: none;
}
.entry .body ul li:before {
content: "";
margin-right: 0.5em;
}
.date-detail, .time-detail{
font-size: 10px;
font-weight: normal;
color: #929292;
}
/*=------------------------tags*/
.tags {
background: none repeat scroll 0 0 #fff;
/*border: 1px solid #ccc;*/
display: table;
padding: 0 0.5em;
width: 100%;
}
.tags li.tagAdd, .tags li.addedTag {
float: left;
margin-left: 0.25em;
margin-right: 0.25em;
}
.tags li.addedTag {
background: none repeat scroll 0 0 #f6f6f6;
border-radius: 2px;
color: #4a4a4a;
padding: 0 0.25em;
font-size: 10px;
}
.tags input, li.addedTag {
border: 1px solid transparent;
border-radius: 2px;
box-shadow: none;
display: block;
padding: 0.5em;
}
.tags input:hover {
border: 1px solid #000;
}
span.tagRemove {
cursor: pointer;
display: inline-block;
padding-left: 0.1em;
color: #929292;
opacity: 0.75;
}
.width-224{
width: 224px !important;
}
.width-170{
width: 170px !important;
}
.header-btn{
margin-top: -15px;
padding-top: 3px;
padding-bottom: 3px;
}
.btn-caret{
padding-left: 3px;
padding-right: 0px;
}
body{ background: #fafafa;}
.widget-area.blank {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
body .no-padding {
padding: 0;
}
.widget-area {
background-color: #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
float: left;
margin-top: 30px;
padding: 25px 30px;
position: relative;
width: 100%;
}
.status-upload {
background: none repeat scroll 0 0 #f5f5f5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
float: left;
width: 100%;
}
.status-upload form {
float: left;
width: 100%;
}
.status-upload form textarea {
background: none repeat scroll 0 0 #fff;
border: medium none;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
-ms-border-radius: 4px 4px 0 0;
-o-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
color: #777777;
float: left;
font-family: Lato;
font-size: 12px;
/*height: 142px;*/
letter-spacing: 0.3px;
padding: 20px;
width: 100%;
resize:vertical;
outline:none;
border: 1px solid #F2F2F2;
}
.status-upload ul {
float: left;
list-style: none outside none;
margin: 0;
padding: 0 0 0 5px;
width: auto;
}
.status-upload ul > li {
float: left;
}
.status-upload ul > li > a {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
color: #777777;
float: left;
font-size: 12px;
height: 30px;
line-height: 30px;
margin: 2px 0 2px 2px;
text-align: center;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
width: 30px;
cursor: pointer;
}
.status-upload ul > li > a:hover {
background: none repeat scroll 0 0 #606060;
color: #fff;
}
.status-upload form button {
border: medium none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
color: #fff;
float: right;
font-family: Lato;
font-size: 12px;
letter-spacing: 0.3px;
margin-right: 9px;
margin-top: 0px;
padding: 6px 15px;
}
.dropdown > a > span.green:before {
border-left-color: #2dcb73;
}
.status-upload form button > i {
margin-right: 7px;
}
input, textarea {
outline: none;
border: none;
display: block;
margin: 0;
padding: 0;
-webkit-font-smoothing: antialiased;
/*font-family: "PT Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;*/
font-size: 1rem;
color: #555f77;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #ced2db;
}
input::-moz-placeholder, textarea::-moz-placeholder {
color: #ced2db;
}
input:-moz-placeholder, textarea:-moz-placeholder {
color: #ced2db;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #ced2db;
}
p {
/*line-height: 1.3125rem;*/
}
.comments {
margin: 0.2rem auto 0;
max-width: 60.75rem;
padding: 0 1.25rem;
}
.comment-wrap {
/*margin-bottom: 1.25rem;*/
display: table;
width: 100%;
min-height: 1.3125rem;
}
.photo {
padding-top: 0.625rem;
display: table-cell;
width: 3.5rem;
}
.photo .avatar {
height: 2.25rem;
width: 2.25rem;
border-radius: 50%;
background-size: contain;
}
.comment-block {
padding: 0.5rem;
padding-bottom: 0;
background-color: #fff;
display: table-cell;
vertical-align: top;
border-radius: 0.1875rem;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}
.comment-block textarea {
width: 100%;
resize: none;
}
.comment-text {
margin-bottom: 0rem;
line-height: 1.2rem;
}
.bottom-comment {
color: rgb(146, 146, 146);
font-size: 10px;
}
.comment-date {
float: left;
}
.comment-actions {
float: right;
}
.comment-actions li {
display: inline;
margin: -2px;
cursor: pointer;
}
.comment-actions li.complain {
padding-right: 0.75rem;
border-right: 1px solid #e1e5eb;
}
.comment-actions li.reply {
padding-left: 0.75rem;
padding-right: 0.125rem;
}
.comment-actions li:hover {
color: #0095ff;
}
.react-comment{
margin-left: 60px;
font-size: 8px;
margin-top: 3px;
}
.comment-block span{
color: rgb(146,146,146);
}
.user-history img{
margin-right: 10px;
top: 10px;
position: relative;
}
.user-history .field-click-able{
margin-left: 50px;
margin-top: -15px;
}
.user-history-label{
border-radius: 3px;
padding: 3px 5px 2px 5px;
font-size: 12px;
color: #fff;
line-height: 2.5;
}
.user-history-icon{
border-radius: 3px;
padding: 3px 0px 2px 0px;
font-size: 18px;
color: #b7b7b7;
line-height: 1.5;
}
.user-support{
position: absolute;
bottom: 0;
display: block;
}
.user-support img{
margin-right: 0;
margin-left: -10px;
}
.user-support p{
margin-bottom: 0;
font-size: 8px;
}
.user-customer{
position: absolute;
bottom: 75px;
display: block;
}
.user-customer img{
margin-right: 0;
margin-left: -10px;
}
.user-customer p{
margin-bottom: 0;
font-size: 8px;
}
.nav-tabs select{
position: absolute;
right: 30px;
width: 175px;
border-radius: 3px;
padding: 3px;
}
.btn-gray {
color: #dbdbdb;
background-color: #6e6e6e;
}
.btn-gray select{
color: #fff;
background-color: #6e6e6e;
border: 0;
}
.reply-comment{
margin-left: 60px;
}
.reply-comment .photo{
width: 23px;
padding-top: 0;
}
.reply-comment .photo .avatar{
width: 20px;
height: 20px;
}
.reply-comment .react-comment{
margin-left: 25px;
}
/*--------------------numpad*/
.span4
{
width: 77px;
height: 50px;
float: left;
/*margin: 0 8px 10px 8px;*/
}
.phone
{
margin-top: 15px;
background: #fff;
}
.tel
{
margin-bottom: 10px;
margin-top: 10px;
border: 1px solid #9e9e9e;
border-radius: 0px;
}
.num-pad
{
/*padding-left: 15px;*/
}
.num
{
/*border: 1px solid #9e9e9e;*/
-webkit-border-radius: 999px;
border-radius: 999px;
-moz-border-radius: 999px;
height: 50px;
background-color: #fff;
color: #333;
cursor: pointer;
}
/*.num:hover
{
background-color: #9e9e9e;
color: #fff;
transition-property: background-color .2s linear 0s;
-moz-transition: background-color .2s linear 0s;
-webkit-transition: background-color .2s linear 0s;
-o-transition: background-color .2s linear 0s;
}*/
.txt
{
font-size: 28px;
text-align: center;
margin-top: 10px;
/*font-family: 'Lato' , sans-serif;*/
line-height: 20px;
color: #333;
}
.small
{
font-size: 12px;
}
.btn
{
font-weight: normal;
-webkit-transition: .1s ease-in background-color;
-webkit-font-smoothing: antialiased;
letter-spacing: 1px;
}
.btn:hover
{
transition-property: background-color .2s linear 0s;
-moz-transition: background-color .2s linear 0s;
-webkit-transition: background-color .2s linear 0s;
-o-transition: background-color .2s linear 0s;
}
.material-half-bg .cover {
background-color: unset !important;
height: 100vh !important;
background-image: url('../images/background.png');
}
.login-content .logo {
margin-left: -80%;
margin-bottom: 80px;
}
.login-content .login-box {
background-color: #9b9b9b55 !important;
}
.border-right-offset:before{
content: "";
position: absolute;
left: 20%;
right: 0;
height: 2px;
width: 60%;
border-right: 2px solid #979797;
}
.border-right-offset:after{
content: "";
position: absolute;
right: 0;
bottom: 20%;
height: 60%;
width: 2px;
border-right: 2px solid #979797;
}
.login-label{
margin-bottom: 0;
font-weight: 500 !important;
font-size: 12px;
}
.login-input{
padding: 8px;
padding-left: 20px;
font-size: 16px;
background-color: #ffff !important;
border: 2px solid #979797;
}
.login-form .form-group{
margin-bottom: 0.5em;
margin-left: 20px;
margin-right: 16px;
}
.login-content .login-box .login-head {
padding-bottom: 10px;
border-bottom: 0px solid #ddd;
}
.login-form button{
padding:8px;
font-size: 16px;
background-color: #2ca6a4;
border: 0;
border-radius: 0;
margin-bottom: 0.5em;
}
.login-content .login-box{
min-height: 460px;
}
.dropdown-list{
width: 210px;
margin-top: 10px;
}
.hide{
display: none;
}
.dropdown-menu{
font-size: 12px;
}
.loader ul{
position: relative;
top:50%;
left: 50%;
transform: translate(-18%,-50%);
margin: 0px;
padding: 0px;
display: flex;
}
.loader ul li{
list-style: none;
width: 12px;
height: 12px;
border-radius: 50%;
background-color: #fff;
animation: animate 1.6s ease-in-out infinite;
margin: 0px;
padding: 0;
}
@keyframes animate{
0%, 40%, 100%
{
transform: scale(0.6);
}
20%
{
transform: scale(1);
}
}
.loader ul li:nth-child(1){
animation-delay:-1.4s;
background-color: #ffff00;
box-shadow: 0 0 50px #ffff00;
}
.loader ul li:nth-child(2){
animation-delay:-1.2s;
background-color: #76ff30;
box-shadow: 0 0 50px #76ff30;
}
.loader ul li:nth-child(3){
animation-delay:-1s;
background-color: #f06292;
box-shadow: 0 0 50px #f06292;
}
.loader ul li:nth-child(4){
animation-delay:-0.8s;
background-color: #4fc3f7;
box-shadow: 0 0 50px #4fc3f7;
}
.loader ul li:nth-child(5){
animation-delay:-0.6s;
background-color: #ba68c8;
box-shadow: 0 0 50px #ba68c8;
}
.loader ul li:nth-child(6){
animation-delay:-0.4s;
background-color: #f57c00;
box-shadow: 0 0 50px #f57c00;
}
.loader ul li:nth-child(7){
animation-delay:-0.2s;
background-color: #673ab7;
box-shadow: 0 0 50px #673ab7;
}
.flex{
display: flex;
}
.user-call-pad .phone-avatar{
top: 15px;
position: relative;
margin-right: 5px;
}
.user-call-pad .phone-num,.phone-time{
position: relative;
top: -10px;
left: 10px;
}
#status-options {
position: absolute;
opacity: 0;
right: 10px;
visibility: hidden;
width: 70px;
margin: 70px 0 0 0;
border-radius: 6px;
z-index: 99;
line-height: initial;
background: #435f7a;
-moz-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
background: #ffff;
font-size: 10px;
}
@media screen and (max-width: 735px) {
#status-options {
width: 58px;
margin-top: 57px;
}
}
#status-options.active {
opacity: 1;
visibility: visible;
margin: 0px 0 0 0;
}
@media screen and (max-width: 735px) {
#status-options.active {
margin-top: 62px;
}
}
#status-options:before {
content: '';
position: absolute;
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 8px solid #435f7a;
margin: -8px 0 0 24px;
}
@media screen and (max-width: 735px) {
#status-options:before {
margin-left: 23px;
}
}
#status-options ul {
overflow: hidden;
border-radius: 6px;
}
#status-options ul li {
/*padding: 15px 0 30px 18px;*/
display: block;
cursor: pointer;
margin-left: -30px;
margin-right: 10px;
padding: 2px;
}
#status-selection {
/* padding: 15px 0 30px 18px; */
padding: 0px 5px;
border-radius: 6px;
position: absolute;
right: 10px;
top: 5px;
/* border: 1px solid; */
background: #f6f6f6;
display: flex;
cursor: pointer;
font-size: 10px;
}
#status-selection span.status-circle {
position: absolute;
width: 10px;
height: 10px;
border-radius: 50%;
margin: 2px 0 0 0;
}
.status-away span.status-circle {
background: #f1c40f;
}
.status-online span.status-circle {
background: #2ecc71;
}
.status-busy span.status-circle {
background: #e74c3c;
}
.status-offline span.status-circle {
background: #95a5a6;
}
#status-selection span.status-circle:before {
content: '';
position: absolute;
width: 14px;
height: 14px;
margin: -2px 0 0 -2px;
background: transparent;
border-radius: 50%;
z-index: 0;
}
#status-selection p{
margin-bottom: 0px !important;
margin-left: 15px;
margin-right: 5px;
width: 40px;
}
@media screen and (max-width: 735px) {
#status-options ul li {
/*padding: 15px 0 35px 22px;*/
}
}
#status-options ul li:hover {
/*background: #496886;*/
border: 0px solid #496886;
background: #f6f6f6;
border-radius: 5px;
}
#status-options ul li p {
margin-bottom: 2px !important;
}
#status-options ul li span.status-circle {
position: absolute;
width: 10px;
height: 10px;
border-radius: 50%;
margin: 0px 0 0 0;
}
@media screen and (max-width: 735px) {
#status-options ul li span.status-circle {
width: 14px;
height: 14px;
}
}
#status-options ul li span.status-circle:before {
content: '';
position: absolute;
width: 14px;
height: 14px;
margin: -2px 0 0 -2px;
background: transparent;
border-radius: 50%;
z-index: 0;
}
@media screen and (max-width: 735px) {
#status-options ul li span.status-circle:before {
height: 18px;
width: 18px;
}
}
#status-options ul li p {
padding-left: 12px;
}
@media screen and (max-width: 735px) {
#status-options ul li p {
display: none;
}
}
#status-options ul li#status-online span.status-circle {
background: #2ecc71;
}
#status-options ul li#status-online.active span.status-circle:before {
border: 1px solid #2ecc71;
}
#status-options ul li#status-away span.status-circle {
background: #f1c40f;
}
#status-options ul li#status-away.active span.status-circle:before {
border: 1px solid #f1c40f;
}
#status-options ul li#status-busy span.status-circle {
background: #e74c3c;
}
#status-options ul li#status-busy.active span.status-circle:before {
border: 1px solid #e74c3c;
}
#status-options ul li#status-offline span.status-circle {
background: #95a5a6;
}
#status-options ul li#status-offline.active span.status-circle:before {
border: 1px solid #95a5a6;
}
#call-input .search-result{
position: absolute;
width: 96%;
margin-top: -5px;
z-index: 999;
background: #fff;
}
.no-list-style{
list-style: none;
}
#s-rst{
margin-left: -40px;
}
#s-rst .status{
width: 5px;
height: 5px;
background: #80CAC8;
float: right;
position: absolute;
right: 10px;
top: 15px;
border-radius: 50%;
}
#s-rst .type{
margin-left: 5px !important;
margin-top: 5px !important;
}
#s-rst li{
height: 40px;
}
#s-rst li:hover{
cursor: pointer;
background: #f6f6f6;
}
#s-rst:last-child{
margin-bottom: 10px;
}
#s-rst img{
border-radius: 50%;
width: 30px;
height: 30px;
position: relative;
top: 5px;
right: 5px;
}
#s-rst .user-num{
position: relative;
left: 30px;
top: -10px;
margin-bottom: 0;
}
#s-rst .s-rst-user{
margin-left: 10px !important;
position: relative;
}
.call-action{
padding: 5px;
width: 35px;
border-radius: 50%;
height: 35px;
}
.call-action:hover{
background: #ff00005c;
}
p#c-name-status::before{
width: 5px;
height: 5px;
color: #80CAC8;
border-radius: 50%;
}
.myiframe {
display: block; /* iframes are inline by default */
border: none; /* Reset default border */
height: 100vh; /* Viewport-relative units */
width: 100vw;
}
.nav-tabs > li {
position:relative;
}
.nav-tabs > li > a {
/*display:inline-block;*/
}
.nav-tabs > li > span {
display:none;
cursor:pointer;
position:absolute;
right: 6px;
top: 35%;
color: gray;
}
.nav-tabs > li:hover > span {
display: inline-block;
}
.col-md-100 {
-webkit-box-flex: 0;
flex: 0 0 78%;
max-width: 100%;
}
.col-md-6-edt {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 39%;
}
.table-bordered th,
.table-bordered td {
border: 0px solid #ffff;
}
.table-bordered {
border: 0px solid #dee2e6;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
right: 1em;
content: "";
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
right: 0.5em;
content: "";
}
div.dataTables_wrapper div.dataTables_info {
display: none;
}
div.dataTables_wrapper div.dataTables_filter {
display: none;
}
table.dataTable thead th, table.dataTable thead td {
border-bottom: 0px solid #111;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
border-bottom: 0px solid #111;
}
table.dataTable tbody th, table.dataTable tbody td {
padding: 5px 8px;
}
table.dataTable thead th, table.dataTable thead td {
padding: 5px 10px;
border-bottom: 0px solid #111;
}
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
padding-right: 15px;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
font-size: 5px;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
font-size: 5px;
}
.form-group {
margin-bottom: 0.1rem;
}
.table-responsive {
overflow-x: hidden;
}
li.angle {
position: absolute;
font-size: 15px;
padding-top: 3px;
cursor: pointer;
}
li.angle-left{
left: 20px;
}
li.angle-right{
right: 10px;
}
table.dataTable thead th, table.dataTable tfoot th {
font-weight: 500;
}
span.glyphicon.glyphicon-chevron-left:before {
content: '\276E';
}
span.glyphicon.glyphicon-chevron-right:before {
content: '\276F';
}
.scrtabs-tab-scroll-arrow {
border: 0px solid #dddddd;
border-top: none;
color: #009688;
cursor: pointer;
display: none;
float: left;
font-size: 12px;
height: 30px;
margin-bottom: -1px;
padding-left: 6px;
padding-top: 5px;
width: 20px;
}
.nav-user{
margin-left: 0;
}
#c-number ,.knl-caret:hover{
cursor: pointer;
}
.knl-caret{
float: right;
margin-right: 10px;
color: #009688;
margin-top: 5px;
}
.toggle-up{
position: absolute;
bottom: 80px;
width: 98.5%;
}
.relative{
position: relative;
}
#knl-title input{
border: 1px solid #ddd;
width: 100%;
padding: 5px;
border-radius: 3px;
}
.width-100per{
width: 100%;
}
.knl-content{
height: 750px;
}
.iframesearch{
height: 1024px;
width: 100%;
border: none;
} | 0.257018 | 0.06165 |
:root {
--default-font-size: 62.5%;
--default-font-family: --apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
--salutation-text: "Hi! 👋 My name\'s";
--color-black: #343548;
--color-white: #f7f7f0;
--color-purple: #9580ff;
--font-size-xsmall: 1rem;
--font-size-small: 2rem;
--font-size-medium: 4rem;
--font-size-large: 5rem;
--font-size-xlarge: 6rem;
}
*::selection {
background: var(--color-black);
color: var(--color-white);
}
.theme-dark *::selection {
background: var(--color-white);
color: var(--color-black);
}
* {
box-sizing: border-box;
padding: 0;
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
html,
body {
box-sizing: border-box;
padding: 0;
margin: 0;
}
html {
width: 100%;
height: 100%;
}
body {
background: var(--color-white);
color: var(--color-black);
font-family: var(--default-font-family);
font-size: var(--default-font-size);
transition: background, color 0.3s ease-in-out;
}
body.theme-dark {
background: var(--color-black);
color: var(--color-white);
}
.container {
display: grid;
height: 100vh;
grid-template-areas: "navigation" "header";
grid-template-rows: min-content auto;
}
.header {
display: flex;
align-items: center;
padding: 1rem 1rem 1rem 5rem;
grid-area: header;
}
@media only screen and (max-width: 440px) {
.header {
padding-left: 1rem;
}
}
.title {
display: block;
margin: 0;
font-size: 1.875rem;
font-weight: lighter;
}
.title::before {
content: "I\'m a ";
font-size: 1.875rem;
}
@media only screen and (max-width: 440px) {
.title {
font-size: var(--font-size-xsmall);
}
.title::before {
font-size: var(--font-size-xsmall);
}
}
.name {
margin: 0;
font-size: var(--font-size-xlarge);
line-height: 1;
text-transform: uppercase;
}
.name::before {
display: block;
content: var(--salutation-text);
font-size: var(--font-size-small);
font-weight: normal;
text-transform: initial;
}
.name::after {
display: inline-block;
content: ".";
text-indent: -1.875rem;
}
@media only screen and (max-width: 440px) {
.name {
font-size: var(--font-size-medium);
}
.name::before {
margin-bottom: 0;
font-size: var(--font-size-medium);
}
.name::after {
text-indent: -1rem;
}
}
.contacts {
display: flex;
min-height: 3.75rem;
flex-direction: row-reverse;
padding: 1rem;
grid-area: navigation;
}
.contacts ul {
display: flex;
align-items: center;
padding: 0;
margin: 0;
list-style: none;
}
.contacts li {
display: inline-block;
padding-right: 0.25rem;
}
.contacts a {
position: relative;
margin: 0 5px;
color: var(--color-black);
font-size: var(--font-size-xsmall);
text-decoration: none;
transition: all 0.3s ease-in-out;
}
.contacts a::before {
position: absolute;
bottom: -4px;
left: 0;
width: 100%;
height: 2px;
background-color: var(--color-purple);
content: "";
transform: scaleX(0);
transition: all 0.3s ease-in-out;
visibility: hidden;
}
.theme-dark .contacts a::before {
background-color: var(--color-purple);
}
.contacts a:hover::before,
.contacts a:focus::before {
transform: scaleX(1);
visibility: visible;
}
.theme-dark .contacts a {
color: var(--color-white);
}
.contacts a:is(:hover, :focus) {
text-decoration: none;
}
.toggle-theme {
position: fixed;
right: 1rem;
bottom: 1rem;
display: flex;
overflow: hidden;
width: 2.625rem;
height: 2.625rem;
align-items: center;
justify-content: center;
border: 0;
background: transparent;
cursor: pointer;
}
.toggle-theme .moon {
opacity: 1;
}
.toggle-theme .sun {
opacity: 0;
}
.toggle-theme span {
position: absolute;
display: block;
width: 2rem;
height: 2rem;
font-size: var(--font-size-small);
transition: opacity 0.3s ease-in-out;
}
.theme-dark .toggle-theme .moon {
opacity: 0;
}
.theme-dark .toggle-theme .sun {
opacity: 1;
}
.wave {
display: inline-block;
animation-duration: 2.5s;
animation-iteration-count: infinite;
animation-name: wave;
transform-origin: 70% 70%;
}
@keyframes wave {
0% { transform: rotate(0deg); }
10% { transform: rotate(14deg); }
20% { transform: rotate(-8deg); }
30% { transform: rotate(14deg); }
40% { transform: rotate(-4deg); }
50% { transform: rotate(10deg); }
60% { transform: rotate(0deg); }
100% { transform: rotate(0deg); }
} | src/assets/styles/main.css |
:root {
--default-font-size: 62.5%;
--default-font-family: --apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
--salutation-text: "Hi! 👋 My name\'s";
--color-black: #343548;
--color-white: #f7f7f0;
--color-purple: #9580ff;
--font-size-xsmall: 1rem;
--font-size-small: 2rem;
--font-size-medium: 4rem;
--font-size-large: 5rem;
--font-size-xlarge: 6rem;
}
*::selection {
background: var(--color-black);
color: var(--color-white);
}
.theme-dark *::selection {
background: var(--color-white);
color: var(--color-black);
}
* {
box-sizing: border-box;
padding: 0;
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
html,
body {
box-sizing: border-box;
padding: 0;
margin: 0;
}
html {
width: 100%;
height: 100%;
}
body {
background: var(--color-white);
color: var(--color-black);
font-family: var(--default-font-family);
font-size: var(--default-font-size);
transition: background, color 0.3s ease-in-out;
}
body.theme-dark {
background: var(--color-black);
color: var(--color-white);
}
.container {
display: grid;
height: 100vh;
grid-template-areas: "navigation" "header";
grid-template-rows: min-content auto;
}
.header {
display: flex;
align-items: center;
padding: 1rem 1rem 1rem 5rem;
grid-area: header;
}
@media only screen and (max-width: 440px) {
.header {
padding-left: 1rem;
}
}
.title {
display: block;
margin: 0;
font-size: 1.875rem;
font-weight: lighter;
}
.title::before {
content: "I\'m a ";
font-size: 1.875rem;
}
@media only screen and (max-width: 440px) {
.title {
font-size: var(--font-size-xsmall);
}
.title::before {
font-size: var(--font-size-xsmall);
}
}
.name {
margin: 0;
font-size: var(--font-size-xlarge);
line-height: 1;
text-transform: uppercase;
}
.name::before {
display: block;
content: var(--salutation-text);
font-size: var(--font-size-small);
font-weight: normal;
text-transform: initial;
}
.name::after {
display: inline-block;
content: ".";
text-indent: -1.875rem;
}
@media only screen and (max-width: 440px) {
.name {
font-size: var(--font-size-medium);
}
.name::before {
margin-bottom: 0;
font-size: var(--font-size-medium);
}
.name::after {
text-indent: -1rem;
}
}
.contacts {
display: flex;
min-height: 3.75rem;
flex-direction: row-reverse;
padding: 1rem;
grid-area: navigation;
}
.contacts ul {
display: flex;
align-items: center;
padding: 0;
margin: 0;
list-style: none;
}
.contacts li {
display: inline-block;
padding-right: 0.25rem;
}
.contacts a {
position: relative;
margin: 0 5px;
color: var(--color-black);
font-size: var(--font-size-xsmall);
text-decoration: none;
transition: all 0.3s ease-in-out;
}
.contacts a::before {
position: absolute;
bottom: -4px;
left: 0;
width: 100%;
height: 2px;
background-color: var(--color-purple);
content: "";
transform: scaleX(0);
transition: all 0.3s ease-in-out;
visibility: hidden;
}
.theme-dark .contacts a::before {
background-color: var(--color-purple);
}
.contacts a:hover::before,
.contacts a:focus::before {
transform: scaleX(1);
visibility: visible;
}
.theme-dark .contacts a {
color: var(--color-white);
}
.contacts a:is(:hover, :focus) {
text-decoration: none;
}
.toggle-theme {
position: fixed;
right: 1rem;
bottom: 1rem;
display: flex;
overflow: hidden;
width: 2.625rem;
height: 2.625rem;
align-items: center;
justify-content: center;
border: 0;
background: transparent;
cursor: pointer;
}
.toggle-theme .moon {
opacity: 1;
}
.toggle-theme .sun {
opacity: 0;
}
.toggle-theme span {
position: absolute;
display: block;
width: 2rem;
height: 2rem;
font-size: var(--font-size-small);
transition: opacity 0.3s ease-in-out;
}
.theme-dark .toggle-theme .moon {
opacity: 0;
}
.theme-dark .toggle-theme .sun {
opacity: 1;
}
.wave {
display: inline-block;
animation-duration: 2.5s;
animation-iteration-count: infinite;
animation-name: wave;
transform-origin: 70% 70%;
}
@keyframes wave {
0% { transform: rotate(0deg); }
10% { transform: rotate(14deg); }
20% { transform: rotate(-8deg); }
30% { transform: rotate(14deg); }
40% { transform: rotate(-4deg); }
50% { transform: rotate(10deg); }
60% { transform: rotate(0deg); }
100% { transform: rotate(0deg); }
} | 0.598312 | 0.109753 |
#colorspy { border: 2px solid #EEEEEE; padding: 7px 0 20px 20px; margin: 0 0 7px 0; font-size: 16px; text-align: left; position: relative; top: -12px; COLOR: #555; background: #fbfbfb; }
#colorspy a { COLOR: #e04f92; }
#colorspy legend { font-size: 17px; color: #bbb; padding: 0; }
#colorspy div div { WIDTH: 20px; HEIGHT: 20px; border-right: 1px solid #FFF; FLOAT: left; }
#colorspy .swatch { float: left; margin-right: 21px; border-top: 2px solid #FFF; }
#colorspy h2 { FONT-SIZE: 18px; LINE-HEIGHT: 0em; COLOR: #5888BF; FONT-WEIGHT: normal; TOP: 3px; position: relative; }
.botLine { BORDER-TOP: 1px solid #EEE; WIDTH: 370px; MARGIN-TOP: 9px; PADDING-TOP: 9px; COLOR: #999; }
.botLine a { COLOR: #e04f92; }
.botLine a:hover { COLOR: #F360BB; }
/* PLUGIN */
#plugin { background-color: #0d0d0d; COLOR: #07628D; CURSOR: move; DISPLAY: block; FONT-FAMILY: arial; FONT-SIZE: 11px; PADDING: 7px 10px 11px 10px; _PADDING-RIGHT: 0; Z-INDEX: 1; TOP: 0; LEFT: 0; POSITION: absolute; WIDTH: 199px; _width: 210px; _padding-right: 0px; }
#plugin br { CLEAR: both; MARGIN: 0; PADDING: 0; }
#plugin select { BORDER: 1px solid #333; BACKGROUND: #FFF; POSITION: relative; TOP: 4px; }
#plugHEX { FLOAT: left; position: relative; top: -1px; }
#plugCLOSE { FLOAT: right; cursor: pointer; MARGIN: 0 8px 3px; _MARGIN-RIGHT: 10px; COLOR: #07628D; -moz-user-select: none; -khtml-user-select: none; user-select: none; }
#plugHEX:hover,#plugCLOSE:hover { COLOR: #FFD000; }
#plugCUR { float: left; width: 10px; height: 10px; background: #FFF; margin-right: 3px; }
#SV { background: #FF0000 url('/js/colors/media/SatVal.png'); _BACKGROUND: #FF0000; POSITION: relative; CURSOR: crosshair; FLOAT: left; HEIGHT: 166px; WIDTH: 167px; _WIDTH: 165px; MARGIN-RIGHT: 10px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='media/SatVal.png', sizingMethod='scale'); -moz-user-select: none; -khtml-user-select: none; user-select: none; }
#SVslide { background: url('/js/colors/media/slide.gif'); HEIGHT: 9px; WIDTH: 9px; POSITION: absolute; _font-size: 1px; line-height: 1px; }
#H { BORDER: 1px solid #000; CURSOR: crosshair; FLOAT: left; HEIGHT: 154px; POSITION: relative; WIDTH: 19px; PADDING: 0; TOP: 4px; -moz-user-select: none; -khtml-user-select: none; user-select: none; }
#Hslide { BACKGROUND: url('/js/colors/media/slideHue.gif'); HEIGHT: 5px; WIDTH: 33px; POSITION: absolute; _font-size: 1px; line-height: 1px; }
#Hmodel { POSITION: relative; TOP: -5px; }
#Hmodel div { HEIGHT: 1px; WIDTH: 19px; font-size: 1px; line-height: 1px; MARGIN: 0; PADDING: 0; } | WEBS/WEB_GRAPH/js/colors/plugin.css |
#colorspy { border: 2px solid #EEEEEE; padding: 7px 0 20px 20px; margin: 0 0 7px 0; font-size: 16px; text-align: left; position: relative; top: -12px; COLOR: #555; background: #fbfbfb; }
#colorspy a { COLOR: #e04f92; }
#colorspy legend { font-size: 17px; color: #bbb; padding: 0; }
#colorspy div div { WIDTH: 20px; HEIGHT: 20px; border-right: 1px solid #FFF; FLOAT: left; }
#colorspy .swatch { float: left; margin-right: 21px; border-top: 2px solid #FFF; }
#colorspy h2 { FONT-SIZE: 18px; LINE-HEIGHT: 0em; COLOR: #5888BF; FONT-WEIGHT: normal; TOP: 3px; position: relative; }
.botLine { BORDER-TOP: 1px solid #EEE; WIDTH: 370px; MARGIN-TOP: 9px; PADDING-TOP: 9px; COLOR: #999; }
.botLine a { COLOR: #e04f92; }
.botLine a:hover { COLOR: #F360BB; }
/* PLUGIN */
#plugin { background-color: #0d0d0d; COLOR: #07628D; CURSOR: move; DISPLAY: block; FONT-FAMILY: arial; FONT-SIZE: 11px; PADDING: 7px 10px 11px 10px; _PADDING-RIGHT: 0; Z-INDEX: 1; TOP: 0; LEFT: 0; POSITION: absolute; WIDTH: 199px; _width: 210px; _padding-right: 0px; }
#plugin br { CLEAR: both; MARGIN: 0; PADDING: 0; }
#plugin select { BORDER: 1px solid #333; BACKGROUND: #FFF; POSITION: relative; TOP: 4px; }
#plugHEX { FLOAT: left; position: relative; top: -1px; }
#plugCLOSE { FLOAT: right; cursor: pointer; MARGIN: 0 8px 3px; _MARGIN-RIGHT: 10px; COLOR: #07628D; -moz-user-select: none; -khtml-user-select: none; user-select: none; }
#plugHEX:hover,#plugCLOSE:hover { COLOR: #FFD000; }
#plugCUR { float: left; width: 10px; height: 10px; background: #FFF; margin-right: 3px; }
#SV { background: #FF0000 url('/js/colors/media/SatVal.png'); _BACKGROUND: #FF0000; POSITION: relative; CURSOR: crosshair; FLOAT: left; HEIGHT: 166px; WIDTH: 167px; _WIDTH: 165px; MARGIN-RIGHT: 10px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='media/SatVal.png', sizingMethod='scale'); -moz-user-select: none; -khtml-user-select: none; user-select: none; }
#SVslide { background: url('/js/colors/media/slide.gif'); HEIGHT: 9px; WIDTH: 9px; POSITION: absolute; _font-size: 1px; line-height: 1px; }
#H { BORDER: 1px solid #000; CURSOR: crosshair; FLOAT: left; HEIGHT: 154px; POSITION: relative; WIDTH: 19px; PADDING: 0; TOP: 4px; -moz-user-select: none; -khtml-user-select: none; user-select: none; }
#Hslide { BACKGROUND: url('/js/colors/media/slideHue.gif'); HEIGHT: 5px; WIDTH: 33px; POSITION: absolute; _font-size: 1px; line-height: 1px; }
#Hmodel { POSITION: relative; TOP: -5px; }
#Hmodel div { HEIGHT: 1px; WIDTH: 19px; font-size: 1px; line-height: 1px; MARGIN: 0; PADDING: 0; } | 0.367838 | 0.141222 |
*, *:before, *:after {box-sizing: border-box;}
/* Override Foundation padding for inputs */
input[type="text"], input[type="password"],
input[type="date"], input[type="datetime"],
input[type="datetime-local"], input[type="month"],
input[type="week"], input[type="email"],
input[type="number"], input[type="search"],
input[type="tel"], input[type="time"],
input[type="url"], textarea, select {
margin-bottom: 0px;
}
form {
margin: 1rem 0 1rem;
}
.multicolform > .row-fluid {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
-webkit-flex-grow: 1;
flex-grow: 1;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
align-content: stretch;
flex-flow: row wrap;
}
/*.reveal-modal{
position : fixed;
}*/
ul.accordion {
margin-left: 0px;
}
.accordion .accordion-navigation > .content {
padding: 0px;
}
.item {
padding: .25rem;
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
}
.multicolform .panel {
position:relative;
display: block;
padding: 10px;
}
.multicolform .panel table {
width: 100%;
}
body {
background-color: #fdfefe;
font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.body {
overflow: hidden;
padding: 10px;
/* display: inline-block;*/
}
form fieldset {
padding-bottom: 10px !important;
margin: 0 2px !important;
}
nav span[class^='fi-'], nav span[class*=' fi-'] {
margin-top: 200px !important;
font-size: 18pt;
}
.top-bar-section li:not(.has-form) a:not(.button) {
height: 45px;
}
.form_section {
border: 1px solid #adadad;
background-color: #efefef;
padding: 5px;
margin-bottom: 10px;
}
.form_section_header {
padding: 30px;
}
.form_section .panel {
margin-bottom: 0px;
}
.form_section .icon-bar a.item {
padding: 5px 20px;
}
.form_section_description {
padding: 10px;
background-color: #dedede;
border: 1px solid #cfcfcf;
}
/* Search */
#search_form {
margin-bottom: 0px !important;
}
#search-class-header {
padding: 0px 30px;
font-weight: lighter !important;
border-bottom: 1px solid black !important;
}
.search-class .panel {
margin-bottom: 10px !important;
padding: 0px 30px !important;
}
.search-title {
font-weight: normal;
font-size: 110%;
}
.search-listing {
padding: 0px 30px 20px 15px;
}
button {
font-size: 0.8rem !important;
}
.header {
border-bottom: 1px #cacaca solid;
}
.top-bar-section .has-dropdown > a {
padding-right: 15px !important;
}
.top-bar-section .has-dropdown > a:after {
display: none;
content: none;
}
#footer {
background-color: #555555;
text-align: center;
padding: 10px;
border: 0px;
color: #bcbcbc;
}
.boxes {
border: 1px solid #acacac;
padding: 10px;
}
.boxes > h5 {
border-bottom: 1px solid #cacaca;
}
.boxes > ul {
list-style-type: none;
margin: 0px;
}
/* Grid List */
.grid-list-panel {
clear: none !important;
}
.grid-list-panel .panel {
padding: 10px 0px;
margin-bottom: 0px;
}
#filter-grid > li {
padding-bottom: 0px;
}
/* Table styles */
table .section {
background-color: #074e68;
color: #fcfcfc;
font-weight: lighter;
}
.widget_buttons { opacity: 0; }
.widget_config { padding-left: 40px; }
.widget_remove { float: right; padding-right: 40px; }
/*.tab-head { margin-top: 20px; }*/
.tab-head a {
color: black;
text-decoration: none;
padding: 5px;
border: 1px solid #a9a9a9;
line-height: 38px;
}
.tab-head a.active {
background: #074e68;
color: white;
}
.tab-head a:hover { background: #6FA9C7; }
.tab-body { border: 1px solid #a9a9a9; padding: 5px; }
td button {
margin: 0;
padding: 5px 15px !important;
}
ul.ui-autocomplete {
z-index: 10000;
}
/* Comment section */
.comment_section {
clear: both;
display: block;
margin: 5px;
padding: 10px;
}
.comment_section .comment_section > .comment_body {
border-left: 10px solid white;
}
.comment_section .comment_section {
padding: 0px 0px 0px 20px;
margin-top: 0px;
margin-right: 0px;
}
.comment_section:hover {
background-color: #efefef;
}
.comment_avatar {
/*border-radius: 50%;*/
border: 3px solid #074E68;
}
.comment_header {
font-size: 12pt;
font-weight: lighter;
color: #363636;
}
.comment_body {
position: relative;
padding: 10px 0px;
}
.comment_body > div > p {
margin-bottom: 5px;
}
.comment_meta {
position: relative;
color: #797979;
}
.comment_reply {
padding: 0px 10px;
}
#comment_reply_form {
margin-top: 0px;
}
.comment_meta a {
text-decoration: underline;
color: inherit;
}
/* Attachments section */
.attachments_container {
overflow: hidden;
margin-bottom: 10px;
}
.image_attachment {
border: 1px solid grey;
width: 200px;
float: left;
margin: 10px 5px 0px 0px;
/*margin-top: 0px;*/
padding: 5px;
background-color: #eee;
}
.image_attachment > a {
margin-bottom: 0px;
}
.image_attachment_text {
width: 200px;
padding: 5px 0px;
}
.close-reveal-modal {
top: 0px !important;
margin-top: -5px !important;
margin-right: -5px;
}
button.button {
margin: 0;
}
.section-body {
padding: 0px 10px;
display: inline;
}
.section-body ul {
-moz-column-width: 18em;
-webkit-column-width: 18em;
-moz-column-gap: 1em;
-webkit-column-gap:1em;
}
.section-body li {
padding: 0px 5px;
vertical-align: top;
float: left;
display: inline;
}
.section-body table {
width: 100%;
}
/* Task group styling */
table.taskgroup_summary {
margin-bottom: 0px !important;
}
/* Should be supported in IE7+ */
button.button + button {
margin-left: 5px !important;
}
/* Loading Indicator - from: http://www.alessioatzeni.com/blog/css3-loading-animation-loop/ */
.loading_overlay {
position: fixed;
_position: absolute;
z-index: 99;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #000000;
background-color: rgba(0, 0, 0, 0.9);
}
.loading_overlay .circle {
background-color: rgba(0,0,0,0);
border: 4px solid rgba(0,183,229,0.9);
opacity: .9;
border-right: 5px solid rgba(0,0,0,0);
border-left: 5px solid rgba(0,0,0,0);
border-radius: 40px;
/*box-shadow: 0 0 35px #008cba;*/
width: 45px;
height: 45px;
margin: auto;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
-moz-animation: spinPulse 1s infinite ease-in-out;
-webkit-animation: spinPulse 1s infinite ease-in-out;
}
.loading_overlay .circle_inner {
background-color: rgba(0,0,0,0);
border: 5px solid rgba(0,183,229,0.9);
opacity: .9;
border-left: 5px solid rgba(0,0,0,0);
border-right: 5px solid rgba(0,0,0,0);
border-radius: 50px;
/*box-shadow: 0 0 15px #008cba;*/
width: 30px;
height: 30px;
position: relative;
margin: auto;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
-moz-animation: spinoffPulse 1s infinite linear;
-webkit-animation: spinoffPulse 1s infinite linear;
}
.loading_overlay .circle_center {
background-color: rgba(0,0,0,0);
border: 4px solid rgba(0,183,229,0.9);
opacity: .9;
/* border-left: 2px solid rgba(0,0,0,0);
border-right: 2px solid rgba(0,0,0,0);*/
border-radius: 50px;
/*box-shadow: 0 0 15px #008cba;*/
width: 15px;
height: 15px;
position: relative;
margin: auto;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
/* -moz-animation: spinPulse 2s infinite linear;
-webkit-animation: spinPulse 2s infinite linear;*/
}
.loading_overlay h4 {
color: white;
font-weight: lighter;
padding-top: 100px;
text-align: center;
width: 200px;
height: 60px;
margin: auto;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
}
.listGrid li{
min-height: 190px;
}
ul.cmfive_breadcrumbs {
border-radius: 0px;
border-color: white;
border-width: 1px 0px;
border-style: solid;
color: white;
background-color: rgb(48, 48, 48);
width:100%;
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
box-sizing:border-box;
display: inline-block;
height: 35px;
margin-left: 0px;
padding-right: 20px;
}
.cmfive_breadcrumbs > * {
font-size: 0.6875rem;
text-transform: uppercase;
}
.cmfive_breadcrumbs > *:before {
content: "/";
color: #aaaaaa;
margin: 0 0.75rem;
position: relative;
top: 1px;
}
ul.cmfive_breadcrumbs > li {
color: rgb(160, 160, 160);
vertical-align: middle;
display: inline-block;
margin-top: 3px;
}
.cmfive_breadcrumbs li:first-child:before {
content: "";
margin: 0 0.5rem;
}
.cmfive_breadcrumbs li.current {
color: rgb(200, 200, 200);
/*padding-left: 10px;*/
}
.cmfive_breadcrumbs li > a {
padding: 10px 0px;
}
.cmfive_breadcrumbs li > a:hover {
color: white;
text-decoration: none;
}
.cmfive_breadcrumbs li > i {
color: rgb(220, 220, 220);
font-size: 160%;
}
.multiFileUploadRow {
padding: 5px;
border: 1px solid grey;
}
.multiFileUploadRow input[type=file] {
padding-top: 10px;
margin-bottom: 0px;
}
@-moz-keyframes spinPulse {
0% {
-webkit-transform: rotate(360deg);
}
100% {
-webkit-transform: rotate(0deg);
}
}
@-moz-keyframes spinoffPulse {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(360deg);
};
}
@-webkit-keyframes spinPulse {
0% {
-webkit-transform: rotate(360deg);
}
100% {
-webkit-transform: rotate(0deg);
}
}
@-webkit-keyframes spinoffPulse {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@media screen and (max-width: 640px) {
.responsive-icon-bar .item {
width: 100% !important;
float: left;
}
.reveal-modal, dialog {
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
}
.column, .columns {
padding: 0px 5px;
}
} | system/templates/css/style.css | *, *:before, *:after {box-sizing: border-box;}
/* Override Foundation padding for inputs */
input[type="text"], input[type="password"],
input[type="date"], input[type="datetime"],
input[type="datetime-local"], input[type="month"],
input[type="week"], input[type="email"],
input[type="number"], input[type="search"],
input[type="tel"], input[type="time"],
input[type="url"], textarea, select {
margin-bottom: 0px;
}
form {
margin: 1rem 0 1rem;
}
.multicolform > .row-fluid {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
-webkit-flex-grow: 1;
flex-grow: 1;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
align-content: stretch;
flex-flow: row wrap;
}
/*.reveal-modal{
position : fixed;
}*/
ul.accordion {
margin-left: 0px;
}
.accordion .accordion-navigation > .content {
padding: 0px;
}
.item {
padding: .25rem;
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
}
.multicolform .panel {
position:relative;
display: block;
padding: 10px;
}
.multicolform .panel table {
width: 100%;
}
body {
background-color: #fdfefe;
font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.body {
overflow: hidden;
padding: 10px;
/* display: inline-block;*/
}
form fieldset {
padding-bottom: 10px !important;
margin: 0 2px !important;
}
nav span[class^='fi-'], nav span[class*=' fi-'] {
margin-top: 200px !important;
font-size: 18pt;
}
.top-bar-section li:not(.has-form) a:not(.button) {
height: 45px;
}
.form_section {
border: 1px solid #adadad;
background-color: #efefef;
padding: 5px;
margin-bottom: 10px;
}
.form_section_header {
padding: 30px;
}
.form_section .panel {
margin-bottom: 0px;
}
.form_section .icon-bar a.item {
padding: 5px 20px;
}
.form_section_description {
padding: 10px;
background-color: #dedede;
border: 1px solid #cfcfcf;
}
/* Search */
#search_form {
margin-bottom: 0px !important;
}
#search-class-header {
padding: 0px 30px;
font-weight: lighter !important;
border-bottom: 1px solid black !important;
}
.search-class .panel {
margin-bottom: 10px !important;
padding: 0px 30px !important;
}
.search-title {
font-weight: normal;
font-size: 110%;
}
.search-listing {
padding: 0px 30px 20px 15px;
}
button {
font-size: 0.8rem !important;
}
.header {
border-bottom: 1px #cacaca solid;
}
.top-bar-section .has-dropdown > a {
padding-right: 15px !important;
}
.top-bar-section .has-dropdown > a:after {
display: none;
content: none;
}
#footer {
background-color: #555555;
text-align: center;
padding: 10px;
border: 0px;
color: #bcbcbc;
}
.boxes {
border: 1px solid #acacac;
padding: 10px;
}
.boxes > h5 {
border-bottom: 1px solid #cacaca;
}
.boxes > ul {
list-style-type: none;
margin: 0px;
}
/* Grid List */
.grid-list-panel {
clear: none !important;
}
.grid-list-panel .panel {
padding: 10px 0px;
margin-bottom: 0px;
}
#filter-grid > li {
padding-bottom: 0px;
}
/* Table styles */
table .section {
background-color: #074e68;
color: #fcfcfc;
font-weight: lighter;
}
.widget_buttons { opacity: 0; }
.widget_config { padding-left: 40px; }
.widget_remove { float: right; padding-right: 40px; }
/*.tab-head { margin-top: 20px; }*/
.tab-head a {
color: black;
text-decoration: none;
padding: 5px;
border: 1px solid #a9a9a9;
line-height: 38px;
}
.tab-head a.active {
background: #074e68;
color: white;
}
.tab-head a:hover { background: #6FA9C7; }
.tab-body { border: 1px solid #a9a9a9; padding: 5px; }
td button {
margin: 0;
padding: 5px 15px !important;
}
ul.ui-autocomplete {
z-index: 10000;
}
/* Comment section */
.comment_section {
clear: both;
display: block;
margin: 5px;
padding: 10px;
}
.comment_section .comment_section > .comment_body {
border-left: 10px solid white;
}
.comment_section .comment_section {
padding: 0px 0px 0px 20px;
margin-top: 0px;
margin-right: 0px;
}
.comment_section:hover {
background-color: #efefef;
}
.comment_avatar {
/*border-radius: 50%;*/
border: 3px solid #074E68;
}
.comment_header {
font-size: 12pt;
font-weight: lighter;
color: #363636;
}
.comment_body {
position: relative;
padding: 10px 0px;
}
.comment_body > div > p {
margin-bottom: 5px;
}
.comment_meta {
position: relative;
color: #797979;
}
.comment_reply {
padding: 0px 10px;
}
#comment_reply_form {
margin-top: 0px;
}
.comment_meta a {
text-decoration: underline;
color: inherit;
}
/* Attachments section */
.attachments_container {
overflow: hidden;
margin-bottom: 10px;
}
.image_attachment {
border: 1px solid grey;
width: 200px;
float: left;
margin: 10px 5px 0px 0px;
/*margin-top: 0px;*/
padding: 5px;
background-color: #eee;
}
.image_attachment > a {
margin-bottom: 0px;
}
.image_attachment_text {
width: 200px;
padding: 5px 0px;
}
.close-reveal-modal {
top: 0px !important;
margin-top: -5px !important;
margin-right: -5px;
}
button.button {
margin: 0;
}
.section-body {
padding: 0px 10px;
display: inline;
}
.section-body ul {
-moz-column-width: 18em;
-webkit-column-width: 18em;
-moz-column-gap: 1em;
-webkit-column-gap:1em;
}
.section-body li {
padding: 0px 5px;
vertical-align: top;
float: left;
display: inline;
}
.section-body table {
width: 100%;
}
/* Task group styling */
table.taskgroup_summary {
margin-bottom: 0px !important;
}
/* Should be supported in IE7+ */
button.button + button {
margin-left: 5px !important;
}
/* Loading Indicator - from: http://www.alessioatzeni.com/blog/css3-loading-animation-loop/ */
.loading_overlay {
position: fixed;
_position: absolute;
z-index: 99;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #000000;
background-color: rgba(0, 0, 0, 0.9);
}
.loading_overlay .circle {
background-color: rgba(0,0,0,0);
border: 4px solid rgba(0,183,229,0.9);
opacity: .9;
border-right: 5px solid rgba(0,0,0,0);
border-left: 5px solid rgba(0,0,0,0);
border-radius: 40px;
/*box-shadow: 0 0 35px #008cba;*/
width: 45px;
height: 45px;
margin: auto;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
-moz-animation: spinPulse 1s infinite ease-in-out;
-webkit-animation: spinPulse 1s infinite ease-in-out;
}
.loading_overlay .circle_inner {
background-color: rgba(0,0,0,0);
border: 5px solid rgba(0,183,229,0.9);
opacity: .9;
border-left: 5px solid rgba(0,0,0,0);
border-right: 5px solid rgba(0,0,0,0);
border-radius: 50px;
/*box-shadow: 0 0 15px #008cba;*/
width: 30px;
height: 30px;
position: relative;
margin: auto;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
-moz-animation: spinoffPulse 1s infinite linear;
-webkit-animation: spinoffPulse 1s infinite linear;
}
.loading_overlay .circle_center {
background-color: rgba(0,0,0,0);
border: 4px solid rgba(0,183,229,0.9);
opacity: .9;
/* border-left: 2px solid rgba(0,0,0,0);
border-right: 2px solid rgba(0,0,0,0);*/
border-radius: 50px;
/*box-shadow: 0 0 15px #008cba;*/
width: 15px;
height: 15px;
position: relative;
margin: auto;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
/* -moz-animation: spinPulse 2s infinite linear;
-webkit-animation: spinPulse 2s infinite linear;*/
}
.loading_overlay h4 {
color: white;
font-weight: lighter;
padding-top: 100px;
text-align: center;
width: 200px;
height: 60px;
margin: auto;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
}
.listGrid li{
min-height: 190px;
}
ul.cmfive_breadcrumbs {
border-radius: 0px;
border-color: white;
border-width: 1px 0px;
border-style: solid;
color: white;
background-color: rgb(48, 48, 48);
width:100%;
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
box-sizing:border-box;
display: inline-block;
height: 35px;
margin-left: 0px;
padding-right: 20px;
}
.cmfive_breadcrumbs > * {
font-size: 0.6875rem;
text-transform: uppercase;
}
.cmfive_breadcrumbs > *:before {
content: "/";
color: #aaaaaa;
margin: 0 0.75rem;
position: relative;
top: 1px;
}
ul.cmfive_breadcrumbs > li {
color: rgb(160, 160, 160);
vertical-align: middle;
display: inline-block;
margin-top: 3px;
}
.cmfive_breadcrumbs li:first-child:before {
content: "";
margin: 0 0.5rem;
}
.cmfive_breadcrumbs li.current {
color: rgb(200, 200, 200);
/*padding-left: 10px;*/
}
.cmfive_breadcrumbs li > a {
padding: 10px 0px;
}
.cmfive_breadcrumbs li > a:hover {
color: white;
text-decoration: none;
}
.cmfive_breadcrumbs li > i {
color: rgb(220, 220, 220);
font-size: 160%;
}
.multiFileUploadRow {
padding: 5px;
border: 1px solid grey;
}
.multiFileUploadRow input[type=file] {
padding-top: 10px;
margin-bottom: 0px;
}
@-moz-keyframes spinPulse {
0% {
-webkit-transform: rotate(360deg);
}
100% {
-webkit-transform: rotate(0deg);
}
}
@-moz-keyframes spinoffPulse {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(360deg);
};
}
@-webkit-keyframes spinPulse {
0% {
-webkit-transform: rotate(360deg);
}
100% {
-webkit-transform: rotate(0deg);
}
}
@-webkit-keyframes spinoffPulse {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@media screen and (max-width: 640px) {
.responsive-icon-bar .item {
width: 100% !important;
float: left;
}
.reveal-modal, dialog {
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
}
.column, .columns {
padding: 0px 5px;
}
} | 0.314998 | 0.086323 |
.preloader{
display: none;
}
.discount_content{
margin: 50px 0px;
}
.cart_content{
margin: 30px 0px;
}
.cart_content .cart_list{
display: flex;
flex-wrap: wrap;
}
.cart_content .good_card{
flex-direction: row;
flex-wrap: wrap;
}
.cart_content .good_card_img{
width: 25%
}
.cart_content .good_card_img img{
border-radius: 4px;
}
.cart_content .good_name{
margin: 0;
font-size: 15px;
width: calc(75% - 30px);
padding: 3px 10px;
flex-direction: column;
}
.cart_content .good_name span{
color: var(--gray);
}
.cart_content .good_discrube{
display: none;
}
.cart_content .good_price{
width: 100%;
display: flex;
align-items: center;
margin-top: 5px;
}
.cart_content .price_value{
font-size: 15px;
}
.cart_content .product_icon{
left: 3px;
top: 3px;
width: 37px;
}
.cart_content .add_btn{
width: 25px;
height: 25px;
background: var(--index3);
border-radius: 5px;
margin-right: calc(50% - 50px);
}
.cart_content .add_btn img{
display: none;
}
.cart_content .add_btn:after,
.cart_content .add_btn:before{
content: '';
position: absolute;
height: 1px;
width: 50%;
background: var(--text);
}
.cart_content .add_btn::after{
transform: rotate(90deg);
}
.cart_content .minus_btn{
height: 25px;
width: 25px;
background: var(--index3);
display: flex;
align-items: center;
justify-content: center;
position: relative;
margin-left: auto;
border-radius: 5px;
cursor: pointer;
}
.cart_content .minus_btn:after{
content: '';
position: absolute;
height: 1px;
width: 50%;
background: var(--text);
}
.cart_content .good_num{
width: 25px;
height: 25px;
display: flex;
align-items: center;
justify-content: center;
}
.cart_content .sum_of_good{
position: absolute;
right: 10px;
color: var(--text);
font-size: 18px;
font-weight: 700;
}
.cart_content .del_btn{
position: absolute;
top: 10px;
right: 10px;
height: 25px;
width: 25px;
background: var(--index1);
border-radius: 5px;
display: flex;
justify-content: center;
align-items: center;
}
.cart_content .del_btn:after,
.cart_content .del_btn::before{
content: '';
position: absolute;
height: 1px;
width: 60%;
background: var(--bg);
transform: rotate(-45deg);
}
.cart_content .del_btn:after{
transform: rotate(45deg);
}
.help_block{
display: none;
}
.help_block img{
height: 50vh;
margin: 10px 0px;
}
.total_block{
background: var(--index3);
max-width: 400px;
padding: 10px 20px;
margin: 30px auto;
border-radius: 10px;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
.total_block a{
margin: 30px auto;
background: var(--index2);
color: var(--text);
padding: 15px 30px;
text-align: center;
border-radius: 10px;
font-size: 18px;
font-weight: 700;
transition: 0.2s;
}
.total_block a:hover{
background: var(--index);
color: var(--index3);
}
.total_block div{
width: 100%;
display: flex;
align-items: center;
margin-top: 20px;
font-weight: 700;
}
.total_discount{
margin-left: auto;
color: var(--index1);
font-size: 18px;
}
.total_sum{
margin-left: auto;
color: var(--index);
font-size: 25px;
}
@media screen and (max-width: 650px) {
.total_block{
max-width: 100%;
width: 100%;
}
.cart_content .good_card{
width: 100%;
margin: 0 0 10px 0;
}
} | assets/css/cart.css | .preloader{
display: none;
}
.discount_content{
margin: 50px 0px;
}
.cart_content{
margin: 30px 0px;
}
.cart_content .cart_list{
display: flex;
flex-wrap: wrap;
}
.cart_content .good_card{
flex-direction: row;
flex-wrap: wrap;
}
.cart_content .good_card_img{
width: 25%
}
.cart_content .good_card_img img{
border-radius: 4px;
}
.cart_content .good_name{
margin: 0;
font-size: 15px;
width: calc(75% - 30px);
padding: 3px 10px;
flex-direction: column;
}
.cart_content .good_name span{
color: var(--gray);
}
.cart_content .good_discrube{
display: none;
}
.cart_content .good_price{
width: 100%;
display: flex;
align-items: center;
margin-top: 5px;
}
.cart_content .price_value{
font-size: 15px;
}
.cart_content .product_icon{
left: 3px;
top: 3px;
width: 37px;
}
.cart_content .add_btn{
width: 25px;
height: 25px;
background: var(--index3);
border-radius: 5px;
margin-right: calc(50% - 50px);
}
.cart_content .add_btn img{
display: none;
}
.cart_content .add_btn:after,
.cart_content .add_btn:before{
content: '';
position: absolute;
height: 1px;
width: 50%;
background: var(--text);
}
.cart_content .add_btn::after{
transform: rotate(90deg);
}
.cart_content .minus_btn{
height: 25px;
width: 25px;
background: var(--index3);
display: flex;
align-items: center;
justify-content: center;
position: relative;
margin-left: auto;
border-radius: 5px;
cursor: pointer;
}
.cart_content .minus_btn:after{
content: '';
position: absolute;
height: 1px;
width: 50%;
background: var(--text);
}
.cart_content .good_num{
width: 25px;
height: 25px;
display: flex;
align-items: center;
justify-content: center;
}
.cart_content .sum_of_good{
position: absolute;
right: 10px;
color: var(--text);
font-size: 18px;
font-weight: 700;
}
.cart_content .del_btn{
position: absolute;
top: 10px;
right: 10px;
height: 25px;
width: 25px;
background: var(--index1);
border-radius: 5px;
display: flex;
justify-content: center;
align-items: center;
}
.cart_content .del_btn:after,
.cart_content .del_btn::before{
content: '';
position: absolute;
height: 1px;
width: 60%;
background: var(--bg);
transform: rotate(-45deg);
}
.cart_content .del_btn:after{
transform: rotate(45deg);
}
.help_block{
display: none;
}
.help_block img{
height: 50vh;
margin: 10px 0px;
}
.total_block{
background: var(--index3);
max-width: 400px;
padding: 10px 20px;
margin: 30px auto;
border-radius: 10px;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
.total_block a{
margin: 30px auto;
background: var(--index2);
color: var(--text);
padding: 15px 30px;
text-align: center;
border-radius: 10px;
font-size: 18px;
font-weight: 700;
transition: 0.2s;
}
.total_block a:hover{
background: var(--index);
color: var(--index3);
}
.total_block div{
width: 100%;
display: flex;
align-items: center;
margin-top: 20px;
font-weight: 700;
}
.total_discount{
margin-left: auto;
color: var(--index1);
font-size: 18px;
}
.total_sum{
margin-left: auto;
color: var(--index);
font-size: 25px;
}
@media screen and (max-width: 650px) {
.total_block{
max-width: 100%;
width: 100%;
}
.cart_content .good_card{
width: 100%;
margin: 0 0 10px 0;
}
} | 0.385953 | 0.054626 |
@media (max-width: 980px) {
body #quadmenu .quadmenu-navbar-nav li.quadmenu-item>a>.quadmenu-item-content>.quadmenu-caret:before {
top: 0;
}
}
/* Authentication List */
.dev--class .auth--list--item {
padding-left: 30px;
}
.dev--class .auth--list--item h5:before {
content: '';
background-image: url(./build/assets/images/global/arrow-right.png);
position: absolute;
display: block;
width: 20px;
height: 20px;
left: -30px;
background-size: contain;
top: 2px;
}
/* reduce width of field */
#custom-footer .hbspt-form form .hs-fieldtype-text .input input {
width: 310px !important;
}
#page-container .entry-content .custom--class p {
margin: 0px;
}
/* these logos are tiny. */
@media only screen and (max-width: 1400px) {
#logo--slide .wpls-logo-cnt {
height: 130px !important;
}
}
/* this button needs a mouseover/hover interaction
.menu--block .quadmenu-navbar-nav li.quadmenu-item-level-0:last-child .quadmenu-item-content {
box-shadow: inset 0px 0px 0px 0px #1ff1fc;
border: none !important;
padding-left: 20px !important;
padding-right: 20px !important;
transition: .3s !important;
-o-transition: .3s !important;
-moz-transition: .3s !important;
-webkit-transition: .3s !important;
}
.menu--block .quadmenu-navbar-nav li.quadmenu-item-level-0:last-child .quadmenu-item-content:hover {
box-shadow: inset 0px 0px 0px 2px #1ff1fc;
}
*/
.quadmenu-navbar-nav li.quadmenu-item-level-0:last-child .quadmenu-item-content:hover {
box-shadow: 0px 0px 0px 2px #1ff1fc;
}
/* border around the video. */
@media only screen and (min-width: 1100px) {
.company--video--bg .mejs-mediaelement video {
height: 650px !important;
max-height: 650px;
object-fit: cover;
object-position: center;
}
}
/* different color */
body.et_fixed_nav .et-fixed-header {
background-color: #1a1387 !important;
}
/* need to be the same size */
.solution--block > div .et_pb_text_6, .solution--block > div .et_pb_text_5 {
height: 100%;
/* padding-top: 350px!important; */
box-sizing: border-box;
box-shadow: 0px 0px 0px 0px #1ef1fc;
transition: .3s;
-o-transition: .3s;
-moz-transition: .3s;
-webkit-transition: .3s;
}
.solution--block > div .et_pb_text_6:hover, .solution--block > div .et_pb_text_5:hover {
box-shadow: 0px 0px 0px 4px #1ef1fc;
border: 0px;
}
/* fixed arrow? */
.arrow--btn {
transition: .3s;
-o-transition: .3s;
-moz-transition: .3s;
-webkit-transition: .3s;
}
.arrow--btn:after {
margin-left: -8px !important;
opacity: 0 !important;
}
.arrow--btn.arrow--add:before {
content: "\45";
font-size: 21px;
line-height: 25px;
display: block !important;
}
.arrow--btn:hover:after {
margin-left: 8px !important;
opacity: 1 !important;
}
/* the bios currently slide down pretty slowly let's just have a fast Popup just like the current site */
.page-leadership .overlay-container .overlay {
transition-duration: .2s !important;
-o-transition-duration: .2s !important;
-moz-transition-duration: .2s !important;
-webkit-transition-duration: .2s !important;
}
/* set the CSS so buttons are always aligned. */
.page-iot-authentication .et_pb_section_5 .et_pb_row_6 .et_pb_column .et_pb_module .et_pb_text_inner {
min-height: 140px;
}
/*disable demo videos on mobile */
@media only screen and (max-width: 980px)
{
.page-id-127 #page-container .container.videos
{display:none !important;}
.page-id-127 #page-container .badges
{display:none !important;}
}
/* these videos should be popups */
.page-get-a-demo.page-id-127 #page-container .container.videos .et_pb_section_video_bg:before, .page-get-a-demo.page-id-127 #page-container .container.videos .et_pb_section_video_bg:after {
display: none;
}
.page-get-a-demo .getADemo--position .lity-play-btn {
position: absolute;
top: -200px;
left: 50%;
transform: translateX(-50%);
}
.page-get-a-demo .lity-play-btn {
width: 50px;
height: 50px;
}
.page-get-a-demo .lity-play-btn:after {
width: 30px;
height: 30px;
}
/*
change the white color on the bright green buttons to a dark text color
body #page-container #main-content .et_pb_button.et_pb_bg_layout_dark, body #main-content .et_pb_button.et_pb_bg_layout_dark {
color: #011638 !important;
}
#page-container .hbspt-form .hs-button, .page-id-127.page-get-a-demo #page-container .hbspt-form .hs-button {
color: #011638 !important;
}
*/
/* auto-assign this image to all blog posts */
.post--content--block {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
width: 80%;
margin: 0 auto;
}
.post--content--block .post--img {
flex: 0 0 30%;
max-width: 30%;
}
.post--content--block .post--img img {
width: 100%;
max-height: 100%;
object-fit: cover;
}
.post--content--block .post--content {
flex: 0 0 65%;
max-width: 65%;
}
@media only screen and (max-width: 576px) {
.post--content--block .post--img {
flex: 0 0 100%;
max-width: 100%;
}
.post--content--block .post--content {
flex: 0 0 100%;
max-width: 100%;
}
}
/* set a min-height or fixed height for these so they do not overflow */
@media only screen and (min-width: 981px) and (max-width: 1290px) {
.column--row .et_pb_module.et_pb_text {
min-height: 228px;
}
}
@media only screen and (min-width: 1291px) {
.column--row .et_pb_module.et_pb_text {
min-height: 150px;
}
}
.video--popup--box {
height: 300px;
position: relative;
}
.video--popup--box:before {
content: '';
height: 300px;
width: 100%;
display: block;
position: absolute;
background: rgba(0, 0, 0, 0.3);
}
.video--popup--box .lity-play-btn {
line-height: 300px;
display: block;
position: absolute;
top: 100px;
left: 50%;
transform: translateX(-50%);
-o-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
}
.video--popup--box--alt {
height: 400px;
position: relative;
}
.video--popup--box--alt:before {
content: '';
height: 400px;
width: 100%;
display: block;
position: absolute;
background: rgba(0, 0, 0, 0);
}
.video--popup--box--alt .lity-play-btn {
line-height: 400px;
display: block;
position: absolute;
top: 150px;
left: 50%;
transform: translateX(-50%);
-o-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
}
.press--img {
object-fit: cover;
width: 100%;
height: 100%;
}
.blog--img {
object-fit: cover;
width: 100%;
height: 100%;
}
/* menu fixed
.et_fixed_nav #top-header.new--header {
position: relative;
top: 0px;
background: transparent;
}
.et_fixed_nav #top-header.new--header #et-secondary-menu {
top: -25px;
position: relative;
}
.et_fixed_nav #top-header.new--header #et-secondary-menu #et-secondary-nav {
margin: 0px;
}
.et_fullwidth_nav #main-header .container.menu--block {
padding-top: 15px;
z-index: 999999;
}
.et_fullwidth_nav #main-header .container.menu--block .logo_container {
margin-top: -20px;
z-index: 999;
}
.et_fullwidth_nav #main-header .container.menu--block #et-top-navigation {
padding-top: 0px !important;
}
@media only screen and (max-width: 980px) {
.et_fullwidth_nav #main-header .container.menu--block .logo_container {
margin-top: 0px;
z-index: 999;
}
}
/* menu fixed */
/* company photo fix & leadership photo fix */
.company--directors .et_pb_module.et_pb_text:before {
bottom: 0px;
top: auto;
transition: .5s;
-o-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
}
.company--directors .et_pb_module.et_pb_text:hover:before {
height: 130px;
}
/* company photo fix & leadership photo fix */
.slider--company .et_pb_slide_description img {
border-radius: 50%;
margin-top: 15px;
}
/* play inline not open new tabs */
.page-id-127.page-get-a-demo #page-container .container.videos .et_pb_section_video {
cursor: auto !important;
}
/* play inline not open new tabs */
.page-consumer-authentication .et_pb_section_0.et_pb_section {
background-color: #1a1387 !important;
}
.et_slide_transition_to_next .et-pb-moved-slide .et_pb_slide_description {
-webkit-animation-name: moveOutSlideRight;
-moz-animation-name: moveOutSlideRight;
-ms-animation-name: moveOutSlideRight;
-o-animation-name: moveSlideRight;
animation-name: moveOutSlideRight;
-webkit-animation-duration: .15s;
-moz-animation-duration: .15s;
-ms-animation-duration: .15s;
-o-animation-duration: .15s;
animation-duration: .15s;
-webkit-animation-delay: 0s;
-moz-animation-delay: 0s;
-ms-animation-delay: 0s;
-o-animation-delay: 0s;
animation-delay: 0s;
}
.et_slide_transition_to_previous .et-pb-moved-slide .et_pb_slide_description {
-webkit-animation-name: moveOutSlideLeft;
-moz-animation-name: moveOutSlideLeft;
-ms-animation-name: moveOutSlideLeft;
-o-animation-name: moveOutSlideLeft;
animation-name: moveOutSlideLeft;
-webkit-animation-duration: .15s;
-moz-animation-duration: .15s;
-ms-animation-duration: .15s;
-o-animation-duration: .15s;
animation-duration: .15s;
-webkit-animation-delay: 0s;
-moz-animation-delay: 0s;
-ms-animation-delay: 0s;
-o-animation-delay: 0s;
animation-delay: 0s;
}
.et_slide_transition_to_next .et-pb-active-slide .et_pb_slide_description {
-webkit-animation-name: moveSlideLeft;
-moz-animation-name: moveSlideLeft;
-ms-animation-name: moveSlideLeft;
-o-animation-name: moveSlideLeft;
animation-name: moveSlideLeft;
-webkit-animation-duration: .15s;
-moz-animation-duration: .15s;
-ms-animation-duration: .15s;
-o-animation-duration: .15s;
animation-duration: .15s;
-webkit-animation-delay: 0.15s;
-moz-animation-delay: 0.15s;
-ms-animation-delay: 0.15s;
-o-animation-delay: 0.15s;
animation-delay: 0.15s;
}
.et_slide_transition_to_previous .et-pb-active-slide .et_pb_slide_description {
-webkit-animation-name: moveSlideRight;
-moz-animation-name: moveSlideRight;
-ms-animation-name: moveSlideRight;
-o-animation-name: moveSlideRight;
animation-name: moveSlideRight;
-webkit-animation-duration: .15s;
-moz-animation-duration: .15s;
-ms-animation-duration: .15s;
-o-animation-duration: .15s;
animation-duration: .15s;
-webkit-animation-delay: 0.15s;
-moz-animation-delay: 0.15s;
-ms-animation-delay: 0.15s;
-o-animation-delay: 0.15s;
animation-delay: 0.15s;
}
.et-pb-moved-slide .et_pb_slide_description {
-webkit-animation-duration: .3s;
-moz-animation-duration: .3s;
-ms-animation-duration: .3s;
-o-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-timing-function: ease-in-out;
-ms-animation-timing-function: ease-in-out;
-o-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-delay: 0;
-moz-animation-delay: 0;
-ms-animation-delay: 0;
-o-animation-delay: 0;
animation-delay: 0;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
}
@keyframes moveSlideRight {
0% {
transform: translateX(100%)
}
100% {
transform: translateX(0)
}
}
@keyframes moveSlideLeft {
0% {
transform: translateX(-100%)
}
100% {
transform: translateX(0)
}
}
@keyframes moveOutSlideRight {
0% {
transform: translateX(0)
}
100% {
transform: translateX(100%)
}
}
@keyframes moveOutSlideLeft {
0% {
transform: translateX(0)
}
100% {
transform: translateX(-100%)
}
}
/* mobile fixes */
.home.page-home .home--fixheight--box .et_pb_column {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 30%;
margin-right: 5%;
padding: 0px !important;
}
.home.page-home .home--fixheight--box .et_pb_column .et_pb_module.et_pb_text {
height: calc(100% - 105px);
margin: 0px;
margin-bottom: 25px;
}
@media only screen and (min-width: 1190px) {
.home.page-home .home--fixheight--box .et_pb_column {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 30%;
margin-right: 5%;
}
.home.page-home .home--fixheight--box .et_pb_column .et_pb_module.et_pb_text {
height: calc(100% - 105px);
margin: 0px;
margin-bottom: 25px;
}
}
@media only screen and (min-width: 1100px) and (max-width: 1189px) {
.home.page-home .home--fixheight--box .et_pb_column {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 30%;
margin-right: 5%;
}
.home.page-home .home--fixheight--box .et_pb_column .et_pb_module.et_pb_text {
height: calc(100% - 105px);
margin: 0px;
margin-bottom: 25px;
}
.home.page-home .home--fixheight--box .et_pb_column .et_pb_module .et_pb_text_inner {
height: 100%;
display: flex;
flex-direction: column;
}
.home.page-home .home--fixheight--box .et_pb_column .et_pb_module .et_pb_text_inner h2 {
min-height: 132px;
}
}
@media only screen and (max-width: 990px) {
.home.page-home #page-container .home--fixheight--box .et_pb_column .et_pb_module .et_pb_text_inner h2 {
font-size: 2em!important;
}
.et_pb_row.et_pb_equal_columns, .et_pb_row_inner.et_pb_equal_columns, .et_pb_section.et_pb_equal_columns>.et_pb_row {
display: flex !important;
flex-wrap: wrap;
}
.home.page-home .home--fixheight--box .et_pb_column {
margin-bottom: 30px !important;
width: 100%;
}
}
@media only screen and (max-width: 576px) {
.home.page-home .home--fixheight--box .et_pb_column {
margin-bottom: 30px !important;
width: 100%;
}
}
.et_fixed_nav #main-header.et-fixed-header {
background-color: #1a1387 !important;
}
/* mobile fixes */
@media only screen and (min-width: 980px)
{
.medium-img img {max-width: 60%; }
}
@media only screen and (max-width: 768px)
{
.mobile-big-header
{ padding-top: 100px!important;
padding-bottom: 200px!important;}
}
/*quadmenu fix */
@media only screen and (min-width: 981px)
{.quadmenu-navbar-nav {animation-delay:.3s !important;} }
/* open positions greenhouse css */
#wrapper #logo img {display:none;}
#wrapper h2#board_title {display:none;}
#wrapper h1 {font-family: "Saira Condensed";
font-size:2.5em;}
#wrapper .level-0 h2, .accessible .level-0 h3
{font-family: "Saira Condensed";
font-size:2.5em; color:#191C83;}
.accessible .level-0 h4, .accessible .level-0 h5, .accessible .level-0 h6
{font-family: "Rajdhani";}
#wrapper .opening a
{font-family: "Rajdhani"; color:#ED28B6;}
#app_body {max-width: 100%;}
/* ipad fix */
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait)
{
.ipad-control-center
{
padding:30px !important;
}
.ipad-platform
{
padding:30px !important;
}
.ipad-careers
{
padding:50px !important;
}
.ipad-company
{
padding:30px !important;
}
.ipad-consumer-grid
{
padding: 15px !important;
}
.ipad-platform-top
{
padding: 75px 30px 75px 30px !important;
}
.ipad-iot
{
padding:30px !important;
}
.ipad-mobile-client
{
padding:30px !important;
}
.ipad-true-server
{
padding:30px !important;
}
}
.mobile-bio {display:block !important;}
/* support page */
.page-id-22047 #page-container .support-cta h1
{font-size: 2.1em !important;}
.page-id-22047 #page-container .support-cta h3
{font-size: 1.263em;}
.page-id-22047 #page-container .support-cta
{min-height: 270px;}
.support-cta:hover
{box-shadow: 0px 0px 0px 2px #1ff1fc;}
.page-id-22047 #page-container .hbspt-form form .hs-fieldtype-text .input input::placeholder
{color:#000;}
.page-id-23794 #page-container .hbspt-form form .hs-fieldtype-text .input input
{color:#000; border-color: #000;}
.page-id-23794 #page-container .legal-consent-container p {color:#000 !important;}
.page-id-23794 input#email-d034b54c-cf10-405c-8d74-984763f0ac71
{color:#fff; }
.page-id-22047 #page-container .hbspt-form form .hs-fieldtype-text .input input
{color:#000; border-color: #000;}
.page-id-22047 #page-container .legal-consent-container p {color:#000 !important;}
.page-id-22047 input#email-d034b54c-cf10-405c-8d74-984763f0ac71
{color:#fff; }
/* support page end*/
/* FIDO page */
.fido-cta:hover
{box-shadow: 0px 0px 0px 2px #1ff1fc;}
/* FIDO page end*/
.hbspt-form a
{color: #3CB3FF !important;}
#et-secondary-nav .menu-item-22377 {
width: 100%;
}
/*wp popup */
div#overlay-22378, div#overlay-25256
{
top: initial;
bottom: 0;
height: 200px;
overflow: hidden;
border-top: 1px solid #1FF1FC;
}
div#overlay-22378, div#overlay-25256
{
top: initial;
bottom: 0;
height: 200px;
overflow: hidden;
border-top: 1px solid #1FF1FC;
}
@media only screen and (max-width: 980px)
{
div#overlay-22378
{
display:none;
}
div#overlay-22489
{
display:none;
}
}
/*header fix */
#main-header
{z-index: 99999 !important;}
/* full height text */
.vd_full_height_text .et_pb_text_inner p {
height: 48px;
}
/* button to bottom */
.page-id-127 #page-container .masthead:after {
display: none !important;
}
.mausToBottom {
display: block;
width: 20px;
height: 30px;
position: absolute;
bottom: 50px;
left: 50%;
transform: translateX(-50%);
-o-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
outline: none !important;
}
.mausToBottom:after {
content: "";
display: block;
background: url(./build/assets/images/demo/mouse-icn.svg) no-repeat transparent scroll;
background-size: 100% auto;
height: 30px;
width: 20px;
}
/* Resources filter */
.searchandfilter .sf-input-select {
border-radius: 5px;
margin: 0px 5px;
height: 40px;
padding: 5px;
font-weight: bold;
}
/*Begin DIVI Fixes 2 */
/* Hide scroll on Event page */
@media (min-width:500px) {
#hide-scroll-edge .et_pb_text_1, #hide-scroll-edge .et_pb_text_1 .table-wrap {
overflow-x: hidden !important;
}
}
#hide-scroll-edge .et_pb_text_1 {
overflow-x: hidden !important;
}
#hide-scroll-edge .et_pb_text_1 .table-wrap {
overflow-x: scroll;
border-right:none!important;
}
/* Fix search and flter */
.searchandfilter .sf-input-select {
height: 40px !important;
}
#s5 .et_pb_text_inner p {
height: 50px;
margin-bottom: -15px;
}
/* Desktop client and Why HYPR - correct align bottom on all screans */
@media (min-width:981px) {
#s5 .et_pb_text_inner p {
height: 50px;
margin-bottom: -15px;
}
#aligen-why-hypr-page .et_pb_column .et_pb_text_inner {
min-height: 90px;
margin-bottom: -15px;
}
#why-hypr-block .et_pb_column_15 {
padding-top: 2px!important;
padding-bottom: 2px!important;
}
}
/* Support page - footer */
.page-id-22047 #custom-footer .hbspt-form .hs-fieldtype-text input, .page-id-22047 #custom-footer .hbspt-form .hs-fieldtype-text input::placeholder {
color:#fff!important;
border-color:#fff!important;
}
/*summit form */
.page-id-23868 #page-container .hs-main-font-element p {color: #fff !important;}
/*END DIVI Fixes 2 */
/* home header grid cleanup */
.home-grid h1
{
text-indent: 0px !important;
letter-spacing:0px !important; }
.home-grid
{padding-left: 0px !important;
padding-right: 0px !important;
}
@media (max-width: 1280px)
{
.et_pb_row.et_pb_row_1.home-grid.et_pb_equal_columns.et_pb_gutters1.et_pb_row_fullwidth.et_pb_row_5col
{padding: 0px !important;}
}
div#overlay-22378 .et_pb_row
{padding-top:30px !important;}
.btn-inline .et_pb_button_module_wrapper {
display: inline-block;
margin: 0 5px;
}
@media (min-width: 1800px)
{
.home-hero-img
{
position:absolute !important;
top:60%;
left:48%;}
}
@media (min-width: 981px)
{
.home-hero-img
{
position:absolute !important;
top:64%;
left:47%;}
}
@media (max-width: 980px)
{
.home-hero-img
{
position:absolute !important;
top:57%;
left:44%;}
}
@media (max-width:767px)
{
.home-hero-img
{
position:absolute !important;
top:60%;
left:41%;}
}
@media (max-width: 980px)
{
#s7.mfa-mobile-row
{
display:none !important;
}
}
@media (min-width: 981px)
{
.home-hero-img-play
{
width: 100%;
margin: 0;
margin: auto;
position: absolute;
top: 50%;
}
}
@media (max-width: 980px)
{
.home-hero-img-play
{
width: 100%;
margin: 0;
margin: auto;
position: absolute;
top: 50%;
}
}
@media (max-width:767px)
{
.home-hero-img-play
{
width: 100%;
margin: 0;
margin: auto;
position: absolute;
top: 50%;
}
}
@media only screen and (max-width: 980px)
{
li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item.page-item-18455.current_page_item.menu-item-20274
{
padding-right:0px !important;
}
} | web/wp-content/themes/custom/style2.css | @media (max-width: 980px) {
body #quadmenu .quadmenu-navbar-nav li.quadmenu-item>a>.quadmenu-item-content>.quadmenu-caret:before {
top: 0;
}
}
/* Authentication List */
.dev--class .auth--list--item {
padding-left: 30px;
}
.dev--class .auth--list--item h5:before {
content: '';
background-image: url(./build/assets/images/global/arrow-right.png);
position: absolute;
display: block;
width: 20px;
height: 20px;
left: -30px;
background-size: contain;
top: 2px;
}
/* reduce width of field */
#custom-footer .hbspt-form form .hs-fieldtype-text .input input {
width: 310px !important;
}
#page-container .entry-content .custom--class p {
margin: 0px;
}
/* these logos are tiny. */
@media only screen and (max-width: 1400px) {
#logo--slide .wpls-logo-cnt {
height: 130px !important;
}
}
/* this button needs a mouseover/hover interaction
.menu--block .quadmenu-navbar-nav li.quadmenu-item-level-0:last-child .quadmenu-item-content {
box-shadow: inset 0px 0px 0px 0px #1ff1fc;
border: none !important;
padding-left: 20px !important;
padding-right: 20px !important;
transition: .3s !important;
-o-transition: .3s !important;
-moz-transition: .3s !important;
-webkit-transition: .3s !important;
}
.menu--block .quadmenu-navbar-nav li.quadmenu-item-level-0:last-child .quadmenu-item-content:hover {
box-shadow: inset 0px 0px 0px 2px #1ff1fc;
}
*/
.quadmenu-navbar-nav li.quadmenu-item-level-0:last-child .quadmenu-item-content:hover {
box-shadow: 0px 0px 0px 2px #1ff1fc;
}
/* border around the video. */
@media only screen and (min-width: 1100px) {
.company--video--bg .mejs-mediaelement video {
height: 650px !important;
max-height: 650px;
object-fit: cover;
object-position: center;
}
}
/* different color */
body.et_fixed_nav .et-fixed-header {
background-color: #1a1387 !important;
}
/* need to be the same size */
.solution--block > div .et_pb_text_6, .solution--block > div .et_pb_text_5 {
height: 100%;
/* padding-top: 350px!important; */
box-sizing: border-box;
box-shadow: 0px 0px 0px 0px #1ef1fc;
transition: .3s;
-o-transition: .3s;
-moz-transition: .3s;
-webkit-transition: .3s;
}
.solution--block > div .et_pb_text_6:hover, .solution--block > div .et_pb_text_5:hover {
box-shadow: 0px 0px 0px 4px #1ef1fc;
border: 0px;
}
/* fixed arrow? */
.arrow--btn {
transition: .3s;
-o-transition: .3s;
-moz-transition: .3s;
-webkit-transition: .3s;
}
.arrow--btn:after {
margin-left: -8px !important;
opacity: 0 !important;
}
.arrow--btn.arrow--add:before {
content: "\45";
font-size: 21px;
line-height: 25px;
display: block !important;
}
.arrow--btn:hover:after {
margin-left: 8px !important;
opacity: 1 !important;
}
/* the bios currently slide down pretty slowly let's just have a fast Popup just like the current site */
.page-leadership .overlay-container .overlay {
transition-duration: .2s !important;
-o-transition-duration: .2s !important;
-moz-transition-duration: .2s !important;
-webkit-transition-duration: .2s !important;
}
/* set the CSS so buttons are always aligned. */
.page-iot-authentication .et_pb_section_5 .et_pb_row_6 .et_pb_column .et_pb_module .et_pb_text_inner {
min-height: 140px;
}
/*disable demo videos on mobile */
@media only screen and (max-width: 980px)
{
.page-id-127 #page-container .container.videos
{display:none !important;}
.page-id-127 #page-container .badges
{display:none !important;}
}
/* these videos should be popups */
.page-get-a-demo.page-id-127 #page-container .container.videos .et_pb_section_video_bg:before, .page-get-a-demo.page-id-127 #page-container .container.videos .et_pb_section_video_bg:after {
display: none;
}
.page-get-a-demo .getADemo--position .lity-play-btn {
position: absolute;
top: -200px;
left: 50%;
transform: translateX(-50%);
}
.page-get-a-demo .lity-play-btn {
width: 50px;
height: 50px;
}
.page-get-a-demo .lity-play-btn:after {
width: 30px;
height: 30px;
}
/*
change the white color on the bright green buttons to a dark text color
body #page-container #main-content .et_pb_button.et_pb_bg_layout_dark, body #main-content .et_pb_button.et_pb_bg_layout_dark {
color: #011638 !important;
}
#page-container .hbspt-form .hs-button, .page-id-127.page-get-a-demo #page-container .hbspt-form .hs-button {
color: #011638 !important;
}
*/
/* auto-assign this image to all blog posts */
.post--content--block {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
width: 80%;
margin: 0 auto;
}
.post--content--block .post--img {
flex: 0 0 30%;
max-width: 30%;
}
.post--content--block .post--img img {
width: 100%;
max-height: 100%;
object-fit: cover;
}
.post--content--block .post--content {
flex: 0 0 65%;
max-width: 65%;
}
@media only screen and (max-width: 576px) {
.post--content--block .post--img {
flex: 0 0 100%;
max-width: 100%;
}
.post--content--block .post--content {
flex: 0 0 100%;
max-width: 100%;
}
}
/* set a min-height or fixed height for these so they do not overflow */
@media only screen and (min-width: 981px) and (max-width: 1290px) {
.column--row .et_pb_module.et_pb_text {
min-height: 228px;
}
}
@media only screen and (min-width: 1291px) {
.column--row .et_pb_module.et_pb_text {
min-height: 150px;
}
}
.video--popup--box {
height: 300px;
position: relative;
}
.video--popup--box:before {
content: '';
height: 300px;
width: 100%;
display: block;
position: absolute;
background: rgba(0, 0, 0, 0.3);
}
.video--popup--box .lity-play-btn {
line-height: 300px;
display: block;
position: absolute;
top: 100px;
left: 50%;
transform: translateX(-50%);
-o-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
}
.video--popup--box--alt {
height: 400px;
position: relative;
}
.video--popup--box--alt:before {
content: '';
height: 400px;
width: 100%;
display: block;
position: absolute;
background: rgba(0, 0, 0, 0);
}
.video--popup--box--alt .lity-play-btn {
line-height: 400px;
display: block;
position: absolute;
top: 150px;
left: 50%;
transform: translateX(-50%);
-o-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
}
.press--img {
object-fit: cover;
width: 100%;
height: 100%;
}
.blog--img {
object-fit: cover;
width: 100%;
height: 100%;
}
/* menu fixed
.et_fixed_nav #top-header.new--header {
position: relative;
top: 0px;
background: transparent;
}
.et_fixed_nav #top-header.new--header #et-secondary-menu {
top: -25px;
position: relative;
}
.et_fixed_nav #top-header.new--header #et-secondary-menu #et-secondary-nav {
margin: 0px;
}
.et_fullwidth_nav #main-header .container.menu--block {
padding-top: 15px;
z-index: 999999;
}
.et_fullwidth_nav #main-header .container.menu--block .logo_container {
margin-top: -20px;
z-index: 999;
}
.et_fullwidth_nav #main-header .container.menu--block #et-top-navigation {
padding-top: 0px !important;
}
@media only screen and (max-width: 980px) {
.et_fullwidth_nav #main-header .container.menu--block .logo_container {
margin-top: 0px;
z-index: 999;
}
}
/* menu fixed */
/* company photo fix & leadership photo fix */
.company--directors .et_pb_module.et_pb_text:before {
bottom: 0px;
top: auto;
transition: .5s;
-o-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
}
.company--directors .et_pb_module.et_pb_text:hover:before {
height: 130px;
}
/* company photo fix & leadership photo fix */
.slider--company .et_pb_slide_description img {
border-radius: 50%;
margin-top: 15px;
}
/* play inline not open new tabs */
.page-id-127.page-get-a-demo #page-container .container.videos .et_pb_section_video {
cursor: auto !important;
}
/* play inline not open new tabs */
.page-consumer-authentication .et_pb_section_0.et_pb_section {
background-color: #1a1387 !important;
}
.et_slide_transition_to_next .et-pb-moved-slide .et_pb_slide_description {
-webkit-animation-name: moveOutSlideRight;
-moz-animation-name: moveOutSlideRight;
-ms-animation-name: moveOutSlideRight;
-o-animation-name: moveSlideRight;
animation-name: moveOutSlideRight;
-webkit-animation-duration: .15s;
-moz-animation-duration: .15s;
-ms-animation-duration: .15s;
-o-animation-duration: .15s;
animation-duration: .15s;
-webkit-animation-delay: 0s;
-moz-animation-delay: 0s;
-ms-animation-delay: 0s;
-o-animation-delay: 0s;
animation-delay: 0s;
}
.et_slide_transition_to_previous .et-pb-moved-slide .et_pb_slide_description {
-webkit-animation-name: moveOutSlideLeft;
-moz-animation-name: moveOutSlideLeft;
-ms-animation-name: moveOutSlideLeft;
-o-animation-name: moveOutSlideLeft;
animation-name: moveOutSlideLeft;
-webkit-animation-duration: .15s;
-moz-animation-duration: .15s;
-ms-animation-duration: .15s;
-o-animation-duration: .15s;
animation-duration: .15s;
-webkit-animation-delay: 0s;
-moz-animation-delay: 0s;
-ms-animation-delay: 0s;
-o-animation-delay: 0s;
animation-delay: 0s;
}
.et_slide_transition_to_next .et-pb-active-slide .et_pb_slide_description {
-webkit-animation-name: moveSlideLeft;
-moz-animation-name: moveSlideLeft;
-ms-animation-name: moveSlideLeft;
-o-animation-name: moveSlideLeft;
animation-name: moveSlideLeft;
-webkit-animation-duration: .15s;
-moz-animation-duration: .15s;
-ms-animation-duration: .15s;
-o-animation-duration: .15s;
animation-duration: .15s;
-webkit-animation-delay: 0.15s;
-moz-animation-delay: 0.15s;
-ms-animation-delay: 0.15s;
-o-animation-delay: 0.15s;
animation-delay: 0.15s;
}
.et_slide_transition_to_previous .et-pb-active-slide .et_pb_slide_description {
-webkit-animation-name: moveSlideRight;
-moz-animation-name: moveSlideRight;
-ms-animation-name: moveSlideRight;
-o-animation-name: moveSlideRight;
animation-name: moveSlideRight;
-webkit-animation-duration: .15s;
-moz-animation-duration: .15s;
-ms-animation-duration: .15s;
-o-animation-duration: .15s;
animation-duration: .15s;
-webkit-animation-delay: 0.15s;
-moz-animation-delay: 0.15s;
-ms-animation-delay: 0.15s;
-o-animation-delay: 0.15s;
animation-delay: 0.15s;
}
.et-pb-moved-slide .et_pb_slide_description {
-webkit-animation-duration: .3s;
-moz-animation-duration: .3s;
-ms-animation-duration: .3s;
-o-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-timing-function: ease-in-out;
-ms-animation-timing-function: ease-in-out;
-o-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-delay: 0;
-moz-animation-delay: 0;
-ms-animation-delay: 0;
-o-animation-delay: 0;
animation-delay: 0;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
}
@keyframes moveSlideRight {
0% {
transform: translateX(100%)
}
100% {
transform: translateX(0)
}
}
@keyframes moveSlideLeft {
0% {
transform: translateX(-100%)
}
100% {
transform: translateX(0)
}
}
@keyframes moveOutSlideRight {
0% {
transform: translateX(0)
}
100% {
transform: translateX(100%)
}
}
@keyframes moveOutSlideLeft {
0% {
transform: translateX(0)
}
100% {
transform: translateX(-100%)
}
}
/* mobile fixes */
.home.page-home .home--fixheight--box .et_pb_column {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 30%;
margin-right: 5%;
padding: 0px !important;
}
.home.page-home .home--fixheight--box .et_pb_column .et_pb_module.et_pb_text {
height: calc(100% - 105px);
margin: 0px;
margin-bottom: 25px;
}
@media only screen and (min-width: 1190px) {
.home.page-home .home--fixheight--box .et_pb_column {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 30%;
margin-right: 5%;
}
.home.page-home .home--fixheight--box .et_pb_column .et_pb_module.et_pb_text {
height: calc(100% - 105px);
margin: 0px;
margin-bottom: 25px;
}
}
@media only screen and (min-width: 1100px) and (max-width: 1189px) {
.home.page-home .home--fixheight--box .et_pb_column {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 30%;
margin-right: 5%;
}
.home.page-home .home--fixheight--box .et_pb_column .et_pb_module.et_pb_text {
height: calc(100% - 105px);
margin: 0px;
margin-bottom: 25px;
}
.home.page-home .home--fixheight--box .et_pb_column .et_pb_module .et_pb_text_inner {
height: 100%;
display: flex;
flex-direction: column;
}
.home.page-home .home--fixheight--box .et_pb_column .et_pb_module .et_pb_text_inner h2 {
min-height: 132px;
}
}
@media only screen and (max-width: 990px) {
.home.page-home #page-container .home--fixheight--box .et_pb_column .et_pb_module .et_pb_text_inner h2 {
font-size: 2em!important;
}
.et_pb_row.et_pb_equal_columns, .et_pb_row_inner.et_pb_equal_columns, .et_pb_section.et_pb_equal_columns>.et_pb_row {
display: flex !important;
flex-wrap: wrap;
}
.home.page-home .home--fixheight--box .et_pb_column {
margin-bottom: 30px !important;
width: 100%;
}
}
@media only screen and (max-width: 576px) {
.home.page-home .home--fixheight--box .et_pb_column {
margin-bottom: 30px !important;
width: 100%;
}
}
.et_fixed_nav #main-header.et-fixed-header {
background-color: #1a1387 !important;
}
/* mobile fixes */
@media only screen and (min-width: 980px)
{
.medium-img img {max-width: 60%; }
}
@media only screen and (max-width: 768px)
{
.mobile-big-header
{ padding-top: 100px!important;
padding-bottom: 200px!important;}
}
/*quadmenu fix */
@media only screen and (min-width: 981px)
{.quadmenu-navbar-nav {animation-delay:.3s !important;} }
/* open positions greenhouse css */
#wrapper #logo img {display:none;}
#wrapper h2#board_title {display:none;}
#wrapper h1 {font-family: "Saira Condensed";
font-size:2.5em;}
#wrapper .level-0 h2, .accessible .level-0 h3
{font-family: "Saira Condensed";
font-size:2.5em; color:#191C83;}
.accessible .level-0 h4, .accessible .level-0 h5, .accessible .level-0 h6
{font-family: "Rajdhani";}
#wrapper .opening a
{font-family: "Rajdhani"; color:#ED28B6;}
#app_body {max-width: 100%;}
/* ipad fix */
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait)
{
.ipad-control-center
{
padding:30px !important;
}
.ipad-platform
{
padding:30px !important;
}
.ipad-careers
{
padding:50px !important;
}
.ipad-company
{
padding:30px !important;
}
.ipad-consumer-grid
{
padding: 15px !important;
}
.ipad-platform-top
{
padding: 75px 30px 75px 30px !important;
}
.ipad-iot
{
padding:30px !important;
}
.ipad-mobile-client
{
padding:30px !important;
}
.ipad-true-server
{
padding:30px !important;
}
}
.mobile-bio {display:block !important;}
/* support page */
.page-id-22047 #page-container .support-cta h1
{font-size: 2.1em !important;}
.page-id-22047 #page-container .support-cta h3
{font-size: 1.263em;}
.page-id-22047 #page-container .support-cta
{min-height: 270px;}
.support-cta:hover
{box-shadow: 0px 0px 0px 2px #1ff1fc;}
.page-id-22047 #page-container .hbspt-form form .hs-fieldtype-text .input input::placeholder
{color:#000;}
.page-id-23794 #page-container .hbspt-form form .hs-fieldtype-text .input input
{color:#000; border-color: #000;}
.page-id-23794 #page-container .legal-consent-container p {color:#000 !important;}
.page-id-23794 input#email-d034b54c-cf10-405c-8d74-984763f0ac71
{color:#fff; }
.page-id-22047 #page-container .hbspt-form form .hs-fieldtype-text .input input
{color:#000; border-color: #000;}
.page-id-22047 #page-container .legal-consent-container p {color:#000 !important;}
.page-id-22047 input#email-d034b54c-cf10-405c-8d74-984763f0ac71
{color:#fff; }
/* support page end*/
/* FIDO page */
.fido-cta:hover
{box-shadow: 0px 0px 0px 2px #1ff1fc;}
/* FIDO page end*/
.hbspt-form a
{color: #3CB3FF !important;}
#et-secondary-nav .menu-item-22377 {
width: 100%;
}
/*wp popup */
div#overlay-22378, div#overlay-25256
{
top: initial;
bottom: 0;
height: 200px;
overflow: hidden;
border-top: 1px solid #1FF1FC;
}
div#overlay-22378, div#overlay-25256
{
top: initial;
bottom: 0;
height: 200px;
overflow: hidden;
border-top: 1px solid #1FF1FC;
}
@media only screen and (max-width: 980px)
{
div#overlay-22378
{
display:none;
}
div#overlay-22489
{
display:none;
}
}
/*header fix */
#main-header
{z-index: 99999 !important;}
/* full height text */
.vd_full_height_text .et_pb_text_inner p {
height: 48px;
}
/* button to bottom */
.page-id-127 #page-container .masthead:after {
display: none !important;
}
.mausToBottom {
display: block;
width: 20px;
height: 30px;
position: absolute;
bottom: 50px;
left: 50%;
transform: translateX(-50%);
-o-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
outline: none !important;
}
.mausToBottom:after {
content: "";
display: block;
background: url(./build/assets/images/demo/mouse-icn.svg) no-repeat transparent scroll;
background-size: 100% auto;
height: 30px;
width: 20px;
}
/* Resources filter */
.searchandfilter .sf-input-select {
border-radius: 5px;
margin: 0px 5px;
height: 40px;
padding: 5px;
font-weight: bold;
}
/*Begin DIVI Fixes 2 */
/* Hide scroll on Event page */
@media (min-width:500px) {
#hide-scroll-edge .et_pb_text_1, #hide-scroll-edge .et_pb_text_1 .table-wrap {
overflow-x: hidden !important;
}
}
#hide-scroll-edge .et_pb_text_1 {
overflow-x: hidden !important;
}
#hide-scroll-edge .et_pb_text_1 .table-wrap {
overflow-x: scroll;
border-right:none!important;
}
/* Fix search and flter */
.searchandfilter .sf-input-select {
height: 40px !important;
}
#s5 .et_pb_text_inner p {
height: 50px;
margin-bottom: -15px;
}
/* Desktop client and Why HYPR - correct align bottom on all screans */
@media (min-width:981px) {
#s5 .et_pb_text_inner p {
height: 50px;
margin-bottom: -15px;
}
#aligen-why-hypr-page .et_pb_column .et_pb_text_inner {
min-height: 90px;
margin-bottom: -15px;
}
#why-hypr-block .et_pb_column_15 {
padding-top: 2px!important;
padding-bottom: 2px!important;
}
}
/* Support page - footer */
.page-id-22047 #custom-footer .hbspt-form .hs-fieldtype-text input, .page-id-22047 #custom-footer .hbspt-form .hs-fieldtype-text input::placeholder {
color:#fff!important;
border-color:#fff!important;
}
/*summit form */
.page-id-23868 #page-container .hs-main-font-element p {color: #fff !important;}
/*END DIVI Fixes 2 */
/* home header grid cleanup */
.home-grid h1
{
text-indent: 0px !important;
letter-spacing:0px !important; }
.home-grid
{padding-left: 0px !important;
padding-right: 0px !important;
}
@media (max-width: 1280px)
{
.et_pb_row.et_pb_row_1.home-grid.et_pb_equal_columns.et_pb_gutters1.et_pb_row_fullwidth.et_pb_row_5col
{padding: 0px !important;}
}
div#overlay-22378 .et_pb_row
{padding-top:30px !important;}
.btn-inline .et_pb_button_module_wrapper {
display: inline-block;
margin: 0 5px;
}
@media (min-width: 1800px)
{
.home-hero-img
{
position:absolute !important;
top:60%;
left:48%;}
}
@media (min-width: 981px)
{
.home-hero-img
{
position:absolute !important;
top:64%;
left:47%;}
}
@media (max-width: 980px)
{
.home-hero-img
{
position:absolute !important;
top:57%;
left:44%;}
}
@media (max-width:767px)
{
.home-hero-img
{
position:absolute !important;
top:60%;
left:41%;}
}
@media (max-width: 980px)
{
#s7.mfa-mobile-row
{
display:none !important;
}
}
@media (min-width: 981px)
{
.home-hero-img-play
{
width: 100%;
margin: 0;
margin: auto;
position: absolute;
top: 50%;
}
}
@media (max-width: 980px)
{
.home-hero-img-play
{
width: 100%;
margin: 0;
margin: auto;
position: absolute;
top: 50%;
}
}
@media (max-width:767px)
{
.home-hero-img-play
{
width: 100%;
margin: 0;
margin: auto;
position: absolute;
top: 50%;
}
}
@media only screen and (max-width: 980px)
{
li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item.page-item-18455.current_page_item.menu-item-20274
{
padding-right:0px !important;
}
} | 0.27048 | 0.054024 |
body {
margin-top: 50px;
background-color: #fff;
font-family: Arial, Helvetica, sans-serif;
}
a:hover, a:active, a:focus {
outline: 0;
}
.font-openbold {
font-family: 'OpenSansBold';
}
.font-opensanLight {
font-family: 'OpenSansLight';
}
.txt999 {
color: #999;
}
.txt888 {
color: #888;
}
.txtfff {
color: #fff;
}
.fnt-size8 {
font-size: 8px;
}
.fnt-size10{
font-size: 10px;
}
.fnt-size11{
font-size: 11px;
}
.fnt-size12{
font-size: 12px;
}
.fnt-size13 {
font-size: 13px;
}
.fnt-size12 {
font-size: 12px !important;
}
.fnt-size14 {
font-size: 14px;
}
.fnt-size16 {
font-size: 16px !important;
}
.fnt-size18 {
font-size: 18px !important;
}
.fnt-size22 {
font-size: 22px !important;
}
.fnt-size20 {
font-size: 20px !important;
}
.whiteBg {
background: #fff;
}
.whiteColor {
color: #fff
}
.rcorners {
border-radius: 4px
}
.greenb5 {
border-top: 5px solid #22a966;
}
.addmarginB20 {
margin-bottom: 20px !important;
}
.addmarginL10 {
margin-left: 10px !important;
}
.addmarginB25 {
margin-bottom: 25px;
}
.remMarginT {
margin-top: 0 !important;
}
.fntwhtNml {
font-weight: normal;
}
.rempaddingL {
padding-left: 0 !important;
}
.rempaddingB {
padding-bottom: 0 !important;
}
.remMarginB {
margin-bottom: 0 !important;
}
.addpaddingB5 {
padding-bottom: 5px !important;
}
.addpaddingT5 {
padding-top: 5px;
}
.addpaddingT10 {
padding-top: 5px;
}
.addMarginT40 {
margin-top: 40px;
}
.padding20px {
padding: 20px
}
::-webkit-input-placeholder {
color: #b6b6b6;
font-family: Helvetica Neue, Helvetica, Arial;
}
::-moz-placeholder {
color: #b6b6b6;
font-family: Helvetica Neue, Helvetica, Arial;
}
/* firefox 19+ */
:-ms-input-placeholder {
color: #b6b6b6;
font-family: Helvetica Neue, Helvetica, Arial;
}
/* ie */
input:-moz-placeholder {
color: #b6b6b6;
font-family: Helvetica Neue, Helvetica, Arial
}
.greenBg {
background: #49b680;
border-radius: 4px;
}
#wrapper {
padding-left: 0;
}
#page-wrapper {
width: 100%;
padding: 0;
background-color: #e6e6e6;
}
.mainConatiner {
padding: 15px 0px 30px 0px;
}
.loginContainer {
padding: 0px 0px 30px 0;
}
.huge {
font-size: 50px;
line-height: normal;
}
#page-wrapper {
min-height: 700px
}
.navbar-default {
background-color: white;
box-shadow:2px 2px 5px 0 rgba(0, 0, 0, 0.25);
border-bottom: 0px;
}
.navbar-brand {
padding: 5px 10px;
margin-left: -20px;
}
.navbar-header {
height: 50px;
padding: 0 20px;
font-size: 18px;
line-height: 77px;
background-color: #fff;
z-index: 99999;
}
.notiyCount {
position: absolute;
top: 18px;
right: 11px;
background: #4dd08f;
}
.colorLines .colorCol {
height: 6px;
width: 25%;
float: left;
}
.color-one {
background-color: #22a966;
}
.color-two {
background-color: #eb5836;
}
.color-three {
background-color: #f2c230;
}
.color-four {
background-color: #1ebdd5;
}
footer {
background: #fff;
}
footer .copyrightContent {
height: 70px;
line-height: 25px;
background-color: #333233;
}
footer .copyrightContent p {
color:#ffffff;
margin: 0;
}
/*Large resolution screens */
@media (min-width:1367px) {
#page-wrapper {
min-height: 900px;
}
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
background-color:#2369a6 ;
color:#ffffff;
}
.navbar-right{
margin-right: 0px !important;
}
#dashboardContainer .widgetContainer{
list-style: none;
}
.widget{
background-color: #ffffff;
border-radius: 4px;
text-align: center;
cursor: pointer;
box-shadow:2px 2px 5px 0 rgba(0, 0, 0, 0.25);
margin-bottom: 15px;
}
.widget .widgetHeader{
background-color: #ff348b;
color:#ffffff;
font-size: large;
}
.widget .widgetAttr{
padding: 3px 10px;
}
.widget .widgetBody{
padding-top: 15px;
min-height: 150px;
}
.widget .widgetBody .attr{
font-weight: bold;
}
.widget .widgetFooter{
background-color: #ffeaea;
}
.widget .widgetFooter .toolOptions{
margin-right: 15px;
padding: 3px 5px;
} | demo/app.css | body {
margin-top: 50px;
background-color: #fff;
font-family: Arial, Helvetica, sans-serif;
}
a:hover, a:active, a:focus {
outline: 0;
}
.font-openbold {
font-family: 'OpenSansBold';
}
.font-opensanLight {
font-family: 'OpenSansLight';
}
.txt999 {
color: #999;
}
.txt888 {
color: #888;
}
.txtfff {
color: #fff;
}
.fnt-size8 {
font-size: 8px;
}
.fnt-size10{
font-size: 10px;
}
.fnt-size11{
font-size: 11px;
}
.fnt-size12{
font-size: 12px;
}
.fnt-size13 {
font-size: 13px;
}
.fnt-size12 {
font-size: 12px !important;
}
.fnt-size14 {
font-size: 14px;
}
.fnt-size16 {
font-size: 16px !important;
}
.fnt-size18 {
font-size: 18px !important;
}
.fnt-size22 {
font-size: 22px !important;
}
.fnt-size20 {
font-size: 20px !important;
}
.whiteBg {
background: #fff;
}
.whiteColor {
color: #fff
}
.rcorners {
border-radius: 4px
}
.greenb5 {
border-top: 5px solid #22a966;
}
.addmarginB20 {
margin-bottom: 20px !important;
}
.addmarginL10 {
margin-left: 10px !important;
}
.addmarginB25 {
margin-bottom: 25px;
}
.remMarginT {
margin-top: 0 !important;
}
.fntwhtNml {
font-weight: normal;
}
.rempaddingL {
padding-left: 0 !important;
}
.rempaddingB {
padding-bottom: 0 !important;
}
.remMarginB {
margin-bottom: 0 !important;
}
.addpaddingB5 {
padding-bottom: 5px !important;
}
.addpaddingT5 {
padding-top: 5px;
}
.addpaddingT10 {
padding-top: 5px;
}
.addMarginT40 {
margin-top: 40px;
}
.padding20px {
padding: 20px
}
::-webkit-input-placeholder {
color: #b6b6b6;
font-family: Helvetica Neue, Helvetica, Arial;
}
::-moz-placeholder {
color: #b6b6b6;
font-family: Helvetica Neue, Helvetica, Arial;
}
/* firefox 19+ */
:-ms-input-placeholder {
color: #b6b6b6;
font-family: Helvetica Neue, Helvetica, Arial;
}
/* ie */
input:-moz-placeholder {
color: #b6b6b6;
font-family: Helvetica Neue, Helvetica, Arial
}
.greenBg {
background: #49b680;
border-radius: 4px;
}
#wrapper {
padding-left: 0;
}
#page-wrapper {
width: 100%;
padding: 0;
background-color: #e6e6e6;
}
.mainConatiner {
padding: 15px 0px 30px 0px;
}
.loginContainer {
padding: 0px 0px 30px 0;
}
.huge {
font-size: 50px;
line-height: normal;
}
#page-wrapper {
min-height: 700px
}
.navbar-default {
background-color: white;
box-shadow:2px 2px 5px 0 rgba(0, 0, 0, 0.25);
border-bottom: 0px;
}
.navbar-brand {
padding: 5px 10px;
margin-left: -20px;
}
.navbar-header {
height: 50px;
padding: 0 20px;
font-size: 18px;
line-height: 77px;
background-color: #fff;
z-index: 99999;
}
.notiyCount {
position: absolute;
top: 18px;
right: 11px;
background: #4dd08f;
}
.colorLines .colorCol {
height: 6px;
width: 25%;
float: left;
}
.color-one {
background-color: #22a966;
}
.color-two {
background-color: #eb5836;
}
.color-three {
background-color: #f2c230;
}
.color-four {
background-color: #1ebdd5;
}
footer {
background: #fff;
}
footer .copyrightContent {
height: 70px;
line-height: 25px;
background-color: #333233;
}
footer .copyrightContent p {
color:#ffffff;
margin: 0;
}
/*Large resolution screens */
@media (min-width:1367px) {
#page-wrapper {
min-height: 900px;
}
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
background-color:#2369a6 ;
color:#ffffff;
}
.navbar-right{
margin-right: 0px !important;
}
#dashboardContainer .widgetContainer{
list-style: none;
}
.widget{
background-color: #ffffff;
border-radius: 4px;
text-align: center;
cursor: pointer;
box-shadow:2px 2px 5px 0 rgba(0, 0, 0, 0.25);
margin-bottom: 15px;
}
.widget .widgetHeader{
background-color: #ff348b;
color:#ffffff;
font-size: large;
}
.widget .widgetAttr{
padding: 3px 10px;
}
.widget .widgetBody{
padding-top: 15px;
min-height: 150px;
}
.widget .widgetBody .attr{
font-weight: bold;
}
.widget .widgetFooter{
background-color: #ffeaea;
}
.widget .widgetFooter .toolOptions{
margin-right: 15px;
padding: 3px 5px;
} | 0.402862 | 0.099733 |
* {
margin: 0;
padding: 0;
}
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;
}
.App {
display: flex;
height: 100vh;
justify-content: center;
flex-direction: column;
}
body {
background-color: #ccffff;
}
#main {
display: flex;
justify-content: center;
align-items: center;
}
#heading {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 2%;
}
#container {
position: relative;
width: 889px;
height: 600px;
/* background-color: #009688; */
background-color: darkcyan;
display: flex;
align-items: center;
flex-direction: column;
border-radius: 10px;
-webkit-box-shadow: -6px 6px 7px -3px rgba(125, 125, 125, 0.75);
}
#container > p {
font-size: 30px;
color: aliceblue;
}
#number {
display: flex;
flex-direction: column;
justify-content: center;
height: 400px;
/* align-items: center; */
}
.flag-code {
display: flex;
/* justify-content: center; */
flex-direction: column;
align-items: center;
}
#flag {
}
#flag > img {
height: 40px;
width: 60px;
margin-bottom: 30%;
border-radius: 5px;
-webkit-box-shadow: -5px 2px 5px 0px rgb(69 71 86 / 75%);
}
/* #number > #flag {
margin-right: 20px;
zoom: 2;
} */
#container > button {
padding: 15px;
margin-top: 35px;
}
.text {
height: 40px;
background-color: #fff;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.text > p > strong {
color: darkcyan;
}
.text > p {
font-size: 18px;
}
.shadow {
border-radius: 5px;
-webkit-box-shadow: -2px 2px 5px 2px rgb(69 71 86 / 75%);
}
#countries {
width: 230px;
padding: 5px 8px;
font-size: 20px;
border-radius: 7px;
-webkit-box-shadow: -2px 2px 5px 2px rgb(69 71 86 / 75%);
background-color: ghostwhite;
}
#countries:focus {
outline: 0;
}
.countries {
margin-bottom: 10%;
}
.input {
margin-bottom: 15%;
display: flex;
justify-content: center;
}
.input > input {
background-color: ghostwhite;
border: none;
}
.input > input:focus {
outline: 0;
}
#mobile-number {
padding: 8px;
font-size: 19px;
}
#message {
display: flex;
justify-content: center;
align-items: center;
padding: 10px 30px;
border-radius: 5px;
-webkit-box-shadow: -2px 2px 5px 2px rgb(69 71 86 / 75%);
border: none;
background-color: ghostwhite;
}
#message:focus {
outline: 0;
}
#message:active {
transform: scale(0.98);
}
#message img {
height: 21px;
}
#message span {
margin-left: 10px;
font-size: 20px;
}
footer {
width: 100%;
/* padding: 10px; */
font-size: 18px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
/* background-color: rgba(0, 150, 136, 0.4); */
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
background-color: #fff;
}
footer::before {
content: "";
width: 100%;
height: 30px;
position: absolute;
bottom: 97%;
left: 0;
background-size: auto;
background-repeat: repeat no-repeat;
background-position: 40vw bottom;
background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1200 117' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 86L50 81C100 76 200 65 300 44C400 23 500 -9 600 2C700 12 800 65 900 86C1000 107 1100 97 1150 91L1200 86V118H1150C1100 118 1000 118 900 118C800 118 700 118 600 118C500 118 400 118 300 118C200 118 100 118 50 118H0V86Z' fill='%23ffffff'/></svg>");
}
footer > #footer-main > p > strong {
color: darkcyan;
}
footer > #footer-main > p > a {
text-decoration: none;
font-weight: 500;
color: rgb(18, 15, 230);
}
#footer-main {
margin: 10px;
}
.logo {
width: 52px;
height: 52px;
}
@media (max-width: 750px) {
#container {
width: 95%;
/* height: auto; */
/* padding: 5%; */
}
#container > p {
font-size: 24px;
color: aliceblue;
text-align: center;
}
.text > p {
font-size: 16px;
}
#number {
/* display: flex;
justify-content: space-between;
align-items: center;
flex-direction: column;
width: 365px;
height: 149px;
margin: 0; */
}
footer {
width: 100%;
padding: 0;
text-align: center;
}
footer > #footer-main > p {
font-size: 16px;
}
#number > #flag,
#countries {
margin-right: 0;
}
#mobile-number {
text-align: center;
}
}
@media (max-width: 479px) {
footer > #footer-main > p {
font-size: 14px;
}
}
@media (max-width: 440px) {
.text > P {
font-size: 14px;
}
footer > #footer-main > p {
font-size: 14px;
}
}
@media (max-width: 382px) {
.text > P {
font-size: 13px;
}
} | src/App.css | * {
margin: 0;
padding: 0;
}
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;
}
.App {
display: flex;
height: 100vh;
justify-content: center;
flex-direction: column;
}
body {
background-color: #ccffff;
}
#main {
display: flex;
justify-content: center;
align-items: center;
}
#heading {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 2%;
}
#container {
position: relative;
width: 889px;
height: 600px;
/* background-color: #009688; */
background-color: darkcyan;
display: flex;
align-items: center;
flex-direction: column;
border-radius: 10px;
-webkit-box-shadow: -6px 6px 7px -3px rgba(125, 125, 125, 0.75);
}
#container > p {
font-size: 30px;
color: aliceblue;
}
#number {
display: flex;
flex-direction: column;
justify-content: center;
height: 400px;
/* align-items: center; */
}
.flag-code {
display: flex;
/* justify-content: center; */
flex-direction: column;
align-items: center;
}
#flag {
}
#flag > img {
height: 40px;
width: 60px;
margin-bottom: 30%;
border-radius: 5px;
-webkit-box-shadow: -5px 2px 5px 0px rgb(69 71 86 / 75%);
}
/* #number > #flag {
margin-right: 20px;
zoom: 2;
} */
#container > button {
padding: 15px;
margin-top: 35px;
}
.text {
height: 40px;
background-color: #fff;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.text > p > strong {
color: darkcyan;
}
.text > p {
font-size: 18px;
}
.shadow {
border-radius: 5px;
-webkit-box-shadow: -2px 2px 5px 2px rgb(69 71 86 / 75%);
}
#countries {
width: 230px;
padding: 5px 8px;
font-size: 20px;
border-radius: 7px;
-webkit-box-shadow: -2px 2px 5px 2px rgb(69 71 86 / 75%);
background-color: ghostwhite;
}
#countries:focus {
outline: 0;
}
.countries {
margin-bottom: 10%;
}
.input {
margin-bottom: 15%;
display: flex;
justify-content: center;
}
.input > input {
background-color: ghostwhite;
border: none;
}
.input > input:focus {
outline: 0;
}
#mobile-number {
padding: 8px;
font-size: 19px;
}
#message {
display: flex;
justify-content: center;
align-items: center;
padding: 10px 30px;
border-radius: 5px;
-webkit-box-shadow: -2px 2px 5px 2px rgb(69 71 86 / 75%);
border: none;
background-color: ghostwhite;
}
#message:focus {
outline: 0;
}
#message:active {
transform: scale(0.98);
}
#message img {
height: 21px;
}
#message span {
margin-left: 10px;
font-size: 20px;
}
footer {
width: 100%;
/* padding: 10px; */
font-size: 18px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
/* background-color: rgba(0, 150, 136, 0.4); */
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
background-color: #fff;
}
footer::before {
content: "";
width: 100%;
height: 30px;
position: absolute;
bottom: 97%;
left: 0;
background-size: auto;
background-repeat: repeat no-repeat;
background-position: 40vw bottom;
background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1200 117' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 86L50 81C100 76 200 65 300 44C400 23 500 -9 600 2C700 12 800 65 900 86C1000 107 1100 97 1150 91L1200 86V118H1150C1100 118 1000 118 900 118C800 118 700 118 600 118C500 118 400 118 300 118C200 118 100 118 50 118H0V86Z' fill='%23ffffff'/></svg>");
}
footer > #footer-main > p > strong {
color: darkcyan;
}
footer > #footer-main > p > a {
text-decoration: none;
font-weight: 500;
color: rgb(18, 15, 230);
}
#footer-main {
margin: 10px;
}
.logo {
width: 52px;
height: 52px;
}
@media (max-width: 750px) {
#container {
width: 95%;
/* height: auto; */
/* padding: 5%; */
}
#container > p {
font-size: 24px;
color: aliceblue;
text-align: center;
}
.text > p {
font-size: 16px;
}
#number {
/* display: flex;
justify-content: space-between;
align-items: center;
flex-direction: column;
width: 365px;
height: 149px;
margin: 0; */
}
footer {
width: 100%;
padding: 0;
text-align: center;
}
footer > #footer-main > p {
font-size: 16px;
}
#number > #flag,
#countries {
margin-right: 0;
}
#mobile-number {
text-align: center;
}
}
@media (max-width: 479px) {
footer > #footer-main > p {
font-size: 14px;
}
}
@media (max-width: 440px) {
.text > P {
font-size: 14px;
}
footer > #footer-main > p {
font-size: 14px;
}
}
@media (max-width: 382px) {
.text > P {
font-size: 13px;
}
} | 0.301671 | 0.078678 |
a.sourceLine {
display: inline-block;
line-height: 1.25
}
a.sourceLine {
pointer-events: none;
color: inherit;
text-decoration: inherit
}
a.sourceLine:empty {
height: 1.2em
}
.sourceCode {
overflow: auto;
line-height: 1.2;
}
code.sourceCode {
white-space: pre;
position: relative
}
div.sourceCode {
margin: 1em 0;
}
pre.sourceCode {
margin: 0
}
@media screen {
div.sourceCode {
overflow: auto
}
}
@media print {
code.sourceCode {
white-space: pre-wrap
}
a.sourceLine {
text-indent: -1em;
padding-left: 1em
}
}
pre.numberSource a.sourceLine {
position: relative;
left: -4em
}
pre.numberSource a.sourceLine::before {
content: attr(title);
position: relative;
left: -1em;
text-align: right;
vertical-align: baseline;
border: none;
pointer-events: all;
display: inline-block;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding: 0 4px;
width: 4em;
color: #aaaaaa
}
pre.numberSource {
margin-left: 3em;
border-left: 1px solid #aaaaaa;
padding-left: 4px
}
div.sourceCode {
}
@media screen {
a.sourceLine::before {
text-decoration: underline
}
}
code span.al {
color: #ff0000;
font-weight: bold
}
code span.an {
color: #60a0b0;
font-weight: bold;
font-style: italic
}
code span.at {
color: #7d9029
}
code span.bn {
color: #40a070
}
code span.bu {
}
code span.cf {
color: #007020;
font-weight: bold
}
code span.ch {
color: #4070a0
}
code span.cn {
color: #880000
}
code span.co {
color: #60a0b0;
font-style: italic
}
code span.cv {
color: #60a0b0;
font-weight: bold;
font-style: italic
}
code span.do {
color: #ba2121;
font-style: italic
}
code span.dt {
color: #902000
}
code span.dv {
color: #40a070
}
code span.er {
color: #ff0000;
font-weight: bold
}
code span.ex {
}
code span.fl {
color: #40a070
}
code span.fu {
color: #06287e
}
code span.im {
}
code span.in {
color: #60a0b0;
font-weight: bold;
font-style: italic
}
code span.kw {
color: #007020;
font-weight: bold
}
code span.op {
color: #666666
}
code span.ot {
color: #007020
}
code span.pp {
color: #bc7a00
}
code span.sc {
color: #4070a0
}
code span.ss {
color: #bb6688
}
code span.st {
color: #4070a0
}
code span.va {
color: #19177c
}
code span.vs {
color: #4070a0
}
code span.wa {
color: #60a0b0;
font-weight: bold;
font-style: italic
} | css/code.css | a.sourceLine {
display: inline-block;
line-height: 1.25
}
a.sourceLine {
pointer-events: none;
color: inherit;
text-decoration: inherit
}
a.sourceLine:empty {
height: 1.2em
}
.sourceCode {
overflow: auto;
line-height: 1.2;
}
code.sourceCode {
white-space: pre;
position: relative
}
div.sourceCode {
margin: 1em 0;
}
pre.sourceCode {
margin: 0
}
@media screen {
div.sourceCode {
overflow: auto
}
}
@media print {
code.sourceCode {
white-space: pre-wrap
}
a.sourceLine {
text-indent: -1em;
padding-left: 1em
}
}
pre.numberSource a.sourceLine {
position: relative;
left: -4em
}
pre.numberSource a.sourceLine::before {
content: attr(title);
position: relative;
left: -1em;
text-align: right;
vertical-align: baseline;
border: none;
pointer-events: all;
display: inline-block;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding: 0 4px;
width: 4em;
color: #aaaaaa
}
pre.numberSource {
margin-left: 3em;
border-left: 1px solid #aaaaaa;
padding-left: 4px
}
div.sourceCode {
}
@media screen {
a.sourceLine::before {
text-decoration: underline
}
}
code span.al {
color: #ff0000;
font-weight: bold
}
code span.an {
color: #60a0b0;
font-weight: bold;
font-style: italic
}
code span.at {
color: #7d9029
}
code span.bn {
color: #40a070
}
code span.bu {
}
code span.cf {
color: #007020;
font-weight: bold
}
code span.ch {
color: #4070a0
}
code span.cn {
color: #880000
}
code span.co {
color: #60a0b0;
font-style: italic
}
code span.cv {
color: #60a0b0;
font-weight: bold;
font-style: italic
}
code span.do {
color: #ba2121;
font-style: italic
}
code span.dt {
color: #902000
}
code span.dv {
color: #40a070
}
code span.er {
color: #ff0000;
font-weight: bold
}
code span.ex {
}
code span.fl {
color: #40a070
}
code span.fu {
color: #06287e
}
code span.im {
}
code span.in {
color: #60a0b0;
font-weight: bold;
font-style: italic
}
code span.kw {
color: #007020;
font-weight: bold
}
code span.op {
color: #666666
}
code span.ot {
color: #007020
}
code span.pp {
color: #bc7a00
}
code span.sc {
color: #4070a0
}
code span.ss {
color: #bb6688
}
code span.st {
color: #4070a0
}
code span.va {
color: #19177c
}
code span.vs {
color: #4070a0
}
code span.wa {
color: #60a0b0;
font-weight: bold;
font-style: italic
} | 0.685844 | 0.170473 |
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300');
:root {
--base-background: #000;
--base-foreground: #fff;
--help-background: #000;
--help-foreground: #fff;
--help-command-key-foreground: #000;
--clock-font-color: rgb(221, 221, 221);
--clock-font-family: 'Roboto Condensed', sans-serif;
--search-input-font-family: 'Roboto Condensed', sans-serif;
/*--clock-font-family: var(--font-family);*/
--search-background: #000;
--search-foreground: #fff;
--search-highlight-background: hsla(0, 0%, 100%, 0.85);
--search-highlight-foreground: #000;
--command-color-alpha: 1;
--command-color-gradient: 45deg;
--command-color-lightness: 50%;
--command-color-saturation: 40%;
--font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif;
--base-font-size: 16px;
--clock-font-size: 5vw;
--search-input-font-size: 2rem;
--font-weight-black: 900;
--font-weight-bold: 700;
--font-weight-normal: 400;
--base-border-radius: 2px;
--base-transition-speed: 0.2s;
--help-category-columns: 1;
--search-input-text-align: left;
--search-suggestion-flex-direction: column;
--search-suggestions-align-items: flex-start;
}
@media (min-width: 400px) {
:root {
--clock-font-size: 5vw;
}
}
@media (min-width: 650px) {
:root {
--clock-font-size: 5vw;
--help-category-columns: 2;
--search-input-text-align: center;
--search-suggestions-align-items: center;
}
}
@media (min-width: 900px) {
:root {
--search-input-font-size: 3rem;
--help-category-columns: 3;
--search-suggestion-flex-direction: row;
}
}
@media (min-width: 1200px) {
:root {
--help-category-columns: 4;
}
}
* {
box-sizing: border-box;
}
.background_img {
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
position: absolute;
height: 100%;
width: 100%;
object-fit: cover;
z-index: -999;
background-color: rgb(77, 77, 77);
}
html {
font-family: var(--font-family);
font-size: var(--base-font-size);
font-weight: var(--font-weight-normal);
}
body {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background: var(--base-background);
color: var(--base-foreground);
}
input, button {
display: block;
width: 100%;
margin: 0;
padding: 0;
background: transparent;
color: inherit;
font-family: var(--font-family);
font-weight: var(--font-weight-normal);
font-size: 1rem;
}
input, button, input:focus, button:focus {
border: 0;
outline: 0;
-webkit-appearance: none;
-moz-appearance: none;
}
ul, li {
margin: 0;
padding: 0;
list-style: none;
}
a, a:focus {
color: inherit;
outline: 0;
}
.center {
display: flex;
width: 100%;
height: 100%;
}
.center>* {
margin: auto;
}
.overlay {
position: fixed;
top: 0;
left: 0;
overflow: auto;
width: 100%;
height: 100%;
}
.clock-container{
flex-direction: column;
}
.clock-time, .clock-date {
display: block;
font-family: var(--clock-font-family);
font-size: var(--clock-font-size);
color: var(--clock-font-color);
cursor: pointer;
margin: 0 auto;
/* 1 pixel black shadow to left, top, right and bottom */
text-shadow: 0px 0px 11px black;
}
body.form .clock {
/*visibility: hidden;*/
}
.help {
background: var(--help-background);
visibility: hidden;
color: var(--help-foreground);
z-index: 1;
}
body.help .help {
visibility: visible;
}
body.form .help {
visibility: hidden;
}
::-webkit-scrollbar { display: none; }
.categories {
padding: 2rem 0;
columns: var(--help-category-columns);
background-color: rgb(0, 0, 0);
/* Fallback color */
background-color: rgba(0, 0, 0, 0.4);
/* Black w/opacity/see-through */
color: white;
font-weight: bold;
border: 3px solid #f1f1f1;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 2;
width: fit-content;
width: -moz-fit-content;
max-width: 60vw;
max-height: 100vh;
overflow-y: scroll;
scrollbar-width: none;
padding: 20px;
text-align: center;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}
.category {
padding: 1.5rem 2.25rem;
vertical-align: text-top;
break-inside: avoid-column;
page-break-inside: avoid;
}
.category-name {
margin-bottom: 1.5rem;
font-size: 1rem;
font-weight: var(--font-weight-black);
letter-spacing: 0.075em;
text-transform: uppercase;
}
.command a {
display: flex;
align-items: baseline;
position: relative;
width: 100%;
padding: 0.75rem 0;
text-decoration: none;
}
.command-key {
display: block;
flex-shrink: 0;
float: left;
width: 2.25rem;
height: 2.25rem;
margin-right: 1.5rem;
border-radius: var(--base-border-radius);
color: var(--help-command-key-foreground);
font-weight: var(--font-weight-bold);
line-height: 2.25rem;
text-align: center;
}
.command-name {
position: relative;
}
.command-name::after {
content: ' ';
display: none;
position: absolute;
right: 0;
bottom: -0.175rem;
left: 0;
height: 0.4rem;
border-radius: 1px;
transition: transform var(--base-transition-speed), opacity var(--base-transition-speed);
transform: translateX(-2rem);
background: var(--base-foreground);
opacity: 0;
z-index: -1;
}
.command a:hover .command-name::after, .command a:focus .command-name::after {
transform: translateX(0);
opacity: 1;
}
body.help .command-name::after {
display: block;
}
#help>.background_img {
filter: blur(8px);
-webkit-filter: blur(8px);
}
.search-form {
color: var(--search-foreground);
visibility: hidden;
}
body.form .search-form {
visibility: visible;
}
.search-form-content {
background-color: rgb(0, 0, 0);
/* Fallback color */
background-color: rgba(0, 0, 0, 0.4);
/* Black w/opacity/see-through */
border: 3px solid #f1f1f1;
width: 50%;
margin-top: 30.5%;
}
.search-input {
width: 100%;
padding: 0 1rem;
font-size: var(--search-input-font-size);
font-weight: var(--font-weight-black);
text-align: var(--search-input-text-align);
font-family: var(--search-input-font-family);
}
.search-suggestions {
display: none;
justify-content: center;
align-items: var(--search-suggestions-align-items);
flex-direction: var(--search-suggestion-flex-direction);
flex-wrap: wrap;
overflow: hidden;
}
body.suggestions .search-suggestions {
display: flex;
margin-top: 2rem;
flex-direction: column;
align-items: stretch;
}
.search-suggestion {
padding: 0.75rem 1rem;
border-radius: var(--base-border-radius);
font-weight: var(--font-weight-bold);
text-align: left;
white-space: nowrap;
cursor: pointer;
}
.search-suggestion.highlight {
background: var(--search-highlight-background);
color: var(--search-highlight-foreground);
}
.search-suggestion-match {
font-weight: var(--font-weight-normal);
} | style.css | @import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300');
:root {
--base-background: #000;
--base-foreground: #fff;
--help-background: #000;
--help-foreground: #fff;
--help-command-key-foreground: #000;
--clock-font-color: rgb(221, 221, 221);
--clock-font-family: 'Roboto Condensed', sans-serif;
--search-input-font-family: 'Roboto Condensed', sans-serif;
/*--clock-font-family: var(--font-family);*/
--search-background: #000;
--search-foreground: #fff;
--search-highlight-background: hsla(0, 0%, 100%, 0.85);
--search-highlight-foreground: #000;
--command-color-alpha: 1;
--command-color-gradient: 45deg;
--command-color-lightness: 50%;
--command-color-saturation: 40%;
--font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif;
--base-font-size: 16px;
--clock-font-size: 5vw;
--search-input-font-size: 2rem;
--font-weight-black: 900;
--font-weight-bold: 700;
--font-weight-normal: 400;
--base-border-radius: 2px;
--base-transition-speed: 0.2s;
--help-category-columns: 1;
--search-input-text-align: left;
--search-suggestion-flex-direction: column;
--search-suggestions-align-items: flex-start;
}
@media (min-width: 400px) {
:root {
--clock-font-size: 5vw;
}
}
@media (min-width: 650px) {
:root {
--clock-font-size: 5vw;
--help-category-columns: 2;
--search-input-text-align: center;
--search-suggestions-align-items: center;
}
}
@media (min-width: 900px) {
:root {
--search-input-font-size: 3rem;
--help-category-columns: 3;
--search-suggestion-flex-direction: row;
}
}
@media (min-width: 1200px) {
:root {
--help-category-columns: 4;
}
}
* {
box-sizing: border-box;
}
.background_img {
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
position: absolute;
height: 100%;
width: 100%;
object-fit: cover;
z-index: -999;
background-color: rgb(77, 77, 77);
}
html {
font-family: var(--font-family);
font-size: var(--base-font-size);
font-weight: var(--font-weight-normal);
}
body {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background: var(--base-background);
color: var(--base-foreground);
}
input, button {
display: block;
width: 100%;
margin: 0;
padding: 0;
background: transparent;
color: inherit;
font-family: var(--font-family);
font-weight: var(--font-weight-normal);
font-size: 1rem;
}
input, button, input:focus, button:focus {
border: 0;
outline: 0;
-webkit-appearance: none;
-moz-appearance: none;
}
ul, li {
margin: 0;
padding: 0;
list-style: none;
}
a, a:focus {
color: inherit;
outline: 0;
}
.center {
display: flex;
width: 100%;
height: 100%;
}
.center>* {
margin: auto;
}
.overlay {
position: fixed;
top: 0;
left: 0;
overflow: auto;
width: 100%;
height: 100%;
}
.clock-container{
flex-direction: column;
}
.clock-time, .clock-date {
display: block;
font-family: var(--clock-font-family);
font-size: var(--clock-font-size);
color: var(--clock-font-color);
cursor: pointer;
margin: 0 auto;
/* 1 pixel black shadow to left, top, right and bottom */
text-shadow: 0px 0px 11px black;
}
body.form .clock {
/*visibility: hidden;*/
}
.help {
background: var(--help-background);
visibility: hidden;
color: var(--help-foreground);
z-index: 1;
}
body.help .help {
visibility: visible;
}
body.form .help {
visibility: hidden;
}
::-webkit-scrollbar { display: none; }
.categories {
padding: 2rem 0;
columns: var(--help-category-columns);
background-color: rgb(0, 0, 0);
/* Fallback color */
background-color: rgba(0, 0, 0, 0.4);
/* Black w/opacity/see-through */
color: white;
font-weight: bold;
border: 3px solid #f1f1f1;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 2;
width: fit-content;
width: -moz-fit-content;
max-width: 60vw;
max-height: 100vh;
overflow-y: scroll;
scrollbar-width: none;
padding: 20px;
text-align: center;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}
.category {
padding: 1.5rem 2.25rem;
vertical-align: text-top;
break-inside: avoid-column;
page-break-inside: avoid;
}
.category-name {
margin-bottom: 1.5rem;
font-size: 1rem;
font-weight: var(--font-weight-black);
letter-spacing: 0.075em;
text-transform: uppercase;
}
.command a {
display: flex;
align-items: baseline;
position: relative;
width: 100%;
padding: 0.75rem 0;
text-decoration: none;
}
.command-key {
display: block;
flex-shrink: 0;
float: left;
width: 2.25rem;
height: 2.25rem;
margin-right: 1.5rem;
border-radius: var(--base-border-radius);
color: var(--help-command-key-foreground);
font-weight: var(--font-weight-bold);
line-height: 2.25rem;
text-align: center;
}
.command-name {
position: relative;
}
.command-name::after {
content: ' ';
display: none;
position: absolute;
right: 0;
bottom: -0.175rem;
left: 0;
height: 0.4rem;
border-radius: 1px;
transition: transform var(--base-transition-speed), opacity var(--base-transition-speed);
transform: translateX(-2rem);
background: var(--base-foreground);
opacity: 0;
z-index: -1;
}
.command a:hover .command-name::after, .command a:focus .command-name::after {
transform: translateX(0);
opacity: 1;
}
body.help .command-name::after {
display: block;
}
#help>.background_img {
filter: blur(8px);
-webkit-filter: blur(8px);
}
.search-form {
color: var(--search-foreground);
visibility: hidden;
}
body.form .search-form {
visibility: visible;
}
.search-form-content {
background-color: rgb(0, 0, 0);
/* Fallback color */
background-color: rgba(0, 0, 0, 0.4);
/* Black w/opacity/see-through */
border: 3px solid #f1f1f1;
width: 50%;
margin-top: 30.5%;
}
.search-input {
width: 100%;
padding: 0 1rem;
font-size: var(--search-input-font-size);
font-weight: var(--font-weight-black);
text-align: var(--search-input-text-align);
font-family: var(--search-input-font-family);
}
.search-suggestions {
display: none;
justify-content: center;
align-items: var(--search-suggestions-align-items);
flex-direction: var(--search-suggestion-flex-direction);
flex-wrap: wrap;
overflow: hidden;
}
body.suggestions .search-suggestions {
display: flex;
margin-top: 2rem;
flex-direction: column;
align-items: stretch;
}
.search-suggestion {
padding: 0.75rem 1rem;
border-radius: var(--base-border-radius);
font-weight: var(--font-weight-bold);
text-align: left;
white-space: nowrap;
cursor: pointer;
}
.search-suggestion.highlight {
background: var(--search-highlight-background);
color: var(--search-highlight-foreground);
}
.search-suggestion-match {
font-weight: var(--font-weight-normal);
} | 0.372734 | 0.060891 |
#content__layout__holder {
max-width: 250px;
float: right;
}
@media (max-width: 767px) {
/* Layout */
#content__layout__holder {
padding-top: 20px;
}
}
.btn-default {
background-color: white !important;
border-color: #ccc !important;
}
.btn-btn {
background-color: #d2d6de !important;
border-color: #ccc !important;
}
/* ? */
textarea {
background-color: #222 !important;
color: white !important;
}
#tab__list input[type='text'],
#tab__list .box-header select,
#tab__reports input[type='text'] {
width: 200px;
float: left;
}
.box.box-primary {
border-top-color: white;
}
.btn-file { position: relative; overflow: hidden; }
.btn-file input[type=file] {
position: absolute; top: 0; right: 0; min-width: 100%; min-height: 100%;
font-size: 100px; text-align: right; filter: alpha(opacity=0); opacity: 0;
outline: none; background: white; cursor: inherit; display: block;
}
:not(h1):not(h2):not(h3):not(i) {
font-size: 16px !important;
}
/* IMPORTANT */
.CodeMirror span {
font-size: 14px !important;
}
.content-wrapper, .right-side {
background-color: #f4f4f4;
}
.messages-menu .dropdown-menu {
/*max-width: 155px;*/
}
.content-wrapper textarea,
.content-wrapper select,
.content-wrapper table {
background-color: #222 !important;
color: #DDDDDD !important;
}
/* fix .. */
/*
:not(.selectize-input) > input[type='text'] {
background-color: #222 !important;
color: #DDDDDD !important;
}
*/
#content__input__html__file__create__text,
#content__input__css__file__create__text,
#content__input__js__file__create__text,
#content__admin__select__create__text {
background-color: #222 !important;
color: #DDDDDD !important;
}
#tab__option table {
background-color: rgba(0, 0, 0, 0) !important;
color: rgb(51, 51, 51) !important;
}
#content__calendar table {
background-color: white !important;
color: black !important;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
background-color: #444;
}
#dashboard .info-box {
box-shadow: 0 0;
}
#dashboard .info-box .fa {
font-size: 45px;
margin-top: 22px;
}
#dashboard a {
color: inherit;
}
/* Header */
.main-header .navbar .nav>li>a>.label {
padding: 1px;
}
td a {
display: block; height: 100%;
}
td input:not([disabled]) {
/*width: 100% !important;*/
background-color: #222 !important;
color: white !important;
}
span[data-id] {
display: block;
}
::-webkit-input-placeholder {
color: #777777 !important;
}
.CodeMirror { width: 100%; height: 600px !important;}
/* For lists */
/*#content__list_wrapper .col-sm-12 { padding: 0; }*/
/* chartist */
.ct-chart-line .ct-label.ct-horizontal.ct-end {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
/*
transform: rotate(-30deg);
transform-origin: 100% 0%;
*/
transform: rotate(-45deg);
transform-origin: 100% 600%;
text-align: right;
max-height: 1.5em;
min-width: 100px;
/*max-width: 100px;*/
}
.CodeMirror-cursor {
border-left-color: white !important;
}
/* import export */
.btn-file { position: relative; overflow: hidden; }
.btn-file input[type=file] {
position: absolute; top: 0; right: 0; min-width: 100%; min-height: 100%;
font-size: 100px; text-align: right; filter: alpha(opacity=0); opacity: 0;
outline: none; background: white; cursor: inherit; display: block; }
.logo, .main-sidebar {
width: 150px !important;
}
@media (min-width: 767px) {
.content-wrapper,
.main-header > .navbar {
margin-left: 0px !important;
}
}
iframe { width: 100%; height: 595px; border: 0px; }
/* selectize .. later */
.selectize-input > input {
background-color: white !important;
}
/* Modal
.modal {background: none !important;}
.modal-backdrop {background: none !important;}
*/ | src/style/others.css |
#content__layout__holder {
max-width: 250px;
float: right;
}
@media (max-width: 767px) {
/* Layout */
#content__layout__holder {
padding-top: 20px;
}
}
.btn-default {
background-color: white !important;
border-color: #ccc !important;
}
.btn-btn {
background-color: #d2d6de !important;
border-color: #ccc !important;
}
/* ? */
textarea {
background-color: #222 !important;
color: white !important;
}
#tab__list input[type='text'],
#tab__list .box-header select,
#tab__reports input[type='text'] {
width: 200px;
float: left;
}
.box.box-primary {
border-top-color: white;
}
.btn-file { position: relative; overflow: hidden; }
.btn-file input[type=file] {
position: absolute; top: 0; right: 0; min-width: 100%; min-height: 100%;
font-size: 100px; text-align: right; filter: alpha(opacity=0); opacity: 0;
outline: none; background: white; cursor: inherit; display: block;
}
:not(h1):not(h2):not(h3):not(i) {
font-size: 16px !important;
}
/* IMPORTANT */
.CodeMirror span {
font-size: 14px !important;
}
.content-wrapper, .right-side {
background-color: #f4f4f4;
}
.messages-menu .dropdown-menu {
/*max-width: 155px;*/
}
.content-wrapper textarea,
.content-wrapper select,
.content-wrapper table {
background-color: #222 !important;
color: #DDDDDD !important;
}
/* fix .. */
/*
:not(.selectize-input) > input[type='text'] {
background-color: #222 !important;
color: #DDDDDD !important;
}
*/
#content__input__html__file__create__text,
#content__input__css__file__create__text,
#content__input__js__file__create__text,
#content__admin__select__create__text {
background-color: #222 !important;
color: #DDDDDD !important;
}
#tab__option table {
background-color: rgba(0, 0, 0, 0) !important;
color: rgb(51, 51, 51) !important;
}
#content__calendar table {
background-color: white !important;
color: black !important;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
background-color: #444;
}
#dashboard .info-box {
box-shadow: 0 0;
}
#dashboard .info-box .fa {
font-size: 45px;
margin-top: 22px;
}
#dashboard a {
color: inherit;
}
/* Header */
.main-header .navbar .nav>li>a>.label {
padding: 1px;
}
td a {
display: block; height: 100%;
}
td input:not([disabled]) {
/*width: 100% !important;*/
background-color: #222 !important;
color: white !important;
}
span[data-id] {
display: block;
}
::-webkit-input-placeholder {
color: #777777 !important;
}
.CodeMirror { width: 100%; height: 600px !important;}
/* For lists */
/*#content__list_wrapper .col-sm-12 { padding: 0; }*/
/* chartist */
.ct-chart-line .ct-label.ct-horizontal.ct-end {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
/*
transform: rotate(-30deg);
transform-origin: 100% 0%;
*/
transform: rotate(-45deg);
transform-origin: 100% 600%;
text-align: right;
max-height: 1.5em;
min-width: 100px;
/*max-width: 100px;*/
}
.CodeMirror-cursor {
border-left-color: white !important;
}
/* import export */
.btn-file { position: relative; overflow: hidden; }
.btn-file input[type=file] {
position: absolute; top: 0; right: 0; min-width: 100%; min-height: 100%;
font-size: 100px; text-align: right; filter: alpha(opacity=0); opacity: 0;
outline: none; background: white; cursor: inherit; display: block; }
.logo, .main-sidebar {
width: 150px !important;
}
@media (min-width: 767px) {
.content-wrapper,
.main-header > .navbar {
margin-left: 0px !important;
}
}
iframe { width: 100%; height: 595px; border: 0px; }
/* selectize .. later */
.selectize-input > input {
background-color: white !important;
}
/* Modal
.modal {background: none !important;}
.modal-backdrop {background: none !important;}
*/ | 0.277963 | 0.048361 |
@keyframes spinAround {
0% {
transform: rotate(0)
}
to {
transform: rotate(359deg)
}
}
.bulma-button,
.bulma-is-unselectable,
.bulma-modal-close {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.bulma-content:not(:last-child) {
margin-bottom: 1.5rem
}
.bulma-modal-close {
-moz-appearance: none;
-webkit-appearance: none;
background-color: rgba(10, 10, 10, .2);
border: none;
border-radius: 290486px;
cursor: pointer;
pointer-events: auto;
display: inline-block;
flex-grow: 0;
flex-shrink: 0;
font-size: 0;
height: 20px;
max-height: 20px;
max-width: 20px;
min-height: 20px;
min-width: 20px;
outline: 0;
position: relative;
vertical-align: top;
width: 20px
}
.bulma-modal-close:after,
.bulma-modal-close:before {
background-color: #fff;
content: "";
display: block;
left: 50%;
position: absolute;
top: 50%;
transform: translateX(-50%) translateY(-50%) rotate(45deg);
transform-origin: center center
}
.bulma-modal-close:before {
height: 2px;
width: 50%
}
.bulma-modal-close:after {
height: 50%;
width: 2px
}
.bulma-modal-close:focus,
.bulma-modal-close:hover {
background-color: rgba(10, 10, 10, .3)
}
.bulma-modal-close:active {
background-color: rgba(10, 10, 10, .4)
}
.bulma-is-small.bulma-modal-close {
height: 16px;
max-height: 16px;
max-width: 16px;
min-height: 16px;
min-width: 16px;
width: 16px
}
.bulma-is-medium.bulma-modal-close {
height: 24px;
max-height: 24px;
max-width: 24px;
min-height: 24px;
min-width: 24px;
width: 24px
}
.bulma-is-large.bulma-modal-close {
height: 32px;
max-height: 32px;
max-width: 32px;
min-height: 32px;
min-width: 32px;
width: 32px
}
.bulma-button.bulma-is-loading:after,
.bulma-control.bulma-is-loading:after {
animation: spinAround .5s linear infinite;
border: 2px solid #dbdbdb;
border-radius: 290486px;
border-right-color: transparent;
border-top-color: transparent;
content: "";
display: block;
height: 1em;
position: relative;
width: 1em
}
.bulma-is-overlay,
.bulma-modal,
.bulma-modal-background {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0
}
.bulma-button,
.bulma-input,
.bulma-textarea {
-moz-appearance: none;
-webkit-appearance: none;
align-items: center;
border: 1px solid transparent;
border-radius: 4px;
box-shadow: none;
display: inline-flex;
font-size: 1rem;
height: 2.5em;
justify-content: flex-start;
line-height: 1.5;
padding-bottom: calc(.5em - 1px);
padding-left: calc(.75em - 1px);
padding-right: calc(.75em - 1px);
padding-top: calc(.5em - 1px);
position: relative;
vertical-align: top
}
.bulma-button:active,
.bulma-button:focus,
.bulma-input:active,
.bulma-input:focus,
.bulma-is-active.bulma-button,
.bulma-is-active.bulma-input,
.bulma-is-active.bulma-textarea,
.bulma-is-focused.bulma-button,
.bulma-is-focused.bulma-input,
.bulma-is-focused.bulma-textarea,
.bulma-textarea:active,
.bulma-textarea:focus {
outline: 0
}
.bulma-button[disabled],
.bulma-input[disabled],
.bulma-textarea[disabled],
fieldset[disabled] .bulma-button,
fieldset[disabled] .bulma-input,
fieldset[disabled] .bulma-textarea {
cursor: not-allowed
}
.bulma-has-text-white {
color: #fff!important
}
a.bulma-has-text-white:focus,
a.bulma-has-text-white:hover {
color: #e6e6e6!important
}
.bulma-has-background-white {
background-color: #fff!important
}
.bulma-has-text-black {
color: #0a0a0a!important
}
a.bulma-has-text-black:focus,
a.bulma-has-text-black:hover {
color: #000!important
}
.bulma-has-background-black {
background-color: #0a0a0a!important
}
.bulma-has-text-light {
color: #f5f5f5!important
}
a.bulma-has-text-light:focus,
a.bulma-has-text-light:hover {
color: #dbdbdb!important
}
.bulma-has-background-light {
background-color: #f5f5f5!important
}
.bulma-has-text-dark {
color: #363636!important
}
a.bulma-has-text-dark:focus,
a.bulma-has-text-dark:hover {
color: #1c1c1c!important
}
.bulma-has-background-dark {
background-color: #363636!important
}
.bulma-has-text-primary {
color: #7957d5!important
}
a.bulma-has-text-primary:focus,
a.bulma-has-text-primary:hover {
color: #5a32c7!important
}
.bulma-has-background-primary {
background-color: #7957d5!important
}
.bulma-has-text-primary-light {
color: #f2effb!important
}
a.bulma-has-text-primary-light:focus,
a.bulma-has-text-primary-light:hover {
color: #d1c6f1!important
}
.bulma-has-background-primary-light {
background-color: #f2effb!important
}
.bulma-has-text-primary-dark {
color: #552fbc!important
}
a.bulma-has-text-primary-dark:focus,
a.bulma-has-text-primary-dark:hover {
color: #704bd2!important
}
.bulma-has-background-primary-dark {
background-color: #552fbc!important
}
.bulma-has-text-link {
color: #7957d5!important
}
a.bulma-has-text-link:focus,
a.bulma-has-text-link:hover {
color: #5a32c7!important
}
.bulma-has-background-link {
background-color: #7957d5!important
}
.bulma-has-text-link-light {
color: #f2effb!important
}
a.bulma-has-text-link-light:focus,
a.bulma-has-text-link-light:hover {
color: #d1c6f1!important
}
.bulma-has-background-link-light {
background-color: #f2effb!important
}
.bulma-has-text-link-dark {
color: #552fbc!important
}
a.bulma-has-text-link-dark:focus,
a.bulma-has-text-link-dark:hover {
color: #704bd2!important
}
.bulma-has-background-link-dark {
background-color: #552fbc!important
}
.bulma-has-text-info {
color: #167df0!important
}
a.bulma-has-text-info:focus,
a.bulma-has-text-info:hover {
color: #0d64c6!important
}
.bulma-has-background-info {
background-color: #167df0!important
}
.bulma-has-text-info-light {
color: #ecf4fe!important
}
a.bulma-has-text-info-light:focus,
a.bulma-has-text-info-light:hover {
color: #bcdafb!important
}
.bulma-has-background-info-light {
background-color: #ecf4fe!important
}
.bulma-has-text-info-dark {
color: #0d68ce!important
}
a.bulma-has-text-info-dark:focus,
a.bulma-has-text-info-dark:hover {
color: #1e81f1!important
}
.bulma-has-background-info-dark {
background-color: #0d68ce!important
}
.bulma-has-text-success {
color: #48c774!important
}
a.bulma-has-text-success:focus,
a.bulma-has-text-success:hover {
color: #34a85c!important
}
.bulma-has-background-success {
background-color: #48c774!important
}
.bulma-has-text-success-light {
color: #effaf3!important
}
a.bulma-has-text-success-light:focus,
a.bulma-has-text-success-light:hover {
color: #c8eed6!important
}
.bulma-has-background-success-light {
background-color: #effaf3!important
}
.bulma-has-text-success-dark {
color: #257942!important
}
a.bulma-has-text-success-dark:focus,
a.bulma-has-text-success-dark:hover {
color: #31a058!important
}
.bulma-has-background-success-dark {
background-color: #257942!important
}
.bulma-has-text-warning {
color: #ffdd57!important
}
a.bulma-has-text-warning:focus,
a.bulma-has-text-warning:hover {
color: #ffd324!important
}
.bulma-has-background-warning {
background-color: #ffdd57!important
}
.bulma-has-text-warning-light {
color: #fffbeb!important
}
a.bulma-has-text-warning-light:focus,
a.bulma-has-text-warning-light:hover {
color: #fff1b8!important
}
.bulma-has-background-warning-light {
background-color: #fffbeb!important
}
.bulma-has-text-warning-dark {
color: #947600!important
}
a.bulma-has-text-warning-dark:focus,
a.bulma-has-text-warning-dark:hover {
color: #c79f00!important
}
.bulma-has-background-warning-dark {
background-color: #947600!important
}
.bulma-has-text-danger {
color: #f14668!important
}
a.bulma-has-text-danger:focus,
a.bulma-has-text-danger:hover {
color: #ee1742!important
}
.bulma-has-background-danger {
background-color: #f14668!important
}
.bulma-has-text-danger-light {
color: #feecf0!important
}
a.bulma-has-text-danger-light:focus,
a.bulma-has-text-danger-light:hover {
color: #fabdc9!important
}
.bulma-has-background-danger-light {
background-color: #feecf0!important
}
.bulma-has-text-danger-dark {
color: #cc0f35!important
}
a.bulma-has-text-danger-dark:focus,
a.bulma-has-text-danger-dark:hover {
color: #ee2049!important
}
.bulma-has-background-danger-dark {
background-color: #cc0f35!important
}
.bulma-has-text-black-bis {
color: #121212!important
}
.bulma-has-background-black-bis {
background-color: #121212!important
}
.bulma-has-text-black-ter {
color: #242424!important
}
.bulma-has-background-black-ter {
background-color: #242424!important
}
.bulma-has-text-grey-darker {
color: #363636!important
}
.bulma-has-background-grey-darker {
background-color: #363636!important
}
.bulma-has-text-grey-dark {
color: #4a4a4a!important
}
.bulma-has-background-grey-dark {
background-color: #4a4a4a!important
}
.bulma-has-text-grey {
color: #7a7a7a!important
}
.bulma-has-background-grey {
background-color: #7a7a7a!important
}
.bulma-has-text-grey-light {
color: #b5b5b5!important
}
.bulma-has-background-grey-light {
background-color: #b5b5b5!important
}
.bulma-has-text-grey-lighter {
color: #dbdbdb!important
}
.bulma-has-background-grey-lighter {
background-color: #dbdbdb!important
}
.bulma-has-text-white-ter {
color: #f5f5f5!important
}
.bulma-has-background-white-ter {
background-color: #f5f5f5!important
}
.bulma-has-text-white-bis {
color: #fafafa!important
}
.bulma-has-background-white-bis {
background-color: #fafafa!important
}
.bulma-is-clearfix:after {
clear: both;
content: " ";
display: table
}
.bulma-is-pulled-left {
float: left!important
}
.bulma-is-pulled-right {
float: right!important
}
.bulma-is-radiusless {
border-radius: 0!important
}
.bulma-is-shadowless {
box-shadow: none!important
}
.bulma-is-clipped {
overflow: hidden!important
}
.bulma-is-relative {
position: relative!important
}
.bulma-is-marginless {
margin: 0!important
}
.bulma-is-paddingless {
padding: 0!important
}
.bulma-mt-0 {
margin-top: 0!important
}
.bulma-mr-0 {
margin-right: 0!important
}
.bulma-mb-0 {
margin-bottom: 0!important
}
.bulma-ml-0,
.bulma-mx-0 {
margin-left: 0!important
}
.bulma-mx-0 {
margin-right: 0!important
}
.bulma-my-0 {
margin-top: 0!important;
margin-bottom: 0!important
}
.bulma-mt-1 {
margin-top: .25rem!important
}
.bulma-mr-1 {
margin-right: .25rem!important
}
.bulma-mb-1 {
margin-bottom: .25rem!important
}
.bulma-ml-1,
.bulma-mx-1 {
margin-left: .25rem!important
}
.bulma-mx-1 {
margin-right: .25rem!important
}
.bulma-my-1 {
margin-top: .25rem!important;
margin-bottom: .25rem!important
}
.bulma-mt-2 {
margin-top: .5rem!important
}
.bulma-mr-2 {
margin-right: .5rem!important
}
.bulma-mb-2 {
margin-bottom: .5rem!important
}
.bulma-ml-2,
.bulma-mx-2 {
margin-left: .5rem!important
}
.bulma-mx-2 {
margin-right: .5rem!important
}
.bulma-my-2 {
margin-top: .5rem!important;
margin-bottom: .5rem!important
}
.bulma-mt-3 {
margin-top: .75rem!important
}
.bulma-mr-3 {
margin-right: .75rem!important
}
.bulma-mb-3 {
margin-bottom: .75rem!important
}
.bulma-ml-3,
.bulma-mx-3 {
margin-left: .75rem!important
}
.bulma-mx-3 {
margin-right: .75rem!important
}
.bulma-my-3 {
margin-top: .75rem!important;
margin-bottom: .75rem!important
}
.bulma-mt-4 {
margin-top: 1rem!important
}
.bulma-mr-4 {
margin-right: 1rem!important
}
.bulma-mb-4 {
margin-bottom: 1rem!important
}
.bulma-ml-4,
.bulma-mx-4 {
margin-left: 1rem!important
}
.bulma-mx-4 {
margin-right: 1rem!important
}
.bulma-my-4 {
margin-top: 1rem!important;
margin-bottom: 1rem!important
}
.bulma-mt-5 {
margin-top: 1.5rem!important
}
.bulma-mr-5 {
margin-right: 1.5rem!important
}
.bulma-mb-5 {
margin-bottom: 1.5rem!important
}
.bulma-ml-5,
.bulma-mx-5 {
margin-left: 1.5rem!important
}
.bulma-mx-5 {
margin-right: 1.5rem!important
}
.bulma-my-5 {
margin-top: 1.5rem!important;
margin-bottom: 1.5rem!important
}
.bulma-mt-6 {
margin-top: 3rem!important
}
.bulma-mr-6 {
margin-right: 3rem!important
}
.bulma-mb-6 {
margin-bottom: 3rem!important
}
.bulma-ml-6,
.bulma-mx-6 {
margin-left: 3rem!important
}
.bulma-mx-6 {
margin-right: 3rem!important
}
.bulma-my-6 {
margin-top: 3rem!important;
margin-bottom: 3rem!important
}
.bulma-pt-0 {
padding-top: 0!important
}
.bulma-pr-0 {
padding-right: 0!important
}
.bulma-pb-0 {
padding-bottom: 0!important
}
.bulma-pl-0,
.bulma-px-0 {
padding-left: 0!important
}
.bulma-px-0 {
padding-right: 0!important
}
.bulma-py-0 {
padding-top: 0!important;
padding-bottom: 0!important
}
.bulma-pt-1 {
padding-top: .25rem!important
}
.bulma-pr-1 {
padding-right: .25rem!important
}
.bulma-pb-1 {
padding-bottom: .25rem!important
}
.bulma-pl-1,
.bulma-px-1 {
padding-left: .25rem!important
}
.bulma-px-1 {
padding-right: .25rem!important
}
.bulma-py-1 {
padding-top: .25rem!important;
padding-bottom: .25rem!important
}
.bulma-pt-2 {
padding-top: .5rem!important
}
.bulma-pr-2 {
padding-right: .5rem!important
}
.bulma-pb-2 {
padding-bottom: .5rem!important
}
.bulma-pl-2,
.bulma-px-2 {
padding-left: .5rem!important
}
.bulma-px-2 {
padding-right: .5rem!important
}
.bulma-py-2 {
padding-top: .5rem!important;
padding-bottom: .5rem!important
}
.bulma-pt-3 {
padding-top: .75rem!important
}
.bulma-pr-3 {
padding-right: .75rem!important
}
.bulma-pb-3 {
padding-bottom: .75rem!important
}
.bulma-pl-3,
.bulma-px-3 {
padding-left: .75rem!important
}
.bulma-px-3 {
padding-right: .75rem!important
}
.bulma-py-3 {
padding-top: .75rem!important;
padding-bottom: .75rem!important
}
.bulma-pt-4 {
padding-top: 1rem!important
}
.bulma-pr-4 {
padding-right: 1rem!important
}
.bulma-pb-4 {
padding-bottom: 1rem!important
}
.bulma-pl-4,
.bulma-px-4 {
padding-left: 1rem!important
}
.bulma-px-4 {
padding-right: 1rem!important
}
.bulma-py-4 {
padding-top: 1rem!important;
padding-bottom: 1rem!important
}
.bulma-pt-5 {
padding-top: 1.5rem!important
}
.bulma-pr-5 {
padding-right: 1.5rem!important
}
.bulma-pb-5 {
padding-bottom: 1.5rem!important
}
.bulma-pl-5,
.bulma-px-5 {
padding-left: 1.5rem!important
}
.bulma-px-5 {
padding-right: 1.5rem!important
}
.bulma-py-5 {
padding-top: 1.5rem!important;
padding-bottom: 1.5rem!important
}
.bulma-pt-6 {
padding-top: 3rem!important
}
.bulma-pr-6 {
padding-right: 3rem!important
}
.bulma-pb-6 {
padding-bottom: 3rem!important
}
.bulma-pl-6,
.bulma-px-6 {
padding-left: 3rem!important
}
.bulma-px-6 {
padding-right: 3rem!important
}
.bulma-py-6 {
padding-top: 3rem!important;
padding-bottom: 3rem!important
}
.bulma-is-size-1 {
font-size: 3rem!important
}
.bulma-is-size-2 {
font-size: 2.5rem!important
}
.bulma-is-size-3 {
font-size: 2rem!important
}
.bulma-is-size-4 {
font-size: 1.5rem!important
}
.bulma-is-size-5 {
font-size: 1.25rem!important
}
.bulma-is-size-6 {
font-size: 1rem!important
}
.bulma-is-size-7 {
font-size: .75rem!important
}
@media screen and (max-width:768px) {
.bulma-is-size-1-mobile {
font-size: 3rem!important
}
.bulma-is-size-2-mobile {
font-size: 2.5rem!important
}
.bulma-is-size-3-mobile {
font-size: 2rem!important
}
.bulma-is-size-4-mobile {
font-size: 1.5rem!important
}
.bulma-is-size-5-mobile {
font-size: 1.25rem!important
}
.bulma-is-size-6-mobile {
font-size: 1rem!important
}
.bulma-is-size-7-mobile {
font-size: .75rem!important
}
}
@media print,
screen and (min-width:769px) {
.bulma-is-size-1-tablet {
font-size: 3rem!important
}
.bulma-is-size-2-tablet {
font-size: 2.5rem!important
}
.bulma-is-size-3-tablet {
font-size: 2rem!important
}
.bulma-is-size-4-tablet {
font-size: 1.5rem!important
}
.bulma-is-size-5-tablet {
font-size: 1.25rem!important
}
.bulma-is-size-6-tablet {
font-size: 1rem!important
}
.bulma-is-size-7-tablet {
font-size: .75rem!important
}
}
@media screen and (max-width:1023px) {
.bulma-is-size-1-touch {
font-size: 3rem!important
}
.bulma-is-size-2-touch {
font-size: 2.5rem!important
}
.bulma-is-size-3-touch {
font-size: 2rem!important
}
.bulma-is-size-4-touch {
font-size: 1.5rem!important
}
.bulma-is-size-5-touch {
font-size: 1.25rem!important
}
.bulma-is-size-6-touch {
font-size: 1rem!important
}
.bulma-is-size-7-touch {
font-size: .75rem!important
}
}
@media screen and (min-width:1024px) {
.bulma-is-size-1-desktop {
font-size: 3rem!important
}
.bulma-is-size-2-desktop {
font-size: 2.5rem!important
}
.bulma-is-size-3-desktop {
font-size: 2rem!important
}
.bulma-is-size-4-desktop {
font-size: 1.5rem!important
}
.bulma-is-size-5-desktop {
font-size: 1.25rem!important
}
.bulma-is-size-6-desktop {
font-size: 1rem!important
}
.bulma-is-size-7-desktop {
font-size: .75rem!important
}
}
@media screen and (min-width:1216px) {
.bulma-is-size-1-widescreen {
font-size: 3rem!important
}
.bulma-is-size-2-widescreen {
font-size: 2.5rem!important
}
.bulma-is-size-3-widescreen {
font-size: 2rem!important
}
.bulma-is-size-4-widescreen {
font-size: 1.5rem!important
}
.bulma-is-size-5-widescreen {
font-size: 1.25rem!important
}
.bulma-is-size-6-widescreen {
font-size: 1rem!important
}
.bulma-is-size-7-widescreen {
font-size: .75rem!important
}
}
@media screen and (min-width:1408px) {
.bulma-is-size-1-fullhd {
font-size: 3rem!important
}
.bulma-is-size-2-fullhd {
font-size: 2.5rem!important
}
.bulma-is-size-3-fullhd {
font-size: 2rem!important
}
.bulma-is-size-4-fullhd {
font-size: 1.5rem!important
}
.bulma-is-size-5-fullhd {
font-size: 1.25rem!important
}
.bulma-is-size-6-fullhd {
font-size: 1rem!important
}
.bulma-is-size-7-fullhd {
font-size: .75rem!important
}
}
.bulma-has-text-centered {
text-align: center!important
}
.bulma-has-text-justified {
text-align: justify!important
}
.bulma-has-text-left {
text-align: left!important
}
.bulma-has-text-right {
text-align: right!important
}
@media screen and (max-width:768px) {
.bulma-has-text-centered-mobile {
text-align: center!important
}
}
@media print,
screen and (min-width:769px) {
.bulma-has-text-centered-tablet {
text-align: center!important
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-has-text-centered-tablet-only {
text-align: center!important
}
}
@media screen and (max-width:1023px) {
.bulma-has-text-centered-touch {
text-align: center!important
}
}
@media screen and (min-width:1024px) {
.bulma-has-text-centered-desktop {
text-align: center!important
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-has-text-centered-desktop-only {
text-align: center!important
}
}
@media screen and (min-width:1216px) {
.bulma-has-text-centered-widescreen {
text-align: center!important
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-has-text-centered-widescreen-only {
text-align: center!important
}
}
@media screen and (min-width:1408px) {
.bulma-has-text-centered-fullhd {
text-align: center!important
}
}
@media screen and (max-width:768px) {
.bulma-has-text-justified-mobile {
text-align: justify!important
}
}
@media print,
screen and (min-width:769px) {
.bulma-has-text-justified-tablet {
text-align: justify!important
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-has-text-justified-tablet-only {
text-align: justify!important
}
}
@media screen and (max-width:1023px) {
.bulma-has-text-justified-touch {
text-align: justify!important
}
}
@media screen and (min-width:1024px) {
.bulma-has-text-justified-desktop {
text-align: justify!important
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-has-text-justified-desktop-only {
text-align: justify!important
}
}
@media screen and (min-width:1216px) {
.bulma-has-text-justified-widescreen {
text-align: justify!important
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-has-text-justified-widescreen-only {
text-align: justify!important
}
}
@media screen and (min-width:1408px) {
.bulma-has-text-justified-fullhd {
text-align: justify!important
}
}
@media screen and (max-width:768px) {
.bulma-has-text-left-mobile {
text-align: left!important
}
}
@media print,
screen and (min-width:769px) {
.bulma-has-text-left-tablet {
text-align: left!important
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-has-text-left-tablet-only {
text-align: left!important
}
}
@media screen and (max-width:1023px) {
.bulma-has-text-left-touch {
text-align: left!important
}
}
@media screen and (min-width:1024px) {
.bulma-has-text-left-desktop {
text-align: left!important
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-has-text-left-desktop-only {
text-align: left!important
}
}
@media screen and (min-width:1216px) {
.bulma-has-text-left-widescreen {
text-align: left!important
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-has-text-left-widescreen-only {
text-align: left!important
}
}
@media screen and (min-width:1408px) {
.bulma-has-text-left-fullhd {
text-align: left!important
}
}
@media screen and (max-width:768px) {
.bulma-has-text-right-mobile {
text-align: right!important
}
}
@media print,
screen and (min-width:769px) {
.bulma-has-text-right-tablet {
text-align: right!important
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-has-text-right-tablet-only {
text-align: right!important
}
}
@media screen and (max-width:1023px) {
.bulma-has-text-right-touch {
text-align: right!important
}
}
@media screen and (min-width:1024px) {
.bulma-has-text-right-desktop {
text-align: right!important
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-has-text-right-desktop-only {
text-align: right!important
}
}
@media screen and (min-width:1216px) {
.bulma-has-text-right-widescreen {
text-align: right!important
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-has-text-right-widescreen-only {
text-align: right!important
}
}
@media screen and (min-width:1408px) {
.bulma-has-text-right-fullhd {
text-align: right!important
}
}
.bulma-is-capitalized {
text-transform: capitalize!important
}
.bulma-is-lowercase {
text-transform: lowercase!important
}
.bulma-is-uppercase {
text-transform: uppercase!important
}
.bulma-is-italic {
font-style: italic!important
}
.bulma-has-text-weight-light {
font-weight: 300!important
}
.bulma-has-text-weight-normal {
font-weight: 400!important
}
.bulma-has-text-weight-medium {
font-weight: 500!important
}
.bulma-has-text-weight-semibold {
font-weight: 600!important
}
.bulma-has-text-weight-bold {
font-weight: 700!important
}
.bulma-is-family-primary,
.bulma-is-family-sans-serif,
.bulma-is-family-secondary {
font-family: BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif!important
}
.bulma-is-family-code,
.bulma-is-family-monospace {
font-family: monospace!important
}
.bulma-is-block {
display: block!important
}
@media screen and (max-width:768px) {
.bulma-is-block-mobile {
display: block!important
}
}
@media print,
screen and (min-width:769px) {
.bulma-is-block-tablet {
display: block!important
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-is-block-tablet-only {
display: block!important
}
}
@media screen and (max-width:1023px) {
.bulma-is-block-touch {
display: block!important
}
}
@media screen and (min-width:1024px) {
.bulma-is-block-desktop {
display: block!important
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-is-block-desktop-only {
display: block!important
}
}
@media screen and (min-width:1216px) {
.bulma-is-block-widescreen {
display: block!important
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-is-block-widescreen-only {
display: block!important
}
}
@media screen and (min-width:1408px) {
.bulma-is-block-fullhd {
display: block!important
}
}
.bulma-is-flex {
display: flex!important
}
@media screen and (max-width:768px) {
.bulma-is-flex-mobile {
display: flex!important
}
}
@media print,
screen and (min-width:769px) {
.bulma-is-flex-tablet {
display: flex!important
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-is-flex-tablet-only {
display: flex!important
}
}
@media screen and (max-width:1023px) {
.bulma-is-flex-touch {
display: flex!important
}
}
@media screen and (min-width:1024px) {
.bulma-is-flex-desktop {
display: flex!important
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-is-flex-desktop-only {
display: flex!important
}
}
@media screen and (min-width:1216px) {
.bulma-is-flex-widescreen {
display: flex!important
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-is-flex-widescreen-only {
display: flex!important
}
}
@media screen and (min-width:1408px) {
.bulma-is-flex-fullhd {
display: flex!important
}
}
.bulma-is-inline {
display: inline!important
}
@media screen and (max-width:768px) {
.bulma-is-inline-mobile {
display: inline!important
}
}
@media print,
screen and (min-width:769px) {
.bulma-is-inline-tablet {
display: inline!important
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-is-inline-tablet-only {
display: inline!important
}
}
@media screen and (max-width:1023px) {
.bulma-is-inline-touch {
display: inline!important
}
}
@media screen and (min-width:1024px) {
.bulma-is-inline-desktop {
display: inline!important
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-is-inline-desktop-only {
display: inline!important
}
}
@media screen and (min-width:1216px) {
.bulma-is-inline-widescreen {
display: inline!important
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-is-inline-widescreen-only {
display: inline!important
}
}
@media screen and (min-width:1408px) {
.bulma-is-inline-fullhd {
display: inline!important
}
}
.bulma-is-inline-block {
display: inline-block!important
}
@media screen and (max-width:768px) {
.bulma-is-inline-block-mobile {
display: inline-block!important
}
}
@media print,
screen and (min-width:769px) {
.bulma-is-inline-block-tablet {
display: inline-block!important
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-is-inline-block-tablet-only {
display: inline-block!important
}
}
@media screen and (max-width:1023px) {
.bulma-is-inline-block-touch {
display: inline-block!important
}
}
@media screen and (min-width:1024px) {
.bulma-is-inline-block-desktop {
display: inline-block!important
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-is-inline-block-desktop-only {
display: inline-block!important
}
}
@media screen and (min-width:1216px) {
.bulma-is-inline-block-widescreen {
display: inline-block!important
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-is-inline-block-widescreen-only {
display: inline-block!important
}
}
@media screen and (min-width:1408px) {
.bulma-is-inline-block-fullhd {
display: inline-block!important
}
}
.bulma-is-inline-flex {
display: inline-flex!important
}
@media screen and (max-width:768px) {
.bulma-is-inline-flex-mobile {
display: inline-flex!important
}
}
@media print,
screen and (min-width:769px) {
.bulma-is-inline-flex-tablet {
display: inline-flex!important
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-is-inline-flex-tablet-only {
display: inline-flex!important
}
}
@media screen and (max-width:1023px) {
.bulma-is-inline-flex-touch {
display: inline-flex!important
}
}
@media screen and (min-width:1024px) {
.bulma-is-inline-flex-desktop {
display: inline-flex!important
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-is-inline-flex-desktop-only {
display: inline-flex!important
}
}
@media screen and (min-width:1216px) {
.bulma-is-inline-flex-widescreen {
display: inline-flex!important
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-is-inline-flex-widescreen-only {
display: inline-flex!important
}
}
@media screen and (min-width:1408px) {
.bulma-is-inline-flex-fullhd {
display: inline-flex!important
}
}
.bulma-is-hidden {
display: none!important
}
.bulma-is-sr-only {
border: none!important;
clip: rect(0, 0, 0, 0)!important;
height: .01em!important;
overflow: hidden!important;
padding: 0!important;
position: absolute!important;
white-space: nowrap!important;
width: .01em!important
}
@media screen and (max-width:768px) {
.bulma-is-hidden-mobile {
display: none!important
}
}
@media print,
screen and (min-width:769px) {
.bulma-is-hidden-tablet {
display: none!important
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-is-hidden-tablet-only {
display: none!important
}
}
@media screen and (max-width:1023px) {
.bulma-is-hidden-touch {
display: none!important
}
}
@media screen and (min-width:1024px) {
.bulma-is-hidden-desktop {
display: none!important
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-is-hidden-desktop-only {
display: none!important
}
}
@media screen and (min-width:1216px) {
.bulma-is-hidden-widescreen {
display: none!important
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-is-hidden-widescreen-only {
display: none!important
}
}
@media screen and (min-width:1408px) {
.bulma-is-hidden-fullhd {
display: none!important
}
}
.bulma-is-invisible {
visibility: hidden!important
}
@media screen and (max-width:768px) {
.bulma-is-invisible-mobile {
visibility: hidden!important
}
}
@media print,
screen and (min-width:769px) {
.bulma-is-invisible-tablet {
visibility: hidden!important
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-is-invisible-tablet-only {
visibility: hidden!important
}
}
@media screen and (max-width:1023px) {
.bulma-is-invisible-touch {
visibility: hidden!important
}
}
@media screen and (min-width:1024px) {
.bulma-is-invisible-desktop {
visibility: hidden!important
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-is-invisible-desktop-only {
visibility: hidden!important
}
}
@media screen and (min-width:1216px) {
.bulma-is-invisible-widescreen {
visibility: hidden!important
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-is-invisible-widescreen-only {
visibility: hidden!important
}
}
@media screen and (min-width:1408px) {
.bulma-is-invisible-fullhd {
visibility: hidden!important
}
}
.bulma-modal {
align-items: center;
display: none;
flex-direction: column;
justify-content: center;
overflow: hidden;
position: fixed;
z-index: 40
}
.bulma-modal.bulma-is-active {
display: flex
}
.bulma-modal-background {
background-color: rgba(10, 10, 10, .86)
}
.bulma-modal-card,
.bulma-modal-content {
margin: 0 20px;
max-height: calc(100vh - 160px);
overflow: auto;
position: relative;
width: 100%
}
@media print,
screen and (min-width:769px) {
.bulma-modal-card,
.bulma-modal-content {
margin: 0 auto;
max-height: calc(100vh - 40px);
width: 640px
}
}
.bulma-modal-close {
display: none;
background: 0 0;
height: 40px;
position: fixed;
right: 20px;
top: 20px;
width: 40px
}
.bulma-modal-card {
display: flex;
flex-direction: column;
max-height: calc(100vh - 40px);
overflow: hidden;
-ms-overflow-y: visible
}
.bulma-modal-card-foot,
.bulma-modal-card-head {
align-items: center;
background-color: #f5f5f5;
display: flex;
flex-shrink: 0;
justify-content: flex-start;
padding: 20px;
position: relative
}
.bulma-modal-card-head {
border-bottom: 1px solid #dbdbdb;
border-top-left-radius: 6px;
border-top-right-radius: 6px
}
.bulma-modal-card-title {
color: #363636;
flex-grow: 1;
flex-shrink: 0;
font-size: 1.5rem;
line-height: 1
}
.bulma-modal-card-foot {
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
border-top: 1px solid #dbdbdb
}
.bulma-modal-card-foot .bulma-button:not(:last-child) {
margin-right: .5em
}
.bulma-modal-card-body {
-webkit-overflow-scrolling: touch;
background-color: #fff;
flex-grow: 1;
flex-shrink: 1;
overflow: auto;
padding: 20px
}
.bulma-card {
background-color: #fff;
box-shadow: 0 .5em 1em -.125em rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .02);
color: #4a4a4a;
max-width: 100%;
position: relative
}
.bulma-card-header {
background-color: transparent;
align-items: stretch;
box-shadow: 0 .125em .25em rgba(10, 10, 10, .1);
display: flex
}
.bulma-card-header-title {
align-items: center;
color: #363636;
display: flex;
flex-grow: 1;
font-weight: 700;
padding: .75rem 1rem
}
.bulma-card-header-title.bulma-is-centered {
justify-content: center
}
.bulma-card-header-icon {
align-items: center;
cursor: pointer;
display: flex;
justify-content: center;
padding: .75rem 1rem
}
.bulma-card-image {
display: block;
position: relative
}
.bulma-card-content {
background-color: transparent;
padding: 1.5rem
}
.bulma-card-footer {
background-color: transparent;
border-top: 1px solid #ededed;
align-items: stretch;
display: flex
}
.bulma-card-footer-item {
align-items: center;
display: flex;
flex-basis: 0;
flex-grow: 1;
flex-shrink: 0;
justify-content: center;
padding: .75rem
}
.bulma-card-footer-item:not(:last-child) {
border-right: 1px solid #ededed
}
.bulma-card .bulma-media:not(:last-child) {
margin-bottom: 1.5rem
}
.bulma-button {
background-color: #fff;
border-color: #dbdbdb;
border-width: 1px;
color: #363636;
cursor: pointer;
justify-content: center;
padding-bottom: calc(.5em - 1px);
padding-left: 1em;
padding-right: 1em;
padding-top: calc(.5em - 1px);
text-align: center;
white-space: nowrap
}
.bulma-button strong {
color: inherit
}
.bulma-button .bulma-icon,
.bulma-button .bulma-icon.bulma-is-large,
.bulma-button .bulma-icon.bulma-is-medium,
.bulma-button .bulma-icon.bulma-is-small {
height: 1.5em;
width: 1.5em
}
.bulma-button .bulma-icon:first-child:not(:last-child) {
margin-left: calc(-.5em - 1px);
margin-right: .25em
}
.bulma-button .bulma-icon:last-child:not(:first-child) {
margin-left: .25em;
margin-right: calc(-.5em - 1px)
}
.bulma-button .bulma-icon:first-child:last-child {
margin-left: calc(-.5em - 1px);
margin-right: calc(-.5em - 1px)
}
.bulma-button.bulma-is-hovered,
.bulma-button:hover {
border-color: #b5b5b5;
color: #363636
}
.bulma-button.bulma-is-focused,
.bulma-button:focus {
border-color: #7957d5;
color: #363636
}
.bulma-button.bulma-is-focused:not(:active),
.bulma-button:focus:not(:active) {
box-shadow: 0 0 0 .125em rgba(121, 87, 213, .25)
}
.bulma-button.bulma-is-active,
.bulma-button:active {
border-color: #4a4a4a;
color: #363636
}
.bulma-button.bulma-is-text {
background-color: transparent;
border-color: transparent;
color: #4a4a4a;
text-decoration: underline
}
.bulma-button.bulma-is-text.bulma-is-focused,
.bulma-button.bulma-is-text.bulma-is-hovered,
.bulma-button.bulma-is-text:focus,
.bulma-button.bulma-is-text:hover {
background-color: #f5f5f5;
color: #363636
}
.bulma-button.bulma-is-text.bulma-is-active,
.bulma-button.bulma-is-text:active {
background-color: #e8e8e8;
color: #363636
}
.bulma-button.bulma-is-text[disabled],
fieldset[disabled] .bulma-button.bulma-is-text {
background-color: transparent;
border-color: transparent;
box-shadow: none
}
.bulma-button.bulma-is-white {
background-color: #fff;
border-color: transparent;
color: #0a0a0a
}
.bulma-button.bulma-is-white.bulma-is-hovered,
.bulma-button.bulma-is-white:hover {
background-color: #f9f9f9;
border-color: transparent;
color: #0a0a0a
}
.bulma-button.bulma-is-white.bulma-is-focused,
.bulma-button.bulma-is-white:focus {
border-color: transparent;
color: #0a0a0a
}
.bulma-button.bulma-is-white.bulma-is-focused:not(:active),
.bulma-button.bulma-is-white:focus:not(:active) {
box-shadow: 0 0 0 .125em hsla(0, 0%, 100%, .25)
}
.bulma-button.bulma-is-white.bulma-is-active,
.bulma-button.bulma-is-white:active {
background-color: #f2f2f2;
border-color: transparent;
color: #0a0a0a
}
.bulma-button.bulma-is-white[disabled],
fieldset[disabled] .bulma-button.bulma-is-white {
background-color: #fff;
border-color: transparent;
box-shadow: none
}
.bulma-button.bulma-is-white.bulma-is-inverted {
background-color: #0a0a0a;
color: #fff
}
.bulma-button.bulma-is-white.bulma-is-inverted.bulma-is-hovered,
.bulma-button.bulma-is-white.bulma-is-inverted:hover {
background-color: #000
}
.bulma-button.bulma-is-white.bulma-is-inverted[disabled],
fieldset[disabled] .bulma-button.bulma-is-white.bulma-is-inverted {
background-color: #0a0a0a;
border-color: transparent;
box-shadow: none;
color: #fff
}
.bulma-button.bulma-is-white.bulma-is-loading:after {
border-color: transparent transparent #0a0a0a #0a0a0a!important
}
.bulma-button.bulma-is-white.bulma-is-outlined {
background-color: transparent;
border-color: #fff;
color: #fff
}
.bulma-button.bulma-is-white.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-white.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-white.bulma-is-outlined:focus,
.bulma-button.bulma-is-white.bulma-is-outlined:hover {
background-color: #fff;
border-color: #fff;
color: #0a0a0a
}
.bulma-button.bulma-is-white.bulma-is-outlined.bulma-is-loading:after {
border-color: transparent transparent #fff #fff!important
}
.bulma-button.bulma-is-white.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-white.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-white.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-white.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent #0a0a0a #0a0a0a!important
}
.bulma-button.bulma-is-white.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-white.bulma-is-outlined {
background-color: transparent;
border-color: #fff;
box-shadow: none;
color: #fff
}
.bulma-button.bulma-is-white.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: #0a0a0a;
color: #0a0a0a
}
.bulma-button.bulma-is-white.bulma-is-inverted.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-white.bulma-is-inverted.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-white.bulma-is-inverted.bulma-is-outlined:focus,
.bulma-button.bulma-is-white.bulma-is-inverted.bulma-is-outlined:hover {
background-color: #0a0a0a;
color: #fff
}
.bulma-button.bulma-is-white.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-white.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-white.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-white.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent #fff #fff!important
}
.bulma-button.bulma-is-white.bulma-is-inverted.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-white.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: #0a0a0a;
box-shadow: none;
color: #0a0a0a
}
.bulma-button.bulma-is-black {
background-color: #0a0a0a;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-black.bulma-is-hovered,
.bulma-button.bulma-is-black:hover {
background-color: #040404;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-black.bulma-is-focused,
.bulma-button.bulma-is-black:focus {
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-black.bulma-is-focused:not(:active),
.bulma-button.bulma-is-black:focus:not(:active) {
box-shadow: 0 0 0 .125em rgba(10, 10, 10, .25)
}
.bulma-button.bulma-is-black.bulma-is-active,
.bulma-button.bulma-is-black:active {
background-color: #000;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-black[disabled],
fieldset[disabled] .bulma-button.bulma-is-black {
background-color: #0a0a0a;
border-color: transparent;
box-shadow: none
}
.bulma-button.bulma-is-black.bulma-is-inverted {
background-color: #fff;
color: #0a0a0a
}
.bulma-button.bulma-is-black.bulma-is-inverted.bulma-is-hovered,
.bulma-button.bulma-is-black.bulma-is-inverted:hover {
background-color: #f2f2f2
}
.bulma-button.bulma-is-black.bulma-is-inverted[disabled],
fieldset[disabled] .bulma-button.bulma-is-black.bulma-is-inverted {
background-color: #fff;
border-color: transparent;
box-shadow: none;
color: #0a0a0a
}
.bulma-button.bulma-is-black.bulma-is-loading:after {
border-color: transparent transparent #fff #fff!important
}
.bulma-button.bulma-is-black.bulma-is-outlined {
background-color: transparent;
border-color: #0a0a0a;
color: #0a0a0a
}
.bulma-button.bulma-is-black.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-black.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-black.bulma-is-outlined:focus,
.bulma-button.bulma-is-black.bulma-is-outlined:hover {
background-color: #0a0a0a;
border-color: #0a0a0a;
color: #fff
}
.bulma-button.bulma-is-black.bulma-is-outlined.bulma-is-loading:after {
border-color: transparent transparent #0a0a0a #0a0a0a!important
}
.bulma-button.bulma-is-black.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-black.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-black.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-black.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent #fff #fff!important
}
.bulma-button.bulma-is-black.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-black.bulma-is-outlined {
background-color: transparent;
border-color: #0a0a0a;
box-shadow: none;
color: #0a0a0a
}
.bulma-button.bulma-is-black.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: #fff;
color: #fff
}
.bulma-button.bulma-is-black.bulma-is-inverted.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-black.bulma-is-inverted.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-black.bulma-is-inverted.bulma-is-outlined:focus,
.bulma-button.bulma-is-black.bulma-is-inverted.bulma-is-outlined:hover {
background-color: #fff;
color: #0a0a0a
}
.bulma-button.bulma-is-black.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-black.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-black.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-black.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent #0a0a0a #0a0a0a!important
}
.bulma-button.bulma-is-black.bulma-is-inverted.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-black.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: #fff;
box-shadow: none;
color: #fff
}
.bulma-button.bulma-is-light {
background-color: #f5f5f5;
border-color: transparent;
color: rgba(0, 0, 0, .7)
}
.bulma-button.bulma-is-light.bulma-is-hovered,
.bulma-button.bulma-is-light:hover {
background-color: #eee;
border-color: transparent;
color: rgba(0, 0, 0, .7)
}
.bulma-button.bulma-is-light.bulma-is-focused,
.bulma-button.bulma-is-light:focus {
border-color: transparent;
color: rgba(0, 0, 0, .7)
}
.bulma-button.bulma-is-light.bulma-is-focused:not(:active),
.bulma-button.bulma-is-light:focus:not(:active) {
box-shadow: 0 0 0 .125em hsla(0, 0%, 96.1%, .25)
}
.bulma-button.bulma-is-light.bulma-is-active,
.bulma-button.bulma-is-light:active {
background-color: #e8e8e8;
border-color: transparent;
color: rgba(0, 0, 0, .7)
}
.bulma-button.bulma-is-light[disabled],
fieldset[disabled] .bulma-button.bulma-is-light {
background-color: #f5f5f5;
border-color: transparent;
box-shadow: none
}
.bulma-button.bulma-is-light.bulma-is-inverted {
background-color: rgba(0, 0, 0, .7);
color: #f5f5f5
}
.bulma-button.bulma-is-light.bulma-is-inverted.bulma-is-hovered,
.bulma-button.bulma-is-light.bulma-is-inverted:hover {
background-color: rgba(0, 0, 0, .7)
}
.bulma-button.bulma-is-light.bulma-is-inverted[disabled],
fieldset[disabled] .bulma-button.bulma-is-light.bulma-is-inverted {
background-color: rgba(0, 0, 0, .7);
border-color: transparent;
box-shadow: none;
color: #f5f5f5
}
.bulma-button.bulma-is-light.bulma-is-loading:after {
border-color: transparent transparent rgba(0, 0, 0, .7) rgba(0, 0, 0, .7)!important
}
.bulma-button.bulma-is-light.bulma-is-outlined {
background-color: transparent;
border-color: #f5f5f5;
color: #f5f5f5
}
.bulma-button.bulma-is-light.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-light.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-light.bulma-is-outlined:focus,
.bulma-button.bulma-is-light.bulma-is-outlined:hover {
background-color: #f5f5f5;
border-color: #f5f5f5;
color: rgba(0, 0, 0, .7)
}
.bulma-button.bulma-is-light.bulma-is-outlined.bulma-is-loading:after {
border-color: transparent transparent #f5f5f5 #f5f5f5!important
}
.bulma-button.bulma-is-light.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-light.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-light.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-light.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent rgba(0, 0, 0, .7) rgba(0, 0, 0, .7)!important
}
.bulma-button.bulma-is-light.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-light.bulma-is-outlined {
background-color: transparent;
border-color: #f5f5f5;
box-shadow: none;
color: #f5f5f5
}
.bulma-button.bulma-is-light.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: rgba(0, 0, 0, .7);
color: rgba(0, 0, 0, .7)
}
.bulma-button.bulma-is-light.bulma-is-inverted.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-light.bulma-is-inverted.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-light.bulma-is-inverted.bulma-is-outlined:focus,
.bulma-button.bulma-is-light.bulma-is-inverted.bulma-is-outlined:hover {
background-color: rgba(0, 0, 0, .7);
color: #f5f5f5
}
.bulma-button.bulma-is-light.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-light.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-light.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-light.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent #f5f5f5 #f5f5f5!important
}
.bulma-button.bulma-is-light.bulma-is-inverted.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-light.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: rgba(0, 0, 0, .7);
box-shadow: none;
color: rgba(0, 0, 0, .7)
}
.bulma-button.bulma-is-dark {
background-color: #363636;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-dark.bulma-is-hovered,
.bulma-button.bulma-is-dark:hover {
background-color: #2f2f2f;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-dark.bulma-is-focused,
.bulma-button.bulma-is-dark:focus {
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-dark.bulma-is-focused:not(:active),
.bulma-button.bulma-is-dark:focus:not(:active) {
box-shadow: 0 0 0 .125em rgba(54, 54, 54, .25)
}
.bulma-button.bulma-is-dark.bulma-is-active,
.bulma-button.bulma-is-dark:active {
background-color: #292929;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-dark[disabled],
fieldset[disabled] .bulma-button.bulma-is-dark {
background-color: #363636;
border-color: transparent;
box-shadow: none
}
.bulma-button.bulma-is-dark.bulma-is-inverted {
background-color: #fff;
color: #363636
}
.bulma-button.bulma-is-dark.bulma-is-inverted.bulma-is-hovered,
.bulma-button.bulma-is-dark.bulma-is-inverted:hover {
background-color: #f2f2f2
}
.bulma-button.bulma-is-dark.bulma-is-inverted[disabled],
fieldset[disabled] .bulma-button.bulma-is-dark.bulma-is-inverted {
background-color: #fff;
border-color: transparent;
box-shadow: none;
color: #363636
}
.bulma-button.bulma-is-dark.bulma-is-loading:after {
border-color: transparent transparent #fff #fff!important
}
.bulma-button.bulma-is-dark.bulma-is-outlined {
background-color: transparent;
border-color: #363636;
color: #363636
}
.bulma-button.bulma-is-dark.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-dark.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-dark.bulma-is-outlined:focus,
.bulma-button.bulma-is-dark.bulma-is-outlined:hover {
background-color: #363636;
border-color: #363636;
color: #fff
}
.bulma-button.bulma-is-dark.bulma-is-outlined.bulma-is-loading:after {
border-color: transparent transparent #363636 #363636!important
}
.bulma-button.bulma-is-dark.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-dark.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-dark.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-dark.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent #fff #fff!important
}
.bulma-button.bulma-is-dark.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-dark.bulma-is-outlined {
background-color: transparent;
border-color: #363636;
box-shadow: none;
color: #363636
}
.bulma-button.bulma-is-dark.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: #fff;
color: #fff
}
.bulma-button.bulma-is-dark.bulma-is-inverted.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-dark.bulma-is-inverted.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-dark.bulma-is-inverted.bulma-is-outlined:focus,
.bulma-button.bulma-is-dark.bulma-is-inverted.bulma-is-outlined:hover {
background-color: #fff;
color: #363636
}
.bulma-button.bulma-is-dark.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-dark.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-dark.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-dark.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent #363636 #363636!important
}
.bulma-button.bulma-is-dark.bulma-is-inverted.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-dark.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: #fff;
box-shadow: none;
color: #fff
}
.bulma-button.bulma-is-primary {
background-color: #7957d5;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-primary.bulma-is-hovered,
.bulma-button.bulma-is-primary:hover {
background-color: #714dd2;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-primary.bulma-is-focused,
.bulma-button.bulma-is-primary:focus {
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-primary.bulma-is-focused:not(:active),
.bulma-button.bulma-is-primary:focus:not(:active) {
box-shadow: 0 0 0 .125em rgba(121, 87, 213, .25)
}
.bulma-button.bulma-is-primary.bulma-is-active,
.bulma-button.bulma-is-primary:active {
background-color: #6943d0;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-primary[disabled],
fieldset[disabled] .bulma-button.bulma-is-primary {
background-color: #7957d5;
border-color: transparent;
box-shadow: none
}
.bulma-button.bulma-is-primary.bulma-is-inverted {
background-color: #fff;
color: #7957d5
}
.bulma-button.bulma-is-primary.bulma-is-inverted.bulma-is-hovered,
.bulma-button.bulma-is-primary.bulma-is-inverted:hover {
background-color: #f2f2f2
}
.bulma-button.bulma-is-primary.bulma-is-inverted[disabled],
fieldset[disabled] .bulma-button.bulma-is-primary.bulma-is-inverted {
background-color: #fff;
border-color: transparent;
box-shadow: none;
color: #7957d5
}
.bulma-button.bulma-is-primary.bulma-is-loading:after {
border-color: transparent transparent #fff #fff!important
}
.bulma-button.bulma-is-primary.bulma-is-outlined {
background-color: transparent;
border-color: #7957d5;
color: #7957d5
}
.bulma-button.bulma-is-primary.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-primary.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-primary.bulma-is-outlined:focus,
.bulma-button.bulma-is-primary.bulma-is-outlined:hover {
background-color: #7957d5;
border-color: #7957d5;
color: #fff
}
.bulma-button.bulma-is-primary.bulma-is-outlined.bulma-is-loading:after {
border-color: transparent transparent #7957d5 #7957d5!important
}
.bulma-button.bulma-is-primary.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-primary.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-primary.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-primary.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent #fff #fff!important
}
.bulma-button.bulma-is-primary.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-primary.bulma-is-outlined {
background-color: transparent;
border-color: #7957d5;
box-shadow: none;
color: #7957d5
}
.bulma-button.bulma-is-primary.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: #fff;
color: #fff
}
.bulma-button.bulma-is-primary.bulma-is-inverted.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-primary.bulma-is-inverted.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-primary.bulma-is-inverted.bulma-is-outlined:focus,
.bulma-button.bulma-is-primary.bulma-is-inverted.bulma-is-outlined:hover {
background-color: #fff;
color: #7957d5
}
.bulma-button.bulma-is-primary.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-primary.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-primary.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-primary.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent #7957d5 #7957d5!important
}
.bulma-button.bulma-is-primary.bulma-is-inverted.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-primary.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: #fff;
box-shadow: none;
color: #fff
}
.bulma-button.bulma-is-primary.bulma-is-light {
background-color: #f2effb;
color: #552fbc
}
.bulma-button.bulma-is-primary.bulma-is-light.bulma-is-hovered,
.bulma-button.bulma-is-primary.bulma-is-light:hover {
background-color: #eae4f8;
border-color: transparent;
color: #552fbc
}
.bulma-button.bulma-is-primary.bulma-is-light.bulma-is-active,
.bulma-button.bulma-is-primary.bulma-is-light:active {
background-color: #e2daf6;
border-color: transparent;
color: #552fbc
}
.bulma-button.bulma-is-link {
background-color: #7957d5;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-link.bulma-is-hovered,
.bulma-button.bulma-is-link:hover {
background-color: #714dd2;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-link.bulma-is-focused,
.bulma-button.bulma-is-link:focus {
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-link.bulma-is-focused:not(:active),
.bulma-button.bulma-is-link:focus:not(:active) {
box-shadow: 0 0 0 .125em rgba(121, 87, 213, .25)
}
.bulma-button.bulma-is-link.bulma-is-active,
.bulma-button.bulma-is-link:active {
background-color: #6943d0;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-link[disabled],
fieldset[disabled] .bulma-button.bulma-is-link {
background-color: #7957d5;
border-color: transparent;
box-shadow: none
}
.bulma-button.bulma-is-link.bulma-is-inverted {
background-color: #fff;
color: #7957d5
}
.bulma-button.bulma-is-link.bulma-is-inverted.bulma-is-hovered,
.bulma-button.bulma-is-link.bulma-is-inverted:hover {
background-color: #f2f2f2
}
.bulma-button.bulma-is-link.bulma-is-inverted[disabled],
fieldset[disabled] .bulma-button.bulma-is-link.bulma-is-inverted {
background-color: #fff;
border-color: transparent;
box-shadow: none;
color: #7957d5
}
.bulma-button.bulma-is-link.bulma-is-loading:after {
border-color: transparent transparent #fff #fff!important
}
.bulma-button.bulma-is-link.bulma-is-outlined {
background-color: transparent;
border-color: #7957d5;
color: #7957d5
}
.bulma-button.bulma-is-link.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-link.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-link.bulma-is-outlined:focus,
.bulma-button.bulma-is-link.bulma-is-outlined:hover {
background-color: #7957d5;
border-color: #7957d5;
color: #fff
}
.bulma-button.bulma-is-link.bulma-is-outlined.bulma-is-loading:after {
border-color: transparent transparent #7957d5 #7957d5!important
}
.bulma-button.bulma-is-link.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-link.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-link.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-link.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent #fff #fff!important
}
.bulma-button.bulma-is-link.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-link.bulma-is-outlined {
background-color: transparent;
border-color: #7957d5;
box-shadow: none;
color: #7957d5
}
.bulma-button.bulma-is-link.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: #fff;
color: #fff
}
.bulma-button.bulma-is-link.bulma-is-inverted.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-link.bulma-is-inverted.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-link.bulma-is-inverted.bulma-is-outlined:focus,
.bulma-button.bulma-is-link.bulma-is-inverted.bulma-is-outlined:hover {
background-color: #fff;
color: #7957d5
}
.bulma-button.bulma-is-link.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-link.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-link.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-link.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent #7957d5 #7957d5!important
}
.bulma-button.bulma-is-link.bulma-is-inverted.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-link.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: #fff;
box-shadow: none;
color: #fff
}
.bulma-button.bulma-is-link.bulma-is-light {
background-color: #f2effb;
color: #552fbc
}
.bulma-button.bulma-is-link.bulma-is-light.bulma-is-hovered,
.bulma-button.bulma-is-link.bulma-is-light:hover {
background-color: #eae4f8;
border-color: transparent;
color: #552fbc
}
.bulma-button.bulma-is-link.bulma-is-light.bulma-is-active,
.bulma-button.bulma-is-link.bulma-is-light:active {
background-color: #e2daf6;
border-color: transparent;
color: #552fbc
}
.bulma-button.bulma-is-info {
background-color: #167df0;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-info.bulma-is-hovered,
.bulma-button.bulma-is-info:hover {
background-color: #0f77ea;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-info.bulma-is-focused,
.bulma-button.bulma-is-info:focus {
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-info.bulma-is-focused:not(:active),
.bulma-button.bulma-is-info:focus:not(:active) {
box-shadow: 0 0 0 .125em rgba(22, 125, 240, .25)
}
.bulma-button.bulma-is-info.bulma-is-active,
.bulma-button.bulma-is-info:active {
background-color: #0e71de;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-info[disabled],
fieldset[disabled] .bulma-button.bulma-is-info {
background-color: #167df0;
border-color: transparent;
box-shadow: none
}
.bulma-button.bulma-is-info.bulma-is-inverted {
background-color: #fff;
color: #167df0
}
.bulma-button.bulma-is-info.bulma-is-inverted.bulma-is-hovered,
.bulma-button.bulma-is-info.bulma-is-inverted:hover {
background-color: #f2f2f2
}
.bulma-button.bulma-is-info.bulma-is-inverted[disabled],
fieldset[disabled] .bulma-button.bulma-is-info.bulma-is-inverted {
background-color: #fff;
border-color: transparent;
box-shadow: none;
color: #167df0
}
.bulma-button.bulma-is-info.bulma-is-loading:after {
border-color: transparent transparent #fff #fff!important
}
.bulma-button.bulma-is-info.bulma-is-outlined {
background-color: transparent;
border-color: #167df0;
color: #167df0
}
.bulma-button.bulma-is-info.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-info.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-info.bulma-is-outlined:focus,
.bulma-button.bulma-is-info.bulma-is-outlined:hover {
background-color: #167df0;
border-color: #167df0;
color: #fff
}
.bulma-button.bulma-is-info.bulma-is-outlined.bulma-is-loading:after {
border-color: transparent transparent #167df0 #167df0!important
}
.bulma-button.bulma-is-info.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-info.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-info.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-info.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent #fff #fff!important
}
.bulma-button.bulma-is-info.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-info.bulma-is-outlined {
background-color: transparent;
border-color: #167df0;
box-shadow: none;
color: #167df0
}
.bulma-button.bulma-is-info.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: #fff;
color: #fff
}
.bulma-button.bulma-is-info.bulma-is-inverted.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-info.bulma-is-inverted.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-info.bulma-is-inverted.bulma-is-outlined:focus,
.bulma-button.bulma-is-info.bulma-is-inverted.bulma-is-outlined:hover {
background-color: #fff;
color: #167df0
}
.bulma-button.bulma-is-info.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-info.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-info.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-info.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent #167df0 #167df0!important
}
.bulma-button.bulma-is-info.bulma-is-inverted.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-info.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: #fff;
box-shadow: none;
color: #fff
}
.bulma-button.bulma-is-info.bulma-is-light {
background-color: #ecf4fe;
color: #0d68ce
}
.bulma-button.bulma-is-info.bulma-is-light.bulma-is-hovered,
.bulma-button.bulma-is-info.bulma-is-light:hover {
background-color: #e0eefd;
border-color: transparent;
color: #0d68ce
}
.bulma-button.bulma-is-info.bulma-is-light.bulma-is-active,
.bulma-button.bulma-is-info.bulma-is-light:active {
background-color: #d4e7fc;
border-color: transparent;
color: #0d68ce
}
.bulma-button.bulma-is-success {
background-color: #48c774;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-success.bulma-is-hovered,
.bulma-button.bulma-is-success:hover {
background-color: #3ec46d;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-success.bulma-is-focused,
.bulma-button.bulma-is-success:focus {
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-success.bulma-is-focused:not(:active),
.bulma-button.bulma-is-success:focus:not(:active) {
box-shadow: 0 0 0 .125em rgba(72, 199, 116, .25)
}
.bulma-button.bulma-is-success.bulma-is-active,
.bulma-button.bulma-is-success:active {
background-color: #3abb67;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-success[disabled],
fieldset[disabled] .bulma-button.bulma-is-success {
background-color: #48c774;
border-color: transparent;
box-shadow: none
}
.bulma-button.bulma-is-success.bulma-is-inverted {
background-color: #fff;
color: #48c774
}
.bulma-button.bulma-is-success.bulma-is-inverted.bulma-is-hovered,
.bulma-button.bulma-is-success.bulma-is-inverted:hover {
background-color: #f2f2f2
}
.bulma-button.bulma-is-success.bulma-is-inverted[disabled],
fieldset[disabled] .bulma-button.bulma-is-success.bulma-is-inverted {
background-color: #fff;
border-color: transparent;
box-shadow: none;
color: #48c774
}
.bulma-button.bulma-is-success.bulma-is-loading:after {
border-color: transparent transparent #fff #fff!important
}
.bulma-button.bulma-is-success.bulma-is-outlined {
background-color: transparent;
border-color: #48c774;
color: #48c774
}
.bulma-button.bulma-is-success.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-success.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-success.bulma-is-outlined:focus,
.bulma-button.bulma-is-success.bulma-is-outlined:hover {
background-color: #48c774;
border-color: #48c774;
color: #fff
}
.bulma-button.bulma-is-success.bulma-is-outlined.bulma-is-loading:after {
border-color: transparent transparent #48c774 #48c774!important
}
.bulma-button.bulma-is-success.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-success.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-success.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-success.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent #fff #fff!important
}
.bulma-button.bulma-is-success.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-success.bulma-is-outlined {
background-color: transparent;
border-color: #48c774;
box-shadow: none;
color: #48c774
}
.bulma-button.bulma-is-success.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: #fff;
color: #fff
}
.bulma-button.bulma-is-success.bulma-is-inverted.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-success.bulma-is-inverted.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-success.bulma-is-inverted.bulma-is-outlined:focus,
.bulma-button.bulma-is-success.bulma-is-inverted.bulma-is-outlined:hover {
background-color: #fff;
color: #48c774
}
.bulma-button.bulma-is-success.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-success.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-success.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-success.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent #48c774 #48c774!important
}
.bulma-button.bulma-is-success.bulma-is-inverted.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-success.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: #fff;
box-shadow: none;
color: #fff
}
.bulma-button.bulma-is-success.bulma-is-light {
background-color: #effaf3;
color: #257942
}
.bulma-button.bulma-is-success.bulma-is-light.bulma-is-hovered,
.bulma-button.bulma-is-success.bulma-is-light:hover {
background-color: #e6f7ec;
border-color: transparent;
color: #257942
}
.bulma-button.bulma-is-success.bulma-is-light.bulma-is-active,
.bulma-button.bulma-is-success.bulma-is-light:active {
background-color: #dcf4e4;
border-color: transparent;
color: #257942
}
.bulma-button.bulma-is-warning {
background-color: #ffdd57;
border-color: transparent;
color: rgba(0, 0, 0, .7)
}
.bulma-button.bulma-is-warning.bulma-is-hovered,
.bulma-button.bulma-is-warning:hover {
background-color: #ffdb4a;
border-color: transparent;
color: rgba(0, 0, 0, .7)
}
.bulma-button.bulma-is-warning.bulma-is-focused,
.bulma-button.bulma-is-warning:focus {
border-color: transparent;
color: rgba(0, 0, 0, .7)
}
.bulma-button.bulma-is-warning.bulma-is-focused:not(:active),
.bulma-button.bulma-is-warning:focus:not(:active) {
box-shadow: 0 0 0 .125em rgba(255, 221, 87, .25)
}
.bulma-button.bulma-is-warning.bulma-is-active,
.bulma-button.bulma-is-warning:active {
background-color: #ffd83d;
border-color: transparent;
color: rgba(0, 0, 0, .7)
}
.bulma-button.bulma-is-warning[disabled],
fieldset[disabled] .bulma-button.bulma-is-warning {
background-color: #ffdd57;
border-color: transparent;
box-shadow: none
}
.bulma-button.bulma-is-warning.bulma-is-inverted {
background-color: rgba(0, 0, 0, .7);
color: #ffdd57
}
.bulma-button.bulma-is-warning.bulma-is-inverted.bulma-is-hovered,
.bulma-button.bulma-is-warning.bulma-is-inverted:hover {
background-color: rgba(0, 0, 0, .7)
}
.bulma-button.bulma-is-warning.bulma-is-inverted[disabled],
fieldset[disabled] .bulma-button.bulma-is-warning.bulma-is-inverted {
background-color: rgba(0, 0, 0, .7);
border-color: transparent;
box-shadow: none;
color: #ffdd57
}
.bulma-button.bulma-is-warning.bulma-is-loading:after {
border-color: transparent transparent rgba(0, 0, 0, .7) rgba(0, 0, 0, .7)!important
}
.bulma-button.bulma-is-warning.bulma-is-outlined {
background-color: transparent;
border-color: #ffdd57;
color: #ffdd57
}
.bulma-button.bulma-is-warning.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-warning.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-warning.bulma-is-outlined:focus,
.bulma-button.bulma-is-warning.bulma-is-outlined:hover {
background-color: #ffdd57;
border-color: #ffdd57;
color: rgba(0, 0, 0, .7)
}
.bulma-button.bulma-is-warning.bulma-is-outlined.bulma-is-loading:after {
border-color: transparent transparent #ffdd57 #ffdd57!important
}
.bulma-button.bulma-is-warning.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-warning.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-warning.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-warning.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent rgba(0, 0, 0, .7) rgba(0, 0, 0, .7)!important
}
.bulma-button.bulma-is-warning.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-warning.bulma-is-outlined {
background-color: transparent;
border-color: #ffdd57;
box-shadow: none;
color: #ffdd57
}
.bulma-button.bulma-is-warning.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: rgba(0, 0, 0, .7);
color: rgba(0, 0, 0, .7)
}
.bulma-button.bulma-is-warning.bulma-is-inverted.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-warning.bulma-is-inverted.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-warning.bulma-is-inverted.bulma-is-outlined:focus,
.bulma-button.bulma-is-warning.bulma-is-inverted.bulma-is-outlined:hover {
background-color: rgba(0, 0, 0, .7);
color: #ffdd57
}
.bulma-button.bulma-is-warning.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-warning.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-warning.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-warning.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent #ffdd57 #ffdd57!important
}
.bulma-button.bulma-is-warning.bulma-is-inverted.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-warning.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: rgba(0, 0, 0, .7);
box-shadow: none;
color: rgba(0, 0, 0, .7)
}
.bulma-button.bulma-is-warning.bulma-is-light {
background-color: #fffbeb;
color: #947600
}
.bulma-button.bulma-is-warning.bulma-is-light.bulma-is-hovered,
.bulma-button.bulma-is-warning.bulma-is-light:hover {
background-color: #fff8de;
border-color: transparent;
color: #947600
}
.bulma-button.bulma-is-warning.bulma-is-light.bulma-is-active,
.bulma-button.bulma-is-warning.bulma-is-light:active {
background-color: #fff6d1;
border-color: transparent;
color: #947600
}
.bulma-button.bulma-is-danger {
background-color: #f14668;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-danger.bulma-is-hovered,
.bulma-button.bulma-is-danger:hover {
background-color: #f03a5f;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-danger.bulma-is-focused,
.bulma-button.bulma-is-danger:focus {
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-danger.bulma-is-focused:not(:active),
.bulma-button.bulma-is-danger:focus:not(:active) {
box-shadow: 0 0 0 .125em rgba(241, 70, 104, .25)
}
.bulma-button.bulma-is-danger.bulma-is-active,
.bulma-button.bulma-is-danger:active {
background-color: #ef2e55;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-danger[disabled],
fieldset[disabled] .bulma-button.bulma-is-danger {
background-color: #f14668;
border-color: transparent;
box-shadow: none
}
.bulma-button.bulma-is-danger.bulma-is-inverted {
background-color: #fff;
color: #f14668
}
.bulma-button.bulma-is-danger.bulma-is-inverted.bulma-is-hovered,
.bulma-button.bulma-is-danger.bulma-is-inverted:hover {
background-color: #f2f2f2
}
.bulma-button.bulma-is-danger.bulma-is-inverted[disabled],
fieldset[disabled] .bulma-button.bulma-is-danger.bulma-is-inverted {
background-color: #fff;
border-color: transparent;
box-shadow: none;
color: #f14668
}
.bulma-button.bulma-is-danger.bulma-is-loading:after {
border-color: transparent transparent #fff #fff!important
}
.bulma-button.bulma-is-danger.bulma-is-outlined {
background-color: transparent;
border-color: #f14668;
color: #f14668
}
.bulma-button.bulma-is-danger.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-danger.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-danger.bulma-is-outlined:focus,
.bulma-button.bulma-is-danger.bulma-is-outlined:hover {
background-color: #f14668;
border-color: #f14668;
color: #fff
}
.bulma-button.bulma-is-danger.bulma-is-outlined.bulma-is-loading:after {
border-color: transparent transparent #f14668 #f14668!important
}
.bulma-button.bulma-is-danger.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-danger.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-danger.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-danger.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent #fff #fff!important
}
.bulma-button.bulma-is-danger.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-danger.bulma-is-outlined {
background-color: transparent;
border-color: #f14668;
box-shadow: none;
color: #f14668
}
.bulma-button.bulma-is-danger.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: #fff;
color: #fff
}
.bulma-button.bulma-is-danger.bulma-is-inverted.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-danger.bulma-is-inverted.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-danger.bulma-is-inverted.bulma-is-outlined:focus,
.bulma-button.bulma-is-danger.bulma-is-inverted.bulma-is-outlined:hover {
background-color: #fff;
color: #f14668
}
.bulma-button.bulma-is-danger.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-danger.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-danger.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-danger.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent #f14668 #f14668!important
}
.bulma-button.bulma-is-danger.bulma-is-inverted.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-danger.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: #fff;
box-shadow: none;
color: #fff
}
.bulma-button.bulma-is-danger.bulma-is-light {
background-color: #feecf0;
color: #cc0f35
}
.bulma-button.bulma-is-danger.bulma-is-light.bulma-is-hovered,
.bulma-button.bulma-is-danger.bulma-is-light:hover {
background-color: #fde0e6;
border-color: transparent;
color: #cc0f35
}
.bulma-button.bulma-is-danger.bulma-is-light.bulma-is-active,
.bulma-button.bulma-is-danger.bulma-is-light:active {
background-color: #fcd4dc;
border-color: transparent;
color: #cc0f35
}
.bulma-button.bulma-is-small {
border-radius: 2px;
font-size: .75rem
}
.bulma-button.bulma-is-normal {
font-size: 1rem
}
.bulma-button.bulma-is-medium {
font-size: 1.25rem
}
.bulma-button.bulma-is-large {
font-size: 1.5rem
}
.bulma-button[disabled],
fieldset[disabled] .bulma-button {
background-color: #fff;
border-color: #dbdbdb;
box-shadow: none;
opacity: .5
}
.bulma-button.bulma-is-fullwidth {
display: flex;
width: 100%
}
.bulma-button.bulma-is-loading {
color: transparent!important;
pointer-events: none
}
.bulma-button.bulma-is-loading:after {
position: absolute;
left: calc(50% - .5em);
top: calc(50% - .5em);
position: absolute!important
}
.bulma-button.bulma-is-static {
background-color: #f5f5f5;
border-color: #dbdbdb;
color: #7a7a7a;
box-shadow: none;
pointer-events: none
}
.bulma-button.bulma-is-rounded {
border-radius: 290486px;
padding-left: 1.25em;
padding-right: 1.25em
}
.bulma-buttons {
align-items: center;
display: flex;
flex-wrap: wrap;
justify-content: flex-start
}
.bulma-buttons .bulma-button {
margin-bottom: .5rem
}
.bulma-buttons .bulma-button:not(:last-child):not(.bulma-is-fullwidth) {
margin-right: .5rem
}
.bulma-buttons:last-child {
margin-bottom: -.5rem
}
.bulma-buttons:not(:last-child) {
margin-bottom: 1rem
}
.bulma-buttons.bulma-are-small .bulma-button:not(.bulma-is-normal):not(.bulma-is-medium):not(.bulma-is-large) {
border-radius: 2px;
font-size: .75rem
}
.bulma-buttons.bulma-are-medium .bulma-button:not(.bulma-is-small):not(.bulma-is-normal):not(.bulma-is-large) {
font-size: 1.25rem
}
.bulma-buttons.bulma-are-large .bulma-button:not(.bulma-is-small):not(.bulma-is-normal):not(.bulma-is-medium) {
font-size: 1.5rem
}
.bulma-buttons.bulma-has-addons .bulma-button:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0
}
.bulma-buttons.bulma-has-addons .bulma-button:not(:last-child) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
margin-right: -1px
}
.bulma-buttons.bulma-has-addons .bulma-button:last-child {
margin-right: 0
}
.bulma-buttons.bulma-has-addons .bulma-button.bulma-is-hovered,
.bulma-buttons.bulma-has-addons .bulma-button:hover {
z-index: 2
}
.bulma-buttons.bulma-has-addons .bulma-button.bulma-is-active,
.bulma-buttons.bulma-has-addons .bulma-button.bulma-is-focused,
.bulma-buttons.bulma-has-addons .bulma-button.bulma-is-selected,
.bulma-buttons.bulma-has-addons .bulma-button:active,
.bulma-buttons.bulma-has-addons .bulma-button:focus {
z-index: 3
}
.bulma-buttons.bulma-has-addons .bulma-button.bulma-is-active:hover,
.bulma-buttons.bulma-has-addons .bulma-button.bulma-is-focused:hover,
.bulma-buttons.bulma-has-addons .bulma-button.bulma-is-selected:hover,
.bulma-buttons.bulma-has-addons .bulma-button:active:hover,
.bulma-buttons.bulma-has-addons .bulma-button:focus:hover {
z-index: 4
}
.bulma-buttons.bulma-has-addons .bulma-button.bulma-is-expanded {
flex-grow: 1;
flex-shrink: 1
}
.bulma-buttons.bulma-is-centered {
justify-content: center
}
.bulma-buttons.bulma-is-centered:not(.bulma-has-addons) .bulma-button:not(.bulma-is-fullwidth) {
margin-left: .25rem;
margin-right: .25rem
}
.bulma-buttons.bulma-is-right {
justify-content: flex-end
}
.bulma-buttons.bulma-is-right:not(.bulma-has-addons) .bulma-button:not(.bulma-is-fullwidth) {
margin-left: .25rem;
margin-right: .25rem
}
.bulma-content.bulma-is-small,
.bulma-content p {
font-size: .75rem
}
.bulma-content.bulma-is-medium {
font-size: 1.25rem
}
.bulma-content.bulma-is-large {
font-size: 1.5rem
}
.bulma-icon {
align-items: center;
display: inline-flex;
justify-content: center;
height: 1.5rem;
width: 1.5rem
}
.bulma-icon.bulma-is-small {
height: 1rem;
width: 1rem
}
.bulma-icon.bulma-is-medium {
height: 2rem;
width: 2rem
}
.bulma-icon.bulma-is-large {
height: 3rem;
width: 3rem
}
.bulma-input,
.bulma-textarea {
background-color: #fff;
border-color: #dbdbdb;
border-radius: 4px;
color: #363636
}
.bulma-input::-moz-placeholder,
.bulma-textarea::-moz-placeholder {
color: rgba(54, 54, 54, .3)
}
.bulma-input::-webkit-input-placeholder,
.bulma-textarea::-webkit-input-placeholder {
color: rgba(54, 54, 54, .3)
}
.bulma-input:-moz-placeholder,
.bulma-textarea:-moz-placeholder {
color: rgba(54, 54, 54, .3)
}
.bulma-input:-ms-input-placeholder,
.bulma-textarea:-ms-input-placeholder {
color: rgba(54, 54, 54, .3)
}
.bulma-input:hover,
.bulma-is-hovered.bulma-input,
.bulma-is-hovered.bulma-textarea,
.bulma-textarea:hover {
border-color: #b5b5b5
}
.bulma-input:active,
.bulma-input:focus,
.bulma-is-active.bulma-input,
.bulma-is-active.bulma-textarea,
.bulma-is-focused.bulma-input,
.bulma-is-focused.bulma-textarea,
.bulma-textarea:active,
.bulma-textarea:focus {
border-color: #7957d5;
box-shadow: 0 0 0 .125em rgba(121, 87, 213, .25)
}
.bulma-input[disabled],
.bulma-textarea[disabled],
fieldset[disabled] .bulma-input,
fieldset[disabled] .bulma-textarea {
background-color: #f5f5f5;
border-color: #f5f5f5;
box-shadow: none;
color: #7a7a7a
}
.bulma-input[disabled]::-moz-placeholder,
.bulma-textarea[disabled]::-moz-placeholder,
fieldset[disabled] .bulma-input::-moz-placeholder,
fieldset[disabled] .bulma-textarea::-moz-placeholder {
color: hsla(0, 0%, 47.8%, .3)
}
.bulma-input[disabled]::-webkit-input-placeholder,
.bulma-textarea[disabled]::-webkit-input-placeholder,
fieldset[disabled] .bulma-input::-webkit-input-placeholder,
fieldset[disabled] .bulma-textarea::-webkit-input-placeholder {
color: hsla(0, 0%, 47.8%, .3)
}
.bulma-input[disabled]:-moz-placeholder,
.bulma-textarea[disabled]:-moz-placeholder,
fieldset[disabled] .bulma-input:-moz-placeholder,
fieldset[disabled] .bulma-textarea:-moz-placeholder {
color: hsla(0, 0%, 47.8%, .3)
}
.bulma-input[disabled]:-ms-input-placeholder,
.bulma-textarea[disabled]:-ms-input-placeholder,
fieldset[disabled] .bulma-input:-ms-input-placeholder,
fieldset[disabled] .bulma-textarea:-ms-input-placeholder {
color: hsla(0, 0%, 47.8%, .3)
}
.bulma-label {
color: #363636;
display: block;
font-size: 1rem;
font-weight: 600
}
.bulma-label:not(:last-child) {
margin-bottom: .5em
}
.bulma-label.bulma-is-small {
font-size: .75rem
}
.bulma-label.bulma-is-medium {
font-size: 1.25rem
}
.bulma-label.bulma-is-large {
font-size: 1.5rem
}
.bulma-help {
display: block;
font-size: 1rem;
margin-top: .25rem
}
.bulma-help.bulma-is-white {
color: #fff
}
.bulma-help.bulma-is-black {
color: #0a0a0a
}
.bulma-help.bulma-is-light {
color: #f5f5f5
}
.bulma-help.bulma-is-dark {
color: #363636
}
.bulma-help.bulma-is-link,
.bulma-help.bulma-is-primary {
color: #7957d5
}
.bulma-help.bulma-is-info {
color: #167df0
}
.bulma-help.bulma-is-success {
color: #48c774
}
.bulma-help.bulma-is-warning {
color: #ffdd57
}
.bulma-help.bulma-is-danger {
color: #f14668
}
.bulma-field:not(:last-child) {
margin-bottom: .75rem
}
.bulma-field.bulma-has-addons {
display: flex;
justify-content: flex-start
}
.bulma-field.bulma-has-addons .bulma-control:not(:last-child) {
margin-right: -1px
}
.bulma-field.bulma-has-addons .bulma-control:not(:first-child):not(:last-child) .bulma-button,
.bulma-field.bulma-has-addons .bulma-control:not(:first-child):not(:last-child) .bulma-input,
.bulma-field.bulma-has-addons .bulma-control:not(:first-child):not(:last-child) .bulma-select select {
border-radius: 0
}
.bulma-field.bulma-has-addons .bulma-control:first-child:not(:only-child) .bulma-button,
.bulma-field.bulma-has-addons .bulma-control:first-child:not(:only-child) .bulma-input,
.bulma-field.bulma-has-addons .bulma-control:first-child:not(:only-child) .bulma-select select {
border-bottom-right-radius: 0;
border-top-right-radius: 0
}
.bulma-field.bulma-has-addons .bulma-control:last-child:not(:only-child) .bulma-button,
.bulma-field.bulma-has-addons .bulma-control:last-child:not(:only-child) .bulma-input,
.bulma-field.bulma-has-addons .bulma-control:last-child:not(:only-child) .bulma-select select {
border-bottom-left-radius: 0;
border-top-left-radius: 0
}
.bulma-field.bulma-has-addons .bulma-control .bulma-button:not([disabled]).bulma-is-hovered,
.bulma-field.bulma-has-addons .bulma-control .bulma-button:not([disabled]):hover,
.bulma-field.bulma-has-addons .bulma-control .bulma-input:not([disabled]).bulma-is-hovered,
.bulma-field.bulma-has-addons .bulma-control .bulma-input:not([disabled]):hover,
.bulma-field.bulma-has-addons .bulma-control .bulma-select select:not([disabled]).bulma-is-hovered,
.bulma-field.bulma-has-addons .bulma-control .bulma-select select:not([disabled]):hover {
z-index: 2
}
.bulma-field.bulma-has-addons .bulma-control .bulma-button:not([disabled]).bulma-is-active,
.bulma-field.bulma-has-addons .bulma-control .bulma-button:not([disabled]).bulma-is-focused,
.bulma-field.bulma-has-addons .bulma-control .bulma-button:not([disabled]):active,
.bulma-field.bulma-has-addons .bulma-control .bulma-button:not([disabled]):focus,
.bulma-field.bulma-has-addons .bulma-control .bulma-input:not([disabled]).bulma-is-active,
.bulma-field.bulma-has-addons .bulma-control .bulma-input:not([disabled]).bulma-is-focused,
.bulma-field.bulma-has-addons .bulma-control .bulma-input:not([disabled]):active,
.bulma-field.bulma-has-addons .bulma-control .bulma-input:not([disabled]):focus,
.bulma-field.bulma-has-addons .bulma-control .bulma-select select:not([disabled]).bulma-is-active,
.bulma-field.bulma-has-addons .bulma-control .bulma-select select:not([disabled]).bulma-is-focused,
.bulma-field.bulma-has-addons .bulma-control .bulma-select select:not([disabled]):active,
.bulma-field.bulma-has-addons .bulma-control .bulma-select select:not([disabled]):focus {
z-index: 3
}
.bulma-field.bulma-has-addons .bulma-control .bulma-button:not([disabled]).bulma-is-active:hover,
.bulma-field.bulma-has-addons .bulma-control .bulma-button:not([disabled]).bulma-is-focused:hover,
.bulma-field.bulma-has-addons .bulma-control .bulma-button:not([disabled]):active:hover,
.bulma-field.bulma-has-addons .bulma-control .bulma-button:not([disabled]):focus:hover,
.bulma-field.bulma-has-addons .bulma-control .bulma-input:not([disabled]).bulma-is-active:hover,
.bulma-field.bulma-has-addons .bulma-control .bulma-input:not([disabled]).bulma-is-focused:hover,
.bulma-field.bulma-has-addons .bulma-control .bulma-input:not([disabled]):active:hover,
.bulma-field.bulma-has-addons .bulma-control .bulma-input:not([disabled]):focus:hover,
.bulma-field.bulma-has-addons .bulma-control .bulma-select select:not([disabled]).bulma-is-active:hover,
.bulma-field.bulma-has-addons .bulma-control .bulma-select select:not([disabled]).bulma-is-focused:hover,
.bulma-field.bulma-has-addons .bulma-control .bulma-select select:not([disabled]):active:hover,
.bulma-field.bulma-has-addons .bulma-control .bulma-select select:not([disabled]):focus:hover {
z-index: 4
}
.bulma-field.bulma-has-addons .bulma-control.bulma-is-expanded {
flex-grow: 1;
flex-shrink: 1
}
.bulma-field.bulma-has-addons.bulma-has-addons-centered {
justify-content: center
}
.bulma-field.bulma-has-addons.bulma-has-addons-right {
justify-content: flex-end
}
.bulma-field.bulma-has-addons.bulma-has-addons-fullwidth .bulma-control {
flex-grow: 1;
flex-shrink: 0
}
.bulma-field.bulma-is-grouped {
display: flex;
justify-content: flex-start
}
.bulma-field.bulma-is-grouped>.bulma-control {
flex-shrink: 0
}
.bulma-field.bulma-is-grouped>.bulma-control:not(:last-child) {
margin-bottom: 0;
margin-right: .75rem
}
.bulma-field.bulma-is-grouped>.bulma-control.bulma-is-expanded {
flex-grow: 1;
flex-shrink: 1
}
.bulma-field.bulma-is-grouped.bulma-is-grouped-centered {
justify-content: center
}
.bulma-field.bulma-is-grouped.bulma-is-grouped-right {
justify-content: flex-end
}
.bulma-field.bulma-is-grouped.bulma-is-grouped-multiline {
flex-wrap: wrap
}
.bulma-field.bulma-is-grouped.bulma-is-grouped-multiline>.bulma-control:last-child,
.bulma-field.bulma-is-grouped.bulma-is-grouped-multiline>.bulma-control:not(:last-child) {
margin-bottom: .75rem
}
.bulma-field.bulma-is-grouped.bulma-is-grouped-multiline:last-child {
margin-bottom: -.75rem
}
.bulma-field.bulma-is-grouped.bulma-is-grouped-multiline:not(:last-child) {
margin-bottom: 0
}
@media print,
screen and (min-width:769px) {
.bulma-field.bulma-is-horizontal {
display: flex
}
}
.bulma-field-label .bulma-label {
font-size: inherit
}
@media screen and (max-width:768px) {
.bulma-field-label {
margin-bottom: .5rem
}
}
@media print,
screen and (min-width:769px) {
.bulma-field-label {
flex-basis: 0;
flex-grow: 1;
flex-shrink: 0;
margin-right: 1.5rem;
text-align: right
}
.bulma-field-label.bulma-is-small {
font-size: .75rem;
padding-top: .375em
}
.bulma-field-label.bulma-is-normal {
padding-top: .375em
}
.bulma-field-label.bulma-is-medium {
font-size: 1.25rem;
padding-top: .375em
}
.bulma-field-label.bulma-is-large {
font-size: 1.5rem;
padding-top: .375em
}
}
.bulma-field-body .bulma-field .bulma-field {
margin-bottom: 0
}
@media print,
screen and (min-width:769px) {
.bulma-field-body {
display: flex;
flex-basis: 0;
flex-grow: 5;
flex-shrink: 1
}
.bulma-field-body .bulma-field {
margin-bottom: 0
}
.bulma-field-body>.bulma-field {
flex-shrink: 1
}
.bulma-field-body>.bulma-field:not(.bulma-is-narrow) {
flex-grow: 1
}
.bulma-field-body>.bulma-field:not(:last-child) {
margin-right: .75rem
}
}
.bulma-control {
box-sizing: border-box;
clear: both;
font-size: 1rem;
position: relative;
text-align: inherit
}
.bulma-control.bulma-has-icons-left .bulma-input:focus~.bulma-icon,
.bulma-control.bulma-has-icons-left .bulma-select:focus~.bulma-icon,
.bulma-control.bulma-has-icons-right .bulma-input:focus~.bulma-icon,
.bulma-control.bulma-has-icons-right .bulma-select:focus~.bulma-icon {
color: #4a4a4a
}
.bulma-control.bulma-has-icons-left .bulma-input.bulma-is-small~.bulma-icon,
.bulma-control.bulma-has-icons-left .bulma-select.bulma-is-small~.bulma-icon,
.bulma-control.bulma-has-icons-right .bulma-input.bulma-is-small~.bulma-icon,
.bulma-control.bulma-has-icons-right .bulma-select.bulma-is-small~.bulma-icon {
font-size: .75rem
}
.bulma-control.bulma-has-icons-left .bulma-input.bulma-is-medium~.bulma-icon,
.bulma-control.bulma-has-icons-left .bulma-select.bulma-is-medium~.bulma-icon,
.bulma-control.bulma-has-icons-right .bulma-input.bulma-is-medium~.bulma-icon,
.bulma-control.bulma-has-icons-right .bulma-select.bulma-is-medium~.bulma-icon {
font-size: 1.25rem
}
.bulma-control.bulma-has-icons-left .bulma-input.bulma-is-large~.bulma-icon,
.bulma-control.bulma-has-icons-left .bulma-select.bulma-is-large~.bulma-icon,
.bulma-control.bulma-has-icons-right .bulma-input.bulma-is-large~.bulma-icon,
.bulma-control.bulma-has-icons-right .bulma-select.bulma-is-large~.bulma-icon {
font-size: 1.5rem
}
.bulma-control.bulma-has-icons-left .bulma-icon,
.bulma-control.bulma-has-icons-right .bulma-icon {
color: #dbdbdb;
height: 2.5em;
pointer-events: none;
position: absolute;
top: 0;
width: 2.5em;
z-index: 4
}
.bulma-control.bulma-has-icons-left .bulma-input,
.bulma-control.bulma-has-icons-left .bulma-select select {
padding-left: 2.5em
}
.bulma-control.bulma-has-icons-left .bulma-icon.bulma-is-left {
left: 0
}
.bulma-control.bulma-has-icons-right .bulma-input,
.bulma-control.bulma-has-icons-right .bulma-select select {
padding-right: 2.5em
}
.bulma-control.bulma-has-icons-right .bulma-icon.bulma-is-right {
right: 0
}
.bulma-control.bulma-is-loading:after {
position: absolute!important;
right: .625em;
top: .625em;
z-index: 4
}
.bulma-control.bulma-is-loading.bulma-is-small:after {
font-size: .75rem
}
.bulma-control.bulma-is-loading.bulma-is-medium:after {
font-size: 1.25rem
}
.bulma-control.bulma-is-loading.bulma-is-large:after {
font-size: 1.5rem
}
.bulma-input,
.bulma-textarea {
box-shadow: inset 0 .0625em .125em rgba(10, 10, 10, .05);
max-width: 100%;
width: 100%
}
.bulma-input[readonly],
.bulma-textarea[readonly] {
box-shadow: none
}
.bulma-is-white.bulma-input,
.bulma-is-white.bulma-textarea {
border-color: #fff
}
.bulma-is-white.bulma-input:active,
.bulma-is-white.bulma-input:focus,
.bulma-is-white.bulma-is-active.bulma-input,
.bulma-is-white.bulma-is-active.bulma-textarea,
.bulma-is-white.bulma-is-focused.bulma-input,
.bulma-is-white.bulma-is-focused.bulma-textarea,
.bulma-is-white.bulma-textarea:active,
.bulma-is-white.bulma-textarea:focus {
box-shadow: 0 0 0 .125em hsla(0, 0%, 100%, .25)
}
.bulma-is-black.bulma-input,
.bulma-is-black.bulma-textarea {
border-color: #0a0a0a
}
.bulma-is-black.bulma-input:active,
.bulma-is-black.bulma-input:focus,
.bulma-is-black.bulma-is-active.bulma-input,
.bulma-is-black.bulma-is-active.bulma-textarea,
.bulma-is-black.bulma-is-focused.bulma-input,
.bulma-is-black.bulma-is-focused.bulma-textarea,
.bulma-is-black.bulma-textarea:active,
.bulma-is-black.bulma-textarea:focus {
box-shadow: 0 0 0 .125em rgba(10, 10, 10, .25)
}
.bulma-is-light.bulma-input,
.bulma-is-light.bulma-textarea {
border-color: #f5f5f5
}
.bulma-is-light.bulma-input:active,
.bulma-is-light.bulma-input:focus,
.bulma-is-light.bulma-is-active.bulma-input,
.bulma-is-light.bulma-is-active.bulma-textarea,
.bulma-is-light.bulma-is-focused.bulma-input,
.bulma-is-light.bulma-is-focused.bulma-textarea,
.bulma-is-light.bulma-textarea:active,
.bulma-is-light.bulma-textarea:focus {
box-shadow: 0 0 0 .125em hsla(0, 0%, 96.1%, .25)
}
.bulma-is-dark.bulma-input,
.bulma-is-dark.bulma-textarea {
border-color: #363636
}
.bulma-is-dark.bulma-input:active,
.bulma-is-dark.bulma-input:focus,
.bulma-is-dark.bulma-is-active.bulma-input,
.bulma-is-dark.bulma-is-active.bulma-textarea,
.bulma-is-dark.bulma-is-focused.bulma-input,
.bulma-is-dark.bulma-is-focused.bulma-textarea,
.bulma-is-dark.bulma-textarea:active,
.bulma-is-dark.bulma-textarea:focus {
box-shadow: 0 0 0 .125em rgba(54, 54, 54, .25)
}
.bulma-is-primary.bulma-input,
.bulma-is-primary.bulma-textarea {
border-color: #7957d5
}
.bulma-is-primary.bulma-input:active,
.bulma-is-primary.bulma-input:focus,
.bulma-is-primary.bulma-is-active.bulma-input,
.bulma-is-primary.bulma-is-active.bulma-textarea,
.bulma-is-primary.bulma-is-focused.bulma-input,
.bulma-is-primary.bulma-is-focused.bulma-textarea,
.bulma-is-primary.bulma-textarea:active,
.bulma-is-primary.bulma-textarea:focus {
box-shadow: 0 0 0 .125em rgba(121, 87, 213, .25)
}
.bulma-is-link.bulma-input,
.bulma-is-link.bulma-textarea {
border-color: #7957d5
}
.bulma-is-link.bulma-input:active,
.bulma-is-link.bulma-input:focus,
.bulma-is-link.bulma-is-active.bulma-input,
.bulma-is-link.bulma-is-active.bulma-textarea,
.bulma-is-link.bulma-is-focused.bulma-input,
.bulma-is-link.bulma-is-focused.bulma-textarea,
.bulma-is-link.bulma-textarea:active,
.bulma-is-link.bulma-textarea:focus {
box-shadow: 0 0 0 .125em rgba(121, 87, 213, .25)
}
.bulma-is-info.bulma-input,
.bulma-is-info.bulma-textarea {
border-color: #167df0
}
.bulma-is-info.bulma-input:active,
.bulma-is-info.bulma-input:focus,
.bulma-is-info.bulma-is-active.bulma-input,
.bulma-is-info.bulma-is-active.bulma-textarea,
.bulma-is-info.bulma-is-focused.bulma-input,
.bulma-is-info.bulma-is-focused.bulma-textarea,
.bulma-is-info.bulma-textarea:active,
.bulma-is-info.bulma-textarea:focus {
box-shadow: 0 0 0 .125em rgba(22, 125, 240, .25)
}
.bulma-is-success.bulma-input,
.bulma-is-success.bulma-textarea {
border-color: #48c774
}
.bulma-is-success.bulma-input:active,
.bulma-is-success.bulma-input:focus,
.bulma-is-success.bulma-is-active.bulma-input,
.bulma-is-success.bulma-is-active.bulma-textarea,
.bulma-is-success.bulma-is-focused.bulma-input,
.bulma-is-success.bulma-is-focused.bulma-textarea,
.bulma-is-success.bulma-textarea:active,
.bulma-is-success.bulma-textarea:focus {
box-shadow: 0 0 0 .125em rgba(72, 199, 116, .25)
}
.bulma-is-warning.bulma-input,
.bulma-is-warning.bulma-textarea {
border-color: #ffdd57
}
.bulma-is-warning.bulma-input:active,
.bulma-is-warning.bulma-input:focus,
.bulma-is-warning.bulma-is-active.bulma-input,
.bulma-is-warning.bulma-is-active.bulma-textarea,
.bulma-is-warning.bulma-is-focused.bulma-input,
.bulma-is-warning.bulma-is-focused.bulma-textarea,
.bulma-is-warning.bulma-textarea:active,
.bulma-is-warning.bulma-textarea:focus {
box-shadow: 0 0 0 .125em rgba(255, 221, 87, .25)
}
.bulma-is-danger.bulma-input,
.bulma-is-danger.bulma-textarea {
border-color: #f14668
}
.bulma-is-danger.bulma-input:active,
.bulma-is-danger.bulma-input:focus,
.bulma-is-danger.bulma-is-active.bulma-input,
.bulma-is-danger.bulma-is-active.bulma-textarea,
.bulma-is-danger.bulma-is-focused.bulma-input,
.bulma-is-danger.bulma-is-focused.bulma-textarea,
.bulma-is-danger.bulma-textarea:active,
.bulma-is-danger.bulma-textarea:focus {
box-shadow: 0 0 0 .125em rgba(241, 70, 104, .25)
}
.bulma-is-small.bulma-input,
.bulma-is-small.bulma-textarea {
border-radius: 2px;
font-size: .75rem
}
.bulma-is-medium.bulma-input,
.bulma-is-medium.bulma-textarea {
font-size: 1.25rem
}
.bulma-is-large.bulma-input,
.bulma-is-large.bulma-textarea {
font-size: 1.5rem
}
.bulma-is-fullwidth.bulma-input,
.bulma-is-fullwidth.bulma-textarea {
display: block;
width: 100%
}
.bulma-is-inline.bulma-input,
.bulma-is-inline.bulma-textarea {
display: inline;
width: auto
}
.bulma-input.bulma-is-rounded {
border-radius: 290486px;
padding-left: calc(1.125em - 1px);
padding-right: calc(1.125em - 1px)
}
.bulma-input.bulma-is-static {
background-color: transparent;
border-color: transparent;
box-shadow: none;
padding-left: 0;
padding-right: 0
}
.bulma-textarea {
display: block;
max-width: 100%;
min-width: 100%;
padding: calc(.75em - 1px);
resize: vertical
}
.bulma-textarea:not([rows]) {
max-height: 40em;
min-height: 8em
}
.bulma-textarea[rows] {
height: auto
}
.bulma-textarea.bulma-has-fixed-size {
resize: none
}
.bulma-column {
display: block;
flex-basis: 0;
flex-grow: 1;
flex-shrink: 1;
padding: .75rem
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-narrow {
flex: none
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-full {
flex: none;
width: 100%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-three-quarters {
flex: none;
width: 75%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-two-thirds {
flex: none;
width: 66.6666%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-half {
flex: none;
width: 50%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-one-third {
flex: none;
width: 33.3333%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-one-quarter {
flex: none;
width: 25%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-one-fifth {
flex: none;
width: 20%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-two-fifths {
flex: none;
width: 40%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-three-fifths {
flex: none;
width: 60%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-four-fifths {
flex: none;
width: 80%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-three-quarters {
margin-left: 75%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-two-thirds {
margin-left: 66.6666%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-half {
margin-left: 50%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-one-third {
margin-left: 33.3333%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-one-quarter {
margin-left: 25%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-one-fifth {
margin-left: 20%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-two-fifths {
margin-left: 40%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-three-fifths {
margin-left: 60%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-four-fifths {
margin-left: 80%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-0 {
flex: none;
width: 0
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-0 {
margin-left: 0
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-1 {
flex: none;
width: 8.33333%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-1 {
margin-left: 8.33333%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-2 {
flex: none;
width: 16.66667%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-2 {
margin-left: 16.66667%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-3 {
flex: none;
width: 25%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-3 {
margin-left: 25%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-4 {
flex: none;
width: 33.33333%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-4 {
margin-left: 33.33333%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-5 {
flex: none;
width: 41.66667%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-5 {
margin-left: 41.66667%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-6 {
flex: none;
width: 50%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-6 {
margin-left: 50%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-7 {
flex: none;
width: 58.33333%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-7 {
margin-left: 58.33333%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-8 {
flex: none;
width: 66.66667%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-8 {
margin-left: 66.66667%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-9 {
flex: none;
width: 75%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-9 {
margin-left: 75%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-10 {
flex: none;
width: 83.33333%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-10 {
margin-left: 83.33333%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-11 {
flex: none;
width: 91.66667%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-11 {
margin-left: 91.66667%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-12 {
flex: none;
width: 100%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-12 {
margin-left: 100%
}
@media screen and (max-width:768px) {
.bulma-column.bulma-is-narrow-mobile {
flex: none
}
.bulma-column.bulma-is-full-mobile {
flex: none;
width: 100%
}
.bulma-column.bulma-is-three-quarters-mobile {
flex: none;
width: 75%
}
.bulma-column.bulma-is-two-thirds-mobile {
flex: none;
width: 66.6666%
}
.bulma-column.bulma-is-half-mobile {
flex: none;
width: 50%
}
.bulma-column.bulma-is-one-third-mobile {
flex: none;
width: 33.3333%
}
.bulma-column.bulma-is-one-quarter-mobile {
flex: none;
width: 25%
}
.bulma-column.bulma-is-one-fifth-mobile {
flex: none;
width: 20%
}
.bulma-column.bulma-is-two-fifths-mobile {
flex: none;
width: 40%
}
.bulma-column.bulma-is-three-fifths-mobile {
flex: none;
width: 60%
}
.bulma-column.bulma-is-four-fifths-mobile {
flex: none;
width: 80%
}
.bulma-column.bulma-is-offset-three-quarters-mobile {
margin-left: 75%
}
.bulma-column.bulma-is-offset-two-thirds-mobile {
margin-left: 66.6666%
}
.bulma-column.bulma-is-offset-half-mobile {
margin-left: 50%
}
.bulma-column.bulma-is-offset-one-third-mobile {
margin-left: 33.3333%
}
.bulma-column.bulma-is-offset-one-quarter-mobile {
margin-left: 25%
}
.bulma-column.bulma-is-offset-one-fifth-mobile {
margin-left: 20%
}
.bulma-column.bulma-is-offset-two-fifths-mobile {
margin-left: 40%
}
.bulma-column.bulma-is-offset-three-fifths-mobile {
margin-left: 60%
}
.bulma-column.bulma-is-offset-four-fifths-mobile {
margin-left: 80%
}
.bulma-column.bulma-is-0-mobile {
flex: none;
width: 0
}
.bulma-column.bulma-is-offset-0-mobile {
margin-left: 0
}
.bulma-column.bulma-is-1-mobile {
flex: none;
width: 8.33333%
}
.bulma-column.bulma-is-offset-1-mobile {
margin-left: 8.33333%
}
.bulma-column.bulma-is-2-mobile {
flex: none;
width: 16.66667%
}
.bulma-column.bulma-is-offset-2-mobile {
margin-left: 16.66667%
}
.bulma-column.bulma-is-3-mobile {
flex: none;
width: 25%
}
.bulma-column.bulma-is-offset-3-mobile {
margin-left: 25%
}
.bulma-column.bulma-is-4-mobile {
flex: none;
width: 33.33333%
}
.bulma-column.bulma-is-offset-4-mobile {
margin-left: 33.33333%
}
.bulma-column.bulma-is-5-mobile {
flex: none;
width: 41.66667%
}
.bulma-column.bulma-is-offset-5-mobile {
margin-left: 41.66667%
}
.bulma-column.bulma-is-6-mobile {
flex: none;
width: 50%
}
.bulma-column.bulma-is-offset-6-mobile {
margin-left: 50%
}
.bulma-column.bulma-is-7-mobile {
flex: none;
width: 58.33333%
}
.bulma-column.bulma-is-offset-7-mobile {
margin-left: 58.33333%
}
.bulma-column.bulma-is-8-mobile {
flex: none;
width: 66.66667%
}
.bulma-column.bulma-is-offset-8-mobile {
margin-left: 66.66667%
}
.bulma-column.bulma-is-9-mobile {
flex: none;
width: 75%
}
.bulma-column.bulma-is-offset-9-mobile {
margin-left: 75%
}
.bulma-column.bulma-is-10-mobile {
flex: none;
width: 83.33333%
}
.bulma-column.bulma-is-offset-10-mobile {
margin-left: 83.33333%
}
.bulma-column.bulma-is-11-mobile {
flex: none;
width: 91.66667%
}
.bulma-column.bulma-is-offset-11-mobile {
margin-left: 91.66667%
}
.bulma-column.bulma-is-12-mobile {
flex: none;
width: 100%
}
.bulma-column.bulma-is-offset-12-mobile {
margin-left: 100%
}
}
@media print,
screen and (min-width:769px) {
.bulma-column.bulma-is-narrow,
.bulma-column.bulma-is-narrow-tablet {
flex: none
}
.bulma-column.bulma-is-full,
.bulma-column.bulma-is-full-tablet {
flex: none;
width: 100%
}
.bulma-column.bulma-is-three-quarters,
.bulma-column.bulma-is-three-quarters-tablet {
flex: none;
width: 75%
}
.bulma-column.bulma-is-two-thirds,
.bulma-column.bulma-is-two-thirds-tablet {
flex: none;
width: 66.6666%
}
.bulma-column.bulma-is-half,
.bulma-column.bulma-is-half-tablet {
flex: none;
width: 50%
}
.bulma-column.bulma-is-one-third,
.bulma-column.bulma-is-one-third-tablet {
flex: none;
width: 33.3333%
}
.bulma-column.bulma-is-one-quarter,
.bulma-column.bulma-is-one-quarter-tablet {
flex: none;
width: 25%
}
.bulma-column.bulma-is-one-fifth,
.bulma-column.bulma-is-one-fifth-tablet {
flex: none;
width: 20%
}
.bulma-column.bulma-is-two-fifths,
.bulma-column.bulma-is-two-fifths-tablet {
flex: none;
width: 40%
}
.bulma-column.bulma-is-three-fifths,
.bulma-column.bulma-is-three-fifths-tablet {
flex: none;
width: 60%
}
.bulma-column.bulma-is-four-fifths,
.bulma-column.bulma-is-four-fifths-tablet {
flex: none;
width: 80%
}
.bulma-column.bulma-is-offset-three-quarters,
.bulma-column.bulma-is-offset-three-quarters-tablet {
margin-left: 75%
}
.bulma-column.bulma-is-offset-two-thirds,
.bulma-column.bulma-is-offset-two-thirds-tablet {
margin-left: 66.6666%
}
.bulma-column.bulma-is-offset-half,
.bulma-column.bulma-is-offset-half-tablet {
margin-left: 50%
}
.bulma-column.bulma-is-offset-one-third,
.bulma-column.bulma-is-offset-one-third-tablet {
margin-left: 33.3333%
}
.bulma-column.bulma-is-offset-one-quarter,
.bulma-column.bulma-is-offset-one-quarter-tablet {
margin-left: 25%
}
.bulma-column.bulma-is-offset-one-fifth,
.bulma-column.bulma-is-offset-one-fifth-tablet {
margin-left: 20%
}
.bulma-column.bulma-is-offset-two-fifths,
.bulma-column.bulma-is-offset-two-fifths-tablet {
margin-left: 40%
}
.bulma-column.bulma-is-offset-three-fifths,
.bulma-column.bulma-is-offset-three-fifths-tablet {
margin-left: 60%
}
.bulma-column.bulma-is-offset-four-fifths,
.bulma-column.bulma-is-offset-four-fifths-tablet {
margin-left: 80%
}
.bulma-column.bulma-is-0,
.bulma-column.bulma-is-0-tablet {
flex: none;
width: 0
}
.bulma-column.bulma-is-offset-0,
.bulma-column.bulma-is-offset-0-tablet {
margin-left: 0
}
.bulma-column.bulma-is-1,
.bulma-column.bulma-is-1-tablet {
flex: none;
width: 8.33333%
}
.bulma-column.bulma-is-offset-1,
.bulma-column.bulma-is-offset-1-tablet {
margin-left: 8.33333%
}
.bulma-column.bulma-is-2,
.bulma-column.bulma-is-2-tablet {
flex: none;
width: 16.66667%
}
.bulma-column.bulma-is-offset-2,
.bulma-column.bulma-is-offset-2-tablet {
margin-left: 16.66667%
}
.bulma-column.bulma-is-3,
.bulma-column.bulma-is-3-tablet {
flex: none;
width: 25%
}
.bulma-column.bulma-is-offset-3,
.bulma-column.bulma-is-offset-3-tablet {
margin-left: 25%
}
.bulma-column.bulma-is-4,
.bulma-column.bulma-is-4-tablet {
flex: none;
width: 33.33333%
}
.bulma-column.bulma-is-offset-4,
.bulma-column.bulma-is-offset-4-tablet {
margin-left: 33.33333%
}
.bulma-column.bulma-is-5,
.bulma-column.bulma-is-5-tablet {
flex: none;
width: 41.66667%
}
.bulma-column.bulma-is-offset-5,
.bulma-column.bulma-is-offset-5-tablet {
margin-left: 41.66667%
}
.bulma-column.bulma-is-6,
.bulma-column.bulma-is-6-tablet {
flex: none;
width: 50%
}
.bulma-column.bulma-is-offset-6,
.bulma-column.bulma-is-offset-6-tablet {
margin-left: 50%
}
.bulma-column.bulma-is-7,
.bulma-column.bulma-is-7-tablet {
flex: none;
width: 58.33333%
}
.bulma-column.bulma-is-offset-7,
.bulma-column.bulma-is-offset-7-tablet {
margin-left: 58.33333%
}
.bulma-column.bulma-is-8,
.bulma-column.bulma-is-8-tablet {
flex: none;
width: 66.66667%
}
.bulma-column.bulma-is-offset-8,
.bulma-column.bulma-is-offset-8-tablet {
margin-left: 66.66667%
}
.bulma-column.bulma-is-9,
.bulma-column.bulma-is-9-tablet {
flex: none;
width: 75%
}
.bulma-column.bulma-is-offset-9,
.bulma-column.bulma-is-offset-9-tablet {
margin-left: 75%
}
.bulma-column.bulma-is-10,
.bulma-column.bulma-is-10-tablet {
flex: none;
width: 83.33333%
}
.bulma-column.bulma-is-offset-10,
.bulma-column.bulma-is-offset-10-tablet {
margin-left: 83.33333%
}
.bulma-column.bulma-is-11,
.bulma-column.bulma-is-11-tablet {
flex: none;
width: 91.66667%
}
.bulma-column.bulma-is-offset-11,
.bulma-column.bulma-is-offset-11-tablet {
margin-left: 91.66667%
}
.bulma-column.bulma-is-12,
.bulma-column.bulma-is-12-tablet {
flex: none;
width: 100%
}
.bulma-column.bulma-is-offset-12,
.bulma-column.bulma-is-offset-12-tablet {
margin-left: 100%
}
}
@media screen and (max-width:1023px) {
.bulma-column.bulma-is-narrow-touch {
flex: none
}
.bulma-column.bulma-is-full-touch {
flex: none;
width: 100%
}
.bulma-column.bulma-is-three-quarters-touch {
flex: none;
width: 75%
}
.bulma-column.bulma-is-two-thirds-touch {
flex: none;
width: 66.6666%
}
.bulma-column.bulma-is-half-touch {
flex: none;
width: 50%
}
.bulma-column.bulma-is-one-third-touch {
flex: none;
width: 33.3333%
}
.bulma-column.bulma-is-one-quarter-touch {
flex: none;
width: 25%
}
.bulma-column.bulma-is-one-fifth-touch {
flex: none;
width: 20%
}
.bulma-column.bulma-is-two-fifths-touch {
flex: none;
width: 40%
}
.bulma-column.bulma-is-three-fifths-touch {
flex: none;
width: 60%
}
.bulma-column.bulma-is-four-fifths-touch {
flex: none;
width: 80%
}
.bulma-column.bulma-is-offset-three-quarters-touch {
margin-left: 75%
}
.bulma-column.bulma-is-offset-two-thirds-touch {
margin-left: 66.6666%
}
.bulma-column.bulma-is-offset-half-touch {
margin-left: 50%
}
.bulma-column.bulma-is-offset-one-third-touch {
margin-left: 33.3333%
}
.bulma-column.bulma-is-offset-one-quarter-touch {
margin-left: 25%
}
.bulma-column.bulma-is-offset-one-fifth-touch {
margin-left: 20%
}
.bulma-column.bulma-is-offset-two-fifths-touch {
margin-left: 40%
}
.bulma-column.bulma-is-offset-three-fifths-touch {
margin-left: 60%
}
.bulma-column.bulma-is-offset-four-fifths-touch {
margin-left: 80%
}
.bulma-column.bulma-is-0-touch {
flex: none;
width: 0
}
.bulma-column.bulma-is-offset-0-touch {
margin-left: 0
}
.bulma-column.bulma-is-1-touch {
flex: none;
width: 8.33333%
}
.bulma-column.bulma-is-offset-1-touch {
margin-left: 8.33333%
}
.bulma-column.bulma-is-2-touch {
flex: none;
width: 16.66667%
}
.bulma-column.bulma-is-offset-2-touch {
margin-left: 16.66667%
}
.bulma-column.bulma-is-3-touch {
flex: none;
width: 25%
}
.bulma-column.bulma-is-offset-3-touch {
margin-left: 25%
}
.bulma-column.bulma-is-4-touch {
flex: none;
width: 33.33333%
}
.bulma-column.bulma-is-offset-4-touch {
margin-left: 33.33333%
}
.bulma-column.bulma-is-5-touch {
flex: none;
width: 41.66667%
}
.bulma-column.bulma-is-offset-5-touch {
margin-left: 41.66667%
}
.bulma-column.bulma-is-6-touch {
flex: none;
width: 50%
}
.bulma-column.bulma-is-offset-6-touch {
margin-left: 50%
}
.bulma-column.bulma-is-7-touch {
flex: none;
width: 58.33333%
}
.bulma-column.bulma-is-offset-7-touch {
margin-left: 58.33333%
}
.bulma-column.bulma-is-8-touch {
flex: none;
width: 66.66667%
}
.bulma-column.bulma-is-offset-8-touch {
margin-left: 66.66667%
}
.bulma-column.bulma-is-9-touch {
flex: none;
width: 75%
}
.bulma-column.bulma-is-offset-9-touch {
margin-left: 75%
}
.bulma-column.bulma-is-10-touch {
flex: none;
width: 83.33333%
}
.bulma-column.bulma-is-offset-10-touch {
margin-left: 83.33333%
}
.bulma-column.bulma-is-11-touch {
flex: none;
width: 91.66667%
}
.bulma-column.bulma-is-offset-11-touch {
margin-left: 91.66667%
}
.bulma-column.bulma-is-12-touch {
flex: none;
width: 100%
}
.bulma-column.bulma-is-offset-12-touch {
margin-left: 100%
}
}
@media screen and (min-width:1024px) {
.bulma-column.bulma-is-narrow-desktop {
flex: none
}
.bulma-column.bulma-is-full-desktop {
flex: none;
width: 100%
}
.bulma-column.bulma-is-three-quarters-desktop {
flex: none;
width: 75%
}
.bulma-column.bulma-is-two-thirds-desktop {
flex: none;
width: 66.6666%
}
.bulma-column.bulma-is-half-desktop {
flex: none;
width: 50%
}
.bulma-column.bulma-is-one-third-desktop {
flex: none;
width: 33.3333%
}
.bulma-column.bulma-is-one-quarter-desktop {
flex: none;
width: 25%
}
.bulma-column.bulma-is-one-fifth-desktop {
flex: none;
width: 20%
}
.bulma-column.bulma-is-two-fifths-desktop {
flex: none;
width: 40%
}
.bulma-column.bulma-is-three-fifths-desktop {
flex: none;
width: 60%
}
.bulma-column.bulma-is-four-fifths-desktop {
flex: none;
width: 80%
}
.bulma-column.bulma-is-offset-three-quarters-desktop {
margin-left: 75%
}
.bulma-column.bulma-is-offset-two-thirds-desktop {
margin-left: 66.6666%
}
.bulma-column.bulma-is-offset-half-desktop {
margin-left: 50%
}
.bulma-column.bulma-is-offset-one-third-desktop {
margin-left: 33.3333%
}
.bulma-column.bulma-is-offset-one-quarter-desktop {
margin-left: 25%
}
.bulma-column.bulma-is-offset-one-fifth-desktop {
margin-left: 20%
}
.bulma-column.bulma-is-offset-two-fifths-desktop {
margin-left: 40%
}
.bulma-column.bulma-is-offset-three-fifths-desktop {
margin-left: 60%
}
.bulma-column.bulma-is-offset-four-fifths-desktop {
margin-left: 80%
}
.bulma-column.bulma-is-0-desktop {
flex: none;
width: 0
}
.bulma-column.bulma-is-offset-0-desktop {
margin-left: 0
}
.bulma-column.bulma-is-1-desktop {
flex: none;
width: 8.33333%
}
.bulma-column.bulma-is-offset-1-desktop {
margin-left: 8.33333%
}
.bulma-column.bulma-is-2-desktop {
flex: none;
width: 16.66667%
}
.bulma-column.bulma-is-offset-2-desktop {
margin-left: 16.66667%
}
.bulma-column.bulma-is-3-desktop {
flex: none;
width: 25%
}
.bulma-column.bulma-is-offset-3-desktop {
margin-left: 25%
}
.bulma-column.bulma-is-4-desktop {
flex: none;
width: 33.33333%
}
.bulma-column.bulma-is-offset-4-desktop {
margin-left: 33.33333%
}
.bulma-column.bulma-is-5-desktop {
flex: none;
width: 41.66667%
}
.bulma-column.bulma-is-offset-5-desktop {
margin-left: 41.66667%
}
.bulma-column.bulma-is-6-desktop {
flex: none;
width: 50%
}
.bulma-column.bulma-is-offset-6-desktop {
margin-left: 50%
}
.bulma-column.bulma-is-7-desktop {
flex: none;
width: 58.33333%
}
.bulma-column.bulma-is-offset-7-desktop {
margin-left: 58.33333%
}
.bulma-column.bulma-is-8-desktop {
flex: none;
width: 66.66667%
}
.bulma-column.bulma-is-offset-8-desktop {
margin-left: 66.66667%
}
.bulma-column.bulma-is-9-desktop {
flex: none;
width: 75%
}
.bulma-column.bulma-is-offset-9-desktop {
margin-left: 75%
}
.bulma-column.bulma-is-10-desktop {
flex: none;
width: 83.33333%
}
.bulma-column.bulma-is-offset-10-desktop {
margin-left: 83.33333%
}
.bulma-column.bulma-is-11-desktop {
flex: none;
width: 91.66667%
}
.bulma-column.bulma-is-offset-11-desktop {
margin-left: 91.66667%
}
.bulma-column.bulma-is-12-desktop {
flex: none;
width: 100%
}
.bulma-column.bulma-is-offset-12-desktop {
margin-left: 100%
}
}
@media screen and (min-width:1216px) {
.bulma-column.bulma-is-narrow-widescreen {
flex: none
}
.bulma-column.bulma-is-full-widescreen {
flex: none;
width: 100%
}
.bulma-column.bulma-is-three-quarters-widescreen {
flex: none;
width: 75%
}
.bulma-column.bulma-is-two-thirds-widescreen {
flex: none;
width: 66.6666%
}
.bulma-column.bulma-is-half-widescreen {
flex: none;
width: 50%
}
.bulma-column.bulma-is-one-third-widescreen {
flex: none;
width: 33.3333%
}
.bulma-column.bulma-is-one-quarter-widescreen {
flex: none;
width: 25%
}
.bulma-column.bulma-is-one-fifth-widescreen {
flex: none;
width: 20%
}
.bulma-column.bulma-is-two-fifths-widescreen {
flex: none;
width: 40%
}
.bulma-column.bulma-is-three-fifths-widescreen {
flex: none;
width: 60%
}
.bulma-column.bulma-is-four-fifths-widescreen {
flex: none;
width: 80%
}
.bulma-column.bulma-is-offset-three-quarters-widescreen {
margin-left: 75%
}
.bulma-column.bulma-is-offset-two-thirds-widescreen {
margin-left: 66.6666%
}
.bulma-column.bulma-is-offset-half-widescreen {
margin-left: 50%
}
.bulma-column.bulma-is-offset-one-third-widescreen {
margin-left: 33.3333%
}
.bulma-column.bulma-is-offset-one-quarter-widescreen {
margin-left: 25%
}
.bulma-column.bulma-is-offset-one-fifth-widescreen {
margin-left: 20%
}
.bulma-column.bulma-is-offset-two-fifths-widescreen {
margin-left: 40%
}
.bulma-column.bulma-is-offset-three-fifths-widescreen {
margin-left: 60%
}
.bulma-column.bulma-is-offset-four-fifths-widescreen {
margin-left: 80%
}
.bulma-column.bulma-is-0-widescreen {
flex: none;
width: 0
}
.bulma-column.bulma-is-offset-0-widescreen {
margin-left: 0
}
.bulma-column.bulma-is-1-widescreen {
flex: none;
width: 8.33333%
}
.bulma-column.bulma-is-offset-1-widescreen {
margin-left: 8.33333%
}
.bulma-column.bulma-is-2-widescreen {
flex: none;
width: 16.66667%
}
.bulma-column.bulma-is-offset-2-widescreen {
margin-left: 16.66667%
}
.bulma-column.bulma-is-3-widescreen {
flex: none;
width: 25%
}
.bulma-column.bulma-is-offset-3-widescreen {
margin-left: 25%
}
.bulma-column.bulma-is-4-widescreen {
flex: none;
width: 33.33333%
}
.bulma-column.bulma-is-offset-4-widescreen {
margin-left: 33.33333%
}
.bulma-column.bulma-is-5-widescreen {
flex: none;
width: 41.66667%
}
.bulma-column.bulma-is-offset-5-widescreen {
margin-left: 41.66667%
}
.bulma-column.bulma-is-6-widescreen {
flex: none;
width: 50%
}
.bulma-column.bulma-is-offset-6-widescreen {
margin-left: 50%
}
.bulma-column.bulma-is-7-widescreen {
flex: none;
width: 58.33333%
}
.bulma-column.bulma-is-offset-7-widescreen {
margin-left: 58.33333%
}
.bulma-column.bulma-is-8-widescreen {
flex: none;
width: 66.66667%
}
.bulma-column.bulma-is-offset-8-widescreen {
margin-left: 66.66667%
}
.bulma-column.bulma-is-9-widescreen {
flex: none;
width: 75%
}
.bulma-column.bulma-is-offset-9-widescreen {
margin-left: 75%
}
.bulma-column.bulma-is-10-widescreen {
flex: none;
width: 83.33333%
}
.bulma-column.bulma-is-offset-10-widescreen {
margin-left: 83.33333%
}
.bulma-column.bulma-is-11-widescreen {
flex: none;
width: 91.66667%
}
.bulma-column.bulma-is-offset-11-widescreen {
margin-left: 91.66667%
}
.bulma-column.bulma-is-12-widescreen {
flex: none;
width: 100%
}
.bulma-column.bulma-is-offset-12-widescreen {
margin-left: 100%
}
}
@media screen and (min-width:1408px) {
.bulma-column.bulma-is-narrow-fullhd {
flex: none
}
.bulma-column.bulma-is-full-fullhd {
flex: none;
width: 100%
}
.bulma-column.bulma-is-three-quarters-fullhd {
flex: none;
width: 75%
}
.bulma-column.bulma-is-two-thirds-fullhd {
flex: none;
width: 66.6666%
}
.bulma-column.bulma-is-half-fullhd {
flex: none;
width: 50%
}
.bulma-column.bulma-is-one-third-fullhd {
flex: none;
width: 33.3333%
}
.bulma-column.bulma-is-one-quarter-fullhd {
flex: none;
width: 25%
}
.bulma-column.bulma-is-one-fifth-fullhd {
flex: none;
width: 20%
}
.bulma-column.bulma-is-two-fifths-fullhd {
flex: none;
width: 40%
}
.bulma-column.bulma-is-three-fifths-fullhd {
flex: none;
width: 60%
}
.bulma-column.bulma-is-four-fifths-fullhd {
flex: none;
width: 80%
}
.bulma-column.bulma-is-offset-three-quarters-fullhd {
margin-left: 75%
}
.bulma-column.bulma-is-offset-two-thirds-fullhd {
margin-left: 66.6666%
}
.bulma-column.bulma-is-offset-half-fullhd {
margin-left: 50%
}
.bulma-column.bulma-is-offset-one-third-fullhd {
margin-left: 33.3333%
}
.bulma-column.bulma-is-offset-one-quarter-fullhd {
margin-left: 25%
}
.bulma-column.bulma-is-offset-one-fifth-fullhd {
margin-left: 20%
}
.bulma-column.bulma-is-offset-two-fifths-fullhd {
margin-left: 40%
}
.bulma-column.bulma-is-offset-three-fifths-fullhd {
margin-left: 60%
}
.bulma-column.bulma-is-offset-four-fifths-fullhd {
margin-left: 80%
}
.bulma-column.bulma-is-0-fullhd {
flex: none;
width: 0
}
.bulma-column.bulma-is-offset-0-fullhd {
margin-left: 0
}
.bulma-column.bulma-is-1-fullhd {
flex: none;
width: 8.33333%
}
.bulma-column.bulma-is-offset-1-fullhd {
margin-left: 8.33333%
}
.bulma-column.bulma-is-2-fullhd {
flex: none;
width: 16.66667%
}
.bulma-column.bulma-is-offset-2-fullhd {
margin-left: 16.66667%
}
.bulma-column.bulma-is-3-fullhd {
flex: none;
width: 25%
}
.bulma-column.bulma-is-offset-3-fullhd {
margin-left: 25%
}
.bulma-column.bulma-is-4-fullhd {
flex: none;
width: 33.33333%
}
.bulma-column.bulma-is-offset-4-fullhd {
margin-left: 33.33333%
}
.bulma-column.bulma-is-5-fullhd {
flex: none;
width: 41.66667%
}
.bulma-column.bulma-is-offset-5-fullhd {
margin-left: 41.66667%
}
.bulma-column.bulma-is-6-fullhd {
flex: none;
width: 50%
}
.bulma-column.bulma-is-offset-6-fullhd {
margin-left: 50%
}
.bulma-column.bulma-is-7-fullhd {
flex: none;
width: 58.33333%
}
.bulma-column.bulma-is-offset-7-fullhd {
margin-left: 58.33333%
}
.bulma-column.bulma-is-8-fullhd {
flex: none;
width: 66.66667%
}
.bulma-column.bulma-is-offset-8-fullhd {
margin-left: 66.66667%
}
.bulma-column.bulma-is-9-fullhd {
flex: none;
width: 75%
}
.bulma-column.bulma-is-offset-9-fullhd {
margin-left: 75%
}
.bulma-column.bulma-is-10-fullhd {
flex: none;
width: 83.33333%
}
.bulma-column.bulma-is-offset-10-fullhd {
margin-left: 83.33333%
}
.bulma-column.bulma-is-11-fullhd {
flex: none;
width: 91.66667%
}
.bulma-column.bulma-is-offset-11-fullhd {
margin-left: 91.66667%
}
.bulma-column.bulma-is-12-fullhd {
flex: none;
width: 100%
}
.bulma-column.bulma-is-offset-12-fullhd {
margin-left: 100%
}
}
.bulma-columns {
margin-left: -.75rem;
margin-right: -.75rem;
margin-top: -.75rem
}
.bulma-columns:last-child {
margin-bottom: -.75rem
}
.bulma-columns:not(:last-child) {
margin-bottom: .75rem
}
.bulma-columns.bulma-is-centered {
justify-content: center
}
.bulma-columns.bulma-is-gapless {
margin-left: 0;
margin-right: 0;
margin-top: 0
}
.bulma-columns.bulma-is-gapless>.bulma-column {
margin: 0;
padding: 0!important
}
.bulma-columns.bulma-is-gapless:not(:last-child) {
margin-bottom: 1.5rem
}
.bulma-columns.bulma-is-gapless:last-child {
margin-bottom: 0
}
.bulma-columns.bulma-is-mobile {
display: flex
}
.bulma-columns.bulma-is-multiline {
flex-wrap: wrap
}
.bulma-columns.bulma-is-vcentered {
align-items: center
}
@media print,
screen and (min-width:769px) {
.bulma-columns:not(.bulma-is-desktop) {
display: flex
}
}
@media screen and (min-width:1024px) {
.bulma-columns.bulma-is-desktop {
display: flex
}
}
.bulma-columns.bulma-is-variable {
--columnGap: 0.75rem;
margin-left: calc(-1*var(--columnGap));
margin-right: calc(-1*var(--columnGap))
}
.bulma-columns.bulma-is-variable .bulma-column {
padding-left: var(--columnGap);
padding-right: var(--columnGap)
}
.bulma-columns.bulma-is-variable.bulma-is-0 {
--columnGap: 0rem
}
@media screen and (max-width:768px) {
.bulma-columns.bulma-is-variable.bulma-is-0-mobile {
--columnGap: 0rem
}
}
@media print,
screen and (min-width:769px) {
.bulma-columns.bulma-is-variable.bulma-is-0-tablet {
--columnGap: 0rem
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-columns.bulma-is-variable.bulma-is-0-tablet-only {
--columnGap: 0rem
}
}
@media screen and (max-width:1023px) {
.bulma-columns.bulma-is-variable.bulma-is-0-touch {
--columnGap: 0rem
}
}
@media screen and (min-width:1024px) {
.bulma-columns.bulma-is-variable.bulma-is-0-desktop {
--columnGap: 0rem
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-columns.bulma-is-variable.bulma-is-0-desktop-only {
--columnGap: 0rem
}
}
@media screen and (min-width:1216px) {
.bulma-columns.bulma-is-variable.bulma-is-0-widescreen {
--columnGap: 0rem
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-columns.bulma-is-variable.bulma-is-0-widescreen-only {
--columnGap: 0rem
}
}
@media screen and (min-width:1408px) {
.bulma-columns.bulma-is-variable.bulma-is-0-fullhd {
--columnGap: 0rem
}
}
.bulma-columns.bulma-is-variable.bulma-is-1 {
--columnGap: 0.25rem
}
@media screen and (max-width:768px) {
.bulma-columns.bulma-is-variable.bulma-is-1-mobile {
--columnGap: 0.25rem
}
}
@media print,
screen and (min-width:769px) {
.bulma-columns.bulma-is-variable.bulma-is-1-tablet {
--columnGap: 0.25rem
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-columns.bulma-is-variable.bulma-is-1-tablet-only {
--columnGap: 0.25rem
}
}
@media screen and (max-width:1023px) {
.bulma-columns.bulma-is-variable.bulma-is-1-touch {
--columnGap: 0.25rem
}
}
@media screen and (min-width:1024px) {
.bulma-columns.bulma-is-variable.bulma-is-1-desktop {
--columnGap: 0.25rem
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-columns.bulma-is-variable.bulma-is-1-desktop-only {
--columnGap: 0.25rem
}
}
@media screen and (min-width:1216px) {
.bulma-columns.bulma-is-variable.bulma-is-1-widescreen {
--columnGap: 0.25rem
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-columns.bulma-is-variable.bulma-is-1-widescreen-only {
--columnGap: 0.25rem
}
}
@media screen and (min-width:1408px) {
.bulma-columns.bulma-is-variable.bulma-is-1-fullhd {
--columnGap: 0.25rem
}
}
.bulma-columns.bulma-is-variable.bulma-is-2 {
--columnGap: 0.5rem
}
@media screen and (max-width:768px) {
.bulma-columns.bulma-is-variable.bulma-is-2-mobile {
--columnGap: 0.5rem
}
}
@media print,
screen and (min-width:769px) {
.bulma-columns.bulma-is-variable.bulma-is-2-tablet {
--columnGap: 0.5rem
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-columns.bulma-is-variable.bulma-is-2-tablet-only {
--columnGap: 0.5rem
}
}
@media screen and (max-width:1023px) {
.bulma-columns.bulma-is-variable.bulma-is-2-touch {
--columnGap: 0.5rem
}
}
@media screen and (min-width:1024px) {
.bulma-columns.bulma-is-variable.bulma-is-2-desktop {
--columnGap: 0.5rem
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-columns.bulma-is-variable.bulma-is-2-desktop-only {
--columnGap: 0.5rem
}
}
@media screen and (min-width:1216px) {
.bulma-columns.bulma-is-variable.bulma-is-2-widescreen {
--columnGap: 0.5rem
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-columns.bulma-is-variable.bulma-is-2-widescreen-only {
--columnGap: 0.5rem
}
}
@media screen and (min-width:1408px) {
.bulma-columns.bulma-is-variable.bulma-is-2-fullhd {
--columnGap: 0.5rem
}
}
.bulma-columns.bulma-is-variable.bulma-is-3 {
--columnGap: 0.75rem
}
@media screen and (max-width:768px) {
.bulma-columns.bulma-is-variable.bulma-is-3-mobile {
--columnGap: 0.75rem
}
}
@media print,
screen and (min-width:769px) {
.bulma-columns.bulma-is-variable.bulma-is-3-tablet {
--columnGap: 0.75rem
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-columns.bulma-is-variable.bulma-is-3-tablet-only {
--columnGap: 0.75rem
}
}
@media screen and (max-width:1023px) {
.bulma-columns.bulma-is-variable.bulma-is-3-touch {
--columnGap: 0.75rem
}
}
@media screen and (min-width:1024px) {
.bulma-columns.bulma-is-variable.bulma-is-3-desktop {
--columnGap: 0.75rem
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-columns.bulma-is-variable.bulma-is-3-desktop-only {
--columnGap: 0.75rem
}
}
@media screen and (min-width:1216px) {
.bulma-columns.bulma-is-variable.bulma-is-3-widescreen {
--columnGap: 0.75rem
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-columns.bulma-is-variable.bulma-is-3-widescreen-only {
--columnGap: 0.75rem
}
}
@media screen and (min-width:1408px) {
.bulma-columns.bulma-is-variable.bulma-is-3-fullhd {
--columnGap: 0.75rem
}
}
.bulma-columns.bulma-is-variable.bulma-is-4 {
--columnGap: 1rem
}
@media screen and (max-width:768px) {
.bulma-columns.bulma-is-variable.bulma-is-4-mobile {
--columnGap: 1rem
}
}
@media print,
screen and (min-width:769px) {
.bulma-columns.bulma-is-variable.bulma-is-4-tablet {
--columnGap: 1rem
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-columns.bulma-is-variable.bulma-is-4-tablet-only {
--columnGap: 1rem
}
}
@media screen and (max-width:1023px) {
.bulma-columns.bulma-is-variable.bulma-is-4-touch {
--columnGap: 1rem
}
}
@media screen and (min-width:1024px) {
.bulma-columns.bulma-is-variable.bulma-is-4-desktop {
--columnGap: 1rem
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-columns.bulma-is-variable.bulma-is-4-desktop-only {
--columnGap: 1rem
}
}
@media screen and (min-width:1216px) {
.bulma-columns.bulma-is-variable.bulma-is-4-widescreen {
--columnGap: 1rem
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-columns.bulma-is-variable.bulma-is-4-widescreen-only {
--columnGap: 1rem
}
}
@media screen and (min-width:1408px) {
.bulma-columns.bulma-is-variable.bulma-is-4-fullhd {
--columnGap: 1rem
}
}
.bulma-columns.bulma-is-variable.bulma-is-5 {
--columnGap: 1.25rem
}
@media screen and (max-width:768px) {
.bulma-columns.bulma-is-variable.bulma-is-5-mobile {
--columnGap: 1.25rem
}
}
@media print,
screen and (min-width:769px) {
.bulma-columns.bulma-is-variable.bulma-is-5-tablet {
--columnGap: 1.25rem
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-columns.bulma-is-variable.bulma-is-5-tablet-only {
--columnGap: 1.25rem
}
}
@media screen and (max-width:1023px) {
.bulma-columns.bulma-is-variable.bulma-is-5-touch {
--columnGap: 1.25rem
}
}
@media screen and (min-width:1024px) {
.bulma-columns.bulma-is-variable.bulma-is-5-desktop {
--columnGap: 1.25rem
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-columns.bulma-is-variable.bulma-is-5-desktop-only {
--columnGap: 1.25rem
}
}
@media screen and (min-width:1216px) {
.bulma-columns.bulma-is-variable.bulma-is-5-widescreen {
--columnGap: 1.25rem
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-columns.bulma-is-variable.bulma-is-5-widescreen-only {
--columnGap: 1.25rem
}
}
@media screen and (min-width:1408px) {
.bulma-columns.bulma-is-variable.bulma-is-5-fullhd {
--columnGap: 1.25rem
}
}
.bulma-columns.bulma-is-variable.bulma-is-6 {
--columnGap: 1.5rem
}
@media screen and (max-width:768px) {
.bulma-columns.bulma-is-variable.bulma-is-6-mobile {
--columnGap: 1.5rem
}
}
@media print,
screen and (min-width:769px) {
.bulma-columns.bulma-is-variable.bulma-is-6-tablet {
--columnGap: 1.5rem
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-columns.bulma-is-variable.bulma-is-6-tablet-only {
--columnGap: 1.5rem
}
}
@media screen and (max-width:1023px) {
.bulma-columns.bulma-is-variable.bulma-is-6-touch {
--columnGap: 1.5rem
}
}
@media screen and (min-width:1024px) {
.bulma-columns.bulma-is-variable.bulma-is-6-desktop {
--columnGap: 1.5rem
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-columns.bulma-is-variable.bulma-is-6-desktop-only {
--columnGap: 1.5rem
}
}
@media screen and (min-width:1216px) {
.bulma-columns.bulma-is-variable.bulma-is-6-widescreen {
--columnGap: 1.5rem
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-columns.bulma-is-variable.bulma-is-6-widescreen-only {
--columnGap: 1.5rem
}
}
@media screen and (min-width:1408px) {
.bulma-columns.bulma-is-variable.bulma-is-6-fullhd {
--columnGap: 1.5rem
}
}
.bulma-columns.bulma-is-variable.bulma-is-7 {
--columnGap: 1.75rem
}
@media screen and (max-width:768px) {
.bulma-columns.bulma-is-variable.bulma-is-7-mobile {
--columnGap: 1.75rem
}
}
@media print,
screen and (min-width:769px) {
.bulma-columns.bulma-is-variable.bulma-is-7-tablet {
--columnGap: 1.75rem
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-columns.bulma-is-variable.bulma-is-7-tablet-only {
--columnGap: 1.75rem
}
}
@media screen and (max-width:1023px) {
.bulma-columns.bulma-is-variable.bulma-is-7-touch {
--columnGap: 1.75rem
}
}
@media screen and (min-width:1024px) {
.bulma-columns.bulma-is-variable.bulma-is-7-desktop {
--columnGap: 1.75rem
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-columns.bulma-is-variable.bulma-is-7-desktop-only {
--columnGap: 1.75rem
}
}
@media screen and (min-width:1216px) {
.bulma-columns.bulma-is-variable.bulma-is-7-widescreen {
--columnGap: 1.75rem
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-columns.bulma-is-variable.bulma-is-7-widescreen-only {
--columnGap: 1.75rem
}
}
@media screen and (min-width:1408px) {
.bulma-columns.bulma-is-variable.bulma-is-7-fullhd {
--columnGap: 1.75rem
}
}
.bulma-columns.bulma-is-variable.bulma-is-8 {
--columnGap: 2rem
}
@media screen and (max-width:768px) {
.bulma-columns.bulma-is-variable.bulma-is-8-mobile {
--columnGap: 2rem
}
}
@media print,
screen and (min-width:769px) {
.bulma-columns.bulma-is-variable.bulma-is-8-tablet {
--columnGap: 2rem
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-columns.bulma-is-variable.bulma-is-8-tablet-only {
--columnGap: 2rem
}
}
@media screen and (max-width:1023px) {
.bulma-columns.bulma-is-variable.bulma-is-8-touch {
--columnGap: 2rem
}
}
@media screen and (min-width:1024px) {
.bulma-columns.bulma-is-variable.bulma-is-8-desktop {
--columnGap: 2rem
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-columns.bulma-is-variable.bulma-is-8-desktop-only {
--columnGap: 2rem
}
}
@media screen and (min-width:1216px) {
.bulma-columns.bulma-is-variable.bulma-is-8-widescreen {
--columnGap: 2rem
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-columns.bulma-is-variable.bulma-is-8-widescreen-only {
--columnGap: 2rem
}
}
@media screen and (min-width:1408px) {
.bulma-columns.bulma-is-variable.bulma-is-8-fullhd {
--columnGap: 2rem
}
}
.bulma-tile {
align-items: stretch;
display: block;
flex-basis: 0;
flex-grow: 1;
flex-shrink: 1;
min-height: min-content
}
.bulma-tile.bulma-is-ancestor {
margin-left: -.75rem;
margin-right: -.75rem;
margin-top: -.75rem
}
.bulma-tile.bulma-is-ancestor:last-child {
margin-bottom: -.75rem
}
.bulma-tile.bulma-is-ancestor:not(:last-child) {
margin-bottom: .75rem
}
.bulma-tile.bulma-is-child {
margin: 0!important
}
.bulma-tile.bulma-is-parent {
padding: .75rem
}
.bulma-tile.bulma-is-vertical {
flex-direction: column
}
.bulma-tile.bulma-is-vertical>.bulma-tile.bulma-is-child:not(:last-child) {
margin-bottom: 1.5rem!important
}
@media print,
screen and (min-width:769px) {
.bulma-tile:not(.bulma-is-child) {
display: flex
}
.bulma-tile.bulma-is-1 {
flex: none;
width: 8.33333%
}
.bulma-tile.bulma-is-2 {
flex: none;
width: 16.66667%
}
.bulma-tile.bulma-is-3 {
flex: none;
width: 25%
}
.bulma-tile.bulma-is-4 {
flex: none;
width: 33.33333%
}
.bulma-tile.bulma-is-5 {
flex: none;
width: 41.66667%
}
.bulma-tile.bulma-is-6 {
flex: none;
width: 50%
}
.bulma-tile.bulma-is-7 {
flex: none;
width: 58.33333%
}
.bulma-tile.bulma-is-8 {
flex: none;
width: 66.66667%
}
.bulma-tile.bulma-is-9 {
flex: none;
width: 75%
}
.bulma-tile.bulma-is-10 {
flex: none;
width: 83.33333%
}
.bulma-tile.bulma-is-11 {
flex: none;
width: 91.66667%
}
.bulma-tile.bulma-is-12 {
flex: none;
width: 100%
}
}
.bulma-section {
padding: 3rem 1.5rem
}
@media screen and (min-width:1024px) {
.bulma-section.bulma-is-medium {
padding: 9rem 1.5rem
}
.bulma-section.bulma-is-large {
padding: 18rem 1.5rem
}
}
.bulma-is-noscroll {
position: fixed;
overflow-y: hidden;
width: 100%;
bottom: 0
}
@keyframes fadeOut {
0% {
opacity: 1
}
to {
opacity: 0
}
}
.bulma-fadeOut {
animation-name: fadeOut
}
@keyframes fadeOutDown {
0% {
opacity: 1
}
to {
opacity: 0;
transform: translate3d(0, 100%, 0)
}
}
.bulma-fadeOutDown {
animation-name: fadeOutDown
}
@keyframes fadeOutUp {
0% {
opacity: 1
}
to {
opacity: 0;
transform: translate3d(0, -100%, 0)
}
}
.bulma-fadeOutUp {
animation-name: fadeOutUp
}
@keyframes fadeIn {
0% {
opacity: 0
}
to {
opacity: 1
}
}
.bulma-fadeIn {
animation-name: fadeIn
}
@keyframes fadeInDown {
0% {
opacity: 0;
transform: translate3d(0, -100%, 0)
}
to {
opacity: 1;
transform: none
}
}
.bulma-fadeInDown {
animation-name: fadeInDown
}
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translate3d(0, 100%, 0)
}
to {
opacity: 1;
transform: none
}
}
.bulma-fadeInUp {
animation-name: fadeInUp
}
.bulma-fade-enter-active,
.bulma-fade-leave-active {
transition: opacity .15s ease-out
}
.bulma-fade-enter,
.bulma-fade-leave-to {
opacity: 0
}
.bulma-zoom-in-enter-active,
.bulma-zoom-in-leave-active {
transition: opacity .15s ease-out
}
.bulma-zoom-in-enter-active .bulma-animation-content,
.bulma-zoom-in-leave-active .bulma-animation-content {
transition: transform .15s ease-out
}
.bulma-zoom-in-enter,
.bulma-zoom-in-leave-active {
opacity: 0
}
.bulma-zoom-in-enter .bulma-animation-content,
.bulma-zoom-in-leave-active .bulma-animation-content {
transform: scale(.95)
}
.bulma-zoom-out-enter-active,
.bulma-zoom-out-leave-active {
transition: opacity .15s ease-out
}
.bulma-zoom-out-enter-active .bulma-animation-content,
.bulma-zoom-out-leave-active .bulma-animation-content {
transition: transform .15s ease-out
}
.bulma-zoom-out-enter,
.bulma-zoom-out-leave-active {
opacity: 0
}
.bulma-zoom-out-enter .bulma-animation-content,
.bulma-zoom-out-leave-active .bulma-animation-content {
transform: scale(1.05)
}
.bulma-slide-next-enter-active,
.bulma-slide-next-leave-active,
.bulma-slide-prev-enter-active,
.bulma-slide-prev-leave-active {
transition: transform .25s cubic-bezier(.785, .135, .15, .86)
}
.bulma-slide-next-enter,
.bulma-slide-prev-leave-to {
transform: translate3d(-100%, 0, 0);
position: absolute;
width: 100%
}
.bulma-slide-next-leave-to,
.bulma-slide-prev-enter {
transform: translate3d(100%, 0, 0);
position: absolute;
width: 100%
}
.bulma-slide-down-enter-active,
.bulma-slide-down-leave-active,
.bulma-slide-up-enter-active,
.bulma-slide-up-leave-active {
transition: transform .25s cubic-bezier(.785, .135, .15, .86)
}
.bulma-slide-down-enter,
.bulma-slide-up-leave-to {
transform: translate3d(0, -100%, 0);
position: absolute;
height: 100%
}
.bulma-slide-down-leave-to,
.bulma-slide-up-enter {
transform: translate3d(0, 100%, 0);
position: absolute;
height: 100%
}
.bulma-slide-enter-active {
transition: .15s ease-out
}
.bulma-slide-leave-active {
transition: .15s ease-out;
transition-timing-function: cubic-bezier(0, 1, .5, 1)
}
.bulma-slide-enter-to,
.bulma-slide-leave {
max-height: 100px;
overflow: hidden
}
.bulma-slide-enter,
.bulma-slide-leave-to {
overflow: hidden;
max-height: 0
}
.bulma-collapse .bulma-collapse-trigger {
display: inline;
cursor: pointer
}
.bulma-collapse .bulma-collapse-content {
display: inherit
}
.bulma-field.bulma-is-grouped .bulma-field {
flex-shrink: 0
}
.bulma-field.bulma-is-grouped .bulma-field:not(:last-child) {
margin-right: .75rem
}
.bulma-field.bulma-is-grouped .bulma-field.bulma-is-expanded {
flex-grow: 1;
flex-shrink: 1
}
.bulma-field.bulma-has-addons .bulma-control:first-child .bulma-control .bulma-button,
.bulma-field.bulma-has-addons .bulma-control:first-child .bulma-control .bulma-input,
.bulma-field.bulma-has-addons .bulma-control:first-child .bulma-control .bulma-select select {
border-bottom-left-radius: 4px;
border-top-left-radius: 4px
}
.bulma-field.bulma-has-addons .bulma-control:last-child .bulma-control .bulma-button,
.bulma-field.bulma-has-addons .bulma-control:last-child .bulma-control .bulma-input,
.bulma-field.bulma-has-addons .bulma-control:last-child .bulma-control .bulma-select select {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px
}
.bulma-field.bulma-has-addons .bulma-control .bulma-control .bulma-button,
.bulma-field.bulma-has-addons .bulma-control .bulma-control .bulma-input,
.bulma-field.bulma-has-addons .bulma-control .bulma-control .bulma-select select {
border-radius: 0
}
.bulma-field.bulma-has-addons .bulma-b-numberinput:not(:first-child) .bulma-control:first-child .bulma-button,
.bulma-field.bulma-has-addons .bulma-b-numberinput:not(:first-child) .bulma-control:first-child .bulma-input,
.bulma-field.bulma-has-addons .bulma-b-numberinput:not(:first-child) .bulma-control:first-child .bulma-select select {
border-bottom-left-radius: 0;
border-top-left-radius: 0
}
.bulma-field.bulma-has-addons .bulma-b-numberinput:not(:last-child) .bulma-control:last-child .bulma-button,
.bulma-field.bulma-has-addons .bulma-b-numberinput:not(:last-child) .bulma-control:last-child .bulma-input,
.bulma-field.bulma-has-addons .bulma-b-numberinput:not(:last-child) .bulma-control:last-child .bulma-select select {
border-bottom-right-radius: 0;
border-top-right-radius: 0
}
.bulma-field.bulma-is-floating-in-label,
.bulma-field.bulma-is-floating-label {
position: relative
}
.bulma-field.bulma-is-floating-in-label .bulma-label,
.bulma-field.bulma-is-floating-label .bulma-label {
position: absolute;
left: 1em;
font-size: .75rem;
background-color: transparent;
z-index: 5
}
.bulma-field.bulma-is-floating-in-label .bulma-label.bulma-is-small,
.bulma-field.bulma-is-floating-label .bulma-label.bulma-is-small {
font-size: .5625rem
}
.bulma-field.bulma-is-floating-in-label .bulma-label.bulma-is-medium,
.bulma-field.bulma-is-floating-label .bulma-label.bulma-is-medium {
font-size: .9375rem
}
.bulma-field.bulma-is-floating-in-label .bulma-label.bulma-is-large,
.bulma-field.bulma-is-floating-label .bulma-label.bulma-is-large {
font-size: 1.125rem
}
.bulma-field.bulma-is-floating-in-label .bulma-taginput .bulma-counter,
.bulma-field.bulma-is-floating-label .bulma-taginput .bulma-counter {
float: none;
text-align: right
}
.bulma-field.bulma-is-floating-in-label.bulma-has-addons>.bulma-label+.bulma-control .bulma-button,
.bulma-field.bulma-is-floating-in-label.bulma-has-addons>.bulma-label+.bulma-control .bulma-input,
.bulma-field.bulma-is-floating-in-label.bulma-has-addons>.bulma-label+.bulma-control .bulma-select select,
.bulma-field.bulma-is-floating-label.bulma-has-addons>.bulma-label+.bulma-control .bulma-button,
.bulma-field.bulma-is-floating-label.bulma-has-addons>.bulma-label+.bulma-control .bulma-input,
.bulma-field.bulma-is-floating-label.bulma-has-addons>.bulma-label+.bulma-control .bulma-select select {
border-bottom-left-radius: 4px;
border-top-left-radius: 4px
}
.bulma-field.bulma-is-floating-label .bulma-label {
top: -.775em;
padding-left: .125em;
padding-right: .125em
}
.bulma-field.bulma-is-floating-label .bulma-label:before {
content: "";
display: block;
position: absolute;
top: .775em;
left: 0;
right: 0;
height: .375em;
background-color: #fff;
z-index: -1
}
.bulma-field.bulma-is-floating-label .bulma-input:focus,
.bulma-field.bulma-is-floating-label .bulma-select select:focus,
.bulma-field.bulma-is-floating-label .bulma-textarea:focus {
box-shadow: none
}
.bulma-field.bulma-is-floating-label .bulma-taginput .bulma-taginput-container {
padding-top: .475em
}
.bulma-field.bulma-is-floating-label .bulma-taginput .bulma-taginput-container.bulma-is-focused {
box-shadow: none
}
.bulma-field.bulma-is-floating-in-label .bulma-label {
top: .25em
}
.bulma-field.bulma-is-floating-in-label>.bulma-datepicker .bulma-input,
.bulma-field.bulma-is-floating-in-label>.bulma-timepicker .bulma-input,
.bulma-field.bulma-is-floating-in-label>:not(.bulma-datepicker):not(.bulma-timepicker):not(.bulma-taginput) .bulma-input,
.bulma-field.bulma-is-floating-in-label>:not(.bulma-datepicker):not(.bulma-timepicker):not(.bulma-taginput) .bulma-textarea,
.bulma-field.bulma-is-floating-in-label>:not(.bulma-datepicker):not(.bulma-timepicker):not(.bulma-taginput) select {
padding-top: calc(1.625em - .5625rem);
padding-bottom: 1px;
height: 3.25em
}
.bulma-field.bulma-is-floating-in-label>:not(.bulma-datepicker):not(.bulma-timepicker):not(.bulma-taginput) .bulma-select:not(multiple) {
height: 3.25em
}
.bulma-field.bulma-is-floating-in-label>:not(.bulma-datepicker):not(.bulma-timepicker):not(.bulma-taginput) .bulma-select:not(multiple).bulma-is-loading:after {
margin-top: calc(1.625em - .5625rem)
}
.bulma-field.bulma-is-floating-in-label>:not(.bulma-datepicker):not(.bulma-timepicker):not(.bulma-taginput) .bulma-select:not(multiple):after {
margin-top: 1px
}
.bulma-field.bulma-is-floating-in-label>:not(.bulma-taginput) .bulma-is-left.bulma-icon,
.bulma-field.bulma-is-floating-in-label>:not(.bulma-taginput) .bulma-is-right.bulma-icon {
height: 3.25em
}
.bulma-field.bulma-is-floating-in-label>:not(.bulma-taginput) .bulma-is-left.bulma-icon {
padding-top: calc(1.625em - .5625rem)
}
.bulma-field.bulma-is-floating-in-label .bulma-control.bulma-is-loading:after {
margin-top: calc(1.625em - .5625rem)
}
.bulma-field.bulma-is-floating-in-label .bulma-taginput .bulma-taginput-container {
padding-top: calc(1.625em - .5625rem + .275em - 1px)
}
.bulma-field.bulma-is-floating-in-label.bulma-has-addons .bulma-control .bulma-button,
.bulma-field.bulma-is-floating-in-label.bulma-has-addons .bulma-control .bulma-input,
.bulma-field.bulma-is-floating-in-label.bulma-has-addons .bulma-control .bulma-select select,
.bulma-field.bulma-is-floating-in-label.bulma-has-numberinput .bulma-b-numberinput .bulma-control .bulma-button,
.bulma-field.bulma-is-floating-in-label.bulma-is-grouped .bulma-control .bulma-button,
.bulma-field.bulma-is-floating-in-label.bulma-is-grouped .bulma-control .bulma-input,
.bulma-field.bulma-is-floating-in-label.bulma-is-grouped .bulma-control .bulma-select select {
height: 3.25em
}
.bulma-field.bulma-is-floating-in-label.bulma-has-numberinput .bulma-label,
.bulma-field.bulma-is-floating-label.bulma-has-numberinput .bulma-label {
margin-left: 3rem
}
.bulma-field.bulma-is-floating-in-label.bulma-has-numberinput.bulma-has-numberinput-is-small .bulma-label,
.bulma-field.bulma-is-floating-label.bulma-has-numberinput.bulma-has-numberinput-is-small .bulma-label {
margin-left: 2.25rem
}
.bulma-field.bulma-is-floating-in-label.bulma-has-numberinput.bulma-has-numberinput-is-medium .bulma-label,
.bulma-field.bulma-is-floating-label.bulma-has-numberinput.bulma-has-numberinput-is-medium .bulma-label {
margin-left: 3.75rem
}
.bulma-field.bulma-is-floating-in-label.bulma-has-numberinput.bulma-has-numberinput-is-large .bulma-label,
.bulma-field.bulma-is-floating-label.bulma-has-numberinput.bulma-has-numberinput-is-large .bulma-label {
margin-left: 4.5rem
}
.bulma-field.bulma-is-floating-in-label.bulma-has-numberinput-compact .bulma-label,
.bulma-field.bulma-is-floating-label.bulma-has-numberinput-compact .bulma-label {
margin-left: 2.25rem
}
.bulma-field.bulma-is-floating-in-label.bulma-has-numberinput-compact.bulma-has-numberinput-is-small .bulma-label,
.bulma-field.bulma-is-floating-label.bulma-has-numberinput-compact.bulma-has-numberinput-is-small .bulma-label {
margin-left: 1.6875rem
}
.bulma-field.bulma-is-floating-in-label.bulma-has-numberinput-compact.bulma-has-numberinput-is-medium .bulma-label,
.bulma-field.bulma-is-floating-label.bulma-has-numberinput-compact.bulma-has-numberinput-is-medium .bulma-label {
margin-left: 2.8125rem
}
.bulma-field.bulma-is-floating-in-label.bulma-has-numberinput-compact.bulma-has-numberinput-is-large .bulma-label,
.bulma-field.bulma-is-floating-label.bulma-has-numberinput-compact.bulma-has-numberinput-is-large .bulma-label {
margin-left: 3.375rem
}
.bulma-field.bulma-has-addons-right.bulma-is-floating-in-label .bulma-label,
.bulma-field.bulma-has-addons-right.bulma-is-floating-label .bulma-label,
.bulma-field.bulma-is-grouped-right.bulma-is-floating-in-label .bulma-label,
.bulma-field.bulma-is-grouped-right.bulma-is-floating-label .bulma-label {
position: relative;
left: 5.25em
}
.bulma-control .bulma-help.bulma-counter {
float: right;
margin-left: .5em
}
.bulma-control .bulma-icon.bulma-is-clickable {
pointer-events: auto;
cursor: pointer
}
.bulma-icon {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: inherit
}
.bulma-icon svg {
background-color: transparent;
fill: currentColor;
stroke-width: 0;
stroke: currentColor;
pointer-events: none;
width: 1.5rem;
height: 1.5rem
}
.bulma-loading-overlay {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
align-items: center;
display: none;
justify-content: center;
overflow: hidden;
z-index: 999
}
.bulma-loading-overlay.bulma-is-active {
display: flex
}
.bulma-loading-overlay.bulma-is-full-page {
position: fixed
}
.bulma-loading-overlay.bulma-is-full-page .bulma-loading-icon:after {
top: calc(50% - 2.5em);
left: calc(50% - 2.5em);
width: 5em;
height: 5em
}
.bulma-loading-overlay .bulma-loading-background {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
background: #7f7f7f;
background: hsla(0, 0%, 100%, .5)
}
.bulma-loading-overlay .bulma-loading-icon {
position: relative
}
.bulma-loading-overlay .bulma-loading-icon:after {
animation: spinAround .5s linear infinite;
border: 2px solid #dbdbdb;
border-radius: 290486px;
border-right-color: transparent;
border-top-color: transparent;
content: "";
display: block;
height: 1em;
position: relative;
width: 1em;
position: absolute;
top: calc(50% - 1.5em);
left: calc(50% - 1.5em);
width: 3em;
height: 3em;
border-width: .25em
}
.bulma-modal.bulma-is-full-screen>.bulma-animation-content,
.bulma-modal.bulma-is-full-screen>.bulma-animation-content>.bulma-modal-card {
width: 100%;
height: 100%;
max-height: 100vh;
margin: 0;
background-color: #f5f5f5
}
.bulma-modal .bulma-animation-content {
margin: 0 20px
}
.bulma-modal .bulma-animation-content .bulma-modal-card {
margin: 0
}
@media screen and (max-width:768px) {
.bulma-modal .bulma-animation-content {
width: 100%
}
}
.bulma-modal .bulma-modal-content {
width: 100%
} | dist/buefy.css |
@keyframes spinAround {
0% {
transform: rotate(0)
}
to {
transform: rotate(359deg)
}
}
.bulma-button,
.bulma-is-unselectable,
.bulma-modal-close {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.bulma-content:not(:last-child) {
margin-bottom: 1.5rem
}
.bulma-modal-close {
-moz-appearance: none;
-webkit-appearance: none;
background-color: rgba(10, 10, 10, .2);
border: none;
border-radius: 290486px;
cursor: pointer;
pointer-events: auto;
display: inline-block;
flex-grow: 0;
flex-shrink: 0;
font-size: 0;
height: 20px;
max-height: 20px;
max-width: 20px;
min-height: 20px;
min-width: 20px;
outline: 0;
position: relative;
vertical-align: top;
width: 20px
}
.bulma-modal-close:after,
.bulma-modal-close:before {
background-color: #fff;
content: "";
display: block;
left: 50%;
position: absolute;
top: 50%;
transform: translateX(-50%) translateY(-50%) rotate(45deg);
transform-origin: center center
}
.bulma-modal-close:before {
height: 2px;
width: 50%
}
.bulma-modal-close:after {
height: 50%;
width: 2px
}
.bulma-modal-close:focus,
.bulma-modal-close:hover {
background-color: rgba(10, 10, 10, .3)
}
.bulma-modal-close:active {
background-color: rgba(10, 10, 10, .4)
}
.bulma-is-small.bulma-modal-close {
height: 16px;
max-height: 16px;
max-width: 16px;
min-height: 16px;
min-width: 16px;
width: 16px
}
.bulma-is-medium.bulma-modal-close {
height: 24px;
max-height: 24px;
max-width: 24px;
min-height: 24px;
min-width: 24px;
width: 24px
}
.bulma-is-large.bulma-modal-close {
height: 32px;
max-height: 32px;
max-width: 32px;
min-height: 32px;
min-width: 32px;
width: 32px
}
.bulma-button.bulma-is-loading:after,
.bulma-control.bulma-is-loading:after {
animation: spinAround .5s linear infinite;
border: 2px solid #dbdbdb;
border-radius: 290486px;
border-right-color: transparent;
border-top-color: transparent;
content: "";
display: block;
height: 1em;
position: relative;
width: 1em
}
.bulma-is-overlay,
.bulma-modal,
.bulma-modal-background {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0
}
.bulma-button,
.bulma-input,
.bulma-textarea {
-moz-appearance: none;
-webkit-appearance: none;
align-items: center;
border: 1px solid transparent;
border-radius: 4px;
box-shadow: none;
display: inline-flex;
font-size: 1rem;
height: 2.5em;
justify-content: flex-start;
line-height: 1.5;
padding-bottom: calc(.5em - 1px);
padding-left: calc(.75em - 1px);
padding-right: calc(.75em - 1px);
padding-top: calc(.5em - 1px);
position: relative;
vertical-align: top
}
.bulma-button:active,
.bulma-button:focus,
.bulma-input:active,
.bulma-input:focus,
.bulma-is-active.bulma-button,
.bulma-is-active.bulma-input,
.bulma-is-active.bulma-textarea,
.bulma-is-focused.bulma-button,
.bulma-is-focused.bulma-input,
.bulma-is-focused.bulma-textarea,
.bulma-textarea:active,
.bulma-textarea:focus {
outline: 0
}
.bulma-button[disabled],
.bulma-input[disabled],
.bulma-textarea[disabled],
fieldset[disabled] .bulma-button,
fieldset[disabled] .bulma-input,
fieldset[disabled] .bulma-textarea {
cursor: not-allowed
}
.bulma-has-text-white {
color: #fff!important
}
a.bulma-has-text-white:focus,
a.bulma-has-text-white:hover {
color: #e6e6e6!important
}
.bulma-has-background-white {
background-color: #fff!important
}
.bulma-has-text-black {
color: #0a0a0a!important
}
a.bulma-has-text-black:focus,
a.bulma-has-text-black:hover {
color: #000!important
}
.bulma-has-background-black {
background-color: #0a0a0a!important
}
.bulma-has-text-light {
color: #f5f5f5!important
}
a.bulma-has-text-light:focus,
a.bulma-has-text-light:hover {
color: #dbdbdb!important
}
.bulma-has-background-light {
background-color: #f5f5f5!important
}
.bulma-has-text-dark {
color: #363636!important
}
a.bulma-has-text-dark:focus,
a.bulma-has-text-dark:hover {
color: #1c1c1c!important
}
.bulma-has-background-dark {
background-color: #363636!important
}
.bulma-has-text-primary {
color: #7957d5!important
}
a.bulma-has-text-primary:focus,
a.bulma-has-text-primary:hover {
color: #5a32c7!important
}
.bulma-has-background-primary {
background-color: #7957d5!important
}
.bulma-has-text-primary-light {
color: #f2effb!important
}
a.bulma-has-text-primary-light:focus,
a.bulma-has-text-primary-light:hover {
color: #d1c6f1!important
}
.bulma-has-background-primary-light {
background-color: #f2effb!important
}
.bulma-has-text-primary-dark {
color: #552fbc!important
}
a.bulma-has-text-primary-dark:focus,
a.bulma-has-text-primary-dark:hover {
color: #704bd2!important
}
.bulma-has-background-primary-dark {
background-color: #552fbc!important
}
.bulma-has-text-link {
color: #7957d5!important
}
a.bulma-has-text-link:focus,
a.bulma-has-text-link:hover {
color: #5a32c7!important
}
.bulma-has-background-link {
background-color: #7957d5!important
}
.bulma-has-text-link-light {
color: #f2effb!important
}
a.bulma-has-text-link-light:focus,
a.bulma-has-text-link-light:hover {
color: #d1c6f1!important
}
.bulma-has-background-link-light {
background-color: #f2effb!important
}
.bulma-has-text-link-dark {
color: #552fbc!important
}
a.bulma-has-text-link-dark:focus,
a.bulma-has-text-link-dark:hover {
color: #704bd2!important
}
.bulma-has-background-link-dark {
background-color: #552fbc!important
}
.bulma-has-text-info {
color: #167df0!important
}
a.bulma-has-text-info:focus,
a.bulma-has-text-info:hover {
color: #0d64c6!important
}
.bulma-has-background-info {
background-color: #167df0!important
}
.bulma-has-text-info-light {
color: #ecf4fe!important
}
a.bulma-has-text-info-light:focus,
a.bulma-has-text-info-light:hover {
color: #bcdafb!important
}
.bulma-has-background-info-light {
background-color: #ecf4fe!important
}
.bulma-has-text-info-dark {
color: #0d68ce!important
}
a.bulma-has-text-info-dark:focus,
a.bulma-has-text-info-dark:hover {
color: #1e81f1!important
}
.bulma-has-background-info-dark {
background-color: #0d68ce!important
}
.bulma-has-text-success {
color: #48c774!important
}
a.bulma-has-text-success:focus,
a.bulma-has-text-success:hover {
color: #34a85c!important
}
.bulma-has-background-success {
background-color: #48c774!important
}
.bulma-has-text-success-light {
color: #effaf3!important
}
a.bulma-has-text-success-light:focus,
a.bulma-has-text-success-light:hover {
color: #c8eed6!important
}
.bulma-has-background-success-light {
background-color: #effaf3!important
}
.bulma-has-text-success-dark {
color: #257942!important
}
a.bulma-has-text-success-dark:focus,
a.bulma-has-text-success-dark:hover {
color: #31a058!important
}
.bulma-has-background-success-dark {
background-color: #257942!important
}
.bulma-has-text-warning {
color: #ffdd57!important
}
a.bulma-has-text-warning:focus,
a.bulma-has-text-warning:hover {
color: #ffd324!important
}
.bulma-has-background-warning {
background-color: #ffdd57!important
}
.bulma-has-text-warning-light {
color: #fffbeb!important
}
a.bulma-has-text-warning-light:focus,
a.bulma-has-text-warning-light:hover {
color: #fff1b8!important
}
.bulma-has-background-warning-light {
background-color: #fffbeb!important
}
.bulma-has-text-warning-dark {
color: #947600!important
}
a.bulma-has-text-warning-dark:focus,
a.bulma-has-text-warning-dark:hover {
color: #c79f00!important
}
.bulma-has-background-warning-dark {
background-color: #947600!important
}
.bulma-has-text-danger {
color: #f14668!important
}
a.bulma-has-text-danger:focus,
a.bulma-has-text-danger:hover {
color: #ee1742!important
}
.bulma-has-background-danger {
background-color: #f14668!important
}
.bulma-has-text-danger-light {
color: #feecf0!important
}
a.bulma-has-text-danger-light:focus,
a.bulma-has-text-danger-light:hover {
color: #fabdc9!important
}
.bulma-has-background-danger-light {
background-color: #feecf0!important
}
.bulma-has-text-danger-dark {
color: #cc0f35!important
}
a.bulma-has-text-danger-dark:focus,
a.bulma-has-text-danger-dark:hover {
color: #ee2049!important
}
.bulma-has-background-danger-dark {
background-color: #cc0f35!important
}
.bulma-has-text-black-bis {
color: #121212!important
}
.bulma-has-background-black-bis {
background-color: #121212!important
}
.bulma-has-text-black-ter {
color: #242424!important
}
.bulma-has-background-black-ter {
background-color: #242424!important
}
.bulma-has-text-grey-darker {
color: #363636!important
}
.bulma-has-background-grey-darker {
background-color: #363636!important
}
.bulma-has-text-grey-dark {
color: #4a4a4a!important
}
.bulma-has-background-grey-dark {
background-color: #4a4a4a!important
}
.bulma-has-text-grey {
color: #7a7a7a!important
}
.bulma-has-background-grey {
background-color: #7a7a7a!important
}
.bulma-has-text-grey-light {
color: #b5b5b5!important
}
.bulma-has-background-grey-light {
background-color: #b5b5b5!important
}
.bulma-has-text-grey-lighter {
color: #dbdbdb!important
}
.bulma-has-background-grey-lighter {
background-color: #dbdbdb!important
}
.bulma-has-text-white-ter {
color: #f5f5f5!important
}
.bulma-has-background-white-ter {
background-color: #f5f5f5!important
}
.bulma-has-text-white-bis {
color: #fafafa!important
}
.bulma-has-background-white-bis {
background-color: #fafafa!important
}
.bulma-is-clearfix:after {
clear: both;
content: " ";
display: table
}
.bulma-is-pulled-left {
float: left!important
}
.bulma-is-pulled-right {
float: right!important
}
.bulma-is-radiusless {
border-radius: 0!important
}
.bulma-is-shadowless {
box-shadow: none!important
}
.bulma-is-clipped {
overflow: hidden!important
}
.bulma-is-relative {
position: relative!important
}
.bulma-is-marginless {
margin: 0!important
}
.bulma-is-paddingless {
padding: 0!important
}
.bulma-mt-0 {
margin-top: 0!important
}
.bulma-mr-0 {
margin-right: 0!important
}
.bulma-mb-0 {
margin-bottom: 0!important
}
.bulma-ml-0,
.bulma-mx-0 {
margin-left: 0!important
}
.bulma-mx-0 {
margin-right: 0!important
}
.bulma-my-0 {
margin-top: 0!important;
margin-bottom: 0!important
}
.bulma-mt-1 {
margin-top: .25rem!important
}
.bulma-mr-1 {
margin-right: .25rem!important
}
.bulma-mb-1 {
margin-bottom: .25rem!important
}
.bulma-ml-1,
.bulma-mx-1 {
margin-left: .25rem!important
}
.bulma-mx-1 {
margin-right: .25rem!important
}
.bulma-my-1 {
margin-top: .25rem!important;
margin-bottom: .25rem!important
}
.bulma-mt-2 {
margin-top: .5rem!important
}
.bulma-mr-2 {
margin-right: .5rem!important
}
.bulma-mb-2 {
margin-bottom: .5rem!important
}
.bulma-ml-2,
.bulma-mx-2 {
margin-left: .5rem!important
}
.bulma-mx-2 {
margin-right: .5rem!important
}
.bulma-my-2 {
margin-top: .5rem!important;
margin-bottom: .5rem!important
}
.bulma-mt-3 {
margin-top: .75rem!important
}
.bulma-mr-3 {
margin-right: .75rem!important
}
.bulma-mb-3 {
margin-bottom: .75rem!important
}
.bulma-ml-3,
.bulma-mx-3 {
margin-left: .75rem!important
}
.bulma-mx-3 {
margin-right: .75rem!important
}
.bulma-my-3 {
margin-top: .75rem!important;
margin-bottom: .75rem!important
}
.bulma-mt-4 {
margin-top: 1rem!important
}
.bulma-mr-4 {
margin-right: 1rem!important
}
.bulma-mb-4 {
margin-bottom: 1rem!important
}
.bulma-ml-4,
.bulma-mx-4 {
margin-left: 1rem!important
}
.bulma-mx-4 {
margin-right: 1rem!important
}
.bulma-my-4 {
margin-top: 1rem!important;
margin-bottom: 1rem!important
}
.bulma-mt-5 {
margin-top: 1.5rem!important
}
.bulma-mr-5 {
margin-right: 1.5rem!important
}
.bulma-mb-5 {
margin-bottom: 1.5rem!important
}
.bulma-ml-5,
.bulma-mx-5 {
margin-left: 1.5rem!important
}
.bulma-mx-5 {
margin-right: 1.5rem!important
}
.bulma-my-5 {
margin-top: 1.5rem!important;
margin-bottom: 1.5rem!important
}
.bulma-mt-6 {
margin-top: 3rem!important
}
.bulma-mr-6 {
margin-right: 3rem!important
}
.bulma-mb-6 {
margin-bottom: 3rem!important
}
.bulma-ml-6,
.bulma-mx-6 {
margin-left: 3rem!important
}
.bulma-mx-6 {
margin-right: 3rem!important
}
.bulma-my-6 {
margin-top: 3rem!important;
margin-bottom: 3rem!important
}
.bulma-pt-0 {
padding-top: 0!important
}
.bulma-pr-0 {
padding-right: 0!important
}
.bulma-pb-0 {
padding-bottom: 0!important
}
.bulma-pl-0,
.bulma-px-0 {
padding-left: 0!important
}
.bulma-px-0 {
padding-right: 0!important
}
.bulma-py-0 {
padding-top: 0!important;
padding-bottom: 0!important
}
.bulma-pt-1 {
padding-top: .25rem!important
}
.bulma-pr-1 {
padding-right: .25rem!important
}
.bulma-pb-1 {
padding-bottom: .25rem!important
}
.bulma-pl-1,
.bulma-px-1 {
padding-left: .25rem!important
}
.bulma-px-1 {
padding-right: .25rem!important
}
.bulma-py-1 {
padding-top: .25rem!important;
padding-bottom: .25rem!important
}
.bulma-pt-2 {
padding-top: .5rem!important
}
.bulma-pr-2 {
padding-right: .5rem!important
}
.bulma-pb-2 {
padding-bottom: .5rem!important
}
.bulma-pl-2,
.bulma-px-2 {
padding-left: .5rem!important
}
.bulma-px-2 {
padding-right: .5rem!important
}
.bulma-py-2 {
padding-top: .5rem!important;
padding-bottom: .5rem!important
}
.bulma-pt-3 {
padding-top: .75rem!important
}
.bulma-pr-3 {
padding-right: .75rem!important
}
.bulma-pb-3 {
padding-bottom: .75rem!important
}
.bulma-pl-3,
.bulma-px-3 {
padding-left: .75rem!important
}
.bulma-px-3 {
padding-right: .75rem!important
}
.bulma-py-3 {
padding-top: .75rem!important;
padding-bottom: .75rem!important
}
.bulma-pt-4 {
padding-top: 1rem!important
}
.bulma-pr-4 {
padding-right: 1rem!important
}
.bulma-pb-4 {
padding-bottom: 1rem!important
}
.bulma-pl-4,
.bulma-px-4 {
padding-left: 1rem!important
}
.bulma-px-4 {
padding-right: 1rem!important
}
.bulma-py-4 {
padding-top: 1rem!important;
padding-bottom: 1rem!important
}
.bulma-pt-5 {
padding-top: 1.5rem!important
}
.bulma-pr-5 {
padding-right: 1.5rem!important
}
.bulma-pb-5 {
padding-bottom: 1.5rem!important
}
.bulma-pl-5,
.bulma-px-5 {
padding-left: 1.5rem!important
}
.bulma-px-5 {
padding-right: 1.5rem!important
}
.bulma-py-5 {
padding-top: 1.5rem!important;
padding-bottom: 1.5rem!important
}
.bulma-pt-6 {
padding-top: 3rem!important
}
.bulma-pr-6 {
padding-right: 3rem!important
}
.bulma-pb-6 {
padding-bottom: 3rem!important
}
.bulma-pl-6,
.bulma-px-6 {
padding-left: 3rem!important
}
.bulma-px-6 {
padding-right: 3rem!important
}
.bulma-py-6 {
padding-top: 3rem!important;
padding-bottom: 3rem!important
}
.bulma-is-size-1 {
font-size: 3rem!important
}
.bulma-is-size-2 {
font-size: 2.5rem!important
}
.bulma-is-size-3 {
font-size: 2rem!important
}
.bulma-is-size-4 {
font-size: 1.5rem!important
}
.bulma-is-size-5 {
font-size: 1.25rem!important
}
.bulma-is-size-6 {
font-size: 1rem!important
}
.bulma-is-size-7 {
font-size: .75rem!important
}
@media screen and (max-width:768px) {
.bulma-is-size-1-mobile {
font-size: 3rem!important
}
.bulma-is-size-2-mobile {
font-size: 2.5rem!important
}
.bulma-is-size-3-mobile {
font-size: 2rem!important
}
.bulma-is-size-4-mobile {
font-size: 1.5rem!important
}
.bulma-is-size-5-mobile {
font-size: 1.25rem!important
}
.bulma-is-size-6-mobile {
font-size: 1rem!important
}
.bulma-is-size-7-mobile {
font-size: .75rem!important
}
}
@media print,
screen and (min-width:769px) {
.bulma-is-size-1-tablet {
font-size: 3rem!important
}
.bulma-is-size-2-tablet {
font-size: 2.5rem!important
}
.bulma-is-size-3-tablet {
font-size: 2rem!important
}
.bulma-is-size-4-tablet {
font-size: 1.5rem!important
}
.bulma-is-size-5-tablet {
font-size: 1.25rem!important
}
.bulma-is-size-6-tablet {
font-size: 1rem!important
}
.bulma-is-size-7-tablet {
font-size: .75rem!important
}
}
@media screen and (max-width:1023px) {
.bulma-is-size-1-touch {
font-size: 3rem!important
}
.bulma-is-size-2-touch {
font-size: 2.5rem!important
}
.bulma-is-size-3-touch {
font-size: 2rem!important
}
.bulma-is-size-4-touch {
font-size: 1.5rem!important
}
.bulma-is-size-5-touch {
font-size: 1.25rem!important
}
.bulma-is-size-6-touch {
font-size: 1rem!important
}
.bulma-is-size-7-touch {
font-size: .75rem!important
}
}
@media screen and (min-width:1024px) {
.bulma-is-size-1-desktop {
font-size: 3rem!important
}
.bulma-is-size-2-desktop {
font-size: 2.5rem!important
}
.bulma-is-size-3-desktop {
font-size: 2rem!important
}
.bulma-is-size-4-desktop {
font-size: 1.5rem!important
}
.bulma-is-size-5-desktop {
font-size: 1.25rem!important
}
.bulma-is-size-6-desktop {
font-size: 1rem!important
}
.bulma-is-size-7-desktop {
font-size: .75rem!important
}
}
@media screen and (min-width:1216px) {
.bulma-is-size-1-widescreen {
font-size: 3rem!important
}
.bulma-is-size-2-widescreen {
font-size: 2.5rem!important
}
.bulma-is-size-3-widescreen {
font-size: 2rem!important
}
.bulma-is-size-4-widescreen {
font-size: 1.5rem!important
}
.bulma-is-size-5-widescreen {
font-size: 1.25rem!important
}
.bulma-is-size-6-widescreen {
font-size: 1rem!important
}
.bulma-is-size-7-widescreen {
font-size: .75rem!important
}
}
@media screen and (min-width:1408px) {
.bulma-is-size-1-fullhd {
font-size: 3rem!important
}
.bulma-is-size-2-fullhd {
font-size: 2.5rem!important
}
.bulma-is-size-3-fullhd {
font-size: 2rem!important
}
.bulma-is-size-4-fullhd {
font-size: 1.5rem!important
}
.bulma-is-size-5-fullhd {
font-size: 1.25rem!important
}
.bulma-is-size-6-fullhd {
font-size: 1rem!important
}
.bulma-is-size-7-fullhd {
font-size: .75rem!important
}
}
.bulma-has-text-centered {
text-align: center!important
}
.bulma-has-text-justified {
text-align: justify!important
}
.bulma-has-text-left {
text-align: left!important
}
.bulma-has-text-right {
text-align: right!important
}
@media screen and (max-width:768px) {
.bulma-has-text-centered-mobile {
text-align: center!important
}
}
@media print,
screen and (min-width:769px) {
.bulma-has-text-centered-tablet {
text-align: center!important
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-has-text-centered-tablet-only {
text-align: center!important
}
}
@media screen and (max-width:1023px) {
.bulma-has-text-centered-touch {
text-align: center!important
}
}
@media screen and (min-width:1024px) {
.bulma-has-text-centered-desktop {
text-align: center!important
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-has-text-centered-desktop-only {
text-align: center!important
}
}
@media screen and (min-width:1216px) {
.bulma-has-text-centered-widescreen {
text-align: center!important
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-has-text-centered-widescreen-only {
text-align: center!important
}
}
@media screen and (min-width:1408px) {
.bulma-has-text-centered-fullhd {
text-align: center!important
}
}
@media screen and (max-width:768px) {
.bulma-has-text-justified-mobile {
text-align: justify!important
}
}
@media print,
screen and (min-width:769px) {
.bulma-has-text-justified-tablet {
text-align: justify!important
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-has-text-justified-tablet-only {
text-align: justify!important
}
}
@media screen and (max-width:1023px) {
.bulma-has-text-justified-touch {
text-align: justify!important
}
}
@media screen and (min-width:1024px) {
.bulma-has-text-justified-desktop {
text-align: justify!important
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-has-text-justified-desktop-only {
text-align: justify!important
}
}
@media screen and (min-width:1216px) {
.bulma-has-text-justified-widescreen {
text-align: justify!important
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-has-text-justified-widescreen-only {
text-align: justify!important
}
}
@media screen and (min-width:1408px) {
.bulma-has-text-justified-fullhd {
text-align: justify!important
}
}
@media screen and (max-width:768px) {
.bulma-has-text-left-mobile {
text-align: left!important
}
}
@media print,
screen and (min-width:769px) {
.bulma-has-text-left-tablet {
text-align: left!important
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-has-text-left-tablet-only {
text-align: left!important
}
}
@media screen and (max-width:1023px) {
.bulma-has-text-left-touch {
text-align: left!important
}
}
@media screen and (min-width:1024px) {
.bulma-has-text-left-desktop {
text-align: left!important
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-has-text-left-desktop-only {
text-align: left!important
}
}
@media screen and (min-width:1216px) {
.bulma-has-text-left-widescreen {
text-align: left!important
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-has-text-left-widescreen-only {
text-align: left!important
}
}
@media screen and (min-width:1408px) {
.bulma-has-text-left-fullhd {
text-align: left!important
}
}
@media screen and (max-width:768px) {
.bulma-has-text-right-mobile {
text-align: right!important
}
}
@media print,
screen and (min-width:769px) {
.bulma-has-text-right-tablet {
text-align: right!important
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-has-text-right-tablet-only {
text-align: right!important
}
}
@media screen and (max-width:1023px) {
.bulma-has-text-right-touch {
text-align: right!important
}
}
@media screen and (min-width:1024px) {
.bulma-has-text-right-desktop {
text-align: right!important
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-has-text-right-desktop-only {
text-align: right!important
}
}
@media screen and (min-width:1216px) {
.bulma-has-text-right-widescreen {
text-align: right!important
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-has-text-right-widescreen-only {
text-align: right!important
}
}
@media screen and (min-width:1408px) {
.bulma-has-text-right-fullhd {
text-align: right!important
}
}
.bulma-is-capitalized {
text-transform: capitalize!important
}
.bulma-is-lowercase {
text-transform: lowercase!important
}
.bulma-is-uppercase {
text-transform: uppercase!important
}
.bulma-is-italic {
font-style: italic!important
}
.bulma-has-text-weight-light {
font-weight: 300!important
}
.bulma-has-text-weight-normal {
font-weight: 400!important
}
.bulma-has-text-weight-medium {
font-weight: 500!important
}
.bulma-has-text-weight-semibold {
font-weight: 600!important
}
.bulma-has-text-weight-bold {
font-weight: 700!important
}
.bulma-is-family-primary,
.bulma-is-family-sans-serif,
.bulma-is-family-secondary {
font-family: BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif!important
}
.bulma-is-family-code,
.bulma-is-family-monospace {
font-family: monospace!important
}
.bulma-is-block {
display: block!important
}
@media screen and (max-width:768px) {
.bulma-is-block-mobile {
display: block!important
}
}
@media print,
screen and (min-width:769px) {
.bulma-is-block-tablet {
display: block!important
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-is-block-tablet-only {
display: block!important
}
}
@media screen and (max-width:1023px) {
.bulma-is-block-touch {
display: block!important
}
}
@media screen and (min-width:1024px) {
.bulma-is-block-desktop {
display: block!important
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-is-block-desktop-only {
display: block!important
}
}
@media screen and (min-width:1216px) {
.bulma-is-block-widescreen {
display: block!important
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-is-block-widescreen-only {
display: block!important
}
}
@media screen and (min-width:1408px) {
.bulma-is-block-fullhd {
display: block!important
}
}
.bulma-is-flex {
display: flex!important
}
@media screen and (max-width:768px) {
.bulma-is-flex-mobile {
display: flex!important
}
}
@media print,
screen and (min-width:769px) {
.bulma-is-flex-tablet {
display: flex!important
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-is-flex-tablet-only {
display: flex!important
}
}
@media screen and (max-width:1023px) {
.bulma-is-flex-touch {
display: flex!important
}
}
@media screen and (min-width:1024px) {
.bulma-is-flex-desktop {
display: flex!important
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-is-flex-desktop-only {
display: flex!important
}
}
@media screen and (min-width:1216px) {
.bulma-is-flex-widescreen {
display: flex!important
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-is-flex-widescreen-only {
display: flex!important
}
}
@media screen and (min-width:1408px) {
.bulma-is-flex-fullhd {
display: flex!important
}
}
.bulma-is-inline {
display: inline!important
}
@media screen and (max-width:768px) {
.bulma-is-inline-mobile {
display: inline!important
}
}
@media print,
screen and (min-width:769px) {
.bulma-is-inline-tablet {
display: inline!important
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-is-inline-tablet-only {
display: inline!important
}
}
@media screen and (max-width:1023px) {
.bulma-is-inline-touch {
display: inline!important
}
}
@media screen and (min-width:1024px) {
.bulma-is-inline-desktop {
display: inline!important
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-is-inline-desktop-only {
display: inline!important
}
}
@media screen and (min-width:1216px) {
.bulma-is-inline-widescreen {
display: inline!important
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-is-inline-widescreen-only {
display: inline!important
}
}
@media screen and (min-width:1408px) {
.bulma-is-inline-fullhd {
display: inline!important
}
}
.bulma-is-inline-block {
display: inline-block!important
}
@media screen and (max-width:768px) {
.bulma-is-inline-block-mobile {
display: inline-block!important
}
}
@media print,
screen and (min-width:769px) {
.bulma-is-inline-block-tablet {
display: inline-block!important
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-is-inline-block-tablet-only {
display: inline-block!important
}
}
@media screen and (max-width:1023px) {
.bulma-is-inline-block-touch {
display: inline-block!important
}
}
@media screen and (min-width:1024px) {
.bulma-is-inline-block-desktop {
display: inline-block!important
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-is-inline-block-desktop-only {
display: inline-block!important
}
}
@media screen and (min-width:1216px) {
.bulma-is-inline-block-widescreen {
display: inline-block!important
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-is-inline-block-widescreen-only {
display: inline-block!important
}
}
@media screen and (min-width:1408px) {
.bulma-is-inline-block-fullhd {
display: inline-block!important
}
}
.bulma-is-inline-flex {
display: inline-flex!important
}
@media screen and (max-width:768px) {
.bulma-is-inline-flex-mobile {
display: inline-flex!important
}
}
@media print,
screen and (min-width:769px) {
.bulma-is-inline-flex-tablet {
display: inline-flex!important
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-is-inline-flex-tablet-only {
display: inline-flex!important
}
}
@media screen and (max-width:1023px) {
.bulma-is-inline-flex-touch {
display: inline-flex!important
}
}
@media screen and (min-width:1024px) {
.bulma-is-inline-flex-desktop {
display: inline-flex!important
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-is-inline-flex-desktop-only {
display: inline-flex!important
}
}
@media screen and (min-width:1216px) {
.bulma-is-inline-flex-widescreen {
display: inline-flex!important
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-is-inline-flex-widescreen-only {
display: inline-flex!important
}
}
@media screen and (min-width:1408px) {
.bulma-is-inline-flex-fullhd {
display: inline-flex!important
}
}
.bulma-is-hidden {
display: none!important
}
.bulma-is-sr-only {
border: none!important;
clip: rect(0, 0, 0, 0)!important;
height: .01em!important;
overflow: hidden!important;
padding: 0!important;
position: absolute!important;
white-space: nowrap!important;
width: .01em!important
}
@media screen and (max-width:768px) {
.bulma-is-hidden-mobile {
display: none!important
}
}
@media print,
screen and (min-width:769px) {
.bulma-is-hidden-tablet {
display: none!important
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-is-hidden-tablet-only {
display: none!important
}
}
@media screen and (max-width:1023px) {
.bulma-is-hidden-touch {
display: none!important
}
}
@media screen and (min-width:1024px) {
.bulma-is-hidden-desktop {
display: none!important
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-is-hidden-desktop-only {
display: none!important
}
}
@media screen and (min-width:1216px) {
.bulma-is-hidden-widescreen {
display: none!important
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-is-hidden-widescreen-only {
display: none!important
}
}
@media screen and (min-width:1408px) {
.bulma-is-hidden-fullhd {
display: none!important
}
}
.bulma-is-invisible {
visibility: hidden!important
}
@media screen and (max-width:768px) {
.bulma-is-invisible-mobile {
visibility: hidden!important
}
}
@media print,
screen and (min-width:769px) {
.bulma-is-invisible-tablet {
visibility: hidden!important
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-is-invisible-tablet-only {
visibility: hidden!important
}
}
@media screen and (max-width:1023px) {
.bulma-is-invisible-touch {
visibility: hidden!important
}
}
@media screen and (min-width:1024px) {
.bulma-is-invisible-desktop {
visibility: hidden!important
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-is-invisible-desktop-only {
visibility: hidden!important
}
}
@media screen and (min-width:1216px) {
.bulma-is-invisible-widescreen {
visibility: hidden!important
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-is-invisible-widescreen-only {
visibility: hidden!important
}
}
@media screen and (min-width:1408px) {
.bulma-is-invisible-fullhd {
visibility: hidden!important
}
}
.bulma-modal {
align-items: center;
display: none;
flex-direction: column;
justify-content: center;
overflow: hidden;
position: fixed;
z-index: 40
}
.bulma-modal.bulma-is-active {
display: flex
}
.bulma-modal-background {
background-color: rgba(10, 10, 10, .86)
}
.bulma-modal-card,
.bulma-modal-content {
margin: 0 20px;
max-height: calc(100vh - 160px);
overflow: auto;
position: relative;
width: 100%
}
@media print,
screen and (min-width:769px) {
.bulma-modal-card,
.bulma-modal-content {
margin: 0 auto;
max-height: calc(100vh - 40px);
width: 640px
}
}
.bulma-modal-close {
display: none;
background: 0 0;
height: 40px;
position: fixed;
right: 20px;
top: 20px;
width: 40px
}
.bulma-modal-card {
display: flex;
flex-direction: column;
max-height: calc(100vh - 40px);
overflow: hidden;
-ms-overflow-y: visible
}
.bulma-modal-card-foot,
.bulma-modal-card-head {
align-items: center;
background-color: #f5f5f5;
display: flex;
flex-shrink: 0;
justify-content: flex-start;
padding: 20px;
position: relative
}
.bulma-modal-card-head {
border-bottom: 1px solid #dbdbdb;
border-top-left-radius: 6px;
border-top-right-radius: 6px
}
.bulma-modal-card-title {
color: #363636;
flex-grow: 1;
flex-shrink: 0;
font-size: 1.5rem;
line-height: 1
}
.bulma-modal-card-foot {
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
border-top: 1px solid #dbdbdb
}
.bulma-modal-card-foot .bulma-button:not(:last-child) {
margin-right: .5em
}
.bulma-modal-card-body {
-webkit-overflow-scrolling: touch;
background-color: #fff;
flex-grow: 1;
flex-shrink: 1;
overflow: auto;
padding: 20px
}
.bulma-card {
background-color: #fff;
box-shadow: 0 .5em 1em -.125em rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .02);
color: #4a4a4a;
max-width: 100%;
position: relative
}
.bulma-card-header {
background-color: transparent;
align-items: stretch;
box-shadow: 0 .125em .25em rgba(10, 10, 10, .1);
display: flex
}
.bulma-card-header-title {
align-items: center;
color: #363636;
display: flex;
flex-grow: 1;
font-weight: 700;
padding: .75rem 1rem
}
.bulma-card-header-title.bulma-is-centered {
justify-content: center
}
.bulma-card-header-icon {
align-items: center;
cursor: pointer;
display: flex;
justify-content: center;
padding: .75rem 1rem
}
.bulma-card-image {
display: block;
position: relative
}
.bulma-card-content {
background-color: transparent;
padding: 1.5rem
}
.bulma-card-footer {
background-color: transparent;
border-top: 1px solid #ededed;
align-items: stretch;
display: flex
}
.bulma-card-footer-item {
align-items: center;
display: flex;
flex-basis: 0;
flex-grow: 1;
flex-shrink: 0;
justify-content: center;
padding: .75rem
}
.bulma-card-footer-item:not(:last-child) {
border-right: 1px solid #ededed
}
.bulma-card .bulma-media:not(:last-child) {
margin-bottom: 1.5rem
}
.bulma-button {
background-color: #fff;
border-color: #dbdbdb;
border-width: 1px;
color: #363636;
cursor: pointer;
justify-content: center;
padding-bottom: calc(.5em - 1px);
padding-left: 1em;
padding-right: 1em;
padding-top: calc(.5em - 1px);
text-align: center;
white-space: nowrap
}
.bulma-button strong {
color: inherit
}
.bulma-button .bulma-icon,
.bulma-button .bulma-icon.bulma-is-large,
.bulma-button .bulma-icon.bulma-is-medium,
.bulma-button .bulma-icon.bulma-is-small {
height: 1.5em;
width: 1.5em
}
.bulma-button .bulma-icon:first-child:not(:last-child) {
margin-left: calc(-.5em - 1px);
margin-right: .25em
}
.bulma-button .bulma-icon:last-child:not(:first-child) {
margin-left: .25em;
margin-right: calc(-.5em - 1px)
}
.bulma-button .bulma-icon:first-child:last-child {
margin-left: calc(-.5em - 1px);
margin-right: calc(-.5em - 1px)
}
.bulma-button.bulma-is-hovered,
.bulma-button:hover {
border-color: #b5b5b5;
color: #363636
}
.bulma-button.bulma-is-focused,
.bulma-button:focus {
border-color: #7957d5;
color: #363636
}
.bulma-button.bulma-is-focused:not(:active),
.bulma-button:focus:not(:active) {
box-shadow: 0 0 0 .125em rgba(121, 87, 213, .25)
}
.bulma-button.bulma-is-active,
.bulma-button:active {
border-color: #4a4a4a;
color: #363636
}
.bulma-button.bulma-is-text {
background-color: transparent;
border-color: transparent;
color: #4a4a4a;
text-decoration: underline
}
.bulma-button.bulma-is-text.bulma-is-focused,
.bulma-button.bulma-is-text.bulma-is-hovered,
.bulma-button.bulma-is-text:focus,
.bulma-button.bulma-is-text:hover {
background-color: #f5f5f5;
color: #363636
}
.bulma-button.bulma-is-text.bulma-is-active,
.bulma-button.bulma-is-text:active {
background-color: #e8e8e8;
color: #363636
}
.bulma-button.bulma-is-text[disabled],
fieldset[disabled] .bulma-button.bulma-is-text {
background-color: transparent;
border-color: transparent;
box-shadow: none
}
.bulma-button.bulma-is-white {
background-color: #fff;
border-color: transparent;
color: #0a0a0a
}
.bulma-button.bulma-is-white.bulma-is-hovered,
.bulma-button.bulma-is-white:hover {
background-color: #f9f9f9;
border-color: transparent;
color: #0a0a0a
}
.bulma-button.bulma-is-white.bulma-is-focused,
.bulma-button.bulma-is-white:focus {
border-color: transparent;
color: #0a0a0a
}
.bulma-button.bulma-is-white.bulma-is-focused:not(:active),
.bulma-button.bulma-is-white:focus:not(:active) {
box-shadow: 0 0 0 .125em hsla(0, 0%, 100%, .25)
}
.bulma-button.bulma-is-white.bulma-is-active,
.bulma-button.bulma-is-white:active {
background-color: #f2f2f2;
border-color: transparent;
color: #0a0a0a
}
.bulma-button.bulma-is-white[disabled],
fieldset[disabled] .bulma-button.bulma-is-white {
background-color: #fff;
border-color: transparent;
box-shadow: none
}
.bulma-button.bulma-is-white.bulma-is-inverted {
background-color: #0a0a0a;
color: #fff
}
.bulma-button.bulma-is-white.bulma-is-inverted.bulma-is-hovered,
.bulma-button.bulma-is-white.bulma-is-inverted:hover {
background-color: #000
}
.bulma-button.bulma-is-white.bulma-is-inverted[disabled],
fieldset[disabled] .bulma-button.bulma-is-white.bulma-is-inverted {
background-color: #0a0a0a;
border-color: transparent;
box-shadow: none;
color: #fff
}
.bulma-button.bulma-is-white.bulma-is-loading:after {
border-color: transparent transparent #0a0a0a #0a0a0a!important
}
.bulma-button.bulma-is-white.bulma-is-outlined {
background-color: transparent;
border-color: #fff;
color: #fff
}
.bulma-button.bulma-is-white.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-white.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-white.bulma-is-outlined:focus,
.bulma-button.bulma-is-white.bulma-is-outlined:hover {
background-color: #fff;
border-color: #fff;
color: #0a0a0a
}
.bulma-button.bulma-is-white.bulma-is-outlined.bulma-is-loading:after {
border-color: transparent transparent #fff #fff!important
}
.bulma-button.bulma-is-white.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-white.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-white.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-white.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent #0a0a0a #0a0a0a!important
}
.bulma-button.bulma-is-white.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-white.bulma-is-outlined {
background-color: transparent;
border-color: #fff;
box-shadow: none;
color: #fff
}
.bulma-button.bulma-is-white.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: #0a0a0a;
color: #0a0a0a
}
.bulma-button.bulma-is-white.bulma-is-inverted.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-white.bulma-is-inverted.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-white.bulma-is-inverted.bulma-is-outlined:focus,
.bulma-button.bulma-is-white.bulma-is-inverted.bulma-is-outlined:hover {
background-color: #0a0a0a;
color: #fff
}
.bulma-button.bulma-is-white.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-white.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-white.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-white.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent #fff #fff!important
}
.bulma-button.bulma-is-white.bulma-is-inverted.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-white.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: #0a0a0a;
box-shadow: none;
color: #0a0a0a
}
.bulma-button.bulma-is-black {
background-color: #0a0a0a;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-black.bulma-is-hovered,
.bulma-button.bulma-is-black:hover {
background-color: #040404;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-black.bulma-is-focused,
.bulma-button.bulma-is-black:focus {
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-black.bulma-is-focused:not(:active),
.bulma-button.bulma-is-black:focus:not(:active) {
box-shadow: 0 0 0 .125em rgba(10, 10, 10, .25)
}
.bulma-button.bulma-is-black.bulma-is-active,
.bulma-button.bulma-is-black:active {
background-color: #000;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-black[disabled],
fieldset[disabled] .bulma-button.bulma-is-black {
background-color: #0a0a0a;
border-color: transparent;
box-shadow: none
}
.bulma-button.bulma-is-black.bulma-is-inverted {
background-color: #fff;
color: #0a0a0a
}
.bulma-button.bulma-is-black.bulma-is-inverted.bulma-is-hovered,
.bulma-button.bulma-is-black.bulma-is-inverted:hover {
background-color: #f2f2f2
}
.bulma-button.bulma-is-black.bulma-is-inverted[disabled],
fieldset[disabled] .bulma-button.bulma-is-black.bulma-is-inverted {
background-color: #fff;
border-color: transparent;
box-shadow: none;
color: #0a0a0a
}
.bulma-button.bulma-is-black.bulma-is-loading:after {
border-color: transparent transparent #fff #fff!important
}
.bulma-button.bulma-is-black.bulma-is-outlined {
background-color: transparent;
border-color: #0a0a0a;
color: #0a0a0a
}
.bulma-button.bulma-is-black.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-black.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-black.bulma-is-outlined:focus,
.bulma-button.bulma-is-black.bulma-is-outlined:hover {
background-color: #0a0a0a;
border-color: #0a0a0a;
color: #fff
}
.bulma-button.bulma-is-black.bulma-is-outlined.bulma-is-loading:after {
border-color: transparent transparent #0a0a0a #0a0a0a!important
}
.bulma-button.bulma-is-black.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-black.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-black.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-black.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent #fff #fff!important
}
.bulma-button.bulma-is-black.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-black.bulma-is-outlined {
background-color: transparent;
border-color: #0a0a0a;
box-shadow: none;
color: #0a0a0a
}
.bulma-button.bulma-is-black.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: #fff;
color: #fff
}
.bulma-button.bulma-is-black.bulma-is-inverted.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-black.bulma-is-inverted.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-black.bulma-is-inverted.bulma-is-outlined:focus,
.bulma-button.bulma-is-black.bulma-is-inverted.bulma-is-outlined:hover {
background-color: #fff;
color: #0a0a0a
}
.bulma-button.bulma-is-black.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-black.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-black.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-black.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent #0a0a0a #0a0a0a!important
}
.bulma-button.bulma-is-black.bulma-is-inverted.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-black.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: #fff;
box-shadow: none;
color: #fff
}
.bulma-button.bulma-is-light {
background-color: #f5f5f5;
border-color: transparent;
color: rgba(0, 0, 0, .7)
}
.bulma-button.bulma-is-light.bulma-is-hovered,
.bulma-button.bulma-is-light:hover {
background-color: #eee;
border-color: transparent;
color: rgba(0, 0, 0, .7)
}
.bulma-button.bulma-is-light.bulma-is-focused,
.bulma-button.bulma-is-light:focus {
border-color: transparent;
color: rgba(0, 0, 0, .7)
}
.bulma-button.bulma-is-light.bulma-is-focused:not(:active),
.bulma-button.bulma-is-light:focus:not(:active) {
box-shadow: 0 0 0 .125em hsla(0, 0%, 96.1%, .25)
}
.bulma-button.bulma-is-light.bulma-is-active,
.bulma-button.bulma-is-light:active {
background-color: #e8e8e8;
border-color: transparent;
color: rgba(0, 0, 0, .7)
}
.bulma-button.bulma-is-light[disabled],
fieldset[disabled] .bulma-button.bulma-is-light {
background-color: #f5f5f5;
border-color: transparent;
box-shadow: none
}
.bulma-button.bulma-is-light.bulma-is-inverted {
background-color: rgba(0, 0, 0, .7);
color: #f5f5f5
}
.bulma-button.bulma-is-light.bulma-is-inverted.bulma-is-hovered,
.bulma-button.bulma-is-light.bulma-is-inverted:hover {
background-color: rgba(0, 0, 0, .7)
}
.bulma-button.bulma-is-light.bulma-is-inverted[disabled],
fieldset[disabled] .bulma-button.bulma-is-light.bulma-is-inverted {
background-color: rgba(0, 0, 0, .7);
border-color: transparent;
box-shadow: none;
color: #f5f5f5
}
.bulma-button.bulma-is-light.bulma-is-loading:after {
border-color: transparent transparent rgba(0, 0, 0, .7) rgba(0, 0, 0, .7)!important
}
.bulma-button.bulma-is-light.bulma-is-outlined {
background-color: transparent;
border-color: #f5f5f5;
color: #f5f5f5
}
.bulma-button.bulma-is-light.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-light.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-light.bulma-is-outlined:focus,
.bulma-button.bulma-is-light.bulma-is-outlined:hover {
background-color: #f5f5f5;
border-color: #f5f5f5;
color: rgba(0, 0, 0, .7)
}
.bulma-button.bulma-is-light.bulma-is-outlined.bulma-is-loading:after {
border-color: transparent transparent #f5f5f5 #f5f5f5!important
}
.bulma-button.bulma-is-light.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-light.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-light.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-light.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent rgba(0, 0, 0, .7) rgba(0, 0, 0, .7)!important
}
.bulma-button.bulma-is-light.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-light.bulma-is-outlined {
background-color: transparent;
border-color: #f5f5f5;
box-shadow: none;
color: #f5f5f5
}
.bulma-button.bulma-is-light.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: rgba(0, 0, 0, .7);
color: rgba(0, 0, 0, .7)
}
.bulma-button.bulma-is-light.bulma-is-inverted.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-light.bulma-is-inverted.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-light.bulma-is-inverted.bulma-is-outlined:focus,
.bulma-button.bulma-is-light.bulma-is-inverted.bulma-is-outlined:hover {
background-color: rgba(0, 0, 0, .7);
color: #f5f5f5
}
.bulma-button.bulma-is-light.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-light.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-light.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-light.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent #f5f5f5 #f5f5f5!important
}
.bulma-button.bulma-is-light.bulma-is-inverted.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-light.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: rgba(0, 0, 0, .7);
box-shadow: none;
color: rgba(0, 0, 0, .7)
}
.bulma-button.bulma-is-dark {
background-color: #363636;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-dark.bulma-is-hovered,
.bulma-button.bulma-is-dark:hover {
background-color: #2f2f2f;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-dark.bulma-is-focused,
.bulma-button.bulma-is-dark:focus {
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-dark.bulma-is-focused:not(:active),
.bulma-button.bulma-is-dark:focus:not(:active) {
box-shadow: 0 0 0 .125em rgba(54, 54, 54, .25)
}
.bulma-button.bulma-is-dark.bulma-is-active,
.bulma-button.bulma-is-dark:active {
background-color: #292929;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-dark[disabled],
fieldset[disabled] .bulma-button.bulma-is-dark {
background-color: #363636;
border-color: transparent;
box-shadow: none
}
.bulma-button.bulma-is-dark.bulma-is-inverted {
background-color: #fff;
color: #363636
}
.bulma-button.bulma-is-dark.bulma-is-inverted.bulma-is-hovered,
.bulma-button.bulma-is-dark.bulma-is-inverted:hover {
background-color: #f2f2f2
}
.bulma-button.bulma-is-dark.bulma-is-inverted[disabled],
fieldset[disabled] .bulma-button.bulma-is-dark.bulma-is-inverted {
background-color: #fff;
border-color: transparent;
box-shadow: none;
color: #363636
}
.bulma-button.bulma-is-dark.bulma-is-loading:after {
border-color: transparent transparent #fff #fff!important
}
.bulma-button.bulma-is-dark.bulma-is-outlined {
background-color: transparent;
border-color: #363636;
color: #363636
}
.bulma-button.bulma-is-dark.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-dark.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-dark.bulma-is-outlined:focus,
.bulma-button.bulma-is-dark.bulma-is-outlined:hover {
background-color: #363636;
border-color: #363636;
color: #fff
}
.bulma-button.bulma-is-dark.bulma-is-outlined.bulma-is-loading:after {
border-color: transparent transparent #363636 #363636!important
}
.bulma-button.bulma-is-dark.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-dark.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-dark.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-dark.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent #fff #fff!important
}
.bulma-button.bulma-is-dark.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-dark.bulma-is-outlined {
background-color: transparent;
border-color: #363636;
box-shadow: none;
color: #363636
}
.bulma-button.bulma-is-dark.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: #fff;
color: #fff
}
.bulma-button.bulma-is-dark.bulma-is-inverted.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-dark.bulma-is-inverted.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-dark.bulma-is-inverted.bulma-is-outlined:focus,
.bulma-button.bulma-is-dark.bulma-is-inverted.bulma-is-outlined:hover {
background-color: #fff;
color: #363636
}
.bulma-button.bulma-is-dark.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-dark.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-dark.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-dark.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent #363636 #363636!important
}
.bulma-button.bulma-is-dark.bulma-is-inverted.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-dark.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: #fff;
box-shadow: none;
color: #fff
}
.bulma-button.bulma-is-primary {
background-color: #7957d5;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-primary.bulma-is-hovered,
.bulma-button.bulma-is-primary:hover {
background-color: #714dd2;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-primary.bulma-is-focused,
.bulma-button.bulma-is-primary:focus {
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-primary.bulma-is-focused:not(:active),
.bulma-button.bulma-is-primary:focus:not(:active) {
box-shadow: 0 0 0 .125em rgba(121, 87, 213, .25)
}
.bulma-button.bulma-is-primary.bulma-is-active,
.bulma-button.bulma-is-primary:active {
background-color: #6943d0;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-primary[disabled],
fieldset[disabled] .bulma-button.bulma-is-primary {
background-color: #7957d5;
border-color: transparent;
box-shadow: none
}
.bulma-button.bulma-is-primary.bulma-is-inverted {
background-color: #fff;
color: #7957d5
}
.bulma-button.bulma-is-primary.bulma-is-inverted.bulma-is-hovered,
.bulma-button.bulma-is-primary.bulma-is-inverted:hover {
background-color: #f2f2f2
}
.bulma-button.bulma-is-primary.bulma-is-inverted[disabled],
fieldset[disabled] .bulma-button.bulma-is-primary.bulma-is-inverted {
background-color: #fff;
border-color: transparent;
box-shadow: none;
color: #7957d5
}
.bulma-button.bulma-is-primary.bulma-is-loading:after {
border-color: transparent transparent #fff #fff!important
}
.bulma-button.bulma-is-primary.bulma-is-outlined {
background-color: transparent;
border-color: #7957d5;
color: #7957d5
}
.bulma-button.bulma-is-primary.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-primary.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-primary.bulma-is-outlined:focus,
.bulma-button.bulma-is-primary.bulma-is-outlined:hover {
background-color: #7957d5;
border-color: #7957d5;
color: #fff
}
.bulma-button.bulma-is-primary.bulma-is-outlined.bulma-is-loading:after {
border-color: transparent transparent #7957d5 #7957d5!important
}
.bulma-button.bulma-is-primary.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-primary.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-primary.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-primary.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent #fff #fff!important
}
.bulma-button.bulma-is-primary.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-primary.bulma-is-outlined {
background-color: transparent;
border-color: #7957d5;
box-shadow: none;
color: #7957d5
}
.bulma-button.bulma-is-primary.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: #fff;
color: #fff
}
.bulma-button.bulma-is-primary.bulma-is-inverted.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-primary.bulma-is-inverted.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-primary.bulma-is-inverted.bulma-is-outlined:focus,
.bulma-button.bulma-is-primary.bulma-is-inverted.bulma-is-outlined:hover {
background-color: #fff;
color: #7957d5
}
.bulma-button.bulma-is-primary.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-primary.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-primary.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-primary.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent #7957d5 #7957d5!important
}
.bulma-button.bulma-is-primary.bulma-is-inverted.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-primary.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: #fff;
box-shadow: none;
color: #fff
}
.bulma-button.bulma-is-primary.bulma-is-light {
background-color: #f2effb;
color: #552fbc
}
.bulma-button.bulma-is-primary.bulma-is-light.bulma-is-hovered,
.bulma-button.bulma-is-primary.bulma-is-light:hover {
background-color: #eae4f8;
border-color: transparent;
color: #552fbc
}
.bulma-button.bulma-is-primary.bulma-is-light.bulma-is-active,
.bulma-button.bulma-is-primary.bulma-is-light:active {
background-color: #e2daf6;
border-color: transparent;
color: #552fbc
}
.bulma-button.bulma-is-link {
background-color: #7957d5;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-link.bulma-is-hovered,
.bulma-button.bulma-is-link:hover {
background-color: #714dd2;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-link.bulma-is-focused,
.bulma-button.bulma-is-link:focus {
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-link.bulma-is-focused:not(:active),
.bulma-button.bulma-is-link:focus:not(:active) {
box-shadow: 0 0 0 .125em rgba(121, 87, 213, .25)
}
.bulma-button.bulma-is-link.bulma-is-active,
.bulma-button.bulma-is-link:active {
background-color: #6943d0;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-link[disabled],
fieldset[disabled] .bulma-button.bulma-is-link {
background-color: #7957d5;
border-color: transparent;
box-shadow: none
}
.bulma-button.bulma-is-link.bulma-is-inverted {
background-color: #fff;
color: #7957d5
}
.bulma-button.bulma-is-link.bulma-is-inverted.bulma-is-hovered,
.bulma-button.bulma-is-link.bulma-is-inverted:hover {
background-color: #f2f2f2
}
.bulma-button.bulma-is-link.bulma-is-inverted[disabled],
fieldset[disabled] .bulma-button.bulma-is-link.bulma-is-inverted {
background-color: #fff;
border-color: transparent;
box-shadow: none;
color: #7957d5
}
.bulma-button.bulma-is-link.bulma-is-loading:after {
border-color: transparent transparent #fff #fff!important
}
.bulma-button.bulma-is-link.bulma-is-outlined {
background-color: transparent;
border-color: #7957d5;
color: #7957d5
}
.bulma-button.bulma-is-link.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-link.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-link.bulma-is-outlined:focus,
.bulma-button.bulma-is-link.bulma-is-outlined:hover {
background-color: #7957d5;
border-color: #7957d5;
color: #fff
}
.bulma-button.bulma-is-link.bulma-is-outlined.bulma-is-loading:after {
border-color: transparent transparent #7957d5 #7957d5!important
}
.bulma-button.bulma-is-link.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-link.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-link.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-link.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent #fff #fff!important
}
.bulma-button.bulma-is-link.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-link.bulma-is-outlined {
background-color: transparent;
border-color: #7957d5;
box-shadow: none;
color: #7957d5
}
.bulma-button.bulma-is-link.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: #fff;
color: #fff
}
.bulma-button.bulma-is-link.bulma-is-inverted.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-link.bulma-is-inverted.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-link.bulma-is-inverted.bulma-is-outlined:focus,
.bulma-button.bulma-is-link.bulma-is-inverted.bulma-is-outlined:hover {
background-color: #fff;
color: #7957d5
}
.bulma-button.bulma-is-link.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-link.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-link.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-link.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent #7957d5 #7957d5!important
}
.bulma-button.bulma-is-link.bulma-is-inverted.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-link.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: #fff;
box-shadow: none;
color: #fff
}
.bulma-button.bulma-is-link.bulma-is-light {
background-color: #f2effb;
color: #552fbc
}
.bulma-button.bulma-is-link.bulma-is-light.bulma-is-hovered,
.bulma-button.bulma-is-link.bulma-is-light:hover {
background-color: #eae4f8;
border-color: transparent;
color: #552fbc
}
.bulma-button.bulma-is-link.bulma-is-light.bulma-is-active,
.bulma-button.bulma-is-link.bulma-is-light:active {
background-color: #e2daf6;
border-color: transparent;
color: #552fbc
}
.bulma-button.bulma-is-info {
background-color: #167df0;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-info.bulma-is-hovered,
.bulma-button.bulma-is-info:hover {
background-color: #0f77ea;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-info.bulma-is-focused,
.bulma-button.bulma-is-info:focus {
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-info.bulma-is-focused:not(:active),
.bulma-button.bulma-is-info:focus:not(:active) {
box-shadow: 0 0 0 .125em rgba(22, 125, 240, .25)
}
.bulma-button.bulma-is-info.bulma-is-active,
.bulma-button.bulma-is-info:active {
background-color: #0e71de;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-info[disabled],
fieldset[disabled] .bulma-button.bulma-is-info {
background-color: #167df0;
border-color: transparent;
box-shadow: none
}
.bulma-button.bulma-is-info.bulma-is-inverted {
background-color: #fff;
color: #167df0
}
.bulma-button.bulma-is-info.bulma-is-inverted.bulma-is-hovered,
.bulma-button.bulma-is-info.bulma-is-inverted:hover {
background-color: #f2f2f2
}
.bulma-button.bulma-is-info.bulma-is-inverted[disabled],
fieldset[disabled] .bulma-button.bulma-is-info.bulma-is-inverted {
background-color: #fff;
border-color: transparent;
box-shadow: none;
color: #167df0
}
.bulma-button.bulma-is-info.bulma-is-loading:after {
border-color: transparent transparent #fff #fff!important
}
.bulma-button.bulma-is-info.bulma-is-outlined {
background-color: transparent;
border-color: #167df0;
color: #167df0
}
.bulma-button.bulma-is-info.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-info.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-info.bulma-is-outlined:focus,
.bulma-button.bulma-is-info.bulma-is-outlined:hover {
background-color: #167df0;
border-color: #167df0;
color: #fff
}
.bulma-button.bulma-is-info.bulma-is-outlined.bulma-is-loading:after {
border-color: transparent transparent #167df0 #167df0!important
}
.bulma-button.bulma-is-info.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-info.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-info.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-info.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent #fff #fff!important
}
.bulma-button.bulma-is-info.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-info.bulma-is-outlined {
background-color: transparent;
border-color: #167df0;
box-shadow: none;
color: #167df0
}
.bulma-button.bulma-is-info.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: #fff;
color: #fff
}
.bulma-button.bulma-is-info.bulma-is-inverted.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-info.bulma-is-inverted.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-info.bulma-is-inverted.bulma-is-outlined:focus,
.bulma-button.bulma-is-info.bulma-is-inverted.bulma-is-outlined:hover {
background-color: #fff;
color: #167df0
}
.bulma-button.bulma-is-info.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-info.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-info.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-info.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent #167df0 #167df0!important
}
.bulma-button.bulma-is-info.bulma-is-inverted.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-info.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: #fff;
box-shadow: none;
color: #fff
}
.bulma-button.bulma-is-info.bulma-is-light {
background-color: #ecf4fe;
color: #0d68ce
}
.bulma-button.bulma-is-info.bulma-is-light.bulma-is-hovered,
.bulma-button.bulma-is-info.bulma-is-light:hover {
background-color: #e0eefd;
border-color: transparent;
color: #0d68ce
}
.bulma-button.bulma-is-info.bulma-is-light.bulma-is-active,
.bulma-button.bulma-is-info.bulma-is-light:active {
background-color: #d4e7fc;
border-color: transparent;
color: #0d68ce
}
.bulma-button.bulma-is-success {
background-color: #48c774;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-success.bulma-is-hovered,
.bulma-button.bulma-is-success:hover {
background-color: #3ec46d;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-success.bulma-is-focused,
.bulma-button.bulma-is-success:focus {
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-success.bulma-is-focused:not(:active),
.bulma-button.bulma-is-success:focus:not(:active) {
box-shadow: 0 0 0 .125em rgba(72, 199, 116, .25)
}
.bulma-button.bulma-is-success.bulma-is-active,
.bulma-button.bulma-is-success:active {
background-color: #3abb67;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-success[disabled],
fieldset[disabled] .bulma-button.bulma-is-success {
background-color: #48c774;
border-color: transparent;
box-shadow: none
}
.bulma-button.bulma-is-success.bulma-is-inverted {
background-color: #fff;
color: #48c774
}
.bulma-button.bulma-is-success.bulma-is-inverted.bulma-is-hovered,
.bulma-button.bulma-is-success.bulma-is-inverted:hover {
background-color: #f2f2f2
}
.bulma-button.bulma-is-success.bulma-is-inverted[disabled],
fieldset[disabled] .bulma-button.bulma-is-success.bulma-is-inverted {
background-color: #fff;
border-color: transparent;
box-shadow: none;
color: #48c774
}
.bulma-button.bulma-is-success.bulma-is-loading:after {
border-color: transparent transparent #fff #fff!important
}
.bulma-button.bulma-is-success.bulma-is-outlined {
background-color: transparent;
border-color: #48c774;
color: #48c774
}
.bulma-button.bulma-is-success.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-success.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-success.bulma-is-outlined:focus,
.bulma-button.bulma-is-success.bulma-is-outlined:hover {
background-color: #48c774;
border-color: #48c774;
color: #fff
}
.bulma-button.bulma-is-success.bulma-is-outlined.bulma-is-loading:after {
border-color: transparent transparent #48c774 #48c774!important
}
.bulma-button.bulma-is-success.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-success.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-success.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-success.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent #fff #fff!important
}
.bulma-button.bulma-is-success.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-success.bulma-is-outlined {
background-color: transparent;
border-color: #48c774;
box-shadow: none;
color: #48c774
}
.bulma-button.bulma-is-success.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: #fff;
color: #fff
}
.bulma-button.bulma-is-success.bulma-is-inverted.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-success.bulma-is-inverted.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-success.bulma-is-inverted.bulma-is-outlined:focus,
.bulma-button.bulma-is-success.bulma-is-inverted.bulma-is-outlined:hover {
background-color: #fff;
color: #48c774
}
.bulma-button.bulma-is-success.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-success.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-success.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-success.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent #48c774 #48c774!important
}
.bulma-button.bulma-is-success.bulma-is-inverted.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-success.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: #fff;
box-shadow: none;
color: #fff
}
.bulma-button.bulma-is-success.bulma-is-light {
background-color: #effaf3;
color: #257942
}
.bulma-button.bulma-is-success.bulma-is-light.bulma-is-hovered,
.bulma-button.bulma-is-success.bulma-is-light:hover {
background-color: #e6f7ec;
border-color: transparent;
color: #257942
}
.bulma-button.bulma-is-success.bulma-is-light.bulma-is-active,
.bulma-button.bulma-is-success.bulma-is-light:active {
background-color: #dcf4e4;
border-color: transparent;
color: #257942
}
.bulma-button.bulma-is-warning {
background-color: #ffdd57;
border-color: transparent;
color: rgba(0, 0, 0, .7)
}
.bulma-button.bulma-is-warning.bulma-is-hovered,
.bulma-button.bulma-is-warning:hover {
background-color: #ffdb4a;
border-color: transparent;
color: rgba(0, 0, 0, .7)
}
.bulma-button.bulma-is-warning.bulma-is-focused,
.bulma-button.bulma-is-warning:focus {
border-color: transparent;
color: rgba(0, 0, 0, .7)
}
.bulma-button.bulma-is-warning.bulma-is-focused:not(:active),
.bulma-button.bulma-is-warning:focus:not(:active) {
box-shadow: 0 0 0 .125em rgba(255, 221, 87, .25)
}
.bulma-button.bulma-is-warning.bulma-is-active,
.bulma-button.bulma-is-warning:active {
background-color: #ffd83d;
border-color: transparent;
color: rgba(0, 0, 0, .7)
}
.bulma-button.bulma-is-warning[disabled],
fieldset[disabled] .bulma-button.bulma-is-warning {
background-color: #ffdd57;
border-color: transparent;
box-shadow: none
}
.bulma-button.bulma-is-warning.bulma-is-inverted {
background-color: rgba(0, 0, 0, .7);
color: #ffdd57
}
.bulma-button.bulma-is-warning.bulma-is-inverted.bulma-is-hovered,
.bulma-button.bulma-is-warning.bulma-is-inverted:hover {
background-color: rgba(0, 0, 0, .7)
}
.bulma-button.bulma-is-warning.bulma-is-inverted[disabled],
fieldset[disabled] .bulma-button.bulma-is-warning.bulma-is-inverted {
background-color: rgba(0, 0, 0, .7);
border-color: transparent;
box-shadow: none;
color: #ffdd57
}
.bulma-button.bulma-is-warning.bulma-is-loading:after {
border-color: transparent transparent rgba(0, 0, 0, .7) rgba(0, 0, 0, .7)!important
}
.bulma-button.bulma-is-warning.bulma-is-outlined {
background-color: transparent;
border-color: #ffdd57;
color: #ffdd57
}
.bulma-button.bulma-is-warning.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-warning.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-warning.bulma-is-outlined:focus,
.bulma-button.bulma-is-warning.bulma-is-outlined:hover {
background-color: #ffdd57;
border-color: #ffdd57;
color: rgba(0, 0, 0, .7)
}
.bulma-button.bulma-is-warning.bulma-is-outlined.bulma-is-loading:after {
border-color: transparent transparent #ffdd57 #ffdd57!important
}
.bulma-button.bulma-is-warning.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-warning.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-warning.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-warning.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent rgba(0, 0, 0, .7) rgba(0, 0, 0, .7)!important
}
.bulma-button.bulma-is-warning.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-warning.bulma-is-outlined {
background-color: transparent;
border-color: #ffdd57;
box-shadow: none;
color: #ffdd57
}
.bulma-button.bulma-is-warning.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: rgba(0, 0, 0, .7);
color: rgba(0, 0, 0, .7)
}
.bulma-button.bulma-is-warning.bulma-is-inverted.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-warning.bulma-is-inverted.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-warning.bulma-is-inverted.bulma-is-outlined:focus,
.bulma-button.bulma-is-warning.bulma-is-inverted.bulma-is-outlined:hover {
background-color: rgba(0, 0, 0, .7);
color: #ffdd57
}
.bulma-button.bulma-is-warning.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-warning.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-warning.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-warning.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent #ffdd57 #ffdd57!important
}
.bulma-button.bulma-is-warning.bulma-is-inverted.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-warning.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: rgba(0, 0, 0, .7);
box-shadow: none;
color: rgba(0, 0, 0, .7)
}
.bulma-button.bulma-is-warning.bulma-is-light {
background-color: #fffbeb;
color: #947600
}
.bulma-button.bulma-is-warning.bulma-is-light.bulma-is-hovered,
.bulma-button.bulma-is-warning.bulma-is-light:hover {
background-color: #fff8de;
border-color: transparent;
color: #947600
}
.bulma-button.bulma-is-warning.bulma-is-light.bulma-is-active,
.bulma-button.bulma-is-warning.bulma-is-light:active {
background-color: #fff6d1;
border-color: transparent;
color: #947600
}
.bulma-button.bulma-is-danger {
background-color: #f14668;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-danger.bulma-is-hovered,
.bulma-button.bulma-is-danger:hover {
background-color: #f03a5f;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-danger.bulma-is-focused,
.bulma-button.bulma-is-danger:focus {
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-danger.bulma-is-focused:not(:active),
.bulma-button.bulma-is-danger:focus:not(:active) {
box-shadow: 0 0 0 .125em rgba(241, 70, 104, .25)
}
.bulma-button.bulma-is-danger.bulma-is-active,
.bulma-button.bulma-is-danger:active {
background-color: #ef2e55;
border-color: transparent;
color: #fff
}
.bulma-button.bulma-is-danger[disabled],
fieldset[disabled] .bulma-button.bulma-is-danger {
background-color: #f14668;
border-color: transparent;
box-shadow: none
}
.bulma-button.bulma-is-danger.bulma-is-inverted {
background-color: #fff;
color: #f14668
}
.bulma-button.bulma-is-danger.bulma-is-inverted.bulma-is-hovered,
.bulma-button.bulma-is-danger.bulma-is-inverted:hover {
background-color: #f2f2f2
}
.bulma-button.bulma-is-danger.bulma-is-inverted[disabled],
fieldset[disabled] .bulma-button.bulma-is-danger.bulma-is-inverted {
background-color: #fff;
border-color: transparent;
box-shadow: none;
color: #f14668
}
.bulma-button.bulma-is-danger.bulma-is-loading:after {
border-color: transparent transparent #fff #fff!important
}
.bulma-button.bulma-is-danger.bulma-is-outlined {
background-color: transparent;
border-color: #f14668;
color: #f14668
}
.bulma-button.bulma-is-danger.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-danger.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-danger.bulma-is-outlined:focus,
.bulma-button.bulma-is-danger.bulma-is-outlined:hover {
background-color: #f14668;
border-color: #f14668;
color: #fff
}
.bulma-button.bulma-is-danger.bulma-is-outlined.bulma-is-loading:after {
border-color: transparent transparent #f14668 #f14668!important
}
.bulma-button.bulma-is-danger.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-danger.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-danger.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-danger.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent #fff #fff!important
}
.bulma-button.bulma-is-danger.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-danger.bulma-is-outlined {
background-color: transparent;
border-color: #f14668;
box-shadow: none;
color: #f14668
}
.bulma-button.bulma-is-danger.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: #fff;
color: #fff
}
.bulma-button.bulma-is-danger.bulma-is-inverted.bulma-is-outlined.bulma-is-focused,
.bulma-button.bulma-is-danger.bulma-is-inverted.bulma-is-outlined.bulma-is-hovered,
.bulma-button.bulma-is-danger.bulma-is-inverted.bulma-is-outlined:focus,
.bulma-button.bulma-is-danger.bulma-is-inverted.bulma-is-outlined:hover {
background-color: #fff;
color: #f14668
}
.bulma-button.bulma-is-danger.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-focused:after,
.bulma-button.bulma-is-danger.bulma-is-inverted.bulma-is-outlined.bulma-is-loading.bulma-is-hovered:after,
.bulma-button.bulma-is-danger.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:focus:after,
.bulma-button.bulma-is-danger.bulma-is-inverted.bulma-is-outlined.bulma-is-loading:hover:after {
border-color: transparent transparent #f14668 #f14668!important
}
.bulma-button.bulma-is-danger.bulma-is-inverted.bulma-is-outlined[disabled],
fieldset[disabled] .bulma-button.bulma-is-danger.bulma-is-inverted.bulma-is-outlined {
background-color: transparent;
border-color: #fff;
box-shadow: none;
color: #fff
}
.bulma-button.bulma-is-danger.bulma-is-light {
background-color: #feecf0;
color: #cc0f35
}
.bulma-button.bulma-is-danger.bulma-is-light.bulma-is-hovered,
.bulma-button.bulma-is-danger.bulma-is-light:hover {
background-color: #fde0e6;
border-color: transparent;
color: #cc0f35
}
.bulma-button.bulma-is-danger.bulma-is-light.bulma-is-active,
.bulma-button.bulma-is-danger.bulma-is-light:active {
background-color: #fcd4dc;
border-color: transparent;
color: #cc0f35
}
.bulma-button.bulma-is-small {
border-radius: 2px;
font-size: .75rem
}
.bulma-button.bulma-is-normal {
font-size: 1rem
}
.bulma-button.bulma-is-medium {
font-size: 1.25rem
}
.bulma-button.bulma-is-large {
font-size: 1.5rem
}
.bulma-button[disabled],
fieldset[disabled] .bulma-button {
background-color: #fff;
border-color: #dbdbdb;
box-shadow: none;
opacity: .5
}
.bulma-button.bulma-is-fullwidth {
display: flex;
width: 100%
}
.bulma-button.bulma-is-loading {
color: transparent!important;
pointer-events: none
}
.bulma-button.bulma-is-loading:after {
position: absolute;
left: calc(50% - .5em);
top: calc(50% - .5em);
position: absolute!important
}
.bulma-button.bulma-is-static {
background-color: #f5f5f5;
border-color: #dbdbdb;
color: #7a7a7a;
box-shadow: none;
pointer-events: none
}
.bulma-button.bulma-is-rounded {
border-radius: 290486px;
padding-left: 1.25em;
padding-right: 1.25em
}
.bulma-buttons {
align-items: center;
display: flex;
flex-wrap: wrap;
justify-content: flex-start
}
.bulma-buttons .bulma-button {
margin-bottom: .5rem
}
.bulma-buttons .bulma-button:not(:last-child):not(.bulma-is-fullwidth) {
margin-right: .5rem
}
.bulma-buttons:last-child {
margin-bottom: -.5rem
}
.bulma-buttons:not(:last-child) {
margin-bottom: 1rem
}
.bulma-buttons.bulma-are-small .bulma-button:not(.bulma-is-normal):not(.bulma-is-medium):not(.bulma-is-large) {
border-radius: 2px;
font-size: .75rem
}
.bulma-buttons.bulma-are-medium .bulma-button:not(.bulma-is-small):not(.bulma-is-normal):not(.bulma-is-large) {
font-size: 1.25rem
}
.bulma-buttons.bulma-are-large .bulma-button:not(.bulma-is-small):not(.bulma-is-normal):not(.bulma-is-medium) {
font-size: 1.5rem
}
.bulma-buttons.bulma-has-addons .bulma-button:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0
}
.bulma-buttons.bulma-has-addons .bulma-button:not(:last-child) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
margin-right: -1px
}
.bulma-buttons.bulma-has-addons .bulma-button:last-child {
margin-right: 0
}
.bulma-buttons.bulma-has-addons .bulma-button.bulma-is-hovered,
.bulma-buttons.bulma-has-addons .bulma-button:hover {
z-index: 2
}
.bulma-buttons.bulma-has-addons .bulma-button.bulma-is-active,
.bulma-buttons.bulma-has-addons .bulma-button.bulma-is-focused,
.bulma-buttons.bulma-has-addons .bulma-button.bulma-is-selected,
.bulma-buttons.bulma-has-addons .bulma-button:active,
.bulma-buttons.bulma-has-addons .bulma-button:focus {
z-index: 3
}
.bulma-buttons.bulma-has-addons .bulma-button.bulma-is-active:hover,
.bulma-buttons.bulma-has-addons .bulma-button.bulma-is-focused:hover,
.bulma-buttons.bulma-has-addons .bulma-button.bulma-is-selected:hover,
.bulma-buttons.bulma-has-addons .bulma-button:active:hover,
.bulma-buttons.bulma-has-addons .bulma-button:focus:hover {
z-index: 4
}
.bulma-buttons.bulma-has-addons .bulma-button.bulma-is-expanded {
flex-grow: 1;
flex-shrink: 1
}
.bulma-buttons.bulma-is-centered {
justify-content: center
}
.bulma-buttons.bulma-is-centered:not(.bulma-has-addons) .bulma-button:not(.bulma-is-fullwidth) {
margin-left: .25rem;
margin-right: .25rem
}
.bulma-buttons.bulma-is-right {
justify-content: flex-end
}
.bulma-buttons.bulma-is-right:not(.bulma-has-addons) .bulma-button:not(.bulma-is-fullwidth) {
margin-left: .25rem;
margin-right: .25rem
}
.bulma-content.bulma-is-small,
.bulma-content p {
font-size: .75rem
}
.bulma-content.bulma-is-medium {
font-size: 1.25rem
}
.bulma-content.bulma-is-large {
font-size: 1.5rem
}
.bulma-icon {
align-items: center;
display: inline-flex;
justify-content: center;
height: 1.5rem;
width: 1.5rem
}
.bulma-icon.bulma-is-small {
height: 1rem;
width: 1rem
}
.bulma-icon.bulma-is-medium {
height: 2rem;
width: 2rem
}
.bulma-icon.bulma-is-large {
height: 3rem;
width: 3rem
}
.bulma-input,
.bulma-textarea {
background-color: #fff;
border-color: #dbdbdb;
border-radius: 4px;
color: #363636
}
.bulma-input::-moz-placeholder,
.bulma-textarea::-moz-placeholder {
color: rgba(54, 54, 54, .3)
}
.bulma-input::-webkit-input-placeholder,
.bulma-textarea::-webkit-input-placeholder {
color: rgba(54, 54, 54, .3)
}
.bulma-input:-moz-placeholder,
.bulma-textarea:-moz-placeholder {
color: rgba(54, 54, 54, .3)
}
.bulma-input:-ms-input-placeholder,
.bulma-textarea:-ms-input-placeholder {
color: rgba(54, 54, 54, .3)
}
.bulma-input:hover,
.bulma-is-hovered.bulma-input,
.bulma-is-hovered.bulma-textarea,
.bulma-textarea:hover {
border-color: #b5b5b5
}
.bulma-input:active,
.bulma-input:focus,
.bulma-is-active.bulma-input,
.bulma-is-active.bulma-textarea,
.bulma-is-focused.bulma-input,
.bulma-is-focused.bulma-textarea,
.bulma-textarea:active,
.bulma-textarea:focus {
border-color: #7957d5;
box-shadow: 0 0 0 .125em rgba(121, 87, 213, .25)
}
.bulma-input[disabled],
.bulma-textarea[disabled],
fieldset[disabled] .bulma-input,
fieldset[disabled] .bulma-textarea {
background-color: #f5f5f5;
border-color: #f5f5f5;
box-shadow: none;
color: #7a7a7a
}
.bulma-input[disabled]::-moz-placeholder,
.bulma-textarea[disabled]::-moz-placeholder,
fieldset[disabled] .bulma-input::-moz-placeholder,
fieldset[disabled] .bulma-textarea::-moz-placeholder {
color: hsla(0, 0%, 47.8%, .3)
}
.bulma-input[disabled]::-webkit-input-placeholder,
.bulma-textarea[disabled]::-webkit-input-placeholder,
fieldset[disabled] .bulma-input::-webkit-input-placeholder,
fieldset[disabled] .bulma-textarea::-webkit-input-placeholder {
color: hsla(0, 0%, 47.8%, .3)
}
.bulma-input[disabled]:-moz-placeholder,
.bulma-textarea[disabled]:-moz-placeholder,
fieldset[disabled] .bulma-input:-moz-placeholder,
fieldset[disabled] .bulma-textarea:-moz-placeholder {
color: hsla(0, 0%, 47.8%, .3)
}
.bulma-input[disabled]:-ms-input-placeholder,
.bulma-textarea[disabled]:-ms-input-placeholder,
fieldset[disabled] .bulma-input:-ms-input-placeholder,
fieldset[disabled] .bulma-textarea:-ms-input-placeholder {
color: hsla(0, 0%, 47.8%, .3)
}
.bulma-label {
color: #363636;
display: block;
font-size: 1rem;
font-weight: 600
}
.bulma-label:not(:last-child) {
margin-bottom: .5em
}
.bulma-label.bulma-is-small {
font-size: .75rem
}
.bulma-label.bulma-is-medium {
font-size: 1.25rem
}
.bulma-label.bulma-is-large {
font-size: 1.5rem
}
.bulma-help {
display: block;
font-size: 1rem;
margin-top: .25rem
}
.bulma-help.bulma-is-white {
color: #fff
}
.bulma-help.bulma-is-black {
color: #0a0a0a
}
.bulma-help.bulma-is-light {
color: #f5f5f5
}
.bulma-help.bulma-is-dark {
color: #363636
}
.bulma-help.bulma-is-link,
.bulma-help.bulma-is-primary {
color: #7957d5
}
.bulma-help.bulma-is-info {
color: #167df0
}
.bulma-help.bulma-is-success {
color: #48c774
}
.bulma-help.bulma-is-warning {
color: #ffdd57
}
.bulma-help.bulma-is-danger {
color: #f14668
}
.bulma-field:not(:last-child) {
margin-bottom: .75rem
}
.bulma-field.bulma-has-addons {
display: flex;
justify-content: flex-start
}
.bulma-field.bulma-has-addons .bulma-control:not(:last-child) {
margin-right: -1px
}
.bulma-field.bulma-has-addons .bulma-control:not(:first-child):not(:last-child) .bulma-button,
.bulma-field.bulma-has-addons .bulma-control:not(:first-child):not(:last-child) .bulma-input,
.bulma-field.bulma-has-addons .bulma-control:not(:first-child):not(:last-child) .bulma-select select {
border-radius: 0
}
.bulma-field.bulma-has-addons .bulma-control:first-child:not(:only-child) .bulma-button,
.bulma-field.bulma-has-addons .bulma-control:first-child:not(:only-child) .bulma-input,
.bulma-field.bulma-has-addons .bulma-control:first-child:not(:only-child) .bulma-select select {
border-bottom-right-radius: 0;
border-top-right-radius: 0
}
.bulma-field.bulma-has-addons .bulma-control:last-child:not(:only-child) .bulma-button,
.bulma-field.bulma-has-addons .bulma-control:last-child:not(:only-child) .bulma-input,
.bulma-field.bulma-has-addons .bulma-control:last-child:not(:only-child) .bulma-select select {
border-bottom-left-radius: 0;
border-top-left-radius: 0
}
.bulma-field.bulma-has-addons .bulma-control .bulma-button:not([disabled]).bulma-is-hovered,
.bulma-field.bulma-has-addons .bulma-control .bulma-button:not([disabled]):hover,
.bulma-field.bulma-has-addons .bulma-control .bulma-input:not([disabled]).bulma-is-hovered,
.bulma-field.bulma-has-addons .bulma-control .bulma-input:not([disabled]):hover,
.bulma-field.bulma-has-addons .bulma-control .bulma-select select:not([disabled]).bulma-is-hovered,
.bulma-field.bulma-has-addons .bulma-control .bulma-select select:not([disabled]):hover {
z-index: 2
}
.bulma-field.bulma-has-addons .bulma-control .bulma-button:not([disabled]).bulma-is-active,
.bulma-field.bulma-has-addons .bulma-control .bulma-button:not([disabled]).bulma-is-focused,
.bulma-field.bulma-has-addons .bulma-control .bulma-button:not([disabled]):active,
.bulma-field.bulma-has-addons .bulma-control .bulma-button:not([disabled]):focus,
.bulma-field.bulma-has-addons .bulma-control .bulma-input:not([disabled]).bulma-is-active,
.bulma-field.bulma-has-addons .bulma-control .bulma-input:not([disabled]).bulma-is-focused,
.bulma-field.bulma-has-addons .bulma-control .bulma-input:not([disabled]):active,
.bulma-field.bulma-has-addons .bulma-control .bulma-input:not([disabled]):focus,
.bulma-field.bulma-has-addons .bulma-control .bulma-select select:not([disabled]).bulma-is-active,
.bulma-field.bulma-has-addons .bulma-control .bulma-select select:not([disabled]).bulma-is-focused,
.bulma-field.bulma-has-addons .bulma-control .bulma-select select:not([disabled]):active,
.bulma-field.bulma-has-addons .bulma-control .bulma-select select:not([disabled]):focus {
z-index: 3
}
.bulma-field.bulma-has-addons .bulma-control .bulma-button:not([disabled]).bulma-is-active:hover,
.bulma-field.bulma-has-addons .bulma-control .bulma-button:not([disabled]).bulma-is-focused:hover,
.bulma-field.bulma-has-addons .bulma-control .bulma-button:not([disabled]):active:hover,
.bulma-field.bulma-has-addons .bulma-control .bulma-button:not([disabled]):focus:hover,
.bulma-field.bulma-has-addons .bulma-control .bulma-input:not([disabled]).bulma-is-active:hover,
.bulma-field.bulma-has-addons .bulma-control .bulma-input:not([disabled]).bulma-is-focused:hover,
.bulma-field.bulma-has-addons .bulma-control .bulma-input:not([disabled]):active:hover,
.bulma-field.bulma-has-addons .bulma-control .bulma-input:not([disabled]):focus:hover,
.bulma-field.bulma-has-addons .bulma-control .bulma-select select:not([disabled]).bulma-is-active:hover,
.bulma-field.bulma-has-addons .bulma-control .bulma-select select:not([disabled]).bulma-is-focused:hover,
.bulma-field.bulma-has-addons .bulma-control .bulma-select select:not([disabled]):active:hover,
.bulma-field.bulma-has-addons .bulma-control .bulma-select select:not([disabled]):focus:hover {
z-index: 4
}
.bulma-field.bulma-has-addons .bulma-control.bulma-is-expanded {
flex-grow: 1;
flex-shrink: 1
}
.bulma-field.bulma-has-addons.bulma-has-addons-centered {
justify-content: center
}
.bulma-field.bulma-has-addons.bulma-has-addons-right {
justify-content: flex-end
}
.bulma-field.bulma-has-addons.bulma-has-addons-fullwidth .bulma-control {
flex-grow: 1;
flex-shrink: 0
}
.bulma-field.bulma-is-grouped {
display: flex;
justify-content: flex-start
}
.bulma-field.bulma-is-grouped>.bulma-control {
flex-shrink: 0
}
.bulma-field.bulma-is-grouped>.bulma-control:not(:last-child) {
margin-bottom: 0;
margin-right: .75rem
}
.bulma-field.bulma-is-grouped>.bulma-control.bulma-is-expanded {
flex-grow: 1;
flex-shrink: 1
}
.bulma-field.bulma-is-grouped.bulma-is-grouped-centered {
justify-content: center
}
.bulma-field.bulma-is-grouped.bulma-is-grouped-right {
justify-content: flex-end
}
.bulma-field.bulma-is-grouped.bulma-is-grouped-multiline {
flex-wrap: wrap
}
.bulma-field.bulma-is-grouped.bulma-is-grouped-multiline>.bulma-control:last-child,
.bulma-field.bulma-is-grouped.bulma-is-grouped-multiline>.bulma-control:not(:last-child) {
margin-bottom: .75rem
}
.bulma-field.bulma-is-grouped.bulma-is-grouped-multiline:last-child {
margin-bottom: -.75rem
}
.bulma-field.bulma-is-grouped.bulma-is-grouped-multiline:not(:last-child) {
margin-bottom: 0
}
@media print,
screen and (min-width:769px) {
.bulma-field.bulma-is-horizontal {
display: flex
}
}
.bulma-field-label .bulma-label {
font-size: inherit
}
@media screen and (max-width:768px) {
.bulma-field-label {
margin-bottom: .5rem
}
}
@media print,
screen and (min-width:769px) {
.bulma-field-label {
flex-basis: 0;
flex-grow: 1;
flex-shrink: 0;
margin-right: 1.5rem;
text-align: right
}
.bulma-field-label.bulma-is-small {
font-size: .75rem;
padding-top: .375em
}
.bulma-field-label.bulma-is-normal {
padding-top: .375em
}
.bulma-field-label.bulma-is-medium {
font-size: 1.25rem;
padding-top: .375em
}
.bulma-field-label.bulma-is-large {
font-size: 1.5rem;
padding-top: .375em
}
}
.bulma-field-body .bulma-field .bulma-field {
margin-bottom: 0
}
@media print,
screen and (min-width:769px) {
.bulma-field-body {
display: flex;
flex-basis: 0;
flex-grow: 5;
flex-shrink: 1
}
.bulma-field-body .bulma-field {
margin-bottom: 0
}
.bulma-field-body>.bulma-field {
flex-shrink: 1
}
.bulma-field-body>.bulma-field:not(.bulma-is-narrow) {
flex-grow: 1
}
.bulma-field-body>.bulma-field:not(:last-child) {
margin-right: .75rem
}
}
.bulma-control {
box-sizing: border-box;
clear: both;
font-size: 1rem;
position: relative;
text-align: inherit
}
.bulma-control.bulma-has-icons-left .bulma-input:focus~.bulma-icon,
.bulma-control.bulma-has-icons-left .bulma-select:focus~.bulma-icon,
.bulma-control.bulma-has-icons-right .bulma-input:focus~.bulma-icon,
.bulma-control.bulma-has-icons-right .bulma-select:focus~.bulma-icon {
color: #4a4a4a
}
.bulma-control.bulma-has-icons-left .bulma-input.bulma-is-small~.bulma-icon,
.bulma-control.bulma-has-icons-left .bulma-select.bulma-is-small~.bulma-icon,
.bulma-control.bulma-has-icons-right .bulma-input.bulma-is-small~.bulma-icon,
.bulma-control.bulma-has-icons-right .bulma-select.bulma-is-small~.bulma-icon {
font-size: .75rem
}
.bulma-control.bulma-has-icons-left .bulma-input.bulma-is-medium~.bulma-icon,
.bulma-control.bulma-has-icons-left .bulma-select.bulma-is-medium~.bulma-icon,
.bulma-control.bulma-has-icons-right .bulma-input.bulma-is-medium~.bulma-icon,
.bulma-control.bulma-has-icons-right .bulma-select.bulma-is-medium~.bulma-icon {
font-size: 1.25rem
}
.bulma-control.bulma-has-icons-left .bulma-input.bulma-is-large~.bulma-icon,
.bulma-control.bulma-has-icons-left .bulma-select.bulma-is-large~.bulma-icon,
.bulma-control.bulma-has-icons-right .bulma-input.bulma-is-large~.bulma-icon,
.bulma-control.bulma-has-icons-right .bulma-select.bulma-is-large~.bulma-icon {
font-size: 1.5rem
}
.bulma-control.bulma-has-icons-left .bulma-icon,
.bulma-control.bulma-has-icons-right .bulma-icon {
color: #dbdbdb;
height: 2.5em;
pointer-events: none;
position: absolute;
top: 0;
width: 2.5em;
z-index: 4
}
.bulma-control.bulma-has-icons-left .bulma-input,
.bulma-control.bulma-has-icons-left .bulma-select select {
padding-left: 2.5em
}
.bulma-control.bulma-has-icons-left .bulma-icon.bulma-is-left {
left: 0
}
.bulma-control.bulma-has-icons-right .bulma-input,
.bulma-control.bulma-has-icons-right .bulma-select select {
padding-right: 2.5em
}
.bulma-control.bulma-has-icons-right .bulma-icon.bulma-is-right {
right: 0
}
.bulma-control.bulma-is-loading:after {
position: absolute!important;
right: .625em;
top: .625em;
z-index: 4
}
.bulma-control.bulma-is-loading.bulma-is-small:after {
font-size: .75rem
}
.bulma-control.bulma-is-loading.bulma-is-medium:after {
font-size: 1.25rem
}
.bulma-control.bulma-is-loading.bulma-is-large:after {
font-size: 1.5rem
}
.bulma-input,
.bulma-textarea {
box-shadow: inset 0 .0625em .125em rgba(10, 10, 10, .05);
max-width: 100%;
width: 100%
}
.bulma-input[readonly],
.bulma-textarea[readonly] {
box-shadow: none
}
.bulma-is-white.bulma-input,
.bulma-is-white.bulma-textarea {
border-color: #fff
}
.bulma-is-white.bulma-input:active,
.bulma-is-white.bulma-input:focus,
.bulma-is-white.bulma-is-active.bulma-input,
.bulma-is-white.bulma-is-active.bulma-textarea,
.bulma-is-white.bulma-is-focused.bulma-input,
.bulma-is-white.bulma-is-focused.bulma-textarea,
.bulma-is-white.bulma-textarea:active,
.bulma-is-white.bulma-textarea:focus {
box-shadow: 0 0 0 .125em hsla(0, 0%, 100%, .25)
}
.bulma-is-black.bulma-input,
.bulma-is-black.bulma-textarea {
border-color: #0a0a0a
}
.bulma-is-black.bulma-input:active,
.bulma-is-black.bulma-input:focus,
.bulma-is-black.bulma-is-active.bulma-input,
.bulma-is-black.bulma-is-active.bulma-textarea,
.bulma-is-black.bulma-is-focused.bulma-input,
.bulma-is-black.bulma-is-focused.bulma-textarea,
.bulma-is-black.bulma-textarea:active,
.bulma-is-black.bulma-textarea:focus {
box-shadow: 0 0 0 .125em rgba(10, 10, 10, .25)
}
.bulma-is-light.bulma-input,
.bulma-is-light.bulma-textarea {
border-color: #f5f5f5
}
.bulma-is-light.bulma-input:active,
.bulma-is-light.bulma-input:focus,
.bulma-is-light.bulma-is-active.bulma-input,
.bulma-is-light.bulma-is-active.bulma-textarea,
.bulma-is-light.bulma-is-focused.bulma-input,
.bulma-is-light.bulma-is-focused.bulma-textarea,
.bulma-is-light.bulma-textarea:active,
.bulma-is-light.bulma-textarea:focus {
box-shadow: 0 0 0 .125em hsla(0, 0%, 96.1%, .25)
}
.bulma-is-dark.bulma-input,
.bulma-is-dark.bulma-textarea {
border-color: #363636
}
.bulma-is-dark.bulma-input:active,
.bulma-is-dark.bulma-input:focus,
.bulma-is-dark.bulma-is-active.bulma-input,
.bulma-is-dark.bulma-is-active.bulma-textarea,
.bulma-is-dark.bulma-is-focused.bulma-input,
.bulma-is-dark.bulma-is-focused.bulma-textarea,
.bulma-is-dark.bulma-textarea:active,
.bulma-is-dark.bulma-textarea:focus {
box-shadow: 0 0 0 .125em rgba(54, 54, 54, .25)
}
.bulma-is-primary.bulma-input,
.bulma-is-primary.bulma-textarea {
border-color: #7957d5
}
.bulma-is-primary.bulma-input:active,
.bulma-is-primary.bulma-input:focus,
.bulma-is-primary.bulma-is-active.bulma-input,
.bulma-is-primary.bulma-is-active.bulma-textarea,
.bulma-is-primary.bulma-is-focused.bulma-input,
.bulma-is-primary.bulma-is-focused.bulma-textarea,
.bulma-is-primary.bulma-textarea:active,
.bulma-is-primary.bulma-textarea:focus {
box-shadow: 0 0 0 .125em rgba(121, 87, 213, .25)
}
.bulma-is-link.bulma-input,
.bulma-is-link.bulma-textarea {
border-color: #7957d5
}
.bulma-is-link.bulma-input:active,
.bulma-is-link.bulma-input:focus,
.bulma-is-link.bulma-is-active.bulma-input,
.bulma-is-link.bulma-is-active.bulma-textarea,
.bulma-is-link.bulma-is-focused.bulma-input,
.bulma-is-link.bulma-is-focused.bulma-textarea,
.bulma-is-link.bulma-textarea:active,
.bulma-is-link.bulma-textarea:focus {
box-shadow: 0 0 0 .125em rgba(121, 87, 213, .25)
}
.bulma-is-info.bulma-input,
.bulma-is-info.bulma-textarea {
border-color: #167df0
}
.bulma-is-info.bulma-input:active,
.bulma-is-info.bulma-input:focus,
.bulma-is-info.bulma-is-active.bulma-input,
.bulma-is-info.bulma-is-active.bulma-textarea,
.bulma-is-info.bulma-is-focused.bulma-input,
.bulma-is-info.bulma-is-focused.bulma-textarea,
.bulma-is-info.bulma-textarea:active,
.bulma-is-info.bulma-textarea:focus {
box-shadow: 0 0 0 .125em rgba(22, 125, 240, .25)
}
.bulma-is-success.bulma-input,
.bulma-is-success.bulma-textarea {
border-color: #48c774
}
.bulma-is-success.bulma-input:active,
.bulma-is-success.bulma-input:focus,
.bulma-is-success.bulma-is-active.bulma-input,
.bulma-is-success.bulma-is-active.bulma-textarea,
.bulma-is-success.bulma-is-focused.bulma-input,
.bulma-is-success.bulma-is-focused.bulma-textarea,
.bulma-is-success.bulma-textarea:active,
.bulma-is-success.bulma-textarea:focus {
box-shadow: 0 0 0 .125em rgba(72, 199, 116, .25)
}
.bulma-is-warning.bulma-input,
.bulma-is-warning.bulma-textarea {
border-color: #ffdd57
}
.bulma-is-warning.bulma-input:active,
.bulma-is-warning.bulma-input:focus,
.bulma-is-warning.bulma-is-active.bulma-input,
.bulma-is-warning.bulma-is-active.bulma-textarea,
.bulma-is-warning.bulma-is-focused.bulma-input,
.bulma-is-warning.bulma-is-focused.bulma-textarea,
.bulma-is-warning.bulma-textarea:active,
.bulma-is-warning.bulma-textarea:focus {
box-shadow: 0 0 0 .125em rgba(255, 221, 87, .25)
}
.bulma-is-danger.bulma-input,
.bulma-is-danger.bulma-textarea {
border-color: #f14668
}
.bulma-is-danger.bulma-input:active,
.bulma-is-danger.bulma-input:focus,
.bulma-is-danger.bulma-is-active.bulma-input,
.bulma-is-danger.bulma-is-active.bulma-textarea,
.bulma-is-danger.bulma-is-focused.bulma-input,
.bulma-is-danger.bulma-is-focused.bulma-textarea,
.bulma-is-danger.bulma-textarea:active,
.bulma-is-danger.bulma-textarea:focus {
box-shadow: 0 0 0 .125em rgba(241, 70, 104, .25)
}
.bulma-is-small.bulma-input,
.bulma-is-small.bulma-textarea {
border-radius: 2px;
font-size: .75rem
}
.bulma-is-medium.bulma-input,
.bulma-is-medium.bulma-textarea {
font-size: 1.25rem
}
.bulma-is-large.bulma-input,
.bulma-is-large.bulma-textarea {
font-size: 1.5rem
}
.bulma-is-fullwidth.bulma-input,
.bulma-is-fullwidth.bulma-textarea {
display: block;
width: 100%
}
.bulma-is-inline.bulma-input,
.bulma-is-inline.bulma-textarea {
display: inline;
width: auto
}
.bulma-input.bulma-is-rounded {
border-radius: 290486px;
padding-left: calc(1.125em - 1px);
padding-right: calc(1.125em - 1px)
}
.bulma-input.bulma-is-static {
background-color: transparent;
border-color: transparent;
box-shadow: none;
padding-left: 0;
padding-right: 0
}
.bulma-textarea {
display: block;
max-width: 100%;
min-width: 100%;
padding: calc(.75em - 1px);
resize: vertical
}
.bulma-textarea:not([rows]) {
max-height: 40em;
min-height: 8em
}
.bulma-textarea[rows] {
height: auto
}
.bulma-textarea.bulma-has-fixed-size {
resize: none
}
.bulma-column {
display: block;
flex-basis: 0;
flex-grow: 1;
flex-shrink: 1;
padding: .75rem
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-narrow {
flex: none
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-full {
flex: none;
width: 100%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-three-quarters {
flex: none;
width: 75%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-two-thirds {
flex: none;
width: 66.6666%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-half {
flex: none;
width: 50%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-one-third {
flex: none;
width: 33.3333%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-one-quarter {
flex: none;
width: 25%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-one-fifth {
flex: none;
width: 20%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-two-fifths {
flex: none;
width: 40%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-three-fifths {
flex: none;
width: 60%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-four-fifths {
flex: none;
width: 80%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-three-quarters {
margin-left: 75%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-two-thirds {
margin-left: 66.6666%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-half {
margin-left: 50%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-one-third {
margin-left: 33.3333%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-one-quarter {
margin-left: 25%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-one-fifth {
margin-left: 20%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-two-fifths {
margin-left: 40%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-three-fifths {
margin-left: 60%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-four-fifths {
margin-left: 80%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-0 {
flex: none;
width: 0
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-0 {
margin-left: 0
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-1 {
flex: none;
width: 8.33333%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-1 {
margin-left: 8.33333%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-2 {
flex: none;
width: 16.66667%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-2 {
margin-left: 16.66667%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-3 {
flex: none;
width: 25%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-3 {
margin-left: 25%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-4 {
flex: none;
width: 33.33333%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-4 {
margin-left: 33.33333%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-5 {
flex: none;
width: 41.66667%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-5 {
margin-left: 41.66667%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-6 {
flex: none;
width: 50%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-6 {
margin-left: 50%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-7 {
flex: none;
width: 58.33333%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-7 {
margin-left: 58.33333%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-8 {
flex: none;
width: 66.66667%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-8 {
margin-left: 66.66667%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-9 {
flex: none;
width: 75%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-9 {
margin-left: 75%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-10 {
flex: none;
width: 83.33333%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-10 {
margin-left: 83.33333%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-11 {
flex: none;
width: 91.66667%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-11 {
margin-left: 91.66667%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-12 {
flex: none;
width: 100%
}
.bulma-columns.bulma-is-mobile>.bulma-column.bulma-is-offset-12 {
margin-left: 100%
}
@media screen and (max-width:768px) {
.bulma-column.bulma-is-narrow-mobile {
flex: none
}
.bulma-column.bulma-is-full-mobile {
flex: none;
width: 100%
}
.bulma-column.bulma-is-three-quarters-mobile {
flex: none;
width: 75%
}
.bulma-column.bulma-is-two-thirds-mobile {
flex: none;
width: 66.6666%
}
.bulma-column.bulma-is-half-mobile {
flex: none;
width: 50%
}
.bulma-column.bulma-is-one-third-mobile {
flex: none;
width: 33.3333%
}
.bulma-column.bulma-is-one-quarter-mobile {
flex: none;
width: 25%
}
.bulma-column.bulma-is-one-fifth-mobile {
flex: none;
width: 20%
}
.bulma-column.bulma-is-two-fifths-mobile {
flex: none;
width: 40%
}
.bulma-column.bulma-is-three-fifths-mobile {
flex: none;
width: 60%
}
.bulma-column.bulma-is-four-fifths-mobile {
flex: none;
width: 80%
}
.bulma-column.bulma-is-offset-three-quarters-mobile {
margin-left: 75%
}
.bulma-column.bulma-is-offset-two-thirds-mobile {
margin-left: 66.6666%
}
.bulma-column.bulma-is-offset-half-mobile {
margin-left: 50%
}
.bulma-column.bulma-is-offset-one-third-mobile {
margin-left: 33.3333%
}
.bulma-column.bulma-is-offset-one-quarter-mobile {
margin-left: 25%
}
.bulma-column.bulma-is-offset-one-fifth-mobile {
margin-left: 20%
}
.bulma-column.bulma-is-offset-two-fifths-mobile {
margin-left: 40%
}
.bulma-column.bulma-is-offset-three-fifths-mobile {
margin-left: 60%
}
.bulma-column.bulma-is-offset-four-fifths-mobile {
margin-left: 80%
}
.bulma-column.bulma-is-0-mobile {
flex: none;
width: 0
}
.bulma-column.bulma-is-offset-0-mobile {
margin-left: 0
}
.bulma-column.bulma-is-1-mobile {
flex: none;
width: 8.33333%
}
.bulma-column.bulma-is-offset-1-mobile {
margin-left: 8.33333%
}
.bulma-column.bulma-is-2-mobile {
flex: none;
width: 16.66667%
}
.bulma-column.bulma-is-offset-2-mobile {
margin-left: 16.66667%
}
.bulma-column.bulma-is-3-mobile {
flex: none;
width: 25%
}
.bulma-column.bulma-is-offset-3-mobile {
margin-left: 25%
}
.bulma-column.bulma-is-4-mobile {
flex: none;
width: 33.33333%
}
.bulma-column.bulma-is-offset-4-mobile {
margin-left: 33.33333%
}
.bulma-column.bulma-is-5-mobile {
flex: none;
width: 41.66667%
}
.bulma-column.bulma-is-offset-5-mobile {
margin-left: 41.66667%
}
.bulma-column.bulma-is-6-mobile {
flex: none;
width: 50%
}
.bulma-column.bulma-is-offset-6-mobile {
margin-left: 50%
}
.bulma-column.bulma-is-7-mobile {
flex: none;
width: 58.33333%
}
.bulma-column.bulma-is-offset-7-mobile {
margin-left: 58.33333%
}
.bulma-column.bulma-is-8-mobile {
flex: none;
width: 66.66667%
}
.bulma-column.bulma-is-offset-8-mobile {
margin-left: 66.66667%
}
.bulma-column.bulma-is-9-mobile {
flex: none;
width: 75%
}
.bulma-column.bulma-is-offset-9-mobile {
margin-left: 75%
}
.bulma-column.bulma-is-10-mobile {
flex: none;
width: 83.33333%
}
.bulma-column.bulma-is-offset-10-mobile {
margin-left: 83.33333%
}
.bulma-column.bulma-is-11-mobile {
flex: none;
width: 91.66667%
}
.bulma-column.bulma-is-offset-11-mobile {
margin-left: 91.66667%
}
.bulma-column.bulma-is-12-mobile {
flex: none;
width: 100%
}
.bulma-column.bulma-is-offset-12-mobile {
margin-left: 100%
}
}
@media print,
screen and (min-width:769px) {
.bulma-column.bulma-is-narrow,
.bulma-column.bulma-is-narrow-tablet {
flex: none
}
.bulma-column.bulma-is-full,
.bulma-column.bulma-is-full-tablet {
flex: none;
width: 100%
}
.bulma-column.bulma-is-three-quarters,
.bulma-column.bulma-is-three-quarters-tablet {
flex: none;
width: 75%
}
.bulma-column.bulma-is-two-thirds,
.bulma-column.bulma-is-two-thirds-tablet {
flex: none;
width: 66.6666%
}
.bulma-column.bulma-is-half,
.bulma-column.bulma-is-half-tablet {
flex: none;
width: 50%
}
.bulma-column.bulma-is-one-third,
.bulma-column.bulma-is-one-third-tablet {
flex: none;
width: 33.3333%
}
.bulma-column.bulma-is-one-quarter,
.bulma-column.bulma-is-one-quarter-tablet {
flex: none;
width: 25%
}
.bulma-column.bulma-is-one-fifth,
.bulma-column.bulma-is-one-fifth-tablet {
flex: none;
width: 20%
}
.bulma-column.bulma-is-two-fifths,
.bulma-column.bulma-is-two-fifths-tablet {
flex: none;
width: 40%
}
.bulma-column.bulma-is-three-fifths,
.bulma-column.bulma-is-three-fifths-tablet {
flex: none;
width: 60%
}
.bulma-column.bulma-is-four-fifths,
.bulma-column.bulma-is-four-fifths-tablet {
flex: none;
width: 80%
}
.bulma-column.bulma-is-offset-three-quarters,
.bulma-column.bulma-is-offset-three-quarters-tablet {
margin-left: 75%
}
.bulma-column.bulma-is-offset-two-thirds,
.bulma-column.bulma-is-offset-two-thirds-tablet {
margin-left: 66.6666%
}
.bulma-column.bulma-is-offset-half,
.bulma-column.bulma-is-offset-half-tablet {
margin-left: 50%
}
.bulma-column.bulma-is-offset-one-third,
.bulma-column.bulma-is-offset-one-third-tablet {
margin-left: 33.3333%
}
.bulma-column.bulma-is-offset-one-quarter,
.bulma-column.bulma-is-offset-one-quarter-tablet {
margin-left: 25%
}
.bulma-column.bulma-is-offset-one-fifth,
.bulma-column.bulma-is-offset-one-fifth-tablet {
margin-left: 20%
}
.bulma-column.bulma-is-offset-two-fifths,
.bulma-column.bulma-is-offset-two-fifths-tablet {
margin-left: 40%
}
.bulma-column.bulma-is-offset-three-fifths,
.bulma-column.bulma-is-offset-three-fifths-tablet {
margin-left: 60%
}
.bulma-column.bulma-is-offset-four-fifths,
.bulma-column.bulma-is-offset-four-fifths-tablet {
margin-left: 80%
}
.bulma-column.bulma-is-0,
.bulma-column.bulma-is-0-tablet {
flex: none;
width: 0
}
.bulma-column.bulma-is-offset-0,
.bulma-column.bulma-is-offset-0-tablet {
margin-left: 0
}
.bulma-column.bulma-is-1,
.bulma-column.bulma-is-1-tablet {
flex: none;
width: 8.33333%
}
.bulma-column.bulma-is-offset-1,
.bulma-column.bulma-is-offset-1-tablet {
margin-left: 8.33333%
}
.bulma-column.bulma-is-2,
.bulma-column.bulma-is-2-tablet {
flex: none;
width: 16.66667%
}
.bulma-column.bulma-is-offset-2,
.bulma-column.bulma-is-offset-2-tablet {
margin-left: 16.66667%
}
.bulma-column.bulma-is-3,
.bulma-column.bulma-is-3-tablet {
flex: none;
width: 25%
}
.bulma-column.bulma-is-offset-3,
.bulma-column.bulma-is-offset-3-tablet {
margin-left: 25%
}
.bulma-column.bulma-is-4,
.bulma-column.bulma-is-4-tablet {
flex: none;
width: 33.33333%
}
.bulma-column.bulma-is-offset-4,
.bulma-column.bulma-is-offset-4-tablet {
margin-left: 33.33333%
}
.bulma-column.bulma-is-5,
.bulma-column.bulma-is-5-tablet {
flex: none;
width: 41.66667%
}
.bulma-column.bulma-is-offset-5,
.bulma-column.bulma-is-offset-5-tablet {
margin-left: 41.66667%
}
.bulma-column.bulma-is-6,
.bulma-column.bulma-is-6-tablet {
flex: none;
width: 50%
}
.bulma-column.bulma-is-offset-6,
.bulma-column.bulma-is-offset-6-tablet {
margin-left: 50%
}
.bulma-column.bulma-is-7,
.bulma-column.bulma-is-7-tablet {
flex: none;
width: 58.33333%
}
.bulma-column.bulma-is-offset-7,
.bulma-column.bulma-is-offset-7-tablet {
margin-left: 58.33333%
}
.bulma-column.bulma-is-8,
.bulma-column.bulma-is-8-tablet {
flex: none;
width: 66.66667%
}
.bulma-column.bulma-is-offset-8,
.bulma-column.bulma-is-offset-8-tablet {
margin-left: 66.66667%
}
.bulma-column.bulma-is-9,
.bulma-column.bulma-is-9-tablet {
flex: none;
width: 75%
}
.bulma-column.bulma-is-offset-9,
.bulma-column.bulma-is-offset-9-tablet {
margin-left: 75%
}
.bulma-column.bulma-is-10,
.bulma-column.bulma-is-10-tablet {
flex: none;
width: 83.33333%
}
.bulma-column.bulma-is-offset-10,
.bulma-column.bulma-is-offset-10-tablet {
margin-left: 83.33333%
}
.bulma-column.bulma-is-11,
.bulma-column.bulma-is-11-tablet {
flex: none;
width: 91.66667%
}
.bulma-column.bulma-is-offset-11,
.bulma-column.bulma-is-offset-11-tablet {
margin-left: 91.66667%
}
.bulma-column.bulma-is-12,
.bulma-column.bulma-is-12-tablet {
flex: none;
width: 100%
}
.bulma-column.bulma-is-offset-12,
.bulma-column.bulma-is-offset-12-tablet {
margin-left: 100%
}
}
@media screen and (max-width:1023px) {
.bulma-column.bulma-is-narrow-touch {
flex: none
}
.bulma-column.bulma-is-full-touch {
flex: none;
width: 100%
}
.bulma-column.bulma-is-three-quarters-touch {
flex: none;
width: 75%
}
.bulma-column.bulma-is-two-thirds-touch {
flex: none;
width: 66.6666%
}
.bulma-column.bulma-is-half-touch {
flex: none;
width: 50%
}
.bulma-column.bulma-is-one-third-touch {
flex: none;
width: 33.3333%
}
.bulma-column.bulma-is-one-quarter-touch {
flex: none;
width: 25%
}
.bulma-column.bulma-is-one-fifth-touch {
flex: none;
width: 20%
}
.bulma-column.bulma-is-two-fifths-touch {
flex: none;
width: 40%
}
.bulma-column.bulma-is-three-fifths-touch {
flex: none;
width: 60%
}
.bulma-column.bulma-is-four-fifths-touch {
flex: none;
width: 80%
}
.bulma-column.bulma-is-offset-three-quarters-touch {
margin-left: 75%
}
.bulma-column.bulma-is-offset-two-thirds-touch {
margin-left: 66.6666%
}
.bulma-column.bulma-is-offset-half-touch {
margin-left: 50%
}
.bulma-column.bulma-is-offset-one-third-touch {
margin-left: 33.3333%
}
.bulma-column.bulma-is-offset-one-quarter-touch {
margin-left: 25%
}
.bulma-column.bulma-is-offset-one-fifth-touch {
margin-left: 20%
}
.bulma-column.bulma-is-offset-two-fifths-touch {
margin-left: 40%
}
.bulma-column.bulma-is-offset-three-fifths-touch {
margin-left: 60%
}
.bulma-column.bulma-is-offset-four-fifths-touch {
margin-left: 80%
}
.bulma-column.bulma-is-0-touch {
flex: none;
width: 0
}
.bulma-column.bulma-is-offset-0-touch {
margin-left: 0
}
.bulma-column.bulma-is-1-touch {
flex: none;
width: 8.33333%
}
.bulma-column.bulma-is-offset-1-touch {
margin-left: 8.33333%
}
.bulma-column.bulma-is-2-touch {
flex: none;
width: 16.66667%
}
.bulma-column.bulma-is-offset-2-touch {
margin-left: 16.66667%
}
.bulma-column.bulma-is-3-touch {
flex: none;
width: 25%
}
.bulma-column.bulma-is-offset-3-touch {
margin-left: 25%
}
.bulma-column.bulma-is-4-touch {
flex: none;
width: 33.33333%
}
.bulma-column.bulma-is-offset-4-touch {
margin-left: 33.33333%
}
.bulma-column.bulma-is-5-touch {
flex: none;
width: 41.66667%
}
.bulma-column.bulma-is-offset-5-touch {
margin-left: 41.66667%
}
.bulma-column.bulma-is-6-touch {
flex: none;
width: 50%
}
.bulma-column.bulma-is-offset-6-touch {
margin-left: 50%
}
.bulma-column.bulma-is-7-touch {
flex: none;
width: 58.33333%
}
.bulma-column.bulma-is-offset-7-touch {
margin-left: 58.33333%
}
.bulma-column.bulma-is-8-touch {
flex: none;
width: 66.66667%
}
.bulma-column.bulma-is-offset-8-touch {
margin-left: 66.66667%
}
.bulma-column.bulma-is-9-touch {
flex: none;
width: 75%
}
.bulma-column.bulma-is-offset-9-touch {
margin-left: 75%
}
.bulma-column.bulma-is-10-touch {
flex: none;
width: 83.33333%
}
.bulma-column.bulma-is-offset-10-touch {
margin-left: 83.33333%
}
.bulma-column.bulma-is-11-touch {
flex: none;
width: 91.66667%
}
.bulma-column.bulma-is-offset-11-touch {
margin-left: 91.66667%
}
.bulma-column.bulma-is-12-touch {
flex: none;
width: 100%
}
.bulma-column.bulma-is-offset-12-touch {
margin-left: 100%
}
}
@media screen and (min-width:1024px) {
.bulma-column.bulma-is-narrow-desktop {
flex: none
}
.bulma-column.bulma-is-full-desktop {
flex: none;
width: 100%
}
.bulma-column.bulma-is-three-quarters-desktop {
flex: none;
width: 75%
}
.bulma-column.bulma-is-two-thirds-desktop {
flex: none;
width: 66.6666%
}
.bulma-column.bulma-is-half-desktop {
flex: none;
width: 50%
}
.bulma-column.bulma-is-one-third-desktop {
flex: none;
width: 33.3333%
}
.bulma-column.bulma-is-one-quarter-desktop {
flex: none;
width: 25%
}
.bulma-column.bulma-is-one-fifth-desktop {
flex: none;
width: 20%
}
.bulma-column.bulma-is-two-fifths-desktop {
flex: none;
width: 40%
}
.bulma-column.bulma-is-three-fifths-desktop {
flex: none;
width: 60%
}
.bulma-column.bulma-is-four-fifths-desktop {
flex: none;
width: 80%
}
.bulma-column.bulma-is-offset-three-quarters-desktop {
margin-left: 75%
}
.bulma-column.bulma-is-offset-two-thirds-desktop {
margin-left: 66.6666%
}
.bulma-column.bulma-is-offset-half-desktop {
margin-left: 50%
}
.bulma-column.bulma-is-offset-one-third-desktop {
margin-left: 33.3333%
}
.bulma-column.bulma-is-offset-one-quarter-desktop {
margin-left: 25%
}
.bulma-column.bulma-is-offset-one-fifth-desktop {
margin-left: 20%
}
.bulma-column.bulma-is-offset-two-fifths-desktop {
margin-left: 40%
}
.bulma-column.bulma-is-offset-three-fifths-desktop {
margin-left: 60%
}
.bulma-column.bulma-is-offset-four-fifths-desktop {
margin-left: 80%
}
.bulma-column.bulma-is-0-desktop {
flex: none;
width: 0
}
.bulma-column.bulma-is-offset-0-desktop {
margin-left: 0
}
.bulma-column.bulma-is-1-desktop {
flex: none;
width: 8.33333%
}
.bulma-column.bulma-is-offset-1-desktop {
margin-left: 8.33333%
}
.bulma-column.bulma-is-2-desktop {
flex: none;
width: 16.66667%
}
.bulma-column.bulma-is-offset-2-desktop {
margin-left: 16.66667%
}
.bulma-column.bulma-is-3-desktop {
flex: none;
width: 25%
}
.bulma-column.bulma-is-offset-3-desktop {
margin-left: 25%
}
.bulma-column.bulma-is-4-desktop {
flex: none;
width: 33.33333%
}
.bulma-column.bulma-is-offset-4-desktop {
margin-left: 33.33333%
}
.bulma-column.bulma-is-5-desktop {
flex: none;
width: 41.66667%
}
.bulma-column.bulma-is-offset-5-desktop {
margin-left: 41.66667%
}
.bulma-column.bulma-is-6-desktop {
flex: none;
width: 50%
}
.bulma-column.bulma-is-offset-6-desktop {
margin-left: 50%
}
.bulma-column.bulma-is-7-desktop {
flex: none;
width: 58.33333%
}
.bulma-column.bulma-is-offset-7-desktop {
margin-left: 58.33333%
}
.bulma-column.bulma-is-8-desktop {
flex: none;
width: 66.66667%
}
.bulma-column.bulma-is-offset-8-desktop {
margin-left: 66.66667%
}
.bulma-column.bulma-is-9-desktop {
flex: none;
width: 75%
}
.bulma-column.bulma-is-offset-9-desktop {
margin-left: 75%
}
.bulma-column.bulma-is-10-desktop {
flex: none;
width: 83.33333%
}
.bulma-column.bulma-is-offset-10-desktop {
margin-left: 83.33333%
}
.bulma-column.bulma-is-11-desktop {
flex: none;
width: 91.66667%
}
.bulma-column.bulma-is-offset-11-desktop {
margin-left: 91.66667%
}
.bulma-column.bulma-is-12-desktop {
flex: none;
width: 100%
}
.bulma-column.bulma-is-offset-12-desktop {
margin-left: 100%
}
}
@media screen and (min-width:1216px) {
.bulma-column.bulma-is-narrow-widescreen {
flex: none
}
.bulma-column.bulma-is-full-widescreen {
flex: none;
width: 100%
}
.bulma-column.bulma-is-three-quarters-widescreen {
flex: none;
width: 75%
}
.bulma-column.bulma-is-two-thirds-widescreen {
flex: none;
width: 66.6666%
}
.bulma-column.bulma-is-half-widescreen {
flex: none;
width: 50%
}
.bulma-column.bulma-is-one-third-widescreen {
flex: none;
width: 33.3333%
}
.bulma-column.bulma-is-one-quarter-widescreen {
flex: none;
width: 25%
}
.bulma-column.bulma-is-one-fifth-widescreen {
flex: none;
width: 20%
}
.bulma-column.bulma-is-two-fifths-widescreen {
flex: none;
width: 40%
}
.bulma-column.bulma-is-three-fifths-widescreen {
flex: none;
width: 60%
}
.bulma-column.bulma-is-four-fifths-widescreen {
flex: none;
width: 80%
}
.bulma-column.bulma-is-offset-three-quarters-widescreen {
margin-left: 75%
}
.bulma-column.bulma-is-offset-two-thirds-widescreen {
margin-left: 66.6666%
}
.bulma-column.bulma-is-offset-half-widescreen {
margin-left: 50%
}
.bulma-column.bulma-is-offset-one-third-widescreen {
margin-left: 33.3333%
}
.bulma-column.bulma-is-offset-one-quarter-widescreen {
margin-left: 25%
}
.bulma-column.bulma-is-offset-one-fifth-widescreen {
margin-left: 20%
}
.bulma-column.bulma-is-offset-two-fifths-widescreen {
margin-left: 40%
}
.bulma-column.bulma-is-offset-three-fifths-widescreen {
margin-left: 60%
}
.bulma-column.bulma-is-offset-four-fifths-widescreen {
margin-left: 80%
}
.bulma-column.bulma-is-0-widescreen {
flex: none;
width: 0
}
.bulma-column.bulma-is-offset-0-widescreen {
margin-left: 0
}
.bulma-column.bulma-is-1-widescreen {
flex: none;
width: 8.33333%
}
.bulma-column.bulma-is-offset-1-widescreen {
margin-left: 8.33333%
}
.bulma-column.bulma-is-2-widescreen {
flex: none;
width: 16.66667%
}
.bulma-column.bulma-is-offset-2-widescreen {
margin-left: 16.66667%
}
.bulma-column.bulma-is-3-widescreen {
flex: none;
width: 25%
}
.bulma-column.bulma-is-offset-3-widescreen {
margin-left: 25%
}
.bulma-column.bulma-is-4-widescreen {
flex: none;
width: 33.33333%
}
.bulma-column.bulma-is-offset-4-widescreen {
margin-left: 33.33333%
}
.bulma-column.bulma-is-5-widescreen {
flex: none;
width: 41.66667%
}
.bulma-column.bulma-is-offset-5-widescreen {
margin-left: 41.66667%
}
.bulma-column.bulma-is-6-widescreen {
flex: none;
width: 50%
}
.bulma-column.bulma-is-offset-6-widescreen {
margin-left: 50%
}
.bulma-column.bulma-is-7-widescreen {
flex: none;
width: 58.33333%
}
.bulma-column.bulma-is-offset-7-widescreen {
margin-left: 58.33333%
}
.bulma-column.bulma-is-8-widescreen {
flex: none;
width: 66.66667%
}
.bulma-column.bulma-is-offset-8-widescreen {
margin-left: 66.66667%
}
.bulma-column.bulma-is-9-widescreen {
flex: none;
width: 75%
}
.bulma-column.bulma-is-offset-9-widescreen {
margin-left: 75%
}
.bulma-column.bulma-is-10-widescreen {
flex: none;
width: 83.33333%
}
.bulma-column.bulma-is-offset-10-widescreen {
margin-left: 83.33333%
}
.bulma-column.bulma-is-11-widescreen {
flex: none;
width: 91.66667%
}
.bulma-column.bulma-is-offset-11-widescreen {
margin-left: 91.66667%
}
.bulma-column.bulma-is-12-widescreen {
flex: none;
width: 100%
}
.bulma-column.bulma-is-offset-12-widescreen {
margin-left: 100%
}
}
@media screen and (min-width:1408px) {
.bulma-column.bulma-is-narrow-fullhd {
flex: none
}
.bulma-column.bulma-is-full-fullhd {
flex: none;
width: 100%
}
.bulma-column.bulma-is-three-quarters-fullhd {
flex: none;
width: 75%
}
.bulma-column.bulma-is-two-thirds-fullhd {
flex: none;
width: 66.6666%
}
.bulma-column.bulma-is-half-fullhd {
flex: none;
width: 50%
}
.bulma-column.bulma-is-one-third-fullhd {
flex: none;
width: 33.3333%
}
.bulma-column.bulma-is-one-quarter-fullhd {
flex: none;
width: 25%
}
.bulma-column.bulma-is-one-fifth-fullhd {
flex: none;
width: 20%
}
.bulma-column.bulma-is-two-fifths-fullhd {
flex: none;
width: 40%
}
.bulma-column.bulma-is-three-fifths-fullhd {
flex: none;
width: 60%
}
.bulma-column.bulma-is-four-fifths-fullhd {
flex: none;
width: 80%
}
.bulma-column.bulma-is-offset-three-quarters-fullhd {
margin-left: 75%
}
.bulma-column.bulma-is-offset-two-thirds-fullhd {
margin-left: 66.6666%
}
.bulma-column.bulma-is-offset-half-fullhd {
margin-left: 50%
}
.bulma-column.bulma-is-offset-one-third-fullhd {
margin-left: 33.3333%
}
.bulma-column.bulma-is-offset-one-quarter-fullhd {
margin-left: 25%
}
.bulma-column.bulma-is-offset-one-fifth-fullhd {
margin-left: 20%
}
.bulma-column.bulma-is-offset-two-fifths-fullhd {
margin-left: 40%
}
.bulma-column.bulma-is-offset-three-fifths-fullhd {
margin-left: 60%
}
.bulma-column.bulma-is-offset-four-fifths-fullhd {
margin-left: 80%
}
.bulma-column.bulma-is-0-fullhd {
flex: none;
width: 0
}
.bulma-column.bulma-is-offset-0-fullhd {
margin-left: 0
}
.bulma-column.bulma-is-1-fullhd {
flex: none;
width: 8.33333%
}
.bulma-column.bulma-is-offset-1-fullhd {
margin-left: 8.33333%
}
.bulma-column.bulma-is-2-fullhd {
flex: none;
width: 16.66667%
}
.bulma-column.bulma-is-offset-2-fullhd {
margin-left: 16.66667%
}
.bulma-column.bulma-is-3-fullhd {
flex: none;
width: 25%
}
.bulma-column.bulma-is-offset-3-fullhd {
margin-left: 25%
}
.bulma-column.bulma-is-4-fullhd {
flex: none;
width: 33.33333%
}
.bulma-column.bulma-is-offset-4-fullhd {
margin-left: 33.33333%
}
.bulma-column.bulma-is-5-fullhd {
flex: none;
width: 41.66667%
}
.bulma-column.bulma-is-offset-5-fullhd {
margin-left: 41.66667%
}
.bulma-column.bulma-is-6-fullhd {
flex: none;
width: 50%
}
.bulma-column.bulma-is-offset-6-fullhd {
margin-left: 50%
}
.bulma-column.bulma-is-7-fullhd {
flex: none;
width: 58.33333%
}
.bulma-column.bulma-is-offset-7-fullhd {
margin-left: 58.33333%
}
.bulma-column.bulma-is-8-fullhd {
flex: none;
width: 66.66667%
}
.bulma-column.bulma-is-offset-8-fullhd {
margin-left: 66.66667%
}
.bulma-column.bulma-is-9-fullhd {
flex: none;
width: 75%
}
.bulma-column.bulma-is-offset-9-fullhd {
margin-left: 75%
}
.bulma-column.bulma-is-10-fullhd {
flex: none;
width: 83.33333%
}
.bulma-column.bulma-is-offset-10-fullhd {
margin-left: 83.33333%
}
.bulma-column.bulma-is-11-fullhd {
flex: none;
width: 91.66667%
}
.bulma-column.bulma-is-offset-11-fullhd {
margin-left: 91.66667%
}
.bulma-column.bulma-is-12-fullhd {
flex: none;
width: 100%
}
.bulma-column.bulma-is-offset-12-fullhd {
margin-left: 100%
}
}
.bulma-columns {
margin-left: -.75rem;
margin-right: -.75rem;
margin-top: -.75rem
}
.bulma-columns:last-child {
margin-bottom: -.75rem
}
.bulma-columns:not(:last-child) {
margin-bottom: .75rem
}
.bulma-columns.bulma-is-centered {
justify-content: center
}
.bulma-columns.bulma-is-gapless {
margin-left: 0;
margin-right: 0;
margin-top: 0
}
.bulma-columns.bulma-is-gapless>.bulma-column {
margin: 0;
padding: 0!important
}
.bulma-columns.bulma-is-gapless:not(:last-child) {
margin-bottom: 1.5rem
}
.bulma-columns.bulma-is-gapless:last-child {
margin-bottom: 0
}
.bulma-columns.bulma-is-mobile {
display: flex
}
.bulma-columns.bulma-is-multiline {
flex-wrap: wrap
}
.bulma-columns.bulma-is-vcentered {
align-items: center
}
@media print,
screen and (min-width:769px) {
.bulma-columns:not(.bulma-is-desktop) {
display: flex
}
}
@media screen and (min-width:1024px) {
.bulma-columns.bulma-is-desktop {
display: flex
}
}
.bulma-columns.bulma-is-variable {
--columnGap: 0.75rem;
margin-left: calc(-1*var(--columnGap));
margin-right: calc(-1*var(--columnGap))
}
.bulma-columns.bulma-is-variable .bulma-column {
padding-left: var(--columnGap);
padding-right: var(--columnGap)
}
.bulma-columns.bulma-is-variable.bulma-is-0 {
--columnGap: 0rem
}
@media screen and (max-width:768px) {
.bulma-columns.bulma-is-variable.bulma-is-0-mobile {
--columnGap: 0rem
}
}
@media print,
screen and (min-width:769px) {
.bulma-columns.bulma-is-variable.bulma-is-0-tablet {
--columnGap: 0rem
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-columns.bulma-is-variable.bulma-is-0-tablet-only {
--columnGap: 0rem
}
}
@media screen and (max-width:1023px) {
.bulma-columns.bulma-is-variable.bulma-is-0-touch {
--columnGap: 0rem
}
}
@media screen and (min-width:1024px) {
.bulma-columns.bulma-is-variable.bulma-is-0-desktop {
--columnGap: 0rem
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-columns.bulma-is-variable.bulma-is-0-desktop-only {
--columnGap: 0rem
}
}
@media screen and (min-width:1216px) {
.bulma-columns.bulma-is-variable.bulma-is-0-widescreen {
--columnGap: 0rem
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-columns.bulma-is-variable.bulma-is-0-widescreen-only {
--columnGap: 0rem
}
}
@media screen and (min-width:1408px) {
.bulma-columns.bulma-is-variable.bulma-is-0-fullhd {
--columnGap: 0rem
}
}
.bulma-columns.bulma-is-variable.bulma-is-1 {
--columnGap: 0.25rem
}
@media screen and (max-width:768px) {
.bulma-columns.bulma-is-variable.bulma-is-1-mobile {
--columnGap: 0.25rem
}
}
@media print,
screen and (min-width:769px) {
.bulma-columns.bulma-is-variable.bulma-is-1-tablet {
--columnGap: 0.25rem
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-columns.bulma-is-variable.bulma-is-1-tablet-only {
--columnGap: 0.25rem
}
}
@media screen and (max-width:1023px) {
.bulma-columns.bulma-is-variable.bulma-is-1-touch {
--columnGap: 0.25rem
}
}
@media screen and (min-width:1024px) {
.bulma-columns.bulma-is-variable.bulma-is-1-desktop {
--columnGap: 0.25rem
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-columns.bulma-is-variable.bulma-is-1-desktop-only {
--columnGap: 0.25rem
}
}
@media screen and (min-width:1216px) {
.bulma-columns.bulma-is-variable.bulma-is-1-widescreen {
--columnGap: 0.25rem
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-columns.bulma-is-variable.bulma-is-1-widescreen-only {
--columnGap: 0.25rem
}
}
@media screen and (min-width:1408px) {
.bulma-columns.bulma-is-variable.bulma-is-1-fullhd {
--columnGap: 0.25rem
}
}
.bulma-columns.bulma-is-variable.bulma-is-2 {
--columnGap: 0.5rem
}
@media screen and (max-width:768px) {
.bulma-columns.bulma-is-variable.bulma-is-2-mobile {
--columnGap: 0.5rem
}
}
@media print,
screen and (min-width:769px) {
.bulma-columns.bulma-is-variable.bulma-is-2-tablet {
--columnGap: 0.5rem
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-columns.bulma-is-variable.bulma-is-2-tablet-only {
--columnGap: 0.5rem
}
}
@media screen and (max-width:1023px) {
.bulma-columns.bulma-is-variable.bulma-is-2-touch {
--columnGap: 0.5rem
}
}
@media screen and (min-width:1024px) {
.bulma-columns.bulma-is-variable.bulma-is-2-desktop {
--columnGap: 0.5rem
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-columns.bulma-is-variable.bulma-is-2-desktop-only {
--columnGap: 0.5rem
}
}
@media screen and (min-width:1216px) {
.bulma-columns.bulma-is-variable.bulma-is-2-widescreen {
--columnGap: 0.5rem
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-columns.bulma-is-variable.bulma-is-2-widescreen-only {
--columnGap: 0.5rem
}
}
@media screen and (min-width:1408px) {
.bulma-columns.bulma-is-variable.bulma-is-2-fullhd {
--columnGap: 0.5rem
}
}
.bulma-columns.bulma-is-variable.bulma-is-3 {
--columnGap: 0.75rem
}
@media screen and (max-width:768px) {
.bulma-columns.bulma-is-variable.bulma-is-3-mobile {
--columnGap: 0.75rem
}
}
@media print,
screen and (min-width:769px) {
.bulma-columns.bulma-is-variable.bulma-is-3-tablet {
--columnGap: 0.75rem
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-columns.bulma-is-variable.bulma-is-3-tablet-only {
--columnGap: 0.75rem
}
}
@media screen and (max-width:1023px) {
.bulma-columns.bulma-is-variable.bulma-is-3-touch {
--columnGap: 0.75rem
}
}
@media screen and (min-width:1024px) {
.bulma-columns.bulma-is-variable.bulma-is-3-desktop {
--columnGap: 0.75rem
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-columns.bulma-is-variable.bulma-is-3-desktop-only {
--columnGap: 0.75rem
}
}
@media screen and (min-width:1216px) {
.bulma-columns.bulma-is-variable.bulma-is-3-widescreen {
--columnGap: 0.75rem
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-columns.bulma-is-variable.bulma-is-3-widescreen-only {
--columnGap: 0.75rem
}
}
@media screen and (min-width:1408px) {
.bulma-columns.bulma-is-variable.bulma-is-3-fullhd {
--columnGap: 0.75rem
}
}
.bulma-columns.bulma-is-variable.bulma-is-4 {
--columnGap: 1rem
}
@media screen and (max-width:768px) {
.bulma-columns.bulma-is-variable.bulma-is-4-mobile {
--columnGap: 1rem
}
}
@media print,
screen and (min-width:769px) {
.bulma-columns.bulma-is-variable.bulma-is-4-tablet {
--columnGap: 1rem
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-columns.bulma-is-variable.bulma-is-4-tablet-only {
--columnGap: 1rem
}
}
@media screen and (max-width:1023px) {
.bulma-columns.bulma-is-variable.bulma-is-4-touch {
--columnGap: 1rem
}
}
@media screen and (min-width:1024px) {
.bulma-columns.bulma-is-variable.bulma-is-4-desktop {
--columnGap: 1rem
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-columns.bulma-is-variable.bulma-is-4-desktop-only {
--columnGap: 1rem
}
}
@media screen and (min-width:1216px) {
.bulma-columns.bulma-is-variable.bulma-is-4-widescreen {
--columnGap: 1rem
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-columns.bulma-is-variable.bulma-is-4-widescreen-only {
--columnGap: 1rem
}
}
@media screen and (min-width:1408px) {
.bulma-columns.bulma-is-variable.bulma-is-4-fullhd {
--columnGap: 1rem
}
}
.bulma-columns.bulma-is-variable.bulma-is-5 {
--columnGap: 1.25rem
}
@media screen and (max-width:768px) {
.bulma-columns.bulma-is-variable.bulma-is-5-mobile {
--columnGap: 1.25rem
}
}
@media print,
screen and (min-width:769px) {
.bulma-columns.bulma-is-variable.bulma-is-5-tablet {
--columnGap: 1.25rem
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-columns.bulma-is-variable.bulma-is-5-tablet-only {
--columnGap: 1.25rem
}
}
@media screen and (max-width:1023px) {
.bulma-columns.bulma-is-variable.bulma-is-5-touch {
--columnGap: 1.25rem
}
}
@media screen and (min-width:1024px) {
.bulma-columns.bulma-is-variable.bulma-is-5-desktop {
--columnGap: 1.25rem
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-columns.bulma-is-variable.bulma-is-5-desktop-only {
--columnGap: 1.25rem
}
}
@media screen and (min-width:1216px) {
.bulma-columns.bulma-is-variable.bulma-is-5-widescreen {
--columnGap: 1.25rem
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-columns.bulma-is-variable.bulma-is-5-widescreen-only {
--columnGap: 1.25rem
}
}
@media screen and (min-width:1408px) {
.bulma-columns.bulma-is-variable.bulma-is-5-fullhd {
--columnGap: 1.25rem
}
}
.bulma-columns.bulma-is-variable.bulma-is-6 {
--columnGap: 1.5rem
}
@media screen and (max-width:768px) {
.bulma-columns.bulma-is-variable.bulma-is-6-mobile {
--columnGap: 1.5rem
}
}
@media print,
screen and (min-width:769px) {
.bulma-columns.bulma-is-variable.bulma-is-6-tablet {
--columnGap: 1.5rem
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-columns.bulma-is-variable.bulma-is-6-tablet-only {
--columnGap: 1.5rem
}
}
@media screen and (max-width:1023px) {
.bulma-columns.bulma-is-variable.bulma-is-6-touch {
--columnGap: 1.5rem
}
}
@media screen and (min-width:1024px) {
.bulma-columns.bulma-is-variable.bulma-is-6-desktop {
--columnGap: 1.5rem
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-columns.bulma-is-variable.bulma-is-6-desktop-only {
--columnGap: 1.5rem
}
}
@media screen and (min-width:1216px) {
.bulma-columns.bulma-is-variable.bulma-is-6-widescreen {
--columnGap: 1.5rem
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-columns.bulma-is-variable.bulma-is-6-widescreen-only {
--columnGap: 1.5rem
}
}
@media screen and (min-width:1408px) {
.bulma-columns.bulma-is-variable.bulma-is-6-fullhd {
--columnGap: 1.5rem
}
}
.bulma-columns.bulma-is-variable.bulma-is-7 {
--columnGap: 1.75rem
}
@media screen and (max-width:768px) {
.bulma-columns.bulma-is-variable.bulma-is-7-mobile {
--columnGap: 1.75rem
}
}
@media print,
screen and (min-width:769px) {
.bulma-columns.bulma-is-variable.bulma-is-7-tablet {
--columnGap: 1.75rem
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-columns.bulma-is-variable.bulma-is-7-tablet-only {
--columnGap: 1.75rem
}
}
@media screen and (max-width:1023px) {
.bulma-columns.bulma-is-variable.bulma-is-7-touch {
--columnGap: 1.75rem
}
}
@media screen and (min-width:1024px) {
.bulma-columns.bulma-is-variable.bulma-is-7-desktop {
--columnGap: 1.75rem
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-columns.bulma-is-variable.bulma-is-7-desktop-only {
--columnGap: 1.75rem
}
}
@media screen and (min-width:1216px) {
.bulma-columns.bulma-is-variable.bulma-is-7-widescreen {
--columnGap: 1.75rem
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-columns.bulma-is-variable.bulma-is-7-widescreen-only {
--columnGap: 1.75rem
}
}
@media screen and (min-width:1408px) {
.bulma-columns.bulma-is-variable.bulma-is-7-fullhd {
--columnGap: 1.75rem
}
}
.bulma-columns.bulma-is-variable.bulma-is-8 {
--columnGap: 2rem
}
@media screen and (max-width:768px) {
.bulma-columns.bulma-is-variable.bulma-is-8-mobile {
--columnGap: 2rem
}
}
@media print,
screen and (min-width:769px) {
.bulma-columns.bulma-is-variable.bulma-is-8-tablet {
--columnGap: 2rem
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.bulma-columns.bulma-is-variable.bulma-is-8-tablet-only {
--columnGap: 2rem
}
}
@media screen and (max-width:1023px) {
.bulma-columns.bulma-is-variable.bulma-is-8-touch {
--columnGap: 2rem
}
}
@media screen and (min-width:1024px) {
.bulma-columns.bulma-is-variable.bulma-is-8-desktop {
--columnGap: 2rem
}
}
@media screen and (min-width:1024px) and (max-width:1215px) {
.bulma-columns.bulma-is-variable.bulma-is-8-desktop-only {
--columnGap: 2rem
}
}
@media screen and (min-width:1216px) {
.bulma-columns.bulma-is-variable.bulma-is-8-widescreen {
--columnGap: 2rem
}
}
@media screen and (min-width:1216px) and (max-width:1407px) {
.bulma-columns.bulma-is-variable.bulma-is-8-widescreen-only {
--columnGap: 2rem
}
}
@media screen and (min-width:1408px) {
.bulma-columns.bulma-is-variable.bulma-is-8-fullhd {
--columnGap: 2rem
}
}
.bulma-tile {
align-items: stretch;
display: block;
flex-basis: 0;
flex-grow: 1;
flex-shrink: 1;
min-height: min-content
}
.bulma-tile.bulma-is-ancestor {
margin-left: -.75rem;
margin-right: -.75rem;
margin-top: -.75rem
}
.bulma-tile.bulma-is-ancestor:last-child {
margin-bottom: -.75rem
}
.bulma-tile.bulma-is-ancestor:not(:last-child) {
margin-bottom: .75rem
}
.bulma-tile.bulma-is-child {
margin: 0!important
}
.bulma-tile.bulma-is-parent {
padding: .75rem
}
.bulma-tile.bulma-is-vertical {
flex-direction: column
}
.bulma-tile.bulma-is-vertical>.bulma-tile.bulma-is-child:not(:last-child) {
margin-bottom: 1.5rem!important
}
@media print,
screen and (min-width:769px) {
.bulma-tile:not(.bulma-is-child) {
display: flex
}
.bulma-tile.bulma-is-1 {
flex: none;
width: 8.33333%
}
.bulma-tile.bulma-is-2 {
flex: none;
width: 16.66667%
}
.bulma-tile.bulma-is-3 {
flex: none;
width: 25%
}
.bulma-tile.bulma-is-4 {
flex: none;
width: 33.33333%
}
.bulma-tile.bulma-is-5 {
flex: none;
width: 41.66667%
}
.bulma-tile.bulma-is-6 {
flex: none;
width: 50%
}
.bulma-tile.bulma-is-7 {
flex: none;
width: 58.33333%
}
.bulma-tile.bulma-is-8 {
flex: none;
width: 66.66667%
}
.bulma-tile.bulma-is-9 {
flex: none;
width: 75%
}
.bulma-tile.bulma-is-10 {
flex: none;
width: 83.33333%
}
.bulma-tile.bulma-is-11 {
flex: none;
width: 91.66667%
}
.bulma-tile.bulma-is-12 {
flex: none;
width: 100%
}
}
.bulma-section {
padding: 3rem 1.5rem
}
@media screen and (min-width:1024px) {
.bulma-section.bulma-is-medium {
padding: 9rem 1.5rem
}
.bulma-section.bulma-is-large {
padding: 18rem 1.5rem
}
}
.bulma-is-noscroll {
position: fixed;
overflow-y: hidden;
width: 100%;
bottom: 0
}
@keyframes fadeOut {
0% {
opacity: 1
}
to {
opacity: 0
}
}
.bulma-fadeOut {
animation-name: fadeOut
}
@keyframes fadeOutDown {
0% {
opacity: 1
}
to {
opacity: 0;
transform: translate3d(0, 100%, 0)
}
}
.bulma-fadeOutDown {
animation-name: fadeOutDown
}
@keyframes fadeOutUp {
0% {
opacity: 1
}
to {
opacity: 0;
transform: translate3d(0, -100%, 0)
}
}
.bulma-fadeOutUp {
animation-name: fadeOutUp
}
@keyframes fadeIn {
0% {
opacity: 0
}
to {
opacity: 1
}
}
.bulma-fadeIn {
animation-name: fadeIn
}
@keyframes fadeInDown {
0% {
opacity: 0;
transform: translate3d(0, -100%, 0)
}
to {
opacity: 1;
transform: none
}
}
.bulma-fadeInDown {
animation-name: fadeInDown
}
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translate3d(0, 100%, 0)
}
to {
opacity: 1;
transform: none
}
}
.bulma-fadeInUp {
animation-name: fadeInUp
}
.bulma-fade-enter-active,
.bulma-fade-leave-active {
transition: opacity .15s ease-out
}
.bulma-fade-enter,
.bulma-fade-leave-to {
opacity: 0
}
.bulma-zoom-in-enter-active,
.bulma-zoom-in-leave-active {
transition: opacity .15s ease-out
}
.bulma-zoom-in-enter-active .bulma-animation-content,
.bulma-zoom-in-leave-active .bulma-animation-content {
transition: transform .15s ease-out
}
.bulma-zoom-in-enter,
.bulma-zoom-in-leave-active {
opacity: 0
}
.bulma-zoom-in-enter .bulma-animation-content,
.bulma-zoom-in-leave-active .bulma-animation-content {
transform: scale(.95)
}
.bulma-zoom-out-enter-active,
.bulma-zoom-out-leave-active {
transition: opacity .15s ease-out
}
.bulma-zoom-out-enter-active .bulma-animation-content,
.bulma-zoom-out-leave-active .bulma-animation-content {
transition: transform .15s ease-out
}
.bulma-zoom-out-enter,
.bulma-zoom-out-leave-active {
opacity: 0
}
.bulma-zoom-out-enter .bulma-animation-content,
.bulma-zoom-out-leave-active .bulma-animation-content {
transform: scale(1.05)
}
.bulma-slide-next-enter-active,
.bulma-slide-next-leave-active,
.bulma-slide-prev-enter-active,
.bulma-slide-prev-leave-active {
transition: transform .25s cubic-bezier(.785, .135, .15, .86)
}
.bulma-slide-next-enter,
.bulma-slide-prev-leave-to {
transform: translate3d(-100%, 0, 0);
position: absolute;
width: 100%
}
.bulma-slide-next-leave-to,
.bulma-slide-prev-enter {
transform: translate3d(100%, 0, 0);
position: absolute;
width: 100%
}
.bulma-slide-down-enter-active,
.bulma-slide-down-leave-active,
.bulma-slide-up-enter-active,
.bulma-slide-up-leave-active {
transition: transform .25s cubic-bezier(.785, .135, .15, .86)
}
.bulma-slide-down-enter,
.bulma-slide-up-leave-to {
transform: translate3d(0, -100%, 0);
position: absolute;
height: 100%
}
.bulma-slide-down-leave-to,
.bulma-slide-up-enter {
transform: translate3d(0, 100%, 0);
position: absolute;
height: 100%
}
.bulma-slide-enter-active {
transition: .15s ease-out
}
.bulma-slide-leave-active {
transition: .15s ease-out;
transition-timing-function: cubic-bezier(0, 1, .5, 1)
}
.bulma-slide-enter-to,
.bulma-slide-leave {
max-height: 100px;
overflow: hidden
}
.bulma-slide-enter,
.bulma-slide-leave-to {
overflow: hidden;
max-height: 0
}
.bulma-collapse .bulma-collapse-trigger {
display: inline;
cursor: pointer
}
.bulma-collapse .bulma-collapse-content {
display: inherit
}
.bulma-field.bulma-is-grouped .bulma-field {
flex-shrink: 0
}
.bulma-field.bulma-is-grouped .bulma-field:not(:last-child) {
margin-right: .75rem
}
.bulma-field.bulma-is-grouped .bulma-field.bulma-is-expanded {
flex-grow: 1;
flex-shrink: 1
}
.bulma-field.bulma-has-addons .bulma-control:first-child .bulma-control .bulma-button,
.bulma-field.bulma-has-addons .bulma-control:first-child .bulma-control .bulma-input,
.bulma-field.bulma-has-addons .bulma-control:first-child .bulma-control .bulma-select select {
border-bottom-left-radius: 4px;
border-top-left-radius: 4px
}
.bulma-field.bulma-has-addons .bulma-control:last-child .bulma-control .bulma-button,
.bulma-field.bulma-has-addons .bulma-control:last-child .bulma-control .bulma-input,
.bulma-field.bulma-has-addons .bulma-control:last-child .bulma-control .bulma-select select {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px
}
.bulma-field.bulma-has-addons .bulma-control .bulma-control .bulma-button,
.bulma-field.bulma-has-addons .bulma-control .bulma-control .bulma-input,
.bulma-field.bulma-has-addons .bulma-control .bulma-control .bulma-select select {
border-radius: 0
}
.bulma-field.bulma-has-addons .bulma-b-numberinput:not(:first-child) .bulma-control:first-child .bulma-button,
.bulma-field.bulma-has-addons .bulma-b-numberinput:not(:first-child) .bulma-control:first-child .bulma-input,
.bulma-field.bulma-has-addons .bulma-b-numberinput:not(:first-child) .bulma-control:first-child .bulma-select select {
border-bottom-left-radius: 0;
border-top-left-radius: 0
}
.bulma-field.bulma-has-addons .bulma-b-numberinput:not(:last-child) .bulma-control:last-child .bulma-button,
.bulma-field.bulma-has-addons .bulma-b-numberinput:not(:last-child) .bulma-control:last-child .bulma-input,
.bulma-field.bulma-has-addons .bulma-b-numberinput:not(:last-child) .bulma-control:last-child .bulma-select select {
border-bottom-right-radius: 0;
border-top-right-radius: 0
}
.bulma-field.bulma-is-floating-in-label,
.bulma-field.bulma-is-floating-label {
position: relative
}
.bulma-field.bulma-is-floating-in-label .bulma-label,
.bulma-field.bulma-is-floating-label .bulma-label {
position: absolute;
left: 1em;
font-size: .75rem;
background-color: transparent;
z-index: 5
}
.bulma-field.bulma-is-floating-in-label .bulma-label.bulma-is-small,
.bulma-field.bulma-is-floating-label .bulma-label.bulma-is-small {
font-size: .5625rem
}
.bulma-field.bulma-is-floating-in-label .bulma-label.bulma-is-medium,
.bulma-field.bulma-is-floating-label .bulma-label.bulma-is-medium {
font-size: .9375rem
}
.bulma-field.bulma-is-floating-in-label .bulma-label.bulma-is-large,
.bulma-field.bulma-is-floating-label .bulma-label.bulma-is-large {
font-size: 1.125rem
}
.bulma-field.bulma-is-floating-in-label .bulma-taginput .bulma-counter,
.bulma-field.bulma-is-floating-label .bulma-taginput .bulma-counter {
float: none;
text-align: right
}
.bulma-field.bulma-is-floating-in-label.bulma-has-addons>.bulma-label+.bulma-control .bulma-button,
.bulma-field.bulma-is-floating-in-label.bulma-has-addons>.bulma-label+.bulma-control .bulma-input,
.bulma-field.bulma-is-floating-in-label.bulma-has-addons>.bulma-label+.bulma-control .bulma-select select,
.bulma-field.bulma-is-floating-label.bulma-has-addons>.bulma-label+.bulma-control .bulma-button,
.bulma-field.bulma-is-floating-label.bulma-has-addons>.bulma-label+.bulma-control .bulma-input,
.bulma-field.bulma-is-floating-label.bulma-has-addons>.bulma-label+.bulma-control .bulma-select select {
border-bottom-left-radius: 4px;
border-top-left-radius: 4px
}
.bulma-field.bulma-is-floating-label .bulma-label {
top: -.775em;
padding-left: .125em;
padding-right: .125em
}
.bulma-field.bulma-is-floating-label .bulma-label:before {
content: "";
display: block;
position: absolute;
top: .775em;
left: 0;
right: 0;
height: .375em;
background-color: #fff;
z-index: -1
}
.bulma-field.bulma-is-floating-label .bulma-input:focus,
.bulma-field.bulma-is-floating-label .bulma-select select:focus,
.bulma-field.bulma-is-floating-label .bulma-textarea:focus {
box-shadow: none
}
.bulma-field.bulma-is-floating-label .bulma-taginput .bulma-taginput-container {
padding-top: .475em
}
.bulma-field.bulma-is-floating-label .bulma-taginput .bulma-taginput-container.bulma-is-focused {
box-shadow: none
}
.bulma-field.bulma-is-floating-in-label .bulma-label {
top: .25em
}
.bulma-field.bulma-is-floating-in-label>.bulma-datepicker .bulma-input,
.bulma-field.bulma-is-floating-in-label>.bulma-timepicker .bulma-input,
.bulma-field.bulma-is-floating-in-label>:not(.bulma-datepicker):not(.bulma-timepicker):not(.bulma-taginput) .bulma-input,
.bulma-field.bulma-is-floating-in-label>:not(.bulma-datepicker):not(.bulma-timepicker):not(.bulma-taginput) .bulma-textarea,
.bulma-field.bulma-is-floating-in-label>:not(.bulma-datepicker):not(.bulma-timepicker):not(.bulma-taginput) select {
padding-top: calc(1.625em - .5625rem);
padding-bottom: 1px;
height: 3.25em
}
.bulma-field.bulma-is-floating-in-label>:not(.bulma-datepicker):not(.bulma-timepicker):not(.bulma-taginput) .bulma-select:not(multiple) {
height: 3.25em
}
.bulma-field.bulma-is-floating-in-label>:not(.bulma-datepicker):not(.bulma-timepicker):not(.bulma-taginput) .bulma-select:not(multiple).bulma-is-loading:after {
margin-top: calc(1.625em - .5625rem)
}
.bulma-field.bulma-is-floating-in-label>:not(.bulma-datepicker):not(.bulma-timepicker):not(.bulma-taginput) .bulma-select:not(multiple):after {
margin-top: 1px
}
.bulma-field.bulma-is-floating-in-label>:not(.bulma-taginput) .bulma-is-left.bulma-icon,
.bulma-field.bulma-is-floating-in-label>:not(.bulma-taginput) .bulma-is-right.bulma-icon {
height: 3.25em
}
.bulma-field.bulma-is-floating-in-label>:not(.bulma-taginput) .bulma-is-left.bulma-icon {
padding-top: calc(1.625em - .5625rem)
}
.bulma-field.bulma-is-floating-in-label .bulma-control.bulma-is-loading:after {
margin-top: calc(1.625em - .5625rem)
}
.bulma-field.bulma-is-floating-in-label .bulma-taginput .bulma-taginput-container {
padding-top: calc(1.625em - .5625rem + .275em - 1px)
}
.bulma-field.bulma-is-floating-in-label.bulma-has-addons .bulma-control .bulma-button,
.bulma-field.bulma-is-floating-in-label.bulma-has-addons .bulma-control .bulma-input,
.bulma-field.bulma-is-floating-in-label.bulma-has-addons .bulma-control .bulma-select select,
.bulma-field.bulma-is-floating-in-label.bulma-has-numberinput .bulma-b-numberinput .bulma-control .bulma-button,
.bulma-field.bulma-is-floating-in-label.bulma-is-grouped .bulma-control .bulma-button,
.bulma-field.bulma-is-floating-in-label.bulma-is-grouped .bulma-control .bulma-input,
.bulma-field.bulma-is-floating-in-label.bulma-is-grouped .bulma-control .bulma-select select {
height: 3.25em
}
.bulma-field.bulma-is-floating-in-label.bulma-has-numberinput .bulma-label,
.bulma-field.bulma-is-floating-label.bulma-has-numberinput .bulma-label {
margin-left: 3rem
}
.bulma-field.bulma-is-floating-in-label.bulma-has-numberinput.bulma-has-numberinput-is-small .bulma-label,
.bulma-field.bulma-is-floating-label.bulma-has-numberinput.bulma-has-numberinput-is-small .bulma-label {
margin-left: 2.25rem
}
.bulma-field.bulma-is-floating-in-label.bulma-has-numberinput.bulma-has-numberinput-is-medium .bulma-label,
.bulma-field.bulma-is-floating-label.bulma-has-numberinput.bulma-has-numberinput-is-medium .bulma-label {
margin-left: 3.75rem
}
.bulma-field.bulma-is-floating-in-label.bulma-has-numberinput.bulma-has-numberinput-is-large .bulma-label,
.bulma-field.bulma-is-floating-label.bulma-has-numberinput.bulma-has-numberinput-is-large .bulma-label {
margin-left: 4.5rem
}
.bulma-field.bulma-is-floating-in-label.bulma-has-numberinput-compact .bulma-label,
.bulma-field.bulma-is-floating-label.bulma-has-numberinput-compact .bulma-label {
margin-left: 2.25rem
}
.bulma-field.bulma-is-floating-in-label.bulma-has-numberinput-compact.bulma-has-numberinput-is-small .bulma-label,
.bulma-field.bulma-is-floating-label.bulma-has-numberinput-compact.bulma-has-numberinput-is-small .bulma-label {
margin-left: 1.6875rem
}
.bulma-field.bulma-is-floating-in-label.bulma-has-numberinput-compact.bulma-has-numberinput-is-medium .bulma-label,
.bulma-field.bulma-is-floating-label.bulma-has-numberinput-compact.bulma-has-numberinput-is-medium .bulma-label {
margin-left: 2.8125rem
}
.bulma-field.bulma-is-floating-in-label.bulma-has-numberinput-compact.bulma-has-numberinput-is-large .bulma-label,
.bulma-field.bulma-is-floating-label.bulma-has-numberinput-compact.bulma-has-numberinput-is-large .bulma-label {
margin-left: 3.375rem
}
.bulma-field.bulma-has-addons-right.bulma-is-floating-in-label .bulma-label,
.bulma-field.bulma-has-addons-right.bulma-is-floating-label .bulma-label,
.bulma-field.bulma-is-grouped-right.bulma-is-floating-in-label .bulma-label,
.bulma-field.bulma-is-grouped-right.bulma-is-floating-label .bulma-label {
position: relative;
left: 5.25em
}
.bulma-control .bulma-help.bulma-counter {
float: right;
margin-left: .5em
}
.bulma-control .bulma-icon.bulma-is-clickable {
pointer-events: auto;
cursor: pointer
}
.bulma-icon {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: inherit
}
.bulma-icon svg {
background-color: transparent;
fill: currentColor;
stroke-width: 0;
stroke: currentColor;
pointer-events: none;
width: 1.5rem;
height: 1.5rem
}
.bulma-loading-overlay {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
align-items: center;
display: none;
justify-content: center;
overflow: hidden;
z-index: 999
}
.bulma-loading-overlay.bulma-is-active {
display: flex
}
.bulma-loading-overlay.bulma-is-full-page {
position: fixed
}
.bulma-loading-overlay.bulma-is-full-page .bulma-loading-icon:after {
top: calc(50% - 2.5em);
left: calc(50% - 2.5em);
width: 5em;
height: 5em
}
.bulma-loading-overlay .bulma-loading-background {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
background: #7f7f7f;
background: hsla(0, 0%, 100%, .5)
}
.bulma-loading-overlay .bulma-loading-icon {
position: relative
}
.bulma-loading-overlay .bulma-loading-icon:after {
animation: spinAround .5s linear infinite;
border: 2px solid #dbdbdb;
border-radius: 290486px;
border-right-color: transparent;
border-top-color: transparent;
content: "";
display: block;
height: 1em;
position: relative;
width: 1em;
position: absolute;
top: calc(50% - 1.5em);
left: calc(50% - 1.5em);
width: 3em;
height: 3em;
border-width: .25em
}
.bulma-modal.bulma-is-full-screen>.bulma-animation-content,
.bulma-modal.bulma-is-full-screen>.bulma-animation-content>.bulma-modal-card {
width: 100%;
height: 100%;
max-height: 100vh;
margin: 0;
background-color: #f5f5f5
}
.bulma-modal .bulma-animation-content {
margin: 0 20px
}
.bulma-modal .bulma-animation-content .bulma-modal-card {
margin: 0
}
@media screen and (max-width:768px) {
.bulma-modal .bulma-animation-content {
width: 100%
}
}
.bulma-modal .bulma-modal-content {
width: 100%
} | 0.34632 | 0.134975 |
_background: whiteSmoke; /* Old browsers */
_background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
_background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2)); /* Chrome,Safari4+ */
_background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* Chrome10+,Safari5.1+ */
_background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* Opera 11.10+ */
_background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* IE10+ */
_background: linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* W3C */ }
#v-nav >ul >li.current { color: black; border-right: none; z-index: 10; background: white !important; position: relative; moz-box-shadow: inset 0 0 35px 5px #fafbfd; -webkit-box-shadow: inset 0 0 35px 5px #fafbfd; box-shadow: inset 0 0 35px 5px #fafbfd; }
#v-nav >ul >li.first.current { border-bottom: 1px solid #DDD; }
#v-nav >ul >li.last { border-bottom: none; }
#v-nav >div.tab-content { margin-left: 310px; border: 1px solid #ddd; background-color: #FFF; min-height: 600px; position: relative; z-index: 9; padding: 0px;
-moz-box-shadow: inset 0 0 35px 5px #fafbfd; -webkit-box-shadow: inset 0 0 35px 5px #fafbfd; box-shadow: inset 0 0 35px 5px #fafbfd; display: none; padding: 0px; }
#v-nav >div.tab-content >h4 { font-size: 1.2em; color: Black; text-shadow: 0px 1px 1px #F2F1F0; border-bottom: 1px dotted #EEEDED; padding-top: 0px; padding-bottom: 0px; }
.service-request-lft h2 { color: #6a6c6f; font-size: 24px; text-align: center; padding: 15px 0 0; font-weight: 500; }
.service-request-lft select { display: block; width: calc(100% - 30px); padding: 10px; margin: 15px; }
.service-request-lft li h3 { font-size: 20px; }
.service-request-lft li h3 span { font-size: 12px; margin-top: 5px; float: right; background: #009900; border-radius: 4px; padding: 3px 5px; color: #fff; text-shadow: none; }
.service-request-lft li h4 { color: #3e4095; font-size: 13px; }
.service-request-lft li h4 span { float: right; color: #FF7F50; font-weight: 600; }
.service-request-lft li h3 span.ser-in-pgress { background: #FF7F50; }
.service-request-lft li h3 span.ser-completed { background: #3e4095; }
.ser-detail-top { display: block; padding: 15px; }
.ser-detail-top h3 { font-size: 24px; font-weight: 500; }
.ser-detail-top h3 span { font-size: 12px; margin-top: 5px; float: right; background: #009900; border-radius: 4px; padding: 3px 5px; color: #fff; text-shadow: none; }
.ser-detail-top h4 { color: #3e4095; font-size: 13px; }
.ser-detail-section { display: block; }
#exTab1 .tab-content { color : white; background-color: #fff; padding : 5px 15px; }
.ser-detail-section .nav-pills > li > a { font-size: 16px; font-weight: 500; color: #ccc; }
.ser-detail-section .nav-pills > li > a:hover { background: none; }
.ser-detail-section .nav-pills { border-bottom: solid thin #ccc; }
.ser-detail-section .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { border-top:solid 2px #f58634!important; color:#333; border: solid thin #ccc; background: #fff; border-bottom: 0px; bottom: -1px; border-radius: 4px 4px 0 0; }
.ser-detail-section .nav-pills > li > a span { background: #f58634; border-radius: 5px; font-size: 12px; padding: 2px 3px; color: #fff; margin-left: 8px; }
.ser-dtail-req span { font-size: 12px; margin-top: 5px; float: right; background: #009900; border-radius: 4px; padding: 3px 5px; color: #fff; text-shadow: none; margin-right: 7px; }
.ser-detail-sec-inr ul { display: block; border: solid 0px #ccc; margin: 5px 10px 10px; list-style: none; background: #fff; border-radius: 4px; padding: 10px 10px 0;
-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);}
.ser-detail-sec-inr ul li { display: inline-block; width: 20%; margin-right: -4px; vertical-align: top; }
.ser-detail-sec-inr ul li h4 { font-size: 14px; font-weight: 600; margin-top: 0; margin-bottom: 5px; color: #333; }
.ser-detail-sec-inr ul li p { font-size: 13px; color: #333; }
.ser-detail-sec-inr ul li:last-child { border-right: 0px;}
.qc-xhk-wrap { text-align: right; font-size: 14px; margin-top: 0; margin-bottom: 12px; }
.qc-xhk-wrap a { border-bottom: solid thin #3e4095; color: #3e4095; position: relative; top: 2px; }
.qc-xhk-wrap span { font-size: 12px; margin-top: 0px; margin-left: 20px; background: #009900; border-radius: 4px; padding: 3px 10px; color: #fff; text-shadow: none; }
.qc-xhk-wrap span.nverify { background: #f00; }
.qc-xhk-wrap-lft { text-align: left!important; }
.qc-xhk-wrap-lft span { }
.qc-xhk-wrap a i { }
/* 06-10-17 */
.edit-btn { position: absolute; right: 17px; }
.edit-btn a { color: #3e4095; }
.service-req-frm { display: block; border-top: solid thin #ccc; padding: 5px 0; }
.service-req-frm select { display: inline-block; vertical-align: top; border:solid thin #ccc; padding: 2px; border-radius: 2px; color: #333; margin-right: 20px; width: 20%; }
.service-req-frm textarea { display: inline-block; vertical-align: top; border:solid thin #ccc; padding: 2px; border-radius: 2px; color: #333; height: 50px; margin-right: 20px; width: 35%; }
.service-req-frm button { background: #3e4095; border: 0px; border-radius: 2px; padding: 3px 20px; color: #fff; }
@media screen and (max-width: 650px) {
label {
font-size: 0;
}
label:before {
margin: 0;
font-size: 18px;
}
}
@media screen and (max-width: 400px) {
label {
padding: 15px;
}
} | public/css/service-req.css | _background: whiteSmoke; /* Old browsers */
_background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
_background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2)); /* Chrome,Safari4+ */
_background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* Chrome10+,Safari5.1+ */
_background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* Opera 11.10+ */
_background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* IE10+ */
_background: linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* W3C */ }
#v-nav >ul >li.current { color: black; border-right: none; z-index: 10; background: white !important; position: relative; moz-box-shadow: inset 0 0 35px 5px #fafbfd; -webkit-box-shadow: inset 0 0 35px 5px #fafbfd; box-shadow: inset 0 0 35px 5px #fafbfd; }
#v-nav >ul >li.first.current { border-bottom: 1px solid #DDD; }
#v-nav >ul >li.last { border-bottom: none; }
#v-nav >div.tab-content { margin-left: 310px; border: 1px solid #ddd; background-color: #FFF; min-height: 600px; position: relative; z-index: 9; padding: 0px;
-moz-box-shadow: inset 0 0 35px 5px #fafbfd; -webkit-box-shadow: inset 0 0 35px 5px #fafbfd; box-shadow: inset 0 0 35px 5px #fafbfd; display: none; padding: 0px; }
#v-nav >div.tab-content >h4 { font-size: 1.2em; color: Black; text-shadow: 0px 1px 1px #F2F1F0; border-bottom: 1px dotted #EEEDED; padding-top: 0px; padding-bottom: 0px; }
.service-request-lft h2 { color: #6a6c6f; font-size: 24px; text-align: center; padding: 15px 0 0; font-weight: 500; }
.service-request-lft select { display: block; width: calc(100% - 30px); padding: 10px; margin: 15px; }
.service-request-lft li h3 { font-size: 20px; }
.service-request-lft li h3 span { font-size: 12px; margin-top: 5px; float: right; background: #009900; border-radius: 4px; padding: 3px 5px; color: #fff; text-shadow: none; }
.service-request-lft li h4 { color: #3e4095; font-size: 13px; }
.service-request-lft li h4 span { float: right; color: #FF7F50; font-weight: 600; }
.service-request-lft li h3 span.ser-in-pgress { background: #FF7F50; }
.service-request-lft li h3 span.ser-completed { background: #3e4095; }
.ser-detail-top { display: block; padding: 15px; }
.ser-detail-top h3 { font-size: 24px; font-weight: 500; }
.ser-detail-top h3 span { font-size: 12px; margin-top: 5px; float: right; background: #009900; border-radius: 4px; padding: 3px 5px; color: #fff; text-shadow: none; }
.ser-detail-top h4 { color: #3e4095; font-size: 13px; }
.ser-detail-section { display: block; }
#exTab1 .tab-content { color : white; background-color: #fff; padding : 5px 15px; }
.ser-detail-section .nav-pills > li > a { font-size: 16px; font-weight: 500; color: #ccc; }
.ser-detail-section .nav-pills > li > a:hover { background: none; }
.ser-detail-section .nav-pills { border-bottom: solid thin #ccc; }
.ser-detail-section .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { border-top:solid 2px #f58634!important; color:#333; border: solid thin #ccc; background: #fff; border-bottom: 0px; bottom: -1px; border-radius: 4px 4px 0 0; }
.ser-detail-section .nav-pills > li > a span { background: #f58634; border-radius: 5px; font-size: 12px; padding: 2px 3px; color: #fff; margin-left: 8px; }
.ser-dtail-req span { font-size: 12px; margin-top: 5px; float: right; background: #009900; border-radius: 4px; padding: 3px 5px; color: #fff; text-shadow: none; margin-right: 7px; }
.ser-detail-sec-inr ul { display: block; border: solid 0px #ccc; margin: 5px 10px 10px; list-style: none; background: #fff; border-radius: 4px; padding: 10px 10px 0;
-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);}
.ser-detail-sec-inr ul li { display: inline-block; width: 20%; margin-right: -4px; vertical-align: top; }
.ser-detail-sec-inr ul li h4 { font-size: 14px; font-weight: 600; margin-top: 0; margin-bottom: 5px; color: #333; }
.ser-detail-sec-inr ul li p { font-size: 13px; color: #333; }
.ser-detail-sec-inr ul li:last-child { border-right: 0px;}
.qc-xhk-wrap { text-align: right; font-size: 14px; margin-top: 0; margin-bottom: 12px; }
.qc-xhk-wrap a { border-bottom: solid thin #3e4095; color: #3e4095; position: relative; top: 2px; }
.qc-xhk-wrap span { font-size: 12px; margin-top: 0px; margin-left: 20px; background: #009900; border-radius: 4px; padding: 3px 10px; color: #fff; text-shadow: none; }
.qc-xhk-wrap span.nverify { background: #f00; }
.qc-xhk-wrap-lft { text-align: left!important; }
.qc-xhk-wrap-lft span { }
.qc-xhk-wrap a i { }
/* 06-10-17 */
.edit-btn { position: absolute; right: 17px; }
.edit-btn a { color: #3e4095; }
.service-req-frm { display: block; border-top: solid thin #ccc; padding: 5px 0; }
.service-req-frm select { display: inline-block; vertical-align: top; border:solid thin #ccc; padding: 2px; border-radius: 2px; color: #333; margin-right: 20px; width: 20%; }
.service-req-frm textarea { display: inline-block; vertical-align: top; border:solid thin #ccc; padding: 2px; border-radius: 2px; color: #333; height: 50px; margin-right: 20px; width: 35%; }
.service-req-frm button { background: #3e4095; border: 0px; border-radius: 2px; padding: 3px 20px; color: #fff; }
@media screen and (max-width: 650px) {
label {
font-size: 0;
}
label:before {
margin: 0;
font-size: 18px;
}
}
@media screen and (max-width: 400px) {
label {
padding: 15px;
}
} | 0.360939 | 0.125923 |
:root {
--icon-size: 10px;
--icon-size-small: 8px;
}
.steps {
align-items: flex-start;
display: inline-flex;
flex-shrink: 0;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
margin-bottom: var(--space-half);
overflow: hidden;
position: relative;
width: 100%;
}
/* .steps::before {
content: "";
background: #1f87e2;
display: block;
width: 100%;
height: 3px;
position: absolute;
top: 6px;
} */
.step {
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
text-align: left;
}
.dot {
display: inline-block;
margin-bottom: var(--space-quarter);
min-height: var(--icon-size);
}
.dot::before {
background: var(--color-primary);
border: 4px solid white;
border-radius: 50%;
content: "";
display: inline-block;
flex-shrink: 0;
font-size: 14px;
height: var(--icon-size);
line-height: var(--icon-size);
position: relative;
text-align: center;
transition: background-color .3s, border-color .3s;
vertical-align: top;
width: var(--icon-size);
z-index: 13;
}
.dot::after {
border-top: 5px solid white;
content: "";
position: absolute;
top: 6px;
right: 50%;
width: 100vw;
z-index: 12;
}
.line .dot::after {
z-index: 1;
}
.finish .dot::before {
height: var(--icon-size-small);
width: var(--icon-size-small);
}
.wait {
color: var(--color-gray-alt);
}
.finish .dot::before,
.wait .dot::before {
margin-top: 1px;
}
.wait .dot::before {
background: var(--color-mediumgray);
height: var(--icon-size-small);
width: var(--icon-size-small);
}
.finish.line .dot::after,
.process.line .dot::after {
border-color: var(--color-primary);
border-top-width: 3px;
z-index: 11;
top: 7px;
}
.wait.line .dot::after {
border-color: var(--color-mediumgray);
border-top-width: 3px;
top: 7px;
}
.content {
font-size: var(--size-small);
line-height: 1;
margin: 0;
min-width: 90px;
position: relative;
text-align: center;
width: min-content;
white-space: nowrap;
} | frontends/web/src/routes/account/add/components/steps.module.css | :root {
--icon-size: 10px;
--icon-size-small: 8px;
}
.steps {
align-items: flex-start;
display: inline-flex;
flex-shrink: 0;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
margin-bottom: var(--space-half);
overflow: hidden;
position: relative;
width: 100%;
}
/* .steps::before {
content: "";
background: #1f87e2;
display: block;
width: 100%;
height: 3px;
position: absolute;
top: 6px;
} */
.step {
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
text-align: left;
}
.dot {
display: inline-block;
margin-bottom: var(--space-quarter);
min-height: var(--icon-size);
}
.dot::before {
background: var(--color-primary);
border: 4px solid white;
border-radius: 50%;
content: "";
display: inline-block;
flex-shrink: 0;
font-size: 14px;
height: var(--icon-size);
line-height: var(--icon-size);
position: relative;
text-align: center;
transition: background-color .3s, border-color .3s;
vertical-align: top;
width: var(--icon-size);
z-index: 13;
}
.dot::after {
border-top: 5px solid white;
content: "";
position: absolute;
top: 6px;
right: 50%;
width: 100vw;
z-index: 12;
}
.line .dot::after {
z-index: 1;
}
.finish .dot::before {
height: var(--icon-size-small);
width: var(--icon-size-small);
}
.wait {
color: var(--color-gray-alt);
}
.finish .dot::before,
.wait .dot::before {
margin-top: 1px;
}
.wait .dot::before {
background: var(--color-mediumgray);
height: var(--icon-size-small);
width: var(--icon-size-small);
}
.finish.line .dot::after,
.process.line .dot::after {
border-color: var(--color-primary);
border-top-width: 3px;
z-index: 11;
top: 7px;
}
.wait.line .dot::after {
border-color: var(--color-mediumgray);
border-top-width: 3px;
top: 7px;
}
.content {
font-size: var(--size-small);
line-height: 1;
margin: 0;
min-width: 90px;
position: relative;
text-align: center;
width: min-content;
white-space: nowrap;
} | 0.522446 | 0.177276 |
.educations{
background-image:linear-gradient(to bottom, rgb(101, 209, 33,0.8) 20%,rgba(101, 209, 33,0.8) 80%),
url('https://images.pexels.com/photos/162616/coffee-work-desk-mug-keyboard-162616.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 100vh;
width: 100%;
/* clip-path: polygon(0 14%, 100% 0%, 100% 86%, 0% 100%) !important; */
position: relative !important;
margin-top: -10px;
/* clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%); */
}
.education-category-title{
text-align: center;
text-transform: uppercase;
color: #fff;
font-weight: 700;
letter-spacing: 1px;
font-family: 'Aldrich' sans-serif;
padding-top: 30px;
}
.underline{
border-bottom: 3px solid #fff;
width: 20%;
margin: auto;
}
.absolute{
position: absolute !important;
top: 31%;
left: 23.3%;
transform: translate(-14%,-20%);
}
.hovereffect {
width: 100%;
height: 100%;
float: left;
overflow: hidden;
position: relative;
text-align: center;
cursor: default;
box-shadow: 0px 7px 10px 0px rgba(0,0,0, 0.3) !important;
}
.hovereffect .overlay {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden !important;
top: 0%;
left: 0;
background-color: rgba(0,0,0,0.7);
-webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
}
.hovereffect:hover .overlay {
background-color: rgb(0,0,0,0.5) !important;
}
.hovereffect img {
display: block !important;
position: relative !important;
height: 240px;
width: 100%;
box-shadow: 0px 7px 10px 0px rgba(0,0,0, 0.3) !important;
}
.hovereffect h2 {
text-transform: uppercase;
color:#fff ;
text-align: center;
position: relative !important;
font-size: 18px;
padding: 12px !important;
margin-top: 12%;
font-weight: 600;
letter-spacing: 1.5px;
/* background: rgb(154, 18, 179,0.7); */
-webkit-transform: translateY(45px) !important;
-ms-transform: translateY(45px) !important;
transform: translateY(45px) !important;
-webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
}
.hovereffect:hover h2 {
-webkit-transform: translateY(5px);
-ms-transform: translateY(5px);
transform: translateY(5px);
opacity: -1;
}
.hovereffect a.info {
display: inline-block;
text-decoration: none;
/* padding: 7px 14px; */
text-transform: uppercase;
color: #fff;
border: 1px solid #fff;
background-color: #64DD17 !important;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
font-weight: normal;
/* margin: -70px 0 0 0 !important; */
padding: 10px 40px !important;
background: rgba(0, 0, 0, 0.6);
z-index: 10 !important;
margin-top: -8px;
}
.hovereffect:hover a.info {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.hovereffect a.info:hover {
box-shadow: 0 0 5px rgba(101,209,23,0.9);
}
#color{
color: rgba(3, 190, 91, 0.938);
}
.latest-uni{
position: absolute !important;
bottom: 30px;
left: 30%;
}
.latest-uni h1{
text-align: center;
color: #fff;
font-weight: 700;
text-transform: uppercase;
font-family: 'Aldrich' sans-serif;
} | public/css/educations.css | .educations{
background-image:linear-gradient(to bottom, rgb(101, 209, 33,0.8) 20%,rgba(101, 209, 33,0.8) 80%),
url('https://images.pexels.com/photos/162616/coffee-work-desk-mug-keyboard-162616.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 100vh;
width: 100%;
/* clip-path: polygon(0 14%, 100% 0%, 100% 86%, 0% 100%) !important; */
position: relative !important;
margin-top: -10px;
/* clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%); */
}
.education-category-title{
text-align: center;
text-transform: uppercase;
color: #fff;
font-weight: 700;
letter-spacing: 1px;
font-family: 'Aldrich' sans-serif;
padding-top: 30px;
}
.underline{
border-bottom: 3px solid #fff;
width: 20%;
margin: auto;
}
.absolute{
position: absolute !important;
top: 31%;
left: 23.3%;
transform: translate(-14%,-20%);
}
.hovereffect {
width: 100%;
height: 100%;
float: left;
overflow: hidden;
position: relative;
text-align: center;
cursor: default;
box-shadow: 0px 7px 10px 0px rgba(0,0,0, 0.3) !important;
}
.hovereffect .overlay {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden !important;
top: 0%;
left: 0;
background-color: rgba(0,0,0,0.7);
-webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
}
.hovereffect:hover .overlay {
background-color: rgb(0,0,0,0.5) !important;
}
.hovereffect img {
display: block !important;
position: relative !important;
height: 240px;
width: 100%;
box-shadow: 0px 7px 10px 0px rgba(0,0,0, 0.3) !important;
}
.hovereffect h2 {
text-transform: uppercase;
color:#fff ;
text-align: center;
position: relative !important;
font-size: 18px;
padding: 12px !important;
margin-top: 12%;
font-weight: 600;
letter-spacing: 1.5px;
/* background: rgb(154, 18, 179,0.7); */
-webkit-transform: translateY(45px) !important;
-ms-transform: translateY(45px) !important;
transform: translateY(45px) !important;
-webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
}
.hovereffect:hover h2 {
-webkit-transform: translateY(5px);
-ms-transform: translateY(5px);
transform: translateY(5px);
opacity: -1;
}
.hovereffect a.info {
display: inline-block;
text-decoration: none;
/* padding: 7px 14px; */
text-transform: uppercase;
color: #fff;
border: 1px solid #fff;
background-color: #64DD17 !important;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
font-weight: normal;
/* margin: -70px 0 0 0 !important; */
padding: 10px 40px !important;
background: rgba(0, 0, 0, 0.6);
z-index: 10 !important;
margin-top: -8px;
}
.hovereffect:hover a.info {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.hovereffect a.info:hover {
box-shadow: 0 0 5px rgba(101,209,23,0.9);
}
#color{
color: rgba(3, 190, 91, 0.938);
}
.latest-uni{
position: absolute !important;
bottom: 30px;
left: 30%;
}
.latest-uni h1{
text-align: center;
color: #fff;
font-weight: 700;
text-transform: uppercase;
font-family: 'Aldrich' sans-serif;
} | 0.617282 | 0.126812 |
==================================================
#Custom Fonts
#Site Styles
#Media Queries
#Animations
*/
/* #Custom Fonts
================================================== */
/* Google font */
@import url(http://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Cabin:400,600,700);
/* #Site Styles
================================================== */
html, html a {
-webkit-font-smoothing: antialiased
}
html {
-ms-overflow-style: scrollbar
}
body {
font: 1.29em/1.29em 'Arimo', sans-serif;
color: #c6d5e3;
background: url(../images/body-bg-dark.png) repeat 0 0 #000
}
a, a:active, a:focus, a:hover, a:visited {
color: #c6d5e3;
outline: 0
}
a:active, a:focus, a:visited {
text-decoration: none
}
p {
margin: 0 0 1em;
padding: 0;
line-height: 1.4em
}
p strong {
color: #fff;
}
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h6, h6 a {
color: #fff;
font-family: 'Cabin', sans-serif;
line-height: 1.3em;
font-weight: 600;
}
h1 {
margin: 0;
padding: 0 0 1.3em;
font-size: 1.538em;
text-transform: uppercase;
}
h2 {
margin: 0;
padding: 0 0 1.3em;
font-size: 1.538em;
text-transform: uppercase;
}
h2 .icon {
font-size: 1.3em;
vertical-align: text-bottom;
padding-right: 10px;
}
h2.icon-title {
position: relative;
padding-left: 40px;
}
h2.icon-title .icon {
position: absolute;
left: 0;
top: 0;
}
h3 {
margin: 0;
font-size: 1.385em;
padding: 0 0 0.8em;
text-transform: uppercase;
}
h3 .icon {
font-size: 1.444em;
vertical-align: text-bottom;
padding-right: 10px;
}
h4 {
margin: 0;
padding: 0 0 .8em;
font-size: 1.231em;
text-transform: uppercase;
}
h4 .icon {
font-size: 1em !important;
vertical-align: text-bottom;
padding-right: 5px;
}
h5 {
margin: 0;
padding: 0 0 .8em;
font-size: 1.077em;
text-transform: uppercase;
}
h6 {
margin: 0;
padding: 0 0 .8em;
font-size: 1.077em;
}
.default-font {
font-family: 'Arimo', sans-serif;
text-transform: uppercase;
}
.default-font span {
color: #acafb8;
text-transform: none;
}
/* services styles */
.img-left {
float: left;
margin: 0 10px 10px 0;
}
.img-right {
float: right;
margin: 0 0 15px 10px;
}
.upper {
text-transform: uppercase
}
.line-divider {
border-bottom: 1px solid #eee;
height: 20px;
margin-bottom: 30px
}
.divider-xxs {
margin: 0;
height: 1px;
line-height: 1px;
clear: both
}
.divider-xs {
height: 11px;
line-height: 11px;
clear: both
}
.divider-sm {
height: 20px;
clear: both
}
.divider-md {
height: 30px;
clear: both
}
.divider-lg {
height: 40px;
clear: both
}
.panel-group .panel {
border-radius: 0
}
.color, .color:hover {
color: #6e8fff !important
}
.underline {
text-decoration: underline
}
.underline:hover {
text-decoration: none
}
.icon-float-left {
width: 114px;
float: left;
margin-right: 10px;
}
.text-float-right {
height: 100px;
display: table;
padding-top: 15px;
}
.text-float-right .inside {
height: 100px;
display: table-cell;
vertical-align: middle;
}
/*circle icon*/
.icon-circle {
background: #e2e2e2;
border-radius: 50%;
color: #fff;
display: block;
height: 101px;
width: 101px;
margin: 10px auto 15px
}
.icon-circle .icon {
font-size: 4.167em;
line-height: 98px
}
.icon-circle {
height: 95px;
width: 95px;
background: #6e8fff;
text-align: center;
transition: all 0.5s 0s ease;
-webkit-transition: all 0.5s 0s ease;
-moz-transition: all 0.5s 0s ease;
-o-transition: all 0.5s 0s ease
}
.icon-circle a {
text-decoration: none !important;
color: #fff;
}
.icon-circle:hover, .icon-circle.active {
background: #fff;
}
.icon-circle:hover .icon, .icon-circle.active .icon {
color: #6e8fff;
}
.icon-circle .icon.flaticon-clipboard105 {
margin: -2px 0 0 12px;
}
/* form */
label {
font-weight: normal;
margin-bottom: 4px
}
label .required {
color: inherit
}
label.label-inline {
display: inline-block;
line-height: 37px
}
.form-control {
height: 37px;
padding: 10px 12px;
background-color: #000;
border: 1px solid #2f313a;
color: #fff;
padding-left: 10px;
-webkit-box-shadow: none;
box-shadow: 0 0 1px rgba(0,0,0,0.15);
font-size: 1em;
line-height: 1em;
border-radius: 4px;
}
.form-inline .form-control {
display: inline-block;
width: auto;
}
.form-control::-webkit-input-placeholder {
padding:1px 0
}
.input-sm {
font-size: 1em;
border-radius: 4px
}
.form-group-sm {
margin-bottom: 7px;
position: relative
}
.input-control input.form-control {
font-size: 1em;
width: 262px
}
.input-control .button {
float: right;
margin-left: -34px;
background: 0 0;
font-size: 1.5em;
position: relative;
bottom: -1px;
height: 35px;
border: none;
width: 34px;
outline: 0;
color: #6e8fff;
}
.touch .input-control .button span {
margin-left: -10px
}
.input-control .button:active {
line-height: .8em
}
.touch input[type=email], .touch input[type=password], .touch input[type=search], .touch input[type=text] {
-webkit-appearance: caret;
-moz-appearance: caret
}
.radio input[type=radio] {
position: relative;
display: inline;
margin-top: 0
}
.checkbox label, .radio label {
line-height: 1em
}
.radio {
margin-bottom: 12px;
}
/*contact form*/
.contacts-form textarea.form-control {
height: 154px;
resize: none;
}
/*comment form*/
.comment {
position: relative;
}
.comment .inside {
padding: 10px 15px 10px 100px;
position: relative;
}
.comment .inside::before {
background: #292a31;
color: #3b3c42;
border: 1px solid #292a31;
content: "\e847";
display: block;
font-family: Flaticon;
font-size: 4.153em;
height: 74px;
width: 74px;
top: 10px;
left: 10px;
line-height: 1.4em;
position: absolute;
text-align: center;
}
.comment p strong {
color:#fff
}
.comment a {
color: #6e8fff;
text-decoration: none;
}
.comment a:hover {
text-decoration: underline;
}
.comment p {
margin-bottom: 0.7em;
}
.comments .comment {
padding-left: 30px
}
.comment .comment::before {
color: #cecece;
content: "\e852";
display: block;
font-family: Flaticon;
font-size: 1.538em;
line-height: 1em;
top: 10px;
left: 10px;
position: absolute;
}
.comment-form textarea.form-control {
height: 154px;
resize: none;
}
/*button*/
.btn-sm, .btn-xs {
border-radius: 4px
}
.btn {
padding: 3px 12px
}
.btn-group.open .dropdown-toggle, .btn.active, .btn:active {
-webkit-box-shadow: none;
box-shadow: none
}
.btn-default {
background-color: #6e8fff;
border-color: #6e8fff;
color: #fff !important;
font-family: 'Cabin', sans-serif;
font-size: 14px;
line-height: 41px;
padding: 0 15px;
text-decoration: none !important;
text-transform: uppercase;
transition: all 0.5s ease 0s;
}
.btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover {
background-color: transparent;
border-color: #6e8fff;
color: #6e8fff !important;
}
.btn-lg {
border-radius: 3px;
font: 20px 'Cabin', sans-serif !important;
padding: 14px 35px;
}
/*main structure*/
header {
background: url(../images/body-bg-dark.png) repeat;
}
.content {
padding-top: 35px;
padding-bottom: 35px
}
.content-row {
padding-bottom: 35px
}
/*social widjet*/
.social-widgets {
position: fixed;
z-index: 10000;
top: 50%;
height: 0;
width: 0;
right: 0
}
.social-widgets .item, .social-widgets .items {
margin: 0;
padding: 0;
list-style-type: none
}
.social-widgets .items {
top: -125px;
position: relative
}
.social-widgets .item {
position: absolute;
top: 0;
left: 120px
}
.social-widgets .active {
z-index: 100;
left: -310px
}
.social-widgets .item-01, .social-widgets .item-02, .social-widgets .item-03, .social-widgets .item-04, .social-widgets .item-05, .social-widgets .item-06, .social-widgets .item-07, .social-widgets .item-08, .social-widgets .item-09 {
left: 0;
}
.social-widgets .item-01 {
top: 0;
z-index: 99
}
.social-widgets .item-02 {
top: 66px;
z-index: 98
}
.social-widgets .item-03 {
top: 132px;
z-index: 97
}
.social-widgets .item-04 {
top: 198px;
z-index: 96
}
.social-widgets .item-05 {
top: 264px;
z-index: 95
}
.social-widgets .item-06 {
top: 330px;
z-index: 94
}
.social-widgets .item-07 {
top: 396px;
z-index: 93
}
.social-widgets .item-08 {
top: 462px;
z-index: 92
}
.social-widgets .item-09 {
top: 528px;
z-index: 91
}
.social-widgets .tab-icon {
position: absolute;
top: 0;
left: -57px;
display: block;
width: 57px;
height: 59px;
background: #fff;
background: rgba(#fff, .6);
border: 1px solid transparent;
border-right: 0;
text-align: center;
font-size: 1.54em;
line-height: 3.2;
border-radius: 0;
}
.social-widgets .tab-icon:hover {
text-decoration: none
}
.social-widgets .active .tab-icon {
background: #fff;
border-color: transparent;
}
.social-widgets .tab-content {
background: #fff;
border-color: transparent;
width: 310px;
padding: 10px 15px
}
.social-widgets .active .tab-content {
box-shadow: none
}
.social-widgets .title {
color: #000;
padding: 4px 0 11px;
font: 1.23em Mavenpro, Arial, Helvetica, sans-serif;
text-transform: uppercase
}
.social-widgets .facebook.active {
left: -260px
}
.social-widgets .facebook .tab-content {
width: 260px
}
.social-widgets .twitter.active {
left: -300px
}
.social-widgets .twitter .tab-content {
width: 300px
}
.social-widgets .twitter-widget {
padding-top: 10px
}
.social-widgets .youtube.active {
left: -450px
}
.social-widgets .youtube .tab-content {
width: 450px;
padding-left: 18px;
}
.social-widgets .loading {
min-height: 200px;
position: relative;
z-index: 1000;
}
.social-widgets .loading img.ajaxloader {
position: absolute;
top: 45%;
left: 45%;
width: 32px;
height: 32px
}
/*social icons*/
.icon.icon-facebook {
color: #4664b7
}
.icon.icon-twitter {
color: #00b6e4
}
.icon.icon-linkedin {
color: #0073a5
}
.icon.icon-youtube {
color: #ff0000
}
.icon.icon-pinterest {
color: #cb2027
}
.icon.icon-gplus {
color: #fff
}
/*back to top button*/
.back-to-top {
bottom: 10%;
cursor: pointer;
display: none;
position: fixed;
right: 15px;
text-align: center;
width: 35px;
z-index: 10000
}
.back-to-top span.arrow-up {
position: absolute;
top: -6px;
-webkit-animation: bounce 0.4s ease-in-out infinite alternate;
animation: bounce 0.4s ease-in-out infinite alternate
}
.back-to-top span.arrow-up {
top: -20px\0
}
/*navigation*/
.navbar {
width: 100% !important;
border-radius: 0;
position: absolute;
top: 0;
margin-bottom: 0;
z-index: 9990;
border: 0!important
}
.navbar .container {
position: relative;
}
.navbar .background {
border-bottom: 1px solid #eee;
border-bottom: 0 solid rgba(0, 0, 0, 0);
z-index: 1;
color: #fff;
width: 100% !important;
}
.navbar-main-menu, .navbar-main-menu .item {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing:content-box
}
.navbar-main-menu-outer {
margin-top: 12px;
box-shadow: 0px -2px 2px rgba(0, 0, 0, .1);
}
.navbar-compact .background {
padding: 0;
background: #000;
}
.navbar-height-inner {
height: 145px
}
.navbar-logo {
position: relative;
z-index: 11;
}
.navbar-compact .navbar-logo {
width: 30% !important;
padding-right: 15px;
}
.navbar-compact .navbar-logo img {
width: 100%;
}
.navbar-search {
clear: both;
z-index: 1100;
position: absolute;
bottom: 12px;
margin-bottom: 0;
right: 25px;
}
.navbar-search input.form-control {
font-size: 1em;
line-height: 1.5em;
width: 125px;
float: right;
padding-top: 8px;
background: transparent !important;
}
.navbar-search .form-control {
padding-right: 32px ;
background-color: transparent;
border: none !important;
box-shadow: none;
color: transparent;
transition: all 0.5s 0s ease;
-webkit-transition: all 0.5s 0s ease;
-moz-transition: all 0.5s 0s ease;
-o-transition: all 0.5s 0s ease
}
.navbar-search .form-control:focus {
width: 230px
}
.navbar-search .button {
float: right;
margin-left: -34px;
background: 0 0;
font-size: 1.31em;
position: relative;
bottom: -1px;
height: 34px;
border: none;
width: 34px;
outline: 0;
color: #fff
}
.navbar-search .button:active {
line-height: .8em
}
.navbar-search .dropdown-search {
display: none;
position: absolute;
right: 0;
top: 34px;
width: 100%;
border: 1px solid #dcdcdc;
box-shadow: 0 1px 3px rgba(5, 5, 5, .1);
border-radius: 4px;
padding: 10px;
font-size: 1em;
background-color: #000;
border-color: #3f3f3f;
color: #676767
}
.navbar-search .dropdown-search ul {
margin: 0;
padding: 0;
list-style: none
}
.navbar-search .dropdown-search li {
margin-bottom: 5px;
cursor: pointer
}
.navbar-search .dropdown-search li:hover {
opacity: .6
}
.navbar-search .dropdown-search li a {
text-decoration: none
}
.navbar-search .dropdown-search li .amount {
float: right;
padding-left: 5px
}
.navbar-search:hover .form-control, .navbar-search .form-control:focus {
border: 1px solid #fff !important;
color: #fff
}
.navbar-main-menu {
z-index: 10;
background: #6e8fff;
border-radius: 0;
display: inline-block;
height: 64px;
padding: 0;
margin: 0;
clear: both;
list-style-type: none;
position: relative;
box-sizing: content-box;
box-shadow: 0 1px 1px rgba(0,0,0,0.15)
}
.navbar-compact .navbar-main-menu {
box-shadow: none;
}
.navbar-main-menu .sf-menu {
padding: 0;
margin: 0
}
.navbar-main-menu .sf-menu ul {
background: rgba(55,55,55,0.95);
box-shadow: 0 0 3px rgba(0, 0, 0, .2);
border-radius: 0;
padding: 10px 0;
}
.navbar-main-menu .sf-menu>li {
height: 64px;
}
.navbar-compact .navbar-main-menu .sf-menu>li {
height: 32px;
margin-bottom: 10px
}
.navbar-main-menu .sf-menu>li>a {
display: block;
padding: 22px 25px 20px;
height: 64px;
}
.navbar-main-menu .sf-menu ul li a {
border-bottom: none;
padding-top: 8px;
padding-bottom: 8px;
font: 1.2em 'Cabin', sans-serif;
text-transform: none;
color: #fff;
}
.navbar-main-menu .sf-menu ul li a:hover {
background: none;
color: #6e8fff
}
.navbar-main-menu .item {
float: left;
height: 64px;
padding: 0;
margin: 0;
position: relative;
}
.navbar-compact .navbar-main-menu .item {
height: 32px;
}
.navbar-main-menu .item:hover {
z-index: 1000000;
}
.navbar-main-menu .item:first-child {
margin-left: -10px
}
.navbar-main-menu .item .btn-main {
position: relative;
display: block;
height: 64px;
padding: 22px 25px 20px;
}
.navbar-main-menu .item .btn-main, .navbar-main-menu .sf-menu>li>a {
color: #fff;
text-transform: uppercase;
font: 1.385em 'Cabin', sans-serif;
}
.navbar-main-menu .item .btn-main:hover, .navbar-main-menu .sf-menu>li:hover>a, .navbar-main-menu .item .btn-main.active, .navbar-main-menu .sf-menu>li>a.active {
color: #fff;
background: #373737;
}
.navbar-main-menu .item .btn-main:before, .navbar-main-menu .sf-menu>li>a:before {
position: absolute;
top: 25px;
left: 0;
height: 16px;
content: "";
border-right: 1px solid rgba(0,0,0,0.1);
}
.navbar-main-menu .item:first-child .btn-main:before, .navbar-main-menu .item:first-child .sf-menu>li>a:before {
border: none;
}
.navbar-main-menu .item, .navbar-main-menu .item .btn-main, .navbar-main-menu .sf-menu>li {
height: 64px;
}
.navbar-main-menu .btn-main:hover {
text-decoration: none
}
.navbar-main-menu .item .btn-main .icon {
font-size: 1.12em;
line-height: .3em;
position: relative;
bottom: -1px;
margin-left: 1px
}
.navbar-main-menu .item-content {
float: right;
overflow: hidden;
display: none;
margin-left: -100%;
width: 100%;
margin-top: 38px!important;
margin-bottom: -6px!important;
background: #fff;
position: relative
}
.navbar-compact .navbar-main-menu .item-content {
margin-top: 28px!important;
}
.navbar-switcher {
text-align: center;
float: right;
display: none;
width: 49px;
height: 47px;
margin-bottom: -47px;
margin-right: 10px;
background: #fff!important;
padding: 6px 7px;
border-radius: 0 0 3px 3px;
cursor: pointer;
color: #fff
}
.navbar-switcher.active {
background: #6e8fff!important
}
.navbar-switcher .i-active, .navbar-switcher.active .i-inactive {
display: none
}
.navbar-switcher.active .i-active {
display: inline;
font-size: 1.8em;
line-height: 1.5em
}
.navbar-compact {
top: -60px;
position: fixed
}
.navbar-compact .compact-hidden, .navbar-compact .compact-hidden.hidden-xs {
display: none!important
}
.navbar-compact .navbar-main-menu {
background: none;
clear: none;
height: 64px;
top: 0;
padding: 0 15px 0;
}
.navbar-compact .navbar-search {
top: 3px;
clear: none;
position: relative;
margin-top: 12px;
margin-right: -10px
}
.navbar-compact .navbar-search .form-control:focus {
width: 145px
}
.navbar-compact .navbar-switcher {
display: block
}
.navbar-compact .navbar-main-menu {
margin-top: 4px
}
.navbar-compact .navbar-main-menu .item .btn-main, .navbar-compact .navbar-main-menu .sf-menu>li {
height: 64px;
margin-bottom: 10px;
}
.navbar-compact .navbar-main-menu .item .btn-main, .navbar-compact .navbar-main-menu .sf-menu>li>a {
padding: 22px 15px 0;
font-size: 1.2em;
color: #fff;
}
.navbar-compact .navbar-main-menu .item .btn-main:hover, .navbar-compact .navbar-main-menu .sf-menu>li:hover>a, .navbar-compact .navbar-main-menu .item .btn-main.active, .navbar-compact .navbar-main-menu .sf-menu>li.active>a {
color: #fff;
background: #6e8fff;
}
.navbar-logo {
width: 40%;
text-align: center;
z-index: 11
}
#top-player {
width: 470px;
height: 84px;
padding-left: 0;
text-align: left;
position: relative;
float: right;
}
.navbar-compact #top-player {
display: none;
}
.navbar-compact .navbar-logo {
width: 35%
}
.navbar-compact .navbar-main-menu {
margin-top: 0;
}
/*slide menu*/
#off-canvas-menu {
display: none
}
#off-canvas-menu, #off-canvas-menu-title {
background: #2c2d32 !important;
border-color: #3f3f3f !important;
color: #fff !important;
}
#off-canvas-menu .expander-list .name {
border-color: #3f3f3f !important;
}
#off-canvas-menu a {
color: #fff !important;
}
.expander-list, .expander-list ul {
margin: 0;
padding: 0;
list-style-type: none
}
.expander-list li {
margin: 0
}
.expander-list .expander {
float: right;
cursor: pointer;
padding: 0 8px;
font-family: Verdana, Arial, Helvetica, sans-serif
}
.expander-list .name {
display: block;
border-bottom: 1px solid #eee;
padding: 7px 0 6px
}
.expander-list ul .name {
padding-left: 21px
}
.expander-list ul ul .name {
padding-left: 42px
}
.expander-list ul ul ul .name {
padding-left: 63px
}
.expander-list .last>.name {
border: none
}
/*grey box*/
.grey-box {
background: #1d1f26;
}
/*breadcrumbs*/
#breadcrumbs {
background: #000;
font-size: 1em;
line-height: 1.5em;
padding: 30px 0 15px;
margin-top: -15px;
color: #636363;
}
#breadcrumbs span {
padding: 0 10px;
}
#breadcrumbs a {
color: #636363;
}
/*banners row*/
.banners-row {
position: relative;
background: #000;
color: #fff;
box-shadow: 0 1px 2px rgba(0,0,0,0.15);
z-index: 1000;
}
.banners-row:after, .banners-row:before {
display: table;
content: " "
}
.banners-row:after {
clear: both
}
.banners-row .banner-box:first-child {
border: none;
}
.banner-box {
width: 25%;
float: left;
border-left: 3px dotted #191b21;
cursor: pointer;
}
.banner-box > .inside {
border-top: 6px solid #6e8fff;
padding: 0 2px;
margin-top: -6px;
}
.banner-box:hover > .inside {
border-color: #fff;
}
.banner-box h3 {
padding-bottom: 0;
font-weight: 600;
}
/*blockquote*/
.blockquote {
position: relative;
padding: 15px 0;
margin-bottom: 20px;
border-top: 1px solid #2f3136;
border-bottom: 1px solid #2f3136
}
.blockquote .inside {
border-left: 5px solid #6e8fff;
padding: 6px 0 6px 20px;
font-style: italic;
position: relative;
}
.blockquote .inside:after {
left: 0px;
top: 10px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: transparent;
border-left-color: #6e8fff;
border-width: 3px;
margin-top: -3px;
}
/*blog widget*/
.blog-widget {
background: url(../images/liveradio/parallax-bg.jpg);
color: #aeaeae;
-webkit-backface-visibility: visible;
overflow: hidden;
padding: 30px 0;
}
.back-bg .blog-widget {
background-image: none
}
.blog-widget .content {
overflow: hidden;
background: 0 0
}
.container .blog-widget .content.container {
width: auto;
margin: 0;
padding-left: 0;
padding-right: 0;
}
.blog-widget p {
color: #fff
}
.blog-widget h3 {
text-decoration: none;
color: #fff;
font-size: 2.0em;
text-align: center;
margin-bottom: 5px;
}
.blog-widget h3 .icon {
font-size: 1.3em;
padding-right: 5px;
}
.blog-widget h4 {
font-size: 1.385em;
font-weight: normal;
}
.blog-widget h4, .blog-widget h4 a {
margin-bottom: 5px;
text-decoration: none;
color: #fff;
font-weight: bold;
}
.blog-widget a {
color: #ddd;
text-decoration: underline
}
.blog-widget a:hover {
text-decoration: none
}
.blog-widget .posts {
padding: 40px 20px 20px 160px;
margin: 0 80px;
position: relative;
background: rgba(16,24,35,0.7)
}
.blog-widget .posts:before {
display: block;
position: absolute;
top: 25px;
left: 37px;
font-family: Flaticon;
content: '\e81f';
text-indent: 0;
font-size: 100px;
line-height: 100px;
color: #fff;
opacity: 0.3;
}
.blog-widget .posts .flex-viewport {
z-index: 10
}
.blog-widget .posts .flex-direction-nav {
top: 50%;
margin-top: -32px;
left: 0;
width: 100%;
z-index: 9
}
.blog-widget .posts .flex-direction-nav a {
color: #fff
}
.blog-widget .posts .flex-direction-nav a:hover {
opacity: .8
}
.blog-widget .posts .flex-disabled {
color: #ccc!important
}
.blog-widget .posts .flex-prev {
position: absolute;
left: -80px;
}
.blog-widget .posts .flex-next {
position: absolute;
right: -80px;
left: auto
}
.blog-widget .posts li {
margin: 0;
padding: 0;
overflow: hidden
}
.blog-widget .image-cell {
width: 35%;
margin-right: 25px;
float: left;
}
.blog-widget .offset-image {
overflow: hidden;
}
.post-date, .post-comment {
display: inline-block;
height: 32px;
line-height: 32px;
padding: 0 10px;
color: #fff;
font-size: 0.846em;
font-family: 'Cabin', sans-serif;
}
.post-date {
background: #000;
}
.post-date .icon, .post-comment .icon {
padding-right: 5px;
font-size: 1.273em;
color: #6e8fff;
}
.post-comment a {
color: #fff;
text-decoration: none !important;
}
.post-comment.pull-right a {
margin-left: 25px;
}
.post-comment a:hover {
text-decoration: underline;
}
.blog-widget .blog-post-info {
font-size: 1.0833em
}
.blog-widget .blog-post-info, .blog-widget .blog-post-info a {
color: #818389;
}
/* blog posts */
.blog-post {
background: #1d1f26;
box-shadow: 0 0 2px rgba(0,0,0,0.15);
padding: 20px 150px 35px 30px;
margin-bottom: 15px;
position: relative;
}
.blog-post.full-post {
padding-right: 30px;
padding-bottom: 0;
}
.blog-post:before {
display: block;
position: absolute;
top: 15px;
right: 30px;
font-family: Flaticon;
content: '\e81f';
text-indent: 0;
font-size: 100px;
line-height: 100px;
color: #303138;
opacity: 0.3;
}
.blog-post .bg-grey {
margin: 20px -30px 0;
padding: 20px 30px 30px;
background: #1d1f26;
border-top: 3px dotted #000;
}
.blog-post .post-comment a {
color: #fff;
padding: 0 0 0 10px;
}
.blog-post .image-cell {
width: 40%;
margin-right: 25px;
float: left;
}
.blog-post .offset-image {
overflow: hidden;
}
/*posts widget*/
.posts-widget ul {
margin: 0;
padding: 0;
list-style-type: none;
background: #1d1f26;
box-shadow: 0 0 2px rgba(0,0,0,0.15);
padding: 10px 15px 25px 23px;
}
.posts-widget ul li {
margin: 0;
padding: 0 0 10px;
overflow: hidden
}
.posts-widget ul li:last-child {
padding-bottom: 0
}
.posts-widget .post-date {
display:block;
color: #fff;
background: none;
padding: 0 0 20px;
font-weight: 600;
}
.posts-widget img {
width: 125px;
float: left;
margin: 0 14px 0 0
}
.posts-widget .title {
font-weight: 600;
font-size: 0.846em;
text-transform: uppercase;
color:#fff;
}
/*pagination*/
.pagination-main {
margin: 0 auto;
padding: 0 0 35px;
list-style-type: none;
text-align: center
}
.pagination-main li {
display: inline-block;
margin: 0;
padding: 0 1px 0 0;
font-size: 1.08em;
line-height: 2.3em;
color: #6e8fff
}
.pagination-main li a {
display: inline-block;
border: 1px solid #6e8fff;
width: 30px;
height: 34px;
text-align: center;
border-radius: 2px
}
.pagination-main li a:hover, .pagination-main li.active a {
text-decoration: none;
color: #fff;
background: #6e8fff;
border-color: #6e8fff
}
.pagination-main li.active a {
cursor: default
}
/* aside widget */
.container-widget {
margin-bottom: 25px
}
.container-widget h3 {
font-size: 1.538em;
padding-bottom: 1.3em
}
.container-widget p:last-child {
margin: 0
}
/*info box*/
.info-box {
margin-bottom: 25px;
}
.info-box .inside {
background: #1a1c22;
box-shadow: 0 0 2px rgba(0,0,0,0.15);
padding: 0 25px 15px;
}
.info-box .inside .text {
position:relative;
z-index:1
}
.info-box-bg-icon {
position: absolute;
z-index:0;
width: 150px;
height: 180px;
font-size: 200px;
line-height: 1em;
bottom: 0;
right: 15px;
color: #1d1f26;
overflow: hidden;
}
.info-box .inside:after, .info-box .inside:before {
top: 100%;
left: 50%;
margin-left: -12px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.info-box .inside:after {
border-color: rgba(255, 255, 255, 0);
border-top-color: #1a1c22;
border-width: 13px;
margin-left: -13px;
}
.info-box .inside:before {
border-color: rgba(204, 204, 204, 0);
border-top-color: #1a1c22;
border-width: 14px;
margin-left: -14px;
}
.info-box h3 {
background: #1a1c22;
padding: 16px 25px;
margin: 0 -25px 25px;
border-bottom: 3px dotted #040405;
}
/*djs box*/
.djs-box {
margin-bottom: 25px;
box-shadow: 0 0 2px rgba(0,0,0,0.15);
}
.djs-box .inside {
background: #1a1c22;
padding: 20px 20px 10px;
overflow: hidden;
}
.djs-box h3 {
padding-bottom: 8px;
}
.djs-box .tags {
padding-bottom: 18px;
}
.djs-box .tags a {
color: #6e8fff
}
.djs-box .img-left {
margin: 0 25px 10px 0;
}
.djs-box .schedule {
border-top: 3px dotted #000;
background: #1a1c22;
padding: 16px 0;
}
.djs-box .schedule table {
width: 100%;
color: #5f6366;
border: none;
}
.djs-box .schedule table td, .djs-box .schedule table th {
padding: 5px;
text-align: center;
}
.djs-box .schedule table td {
font-size: 0.923em;
}
.djs-box .schedule table th {
font-size: 1.077em;
color: #fff;
font-weight: 600;
text-transform: uppercase;
}
/*contact icons*/
.contact-icon {
display: inline-block;
width: 37px;
height: 37px;
text-align: center;
font-size: 1.5em;
line-height: 40px;
background: #2b2d35;
transition: all 0.5s 0s ease;
-webkit-transition: all 0.5s 0s ease;
-moz-transition: all 0.5s 0s ease;
-o-transition: all 0.5s 0s ease
}
.contact-icon span {
color: #6e8fff
}
.contact-icon:hover {
text-decoration: none;
background: #6e8fff;
}
.contact-icon:hover span {
color: #fff
}
/*find us block*/
.find-us {
margin: 0;
padding: 5px 0 0;
list-style-type: none;
font-size: 2em;
overflow: hidden
}
.find-us li {
float: left;
margin-right: 40px;
margin-bottom: 15px
}
.find-us .icon {
display: inline-block
}
.find-us .divider:before {
content: " ";
display: inline-block;
height: 1em;
position: relative;
left: -14px;
border-left: 1px solid #32333a
}
.find-us a {
display: inline-block
}
.find-us a:hover {
text-decoration: none
}
/*faq*/
.faq-outer {
background: #1d1f26;
margin-bottom: 15px;
}
.faq-heading {
position: relative;
background: #1d1f26;
color:#fff;
font-family: 'Cabin', sans-serif;
font-size: 1.231em;
font-weight: bold;
line-height: 1.436em;
padding: 15px 15px 15px 70px;
text-transform: uppercase;
}
.faq-heading span {
display: block;
padding: 15px 0;
position: absolute;
left: 0;
top: 0;
text-align: center;
background: #6e8fff;
color: #fff;
width: 53px;
}
.faq-body {
border-top: 3px dotted #000;
padding: 20px 20px 20px 70px;
margin-top: -2px;
position: relative;
z-index: 1;
}
/*filters*/
.filters-by-category {
margin: 10px 0 20px;
}
.filters-by-category ul {
padding: 0;
margin: 0;
}
.filters-by-category li {
margin: 0 2px 12px;
display: inline-block;
position: relative;
}
.filters-by-category li a {
display: block;
padding: 20px 25px;
font-size: 1.077em;
line-height: 1.143em;
font-family: 'Cabin', sans-serif;
text-decoration: none;
text-transform: uppercase;
color: #848484;
background: rgba(55,55,55,0.6);
border-radius: 3px;
}
.filters-by-category li a.selected {
background: #6e8fff;
color: #fff;
}
.filters-by-category li a.selected:before {
top: 100%;
left: 50%;
margin-left: -4px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(255, 255, 255, 0);
border-top-color: #6e8fff;
border-width: 8px;
margin-left: -8px;
}
/* gallery */
.gallery {
margin-bottom: 50px;
}
.gallery .item {
width: 15.75%;
margin-bottom: 12px;
border: 10px solid #1d1f26;
position: relative;
box-shadow: 0 0 2px rgba(0,0,0,0.1)
}
.gallery .item img {
width: 100%;
float: left;
}
/* small photos */
.photos-small {
width: 100%;
display: inline-block;
margin-bottom: -8px;
}
.photos-small .item {
float: left;
width: 31%;
margin: 0 1% 8px;
}
.photos-small .item img {
width: 100%;
float: left;
border: 5px solid #1d1f26;
position: relative;
box-shadow: 0 0 2px rgba(0,0,0,0.1)
}
/*contacts list*/
.contacts-list {
margin: 0;
padding: 0;
list-style-type: none
}
.contacts-list li {
margin: 0;
padding: 0 0 10px;
font-size: 1.154em;
}
.contacts-list li .icon {
padding-right: 10px;
color: #6e8fff;
font-size: 1.2em;
}
/*google-map*/
.google-map {
border: 0 none;
height: 680px;
margin: 0;
overflow: hidden;
width: 100%;
border: 15px solid #fff;
}
.google-map-full {
border: 0 none;
height: 320px;
margin: 0;
overflow: hidden;
width: 100%;
}
/*footer*/
footer {
background-color: #0d0e11;
}
footer, footer a {
color: #fff;
}
.footer-navbar {
background-image: none;
border: none;
}
.footer-navbar .menu, .footer-navbar .menu a {
color: #fff
}
.footer-navbar, .footer-navbar .icon, .footer-navbar a, .footer-navbar h3, .footer-navbar h4, footer, footer a, footer h3, footer h4 {
color: #fff
}
.footer-navbar .icon {
font-size: .92em;
margin-right: 4px
}
.footer-navbar .menu {
margin: 0;
padding: 0;
list-style-type: none
}
.footer-navbar .menu li {
margin: 0;
padding: 0 0 10px
}
.footer-navbar .content {
padding-top: 68px;
padding-bottom: 45px;
}
.footer-bottom-block {
padding-top: 0;
padding-bottom: 17px;
line-height: 2em
}
footer .copyright-text {
margin-top: -25px;
}
footer .copyright-text, footer .copyright-text a {
color: #818389
}
.collapsed-block {
margin-bottom: 15px
}
/*newsletter*/
.newsletter p {
color: #656565
}
/*custom list*/
.simple-list {
list-style-type: none;
margin: 0;
padding: 0;
}
.simple-list ul {
bottom: -0.8em;
list-style-type: none;
margin: 0;
padding: 0;
position: relative;
}
.simple-list li {
margin: 0;
padding: 0 0 12px;
font-family: 'Cabin', sans-serif;
}
.simple-list li a {
font-size: 1.154em;
text-transform: uppercase;
}
.simple-list .icon {
margin-right: 9px;
}
/*tags list*/
.tags-list {
margin: 0;
padding: 0;
list-style-type: none
}
.tags-list li {
margin: 0;
padding: 0 0 2px;
display: inline-block
}
.tags-list li a {
display: inline-block;
margin-left: -2px;
border: 1px solid #6e8fff;
background: #6e8fff;
color: #fff;
border-radius: 2px;
padding: 5px 8px 4px;
transition: all 0.5s 0s ease;
-webkit-transition: all 0.5s 0s ease;
-moz-transition: all 0.5s 0s ease;
-o-transition: all 0.5s 0s ease
}
.tags-list li a:hover {
text-decoration: none;
color: #6e8fff;
background: none;
border-color: #6e8fff
}
/*video*/
.video-responsive {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.video-responsive iframe {
border: 0;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
/*top playlist*/
#content-player {
padding-bottom: 25px;
}
#content-player .scrollpane {
height: 435px;
}
/*news*/
.news {
padding: 0 0 0 85px;
position: relative;
margin-bottom: 26px;
}
.news .image {
position: absolute;
left: 0;
top: 0;
}
.news .image img {
width: 70px;
}
.news .news-date {
display: inline-block;
color: #fff;
background: #2d3551;
font-size: 1em;
line-height: 1.769em;
padding: 0 5px;
margin-bottom: 7px;
}
/*tabs*/
.nav-tabs {
border: none;
padding: 0 !important;
background-color: #1d1f26;
}
.nav-tabs>li {
display: inline-block;
float: none;
}
.nav-tabs>li>a {
border: none;
padding: 13px 15px;
}
.nav-tabs>li>a, .nav-tabs>li>a:hover {
background-color: transparent;
border: none !important;
font-size: 1.077em;
color: #fff;
font-family: 'Cabin', sans-serif !important;
font-weight: 600;
text-transform: uppercase;
line-height: 27px;
margin: 0;
border-radius: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
background-color: #6e8fff;
color: #fff;
border: none !important
}
.tab-content-outer .tab-content {
background-color: transparent;
border: none;
border-top: 2px solid #2c2d32;
padding: 25px 0;
}
.tab-content {
padding: 20px 30px 15px;
border-top: 3px dotted #000;
margin-bottom: 20px;
background: #1d1f26;
}
.tab-pane {
min-height: 500px;
background: url(../images/ajax-loader-black.gif) no-repeat center center transparent;
}
/* #Media Queries
================================================== */
@media (max-width:767px) {
.responsive .content.nopad-xs {
padding-top: 0;
padding-bottom: 0
}
}
@media(min-width:768px) and (max-width:991px) {
.responsive .navbar-height-inner {
height: 185px
}
}
@media (max-width:767px) {
.responsive .navbar {
width: 100%;
position: relative;
margin-bottom: 0
}
.responsive .navbar.navbar-compact {
position: fixed;
}
.responsive .navbar-logo {
float: none !important;
width: 70%;
margin: 5px auto 10px;
}
.responsive .navbar-logo img {
max-width: 100%
}
.responsive .navbar-height-inner {
height: 0 !important
}
.responsive .navbar-phone {
font-size: 1.1em;
width: 45%;
padding: 28px 0 0;
}
}
@media (max-width: 479px) {
.responsive .navbar-logo {
width: 100%;
}
.responsive .navbar-phone {
padding: 15px 0 0;
width: 55%;
}
}
@media (max-width:767px) {
.responsive .mobile-nav {
position: relative;
height: 60px
}
.responsive .mobile-nav .nav-item:first-child {
border: 0
}
.responsive .mobile-nav .nav-item.item-02>a {
left: 25%
}
.responsive .mobile-nav .nav-item.item-03>a {
left: 50%
}
.responsive .mobile-nav .nav-item.item-04>a {
left: 75%
}
.responsive .mobile-nav .nav-item>a {
height: 60px;
width: 25%;
float: left;
display: block;
background: #2c2d32;
z-index: 2;
position: absolute;
top: 0;
left: 0;
text-decoration: none;
text-align: center
}
.responsive .mobile-nav .nav-item.active>a {
background: #6e8fff
}
.responsive .mobile-nav .nav-item>a .icon {
position: relative;
font-size: 36px;
color: #fff;
display: block;
padding: 21px 0 0 0
}
.responsive .mobile-nav .nav-item .tab-content {
z-index: 0;
overflow: hidden;
position: absolute;
left: 0;
top: 0;
background: #373737;
width: 100%;
max-height: 0
}
.responsive .mobile-nav .nav-item.active .tab-content {
top: 60px;
max-height: 1000px;
box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
z-index: 1
}
.responsive .mobile-nav .nav-item .tab-content .form-control {
background: #2c2d32 !important;
}
.responsive .mobile-nav .navbar-search .button {
color: #fff;
}
}
@media (max-width:767px) {
.responsive #outer {
overflow: hidden
}
#outer-canvas, .responsive #off-canvas-menu {
width: 100%
}
body.off-canvas-menu-open.responsive #outer-canvas {
margin-left: 280px;
position: relative;
overflow: hidden
}
.responsive #outer-canvas:before {
content: " ";
position: absolute;
z-index: -1;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background-color: #fff
}
.responsive #off-canvas-menu {
position: absolute;
display: block;
left: -280px;
top: 0;
overflow: hidden;
min-height: 100%;
z-index: 1001;
width: 280px;
font-family: Mavenpro, Arial, Helvetica, sans-serif;
background: #f5f5f5;
}
.responsive #off-canvas-menu .expander-list .expander {
font-size: 16px;
margin-top: 5px
}
.responsive #off-canvas-menu .expander-list .name {
padding: 10px 10px 10px 25px
}
.responsive #off-canvas-menu ul li span.icon {
padding: 0 10px 0 0;
font-size: 18px;
line-height: 22px
}
.responsive #off-canvas-menu ul li li li {
padding-left: 35px
}
.responsive #off-canvas-menu ul li a {
font-size: 14px;
line-height: 26px;
color: #2b2b2b;
text-transform: uppercase;
text-decoration: none
}
.responsive #off-canvas-menu-title {
display: block;
background: #f5f5f5;
border-bottom: 1px solid #e7e7e7;
font-size: 16px;
line-height: 46px;
padding-left: 25px;
font-family: Mavenpro-bold, Arial, Helvetica, sans-serif
}
.responsive #off-canvas-menu-close {
font-size: 20px;
cursor: pointer;
float: right;
color: #707070;
padding: 0 12px 0 0
}
body.off-canvas-menu-open.responsive #off-canvas-menu {
display: block;
left: 0
}
body.off-canvas-menu-open.responsive #outer-overlay {
display: block;
background: none repeat scroll 0 0 #000;
height: 100%;
left: 0;
min-height: 100%!important;
position: absolute!important;
top: 0;
width: 100%!important;
opacity: .5;
z-index: 1000
}
.responsive #outer-overlay {
opacity: 0;
z-index: 0
}
}
@media (max-width: 1199px) {
.responsive .navbar-search {
margin: 0 !important;
}
}
@media(min-width:768px) and (max-width:991px) {
.responsive .navbar-search {
margin: -95px 0 0
}
}
@media (max-width:767px) {
.responsive .navbar-search {
position: relative;
float: none!important;
clear: none!important;
margin: 0!important;
right: 0;
padding: 15px 20px 0!important
}
.responsive .navbar-search input.form-control {
font-size: 1em;
width: 100%!important;
float: none!important;
padding-top: 8px!important
}
.responsive .navbar-search .form-control {
padding-right: 32px!important
}
.responsive .navbar-search .form-control:focus {
width: 100%!important
}
.responsive .navbar-search .button {
float: right!important;
margin-left: -34px!important;
background: transparent!important;
font-size: 1.31em!important;
position: relative!important;
bottom: -1px!important;
height: 34px!important;
border: none!important;
width: 34px!important;
outline: 0!important
}
.responsive .navbar-search .button:active {
line-height: .8em
}
}
@media (max-width:767px) {
.responsive .navbar-compact {
top: -145px
}
}
@media(min-width:768px) and (max-width:991px) {
.responsive .navbar-compact {
top: -115px
}
.responsive .navbar-compact .navbar-search {
margin-top: -40px
}
}
@media (max-width:767px) {
.responsive .input-control input.form-control {
width: 100%
}
}
@media(min-width:992px) and (max-width:1200px) {
.banners-row .icon-float-left {
margin-right: 0;
}
}
@media(min-width:480px) and (max-width:991px) {
.banner-box {
width: 50%;
}
.banners-row > .banner-box:nth-child(odd) {
border: none;
}
.banners-row .icon-float-left {
width: auto;
margin-left: 10px;
}
}
@media (max-width:479px) {
.banner-box {
width: 100%;
border: none;
}
}
@media (max-width:767px) {
.responsive .post {
display: block;
}
.responsive .post.post-single .image img, .responsive .image-circle img {
max-width: 100%;
width: auto
}
}
@media(min-width:992px) and (max-width:1199px) {
.responsive .blog-widget .image-cell {
width: 50%;
margin-right: 15px;
}
.blog-widget .post-date, .blog-widget .post-comment {
padding: 0 5px;
}
}
@media (max-width:991px) {
.responsive .blog-widget .image-cell {
width: 100%;
margin-right: 0;
margin-bottom: 20px;
float: none;
}
.blog-widget .post-date, .blog-widget .post-comment {
padding: 0 5px;
}
}
@media (max-width:640px) {
.responsive .blog-widget .posts {
padding: 20px 20px 10px 20px;
margin: 0;
}
.responsive .blog-widget .posts:before {
content: '';
}
.responsive .blog-widget .posts .flex-direction-nav {
top: 0;
margin-top: -90px;
left: 0;
}
.responsive .blog-widget .posts .flex-prev {
left: 0;
}
.responsive .blog-widget .posts .flex-next {
right: 0;
left: auto
}
}
@media(min-width:768px) and (max-width:991px) {
.responsive .news {
padding: 0;
text-align: center;
}
.responsive .news p {
text-align: left;
}
.responsive .news .image {
position: relative;
margin-bottom: 10px;
}
.responsive .news .image img {
width: auto;
margin: 0 auto;
}
}
@media (min-width:768px) {
.responsive .footer-navbar .tabBlock {
display: block!important
}
}
@media (max-width:767px) {
.responsive footer .copyright-text {
margin-top: 0;
}
.responsive .footer-navbar {
background: 0 0;
color: #2b2b2b;
border: none
}
.responsive .container .footer-navbar .container {
padding: 0
}
.responsive .footer-navbar .menu {
margin: 0;
padding: 0;
list-style-type: none
}
.responsive .footer-navbar .menu li {
margin: 0;
padding: 0 0 10px
}
.responsive .collapsed-block-outer {
width: 100%;
padding: 0;
}
.responsive .collapsed-block {
border-bottom: 1px solid #ccc;
padding-top: 15px;
margin: 0
}
.responsive .collapsed-block h3, .responsive .collapsed-block h4 {
padding-bottom: 15px
}
.responsive .collapsed-block .tabBlock {
display: none
}
.responsive .collapsed-block .expander {
float: right;
cursor: pointer;
padding: 0 8px;
margin-top: -5px;
font-size: 20px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none
}
.responsive .footer-bottom-block {
text-align: center;
padding: 25px 0
}
}
@media (max-width:767px) {
.responsive .tab-content {
padding: 20px 20px 15px;
border: none;
margin-bottom: 20px
}
}
@media (min-width:768px) {
.responsive .tabs-left .tab-content-outer {
border-color: #6e8fff
}
}
@media (max-width:767px) {
.responsive .tabsslider .carousel-next:hover, .responsive .tabsslider .carousel-prev:hover {
color: #6e8fff
}
.responsive .services-block .item {
border-color: #38393d
}
}
@media (max-width: 767px) {
.responsive .navbar-compact .navbar-logo {
width: 50% !important;
margin: 5px auto 10px !important;
float: none !important
}
}
@media (max-width:1199px) {
.responsive .navbar-main-menu .item .btn-main, .responsive .navbar-main-menu .sf-menu>li>a {
padding-left: 15px;
padding-right: 15px;
}
}
@media (max-width:991px) {
.responsive .navbar-main-menu .item .btn-main, .responsive .navbar-main-menu .sf-menu>li>a {
padding-left: 15px;
padding-right: 15px;
}
.responsive .navbar-compact .navbar-main-menu .item .btn-main, .responsive .navbar-compact .navbar-main-menu .sf-menu>li>a {
padding-left: 10px;
padding-right: 10px;
}
.responsive .navbar-compact .navbar-logo {
padding-top: 10px;
}
.responsive .navbar-compact .navbar-main-menu {
clear: none !important;
}
}
@media(min-width:768px) and (max-width:991px) {
.responsive .navbar-logo {
width: 47%;
}
}
@media (max-width: 1200px) {
.gallery .item {
width: 15.5%;
}
}
@media (max-width: 991px) {
.gallery .item {
width: 18.5%;
}
}
@media (max-width: 767px) {
.gallery .item {
width: 32.0%;
}
}
@media (max-width: 640px) {
.gallery .item {
width: 31.0%;
}
}
@media (max-width: 479px) {
.gallery .item {
width: 47%;
}
}
/* Animation */
/* Animation */
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}
.animate, .animate-delay {
opacity: 0;/*-webkit-perspective:1000*/
}
.touch .animate, .touch .animate-delay {
opacity: 1!important
}
.animate-delay.animated.scale, .animate.animated.scale {
-webkit-animation: scale 1s 1 cubic-bezier(0.445, .05, .55, .95);
-moz-animation: scale 1s 1 cubic-bezier(0.445, .05, .55, .95);
-o-animation: scale 1s 1 cubic-bezier(0.445, .05, .55, .95);
animation: scale 1s 1 cubic-bezier(0.445, .05, .55, .95);
opacity: 1
}
.animate-delay.animated.fadeUp, .animate.animated.fadeUp {
-webkit-animation: fadeUp .5s 1 linear;
-moz-animation: fadeUp .5s 1 linear;
-o-animation: fadeUp .5s 1 linear;
animation: fadeUp .5s 1 linear;
opacity: 1
}
.animate-delay.animated.fadeInRight, .animate.animated.fadeInRight {
-webkit-animation: fadeInRight .5s 1 linear;
-moz-animation: fadeInRight .5s 1 linear;
-o-animation: fadeInRight .5s 1 linear;
animation: fadeInRight .5s 1 linear;
opacity: 1
}
.animate-delay.animated.fadeInLeft, .animate.animated.fadeInLeft {
-webkit-animation: fadeInLeft .5s 1 linear;
-moz-animation: fadeInLeft .5s 1 linear;
-o-animation: fadeInLeft .5s 1 linear;
animation: fadeInLeft .5s 1 linear;
opacity: 1
}
.animate-delay.animated.fadeInDown, .animate.animated.fadeInDown {
-webkit-animation: fadeInDown .5s 1 linear;
-moz-animation: fadeInDown .5s 1 linear;
-o-animation: fadeInDown .5s 1 linear;
animation: fadeInDown .5s 1 linear;
opacity: 1
}
.animate-delay.animated.fadeIn, .animate.animated.fadeIn {
-webkit-animation: fadeIn .5s 1 linear;
-moz-animation: fadeIn .5s 1 linear;
-o-animation: fadeIn .5s 1 linear;
animation: fadeIn .5s 1 linear;
opacity: 1
}
.animate-delay.animated.slideDown, .animate.animated.slideDown {
-webkit-animation: slideDown .5s 1 linear;
-moz-animation: slideDown .5s 1 linear;
-o-animation: slideDown .5s 1 linear;
animation: slideDown .5s 1 linear;
opacity: 1
}
@-webkit-keyframes scale {
0% {
-webkit-transform:scale(0.3);
opacity:.1
}
100% {
-webkit-transform:scale(1);
opacity:1
}
}
@-moz-keyframes scale {
0% {
-moz-transform:scale(0.3);
opacity:.1
}
100% {
-moz-transform:scale(1);
opacity:1
}
}
@-o-keyframes scale {
0% {
-o-transform:scale(0.3);
opacity:.1
}
100% {
-o-transform:scale(1);
opacity:1
}
}
@keyframes scale {
0% {
transform:scale(0.3);
opacity:.1
}
100% {
transform:scale(1);
opacity:1
}
}
@-webkit-keyframes fadeUp {
0% {
opacity:0;
-webkit-transform:translateY(20px);
transform:translateY(20px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes fadeUp {
0% {
opacity:0;
-webkit-transform:translateY(20px);
-ms-transform:translateY(20px);
transform:translateY(20px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
}
@-webkit-keyframes bounce {
0% {
top:-18px
}
100% {
top:-24px
}
}
@keyframes bounce {
0% {
top:-18px
}
100% {
top:-24px
}
}
@-webkit-keyframes slideDown {
0% {
max-height: 0;
}
100% {
max-height: 500px;
}
}
@keyframes slideDown {
0% {
max-height: 0;
}
100% {
max-height: 500px;
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.animate-move-down, .animate-scale {
-o-transition: -o-transform 0.2s linear 0s;
-moz-transition: -moz-transform 0.2s linear 0s;
-webkit-transition: -webkit-transform 0.2s linear 0s;
-ms-transition: -ms-transform 0.2s linear 0s;
transition: transform 0.2s linear 0s;
}
.animate-scale:hover {
-o-transform: scale(1.2, 1.2);
-moz-transform: scale(1.2, 1.2);
-webkit-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2)
}
.animate-move-down:hover {
-o-transform: translateY(10px);
-moz-transform: translateY(10px);
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px)
}
.flex-direction-nav {
-webkit-transform: translate3d(0, 0, 0)
}
.flex-direction-nav a {
-o-transition: color .3s ease;
-moz-transition: color .3s ease;
-webkit-transition: color .3s ease;
-ms-transition: color .3s ease;
transition: color .3s ease
}
.navbar-search input.form-control {
-o-transition: width .5s ease;
-moz-transition: width .5s ease;
-webkit-transition: width .5s ease;
transition: width .5s ease
}
.navbar-main-menu .item .btn-main, .sf-menu>li {
-o-transition: border .1s ease;
-moz-transition: border .1s ease;
-webkit-transition: border .1s ease;
transition: border .1s ease
}
.navbar-switcher {
-o-transition: background .5s ease;
-moz-transition: background .5s ease;
-webkit-transition: background .5s ease;
transition: background .5s ease
}
.find-us .icon {
-o-transition: -o-transform 1s ease;
-moz-transition: -moz-transform 1s ease;
-webkit-transition: -webkit-transform 1s ease;
-ms-transition: -ms-transform 1s ease;
transition: transform 1s ease
}
.social-widgets .item, .social-widgets .tab-content, .social-widgets .tab-icon {
-o-transition: all 1s ease;
-moz-transition: all 1s ease;
-webkit-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease
}
.animate-hover:hover {
-webkit-animation-duration: 1s;
animation-duration: 1s
}
#off-canvas-menu, #outer-canvas, .mobile-nav .nav-item .tab-content, .mobile-nav .nav-item a, .mobile-nav .nav-item.active .tab-content {
-o-transition: all .2s ease;
-moz-transition: all .2s ease;
-webkit-transition: all .2s ease;
-ms-transition: all .2s ease;
transition: all .2s ease
}
.flex-direction-nav {
opacity: 0;
-webkit-transition-duration: 500ms;
-webkit-transition-timing-function: ease-out;
-moz-transition-duration: 500ms;
-moz-transition-timing-function: ease-out;
-o-transition-duration: 500ms;
-p-transition-timing-function: ease-out;
-ms-transform-duration: 500ms;
-ms-transform-timing-function: ease-out
}
.touch .flex-direction-nav {
opacity: 1
}
.flexslider:hover .flex-direction-nav {
opacity: 1;
-webkit-transition-duration: 500ms;
-webkit-transition-timing-function: ease-out;
-moz-transition-duration: 500ms;
-moz-transition-timing-function: ease-out;
-o-transition-duration: 500ms;
-p-transition-timing-function: ease-out;
-ms-transform-duration: 500ms;
-ms-transform-timing-function: ease-out
} | public/css/liveradio-template-dark.css | ==================================================
#Custom Fonts
#Site Styles
#Media Queries
#Animations
*/
/* #Custom Fonts
================================================== */
/* Google font */
@import url(http://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Cabin:400,600,700);
/* #Site Styles
================================================== */
html, html a {
-webkit-font-smoothing: antialiased
}
html {
-ms-overflow-style: scrollbar
}
body {
font: 1.29em/1.29em 'Arimo', sans-serif;
color: #c6d5e3;
background: url(../images/body-bg-dark.png) repeat 0 0 #000
}
a, a:active, a:focus, a:hover, a:visited {
color: #c6d5e3;
outline: 0
}
a:active, a:focus, a:visited {
text-decoration: none
}
p {
margin: 0 0 1em;
padding: 0;
line-height: 1.4em
}
p strong {
color: #fff;
}
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h6, h6 a {
color: #fff;
font-family: 'Cabin', sans-serif;
line-height: 1.3em;
font-weight: 600;
}
h1 {
margin: 0;
padding: 0 0 1.3em;
font-size: 1.538em;
text-transform: uppercase;
}
h2 {
margin: 0;
padding: 0 0 1.3em;
font-size: 1.538em;
text-transform: uppercase;
}
h2 .icon {
font-size: 1.3em;
vertical-align: text-bottom;
padding-right: 10px;
}
h2.icon-title {
position: relative;
padding-left: 40px;
}
h2.icon-title .icon {
position: absolute;
left: 0;
top: 0;
}
h3 {
margin: 0;
font-size: 1.385em;
padding: 0 0 0.8em;
text-transform: uppercase;
}
h3 .icon {
font-size: 1.444em;
vertical-align: text-bottom;
padding-right: 10px;
}
h4 {
margin: 0;
padding: 0 0 .8em;
font-size: 1.231em;
text-transform: uppercase;
}
h4 .icon {
font-size: 1em !important;
vertical-align: text-bottom;
padding-right: 5px;
}
h5 {
margin: 0;
padding: 0 0 .8em;
font-size: 1.077em;
text-transform: uppercase;
}
h6 {
margin: 0;
padding: 0 0 .8em;
font-size: 1.077em;
}
.default-font {
font-family: 'Arimo', sans-serif;
text-transform: uppercase;
}
.default-font span {
color: #acafb8;
text-transform: none;
}
/* services styles */
.img-left {
float: left;
margin: 0 10px 10px 0;
}
.img-right {
float: right;
margin: 0 0 15px 10px;
}
.upper {
text-transform: uppercase
}
.line-divider {
border-bottom: 1px solid #eee;
height: 20px;
margin-bottom: 30px
}
.divider-xxs {
margin: 0;
height: 1px;
line-height: 1px;
clear: both
}
.divider-xs {
height: 11px;
line-height: 11px;
clear: both
}
.divider-sm {
height: 20px;
clear: both
}
.divider-md {
height: 30px;
clear: both
}
.divider-lg {
height: 40px;
clear: both
}
.panel-group .panel {
border-radius: 0
}
.color, .color:hover {
color: #6e8fff !important
}
.underline {
text-decoration: underline
}
.underline:hover {
text-decoration: none
}
.icon-float-left {
width: 114px;
float: left;
margin-right: 10px;
}
.text-float-right {
height: 100px;
display: table;
padding-top: 15px;
}
.text-float-right .inside {
height: 100px;
display: table-cell;
vertical-align: middle;
}
/*circle icon*/
.icon-circle {
background: #e2e2e2;
border-radius: 50%;
color: #fff;
display: block;
height: 101px;
width: 101px;
margin: 10px auto 15px
}
.icon-circle .icon {
font-size: 4.167em;
line-height: 98px
}
.icon-circle {
height: 95px;
width: 95px;
background: #6e8fff;
text-align: center;
transition: all 0.5s 0s ease;
-webkit-transition: all 0.5s 0s ease;
-moz-transition: all 0.5s 0s ease;
-o-transition: all 0.5s 0s ease
}
.icon-circle a {
text-decoration: none !important;
color: #fff;
}
.icon-circle:hover, .icon-circle.active {
background: #fff;
}
.icon-circle:hover .icon, .icon-circle.active .icon {
color: #6e8fff;
}
.icon-circle .icon.flaticon-clipboard105 {
margin: -2px 0 0 12px;
}
/* form */
label {
font-weight: normal;
margin-bottom: 4px
}
label .required {
color: inherit
}
label.label-inline {
display: inline-block;
line-height: 37px
}
.form-control {
height: 37px;
padding: 10px 12px;
background-color: #000;
border: 1px solid #2f313a;
color: #fff;
padding-left: 10px;
-webkit-box-shadow: none;
box-shadow: 0 0 1px rgba(0,0,0,0.15);
font-size: 1em;
line-height: 1em;
border-radius: 4px;
}
.form-inline .form-control {
display: inline-block;
width: auto;
}
.form-control::-webkit-input-placeholder {
padding:1px 0
}
.input-sm {
font-size: 1em;
border-radius: 4px
}
.form-group-sm {
margin-bottom: 7px;
position: relative
}
.input-control input.form-control {
font-size: 1em;
width: 262px
}
.input-control .button {
float: right;
margin-left: -34px;
background: 0 0;
font-size: 1.5em;
position: relative;
bottom: -1px;
height: 35px;
border: none;
width: 34px;
outline: 0;
color: #6e8fff;
}
.touch .input-control .button span {
margin-left: -10px
}
.input-control .button:active {
line-height: .8em
}
.touch input[type=email], .touch input[type=password], .touch input[type=search], .touch input[type=text] {
-webkit-appearance: caret;
-moz-appearance: caret
}
.radio input[type=radio] {
position: relative;
display: inline;
margin-top: 0
}
.checkbox label, .radio label {
line-height: 1em
}
.radio {
margin-bottom: 12px;
}
/*contact form*/
.contacts-form textarea.form-control {
height: 154px;
resize: none;
}
/*comment form*/
.comment {
position: relative;
}
.comment .inside {
padding: 10px 15px 10px 100px;
position: relative;
}
.comment .inside::before {
background: #292a31;
color: #3b3c42;
border: 1px solid #292a31;
content: "\e847";
display: block;
font-family: Flaticon;
font-size: 4.153em;
height: 74px;
width: 74px;
top: 10px;
left: 10px;
line-height: 1.4em;
position: absolute;
text-align: center;
}
.comment p strong {
color:#fff
}
.comment a {
color: #6e8fff;
text-decoration: none;
}
.comment a:hover {
text-decoration: underline;
}
.comment p {
margin-bottom: 0.7em;
}
.comments .comment {
padding-left: 30px
}
.comment .comment::before {
color: #cecece;
content: "\e852";
display: block;
font-family: Flaticon;
font-size: 1.538em;
line-height: 1em;
top: 10px;
left: 10px;
position: absolute;
}
.comment-form textarea.form-control {
height: 154px;
resize: none;
}
/*button*/
.btn-sm, .btn-xs {
border-radius: 4px
}
.btn {
padding: 3px 12px
}
.btn-group.open .dropdown-toggle, .btn.active, .btn:active {
-webkit-box-shadow: none;
box-shadow: none
}
.btn-default {
background-color: #6e8fff;
border-color: #6e8fff;
color: #fff !important;
font-family: 'Cabin', sans-serif;
font-size: 14px;
line-height: 41px;
padding: 0 15px;
text-decoration: none !important;
text-transform: uppercase;
transition: all 0.5s ease 0s;
}
.btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover {
background-color: transparent;
border-color: #6e8fff;
color: #6e8fff !important;
}
.btn-lg {
border-radius: 3px;
font: 20px 'Cabin', sans-serif !important;
padding: 14px 35px;
}
/*main structure*/
header {
background: url(../images/body-bg-dark.png) repeat;
}
.content {
padding-top: 35px;
padding-bottom: 35px
}
.content-row {
padding-bottom: 35px
}
/*social widjet*/
.social-widgets {
position: fixed;
z-index: 10000;
top: 50%;
height: 0;
width: 0;
right: 0
}
.social-widgets .item, .social-widgets .items {
margin: 0;
padding: 0;
list-style-type: none
}
.social-widgets .items {
top: -125px;
position: relative
}
.social-widgets .item {
position: absolute;
top: 0;
left: 120px
}
.social-widgets .active {
z-index: 100;
left: -310px
}
.social-widgets .item-01, .social-widgets .item-02, .social-widgets .item-03, .social-widgets .item-04, .social-widgets .item-05, .social-widgets .item-06, .social-widgets .item-07, .social-widgets .item-08, .social-widgets .item-09 {
left: 0;
}
.social-widgets .item-01 {
top: 0;
z-index: 99
}
.social-widgets .item-02 {
top: 66px;
z-index: 98
}
.social-widgets .item-03 {
top: 132px;
z-index: 97
}
.social-widgets .item-04 {
top: 198px;
z-index: 96
}
.social-widgets .item-05 {
top: 264px;
z-index: 95
}
.social-widgets .item-06 {
top: 330px;
z-index: 94
}
.social-widgets .item-07 {
top: 396px;
z-index: 93
}
.social-widgets .item-08 {
top: 462px;
z-index: 92
}
.social-widgets .item-09 {
top: 528px;
z-index: 91
}
.social-widgets .tab-icon {
position: absolute;
top: 0;
left: -57px;
display: block;
width: 57px;
height: 59px;
background: #fff;
background: rgba(#fff, .6);
border: 1px solid transparent;
border-right: 0;
text-align: center;
font-size: 1.54em;
line-height: 3.2;
border-radius: 0;
}
.social-widgets .tab-icon:hover {
text-decoration: none
}
.social-widgets .active .tab-icon {
background: #fff;
border-color: transparent;
}
.social-widgets .tab-content {
background: #fff;
border-color: transparent;
width: 310px;
padding: 10px 15px
}
.social-widgets .active .tab-content {
box-shadow: none
}
.social-widgets .title {
color: #000;
padding: 4px 0 11px;
font: 1.23em Mavenpro, Arial, Helvetica, sans-serif;
text-transform: uppercase
}
.social-widgets .facebook.active {
left: -260px
}
.social-widgets .facebook .tab-content {
width: 260px
}
.social-widgets .twitter.active {
left: -300px
}
.social-widgets .twitter .tab-content {
width: 300px
}
.social-widgets .twitter-widget {
padding-top: 10px
}
.social-widgets .youtube.active {
left: -450px
}
.social-widgets .youtube .tab-content {
width: 450px;
padding-left: 18px;
}
.social-widgets .loading {
min-height: 200px;
position: relative;
z-index: 1000;
}
.social-widgets .loading img.ajaxloader {
position: absolute;
top: 45%;
left: 45%;
width: 32px;
height: 32px
}
/*social icons*/
.icon.icon-facebook {
color: #4664b7
}
.icon.icon-twitter {
color: #00b6e4
}
.icon.icon-linkedin {
color: #0073a5
}
.icon.icon-youtube {
color: #ff0000
}
.icon.icon-pinterest {
color: #cb2027
}
.icon.icon-gplus {
color: #fff
}
/*back to top button*/
.back-to-top {
bottom: 10%;
cursor: pointer;
display: none;
position: fixed;
right: 15px;
text-align: center;
width: 35px;
z-index: 10000
}
.back-to-top span.arrow-up {
position: absolute;
top: -6px;
-webkit-animation: bounce 0.4s ease-in-out infinite alternate;
animation: bounce 0.4s ease-in-out infinite alternate
}
.back-to-top span.arrow-up {
top: -20px\0
}
/*navigation*/
.navbar {
width: 100% !important;
border-radius: 0;
position: absolute;
top: 0;
margin-bottom: 0;
z-index: 9990;
border: 0!important
}
.navbar .container {
position: relative;
}
.navbar .background {
border-bottom: 1px solid #eee;
border-bottom: 0 solid rgba(0, 0, 0, 0);
z-index: 1;
color: #fff;
width: 100% !important;
}
.navbar-main-menu, .navbar-main-menu .item {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing:content-box
}
.navbar-main-menu-outer {
margin-top: 12px;
box-shadow: 0px -2px 2px rgba(0, 0, 0, .1);
}
.navbar-compact .background {
padding: 0;
background: #000;
}
.navbar-height-inner {
height: 145px
}
.navbar-logo {
position: relative;
z-index: 11;
}
.navbar-compact .navbar-logo {
width: 30% !important;
padding-right: 15px;
}
.navbar-compact .navbar-logo img {
width: 100%;
}
.navbar-search {
clear: both;
z-index: 1100;
position: absolute;
bottom: 12px;
margin-bottom: 0;
right: 25px;
}
.navbar-search input.form-control {
font-size: 1em;
line-height: 1.5em;
width: 125px;
float: right;
padding-top: 8px;
background: transparent !important;
}
.navbar-search .form-control {
padding-right: 32px ;
background-color: transparent;
border: none !important;
box-shadow: none;
color: transparent;
transition: all 0.5s 0s ease;
-webkit-transition: all 0.5s 0s ease;
-moz-transition: all 0.5s 0s ease;
-o-transition: all 0.5s 0s ease
}
.navbar-search .form-control:focus {
width: 230px
}
.navbar-search .button {
float: right;
margin-left: -34px;
background: 0 0;
font-size: 1.31em;
position: relative;
bottom: -1px;
height: 34px;
border: none;
width: 34px;
outline: 0;
color: #fff
}
.navbar-search .button:active {
line-height: .8em
}
.navbar-search .dropdown-search {
display: none;
position: absolute;
right: 0;
top: 34px;
width: 100%;
border: 1px solid #dcdcdc;
box-shadow: 0 1px 3px rgba(5, 5, 5, .1);
border-radius: 4px;
padding: 10px;
font-size: 1em;
background-color: #000;
border-color: #3f3f3f;
color: #676767
}
.navbar-search .dropdown-search ul {
margin: 0;
padding: 0;
list-style: none
}
.navbar-search .dropdown-search li {
margin-bottom: 5px;
cursor: pointer
}
.navbar-search .dropdown-search li:hover {
opacity: .6
}
.navbar-search .dropdown-search li a {
text-decoration: none
}
.navbar-search .dropdown-search li .amount {
float: right;
padding-left: 5px
}
.navbar-search:hover .form-control, .navbar-search .form-control:focus {
border: 1px solid #fff !important;
color: #fff
}
.navbar-main-menu {
z-index: 10;
background: #6e8fff;
border-radius: 0;
display: inline-block;
height: 64px;
padding: 0;
margin: 0;
clear: both;
list-style-type: none;
position: relative;
box-sizing: content-box;
box-shadow: 0 1px 1px rgba(0,0,0,0.15)
}
.navbar-compact .navbar-main-menu {
box-shadow: none;
}
.navbar-main-menu .sf-menu {
padding: 0;
margin: 0
}
.navbar-main-menu .sf-menu ul {
background: rgba(55,55,55,0.95);
box-shadow: 0 0 3px rgba(0, 0, 0, .2);
border-radius: 0;
padding: 10px 0;
}
.navbar-main-menu .sf-menu>li {
height: 64px;
}
.navbar-compact .navbar-main-menu .sf-menu>li {
height: 32px;
margin-bottom: 10px
}
.navbar-main-menu .sf-menu>li>a {
display: block;
padding: 22px 25px 20px;
height: 64px;
}
.navbar-main-menu .sf-menu ul li a {
border-bottom: none;
padding-top: 8px;
padding-bottom: 8px;
font: 1.2em 'Cabin', sans-serif;
text-transform: none;
color: #fff;
}
.navbar-main-menu .sf-menu ul li a:hover {
background: none;
color: #6e8fff
}
.navbar-main-menu .item {
float: left;
height: 64px;
padding: 0;
margin: 0;
position: relative;
}
.navbar-compact .navbar-main-menu .item {
height: 32px;
}
.navbar-main-menu .item:hover {
z-index: 1000000;
}
.navbar-main-menu .item:first-child {
margin-left: -10px
}
.navbar-main-menu .item .btn-main {
position: relative;
display: block;
height: 64px;
padding: 22px 25px 20px;
}
.navbar-main-menu .item .btn-main, .navbar-main-menu .sf-menu>li>a {
color: #fff;
text-transform: uppercase;
font: 1.385em 'Cabin', sans-serif;
}
.navbar-main-menu .item .btn-main:hover, .navbar-main-menu .sf-menu>li:hover>a, .navbar-main-menu .item .btn-main.active, .navbar-main-menu .sf-menu>li>a.active {
color: #fff;
background: #373737;
}
.navbar-main-menu .item .btn-main:before, .navbar-main-menu .sf-menu>li>a:before {
position: absolute;
top: 25px;
left: 0;
height: 16px;
content: "";
border-right: 1px solid rgba(0,0,0,0.1);
}
.navbar-main-menu .item:first-child .btn-main:before, .navbar-main-menu .item:first-child .sf-menu>li>a:before {
border: none;
}
.navbar-main-menu .item, .navbar-main-menu .item .btn-main, .navbar-main-menu .sf-menu>li {
height: 64px;
}
.navbar-main-menu .btn-main:hover {
text-decoration: none
}
.navbar-main-menu .item .btn-main .icon {
font-size: 1.12em;
line-height: .3em;
position: relative;
bottom: -1px;
margin-left: 1px
}
.navbar-main-menu .item-content {
float: right;
overflow: hidden;
display: none;
margin-left: -100%;
width: 100%;
margin-top: 38px!important;
margin-bottom: -6px!important;
background: #fff;
position: relative
}
.navbar-compact .navbar-main-menu .item-content {
margin-top: 28px!important;
}
.navbar-switcher {
text-align: center;
float: right;
display: none;
width: 49px;
height: 47px;
margin-bottom: -47px;
margin-right: 10px;
background: #fff!important;
padding: 6px 7px;
border-radius: 0 0 3px 3px;
cursor: pointer;
color: #fff
}
.navbar-switcher.active {
background: #6e8fff!important
}
.navbar-switcher .i-active, .navbar-switcher.active .i-inactive {
display: none
}
.navbar-switcher.active .i-active {
display: inline;
font-size: 1.8em;
line-height: 1.5em
}
.navbar-compact {
top: -60px;
position: fixed
}
.navbar-compact .compact-hidden, .navbar-compact .compact-hidden.hidden-xs {
display: none!important
}
.navbar-compact .navbar-main-menu {
background: none;
clear: none;
height: 64px;
top: 0;
padding: 0 15px 0;
}
.navbar-compact .navbar-search {
top: 3px;
clear: none;
position: relative;
margin-top: 12px;
margin-right: -10px
}
.navbar-compact .navbar-search .form-control:focus {
width: 145px
}
.navbar-compact .navbar-switcher {
display: block
}
.navbar-compact .navbar-main-menu {
margin-top: 4px
}
.navbar-compact .navbar-main-menu .item .btn-main, .navbar-compact .navbar-main-menu .sf-menu>li {
height: 64px;
margin-bottom: 10px;
}
.navbar-compact .navbar-main-menu .item .btn-main, .navbar-compact .navbar-main-menu .sf-menu>li>a {
padding: 22px 15px 0;
font-size: 1.2em;
color: #fff;
}
.navbar-compact .navbar-main-menu .item .btn-main:hover, .navbar-compact .navbar-main-menu .sf-menu>li:hover>a, .navbar-compact .navbar-main-menu .item .btn-main.active, .navbar-compact .navbar-main-menu .sf-menu>li.active>a {
color: #fff;
background: #6e8fff;
}
.navbar-logo {
width: 40%;
text-align: center;
z-index: 11
}
#top-player {
width: 470px;
height: 84px;
padding-left: 0;
text-align: left;
position: relative;
float: right;
}
.navbar-compact #top-player {
display: none;
}
.navbar-compact .navbar-logo {
width: 35%
}
.navbar-compact .navbar-main-menu {
margin-top: 0;
}
/*slide menu*/
#off-canvas-menu {
display: none
}
#off-canvas-menu, #off-canvas-menu-title {
background: #2c2d32 !important;
border-color: #3f3f3f !important;
color: #fff !important;
}
#off-canvas-menu .expander-list .name {
border-color: #3f3f3f !important;
}
#off-canvas-menu a {
color: #fff !important;
}
.expander-list, .expander-list ul {
margin: 0;
padding: 0;
list-style-type: none
}
.expander-list li {
margin: 0
}
.expander-list .expander {
float: right;
cursor: pointer;
padding: 0 8px;
font-family: Verdana, Arial, Helvetica, sans-serif
}
.expander-list .name {
display: block;
border-bottom: 1px solid #eee;
padding: 7px 0 6px
}
.expander-list ul .name {
padding-left: 21px
}
.expander-list ul ul .name {
padding-left: 42px
}
.expander-list ul ul ul .name {
padding-left: 63px
}
.expander-list .last>.name {
border: none
}
/*grey box*/
.grey-box {
background: #1d1f26;
}
/*breadcrumbs*/
#breadcrumbs {
background: #000;
font-size: 1em;
line-height: 1.5em;
padding: 30px 0 15px;
margin-top: -15px;
color: #636363;
}
#breadcrumbs span {
padding: 0 10px;
}
#breadcrumbs a {
color: #636363;
}
/*banners row*/
.banners-row {
position: relative;
background: #000;
color: #fff;
box-shadow: 0 1px 2px rgba(0,0,0,0.15);
z-index: 1000;
}
.banners-row:after, .banners-row:before {
display: table;
content: " "
}
.banners-row:after {
clear: both
}
.banners-row .banner-box:first-child {
border: none;
}
.banner-box {
width: 25%;
float: left;
border-left: 3px dotted #191b21;
cursor: pointer;
}
.banner-box > .inside {
border-top: 6px solid #6e8fff;
padding: 0 2px;
margin-top: -6px;
}
.banner-box:hover > .inside {
border-color: #fff;
}
.banner-box h3 {
padding-bottom: 0;
font-weight: 600;
}
/*blockquote*/
.blockquote {
position: relative;
padding: 15px 0;
margin-bottom: 20px;
border-top: 1px solid #2f3136;
border-bottom: 1px solid #2f3136
}
.blockquote .inside {
border-left: 5px solid #6e8fff;
padding: 6px 0 6px 20px;
font-style: italic;
position: relative;
}
.blockquote .inside:after {
left: 0px;
top: 10px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: transparent;
border-left-color: #6e8fff;
border-width: 3px;
margin-top: -3px;
}
/*blog widget*/
.blog-widget {
background: url(../images/liveradio/parallax-bg.jpg);
color: #aeaeae;
-webkit-backface-visibility: visible;
overflow: hidden;
padding: 30px 0;
}
.back-bg .blog-widget {
background-image: none
}
.blog-widget .content {
overflow: hidden;
background: 0 0
}
.container .blog-widget .content.container {
width: auto;
margin: 0;
padding-left: 0;
padding-right: 0;
}
.blog-widget p {
color: #fff
}
.blog-widget h3 {
text-decoration: none;
color: #fff;
font-size: 2.0em;
text-align: center;
margin-bottom: 5px;
}
.blog-widget h3 .icon {
font-size: 1.3em;
padding-right: 5px;
}
.blog-widget h4 {
font-size: 1.385em;
font-weight: normal;
}
.blog-widget h4, .blog-widget h4 a {
margin-bottom: 5px;
text-decoration: none;
color: #fff;
font-weight: bold;
}
.blog-widget a {
color: #ddd;
text-decoration: underline
}
.blog-widget a:hover {
text-decoration: none
}
.blog-widget .posts {
padding: 40px 20px 20px 160px;
margin: 0 80px;
position: relative;
background: rgba(16,24,35,0.7)
}
.blog-widget .posts:before {
display: block;
position: absolute;
top: 25px;
left: 37px;
font-family: Flaticon;
content: '\e81f';
text-indent: 0;
font-size: 100px;
line-height: 100px;
color: #fff;
opacity: 0.3;
}
.blog-widget .posts .flex-viewport {
z-index: 10
}
.blog-widget .posts .flex-direction-nav {
top: 50%;
margin-top: -32px;
left: 0;
width: 100%;
z-index: 9
}
.blog-widget .posts .flex-direction-nav a {
color: #fff
}
.blog-widget .posts .flex-direction-nav a:hover {
opacity: .8
}
.blog-widget .posts .flex-disabled {
color: #ccc!important
}
.blog-widget .posts .flex-prev {
position: absolute;
left: -80px;
}
.blog-widget .posts .flex-next {
position: absolute;
right: -80px;
left: auto
}
.blog-widget .posts li {
margin: 0;
padding: 0;
overflow: hidden
}
.blog-widget .image-cell {
width: 35%;
margin-right: 25px;
float: left;
}
.blog-widget .offset-image {
overflow: hidden;
}
.post-date, .post-comment {
display: inline-block;
height: 32px;
line-height: 32px;
padding: 0 10px;
color: #fff;
font-size: 0.846em;
font-family: 'Cabin', sans-serif;
}
.post-date {
background: #000;
}
.post-date .icon, .post-comment .icon {
padding-right: 5px;
font-size: 1.273em;
color: #6e8fff;
}
.post-comment a {
color: #fff;
text-decoration: none !important;
}
.post-comment.pull-right a {
margin-left: 25px;
}
.post-comment a:hover {
text-decoration: underline;
}
.blog-widget .blog-post-info {
font-size: 1.0833em
}
.blog-widget .blog-post-info, .blog-widget .blog-post-info a {
color: #818389;
}
/* blog posts */
.blog-post {
background: #1d1f26;
box-shadow: 0 0 2px rgba(0,0,0,0.15);
padding: 20px 150px 35px 30px;
margin-bottom: 15px;
position: relative;
}
.blog-post.full-post {
padding-right: 30px;
padding-bottom: 0;
}
.blog-post:before {
display: block;
position: absolute;
top: 15px;
right: 30px;
font-family: Flaticon;
content: '\e81f';
text-indent: 0;
font-size: 100px;
line-height: 100px;
color: #303138;
opacity: 0.3;
}
.blog-post .bg-grey {
margin: 20px -30px 0;
padding: 20px 30px 30px;
background: #1d1f26;
border-top: 3px dotted #000;
}
.blog-post .post-comment a {
color: #fff;
padding: 0 0 0 10px;
}
.blog-post .image-cell {
width: 40%;
margin-right: 25px;
float: left;
}
.blog-post .offset-image {
overflow: hidden;
}
/*posts widget*/
.posts-widget ul {
margin: 0;
padding: 0;
list-style-type: none;
background: #1d1f26;
box-shadow: 0 0 2px rgba(0,0,0,0.15);
padding: 10px 15px 25px 23px;
}
.posts-widget ul li {
margin: 0;
padding: 0 0 10px;
overflow: hidden
}
.posts-widget ul li:last-child {
padding-bottom: 0
}
.posts-widget .post-date {
display:block;
color: #fff;
background: none;
padding: 0 0 20px;
font-weight: 600;
}
.posts-widget img {
width: 125px;
float: left;
margin: 0 14px 0 0
}
.posts-widget .title {
font-weight: 600;
font-size: 0.846em;
text-transform: uppercase;
color:#fff;
}
/*pagination*/
.pagination-main {
margin: 0 auto;
padding: 0 0 35px;
list-style-type: none;
text-align: center
}
.pagination-main li {
display: inline-block;
margin: 0;
padding: 0 1px 0 0;
font-size: 1.08em;
line-height: 2.3em;
color: #6e8fff
}
.pagination-main li a {
display: inline-block;
border: 1px solid #6e8fff;
width: 30px;
height: 34px;
text-align: center;
border-radius: 2px
}
.pagination-main li a:hover, .pagination-main li.active a {
text-decoration: none;
color: #fff;
background: #6e8fff;
border-color: #6e8fff
}
.pagination-main li.active a {
cursor: default
}
/* aside widget */
.container-widget {
margin-bottom: 25px
}
.container-widget h3 {
font-size: 1.538em;
padding-bottom: 1.3em
}
.container-widget p:last-child {
margin: 0
}
/*info box*/
.info-box {
margin-bottom: 25px;
}
.info-box .inside {
background: #1a1c22;
box-shadow: 0 0 2px rgba(0,0,0,0.15);
padding: 0 25px 15px;
}
.info-box .inside .text {
position:relative;
z-index:1
}
.info-box-bg-icon {
position: absolute;
z-index:0;
width: 150px;
height: 180px;
font-size: 200px;
line-height: 1em;
bottom: 0;
right: 15px;
color: #1d1f26;
overflow: hidden;
}
.info-box .inside:after, .info-box .inside:before {
top: 100%;
left: 50%;
margin-left: -12px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.info-box .inside:after {
border-color: rgba(255, 255, 255, 0);
border-top-color: #1a1c22;
border-width: 13px;
margin-left: -13px;
}
.info-box .inside:before {
border-color: rgba(204, 204, 204, 0);
border-top-color: #1a1c22;
border-width: 14px;
margin-left: -14px;
}
.info-box h3 {
background: #1a1c22;
padding: 16px 25px;
margin: 0 -25px 25px;
border-bottom: 3px dotted #040405;
}
/*djs box*/
.djs-box {
margin-bottom: 25px;
box-shadow: 0 0 2px rgba(0,0,0,0.15);
}
.djs-box .inside {
background: #1a1c22;
padding: 20px 20px 10px;
overflow: hidden;
}
.djs-box h3 {
padding-bottom: 8px;
}
.djs-box .tags {
padding-bottom: 18px;
}
.djs-box .tags a {
color: #6e8fff
}
.djs-box .img-left {
margin: 0 25px 10px 0;
}
.djs-box .schedule {
border-top: 3px dotted #000;
background: #1a1c22;
padding: 16px 0;
}
.djs-box .schedule table {
width: 100%;
color: #5f6366;
border: none;
}
.djs-box .schedule table td, .djs-box .schedule table th {
padding: 5px;
text-align: center;
}
.djs-box .schedule table td {
font-size: 0.923em;
}
.djs-box .schedule table th {
font-size: 1.077em;
color: #fff;
font-weight: 600;
text-transform: uppercase;
}
/*contact icons*/
.contact-icon {
display: inline-block;
width: 37px;
height: 37px;
text-align: center;
font-size: 1.5em;
line-height: 40px;
background: #2b2d35;
transition: all 0.5s 0s ease;
-webkit-transition: all 0.5s 0s ease;
-moz-transition: all 0.5s 0s ease;
-o-transition: all 0.5s 0s ease
}
.contact-icon span {
color: #6e8fff
}
.contact-icon:hover {
text-decoration: none;
background: #6e8fff;
}
.contact-icon:hover span {
color: #fff
}
/*find us block*/
.find-us {
margin: 0;
padding: 5px 0 0;
list-style-type: none;
font-size: 2em;
overflow: hidden
}
.find-us li {
float: left;
margin-right: 40px;
margin-bottom: 15px
}
.find-us .icon {
display: inline-block
}
.find-us .divider:before {
content: " ";
display: inline-block;
height: 1em;
position: relative;
left: -14px;
border-left: 1px solid #32333a
}
.find-us a {
display: inline-block
}
.find-us a:hover {
text-decoration: none
}
/*faq*/
.faq-outer {
background: #1d1f26;
margin-bottom: 15px;
}
.faq-heading {
position: relative;
background: #1d1f26;
color:#fff;
font-family: 'Cabin', sans-serif;
font-size: 1.231em;
font-weight: bold;
line-height: 1.436em;
padding: 15px 15px 15px 70px;
text-transform: uppercase;
}
.faq-heading span {
display: block;
padding: 15px 0;
position: absolute;
left: 0;
top: 0;
text-align: center;
background: #6e8fff;
color: #fff;
width: 53px;
}
.faq-body {
border-top: 3px dotted #000;
padding: 20px 20px 20px 70px;
margin-top: -2px;
position: relative;
z-index: 1;
}
/*filters*/
.filters-by-category {
margin: 10px 0 20px;
}
.filters-by-category ul {
padding: 0;
margin: 0;
}
.filters-by-category li {
margin: 0 2px 12px;
display: inline-block;
position: relative;
}
.filters-by-category li a {
display: block;
padding: 20px 25px;
font-size: 1.077em;
line-height: 1.143em;
font-family: 'Cabin', sans-serif;
text-decoration: none;
text-transform: uppercase;
color: #848484;
background: rgba(55,55,55,0.6);
border-radius: 3px;
}
.filters-by-category li a.selected {
background: #6e8fff;
color: #fff;
}
.filters-by-category li a.selected:before {
top: 100%;
left: 50%;
margin-left: -4px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(255, 255, 255, 0);
border-top-color: #6e8fff;
border-width: 8px;
margin-left: -8px;
}
/* gallery */
.gallery {
margin-bottom: 50px;
}
.gallery .item {
width: 15.75%;
margin-bottom: 12px;
border: 10px solid #1d1f26;
position: relative;
box-shadow: 0 0 2px rgba(0,0,0,0.1)
}
.gallery .item img {
width: 100%;
float: left;
}
/* small photos */
.photos-small {
width: 100%;
display: inline-block;
margin-bottom: -8px;
}
.photos-small .item {
float: left;
width: 31%;
margin: 0 1% 8px;
}
.photos-small .item img {
width: 100%;
float: left;
border: 5px solid #1d1f26;
position: relative;
box-shadow: 0 0 2px rgba(0,0,0,0.1)
}
/*contacts list*/
.contacts-list {
margin: 0;
padding: 0;
list-style-type: none
}
.contacts-list li {
margin: 0;
padding: 0 0 10px;
font-size: 1.154em;
}
.contacts-list li .icon {
padding-right: 10px;
color: #6e8fff;
font-size: 1.2em;
}
/*google-map*/
.google-map {
border: 0 none;
height: 680px;
margin: 0;
overflow: hidden;
width: 100%;
border: 15px solid #fff;
}
.google-map-full {
border: 0 none;
height: 320px;
margin: 0;
overflow: hidden;
width: 100%;
}
/*footer*/
footer {
background-color: #0d0e11;
}
footer, footer a {
color: #fff;
}
.footer-navbar {
background-image: none;
border: none;
}
.footer-navbar .menu, .footer-navbar .menu a {
color: #fff
}
.footer-navbar, .footer-navbar .icon, .footer-navbar a, .footer-navbar h3, .footer-navbar h4, footer, footer a, footer h3, footer h4 {
color: #fff
}
.footer-navbar .icon {
font-size: .92em;
margin-right: 4px
}
.footer-navbar .menu {
margin: 0;
padding: 0;
list-style-type: none
}
.footer-navbar .menu li {
margin: 0;
padding: 0 0 10px
}
.footer-navbar .content {
padding-top: 68px;
padding-bottom: 45px;
}
.footer-bottom-block {
padding-top: 0;
padding-bottom: 17px;
line-height: 2em
}
footer .copyright-text {
margin-top: -25px;
}
footer .copyright-text, footer .copyright-text a {
color: #818389
}
.collapsed-block {
margin-bottom: 15px
}
/*newsletter*/
.newsletter p {
color: #656565
}
/*custom list*/
.simple-list {
list-style-type: none;
margin: 0;
padding: 0;
}
.simple-list ul {
bottom: -0.8em;
list-style-type: none;
margin: 0;
padding: 0;
position: relative;
}
.simple-list li {
margin: 0;
padding: 0 0 12px;
font-family: 'Cabin', sans-serif;
}
.simple-list li a {
font-size: 1.154em;
text-transform: uppercase;
}
.simple-list .icon {
margin-right: 9px;
}
/*tags list*/
.tags-list {
margin: 0;
padding: 0;
list-style-type: none
}
.tags-list li {
margin: 0;
padding: 0 0 2px;
display: inline-block
}
.tags-list li a {
display: inline-block;
margin-left: -2px;
border: 1px solid #6e8fff;
background: #6e8fff;
color: #fff;
border-radius: 2px;
padding: 5px 8px 4px;
transition: all 0.5s 0s ease;
-webkit-transition: all 0.5s 0s ease;
-moz-transition: all 0.5s 0s ease;
-o-transition: all 0.5s 0s ease
}
.tags-list li a:hover {
text-decoration: none;
color: #6e8fff;
background: none;
border-color: #6e8fff
}
/*video*/
.video-responsive {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.video-responsive iframe {
border: 0;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
/*top playlist*/
#content-player {
padding-bottom: 25px;
}
#content-player .scrollpane {
height: 435px;
}
/*news*/
.news {
padding: 0 0 0 85px;
position: relative;
margin-bottom: 26px;
}
.news .image {
position: absolute;
left: 0;
top: 0;
}
.news .image img {
width: 70px;
}
.news .news-date {
display: inline-block;
color: #fff;
background: #2d3551;
font-size: 1em;
line-height: 1.769em;
padding: 0 5px;
margin-bottom: 7px;
}
/*tabs*/
.nav-tabs {
border: none;
padding: 0 !important;
background-color: #1d1f26;
}
.nav-tabs>li {
display: inline-block;
float: none;
}
.nav-tabs>li>a {
border: none;
padding: 13px 15px;
}
.nav-tabs>li>a, .nav-tabs>li>a:hover {
background-color: transparent;
border: none !important;
font-size: 1.077em;
color: #fff;
font-family: 'Cabin', sans-serif !important;
font-weight: 600;
text-transform: uppercase;
line-height: 27px;
margin: 0;
border-radius: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
background-color: #6e8fff;
color: #fff;
border: none !important
}
.tab-content-outer .tab-content {
background-color: transparent;
border: none;
border-top: 2px solid #2c2d32;
padding: 25px 0;
}
.tab-content {
padding: 20px 30px 15px;
border-top: 3px dotted #000;
margin-bottom: 20px;
background: #1d1f26;
}
.tab-pane {
min-height: 500px;
background: url(../images/ajax-loader-black.gif) no-repeat center center transparent;
}
/* #Media Queries
================================================== */
@media (max-width:767px) {
.responsive .content.nopad-xs {
padding-top: 0;
padding-bottom: 0
}
}
@media(min-width:768px) and (max-width:991px) {
.responsive .navbar-height-inner {
height: 185px
}
}
@media (max-width:767px) {
.responsive .navbar {
width: 100%;
position: relative;
margin-bottom: 0
}
.responsive .navbar.navbar-compact {
position: fixed;
}
.responsive .navbar-logo {
float: none !important;
width: 70%;
margin: 5px auto 10px;
}
.responsive .navbar-logo img {
max-width: 100%
}
.responsive .navbar-height-inner {
height: 0 !important
}
.responsive .navbar-phone {
font-size: 1.1em;
width: 45%;
padding: 28px 0 0;
}
}
@media (max-width: 479px) {
.responsive .navbar-logo {
width: 100%;
}
.responsive .navbar-phone {
padding: 15px 0 0;
width: 55%;
}
}
@media (max-width:767px) {
.responsive .mobile-nav {
position: relative;
height: 60px
}
.responsive .mobile-nav .nav-item:first-child {
border: 0
}
.responsive .mobile-nav .nav-item.item-02>a {
left: 25%
}
.responsive .mobile-nav .nav-item.item-03>a {
left: 50%
}
.responsive .mobile-nav .nav-item.item-04>a {
left: 75%
}
.responsive .mobile-nav .nav-item>a {
height: 60px;
width: 25%;
float: left;
display: block;
background: #2c2d32;
z-index: 2;
position: absolute;
top: 0;
left: 0;
text-decoration: none;
text-align: center
}
.responsive .mobile-nav .nav-item.active>a {
background: #6e8fff
}
.responsive .mobile-nav .nav-item>a .icon {
position: relative;
font-size: 36px;
color: #fff;
display: block;
padding: 21px 0 0 0
}
.responsive .mobile-nav .nav-item .tab-content {
z-index: 0;
overflow: hidden;
position: absolute;
left: 0;
top: 0;
background: #373737;
width: 100%;
max-height: 0
}
.responsive .mobile-nav .nav-item.active .tab-content {
top: 60px;
max-height: 1000px;
box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
z-index: 1
}
.responsive .mobile-nav .nav-item .tab-content .form-control {
background: #2c2d32 !important;
}
.responsive .mobile-nav .navbar-search .button {
color: #fff;
}
}
@media (max-width:767px) {
.responsive #outer {
overflow: hidden
}
#outer-canvas, .responsive #off-canvas-menu {
width: 100%
}
body.off-canvas-menu-open.responsive #outer-canvas {
margin-left: 280px;
position: relative;
overflow: hidden
}
.responsive #outer-canvas:before {
content: " ";
position: absolute;
z-index: -1;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background-color: #fff
}
.responsive #off-canvas-menu {
position: absolute;
display: block;
left: -280px;
top: 0;
overflow: hidden;
min-height: 100%;
z-index: 1001;
width: 280px;
font-family: Mavenpro, Arial, Helvetica, sans-serif;
background: #f5f5f5;
}
.responsive #off-canvas-menu .expander-list .expander {
font-size: 16px;
margin-top: 5px
}
.responsive #off-canvas-menu .expander-list .name {
padding: 10px 10px 10px 25px
}
.responsive #off-canvas-menu ul li span.icon {
padding: 0 10px 0 0;
font-size: 18px;
line-height: 22px
}
.responsive #off-canvas-menu ul li li li {
padding-left: 35px
}
.responsive #off-canvas-menu ul li a {
font-size: 14px;
line-height: 26px;
color: #2b2b2b;
text-transform: uppercase;
text-decoration: none
}
.responsive #off-canvas-menu-title {
display: block;
background: #f5f5f5;
border-bottom: 1px solid #e7e7e7;
font-size: 16px;
line-height: 46px;
padding-left: 25px;
font-family: Mavenpro-bold, Arial, Helvetica, sans-serif
}
.responsive #off-canvas-menu-close {
font-size: 20px;
cursor: pointer;
float: right;
color: #707070;
padding: 0 12px 0 0
}
body.off-canvas-menu-open.responsive #off-canvas-menu {
display: block;
left: 0
}
body.off-canvas-menu-open.responsive #outer-overlay {
display: block;
background: none repeat scroll 0 0 #000;
height: 100%;
left: 0;
min-height: 100%!important;
position: absolute!important;
top: 0;
width: 100%!important;
opacity: .5;
z-index: 1000
}
.responsive #outer-overlay {
opacity: 0;
z-index: 0
}
}
@media (max-width: 1199px) {
.responsive .navbar-search {
margin: 0 !important;
}
}
@media(min-width:768px) and (max-width:991px) {
.responsive .navbar-search {
margin: -95px 0 0
}
}
@media (max-width:767px) {
.responsive .navbar-search {
position: relative;
float: none!important;
clear: none!important;
margin: 0!important;
right: 0;
padding: 15px 20px 0!important
}
.responsive .navbar-search input.form-control {
font-size: 1em;
width: 100%!important;
float: none!important;
padding-top: 8px!important
}
.responsive .navbar-search .form-control {
padding-right: 32px!important
}
.responsive .navbar-search .form-control:focus {
width: 100%!important
}
.responsive .navbar-search .button {
float: right!important;
margin-left: -34px!important;
background: transparent!important;
font-size: 1.31em!important;
position: relative!important;
bottom: -1px!important;
height: 34px!important;
border: none!important;
width: 34px!important;
outline: 0!important
}
.responsive .navbar-search .button:active {
line-height: .8em
}
}
@media (max-width:767px) {
.responsive .navbar-compact {
top: -145px
}
}
@media(min-width:768px) and (max-width:991px) {
.responsive .navbar-compact {
top: -115px
}
.responsive .navbar-compact .navbar-search {
margin-top: -40px
}
}
@media (max-width:767px) {
.responsive .input-control input.form-control {
width: 100%
}
}
@media(min-width:992px) and (max-width:1200px) {
.banners-row .icon-float-left {
margin-right: 0;
}
}
@media(min-width:480px) and (max-width:991px) {
.banner-box {
width: 50%;
}
.banners-row > .banner-box:nth-child(odd) {
border: none;
}
.banners-row .icon-float-left {
width: auto;
margin-left: 10px;
}
}
@media (max-width:479px) {
.banner-box {
width: 100%;
border: none;
}
}
@media (max-width:767px) {
.responsive .post {
display: block;
}
.responsive .post.post-single .image img, .responsive .image-circle img {
max-width: 100%;
width: auto
}
}
@media(min-width:992px) and (max-width:1199px) {
.responsive .blog-widget .image-cell {
width: 50%;
margin-right: 15px;
}
.blog-widget .post-date, .blog-widget .post-comment {
padding: 0 5px;
}
}
@media (max-width:991px) {
.responsive .blog-widget .image-cell {
width: 100%;
margin-right: 0;
margin-bottom: 20px;
float: none;
}
.blog-widget .post-date, .blog-widget .post-comment {
padding: 0 5px;
}
}
@media (max-width:640px) {
.responsive .blog-widget .posts {
padding: 20px 20px 10px 20px;
margin: 0;
}
.responsive .blog-widget .posts:before {
content: '';
}
.responsive .blog-widget .posts .flex-direction-nav {
top: 0;
margin-top: -90px;
left: 0;
}
.responsive .blog-widget .posts .flex-prev {
left: 0;
}
.responsive .blog-widget .posts .flex-next {
right: 0;
left: auto
}
}
@media(min-width:768px) and (max-width:991px) {
.responsive .news {
padding: 0;
text-align: center;
}
.responsive .news p {
text-align: left;
}
.responsive .news .image {
position: relative;
margin-bottom: 10px;
}
.responsive .news .image img {
width: auto;
margin: 0 auto;
}
}
@media (min-width:768px) {
.responsive .footer-navbar .tabBlock {
display: block!important
}
}
@media (max-width:767px) {
.responsive footer .copyright-text {
margin-top: 0;
}
.responsive .footer-navbar {
background: 0 0;
color: #2b2b2b;
border: none
}
.responsive .container .footer-navbar .container {
padding: 0
}
.responsive .footer-navbar .menu {
margin: 0;
padding: 0;
list-style-type: none
}
.responsive .footer-navbar .menu li {
margin: 0;
padding: 0 0 10px
}
.responsive .collapsed-block-outer {
width: 100%;
padding: 0;
}
.responsive .collapsed-block {
border-bottom: 1px solid #ccc;
padding-top: 15px;
margin: 0
}
.responsive .collapsed-block h3, .responsive .collapsed-block h4 {
padding-bottom: 15px
}
.responsive .collapsed-block .tabBlock {
display: none
}
.responsive .collapsed-block .expander {
float: right;
cursor: pointer;
padding: 0 8px;
margin-top: -5px;
font-size: 20px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none
}
.responsive .footer-bottom-block {
text-align: center;
padding: 25px 0
}
}
@media (max-width:767px) {
.responsive .tab-content {
padding: 20px 20px 15px;
border: none;
margin-bottom: 20px
}
}
@media (min-width:768px) {
.responsive .tabs-left .tab-content-outer {
border-color: #6e8fff
}
}
@media (max-width:767px) {
.responsive .tabsslider .carousel-next:hover, .responsive .tabsslider .carousel-prev:hover {
color: #6e8fff
}
.responsive .services-block .item {
border-color: #38393d
}
}
@media (max-width: 767px) {
.responsive .navbar-compact .navbar-logo {
width: 50% !important;
margin: 5px auto 10px !important;
float: none !important
}
}
@media (max-width:1199px) {
.responsive .navbar-main-menu .item .btn-main, .responsive .navbar-main-menu .sf-menu>li>a {
padding-left: 15px;
padding-right: 15px;
}
}
@media (max-width:991px) {
.responsive .navbar-main-menu .item .btn-main, .responsive .navbar-main-menu .sf-menu>li>a {
padding-left: 15px;
padding-right: 15px;
}
.responsive .navbar-compact .navbar-main-menu .item .btn-main, .responsive .navbar-compact .navbar-main-menu .sf-menu>li>a {
padding-left: 10px;
padding-right: 10px;
}
.responsive .navbar-compact .navbar-logo {
padding-top: 10px;
}
.responsive .navbar-compact .navbar-main-menu {
clear: none !important;
}
}
@media(min-width:768px) and (max-width:991px) {
.responsive .navbar-logo {
width: 47%;
}
}
@media (max-width: 1200px) {
.gallery .item {
width: 15.5%;
}
}
@media (max-width: 991px) {
.gallery .item {
width: 18.5%;
}
}
@media (max-width: 767px) {
.gallery .item {
width: 32.0%;
}
}
@media (max-width: 640px) {
.gallery .item {
width: 31.0%;
}
}
@media (max-width: 479px) {
.gallery .item {
width: 47%;
}
}
/* Animation */
/* Animation */
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}
.animate, .animate-delay {
opacity: 0;/*-webkit-perspective:1000*/
}
.touch .animate, .touch .animate-delay {
opacity: 1!important
}
.animate-delay.animated.scale, .animate.animated.scale {
-webkit-animation: scale 1s 1 cubic-bezier(0.445, .05, .55, .95);
-moz-animation: scale 1s 1 cubic-bezier(0.445, .05, .55, .95);
-o-animation: scale 1s 1 cubic-bezier(0.445, .05, .55, .95);
animation: scale 1s 1 cubic-bezier(0.445, .05, .55, .95);
opacity: 1
}
.animate-delay.animated.fadeUp, .animate.animated.fadeUp {
-webkit-animation: fadeUp .5s 1 linear;
-moz-animation: fadeUp .5s 1 linear;
-o-animation: fadeUp .5s 1 linear;
animation: fadeUp .5s 1 linear;
opacity: 1
}
.animate-delay.animated.fadeInRight, .animate.animated.fadeInRight {
-webkit-animation: fadeInRight .5s 1 linear;
-moz-animation: fadeInRight .5s 1 linear;
-o-animation: fadeInRight .5s 1 linear;
animation: fadeInRight .5s 1 linear;
opacity: 1
}
.animate-delay.animated.fadeInLeft, .animate.animated.fadeInLeft {
-webkit-animation: fadeInLeft .5s 1 linear;
-moz-animation: fadeInLeft .5s 1 linear;
-o-animation: fadeInLeft .5s 1 linear;
animation: fadeInLeft .5s 1 linear;
opacity: 1
}
.animate-delay.animated.fadeInDown, .animate.animated.fadeInDown {
-webkit-animation: fadeInDown .5s 1 linear;
-moz-animation: fadeInDown .5s 1 linear;
-o-animation: fadeInDown .5s 1 linear;
animation: fadeInDown .5s 1 linear;
opacity: 1
}
.animate-delay.animated.fadeIn, .animate.animated.fadeIn {
-webkit-animation: fadeIn .5s 1 linear;
-moz-animation: fadeIn .5s 1 linear;
-o-animation: fadeIn .5s 1 linear;
animation: fadeIn .5s 1 linear;
opacity: 1
}
.animate-delay.animated.slideDown, .animate.animated.slideDown {
-webkit-animation: slideDown .5s 1 linear;
-moz-animation: slideDown .5s 1 linear;
-o-animation: slideDown .5s 1 linear;
animation: slideDown .5s 1 linear;
opacity: 1
}
@-webkit-keyframes scale {
0% {
-webkit-transform:scale(0.3);
opacity:.1
}
100% {
-webkit-transform:scale(1);
opacity:1
}
}
@-moz-keyframes scale {
0% {
-moz-transform:scale(0.3);
opacity:.1
}
100% {
-moz-transform:scale(1);
opacity:1
}
}
@-o-keyframes scale {
0% {
-o-transform:scale(0.3);
opacity:.1
}
100% {
-o-transform:scale(1);
opacity:1
}
}
@keyframes scale {
0% {
transform:scale(0.3);
opacity:.1
}
100% {
transform:scale(1);
opacity:1
}
}
@-webkit-keyframes fadeUp {
0% {
opacity:0;
-webkit-transform:translateY(20px);
transform:translateY(20px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes fadeUp {
0% {
opacity:0;
-webkit-transform:translateY(20px);
-ms-transform:translateY(20px);
transform:translateY(20px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
}
@-webkit-keyframes bounce {
0% {
top:-18px
}
100% {
top:-24px
}
}
@keyframes bounce {
0% {
top:-18px
}
100% {
top:-24px
}
}
@-webkit-keyframes slideDown {
0% {
max-height: 0;
}
100% {
max-height: 500px;
}
}
@keyframes slideDown {
0% {
max-height: 0;
}
100% {
max-height: 500px;
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.animate-move-down, .animate-scale {
-o-transition: -o-transform 0.2s linear 0s;
-moz-transition: -moz-transform 0.2s linear 0s;
-webkit-transition: -webkit-transform 0.2s linear 0s;
-ms-transition: -ms-transform 0.2s linear 0s;
transition: transform 0.2s linear 0s;
}
.animate-scale:hover {
-o-transform: scale(1.2, 1.2);
-moz-transform: scale(1.2, 1.2);
-webkit-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2)
}
.animate-move-down:hover {
-o-transform: translateY(10px);
-moz-transform: translateY(10px);
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px)
}
.flex-direction-nav {
-webkit-transform: translate3d(0, 0, 0)
}
.flex-direction-nav a {
-o-transition: color .3s ease;
-moz-transition: color .3s ease;
-webkit-transition: color .3s ease;
-ms-transition: color .3s ease;
transition: color .3s ease
}
.navbar-search input.form-control {
-o-transition: width .5s ease;
-moz-transition: width .5s ease;
-webkit-transition: width .5s ease;
transition: width .5s ease
}
.navbar-main-menu .item .btn-main, .sf-menu>li {
-o-transition: border .1s ease;
-moz-transition: border .1s ease;
-webkit-transition: border .1s ease;
transition: border .1s ease
}
.navbar-switcher {
-o-transition: background .5s ease;
-moz-transition: background .5s ease;
-webkit-transition: background .5s ease;
transition: background .5s ease
}
.find-us .icon {
-o-transition: -o-transform 1s ease;
-moz-transition: -moz-transform 1s ease;
-webkit-transition: -webkit-transform 1s ease;
-ms-transition: -ms-transform 1s ease;
transition: transform 1s ease
}
.social-widgets .item, .social-widgets .tab-content, .social-widgets .tab-icon {
-o-transition: all 1s ease;
-moz-transition: all 1s ease;
-webkit-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease
}
.animate-hover:hover {
-webkit-animation-duration: 1s;
animation-duration: 1s
}
#off-canvas-menu, #outer-canvas, .mobile-nav .nav-item .tab-content, .mobile-nav .nav-item a, .mobile-nav .nav-item.active .tab-content {
-o-transition: all .2s ease;
-moz-transition: all .2s ease;
-webkit-transition: all .2s ease;
-ms-transition: all .2s ease;
transition: all .2s ease
}
.flex-direction-nav {
opacity: 0;
-webkit-transition-duration: 500ms;
-webkit-transition-timing-function: ease-out;
-moz-transition-duration: 500ms;
-moz-transition-timing-function: ease-out;
-o-transition-duration: 500ms;
-p-transition-timing-function: ease-out;
-ms-transform-duration: 500ms;
-ms-transform-timing-function: ease-out
}
.touch .flex-direction-nav {
opacity: 1
}
.flexslider:hover .flex-direction-nav {
opacity: 1;
-webkit-transition-duration: 500ms;
-webkit-transition-timing-function: ease-out;
-moz-transition-duration: 500ms;
-moz-transition-timing-function: ease-out;
-o-transition-duration: 500ms;
-p-transition-timing-function: ease-out;
-ms-transform-duration: 500ms;
-ms-transform-timing-function: ease-out
} | 0.242116 | 0.08772 |
html { line-height: 1.15; -webkit-text-size-adjust: 100%; }
body { margin: 0; }
h1 { font-size: 2em; margin: 0.67em 0; }
small { font-size: 80%; }
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; }
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
/* from bootstrap 3 or 4 */
* { box-sizing: border-box; }
h1, h2, h3, h4, h5, h6 {
margin-bottom: .5rem;
}
.container-fluid {
width: 100%;
margin-right: auto;
margin-left: auto;
}
.row {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 700;
}
.checkbox label, .radio label {
min-height: 20px;
font-weight: 400;
cursor: pointer;
}
.checkbox input {
margin-right: 4px;
}
.checkbox.disabled label, .radio.disabled label {
cursor: not-allowed;
}
.checkbox, .radio {
position: relative;
display: block;
}
.form-group {
margin-bottom: 15px;
}
.badge, .btn, .form-control, .alert {
border-radius: 4px;
border: 1px solid #ccc;
padding: 6px 12px;
}
.badge {
display: inline;
border: none;
}
.btn {
padding: 3px 12px;
line-height: 1.42857143;
}
.alert {
padding: .75rem 1.25rem;
}
.form-control {
display: block;
margin-bottom: 15px;
font-size: 14px;
height: 30px;
width: 100%;
box-shadow: none;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus {
box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}
textarea.form-control {
height: auto;
}
a {
text-decoration: none;
} | app/css/lib.css | html { line-height: 1.15; -webkit-text-size-adjust: 100%; }
body { margin: 0; }
h1 { font-size: 2em; margin: 0.67em 0; }
small { font-size: 80%; }
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; }
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
/* from bootstrap 3 or 4 */
* { box-sizing: border-box; }
h1, h2, h3, h4, h5, h6 {
margin-bottom: .5rem;
}
.container-fluid {
width: 100%;
margin-right: auto;
margin-left: auto;
}
.row {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 700;
}
.checkbox label, .radio label {
min-height: 20px;
font-weight: 400;
cursor: pointer;
}
.checkbox input {
margin-right: 4px;
}
.checkbox.disabled label, .radio.disabled label {
cursor: not-allowed;
}
.checkbox, .radio {
position: relative;
display: block;
}
.form-group {
margin-bottom: 15px;
}
.badge, .btn, .form-control, .alert {
border-radius: 4px;
border: 1px solid #ccc;
padding: 6px 12px;
}
.badge {
display: inline;
border: none;
}
.btn {
padding: 3px 12px;
line-height: 1.42857143;
}
.alert {
padding: .75rem 1.25rem;
}
.form-control {
display: block;
margin-bottom: 15px;
font-size: 14px;
height: 30px;
width: 100%;
box-shadow: none;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus {
box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}
textarea.form-control {
height: auto;
}
a {
text-decoration: none;
} | 0.372505 | 0.099295 |
body {
margin: 0px;
}
#frontImg {
position: absolute;
display: block;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
width: auto;
height: auto;
}
#info {
position: absolute;
right: 15px;
bottom: 18px;
width: 13px;
height: 13px;
top: 250px;
left: 396px;
}
#back {
display: none;
}
#backImg {
position: absolute;
display: block;
top: 0px;
left: 0px;
right: 0px;
width: auto;
bottom: 0px;
height: auto;
}
#done {
position: absolute;
right: 21px;
margin-left: auto;
bottom: 21px;
margin-top: auto;
}
.backDevelopedWith {
position: absolute;
top: 67px;
left: 43px;
right: 43px;
margin-left: auto;
margin-right: auto;
}
#front {
position: absolute;
height: 274px;
left: 0px;
width: 426px;
top: 1px;
}
#scrollArea {
position: absolute;
color: black;
font-family: 'Helvetica Neue';
font-size: 10pt;
left: 26px;
top: 154px;
width: 377px;
height: 94px;
}
#txtRegex {
position: absolute;
color: black;
font-family: 'Helvetica Neue';
font-size: 10pt;
left: 26px;
width: 377px;
top: 28px;
height: 18px;
}
#txtTarget {
position: absolute;
color: black;
font-family: 'Helvetica Neue';
font-size: 10pt;
left: 26px;
width: 377px;
top: 74px;
height: 74px;
}
#regexresult {
background-color: rgb(255, 255, 255);
}
/* #regexresult
{
border: 1px solid black;
background-color: white;
height: 60;
width: 310;
overflow: auto;
} */
.regexError {
font-size: 12pt;
color: rgb(200, 126, 126);
border-width: 0px;
border-style: solid;
border-color: silver;
text-align: center;
line-height: 85px;
width: 100%;
}
.regexFoundItem, .regexFoundItem2 {
font-size: 10pt;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 1px;
border-left-width: 0px;
border-style: solid;
border-color: silver;
width: 100%;
}
.regexFoundItem2 {
background-color: rgb(225, 225, 225);
}
.regexFoundValue {
margin-left: 2px;
}
.regexFoundIndex {
margin-right: 3px;
border-top-width: 0px;
border-right-width: 1px;
border-bottom-width: 0px;
border-left-width: 0px;
padding: 3px;
border-style: solid;
border-color: black;
}
#chkCaseControl {
position: absolute;
font-family: 'Helvetica Neue';
font-size: 10pt;
width: 120px;
top: 52px;
left: 67px;
}
#chkGlobalControl {
position: absolute;
width: 80px;
font-family: 'Helvetica Neue';
font-size: 10pt;
top: 52px;
left: 197px;
}
#linktext {
position: absolute;
font-size: 10pt;
color: rgb(255, 255, 255);
font-family: HelveticaNeue-Bold;
left: 93px;
top: 218px;
width: auto;
height: auto;
}
#linktext:hover {
text-decoration: underline;
}
#img {
position: absolute;
width: 95px;
height: 85px;
top: 85px;
left: 167px;
}
#chkCaseLabel {
width: 113px;
}
#copyright {
position: absolute;
font-family: 'Helvetica Neue';
font-size: 10pt;
color: rgb(255, 255, 255);
left: 80px;
top: 201px;
width: auto;
height: auto;
}
#widgettitle {
position: absolute;
color: rgb(255, 255, 255);
font-family: HelveticaNeue-Bold;
font-size: 19pt;
left: 133px;
top: 44px;
}
#versiontext {
font-family: HelveticaNeue;
font-size: 10pt;
text-overflow: ellipsis;
overflow: hidden;
position: absolute;
margin-top: 0px;
color: rgb(193, 193, 193);
top: 172px;
left: 173px;
width: auto;
height: auto;
}
#versionnum {
font-family: HelveticaNeue;
font-size: 10pt;
text-overflow: ellipsis;
overflow: hidden;
position: absolute;
margin-top: 0px;
color: rgb(193, 193, 193);
top: 172px;
left: 222px;
right: 173px;
width: auto;
height: auto;
}
#chkMultiLineControl {
width: 80px;
font-family: HelveticaNeue;
font-size: 10pt;
height: 18px;
position: absolute;
right: auto;
bottom: auto;
margin-top: 0px;
top: 52px;
left: 279px;
}
#chkMultiLineLabel {
position: absolute;
text-align: left;
vertical-align: middle;
right: auto;
bottom: auto;
top: 2px;
left: 18px;
} | RegexWidget/RegexWidget.wdgtproj/project.wdgt/RegExp.css | body {
margin: 0px;
}
#frontImg {
position: absolute;
display: block;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
width: auto;
height: auto;
}
#info {
position: absolute;
right: 15px;
bottom: 18px;
width: 13px;
height: 13px;
top: 250px;
left: 396px;
}
#back {
display: none;
}
#backImg {
position: absolute;
display: block;
top: 0px;
left: 0px;
right: 0px;
width: auto;
bottom: 0px;
height: auto;
}
#done {
position: absolute;
right: 21px;
margin-left: auto;
bottom: 21px;
margin-top: auto;
}
.backDevelopedWith {
position: absolute;
top: 67px;
left: 43px;
right: 43px;
margin-left: auto;
margin-right: auto;
}
#front {
position: absolute;
height: 274px;
left: 0px;
width: 426px;
top: 1px;
}
#scrollArea {
position: absolute;
color: black;
font-family: 'Helvetica Neue';
font-size: 10pt;
left: 26px;
top: 154px;
width: 377px;
height: 94px;
}
#txtRegex {
position: absolute;
color: black;
font-family: 'Helvetica Neue';
font-size: 10pt;
left: 26px;
width: 377px;
top: 28px;
height: 18px;
}
#txtTarget {
position: absolute;
color: black;
font-family: 'Helvetica Neue';
font-size: 10pt;
left: 26px;
width: 377px;
top: 74px;
height: 74px;
}
#regexresult {
background-color: rgb(255, 255, 255);
}
/* #regexresult
{
border: 1px solid black;
background-color: white;
height: 60;
width: 310;
overflow: auto;
} */
.regexError {
font-size: 12pt;
color: rgb(200, 126, 126);
border-width: 0px;
border-style: solid;
border-color: silver;
text-align: center;
line-height: 85px;
width: 100%;
}
.regexFoundItem, .regexFoundItem2 {
font-size: 10pt;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 1px;
border-left-width: 0px;
border-style: solid;
border-color: silver;
width: 100%;
}
.regexFoundItem2 {
background-color: rgb(225, 225, 225);
}
.regexFoundValue {
margin-left: 2px;
}
.regexFoundIndex {
margin-right: 3px;
border-top-width: 0px;
border-right-width: 1px;
border-bottom-width: 0px;
border-left-width: 0px;
padding: 3px;
border-style: solid;
border-color: black;
}
#chkCaseControl {
position: absolute;
font-family: 'Helvetica Neue';
font-size: 10pt;
width: 120px;
top: 52px;
left: 67px;
}
#chkGlobalControl {
position: absolute;
width: 80px;
font-family: 'Helvetica Neue';
font-size: 10pt;
top: 52px;
left: 197px;
}
#linktext {
position: absolute;
font-size: 10pt;
color: rgb(255, 255, 255);
font-family: HelveticaNeue-Bold;
left: 93px;
top: 218px;
width: auto;
height: auto;
}
#linktext:hover {
text-decoration: underline;
}
#img {
position: absolute;
width: 95px;
height: 85px;
top: 85px;
left: 167px;
}
#chkCaseLabel {
width: 113px;
}
#copyright {
position: absolute;
font-family: 'Helvetica Neue';
font-size: 10pt;
color: rgb(255, 255, 255);
left: 80px;
top: 201px;
width: auto;
height: auto;
}
#widgettitle {
position: absolute;
color: rgb(255, 255, 255);
font-family: HelveticaNeue-Bold;
font-size: 19pt;
left: 133px;
top: 44px;
}
#versiontext {
font-family: HelveticaNeue;
font-size: 10pt;
text-overflow: ellipsis;
overflow: hidden;
position: absolute;
margin-top: 0px;
color: rgb(193, 193, 193);
top: 172px;
left: 173px;
width: auto;
height: auto;
}
#versionnum {
font-family: HelveticaNeue;
font-size: 10pt;
text-overflow: ellipsis;
overflow: hidden;
position: absolute;
margin-top: 0px;
color: rgb(193, 193, 193);
top: 172px;
left: 222px;
right: 173px;
width: auto;
height: auto;
}
#chkMultiLineControl {
width: 80px;
font-family: HelveticaNeue;
font-size: 10pt;
height: 18px;
position: absolute;
right: auto;
bottom: auto;
margin-top: 0px;
top: 52px;
left: 279px;
}
#chkMultiLineLabel {
position: absolute;
text-align: left;
vertical-align: middle;
right: auto;
bottom: auto;
top: 2px;
left: 18px;
} | 0.464659 | 0.087681 |
body {
margin:0px;
font-family:verdana, sans-serif;
font-size:16px;
color:#000;
user-select:none;
text-size-adjust:none;
overflow:hidden;
}
.funfinder {
position:absolute;
left:0px;
top:0px;
width:100%;
height:34px;
border-top:1px solid #666;
background-color:#fff9;
font-size:0px;
}
.funfinder .buttons.big {
position:absolute;
left:5px;
top:5px;
height:24px;
}
.funfinder .buttons.big .button {
display:inline-block;
margin-right:2px;
width:121px;
height:22px;
border:1px solid #666;
background-image:url(funfinder.png);
border-radius:8px;
text-align:center;
overflow:hidden;
}
.funfinder .buttons.big .button:hover {
background-position-y:-22px;
}
.funfinder .buttons.big .button:hover:active {
background-position-y:-44px;
}
.funfinder .buttons.big .button .icon {
display:inline-block;
width:18px;
height:22px;
vertical-align:top;
background-image:url(funfinder.png);
}
.funfinder .buttons.big .button[data-id="events"] .icon {
background-position-x:-121px;
}
.funfinder .buttons.big .button[data-id="chats"] .icon {
background-position-x:-139px;
}
.funfinder .buttons.big .button[data-id="clubs"] .icon {
background-position-x:-157px;
}
.funfinder .buttons.big .button[data-id="map"] .icon {
background-position-x:-175px;
}
.funfinder .buttons.big .button[data-id="shop"] .icon {
background-position-x:-193px;
}
.funfinder .buttons.big .button[data-id="guide"] .icon {
background-position-x:-211px;
}
.funfinder .buttons.big .button:hover .icon {
background-position-y:-22px;
}
.funfinder .buttons.big .button:hover:active .icon {
background-position-y:-44px;
}
.funfinder .buttons.big .button .title {
display:inline-block;
height:20px;
line-height:20px;
padding:1px 1px 1px 1px;
vertical-align:top;
font-size:9.5px;
transform:scaley(1.2);
color:#000;
}
.funfinder .buttons.big .button:hover .title {
text-shadow:1px 1px 1px #0006;
}
.funfinder .buttons.big .button:hover:active .title {
padding:2px 0px 0px 2px;
text-shadow:0px 0px 2px #0006;
}
.funfinder .buttons.small {
position:absolute;
right:6px;
top:10px;
height:24px;
}
.funfinder .buttons.small .button {
display:inline-block;
margin-left:1px;
width:14px;
height:13px;
border:1px solid #666;
background-image:url(funfinder.png);
background-position-x:-229px;
border-radius:3px;
}
.funfinder .buttons.small .button[data-id="close"] {
background-position-y:0px;
}
.funfinder .buttons.small .button[data-id="close"]:hover {
background-position-y:-13px;
}
.funfinder .buttons.small .button[data-id="close"]:hover:active {
background-position-y:-26px;
}
.funfinder .buttons.small .button[data-id="help"] {
background-position-y:-39px;
}
.funfinder .buttons.small .button[data-id="help"]:hover {
background-position-y:-52px;
}
.funfinder .buttons.small .button[data-id="help"]:hover:active {
background-position-y:-65px;
} | Resources/funfinder/funfinder.css | body {
margin:0px;
font-family:verdana, sans-serif;
font-size:16px;
color:#000;
user-select:none;
text-size-adjust:none;
overflow:hidden;
}
.funfinder {
position:absolute;
left:0px;
top:0px;
width:100%;
height:34px;
border-top:1px solid #666;
background-color:#fff9;
font-size:0px;
}
.funfinder .buttons.big {
position:absolute;
left:5px;
top:5px;
height:24px;
}
.funfinder .buttons.big .button {
display:inline-block;
margin-right:2px;
width:121px;
height:22px;
border:1px solid #666;
background-image:url(funfinder.png);
border-radius:8px;
text-align:center;
overflow:hidden;
}
.funfinder .buttons.big .button:hover {
background-position-y:-22px;
}
.funfinder .buttons.big .button:hover:active {
background-position-y:-44px;
}
.funfinder .buttons.big .button .icon {
display:inline-block;
width:18px;
height:22px;
vertical-align:top;
background-image:url(funfinder.png);
}
.funfinder .buttons.big .button[data-id="events"] .icon {
background-position-x:-121px;
}
.funfinder .buttons.big .button[data-id="chats"] .icon {
background-position-x:-139px;
}
.funfinder .buttons.big .button[data-id="clubs"] .icon {
background-position-x:-157px;
}
.funfinder .buttons.big .button[data-id="map"] .icon {
background-position-x:-175px;
}
.funfinder .buttons.big .button[data-id="shop"] .icon {
background-position-x:-193px;
}
.funfinder .buttons.big .button[data-id="guide"] .icon {
background-position-x:-211px;
}
.funfinder .buttons.big .button:hover .icon {
background-position-y:-22px;
}
.funfinder .buttons.big .button:hover:active .icon {
background-position-y:-44px;
}
.funfinder .buttons.big .button .title {
display:inline-block;
height:20px;
line-height:20px;
padding:1px 1px 1px 1px;
vertical-align:top;
font-size:9.5px;
transform:scaley(1.2);
color:#000;
}
.funfinder .buttons.big .button:hover .title {
text-shadow:1px 1px 1px #0006;
}
.funfinder .buttons.big .button:hover:active .title {
padding:2px 0px 0px 2px;
text-shadow:0px 0px 2px #0006;
}
.funfinder .buttons.small {
position:absolute;
right:6px;
top:10px;
height:24px;
}
.funfinder .buttons.small .button {
display:inline-block;
margin-left:1px;
width:14px;
height:13px;
border:1px solid #666;
background-image:url(funfinder.png);
background-position-x:-229px;
border-radius:3px;
}
.funfinder .buttons.small .button[data-id="close"] {
background-position-y:0px;
}
.funfinder .buttons.small .button[data-id="close"]:hover {
background-position-y:-13px;
}
.funfinder .buttons.small .button[data-id="close"]:hover:active {
background-position-y:-26px;
}
.funfinder .buttons.small .button[data-id="help"] {
background-position-y:-39px;
}
.funfinder .buttons.small .button[data-id="help"]:hover {
background-position-y:-52px;
}
.funfinder .buttons.small .button[data-id="help"]:hover:active {
background-position-y:-65px;
} | 0.352313 | 0.066327 |
@charset "UTF-8";
body,h1,h2,h3,h4,h5,h6,p,ul,ol,form,fieldset,figure,div,a,img {
margin: 0;
padding: 0;
}
.center{
text-align:center;
}
body{
margin:auto;
}
.order{
width:950px;
background-color:#AACDED;
margin:0 auto;
}
.order a{
color:#0000EE;
}
.order h4{
height:40px;
line-height:40px;
margin-left:25px;
}
.order .red{
color:#FF0000;
}
.order .order2{
height:100%;
background-color:#FFFFFF;
margin:0 5px;
padding:20px 20px 0 20px;
}
.order .order2 .ord01{
background-color:#EFF5F8;
}
.order .order2 .table1{
width:100%;
height:100%;
border-top:1px solid #B7D2DF;
border-bottom:1px solid #B7D2DF;
border-collapse:collapse;
font-size:13px;
}
.table1 tr td{
height:30px;
}
.table1 tr .tdwidth{
width:100px;
text-align:right;
}
.table1 .tdheight{
height:35px;
}
.table1 .orderindent{
margin:10px 0 0 60px;
}
.table1 .ordersub1{
font-size:16px;
color:#FFFFFF;
background-color:#FF9900;
margin:5px 0 5px 50px;
}
.order .order2 .ord02{
width:100%;
}
.ord02 .table2{
width:100%;
border-collapse:collapse;
font-size:13px;
}
.table2 tr td{
height:25px;
}
.table2 .tdwidth{
width:100px;
text-align:right;
}
.order .ord03{
width:100%;
}
.ord03 .table3{
width:100%;
border-collapse:collapse;
font-size:13px;
}
.table3 .border{
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
}
.table3 tr td{
border-bottom:2px solid #CCCCCC;
}
.table3 tr td:first-of-type{
width:350px;
}
.table3 tr td:nth-of-type(2){
width:150px;
}
.table3 tr td:nth-of-type(3){
width:100px;
}
.table3 tr td:nth-of-type(4){
width:100px;
}
.table3 tr td:nth-of-type(5){
width:100px;
}
.table3 tr td:last-of-type{
width:100px;
}
.table3 .ordermargin{
margin-left:150px;
}
.table3 .tdheight1{
height:35px;
background-color:#FFF4D7;
}
.table3 .tdheight2{
padding:5px 0 5px 0;
}
.order .ord04{
margin:20px 10px 10px 10px;
font-size:14px;
}
.ord04 .orderdiv{
border-top:2px solid #EBCCA0;
background-color:#FFF4D7;
padding:0 40px;
}
.ord04 .spanfont{
font-weight:bold;
}
.ord04 .p1{
height:40px;
border-bottom:1px dashed #EBCBA0;
line-height:40px;
}
.ord04 .p2{
height:35px;
line-height:35px;
text-align:right;
}
.order .ord05{
margin:0 10px;
text-align:right;
}
.ord05 .ordersub2{
font-size:23px;
font-weight:bold;
color:#FFFFFF;
background-color:#FF8B34;
border-radius:10px;
padding:10px 30px;
} | HRWebProject/WebContent/CSS/order.css | @charset "UTF-8";
body,h1,h2,h3,h4,h5,h6,p,ul,ol,form,fieldset,figure,div,a,img {
margin: 0;
padding: 0;
}
.center{
text-align:center;
}
body{
margin:auto;
}
.order{
width:950px;
background-color:#AACDED;
margin:0 auto;
}
.order a{
color:#0000EE;
}
.order h4{
height:40px;
line-height:40px;
margin-left:25px;
}
.order .red{
color:#FF0000;
}
.order .order2{
height:100%;
background-color:#FFFFFF;
margin:0 5px;
padding:20px 20px 0 20px;
}
.order .order2 .ord01{
background-color:#EFF5F8;
}
.order .order2 .table1{
width:100%;
height:100%;
border-top:1px solid #B7D2DF;
border-bottom:1px solid #B7D2DF;
border-collapse:collapse;
font-size:13px;
}
.table1 tr td{
height:30px;
}
.table1 tr .tdwidth{
width:100px;
text-align:right;
}
.table1 .tdheight{
height:35px;
}
.table1 .orderindent{
margin:10px 0 0 60px;
}
.table1 .ordersub1{
font-size:16px;
color:#FFFFFF;
background-color:#FF9900;
margin:5px 0 5px 50px;
}
.order .order2 .ord02{
width:100%;
}
.ord02 .table2{
width:100%;
border-collapse:collapse;
font-size:13px;
}
.table2 tr td{
height:25px;
}
.table2 .tdwidth{
width:100px;
text-align:right;
}
.order .ord03{
width:100%;
}
.ord03 .table3{
width:100%;
border-collapse:collapse;
font-size:13px;
}
.table3 .border{
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
}
.table3 tr td{
border-bottom:2px solid #CCCCCC;
}
.table3 tr td:first-of-type{
width:350px;
}
.table3 tr td:nth-of-type(2){
width:150px;
}
.table3 tr td:nth-of-type(3){
width:100px;
}
.table3 tr td:nth-of-type(4){
width:100px;
}
.table3 tr td:nth-of-type(5){
width:100px;
}
.table3 tr td:last-of-type{
width:100px;
}
.table3 .ordermargin{
margin-left:150px;
}
.table3 .tdheight1{
height:35px;
background-color:#FFF4D7;
}
.table3 .tdheight2{
padding:5px 0 5px 0;
}
.order .ord04{
margin:20px 10px 10px 10px;
font-size:14px;
}
.ord04 .orderdiv{
border-top:2px solid #EBCCA0;
background-color:#FFF4D7;
padding:0 40px;
}
.ord04 .spanfont{
font-weight:bold;
}
.ord04 .p1{
height:40px;
border-bottom:1px dashed #EBCBA0;
line-height:40px;
}
.ord04 .p2{
height:35px;
line-height:35px;
text-align:right;
}
.order .ord05{
margin:0 10px;
text-align:right;
}
.ord05 .ordersub2{
font-size:23px;
font-weight:bold;
color:#FFFFFF;
background-color:#FF8B34;
border-radius:10px;
padding:10px 30px;
} | 0.135032 | 0.053527 |
.owl-theme .owl-controls{
margin-top:10px;
text-align:center;
-webkit-tap-highlight-color:transparent
}
.owl-theme .owl-controls .owl-nav [class*=owl-]{
color:#fff;font-size:14px;
margin:5px;
padding:4px 7px;
background:#d6d6d6;
display:inline-block;
cursor:pointer;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
background:#869791;
color:#fff;
text-decoration:none
}
.owl-theme .owl-controls .owl-nav .disabled{
opacity:.5;
cursor:default
}
.owl-theme .owl-dots .owl-dot{
display:inline-block;
zoom:1;
*display:inline
}
.owl-theme .owl-dots .owl-dot span{
width:10px;
height:10px;
margin:5px 7px;
background:#d6d6d6;
display:block;
-webkit-backface-visibility:visible;
-webkit-transition:opacity 200ms ease;
-moz-transition:opacity 200ms ease;
-ms-transition:opacity 200ms ease;
-o-transition:opacity 200ms ease;
transition:opacity 200ms ease;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
background:#869791
}
/*.owl-theme .owl-controls {
margin-top:10px;
text-align:center;
-webkit-tap-highlight-color:transparent
}
.owl-theme .owl-controls .owl-nav[class*=owl-] {
color:#fff;
font-size:14px;
margin:5px;
padding:4px 7px;
background:#d6d6d6;
display:inline-block;
cursor:pointer;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px
}
.owl-theme .owl-controls .owl-nav[class*=owl-]:hover {
background:#869791;
color:#fff;
text-decoration:none
}
.owl-theme .owl-controls .owl-nav .disabled {
opacity:.5;
cursor:default
}
.owl-theme .owl-dots .owl-dot {
display:inline-block;
zoom:1;
*display:inline
}
.owl-theme .owl-dots .owl-dot span {
width:10px;
height:10px;
margin:5px 7px;
background:#d6d6d6;
display:block;
-webkit-backface-visibility:visible;
-webkit-transition:opacity 200ms ease;
-moz-transition:opacity 200ms ease;
-ms-transition:opacity 200ms ease;
-o-transition:opacity 200ms ease;
transition:opacity 200ms ease;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background:#869791
}*/ | public/plugins/bootstrap/css/owl.theme.default.min.css | .owl-theme .owl-controls{
margin-top:10px;
text-align:center;
-webkit-tap-highlight-color:transparent
}
.owl-theme .owl-controls .owl-nav [class*=owl-]{
color:#fff;font-size:14px;
margin:5px;
padding:4px 7px;
background:#d6d6d6;
display:inline-block;
cursor:pointer;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
background:#869791;
color:#fff;
text-decoration:none
}
.owl-theme .owl-controls .owl-nav .disabled{
opacity:.5;
cursor:default
}
.owl-theme .owl-dots .owl-dot{
display:inline-block;
zoom:1;
*display:inline
}
.owl-theme .owl-dots .owl-dot span{
width:10px;
height:10px;
margin:5px 7px;
background:#d6d6d6;
display:block;
-webkit-backface-visibility:visible;
-webkit-transition:opacity 200ms ease;
-moz-transition:opacity 200ms ease;
-ms-transition:opacity 200ms ease;
-o-transition:opacity 200ms ease;
transition:opacity 200ms ease;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
background:#869791
}
/*.owl-theme .owl-controls {
margin-top:10px;
text-align:center;
-webkit-tap-highlight-color:transparent
}
.owl-theme .owl-controls .owl-nav[class*=owl-] {
color:#fff;
font-size:14px;
margin:5px;
padding:4px 7px;
background:#d6d6d6;
display:inline-block;
cursor:pointer;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px
}
.owl-theme .owl-controls .owl-nav[class*=owl-]:hover {
background:#869791;
color:#fff;
text-decoration:none
}
.owl-theme .owl-controls .owl-nav .disabled {
opacity:.5;
cursor:default
}
.owl-theme .owl-dots .owl-dot {
display:inline-block;
zoom:1;
*display:inline
}
.owl-theme .owl-dots .owl-dot span {
width:10px;
height:10px;
margin:5px 7px;
background:#d6d6d6;
display:block;
-webkit-backface-visibility:visible;
-webkit-transition:opacity 200ms ease;
-moz-transition:opacity 200ms ease;
-ms-transition:opacity 200ms ease;
-o-transition:opacity 200ms ease;
transition:opacity 200ms ease;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background:#869791
}*/ | 0.344554 | 0.038975 |
.grid {
display: grid;
background-color: white;
margin: auto;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: auto auto auto;
column-gap: 20px;
row-gap:20px;
max-width: 1200px;
padding: 2rem;
}
.gridAbout{
display: grid;
background-color: white;
margin: auto;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: auto auto auto;
column-gap: 20px;
row-gap:20px;
max-width: 1200px;
padding: 2rem;
}
.gridEl{
padding: 1.9rem 2rem 2rem 2rem;
border: solid black 1px;
margin-bottom: 0;
}
.gridEl p{
font-family: -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";
}
.gridEl h2{
font-family: -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";
font-weight: 600;
font-size: 2rem;
text-transform: none;
margin: 0;
}
.gridEl p:last-child{
margin-bottom: 0;
}
.gridEl h2:last-child{
margin-bottom: 0;
}
.gridElMargin p:last-child{
margin-bottom: 0;
}
.gridElMargin{
padding: 2rem;
border: solid black 1px;
margin-top: 20px;
}
.gridElMargin p{
font-family: -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";
}
.gridElMargin h1{
font-family: -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";
font-weight: bold;
font-size: 1.45rem;
text-transform: none;
margin-bottom: 0.5rem;
}
.gridElMargin h2{
font-family: -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";
font-weight: 600;
font-size: 2rem;
text-transform: none;
margin: 0;
}
.gridElMargin h3{
font-family: -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";
font-weight: 700;
font-size: 1rem;
text-transform: none;
}
.gridElMargin h2 a{
color:black;
}
.gridImg{
border: solid black 1px;
}
.gridElMargin a{
color: black;
}
@media only screen and (max-width: 770px) {
.gridElMargin h2{
font-size: 1.5rem;
}
.gridEl h2{
font-size: 1.5rem;
}
} | src/components/grid.module.css | .grid {
display: grid;
background-color: white;
margin: auto;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: auto auto auto;
column-gap: 20px;
row-gap:20px;
max-width: 1200px;
padding: 2rem;
}
.gridAbout{
display: grid;
background-color: white;
margin: auto;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: auto auto auto;
column-gap: 20px;
row-gap:20px;
max-width: 1200px;
padding: 2rem;
}
.gridEl{
padding: 1.9rem 2rem 2rem 2rem;
border: solid black 1px;
margin-bottom: 0;
}
.gridEl p{
font-family: -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";
}
.gridEl h2{
font-family: -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";
font-weight: 600;
font-size: 2rem;
text-transform: none;
margin: 0;
}
.gridEl p:last-child{
margin-bottom: 0;
}
.gridEl h2:last-child{
margin-bottom: 0;
}
.gridElMargin p:last-child{
margin-bottom: 0;
}
.gridElMargin{
padding: 2rem;
border: solid black 1px;
margin-top: 20px;
}
.gridElMargin p{
font-family: -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";
}
.gridElMargin h1{
font-family: -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";
font-weight: bold;
font-size: 1.45rem;
text-transform: none;
margin-bottom: 0.5rem;
}
.gridElMargin h2{
font-family: -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";
font-weight: 600;
font-size: 2rem;
text-transform: none;
margin: 0;
}
.gridElMargin h3{
font-family: -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";
font-weight: 700;
font-size: 1rem;
text-transform: none;
}
.gridElMargin h2 a{
color:black;
}
.gridImg{
border: solid black 1px;
}
.gridElMargin a{
color: black;
}
@media only screen and (max-width: 770px) {
.gridElMargin h2{
font-size: 1.5rem;
}
.gridEl h2{
font-size: 1.5rem;
}
} | 0.663342 | 0.274834 |
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
* {
/* geral */
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
/* fonte */
font-family: "Poppins", sans-serif;
}
i {
/* fonte */
font-size: 2em;
/* margem */
margin: 15px 20px;
/* cursos */
cursor: pointer;
}
.tela_preta {
/* fundo */
background-color: rgb(0, 0, 0);
/* tamanho */
height: 100vh;
width: 100vw;
/* posição */
position: fixed;
top: 0;
/* opacidade */
opacity: 0;
/* cursor */
pointer-events: none;
transition: opacity 0.2s ease-out;
}
.show_tela_preta {
/* opacidade */
opacity: 0.5;
}
.menu {
/* fundo */
background-color: white;
/* tamanho */
height: 100vh;
width: 320px;
/* posição */
position: fixed;
top: 0;
left: -380px;
/* sombra */
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
/* transição */
transition: left 0.3s ease-out;
}
.show_menu {
/* posição */
left: 0;
}
.menu > i {
/* posição */
position: absolute;
left: calc(320px + 15px);
top: 12px;
/* margem */
margin: 0;
/* padding */
padding: 0 5px;
/* borda */
border: 3px solid white;
/* texto */
color: white;
/* sombra */
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
/* transição */
transition: all 0.2s ease-out;
}
.menu > i:hover {
/* texto */
color: hsl(0, 100%, 75%);
/* borda */
border: 3px solid hsl(0, 100%, 75%);
}
.menu > h2 {
/* texto */
text-align: center;
/* fonte */
font-size: 2em;
/* padding */
padding: 20px;
/* borda */
border-bottom: 7px solid lightgray;
}
.menu ul > li:first-child {
/* borda */
border-top: 2px solid gray;
}
.menu ul > li {
/* padding */
padding: 20px 30px;
/* borda */
border-bottom: 2px solid gray;
/* fonte */
font-weight: bold;
font-size: 1.2em;
/* transição */
transition: background-color 0.2s ease-out;
/* cursor */
cursor: pointer;
}
.menu ul > li:hover {
/* fundo */
background-color: lightcyan;
}
h1 {
/* fonte */
font-size: 2em;
/* margem */
margin: 15px 20px -15px;
}
p {
/* fonte */
font-size: 1em;
/* margem */
margin: 30px 20px;
} | Projetos Finalizados/Menu Lateral/style.css | @charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
* {
/* geral */
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
/* fonte */
font-family: "Poppins", sans-serif;
}
i {
/* fonte */
font-size: 2em;
/* margem */
margin: 15px 20px;
/* cursos */
cursor: pointer;
}
.tela_preta {
/* fundo */
background-color: rgb(0, 0, 0);
/* tamanho */
height: 100vh;
width: 100vw;
/* posição */
position: fixed;
top: 0;
/* opacidade */
opacity: 0;
/* cursor */
pointer-events: none;
transition: opacity 0.2s ease-out;
}
.show_tela_preta {
/* opacidade */
opacity: 0.5;
}
.menu {
/* fundo */
background-color: white;
/* tamanho */
height: 100vh;
width: 320px;
/* posição */
position: fixed;
top: 0;
left: -380px;
/* sombra */
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
/* transição */
transition: left 0.3s ease-out;
}
.show_menu {
/* posição */
left: 0;
}
.menu > i {
/* posição */
position: absolute;
left: calc(320px + 15px);
top: 12px;
/* margem */
margin: 0;
/* padding */
padding: 0 5px;
/* borda */
border: 3px solid white;
/* texto */
color: white;
/* sombra */
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
/* transição */
transition: all 0.2s ease-out;
}
.menu > i:hover {
/* texto */
color: hsl(0, 100%, 75%);
/* borda */
border: 3px solid hsl(0, 100%, 75%);
}
.menu > h2 {
/* texto */
text-align: center;
/* fonte */
font-size: 2em;
/* padding */
padding: 20px;
/* borda */
border-bottom: 7px solid lightgray;
}
.menu ul > li:first-child {
/* borda */
border-top: 2px solid gray;
}
.menu ul > li {
/* padding */
padding: 20px 30px;
/* borda */
border-bottom: 2px solid gray;
/* fonte */
font-weight: bold;
font-size: 1.2em;
/* transição */
transition: background-color 0.2s ease-out;
/* cursor */
cursor: pointer;
}
.menu ul > li:hover {
/* fundo */
background-color: lightcyan;
}
h1 {
/* fonte */
font-size: 2em;
/* margem */
margin: 15px 20px -15px;
}
p {
/* fonte */
font-size: 1em;
/* margem */
margin: 30px 20px;
} | 0.240061 | 0.051558 |
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 20px;
color: #e5e5e5;
}
@font-face {
font-family: 'icons-set';
src: url('./assets/fontello/font/icons-set.eot?24032956');
src: url('./assets/fontello/font/icons-set.eot?24032956#iefix') format('embedded-opentype'),
url('./assets/fontello/font/icons-set.woff?24032956') format('woff'),
url('./assets/fontello/font/icons-set.ttf?24032956') format('truetype'),
url('./assets/fontello/font/icons-set.svg?24032956#icons-set') format('svg');
font-weight: normal;
font-style: normal;
}
.demo-icon{
font-family: "icons-set";
font-style: normal;
font-weight: normal;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
color: #9e9e9e;
font-variant: normal;
text-transform: none;
line-height: 1em;
margin-left: .5em;
font-size: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#menu{
width: 100%;
height: 20px;
}
#menu i{
float: right;
}
#track {
width: 100%;
}
#track-album-art{
width: 25%;
float: left;
}
#track-album-art-image {
height: 85px;
width: 85px;
margin: 2px;
box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75);
}
#track-info{
width: 72%;
float: left;
font-size: 14px;
margin-top: 8px;
margin-left: 10px;
white-space: nowrap;
overflow: hidden;
}
#track-info span{
display: inline-block;
}
#name{
animation-play-state: paused;
}
#name:hover{
display: inline-block;
animation: marquee 10s linear infinite;
animation-play-state: running;
}
#artist, #album{
font-size: 13;
color: #9e9e9e;
}
#lyrics-container{
text-align: center;
}
#lyrics-loader{
font-family: "icons-set";
font-style: normal;
font-weight: normal;
display: inline-block;
text-decoration: inherit;
margin: 30px 67px 5px 10px;
width: 1em;
text-align: center;
opacity: 0.5;
font-variant: normal;
text-transform: none;
line-height: 1em;
font-size: 200%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#lyrics{
margin: 15px 10px 5px;
}
#footer{
text-align: center;
border-top: 1px solid rgba(112,112,112,.8);
width: 100%;
bottom: 0px;
left: 0px;
position: fixed;
}
#footer a{
color: #838383;
}
#footer span{
padding: 0px 10px 0px;
}
#genius{
float: left;
font-size: 12px;
font-weight: 200;
}
#quitButton{
float: right;
border-left: 1px solid rgba(112,112,112,.8);
cursor: default;
font-size: 12px;
}
#quitButton:hover{
background-color: rgb(60,125,250)
}
@keyframes marquee {
0% { transform: translate(0, 0); }
100% { transform: translate(-100%, 0); }
} | main.css | body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 20px;
color: #e5e5e5;
}
@font-face {
font-family: 'icons-set';
src: url('./assets/fontello/font/icons-set.eot?24032956');
src: url('./assets/fontello/font/icons-set.eot?24032956#iefix') format('embedded-opentype'),
url('./assets/fontello/font/icons-set.woff?24032956') format('woff'),
url('./assets/fontello/font/icons-set.ttf?24032956') format('truetype'),
url('./assets/fontello/font/icons-set.svg?24032956#icons-set') format('svg');
font-weight: normal;
font-style: normal;
}
.demo-icon{
font-family: "icons-set";
font-style: normal;
font-weight: normal;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
color: #9e9e9e;
font-variant: normal;
text-transform: none;
line-height: 1em;
margin-left: .5em;
font-size: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#menu{
width: 100%;
height: 20px;
}
#menu i{
float: right;
}
#track {
width: 100%;
}
#track-album-art{
width: 25%;
float: left;
}
#track-album-art-image {
height: 85px;
width: 85px;
margin: 2px;
box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75);
}
#track-info{
width: 72%;
float: left;
font-size: 14px;
margin-top: 8px;
margin-left: 10px;
white-space: nowrap;
overflow: hidden;
}
#track-info span{
display: inline-block;
}
#name{
animation-play-state: paused;
}
#name:hover{
display: inline-block;
animation: marquee 10s linear infinite;
animation-play-state: running;
}
#artist, #album{
font-size: 13;
color: #9e9e9e;
}
#lyrics-container{
text-align: center;
}
#lyrics-loader{
font-family: "icons-set";
font-style: normal;
font-weight: normal;
display: inline-block;
text-decoration: inherit;
margin: 30px 67px 5px 10px;
width: 1em;
text-align: center;
opacity: 0.5;
font-variant: normal;
text-transform: none;
line-height: 1em;
font-size: 200%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#lyrics{
margin: 15px 10px 5px;
}
#footer{
text-align: center;
border-top: 1px solid rgba(112,112,112,.8);
width: 100%;
bottom: 0px;
left: 0px;
position: fixed;
}
#footer a{
color: #838383;
}
#footer span{
padding: 0px 10px 0px;
}
#genius{
float: left;
font-size: 12px;
font-weight: 200;
}
#quitButton{
float: right;
border-left: 1px solid rgba(112,112,112,.8);
cursor: default;
font-size: 12px;
}
#quitButton:hover{
background-color: rgb(60,125,250)
}
@keyframes marquee {
0% { transform: translate(0, 0); }
100% { transform: translate(-100%, 0); }
} | 0.415017 | 0.091058 |
.tooltip-image {
position: relative;
width: 100%;
color: black;
/* min-width: 300px;
min-height: 250px; */
max-width: 20vw;
border-radius: 0%;
/* height: 16vh;
width: 16vw; */
}
.tooltip-internal {
position: relative;
top: 5%;
left: 0;
word-wrap: break-word;
text-align: left;
overflow-y: auto;
max-height: 40vh;
font-size: 9pt !important;
margin-bottom: 4px;
margin-top: 4px;
}
.tooltip-heading {
position: relative;
top: 2px;
text-align: center;
word-wrap: break-word;
font-size: 2vh;
font-weight: 400;
color: var(--dark-base-colour)
}
.tooltip-warning{
padding: 10px;
font-weight: bold;
}
.tooltip-button-container {
@extend %flex-center;
height: 100%;
width: 100%;
margin-bottom: 2px;
position: relative;
}
.tooltip-button {
@extend %flex-center;
@extend %no-select;
@extend %button-styling;
height: 100%;
padding: 0.3em;
margin-bottom: 3px;
box-sizing: border-box;
color: var(--dark-base-colour);
& i {
font-size: 2.45vh;
}
}
.describe-button {
font-size: 0.75em;
}
.db-names-list{
display: inline;
}
.field-name {
display: inline-block;
font-weight: bold;
}
.span-field-name {
display: inline-block;
font-weight: bold;
}
.tooltip-value {
margin: 2px;
display: inline;
word-wrap: break-word;
}
.tooltip-type{
display: inline;
word-wrap: break-word;
line-height: 2em;
background-color: rgba(22, 160, 133, 0.5);
color: black;
list-style:none;
margin: 0 5px;
padding: 0 15px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
.tooltip-comma-item {
padding: 2px;
display: inline;
}
.tooltip-comment {
margin: 3px;
display: inline-block;
word-wrap: break-word;
}
.db-name {
text-decoration: underline;
margin: 3px;
display: inline-block;
}
.db-link-single-ref {
text-decoration: underline;
margin: 2px;
display: inline;
color: var(--link);
line-height: 1.5;
}
.db-no-link-single-ref {
margin: 3px;
display: inline-block;
color: black;
}
.fake-spacer {
display: inline-block;
}
.fake-paragraph {
word-wrap: break-word;
margin: 3px;
padding: 2px;
}
.wrap-text {
word-wrap: break-word;
overflow-y: auto;
max-height: 300px;
width: 100%;
}
.sidebar-text {
overflow-x: hidden;
width: 100%;
}
.sidebar-internal {
top: 5%;
left: 0;
word-wrap: break-word;
overflow-y: auto;
text-align: left;
height: 100%;
font-size: 1.3vh !important;
width: 100%;
}
.publication-list{
line-height: 1.2em;
}
.publication-item {
word-wrap: break-word;
line-height: 1.2em;
}
.publication-link {
color: var(--link);
margin: 2px;
font-weight: lighter;
}
.publication-subinfo {
padding-top: 6px;
}
.publication-inline{
display: inline;
}
.publication-divider{
font-size: 1.19em;
padding: 2px;
}
.db-list {
line-height: 0.2em;
}
.db-link {
color: var(--link);
margin: 2px;
font-weight: lighter;
display: inline-block;
}
.db-no-link {
margin: 2px;
font-weight: lighter;
display: inline-block;
}
.db-item {
word-wrap: break-word;
line-height: 0.9em;
}
.sidebar-text>div {
width: 100%;
}
.more-link {
color: var(--link);
margin: 4px;
font-weight: lighter;
display: inline;
text-decoration: underline;
font-style: italic;
cursor: pointer;
white-space: pre;
}
/* Tippy JS Style Overrides */
.tippy-tooltip [x-circle] {
border-radius: 0%;
}
.tippy-tooltip.tippy-tooltip--regular.light-theme.enter.tippy-notransition {
border-radius: 3%;
}
.tippy-popper .tippy-tooltip.light-theme[data-animatefill] {
background-color: white !important;
} | src/styles/features/view/toolTip.css | .tooltip-image {
position: relative;
width: 100%;
color: black;
/* min-width: 300px;
min-height: 250px; */
max-width: 20vw;
border-radius: 0%;
/* height: 16vh;
width: 16vw; */
}
.tooltip-internal {
position: relative;
top: 5%;
left: 0;
word-wrap: break-word;
text-align: left;
overflow-y: auto;
max-height: 40vh;
font-size: 9pt !important;
margin-bottom: 4px;
margin-top: 4px;
}
.tooltip-heading {
position: relative;
top: 2px;
text-align: center;
word-wrap: break-word;
font-size: 2vh;
font-weight: 400;
color: var(--dark-base-colour)
}
.tooltip-warning{
padding: 10px;
font-weight: bold;
}
.tooltip-button-container {
@extend %flex-center;
height: 100%;
width: 100%;
margin-bottom: 2px;
position: relative;
}
.tooltip-button {
@extend %flex-center;
@extend %no-select;
@extend %button-styling;
height: 100%;
padding: 0.3em;
margin-bottom: 3px;
box-sizing: border-box;
color: var(--dark-base-colour);
& i {
font-size: 2.45vh;
}
}
.describe-button {
font-size: 0.75em;
}
.db-names-list{
display: inline;
}
.field-name {
display: inline-block;
font-weight: bold;
}
.span-field-name {
display: inline-block;
font-weight: bold;
}
.tooltip-value {
margin: 2px;
display: inline;
word-wrap: break-word;
}
.tooltip-type{
display: inline;
word-wrap: break-word;
line-height: 2em;
background-color: rgba(22, 160, 133, 0.5);
color: black;
list-style:none;
margin: 0 5px;
padding: 0 15px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
.tooltip-comma-item {
padding: 2px;
display: inline;
}
.tooltip-comment {
margin: 3px;
display: inline-block;
word-wrap: break-word;
}
.db-name {
text-decoration: underline;
margin: 3px;
display: inline-block;
}
.db-link-single-ref {
text-decoration: underline;
margin: 2px;
display: inline;
color: var(--link);
line-height: 1.5;
}
.db-no-link-single-ref {
margin: 3px;
display: inline-block;
color: black;
}
.fake-spacer {
display: inline-block;
}
.fake-paragraph {
word-wrap: break-word;
margin: 3px;
padding: 2px;
}
.wrap-text {
word-wrap: break-word;
overflow-y: auto;
max-height: 300px;
width: 100%;
}
.sidebar-text {
overflow-x: hidden;
width: 100%;
}
.sidebar-internal {
top: 5%;
left: 0;
word-wrap: break-word;
overflow-y: auto;
text-align: left;
height: 100%;
font-size: 1.3vh !important;
width: 100%;
}
.publication-list{
line-height: 1.2em;
}
.publication-item {
word-wrap: break-word;
line-height: 1.2em;
}
.publication-link {
color: var(--link);
margin: 2px;
font-weight: lighter;
}
.publication-subinfo {
padding-top: 6px;
}
.publication-inline{
display: inline;
}
.publication-divider{
font-size: 1.19em;
padding: 2px;
}
.db-list {
line-height: 0.2em;
}
.db-link {
color: var(--link);
margin: 2px;
font-weight: lighter;
display: inline-block;
}
.db-no-link {
margin: 2px;
font-weight: lighter;
display: inline-block;
}
.db-item {
word-wrap: break-word;
line-height: 0.9em;
}
.sidebar-text>div {
width: 100%;
}
.more-link {
color: var(--link);
margin: 4px;
font-weight: lighter;
display: inline;
text-decoration: underline;
font-style: italic;
cursor: pointer;
white-space: pre;
}
/* Tippy JS Style Overrides */
.tippy-tooltip [x-circle] {
border-radius: 0%;
}
.tippy-tooltip.tippy-tooltip--regular.light-theme.enter.tippy-notransition {
border-radius: 3%;
}
.tippy-popper .tippy-tooltip.light-theme[data-animatefill] {
background-color: white !important;
} | 0.382718 | 0.072308 |
:root {
--spectrum-global-color-status: Verified;
--spectrum-global-color-version: 5.1.0;
--spectrum-global-color-opacity-100: 1;
--spectrum-global-color-opacity-90: 0.9;
--spectrum-global-color-opacity-80: 0.8;
--spectrum-global-color-opacity-70: 0.7;
--spectrum-global-color-opacity-60: 0.6;
--spectrum-global-color-opacity-55: 0.55;
--spectrum-global-color-opacity-50: 0.5;
--spectrum-global-color-opacity-42: 0.42;
--spectrum-global-color-opacity-40: 0.4;
--spectrum-global-color-opacity-30: 0.3;
--spectrum-global-color-opacity-25: 0.25;
--spectrum-global-color-opacity-20: 0.2;
--spectrum-global-color-opacity-15: 0.15;
--spectrum-global-color-opacity-10: 0.1;
--spectrum-global-color-opacity-8: 0.08;
--spectrum-global-color-opacity-7: 0.07;
--spectrum-global-color-opacity-6: 0.06;
--spectrum-global-color-opacity-5: 0.05;
--spectrum-global-color-opacity-4: 0.04;
--spectrum-global-color-opacity-0: 0.00;
--spectrum-global-color-celery-400: rgb(68, 181, 86);
--spectrum-global-color-celery-500: rgb(61, 167, 78);
--spectrum-global-color-celery-600: rgb(55, 153, 71);
--spectrum-global-color-celery-700: rgb(49, 139, 64);
--spectrum-global-color-chartreuse-400: rgb(133, 208, 68);
--spectrum-global-color-chartreuse-500: rgb(124, 195, 63);
--spectrum-global-color-chartreuse-600: rgb(115, 181, 58);
--spectrum-global-color-chartreuse-700: rgb(106, 168, 52);
--spectrum-global-color-yellow-400: rgb(223, 191, 0);
--spectrum-global-color-yellow-500: rgb(210, 178, 0);
--spectrum-global-color-yellow-600: rgb(196, 166, 0);
--spectrum-global-color-yellow-700: rgb(183, 153, 0);
--spectrum-global-color-magenta-400: rgb(216, 55, 144);
--spectrum-global-color-magenta-500: rgb(206, 39, 131);
--spectrum-global-color-magenta-600: rgb(188, 28, 116);
--spectrum-global-color-magenta-700: rgb(174, 14, 102);
--spectrum-global-color-fuchsia-400: rgb(192, 56, 204);
--spectrum-global-color-fuchsia-500: rgb(177, 48, 189);
--spectrum-global-color-fuchsia-600: rgb(162, 40, 173);
--spectrum-global-color-fuchsia-700: rgb(147, 33, 158);
--spectrum-global-color-purple-400: rgb(146, 86, 217);
--spectrum-global-color-purple-500: rgb(134, 76, 204);
--spectrum-global-color-purple-600: rgb(122, 66, 191);
--spectrum-global-color-purple-700: rgb(111, 56, 177);
--spectrum-global-color-indigo-400: rgb(103, 103, 236);
--spectrum-global-color-indigo-500: rgb(92, 92, 224);
--spectrum-global-color-indigo-600: rgb(81, 81, 211);
--spectrum-global-color-indigo-700: rgb(70, 70, 198);
--spectrum-global-color-seafoam-400: rgb(27, 149, 154);
--spectrum-global-color-seafoam-500: rgb(22, 135, 140);
--spectrum-global-color-seafoam-600: rgb(15, 121, 125);
--spectrum-global-color-seafoam-700: rgb(9, 108, 111);
--spectrum-global-color-red-400: rgb(227, 72, 80);
--spectrum-global-color-red-500: rgb(215, 55, 63);
--spectrum-global-color-red-600: rgb(201, 37, 45);
--spectrum-global-color-red-700: rgb(187, 18, 26);
--spectrum-global-color-orange-400: rgb(230, 134, 25);
--spectrum-global-color-orange-500: rgb(218, 123, 17);
--spectrum-global-color-orange-600: rgb(203, 111, 16);
--spectrum-global-color-orange-700: rgb(189, 100, 13);
--spectrum-global-color-green-400: rgb(45, 157, 120);
--spectrum-global-color-green-500: rgb(38, 142, 108);
--spectrum-global-color-green-600: rgb(18, 128, 92);
--spectrum-global-color-green-700: rgb(16, 113, 84);
--spectrum-global-color-blue-400: rgb(38, 128, 235);
--spectrum-global-color-blue-500: rgb(20, 115, 230);
--spectrum-global-color-blue-600: rgb(13, 102, 208);
--spectrum-global-color-blue-700: rgb(9, 90, 186);
--spectrum-global-color-gray-50: rgb(255, 255, 255);
--spectrum-global-color-gray-75: rgb(250, 250, 250);
--spectrum-global-color-gray-100: rgb(245, 245, 245);
--spectrum-global-color-gray-200: rgb(234, 234, 234);
--spectrum-global-color-gray-300: rgb(225, 225, 225);
--spectrum-global-color-gray-400: rgb(202, 202, 202);
--spectrum-global-color-gray-500: rgb(179, 179, 179);
--spectrum-global-color-gray-600: rgb(142, 142, 142);
--spectrum-global-color-gray-700: rgb(110, 110, 110);
--spectrum-global-color-gray-800: rgb(75, 75, 75);
--spectrum-global-color-gray-900: rgb(44, 44, 44);
--spectrum-alias-background-color-primary: var(--spectrum-global-color-gray-50);
--spectrum-alias-background-color-secondary: var(--spectrum-global-color-gray-100);
--spectrum-alias-background-color-tertiary: var(--spectrum-global-color-gray-300);
--spectrum-alias-background-color-modal-overlay: rgba(0,0,0,0.4);
--spectrum-alias-dropshadow-color: rgba(0,0,0,0.15);
--spectrum-alias-background-color-hover-overlay: rgba(44,44,44,0.04);
--spectrum-alias-highlight-hover: rgba(44,44,44,0.06);
--spectrum-alias-highlight-down: rgba(44,44,44,0.1);
--spectrum-alias-highlight-selected: rgba(20,115,230,0.1);
--spectrum-alias-highlight-selected-hover: rgba(20,115,230,0.2);
--spectrum-alias-text-highlight-color: rgba(20,115,230,0.2);
--spectrum-alias-background-color-quickactions: rgba(245,245,245,0.9);
--spectrum-alias-border-color-selected: var(--spectrum-global-color-blue-500);
--spectrum-alias-border-color-translucent: rgba(44,44,44,0.1);
--spectrum-alias-radial-reaction-color-default: rgba(75,75,75,0.6);
--spectrum-alias-pasteboard-background-color: var(--spectrum-global-color-gray-300);
--spectrum-alias-appframe-border-color: var(--spectrum-global-color-gray-300);
--spectrum-alias-appframe-separator-color: var(--spectrum-global-color-gray-300);
--spectrum-slider-s-tick-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-s-ramp-tick-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-s-range-tick-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-s-tick-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-s-ramp-tick-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-s-range-tick-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-s-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-s-ramp-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-s-range-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-s-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-s-ramp-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-s-range-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-m-tick-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-m-ramp-tick-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-m-range-tick-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-m-tick-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-m-ramp-tick-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-m-range-tick-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-m-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-m-ramp-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-m-range-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-m-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-m-ramp-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-m-range-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-l-tick-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-l-ramp-tick-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-l-range-tick-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-l-tick-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-l-ramp-tick-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-l-range-tick-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-l-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-l-ramp-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-l-range-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-l-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-l-ramp-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-l-range-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-xl-tick-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-xl-ramp-tick-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-xl-range-tick-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-xl-tick-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-xl-ramp-tick-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-xl-range-tick-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-xl-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-xl-ramp-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-xl-range-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-xl-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-xl-ramp-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-xl-range-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-well-background-color: rgba(75,75,75,0.02);
--spectrum-well-border-color: rgba(44,44,44,0.05);
--spectrum-scrollbar-mac-s-track-background-color: var(--spectrum-global-color-gray-75);
--spectrum-scrollbar-mac-m-track-background-color: var(--spectrum-global-color-gray-75);
--spectrum-scrollbar-mac-l-track-background-color: var(--spectrum-global-color-gray-75);
} | components/vars/css/themes/spectrum-light.css | :root {
--spectrum-global-color-status: Verified;
--spectrum-global-color-version: 5.1.0;
--spectrum-global-color-opacity-100: 1;
--spectrum-global-color-opacity-90: 0.9;
--spectrum-global-color-opacity-80: 0.8;
--spectrum-global-color-opacity-70: 0.7;
--spectrum-global-color-opacity-60: 0.6;
--spectrum-global-color-opacity-55: 0.55;
--spectrum-global-color-opacity-50: 0.5;
--spectrum-global-color-opacity-42: 0.42;
--spectrum-global-color-opacity-40: 0.4;
--spectrum-global-color-opacity-30: 0.3;
--spectrum-global-color-opacity-25: 0.25;
--spectrum-global-color-opacity-20: 0.2;
--spectrum-global-color-opacity-15: 0.15;
--spectrum-global-color-opacity-10: 0.1;
--spectrum-global-color-opacity-8: 0.08;
--spectrum-global-color-opacity-7: 0.07;
--spectrum-global-color-opacity-6: 0.06;
--spectrum-global-color-opacity-5: 0.05;
--spectrum-global-color-opacity-4: 0.04;
--spectrum-global-color-opacity-0: 0.00;
--spectrum-global-color-celery-400: rgb(68, 181, 86);
--spectrum-global-color-celery-500: rgb(61, 167, 78);
--spectrum-global-color-celery-600: rgb(55, 153, 71);
--spectrum-global-color-celery-700: rgb(49, 139, 64);
--spectrum-global-color-chartreuse-400: rgb(133, 208, 68);
--spectrum-global-color-chartreuse-500: rgb(124, 195, 63);
--spectrum-global-color-chartreuse-600: rgb(115, 181, 58);
--spectrum-global-color-chartreuse-700: rgb(106, 168, 52);
--spectrum-global-color-yellow-400: rgb(223, 191, 0);
--spectrum-global-color-yellow-500: rgb(210, 178, 0);
--spectrum-global-color-yellow-600: rgb(196, 166, 0);
--spectrum-global-color-yellow-700: rgb(183, 153, 0);
--spectrum-global-color-magenta-400: rgb(216, 55, 144);
--spectrum-global-color-magenta-500: rgb(206, 39, 131);
--spectrum-global-color-magenta-600: rgb(188, 28, 116);
--spectrum-global-color-magenta-700: rgb(174, 14, 102);
--spectrum-global-color-fuchsia-400: rgb(192, 56, 204);
--spectrum-global-color-fuchsia-500: rgb(177, 48, 189);
--spectrum-global-color-fuchsia-600: rgb(162, 40, 173);
--spectrum-global-color-fuchsia-700: rgb(147, 33, 158);
--spectrum-global-color-purple-400: rgb(146, 86, 217);
--spectrum-global-color-purple-500: rgb(134, 76, 204);
--spectrum-global-color-purple-600: rgb(122, 66, 191);
--spectrum-global-color-purple-700: rgb(111, 56, 177);
--spectrum-global-color-indigo-400: rgb(103, 103, 236);
--spectrum-global-color-indigo-500: rgb(92, 92, 224);
--spectrum-global-color-indigo-600: rgb(81, 81, 211);
--spectrum-global-color-indigo-700: rgb(70, 70, 198);
--spectrum-global-color-seafoam-400: rgb(27, 149, 154);
--spectrum-global-color-seafoam-500: rgb(22, 135, 140);
--spectrum-global-color-seafoam-600: rgb(15, 121, 125);
--spectrum-global-color-seafoam-700: rgb(9, 108, 111);
--spectrum-global-color-red-400: rgb(227, 72, 80);
--spectrum-global-color-red-500: rgb(215, 55, 63);
--spectrum-global-color-red-600: rgb(201, 37, 45);
--spectrum-global-color-red-700: rgb(187, 18, 26);
--spectrum-global-color-orange-400: rgb(230, 134, 25);
--spectrum-global-color-orange-500: rgb(218, 123, 17);
--spectrum-global-color-orange-600: rgb(203, 111, 16);
--spectrum-global-color-orange-700: rgb(189, 100, 13);
--spectrum-global-color-green-400: rgb(45, 157, 120);
--spectrum-global-color-green-500: rgb(38, 142, 108);
--spectrum-global-color-green-600: rgb(18, 128, 92);
--spectrum-global-color-green-700: rgb(16, 113, 84);
--spectrum-global-color-blue-400: rgb(38, 128, 235);
--spectrum-global-color-blue-500: rgb(20, 115, 230);
--spectrum-global-color-blue-600: rgb(13, 102, 208);
--spectrum-global-color-blue-700: rgb(9, 90, 186);
--spectrum-global-color-gray-50: rgb(255, 255, 255);
--spectrum-global-color-gray-75: rgb(250, 250, 250);
--spectrum-global-color-gray-100: rgb(245, 245, 245);
--spectrum-global-color-gray-200: rgb(234, 234, 234);
--spectrum-global-color-gray-300: rgb(225, 225, 225);
--spectrum-global-color-gray-400: rgb(202, 202, 202);
--spectrum-global-color-gray-500: rgb(179, 179, 179);
--spectrum-global-color-gray-600: rgb(142, 142, 142);
--spectrum-global-color-gray-700: rgb(110, 110, 110);
--spectrum-global-color-gray-800: rgb(75, 75, 75);
--spectrum-global-color-gray-900: rgb(44, 44, 44);
--spectrum-alias-background-color-primary: var(--spectrum-global-color-gray-50);
--spectrum-alias-background-color-secondary: var(--spectrum-global-color-gray-100);
--spectrum-alias-background-color-tertiary: var(--spectrum-global-color-gray-300);
--spectrum-alias-background-color-modal-overlay: rgba(0,0,0,0.4);
--spectrum-alias-dropshadow-color: rgba(0,0,0,0.15);
--spectrum-alias-background-color-hover-overlay: rgba(44,44,44,0.04);
--spectrum-alias-highlight-hover: rgba(44,44,44,0.06);
--spectrum-alias-highlight-down: rgba(44,44,44,0.1);
--spectrum-alias-highlight-selected: rgba(20,115,230,0.1);
--spectrum-alias-highlight-selected-hover: rgba(20,115,230,0.2);
--spectrum-alias-text-highlight-color: rgba(20,115,230,0.2);
--spectrum-alias-background-color-quickactions: rgba(245,245,245,0.9);
--spectrum-alias-border-color-selected: var(--spectrum-global-color-blue-500);
--spectrum-alias-border-color-translucent: rgba(44,44,44,0.1);
--spectrum-alias-radial-reaction-color-default: rgba(75,75,75,0.6);
--spectrum-alias-pasteboard-background-color: var(--spectrum-global-color-gray-300);
--spectrum-alias-appframe-border-color: var(--spectrum-global-color-gray-300);
--spectrum-alias-appframe-separator-color: var(--spectrum-global-color-gray-300);
--spectrum-slider-s-tick-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-s-ramp-tick-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-s-range-tick-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-s-tick-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-s-ramp-tick-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-s-range-tick-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-s-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-s-ramp-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-s-range-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-s-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-s-ramp-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-s-range-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-m-tick-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-m-ramp-tick-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-m-range-tick-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-m-tick-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-m-ramp-tick-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-m-range-tick-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-m-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-m-ramp-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-m-range-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-m-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-m-ramp-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-m-range-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-l-tick-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-l-ramp-tick-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-l-range-tick-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-l-tick-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-l-ramp-tick-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-l-range-tick-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-l-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-l-ramp-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-l-range-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-l-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-l-ramp-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-l-range-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-xl-tick-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-xl-ramp-tick-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-xl-range-tick-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-xl-tick-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-xl-ramp-tick-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-xl-range-tick-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-xl-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-xl-ramp-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-xl-range-editable-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-xl-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-xl-ramp-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-slider-xl-range-radial-reaction-color: rgba(75,75,75,0.6);
--spectrum-well-background-color: rgba(75,75,75,0.02);
--spectrum-well-border-color: rgba(44,44,44,0.05);
--spectrum-scrollbar-mac-s-track-background-color: var(--spectrum-global-color-gray-75);
--spectrum-scrollbar-mac-m-track-background-color: var(--spectrum-global-color-gray-75);
--spectrum-scrollbar-mac-l-track-background-color: var(--spectrum-global-color-gray-75);
} | 0.655226 | 0.115511 |
.vbwidget {
font-size: 13px;
font-family: Tahoma,Helvetica;
background-color: #F8F8F8;
padding: 5px;
position: relative;
width: 100%;
padding-top: 15px;
}
.vbwidget h1,
.vbwidget h2,
.vbwidget h3,
.vbwidget h4,
.vbwidget h5,
.vbwidget h6,
.vbwidget img,
.vbwidget form,
.vbwidget fieldset,
.vbwidget legend,
.vbwidget blockquote,
.vbwidget p{
margin: 0;
padding: 0;
border: none;
}
.vbwidget a {
text-decoration: underline;
color: #3C84DD;
}
.vbwidget a:hover {
text-decoration: none;
}
.voicebase_record_details {
position: relative;
height: 50px;
}
.voicebase_record_details .voicebase_search_form {
padding: 0;
position: absolute;
right: 0;
z-index: 10;
width: auto;
/*top: 40px;*/
left: 0px;
}
.voicebase_record_details .voicebase_search_form .voicebase_widget_wrap {
margin-right: 88px;
}
@-moz-document url-prefix()
{
.voicebase_record_details .voicebase_search_form .voicebase_widget_wrap {
margin-right: 98px;
}
}
.voicebase_widget_wrap {
height: 24px;
padding: 4px 5px 5px 10px;
width: auto;
}
.formfields, .voicebase_widget_wrap {
background-color: #FFFFFF;
background-image: url("http://api.voicebase.com/images/inner/ibg.gif");
background-repeat: repeat-x;
border: 1px solid #BFBFBF;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 1px 0 #FFFFFF;
color: #6C6C6C;
font-family: Tahoma,Helvetica;
font-size: 13px;
line-height: 17px;
position: relative;
}
.voicebase_widget_wrap:hover, .voicebase_widget_wrap.focused {
border-color: #3189CC;
}
.voicebase_widget {
position: relative;
}
.voicebase_widget .formfields {
background-color: #FFFFFF;
background-image: none;
border: medium none;
border-radius: 0 0 0 0;
box-shadow: none;
height: 24px;
line-height: 24px;
opacity: 0;
padding: 0px 10px 3px 0px;
position: absolute;
width: 97%;
z-index: 3;
outline: none;
}
.voicebase_search_form .voicebase_buttons {
position: absolute;
right: 0;
top: 0;
z-index: 4;
}
.voicebase_buttons {
font-size: 12px;
}
.voicebase_buttons, .voicebase_buttons input, .plupload_buttons {
font-family: Arial;
font-size: 12px;
font-weight: bold;
line-height: 19px;
}
.voicebase_search_form .voicebase_buttons span {
background-image: url("http://api.voicebase.com/images/buttons/bg_blue.gif");
border: medium none;
margin: 0 0 0 2px;
}
.autonotes .voicebase_record_info .voicebase_buttons span {
background-image: url("http://api.voicebase.com/images/buttons/bg.gif");
background-repeat: repeat-x;
border-color: #5F983A #598E36 #598E36;
display: block;
}
.voicebase_buttons span, .plupload_buttons a {
background-image: -moz-linear-gradient(center bottom , #9ECB57 0%, #CBE285 100%);
}
.voicebase_buttons span, .voicebase_buttons ins, .voicebase_buttons em {
border: 1px solid #9AB75D;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 1px 1px #E9E9E9;
margin-bottom: 12px;
}
.voicebase_buttons span, .voicebase_buttons ins, .voicebase_buttons em {
display: block;
float: left;
font-style: normal;
margin-right: 13px;
position: relative;
text-decoration: none;
}
.voicebase_search_form .voicebase_buttons span input {
border-color: #0068FE;
color: #FFFFFF;
text-shadow: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-image: none;
border-right: 1px solid #9AD973;
border-style: solid;
border-width: 1px;
font-size: 13px;
padding: 7px 10px;
position: relative;
z-index: 2;
margin: 0;
}
.autonotes .voicebase_record_info .voicebase_buttons span a {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: #DAFCBF #9AD973 #9AD973;
border-image: none;
border-right: 1px solid #9AD973;
border-style: solid;
border-width: 1px;
color: #261A08;
font-size: 13px;
padding: 7px 10px;
position: relative;
text-shadow: 0 1px 0 #9BFF61;
z-index: 2;
}
.voicebase_search_form .voicebase_buttons span:hover {
background-image:url("http://api.voicebase.com/images/buttons/bg_blue.gif");
background-position:0px -27px;
-pie-background:url(http://api.voicebase.com/images/buttons/bg_blue.gif) repeat-x;
}
.voicebase_buttons span a, .voicebase_buttons span input {
border-top: 1px solid #D7E9A4;
color: #5D7731;
text-shadow: 0 1px 0 #CFE5A4;
}
.voicebase_buttons a, .voicebase_buttons input, .plupload_buttons a {
border-radius: 3px 3px 3px 3px;
padding: 3px 14px 5px;
}
.voicebase_buttons input {
background-color: transparent;
background-image: none;
border: medium none;
cursor: pointer;
display: block;
overflow: visible;
}
.voicebase_buttons, .voicebase_buttons input, .plupload_buttons {
font-family: Arial;
font-size: 12px;
font-weight: bold;
line-height: 19px;
}
#voicebase_search_string {
height: 27px;
overflow: hidden;
position: relative;
width: 96%;
}
#voicebase_search_string .marquee {
position: relative;
}
#voicebase_search_string .marquee div {
position: absolute;
width: 800%;
}
.voicebase_word {
border: 1px solid #0B0B0B;
border-radius: 3px 3px 3px 3px;
color: #FFFFFF;
display: block;
float: left;
font-family: Arial;
font-size: 11px;
font-weight: bold;
line-height: 15px;
margin: 0 5px 3px 0;
position: relative;
}
.voicebase_word em {
background-color: #444444;
background-image: -moz-linear-gradient(center bottom , #343434 0%, #545454 100%);
border-radius: 2px 2px 2px 2px;
border-top: 1px solid #838383;
box-shadow: 0 1px 3px #A3A3A3;
padding: 2px 10px 4px 27px;
}
.voicebase_word dfn, .voicebase_word em {
display: block;
font-style: normal;
white-space: nowrap;
}
.voicebase_marker {
height: 0px;
width: 0px;
overflow: hidden;
position: absolute;
border: 5px solid transparent;
border-bottom-width: 11px;
border-top-width: 0px;
left: 8px;
top: 4px;
-moz-box-shadow: 0px 1px 0px #000000;
-webkit-box-shadow: 0px 1px 0px #000000;
-khtml-box-shadow: 0px 1px 0px #000000;
-o-box-shadow: 0px 1px 0px #000000;
-ms-box-shadow: 0px 1px 0px #000000;
box-shadow: 0px 1px 0px #000000;
}
.voicebase_record_preview .voicebase_marker {
cursor: pointer;
top: auto;
left: auto;
overflow: visible;
margin-left: -4px;
-moz-box-shadow: 0px 1px 0px #FFFFFF;
-webkit-box-shadow: 0px 1px 0px #FFFFFF;
-khtml-box-shadow: 0px 1px 0px #FFFFFF;
-o-box-shadow: 0px 1px 0px #FFFFFF;
-ms-box-shadow: 0px 1px 0px #FFFFFF;
box-shadow: 0px 1px 0px #FFFFFF;
}
.voicebase_record_preview .voicebase_record_timeline_wrap .voicebase_marker {
margin-top: 6px;
}
.voicebase_marker ins {
background-image: url(../images/marker_mask.png);
cursor: pointer;
display: block;
width: 10px;
height: 11px;
margin-left: -5px;
overflow: hidden;
text-decoration: none;
position: absolute;
}
a.voicebase_marker:hover{
border-bottom-color: #BBBBBB !important;
}
.voicebase_markers .comment {
margin-top: 16px;
text-align: center;
background-color: #EDF0F8;
border-radius: 2px 2px 2px 2px;
display: none;
left: 0;
margin-top: 12px;
padding: 3px 0 5px;
position: absolute;
right: 0;
z-index: 10;
color: #6C6C6C;
}
/*.autonotes.like #clear_string {
display: none;
}*/
#clear_string.filled {
background-position: 0 0;
}
#clear_string {
background-image: url("http://api.voicebase.com/images/icons/clear.png");
background-position: 0 -32px;
background-repeat: no-repeat;
display: block;
height: 16px;
position: absolute;
right: 0px;
text-decoration: none;
top: 5px;
width: 15px;
z-index: 10;
}
#clear_string.filled {
background-position: 0px 0px;
}
#clear_string:hover {
background-position: 0px -16px;
}
.voicebase_search_form .voicebase_buttons {
position: absolute;
right: 0;
top: 0;
z-index: 4;
}
.fixer {
clear: both;
display: block;
font-size: 0;
height: 0;
line-height: 0;
margin: 0;
overflow: hidden;
padding: 0;
width: 0;
}
/*-----------*/
.voicebase_record_timeline {
height:5px;
font-size:5px;
line-height:5px;
overflow:hidden;
border:1px solid #568ab6;
border-top-color:#85b0d5;
-moz-border-radius:3px;
-webkit-border-radius:3px;
-khtml-border-radius:3px;
-o-border-radius:3px;
-ms-border-radius:3px;
border-radius:3px;
background-image:linear-gradient(bottom, #4898d8 0%, #bfdcf4 100%);
background-image:-o-linear-gradient(bottom, #4898d8 0%, #bfdcf4 100%);
background-image:-moz-linear-gradient(bottom, #4898d8 0%, #bfdcf4 100%);
background-image:-webkit-linear-gradient(bottom, #4898d8 0%, #bfdcf4 100%);
background-image:-ms-linear-gradient(bottom, #4898d8 0%, #bfdcf4 100%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, #4898D8),
color-stop(1, #BFDCF4)
);
-pie-background:linear-gradient(#bfdcf4, #4898d8);
}
.voicebase_markers {
width: 100%;
display: block;
z-index: 90;
padding: 0px 0;
}
.voicebase_pager, .voicebase_bar {
font-family: Tahoma, Helvetica;
font-size: 13px;
line-height: 19px;
color: #6C6C6C;
background-color: #EEEEEE;
border: 1px solid #EEEEEE;
border-bottom-color: #D5D5D5;
padding: 10px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
margin-bottom: 15px;
}
/* - Search results- */
.voicebase_record {
padding-bottom: 18px;
margin-bottom: 18px;
border-bottom: 1px solid #CFCFCF;
-moz-box-shadow: 0px 1px 0px #FFFFFF;
-webkit-box-shadow: 0px 1px 0px #FFFFFF;
-khtml-box-shadow: 0px 1px 0px #FFFFFF;
-o-box-shadow: 0px 1px 0px #FFFFFF;
-ms-box-shadow: 0px 1px 0px #FFFFFF;
box-shadow: 0px 1px 0px #FFFFFF;
}
.voicebase_record_description {
float: left;
width: 28%;
line-height: 17px;
min-height: 60px;
overflow: hidden;
}
.voicebase_record_description p {
color: #6D6D6D;
padding-bottom: 10px;
}
.voicebase_record_preview {
width: 72%;
float: right;
position: relative;
}
.voicebase_record_times {
position: absolute;
white-space: nowrap;
top: -41px;
display: none;
right: 0px;
}
.autonotes .voicebase_record_times {
top: 15px;
right: auto;
}
.autonotes.like .voicebase_record_times {
top: -41px;
right: 0px;
left: auto;
}
.voicebase_record_description h2, #voicebase_main .voicebase_record_description h2 {
font-family: Arial;
color: #363636;
font-size: 14px;
font-weight: bold;
padding-bottom: 0px;
border: none;
}
.voicebase_record_description h2 a, #voicebase_main .voicebase_record_description h2 a {
text-decoration: none;
color: #363636;
word-break: break-all;
}
.voicebase_record_technical_info {
color: #8C8C8C;
}
.voicebase_record_technical_info span {
display: block;
padding: 1px 0px 0px 18px;
background-image: url(http://api.voicebase.com/images/icons/clock.png);
background-repeat: no-repeat;
background-position: 0px 3px;
}
.voicebase_record_times {
position: absolute;
white-space: nowrap;
top: -41px;
display: none;
right: 0px;
}
.autonotes .voicebase_record_times {
top: 15px;
right: auto;
}
.autonotes.like .voicebase_record_times {
top: -41px;
right: 0px;
left: auto;
}
.count_of_shares {
padding-bottom: 25px;
color: #6D6D6D;
}
.count_of_shares a {
color: #6D6D6D;
text-decoration: none;
}
.errormessage {
text-align: center;
width: 100%;
background-color: #FFEEEE;
}
.checker,
.checker .voicebase_record_description,
.checker .voicebase_record_preview,
.checker .voicebase_record_timeline{
height: 0px;
min-height: 0px;
border: 0;
} | service/widget/vbwidget_styles.css | .vbwidget {
font-size: 13px;
font-family: Tahoma,Helvetica;
background-color: #F8F8F8;
padding: 5px;
position: relative;
width: 100%;
padding-top: 15px;
}
.vbwidget h1,
.vbwidget h2,
.vbwidget h3,
.vbwidget h4,
.vbwidget h5,
.vbwidget h6,
.vbwidget img,
.vbwidget form,
.vbwidget fieldset,
.vbwidget legend,
.vbwidget blockquote,
.vbwidget p{
margin: 0;
padding: 0;
border: none;
}
.vbwidget a {
text-decoration: underline;
color: #3C84DD;
}
.vbwidget a:hover {
text-decoration: none;
}
.voicebase_record_details {
position: relative;
height: 50px;
}
.voicebase_record_details .voicebase_search_form {
padding: 0;
position: absolute;
right: 0;
z-index: 10;
width: auto;
/*top: 40px;*/
left: 0px;
}
.voicebase_record_details .voicebase_search_form .voicebase_widget_wrap {
margin-right: 88px;
}
@-moz-document url-prefix()
{
.voicebase_record_details .voicebase_search_form .voicebase_widget_wrap {
margin-right: 98px;
}
}
.voicebase_widget_wrap {
height: 24px;
padding: 4px 5px 5px 10px;
width: auto;
}
.formfields, .voicebase_widget_wrap {
background-color: #FFFFFF;
background-image: url("http://api.voicebase.com/images/inner/ibg.gif");
background-repeat: repeat-x;
border: 1px solid #BFBFBF;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 1px 0 #FFFFFF;
color: #6C6C6C;
font-family: Tahoma,Helvetica;
font-size: 13px;
line-height: 17px;
position: relative;
}
.voicebase_widget_wrap:hover, .voicebase_widget_wrap.focused {
border-color: #3189CC;
}
.voicebase_widget {
position: relative;
}
.voicebase_widget .formfields {
background-color: #FFFFFF;
background-image: none;
border: medium none;
border-radius: 0 0 0 0;
box-shadow: none;
height: 24px;
line-height: 24px;
opacity: 0;
padding: 0px 10px 3px 0px;
position: absolute;
width: 97%;
z-index: 3;
outline: none;
}
.voicebase_search_form .voicebase_buttons {
position: absolute;
right: 0;
top: 0;
z-index: 4;
}
.voicebase_buttons {
font-size: 12px;
}
.voicebase_buttons, .voicebase_buttons input, .plupload_buttons {
font-family: Arial;
font-size: 12px;
font-weight: bold;
line-height: 19px;
}
.voicebase_search_form .voicebase_buttons span {
background-image: url("http://api.voicebase.com/images/buttons/bg_blue.gif");
border: medium none;
margin: 0 0 0 2px;
}
.autonotes .voicebase_record_info .voicebase_buttons span {
background-image: url("http://api.voicebase.com/images/buttons/bg.gif");
background-repeat: repeat-x;
border-color: #5F983A #598E36 #598E36;
display: block;
}
.voicebase_buttons span, .plupload_buttons a {
background-image: -moz-linear-gradient(center bottom , #9ECB57 0%, #CBE285 100%);
}
.voicebase_buttons span, .voicebase_buttons ins, .voicebase_buttons em {
border: 1px solid #9AB75D;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 1px 1px #E9E9E9;
margin-bottom: 12px;
}
.voicebase_buttons span, .voicebase_buttons ins, .voicebase_buttons em {
display: block;
float: left;
font-style: normal;
margin-right: 13px;
position: relative;
text-decoration: none;
}
.voicebase_search_form .voicebase_buttons span input {
border-color: #0068FE;
color: #FFFFFF;
text-shadow: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-image: none;
border-right: 1px solid #9AD973;
border-style: solid;
border-width: 1px;
font-size: 13px;
padding: 7px 10px;
position: relative;
z-index: 2;
margin: 0;
}
.autonotes .voicebase_record_info .voicebase_buttons span a {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: #DAFCBF #9AD973 #9AD973;
border-image: none;
border-right: 1px solid #9AD973;
border-style: solid;
border-width: 1px;
color: #261A08;
font-size: 13px;
padding: 7px 10px;
position: relative;
text-shadow: 0 1px 0 #9BFF61;
z-index: 2;
}
.voicebase_search_form .voicebase_buttons span:hover {
background-image:url("http://api.voicebase.com/images/buttons/bg_blue.gif");
background-position:0px -27px;
-pie-background:url(http://api.voicebase.com/images/buttons/bg_blue.gif) repeat-x;
}
.voicebase_buttons span a, .voicebase_buttons span input {
border-top: 1px solid #D7E9A4;
color: #5D7731;
text-shadow: 0 1px 0 #CFE5A4;
}
.voicebase_buttons a, .voicebase_buttons input, .plupload_buttons a {
border-radius: 3px 3px 3px 3px;
padding: 3px 14px 5px;
}
.voicebase_buttons input {
background-color: transparent;
background-image: none;
border: medium none;
cursor: pointer;
display: block;
overflow: visible;
}
.voicebase_buttons, .voicebase_buttons input, .plupload_buttons {
font-family: Arial;
font-size: 12px;
font-weight: bold;
line-height: 19px;
}
#voicebase_search_string {
height: 27px;
overflow: hidden;
position: relative;
width: 96%;
}
#voicebase_search_string .marquee {
position: relative;
}
#voicebase_search_string .marquee div {
position: absolute;
width: 800%;
}
.voicebase_word {
border: 1px solid #0B0B0B;
border-radius: 3px 3px 3px 3px;
color: #FFFFFF;
display: block;
float: left;
font-family: Arial;
font-size: 11px;
font-weight: bold;
line-height: 15px;
margin: 0 5px 3px 0;
position: relative;
}
.voicebase_word em {
background-color: #444444;
background-image: -moz-linear-gradient(center bottom , #343434 0%, #545454 100%);
border-radius: 2px 2px 2px 2px;
border-top: 1px solid #838383;
box-shadow: 0 1px 3px #A3A3A3;
padding: 2px 10px 4px 27px;
}
.voicebase_word dfn, .voicebase_word em {
display: block;
font-style: normal;
white-space: nowrap;
}
.voicebase_marker {
height: 0px;
width: 0px;
overflow: hidden;
position: absolute;
border: 5px solid transparent;
border-bottom-width: 11px;
border-top-width: 0px;
left: 8px;
top: 4px;
-moz-box-shadow: 0px 1px 0px #000000;
-webkit-box-shadow: 0px 1px 0px #000000;
-khtml-box-shadow: 0px 1px 0px #000000;
-o-box-shadow: 0px 1px 0px #000000;
-ms-box-shadow: 0px 1px 0px #000000;
box-shadow: 0px 1px 0px #000000;
}
.voicebase_record_preview .voicebase_marker {
cursor: pointer;
top: auto;
left: auto;
overflow: visible;
margin-left: -4px;
-moz-box-shadow: 0px 1px 0px #FFFFFF;
-webkit-box-shadow: 0px 1px 0px #FFFFFF;
-khtml-box-shadow: 0px 1px 0px #FFFFFF;
-o-box-shadow: 0px 1px 0px #FFFFFF;
-ms-box-shadow: 0px 1px 0px #FFFFFF;
box-shadow: 0px 1px 0px #FFFFFF;
}
.voicebase_record_preview .voicebase_record_timeline_wrap .voicebase_marker {
margin-top: 6px;
}
.voicebase_marker ins {
background-image: url(../images/marker_mask.png);
cursor: pointer;
display: block;
width: 10px;
height: 11px;
margin-left: -5px;
overflow: hidden;
text-decoration: none;
position: absolute;
}
a.voicebase_marker:hover{
border-bottom-color: #BBBBBB !important;
}
.voicebase_markers .comment {
margin-top: 16px;
text-align: center;
background-color: #EDF0F8;
border-radius: 2px 2px 2px 2px;
display: none;
left: 0;
margin-top: 12px;
padding: 3px 0 5px;
position: absolute;
right: 0;
z-index: 10;
color: #6C6C6C;
}
/*.autonotes.like #clear_string {
display: none;
}*/
#clear_string.filled {
background-position: 0 0;
}
#clear_string {
background-image: url("http://api.voicebase.com/images/icons/clear.png");
background-position: 0 -32px;
background-repeat: no-repeat;
display: block;
height: 16px;
position: absolute;
right: 0px;
text-decoration: none;
top: 5px;
width: 15px;
z-index: 10;
}
#clear_string.filled {
background-position: 0px 0px;
}
#clear_string:hover {
background-position: 0px -16px;
}
.voicebase_search_form .voicebase_buttons {
position: absolute;
right: 0;
top: 0;
z-index: 4;
}
.fixer {
clear: both;
display: block;
font-size: 0;
height: 0;
line-height: 0;
margin: 0;
overflow: hidden;
padding: 0;
width: 0;
}
/*-----------*/
.voicebase_record_timeline {
height:5px;
font-size:5px;
line-height:5px;
overflow:hidden;
border:1px solid #568ab6;
border-top-color:#85b0d5;
-moz-border-radius:3px;
-webkit-border-radius:3px;
-khtml-border-radius:3px;
-o-border-radius:3px;
-ms-border-radius:3px;
border-radius:3px;
background-image:linear-gradient(bottom, #4898d8 0%, #bfdcf4 100%);
background-image:-o-linear-gradient(bottom, #4898d8 0%, #bfdcf4 100%);
background-image:-moz-linear-gradient(bottom, #4898d8 0%, #bfdcf4 100%);
background-image:-webkit-linear-gradient(bottom, #4898d8 0%, #bfdcf4 100%);
background-image:-ms-linear-gradient(bottom, #4898d8 0%, #bfdcf4 100%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, #4898D8),
color-stop(1, #BFDCF4)
);
-pie-background:linear-gradient(#bfdcf4, #4898d8);
}
.voicebase_markers {
width: 100%;
display: block;
z-index: 90;
padding: 0px 0;
}
.voicebase_pager, .voicebase_bar {
font-family: Tahoma, Helvetica;
font-size: 13px;
line-height: 19px;
color: #6C6C6C;
background-color: #EEEEEE;
border: 1px solid #EEEEEE;
border-bottom-color: #D5D5D5;
padding: 10px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
margin-bottom: 15px;
}
/* - Search results- */
.voicebase_record {
padding-bottom: 18px;
margin-bottom: 18px;
border-bottom: 1px solid #CFCFCF;
-moz-box-shadow: 0px 1px 0px #FFFFFF;
-webkit-box-shadow: 0px 1px 0px #FFFFFF;
-khtml-box-shadow: 0px 1px 0px #FFFFFF;
-o-box-shadow: 0px 1px 0px #FFFFFF;
-ms-box-shadow: 0px 1px 0px #FFFFFF;
box-shadow: 0px 1px 0px #FFFFFF;
}
.voicebase_record_description {
float: left;
width: 28%;
line-height: 17px;
min-height: 60px;
overflow: hidden;
}
.voicebase_record_description p {
color: #6D6D6D;
padding-bottom: 10px;
}
.voicebase_record_preview {
width: 72%;
float: right;
position: relative;
}
.voicebase_record_times {
position: absolute;
white-space: nowrap;
top: -41px;
display: none;
right: 0px;
}
.autonotes .voicebase_record_times {
top: 15px;
right: auto;
}
.autonotes.like .voicebase_record_times {
top: -41px;
right: 0px;
left: auto;
}
.voicebase_record_description h2, #voicebase_main .voicebase_record_description h2 {
font-family: Arial;
color: #363636;
font-size: 14px;
font-weight: bold;
padding-bottom: 0px;
border: none;
}
.voicebase_record_description h2 a, #voicebase_main .voicebase_record_description h2 a {
text-decoration: none;
color: #363636;
word-break: break-all;
}
.voicebase_record_technical_info {
color: #8C8C8C;
}
.voicebase_record_technical_info span {
display: block;
padding: 1px 0px 0px 18px;
background-image: url(http://api.voicebase.com/images/icons/clock.png);
background-repeat: no-repeat;
background-position: 0px 3px;
}
.voicebase_record_times {
position: absolute;
white-space: nowrap;
top: -41px;
display: none;
right: 0px;
}
.autonotes .voicebase_record_times {
top: 15px;
right: auto;
}
.autonotes.like .voicebase_record_times {
top: -41px;
right: 0px;
left: auto;
}
.count_of_shares {
padding-bottom: 25px;
color: #6D6D6D;
}
.count_of_shares a {
color: #6D6D6D;
text-decoration: none;
}
.errormessage {
text-align: center;
width: 100%;
background-color: #FFEEEE;
}
.checker,
.checker .voicebase_record_description,
.checker .voicebase_record_preview,
.checker .voicebase_record_timeline{
height: 0px;
min-height: 0px;
border: 0;
} | 0.423577 | 0.084871 |
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
background:#f8f8f8;
margin-bottom:50px;
font-family:"微软雅黑"
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: auto;
background-color: #f8f8f8;
}
*{margin:0px; padding:0px;}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
.container .text-muted {
margin: 20px 0;
}
.footer > .container {
padding-right: 15px;
padding-left: 15px;
}
code {
font-size: 80%;
}
a:hover{text-decoration:none;}
hr{margin-top:0;margin-bottom:0;}
li{list-style:none;}
.fr{float:right;}
.fl{float:left;}
.blue {color:#ee0a3b;}
.red {color:#ee0a3b;}
.grey{color:#ddd;}
.shallow_grey{color:#b5b5b5;}
.btn-danger{background:#EF363E;}
.btn-warning{background:#FF8A00;}
a {color:#333333;}
a:hover {color:#000000;}
.left{float:left;}
.right{float:right;}
/*导航栏样式*/
.nav {background:#ee0a3b;height:40px;padding-top:5px;}
a.logo{display:block;margin-top:5px;}
#search_btn {cursor:pointer;}
.white{color:#ffffff}
.nav form{margin-top:2px;}
#nav-keyword{height:18px;width:85%;box-shadow:none;border-radius:5px; border:0px;}
.nav form span.icon-search{margin-top:5px;}
.nav .col-xs-8 {padding-left:0px;padding-right:0px;}
.nav .col-xs-2 {padding-left:0px;padding-right:0px;}
.nav-search-icon {font-size:1.5em;}
.nav .header-icon{text-align:center;margin-top:2px;}
#search_btn{cursor:pointer;height:30px;line-height:30px;position:absolute;top:0px;right:0px;padding-right:15px;}
/*标题栏样式*/
.header-bar {text-align: center;background-color: #f8f8f8;border-bottom: 1px solid #f4f4f4;}
.header-bar h5{margin:0px; line-height:35px; height:35px; overflow:hidden; text-align:center; width:96%; padding:0 2%;}
.header-bar .cur a{color:#666;}
/*商品描述*/
.desc{margin:0 auto;border-bottom:1px solid #ddd;padding-bottom:5px;}
.desc h4{font-weight:normal; line-height:25px; max-height:50px; overflow:hidden; margin:5px 0px; font-size:16px; color:#333; background:#fff; padding:0 5px}
.desc .cur_price{font-size:1.1em;}
.button-panel {text-align:center;padding:10px 0;border-bottom:5px solid #f3f3f3;}
/*倒计时样式*/
.activity-image{position:relative;}
a.deadline { color:#D3D3D4; background-color:rgba(0,0,0,0.8);
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#A0000000', EndColorStr='#A0000000');
padding:5px 0;
position: absolute;
left:0;right:0;bottom:0;
width: 100%;
text-decoration: none;
font: 14px Microsoft YaHei, Verdana;
color:#fff;
}
.deadline i{font-size:16px;padding-right:5px;}
.deadline strong{color:red;}
/*商品属性*/
.desc .info{padding:10px 0 0 0;}
.desc .info li.property{height:auto; padding-top:4px;}
.desc .info li.property table{border-collapse:collapse; border-spacing:0;}
.desc .info li.property td{vertical-align:top; padding:0;}
.desc .info li.property span{border:1px solid #ddd; padding:0 10px; margin:2px 5px 4px 0; height:24px; line-height:24px; overflow:hidden; display:inline-block; background:#fff;}
.desc .info li.property span.cur{border:1px solid red; background:#ffffff;}
.desc .go-detail{background:#FFF; margin-top:8px; border-radius:5px; font-size:16px;margin-right:10px;}
.desc .go-detail a{font-size:16px; color:#5a5a5a; display:block; width:100%; text-indent:10px; padding:8px 0px}
.desc .go-detail a span{float:right; margin-right:8px; background:url('../image/right-arrow.png') no-repeat right center; padding:0px 10px}
#help_kan{float:none;}
#self_kan{float:none;}
#invite_kan{float:none;}
.kanjia_list .title h5{padding-left:10px;}
.kanjia_lsit hr{heihgt:1px;margin:0;padding:0;}
.laknjia_list caption {border-bottom:1px solid #D1D1D1;}
.kanjia_list .table > tbody > tr > td{border-top:0px;text-align:center;}
.kanjia_list .table{margin-top:10px;width:80%;float:none;}
/*购买面板*/
.buy-panel {background:#dadada;margin-bottom:0px;padding-top:5px;padding-bottom:5px;}
.buy-panel li {height:40px;line-height:40px;}
.buy-panel .col-xs-5 {padding:0;}
.buy-panel #buy_btn{width:100%;}
/*shop页样式*/
.filter{margin-bottom:5px;padding-bottom:0px;margin:0 auto;}
.filter li {padding-left:5px;padding-right:5px;list-style:none;height:34px;line-height:30px;font-size:15px;}
.filter .col-xs-3{padding-left:0px;padding-right:0px;}
.product_list {background:#f8f8f8; width:100%; overflow:hidden}
.product_list .well{padding:0px;background:#ffffff; border:none}
.product_list .item{margin-bottom:5px;}
.product_list .item .row{margin-left:0px;margin-right:0px;}
.product_list hr{}
.product_list h5 {margin:5px 0;font-size:14px; color:#666; line-height:20px; max-height:50px; overflow:hidden;}
.product_list p {margin:0px;font-size:12px;}
.product_list .item .item_desc{margin:0;padding:0 5px;width:100%;}
.product_list .item .image{ width:60%; overflow:hidden; padding:0px; margin:2% 0 0 20%; max-height:200px;}
.product_list .item .image a img{ width:100%; }
.product_list ul.brief_info{padding:5 20px;margin-bottom:0px;}
.product_list ul.brief_info li{padding-left:0px;padding-right:0px;text-align:center; line-height:30px;}
.product_list .kan-button{ padding-right:15px}
.product_list .col-xs-2{padding:0px;}
.product_list span.cur-price{font-size:15px;font-weight:bold;}
/*底部导航样式*/
.navbar-default {
background:rgba(0,0,0,0.8);
border-color: #000000;
}
.footer .col-xs-2{padding-left:5px;padding-right:5px;width:18%;}
#footer-nav{padding:5px 0;background:rgba(0,0,0,0.8);margin-bottom:0px;}
#footer-nav li{text-align:center;}
.footer a{color:white;}
/*分享层样式*/
.share_layer{width:100%; height:100%; overflow:hidden; text-align:right; position:fixed; top:0px; left:0px; display:none; z-index:100000;}
.share_layer img{max-width:600px; width:100%; position:relative;}
.b10{height:10px; font-size:1px; width:100%;}
/*订单页面样式*/
.order_info {padding-top:10px;padding-bottom:10px;background:#f5f5f5;}
.order_info .well{margin-left:5px;margin-right:5px;padding:5px;background:#ffffff;border:1px solid #ddd;margin-bottom:10px;}
.order_info h5{font-weight:bold;}
.order_info hr{margin:5px 0;}
.order_info .table {margin-bottom:5px;}
.order_info #order_remark{padding-bottom:30px;}
.order_sum .col-xs-5 {padding-left:0px;padding-right:0px;}
.order_sum #submit{width:100%;}
#address_info ul{padding-left:10px;}
#new_address_info{display:none;margin-left:10px;margin-right:10px;}
#order_form .form-control{width:90%;}
#diqu .form-control{width:auto;}
/*产品详细页样式*/
#detail #description{margin:8px;}
#detail #description .contents{line-height:180%; overflow:hidden; min-height:250px;}
#detail #description div img{
width:100%;
}
#detail .productshow_title { padding:10px 0px;}
#detail #description{margin:8px;}
#detail #description .contents{line-height:180%; overflow:hidden; min-height:250px;}
#detail #description div img{
width:100%;
}
#detail h5{height:35px;border:1px solid #e7e7e7; line-height:35px; border-left:0; border-right:0; width:100%; margin:0px 0px 5px 0px; padding:0px; color:#ff0000; text-align:center}
#detail .desc{padding:5px 0px;border-bottom:0px;}
#detail .desc h5 span{display:block; height:35px; line-height:35px; text-align:center; width:50%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; float:left; cursor:pointer; color:#000}
#detail .desc h5 span.cur{color:#ff0000}
.commit_list{ margin:8px 5px;}
.commit_list table{margin:0px 0px 8px 0px; border-bottom:1px #ddd dotted}
.commit_list table td{line-height:26px;}
.commit_list .commit_time{padding-left:8px; font-size:14px; font-family:"Times New Roman"; color:#F60}
.commit_list .commit_note{padding:0px 16px; font-size:12px; color:#696969; line-height:20px}
.commit_list .commit_score{color:#7d0000; text-align:right; padding-right:8px; font-size:16px; font-family:"Arial, Helvetica, sans-serif"} | public/static/api/kanjia/css/style.css | html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
background:#f8f8f8;
margin-bottom:50px;
font-family:"微软雅黑"
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: auto;
background-color: #f8f8f8;
}
*{margin:0px; padding:0px;}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
.container .text-muted {
margin: 20px 0;
}
.footer > .container {
padding-right: 15px;
padding-left: 15px;
}
code {
font-size: 80%;
}
a:hover{text-decoration:none;}
hr{margin-top:0;margin-bottom:0;}
li{list-style:none;}
.fr{float:right;}
.fl{float:left;}
.blue {color:#ee0a3b;}
.red {color:#ee0a3b;}
.grey{color:#ddd;}
.shallow_grey{color:#b5b5b5;}
.btn-danger{background:#EF363E;}
.btn-warning{background:#FF8A00;}
a {color:#333333;}
a:hover {color:#000000;}
.left{float:left;}
.right{float:right;}
/*导航栏样式*/
.nav {background:#ee0a3b;height:40px;padding-top:5px;}
a.logo{display:block;margin-top:5px;}
#search_btn {cursor:pointer;}
.white{color:#ffffff}
.nav form{margin-top:2px;}
#nav-keyword{height:18px;width:85%;box-shadow:none;border-radius:5px; border:0px;}
.nav form span.icon-search{margin-top:5px;}
.nav .col-xs-8 {padding-left:0px;padding-right:0px;}
.nav .col-xs-2 {padding-left:0px;padding-right:0px;}
.nav-search-icon {font-size:1.5em;}
.nav .header-icon{text-align:center;margin-top:2px;}
#search_btn{cursor:pointer;height:30px;line-height:30px;position:absolute;top:0px;right:0px;padding-right:15px;}
/*标题栏样式*/
.header-bar {text-align: center;background-color: #f8f8f8;border-bottom: 1px solid #f4f4f4;}
.header-bar h5{margin:0px; line-height:35px; height:35px; overflow:hidden; text-align:center; width:96%; padding:0 2%;}
.header-bar .cur a{color:#666;}
/*商品描述*/
.desc{margin:0 auto;border-bottom:1px solid #ddd;padding-bottom:5px;}
.desc h4{font-weight:normal; line-height:25px; max-height:50px; overflow:hidden; margin:5px 0px; font-size:16px; color:#333; background:#fff; padding:0 5px}
.desc .cur_price{font-size:1.1em;}
.button-panel {text-align:center;padding:10px 0;border-bottom:5px solid #f3f3f3;}
/*倒计时样式*/
.activity-image{position:relative;}
a.deadline { color:#D3D3D4; background-color:rgba(0,0,0,0.8);
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#A0000000', EndColorStr='#A0000000');
padding:5px 0;
position: absolute;
left:0;right:0;bottom:0;
width: 100%;
text-decoration: none;
font: 14px Microsoft YaHei, Verdana;
color:#fff;
}
.deadline i{font-size:16px;padding-right:5px;}
.deadline strong{color:red;}
/*商品属性*/
.desc .info{padding:10px 0 0 0;}
.desc .info li.property{height:auto; padding-top:4px;}
.desc .info li.property table{border-collapse:collapse; border-spacing:0;}
.desc .info li.property td{vertical-align:top; padding:0;}
.desc .info li.property span{border:1px solid #ddd; padding:0 10px; margin:2px 5px 4px 0; height:24px; line-height:24px; overflow:hidden; display:inline-block; background:#fff;}
.desc .info li.property span.cur{border:1px solid red; background:#ffffff;}
.desc .go-detail{background:#FFF; margin-top:8px; border-radius:5px; font-size:16px;margin-right:10px;}
.desc .go-detail a{font-size:16px; color:#5a5a5a; display:block; width:100%; text-indent:10px; padding:8px 0px}
.desc .go-detail a span{float:right; margin-right:8px; background:url('../image/right-arrow.png') no-repeat right center; padding:0px 10px}
#help_kan{float:none;}
#self_kan{float:none;}
#invite_kan{float:none;}
.kanjia_list .title h5{padding-left:10px;}
.kanjia_lsit hr{heihgt:1px;margin:0;padding:0;}
.laknjia_list caption {border-bottom:1px solid #D1D1D1;}
.kanjia_list .table > tbody > tr > td{border-top:0px;text-align:center;}
.kanjia_list .table{margin-top:10px;width:80%;float:none;}
/*购买面板*/
.buy-panel {background:#dadada;margin-bottom:0px;padding-top:5px;padding-bottom:5px;}
.buy-panel li {height:40px;line-height:40px;}
.buy-panel .col-xs-5 {padding:0;}
.buy-panel #buy_btn{width:100%;}
/*shop页样式*/
.filter{margin-bottom:5px;padding-bottom:0px;margin:0 auto;}
.filter li {padding-left:5px;padding-right:5px;list-style:none;height:34px;line-height:30px;font-size:15px;}
.filter .col-xs-3{padding-left:0px;padding-right:0px;}
.product_list {background:#f8f8f8; width:100%; overflow:hidden}
.product_list .well{padding:0px;background:#ffffff; border:none}
.product_list .item{margin-bottom:5px;}
.product_list .item .row{margin-left:0px;margin-right:0px;}
.product_list hr{}
.product_list h5 {margin:5px 0;font-size:14px; color:#666; line-height:20px; max-height:50px; overflow:hidden;}
.product_list p {margin:0px;font-size:12px;}
.product_list .item .item_desc{margin:0;padding:0 5px;width:100%;}
.product_list .item .image{ width:60%; overflow:hidden; padding:0px; margin:2% 0 0 20%; max-height:200px;}
.product_list .item .image a img{ width:100%; }
.product_list ul.brief_info{padding:5 20px;margin-bottom:0px;}
.product_list ul.brief_info li{padding-left:0px;padding-right:0px;text-align:center; line-height:30px;}
.product_list .kan-button{ padding-right:15px}
.product_list .col-xs-2{padding:0px;}
.product_list span.cur-price{font-size:15px;font-weight:bold;}
/*底部导航样式*/
.navbar-default {
background:rgba(0,0,0,0.8);
border-color: #000000;
}
.footer .col-xs-2{padding-left:5px;padding-right:5px;width:18%;}
#footer-nav{padding:5px 0;background:rgba(0,0,0,0.8);margin-bottom:0px;}
#footer-nav li{text-align:center;}
.footer a{color:white;}
/*分享层样式*/
.share_layer{width:100%; height:100%; overflow:hidden; text-align:right; position:fixed; top:0px; left:0px; display:none; z-index:100000;}
.share_layer img{max-width:600px; width:100%; position:relative;}
.b10{height:10px; font-size:1px; width:100%;}
/*订单页面样式*/
.order_info {padding-top:10px;padding-bottom:10px;background:#f5f5f5;}
.order_info .well{margin-left:5px;margin-right:5px;padding:5px;background:#ffffff;border:1px solid #ddd;margin-bottom:10px;}
.order_info h5{font-weight:bold;}
.order_info hr{margin:5px 0;}
.order_info .table {margin-bottom:5px;}
.order_info #order_remark{padding-bottom:30px;}
.order_sum .col-xs-5 {padding-left:0px;padding-right:0px;}
.order_sum #submit{width:100%;}
#address_info ul{padding-left:10px;}
#new_address_info{display:none;margin-left:10px;margin-right:10px;}
#order_form .form-control{width:90%;}
#diqu .form-control{width:auto;}
/*产品详细页样式*/
#detail #description{margin:8px;}
#detail #description .contents{line-height:180%; overflow:hidden; min-height:250px;}
#detail #description div img{
width:100%;
}
#detail .productshow_title { padding:10px 0px;}
#detail #description{margin:8px;}
#detail #description .contents{line-height:180%; overflow:hidden; min-height:250px;}
#detail #description div img{
width:100%;
}
#detail h5{height:35px;border:1px solid #e7e7e7; line-height:35px; border-left:0; border-right:0; width:100%; margin:0px 0px 5px 0px; padding:0px; color:#ff0000; text-align:center}
#detail .desc{padding:5px 0px;border-bottom:0px;}
#detail .desc h5 span{display:block; height:35px; line-height:35px; text-align:center; width:50%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; float:left; cursor:pointer; color:#000}
#detail .desc h5 span.cur{color:#ff0000}
.commit_list{ margin:8px 5px;}
.commit_list table{margin:0px 0px 8px 0px; border-bottom:1px #ddd dotted}
.commit_list table td{line-height:26px;}
.commit_list .commit_time{padding-left:8px; font-size:14px; font-family:"Times New Roman"; color:#F60}
.commit_list .commit_note{padding:0px 16px; font-size:12px; color:#696969; line-height:20px}
.commit_list .commit_score{color:#7d0000; text-align:right; padding-right:8px; font-size:16px; font-family:"Arial, Helvetica, sans-serif"} | 0.338186 | 0.060474 |
.spectrum-container {
position: absolute;
top: 0;
left: 0;
display: inline-block;
background: rgba(230, 230, 230, 1) !important;
border: 1px solid #646464;
padding: 10px;
width: 220px;
z-index: 10;
-webkit-user-select: none;
}
.spectrum-top {
position: relative;
width: 100%;
display: inline-block;
}
.spectrum-color {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 40px;
}
.spectrum-display-value {
-webkit-user-select: text;
position: relative;
left: 2px;
top: -6px;
}
.spectrum-hue {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 170px;
-webkit-box-reflect: right -28px;
}
.spectrum-fill {
/* Same as spectrum-color width to force aspect ratio. */
margin-top: 150px;
}
.spectrum-range-container {
position: relative;
padding-bottom: 5px;
}
.spectrum-range-container * {
font-size: 11px;
vertical-align: middle;
}
.spectrum-range-container label {
display: inline-block;
padding-right: 4px;
}
.spectrum-range-container input {
position: absolute;
left: 15px;
right: 40px;
margin: 3px 0 0 0;
}
.spectrum-dragger,
.spectrum-slider {
-webkit-user-select: none;
}
.spectrum-sat {
background-image: linear-gradient(to right, white, rgba(204, 154, 129, 0));
}
.spectrum-val {
background-image: linear-gradient(to top, black, rgba(204, 154, 129, 0));
}
.spectrum-hue {
background: linear-gradient(to top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}
.spectrum-dragger {
border-radius: 5px;
height: 5px;
width: 5px;
border: 1px solid white;
cursor: pointer;
position: absolute;
top: 0;
left: 0;
background: black;
}
.spectrum-slider {
position: absolute;
top: 0;
cursor: pointer;
border: 1px solid black;
height: 4px;
left: -1px;
right: -1px;
}
.spectrum-container .swatch {
width: 20px;
height:20px;
margin: 0;
} | www/chrome/inspector-20140603/spectrum.css | .spectrum-container {
position: absolute;
top: 0;
left: 0;
display: inline-block;
background: rgba(230, 230, 230, 1) !important;
border: 1px solid #646464;
padding: 10px;
width: 220px;
z-index: 10;
-webkit-user-select: none;
}
.spectrum-top {
position: relative;
width: 100%;
display: inline-block;
}
.spectrum-color {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 40px;
}
.spectrum-display-value {
-webkit-user-select: text;
position: relative;
left: 2px;
top: -6px;
}
.spectrum-hue {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 170px;
-webkit-box-reflect: right -28px;
}
.spectrum-fill {
/* Same as spectrum-color width to force aspect ratio. */
margin-top: 150px;
}
.spectrum-range-container {
position: relative;
padding-bottom: 5px;
}
.spectrum-range-container * {
font-size: 11px;
vertical-align: middle;
}
.spectrum-range-container label {
display: inline-block;
padding-right: 4px;
}
.spectrum-range-container input {
position: absolute;
left: 15px;
right: 40px;
margin: 3px 0 0 0;
}
.spectrum-dragger,
.spectrum-slider {
-webkit-user-select: none;
}
.spectrum-sat {
background-image: linear-gradient(to right, white, rgba(204, 154, 129, 0));
}
.spectrum-val {
background-image: linear-gradient(to top, black, rgba(204, 154, 129, 0));
}
.spectrum-hue {
background: linear-gradient(to top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}
.spectrum-dragger {
border-radius: 5px;
height: 5px;
width: 5px;
border: 1px solid white;
cursor: pointer;
position: absolute;
top: 0;
left: 0;
background: black;
}
.spectrum-slider {
position: absolute;
top: 0;
cursor: pointer;
border: 1px solid black;
height: 4px;
left: -1px;
right: -1px;
}
.spectrum-container .swatch {
width: 20px;
height:20px;
margin: 0;
} | 0.561335 | 0.113481 |
.card {
display: flex;
flex-direction: column;
margin: 1rem auto;
box-shadow: 0 3px 7px -1px rgba(0, 0, 0, .1);
margin-bottom: 1.6%;
background: #fff;
line-height: 1.4;
font-family: sans-serif;
border-radius: 5px;
overflow: hidden;
z-index: 0;
}
.card a {
color: inherit;
}
.card a:hover {
color: #5ad67d;
}
.card .description {
padding: 1rem;
background: #fff;
position: relative;
z-index: 1;
}
.card .description h1, .card .description h2 {
font-family: Poppins, sans-serif;
}
.card .description h1 {
line-height: 1;
margin: 0;
font-size: 1.7rem;
}
.card .description h2 {
font-size: 1rem;
font-weight: 300;
text-transform: uppercase;
color: #a2a2a2;
margin-top: 5px;
}
.card .description .read-more {
text-align: right;
}
.card .description .read-more-left {
float: left;
}
.card .description .read-more a, .card .description .read-more-left a {
color: #5ad67d;
display: inline-block;
position: relative;
}
.card .description .read-more a:after, .card .description .read-more-left a:after {
font-family: FontAwesome;
margin-left: -10px;
opacity: 0;
vertical-align: middle;
transition: margin 0.3s, opacity 0.3s;
}
.card .description .read-more a:hover:after, .card .description .read-more-left a:hover:after {
margin-left: 5px;
opacity: 1;
}
.card p {
position: relative;
margin: 1rem 0 0;
}
.card p:first-of-type {
margin-top: 1.25rem;
}
.card p:first-of-type:before {
content: "";
position: absolute;
height: 5px;
background: #5ad67d;
width: 35px;
top: -0.75rem;
border-radius: 3px;
}
.card:hover .details {
left: 0%;
}
.col-4, .col-6 {
float:left;
}
.navbar {
background-color: blue !important;
color: white;
height: 60px;
opacity: 0.5;
}
.navbar-dark .navbar-brand {
color: white;
font-size: 2.5rem;
}
.ReactTable {
width: 100%;
margin: 15px;
}
.ReactTable .rt-tr:hover {
background: lightgray;
}
.breadcrumb a{
color: #007bff !important;
cursor: pointer !important;
}
.breadcrumb a:hover {
color: #0056b3 !important;
text-decoration: underline !important;
}
.view-btn {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
border-radius: 5px;
margin-left: 15px;
padding: 5px 15px;
} | src/App.css | .card {
display: flex;
flex-direction: column;
margin: 1rem auto;
box-shadow: 0 3px 7px -1px rgba(0, 0, 0, .1);
margin-bottom: 1.6%;
background: #fff;
line-height: 1.4;
font-family: sans-serif;
border-radius: 5px;
overflow: hidden;
z-index: 0;
}
.card a {
color: inherit;
}
.card a:hover {
color: #5ad67d;
}
.card .description {
padding: 1rem;
background: #fff;
position: relative;
z-index: 1;
}
.card .description h1, .card .description h2 {
font-family: Poppins, sans-serif;
}
.card .description h1 {
line-height: 1;
margin: 0;
font-size: 1.7rem;
}
.card .description h2 {
font-size: 1rem;
font-weight: 300;
text-transform: uppercase;
color: #a2a2a2;
margin-top: 5px;
}
.card .description .read-more {
text-align: right;
}
.card .description .read-more-left {
float: left;
}
.card .description .read-more a, .card .description .read-more-left a {
color: #5ad67d;
display: inline-block;
position: relative;
}
.card .description .read-more a:after, .card .description .read-more-left a:after {
font-family: FontAwesome;
margin-left: -10px;
opacity: 0;
vertical-align: middle;
transition: margin 0.3s, opacity 0.3s;
}
.card .description .read-more a:hover:after, .card .description .read-more-left a:hover:after {
margin-left: 5px;
opacity: 1;
}
.card p {
position: relative;
margin: 1rem 0 0;
}
.card p:first-of-type {
margin-top: 1.25rem;
}
.card p:first-of-type:before {
content: "";
position: absolute;
height: 5px;
background: #5ad67d;
width: 35px;
top: -0.75rem;
border-radius: 3px;
}
.card:hover .details {
left: 0%;
}
.col-4, .col-6 {
float:left;
}
.navbar {
background-color: blue !important;
color: white;
height: 60px;
opacity: 0.5;
}
.navbar-dark .navbar-brand {
color: white;
font-size: 2.5rem;
}
.ReactTable {
width: 100%;
margin: 15px;
}
.ReactTable .rt-tr:hover {
background: lightgray;
}
.breadcrumb a{
color: #007bff !important;
cursor: pointer !important;
}
.breadcrumb a:hover {
color: #0056b3 !important;
text-decoration: underline !important;
}
.view-btn {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
border-radius: 5px;
margin-left: 15px;
padding: 5px 15px;
} | 0.639849 | 0.111338 |
@font-face {
font-family: Roboto;
src: url(../font/roboto/Roboto-Thin.woff2) format("woff2"), url(../font/roboto/Roboto-Thin.woff) format("woff"), url(../font/roboto/Roboto-Thin.html) format("truetype");
font-weight: 200
}
@font-face {
font-family: Roboto;
src: url(../font/roboto/Roboto-Light.woff2) format("woff2"), url(../font/roboto/Roboto-Light.woff) format("woff"), url(../font/roboto/Roboto-Light.html) format("truetype");
font-weight: 300
}
@font-face {
font-family: Roboto;
src: url(../font/roboto/Roboto-Regular.woff2) format("woff2"), url(../font/roboto/Roboto-Regular.woff) format("woff"), url(../font/roboto/Roboto-Regular.html) format("truetype");
font-weight: 400
}
@font-face {
font-family: Roboto;
src: url(../font/roboto/Roboto-Medium.woff2) format("woff2"), url(../font/roboto/Roboto-Medium.woff) format("woff"), url(../font/roboto/Roboto-Medium.html) format("truetype");
font-weight: 500
}
@font-face {
font-family: Roboto;
src: url(../font/roboto/Roboto-Bold.woff2) format("woff2"), url(../font/roboto/Roboto-Bold.woff) format("woff"), url(../font/roboto/Roboto-Bold.html) format("truetype");
font-weight: 700
}
.card {
-moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .1);
webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .1);
box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .1);
}
.card {
margin-top: 10px;
box-sizing: border-box;
border-radius: 2px;
background-clip: padding-box;
margin-bottom:20px;
}
.card span.card-title {
color: #fff;
font-size: 24px;
font-weight: 300;
text-transform: uppercase;
}
.card .card-image {
position: relative;
overflow: hidden;
}
.card .card-image img {
border-radius: 2px 2px 0 0;
background-clip: padding-box;
position: relative;
z-index: -1;
}
.card .card-image span.card-title {
position: absolute;
bottom: 0;
left: 0;
padding: 16px;
}
.card .card-content {
padding: 16px;
border-radius: 0 0 2px 2px;
background-clip: padding-box;
box-sizing: border-box;
background: #ffffff;
}
.card .card-content p {
margin: 0;
color: inherit;
}
.card .card-content span.card-title {
line-height: 48px;
}
.card .card-action {
border-top: 1px solid rgba(160, 160, 160, 0.2);
padding: 16px;
background: #ffffff;
}
.card .card-action a {
color: #ffab40;
margin-right: 16px;
transition: color 0.3s ease;
text-transform: uppercase;
}
.card .card-action a:hover {
color: #ffd8a6;
text-decoration: none;
}
.card-menu:hover {
-moz-transform: translateY(-3px);
-ms-transform: translateY(-3px);
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
-moz-box-shadow: 0 8px 6px -6px #323232;
-webkit-box-shadow: 0 8px 6px -6px #323232;
box-shadow: 0 8px 6px -6px #323232;
} | resources/css/custom.css | @font-face {
font-family: Roboto;
src: url(../font/roboto/Roboto-Thin.woff2) format("woff2"), url(../font/roboto/Roboto-Thin.woff) format("woff"), url(../font/roboto/Roboto-Thin.html) format("truetype");
font-weight: 200
}
@font-face {
font-family: Roboto;
src: url(../font/roboto/Roboto-Light.woff2) format("woff2"), url(../font/roboto/Roboto-Light.woff) format("woff"), url(../font/roboto/Roboto-Light.html) format("truetype");
font-weight: 300
}
@font-face {
font-family: Roboto;
src: url(../font/roboto/Roboto-Regular.woff2) format("woff2"), url(../font/roboto/Roboto-Regular.woff) format("woff"), url(../font/roboto/Roboto-Regular.html) format("truetype");
font-weight: 400
}
@font-face {
font-family: Roboto;
src: url(../font/roboto/Roboto-Medium.woff2) format("woff2"), url(../font/roboto/Roboto-Medium.woff) format("woff"), url(../font/roboto/Roboto-Medium.html) format("truetype");
font-weight: 500
}
@font-face {
font-family: Roboto;
src: url(../font/roboto/Roboto-Bold.woff2) format("woff2"), url(../font/roboto/Roboto-Bold.woff) format("woff"), url(../font/roboto/Roboto-Bold.html) format("truetype");
font-weight: 700
}
.card {
-moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .1);
webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .1);
box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .1);
}
.card {
margin-top: 10px;
box-sizing: border-box;
border-radius: 2px;
background-clip: padding-box;
margin-bottom:20px;
}
.card span.card-title {
color: #fff;
font-size: 24px;
font-weight: 300;
text-transform: uppercase;
}
.card .card-image {
position: relative;
overflow: hidden;
}
.card .card-image img {
border-radius: 2px 2px 0 0;
background-clip: padding-box;
position: relative;
z-index: -1;
}
.card .card-image span.card-title {
position: absolute;
bottom: 0;
left: 0;
padding: 16px;
}
.card .card-content {
padding: 16px;
border-radius: 0 0 2px 2px;
background-clip: padding-box;
box-sizing: border-box;
background: #ffffff;
}
.card .card-content p {
margin: 0;
color: inherit;
}
.card .card-content span.card-title {
line-height: 48px;
}
.card .card-action {
border-top: 1px solid rgba(160, 160, 160, 0.2);
padding: 16px;
background: #ffffff;
}
.card .card-action a {
color: #ffab40;
margin-right: 16px;
transition: color 0.3s ease;
text-transform: uppercase;
}
.card .card-action a:hover {
color: #ffd8a6;
text-decoration: none;
}
.card-menu:hover {
-moz-transform: translateY(-3px);
-ms-transform: translateY(-3px);
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
-moz-box-shadow: 0 8px 6px -6px #323232;
-webkit-box-shadow: 0 8px 6px -6px #323232;
box-shadow: 0 8px 6px -6px #323232;
} | 0.322313 | 0.122209 |
{
display : none;
}
#divLoading.show
{
display : block;
position : fixed;
z-index: 100;
background-image : url('http://loadinggif.com/images/image-selection/3.gif');
background-color:#666;
opacity : 0.4;
background-repeat : no-repeat;
background-position : center;
left : 0;
bottom : 0;
right : 0;
top : 0;
}
#loadinggif.show
{
left : 50%;
top : 50%;
position : absolute;
z-index : 101;
width : 32px;
height : 32px;
margin-left : -16px;
margin-top : -16px;
}
.box-spprice {
text-align: right;
}
.error-message {
color: red;
}
.empty-cart {
padding: 20px;
}
.tsearch input.form-control:focus {
border-color: #ccc !important;
}
@media (max-width: 1023px){
#btnEditInfo .modal-dialog {
top:40%;
}
.alert.alert-success.alert-dismissable {
margin: 10px 15px 0;
}
.box-wd.home_list #timeExpire {
float: none;
padding-left: 0;
width: 210px;
margin: 0 auto;
}
.box-shiper .modal-dialog {max-width: 400px}
div.list-products ul.products img{
width: 30%;
float: left;
max-width: 260px;
height: auto;
max-height: none;
}
ul.products .description-left {
width: 70%;
float: right;
text-align: left;
padding-left: 10px;
}
div.list-products ul.products li,
.box-1-nob div.list-products ul.products li{
width: 100%;
border: 1px solid #fff;
background: #fff;
margin-bottom: 15px;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.description-left .btn-empty,
.description-left .btn-buy,
.description-left .qty-box {
float: right;
}
.description-left .special-product ,
.description-left h3.title-product {
color: #696969;
font-size: 15px;
}
.description-left .price-product {
color: #17be9b;
}
h2.title-main.home_page {
display: none;
}
div.box-green,
div.box-wd {
border: 1px solid #fff;
background: #fff;
margin-bottom: 0;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
padding: 10px 0;
}
div.box-green{
padding: 20px 10px;
}
div.box-wd h4 .normal{font-weight: normal}
div.box-wd h4 {
background: none;
color: #17be9b;
font-size: 13px;
}
.box-wd .box-content{text-align: right}
div a.btn-buy:hover,
div a.btn-buy,
div .btn-buy{
font-weight: bold;
padding: 8px 20px;
}
.checkout_step1 h2.title-main.gray-color img{
width: 30px;
margin-left: -5px;
}
.checkout_step1 h2.title-main.gray-color{
font-size: 14px;
font-weight: bold;
width: auto;
margin: 11px 0;
}
.checkout_step1 .col-md-8.col-xs-8 {
padding-right: 0;
}
.checkout_step1 .col-md-4.col-xs-4 {
padding-left: 0;
}
div.checkout_step1 a.btn-buy:hover,
div.checkout_step1 .btn-buy {
padding: 8px 10px;
}
.table-cart.table thead {
display: none;
}
div.row-total {
font-size: 14px;
}
.button_continue{margin: 25px 0 15px}
.buy-form .checkout_step2 .normal{
font-weight: normal;
}
.buy-form .checkout_step2 .box-shiperh3,
.buy-form .checkout_step2 .box-shiper ul {
text-align: left;
}
.buy-form .checkout_step2 .box-shiper {
text-align: center;
}
.buy-form .checkout_step2 .box-shiper .modal-dialog {text-align: left;}
.buy-form .checkout_step2 .box-shiper .modal-dialog .modal-content {
padding: 10px;
}
.profile-form .group-profile,
.checkout_step2.after_order,
.buy-form .checkout_step2 {
border: 1px solid #fff;
background: #fff;
margin-bottom: 0;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
margin-top: 15px;
border-radius: 3px;
padding: 10px 10px 15px;
}
.profile-form .group-profile .row{
margin-left: -10px;
margin-right: -10px;
}
.profile-form .group-profile,
.checkout_step2.after_order{margin-bottom: 20px}
.row-value {
width: 40%;
display: inline-block;
text-align: right;
padding-right: 5px;
}
.row-label {
width: 58%;
display: inline-block;
padding: 10px 0 10px 5px;
}
div.box-shiper h3 {
margin-top: 20px;
}
.table-cart.table tbody{
width: 100%;
float: left;
}
.table-cart.table tbody > tr{
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
width: 100%;
float: left;
margin-bottom: 20px;
border: none;
background: #fff;
}
.table-cart.table tbody > tr > td:nth-child(6){
width: 100%;
float: left;
border: none;
padding: 15px 0 0;
}
.table-cart.table tbody > tr > td:nth-child(6) img{
width: 35%;
float: left;
}
.table-cart.table tbody > tr > td:nth-child(6) h3{
width: 65%;
float: right;
border: none;
padding-left: 10px;
}
.table-cart.table tbody > tr > td:nth-child(7){
width: 50%;
float: left;
border: none;
padding-left: 5px;
}
.table-cart.table tbody > tr > td:nth-child(8){
width: 50%;
float: right;
border: none;
}
table.table-cart tbody tr td p {
margin-left: 5px;
font-size: 14px;
margin-top: 0;
}
table.table-cart tbody > tr > td .qty-del{margin-left: 5px}
table.table-cart tbody > tr > td .qty-box {
width: auto;
}
}
@media only screen and (max-width: 360px) {
.checkout_step2.after_order .table > tbody > tr > td,
.checkout_step2.after_order .table > tbody > tr > th,
.checkout_step2.after_order .table > tfoot > tr > td,
.checkout_step2.after_order .table > tfoot > tr > th,
.checkout_step2.after_order .table > thead > tr > td,
.checkout_step2.after_order .table > thead > tr > th {
padding: 3px;
}
}
@media only screen and (max-width: 480px) {
.button_continue .btn-continue{
text-align: center;
width: 100%;
padding: 15px 20px;
}
table.table-cart tbody input.qty-count {
width: 35px !important;
}
}
@media only screen and (min-width: 1024px) {
.row-label {
width: 49%;
display: inline-block;
padding: 10px 15px;
}
.row-value {
width: 49%;
display: inline-block;
}
}
div#btnEditInfo {
background: rgba(0,0,0,0.4);
}
table.table.table-order {
margin-top: 15px;
}
.detail-order h3,
.box-summary h3,
.box-shiper h3 {
font-size: 15px;
font-weight: 600;
margin-top: 10px;
}
.box-shiper .modal-body h3 {
text-align: center;
font-size: 22px;
text-transform: uppercase;
margin-bottom: 25px;
}
.box-shiper .modal-content{
border: 3px solid rgb(23, 190, 155);
box-shadow: none;
-webkit-box-shadow: none;
padding: 10px 30px 20px;
}
.box-shiper .modal-content .modal-body .row input {
border: 1px solid #17be9b;
width: 100%;
padding: 5px 10px;
margin: 5px 0;
font-size: 14px;
font-weight: normal;
}
.box-shiper .modal-content .modal-body .row{
font-size: 14px;
font-weight: 600;
}
#btnUpdateInfo{
padding: 10px 20px;
background: #17be9b;
border-radius: 4px;
width: 100%;
float: left;
text-align: center;
margin-top: 25px;
color: #fff;
font-size: 16px;
text-transform: uppercase;
cursor: pointer;
}
.btn-green {
background: #17be9b;
color: #fff;
border: none;
padding: 8px 15px;
border-radius: 4px;
}
.box-shiper ul {
margin: 20px 0;
}
#btnEditInfo button.close img{ width: 25px }
body{font-family: Tahoma, Verdana, Segoe, sans-serif;}
.two-rows{line-height: 40px !important}
span.red,
.row-value b.red {
color: #ff1717;
}
.row-old {
background: #f1f5f7;
}
.status-text b{color: #000}
.status-text{
color: #17be9b;
padding-left: 15px;
}
.green-color {
color: #17be9b;
}
.table-order.table>tbody > tr:nth-child(2n){
background: #f1f5f7;
}
.history.table-order.table>tbody>tr>td, table.history.table-order.table>thead>tr>th{text-align: center;}
.table-order.table>tbody>tr:last-child{border-bottom:1px solid #ddd }
.table-order.table>tbody>tr>td:last-child{border-right: 1px solid #ddd}
.table-order.table>tbody>tr>td,
table.table-order.table>thead>tr>th{border-top:none;border-left: 1px solid #ddd }
.table-order.table>thead>tr>th ,
.table-cart.table>thead>tr>th {
background: #17be9b;
border-color: #17be9b;
color: #fff;
border-bottom: none;
text-align: center;
}
table.table-cart .qty-box {
width: 65%;
margin: 5px auto;
float: none;
}
.table-cart.table>thead>tr,
.table-cart tbody tr{
border-left: 1px solid #17be9b;
border-right : 1px solid #17be9b;
}
.table-cart tbody tr td h3{font-size: 18px;margin-top: 0;}
.table-cart tbody tr td img{max-width: 184px;width: 50%; float: left; padding: 10px}
.table-cart tbody tr td {
border-bottom: 1px solid #17be9b;
border-top: 1px solid #17be9b;
text-align: center;
border-bottom: 1px solid #17be9b;
padding: 15px 0;
}
.table-cart.table{
margin-left: 15px;
margin-right: 15px;
width: calc(100% - 30px);
margin-top: 10px;
}
.table-cart tbody tr td p {
text-align: left;
margin-left: 60px;
font-size: 16px;margin-top: 0;
}
/*----------------------------------*/
.tsearch .input-group-addon{
background: white !important;
}
.tsearch .form-control{
border-right:0;
box-shadow:0 0 0;
border-color:#ccc;
}
.tsearch button{
border:0;
background:transparent;
}
.tsearch .glyphicon-search:before {
color: #bebebe;
}
.tr-line {
width: 100%;
text-align: right;
padding: 15px 0;
}
.tr-line.tr-1 {
margin-top: 20px;
}
.tr-line.tr-1 span {
font-weight: bold;
}
.tr-line.tr-2 a, .tr-line.tr-2 span {
color: #2FBE9B;
font-weight: bold;
}
.tr-line.tr-2 span {
margin: 0 15px;
}
.tr-3 .tsearch {
width: 65%;
float: right;
}
.tr-3 .tsearch input {
padding: 20px 15px;
border-radius: 15px;
}
.tr-3 .tsearch span {
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
font-size: 16px;
}
.tr-3 .tsearch submit:focus,
.tr-3 .tsearch span:focus {
outline: none;
}
*:focus {
outline: none !important;
}
ul.main-menu {
margin: 0;
padding: 0;
width: 100%;
background: #17be9b;
border-radius: 17px;
float: left;
margin: 15px 0;
}
ul.main-menu li {
float: left;
list-style: none;
}
ul.main-menu a {
padding: 17px 45px;
background: #17be9b;
float: left;
color: #fff;
text-decoration: none;
font-weight: bold;
font-size: 18px;
border-radius: 17px;
}
ul.main-menu li.active a,
ul.main-menu li:hover a {
background: #109176;
}
.box-wd {
border: 1px solid #ececec;
border-radius: 15px;
margin-bottom: 45px;
}
.box-wd h4 {
color: #fff;
font-weight: bold;
font-size: 13px;
background: #17be9b;
padding: 16px;
margin-top: 0;
border-radius: 15px
}
.box-wd .box-content {
padding: 10px 20px;
}
.box-wd .icon-box {
width: 40px;
float: left;
}
.box-wd .box-content p {
text-align: right;
}
.box-wd .box-content p.al-center {
text-align: center;
}
.btn-buy {
margin: 5px 0;
background: #17be9b;
border: none;
border-radius: 5px;
padding: 5px 15px;
color: #fff;
}
a.btn-buy {
margin: 5px 0;
background: #17be9b;
border: none;
border-radius: 5px;
padding: 7px 15px;
color: #fff;
text-decoration: none;
}
a.btn-buy:hover {
margin: 5px 0;
background: #17be9b;
border: none;
border-radius: 5px;
padding: 7px 15px;
color: #fff;
text-decoration: none;
}
.btn-empty {
margin: 5px 0;
background: #d2d2d2;
border: none;
border-radius: 5px;
padding: 5px 15px;
color: #000;
}
h2.title-main {
margin: 0;
color: #17be9b;
font-size: 26px;
margin-bottom: 10px;
}
.list-products ul.products {
margin: 0;
padding: 0;
float: left;
width: 100%;
border: 1px solid #eee;
}
.list-products ul.products li {
float: left;
list-style: none;
width: 25%;
border: 1px solid #eee;
padding: 20px 15px;
}
.list-products ul.products img {
width: 100%;
border: none;
max-height: 132px;
overflow: hidden;
min-height: 132px;
}
h3.title-product {
color: #17be9b;
font-size: 16px;
font-weight: bold;
}
.list-products ul.products a {
text-decoration: none;
}
.list-products ul.products span {
float: left;
width: 100%;
line-height: 25px;
}
span.limit-product {
color: #ababab;
}
.list-products {
float: left;
width: 100%;
margin: 20px 0;
}
.copy-right {
background: #17be9b;
color: #fff;
padding: 15px;
font-size: 16px;
border-radius: 20px;
margin: 5px 0;
text-align: center;
box-shadow: 0 0px 1px rgba(0, 0, 0, 0.1);
}
.copy-right a {
color: #fff;
font-weight: bold;
text-decoration: none;
}
.pag-nav.pagination {
float: right;
}
.pag-nav.pagination li a {
margin: 0 5px;
border-radius: 4px;
background: #17be9b;
color: #fff;
border-color: #17be9b
}
.pag-nav.pagination .active a {
color: #17be9b !important;
background: #fff;
border-color: #17be9b
}
.pag-nav.pagination li a:hover,
.pag-nav.pagination .active a:hover {
color: #17be9b !important;
background: #fff;
border-color: #17be9b
}
.pag-nav li:last-child a {
margin-right: 0;
}
.tr-line a,
.tr-line a:hover {
text-decoration: none;
}
/* responsive */
@media only screen and (max-width: 1023px) {
.box-1-column .box-login {
padding: 0 15px;
}
footer,
section.main-content {
background: #f1f5f7;
}
div.box-wrap-border {
padding: 10px 15px;
box-shadow: 0 0 3px #edf1f3;
background: #fff;
}
div.box-login img.icon-clear {
height: 25px !important;
}
.group-profile .item-row input,
.box-login .item-row input {
width: 55%;
}
.profile-form .group-profile .inp-password {
padding-left: 12px !important;
}
.group-profile .item-row label {
font-weight: normal;
width: 35%;
color: #9e9e9e;
}
.box-wd.home_list .box-content {
padding: 10px 15px;
}
div.copy-right {
background: #fff;
color: #717070;
margin-left: 15px;
margin-right: 15px;
border-radius: 0;
}
div .copy-right a{
color: #717070;
}
#mindModal .modal-dialog {
max-width: 477px;
width: auto;
}
div.list-products ul.products{border: none}
header {
background: #f1f5f7;
}
}
@media screen and (min-width: 1024px) {
img.logo {
width: 125px;
}
.box-1-column {
border: 1px solid #eaeaeb;
border-radius: 10px;
padding: 30px;
min-height: 500px;
}
.box-login {
width: 40%;
}
section.main-content {
margin: 15px 0;
}
.box-wrap {
border: 15px solid #f1f4f8;
/*padding: 15px;*/
/*box-shadow: 0 0 15px #cae1ff inset, 0 -1px 1px #ffffff, 0 1px 1px rgba(190, 216, 228, 0.5);*/
}
#mindModal .modal-dialog {
width: 477px;
}
.box-1-nob .list-products ul.products li {
width: 20%;
}
}
.box-login {
margin: 0 auto;
}
h2.intro-text {
font-size: 20px;
color: #545454;
}
h2.intro-text span {
font-size: 15px;
margin-right: 5px;
}
.box-wrap {
margin: 15px 0;
/*padding: 15px;*/
/*box-shadow: 0 0 15px #cae1ff inset, 0 -1px 1px #ffffff, 0 1px 1px rgba(190, 216, 228, 0.5);*/
}
.box-wrap-border {
padding: 20px 15px;
box-shadow: 0 0 15px #9A9A9A;
}
.item-row {
display: inline-flex;
width: 100%;
margin: 15px 0;
border-bottom: 1px solid #ddd;
line-height: 33px;
}
img.icon-clear {
height: 30px;
}
.item-row label {
font-weight: normal;
width: 30%;
color: #9e9e9e;
}
.item-row input {
border: none;
box-shadow: none;
border-radius: 0;
color: #000;
}
.item-row input:focus{
outline: none;
}
.box-wrap .btn {
width: 100%;
border-radius: 3px;
color: #fff;
background: #17be9b;
border: none;
padding: 15px;
font-weight: bold;
margin-top: 30px;
}
.form-control:focus {
border-color: #fff !important;
box-shadow: none !important;
}
p.notes {
font-style: italic;
padding: 30px 0 0;
}
.icon-clear:hover {
cursor: pointer;
}
#defaultCountdown {
width: 240px;
height: 45px;
}
.modal-backdrop.in {
opacity: 0;
}
.modal-dialog {
top: 25%;
}
.qty-box {
display: none;
height: 30px;
float: left;
margin: 5px 0;
}
span.qty-minus,
span.qty-add {
width: 30px !important;
float: left;
background: #eee;
text-align: center;
border-radius: 3px;
height: 30px;
line-height: 30px !important;
font-weight: bold;
cursor: pointer;
}
input.qty-count {
width: 70px !important;
float: left;
text-align: center;
margin: 0 3px;
background: #fff;
border-radius: 4px;
border: 1px solid #17be9b;
height: 30px;
line-height: 30px !important;
}
#mindModal .modal-header {
text-align: center;
border-bottom: none;
}
#mindModal h4.modal-title {
text-transform: uppercase;
color: #17be9b;
font-size: 20px;
font-weight: bold;
}
#mindModal .modal-header p {
font-size: 16px;
padding: 15px 0 0;
}
.modal-box {
width: 90%;
margin: 0 auto;
background: #17be9b;
border-radius: 4px;
padding: 15px;
color: #fff;
}
#timeExpire {
float: left;
padding-left: 3px;
}
.box-count {
width: 75px;
height: 70px;
float: left;
margin-right: 5px;
}
span.top-span {
float: left;
width: 100%;
background: #1f584b;
border-bottom: 1px solid #1f584b;
text-align: center;
padding: 10px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
font-size: 22px;
}
span.bottom-span {
float: left;
width: 100%;
background: #1f584b;
border-top: 1px solid #13382f;
text-align: center;
padding: 10px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
span.space-lb {
float: left;
line-height: 78px;
margin: 0 10px 0 5px;
font-size: 22px;
font-weight: bold;
}
span.top-span.top-sp-1 {
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
float: left;
margin-right: 5px;
}
.box-second {
float: left;
width: 100px;
}
span.top-sp-1 {
background: #1f584b;
padding: 10px 15px;
float: left;
margin-right: 5px;
border-radius: 5px;
font-weight: bold;
font-size: 22px;
}
.top-second {
float: left;
}
span.span.no-bg {
float: left;
width: 100%;
text-align: left;
padding-left: 30px;
padding-top: 15px;
}
.modal-box {
min-height: 170px;
font-size: 16px;
}
.left-time {
float: left;
width: 100%;
padding: 10px 4px;
}
#mindModal .modal-content,
#detailDrugModal .modal-content,
#messageEmpty .modal-content{
border: 3px solid rgb(23, 190, 155);
box-shadow: none;
-webkit-box-shadow: none;
}
#mindModal .close,
#detailDrugModal .close ,
#messageEmpty .close {
top: -7px;
opacity: 1;
position: absolute;
right: -7px;
z-index: 1000;
}
#mindModal .close img,
#messageEmpty .close img,
#detailDrugModal .close img{
width: 25px;
min-height: inherit !important;
}
#mindModal .modal-body,
#messageEmpty .modal-body{
padding: 0 15px 15px 15px;
}
.list-products li .show-detail {
cursor: pointer;
}
#detailDrugModal .modal-body {
min-height: 285px;
}
.modal-col-1 {
width: 55%;
float: left;
}
#detailDrugModal img {
width: 94%;
border: none;
max-height: 100%;
}
.modal-col-2 {
width: 45%;
float: right;
padding: 10px;
}
.modal-col-2 h4 {
color: #646464;
font-weight: bold;
font-size: 20px;
}
.p-bold {
font-weight: bold;
color: #646464;
}
.modal-col-2 p {
line-height: 24px;
}
.box-wd .modal-box {
width: 100%;
background: #EAEAEA;
color: #4a4a4a;
padding: 5px;
font-size: 14px;
}
.box-wd span.top-span,
.box-wd span.bottom-span,
.box-wd span.top-sp-1{
background: #5F5F5F;
color: #fff;
}
.box-wd .box-count {
width: 38px;
}
.box-wd span.top-span{
font-size: 16px;
border-bottom: none;
padding: 5px 10px;
}
.box-wd span.bottom-span {
border-top: 1px solid #3a3a3a;
font-size: 14px;
}
.box-wd .box-second {
width: 60px;
}
.box-wd span.top-sp-1 {
font-size: 16px;
padding: 6px 7px;
margin-right: 4px;
}
.box-wd span.bottom-span {
padding: 5px 0;
}
.box-wd span.space-lb {
margin: 0 6px 0 3px;
font-size: 16px;
}
.box-wd span.span.no-bg {
padding-left: 10px;
padding-top: 5px;
}
.box-wd span.space-lb {
line-height: 56px;
}
.box-wd .modal-box {
min-height: 125px;
}
.box-wd .box-content h5 {
text-transform: uppercase;
color: #17be9b;
font-size: 14px;
font-weight: bold;
text-align: center;
}
.p-day {
text-align: center !important;
font-size: 13px;
}
.discount-price {
font-weight: bold;
color: red;
}
h2.title-main.gray-color {
color: #696969;
}
.box-green {
margin: 15px;
padding: 20px;
border: 1px solid #17be9b;
border-radius: 5px;
}
b.green-color {
font-size: 18px;
color: #17be9b;
margin-right: 5px;
}
.btn-continue {
background: #17be9b;
color: #fff;
text-decoration: none;
padding: 10px 20px;
font-weight: bold;
}
.btn-continue:hover {
text-decoration: none;
color: #fff;
}
.row-total {
color: #696969;
font-size: 16px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0;
}
/* hide up/down arrows ("spinners") on input fields marked type="number" */
.no-spinners {
-moz-appearance:textfield;
}
.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.table-cart .qty-box {width: 100%;}
.qty-del {
color: red;
font-weight: bold;
font-size: 16px;
border: 1px solid #17be9b;
border-radius: 4px;
padding: 2px 10px;
margin-left: 15px;
float: left;
cursor: pointer;
}
.modal-open .modal.btnEditInfo {
display: block;
opacity: 1;
}
.modal-open .modal.btnEditInfo .close {
z-index: 1000;
cursor: pointer;
position: absolute;
right: -10px;
top: -10px;
opacity: 1;
}
@font-face {
font-family: FontAwesome;
src: url(../fonts/fontawesome-webfont.eot?v=4.2.0);
src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff?v=4.2.0) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.2.0) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format('svg');
font-weight: 400;
font-style: normal
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc"
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd"
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de"
}
.table-order i {
color: #fff;
}
.table-order span.title {
float: left;
text-align: right;
width: 58%;
}
.sdesc {
float: left;
margin-left: -8px;
}
.sasc {
float: left;
margin-left: 10px;
}
.no-padl {
margin-left: 10px;
} | css/styles.css | {
display : none;
}
#divLoading.show
{
display : block;
position : fixed;
z-index: 100;
background-image : url('http://loadinggif.com/images/image-selection/3.gif');
background-color:#666;
opacity : 0.4;
background-repeat : no-repeat;
background-position : center;
left : 0;
bottom : 0;
right : 0;
top : 0;
}
#loadinggif.show
{
left : 50%;
top : 50%;
position : absolute;
z-index : 101;
width : 32px;
height : 32px;
margin-left : -16px;
margin-top : -16px;
}
.box-spprice {
text-align: right;
}
.error-message {
color: red;
}
.empty-cart {
padding: 20px;
}
.tsearch input.form-control:focus {
border-color: #ccc !important;
}
@media (max-width: 1023px){
#btnEditInfo .modal-dialog {
top:40%;
}
.alert.alert-success.alert-dismissable {
margin: 10px 15px 0;
}
.box-wd.home_list #timeExpire {
float: none;
padding-left: 0;
width: 210px;
margin: 0 auto;
}
.box-shiper .modal-dialog {max-width: 400px}
div.list-products ul.products img{
width: 30%;
float: left;
max-width: 260px;
height: auto;
max-height: none;
}
ul.products .description-left {
width: 70%;
float: right;
text-align: left;
padding-left: 10px;
}
div.list-products ul.products li,
.box-1-nob div.list-products ul.products li{
width: 100%;
border: 1px solid #fff;
background: #fff;
margin-bottom: 15px;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.description-left .btn-empty,
.description-left .btn-buy,
.description-left .qty-box {
float: right;
}
.description-left .special-product ,
.description-left h3.title-product {
color: #696969;
font-size: 15px;
}
.description-left .price-product {
color: #17be9b;
}
h2.title-main.home_page {
display: none;
}
div.box-green,
div.box-wd {
border: 1px solid #fff;
background: #fff;
margin-bottom: 0;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
padding: 10px 0;
}
div.box-green{
padding: 20px 10px;
}
div.box-wd h4 .normal{font-weight: normal}
div.box-wd h4 {
background: none;
color: #17be9b;
font-size: 13px;
}
.box-wd .box-content{text-align: right}
div a.btn-buy:hover,
div a.btn-buy,
div .btn-buy{
font-weight: bold;
padding: 8px 20px;
}
.checkout_step1 h2.title-main.gray-color img{
width: 30px;
margin-left: -5px;
}
.checkout_step1 h2.title-main.gray-color{
font-size: 14px;
font-weight: bold;
width: auto;
margin: 11px 0;
}
.checkout_step1 .col-md-8.col-xs-8 {
padding-right: 0;
}
.checkout_step1 .col-md-4.col-xs-4 {
padding-left: 0;
}
div.checkout_step1 a.btn-buy:hover,
div.checkout_step1 .btn-buy {
padding: 8px 10px;
}
.table-cart.table thead {
display: none;
}
div.row-total {
font-size: 14px;
}
.button_continue{margin: 25px 0 15px}
.buy-form .checkout_step2 .normal{
font-weight: normal;
}
.buy-form .checkout_step2 .box-shiperh3,
.buy-form .checkout_step2 .box-shiper ul {
text-align: left;
}
.buy-form .checkout_step2 .box-shiper {
text-align: center;
}
.buy-form .checkout_step2 .box-shiper .modal-dialog {text-align: left;}
.buy-form .checkout_step2 .box-shiper .modal-dialog .modal-content {
padding: 10px;
}
.profile-form .group-profile,
.checkout_step2.after_order,
.buy-form .checkout_step2 {
border: 1px solid #fff;
background: #fff;
margin-bottom: 0;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
margin-top: 15px;
border-radius: 3px;
padding: 10px 10px 15px;
}
.profile-form .group-profile .row{
margin-left: -10px;
margin-right: -10px;
}
.profile-form .group-profile,
.checkout_step2.after_order{margin-bottom: 20px}
.row-value {
width: 40%;
display: inline-block;
text-align: right;
padding-right: 5px;
}
.row-label {
width: 58%;
display: inline-block;
padding: 10px 0 10px 5px;
}
div.box-shiper h3 {
margin-top: 20px;
}
.table-cart.table tbody{
width: 100%;
float: left;
}
.table-cart.table tbody > tr{
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
width: 100%;
float: left;
margin-bottom: 20px;
border: none;
background: #fff;
}
.table-cart.table tbody > tr > td:nth-child(6){
width: 100%;
float: left;
border: none;
padding: 15px 0 0;
}
.table-cart.table tbody > tr > td:nth-child(6) img{
width: 35%;
float: left;
}
.table-cart.table tbody > tr > td:nth-child(6) h3{
width: 65%;
float: right;
border: none;
padding-left: 10px;
}
.table-cart.table tbody > tr > td:nth-child(7){
width: 50%;
float: left;
border: none;
padding-left: 5px;
}
.table-cart.table tbody > tr > td:nth-child(8){
width: 50%;
float: right;
border: none;
}
table.table-cart tbody tr td p {
margin-left: 5px;
font-size: 14px;
margin-top: 0;
}
table.table-cart tbody > tr > td .qty-del{margin-left: 5px}
table.table-cart tbody > tr > td .qty-box {
width: auto;
}
}
@media only screen and (max-width: 360px) {
.checkout_step2.after_order .table > tbody > tr > td,
.checkout_step2.after_order .table > tbody > tr > th,
.checkout_step2.after_order .table > tfoot > tr > td,
.checkout_step2.after_order .table > tfoot > tr > th,
.checkout_step2.after_order .table > thead > tr > td,
.checkout_step2.after_order .table > thead > tr > th {
padding: 3px;
}
}
@media only screen and (max-width: 480px) {
.button_continue .btn-continue{
text-align: center;
width: 100%;
padding: 15px 20px;
}
table.table-cart tbody input.qty-count {
width: 35px !important;
}
}
@media only screen and (min-width: 1024px) {
.row-label {
width: 49%;
display: inline-block;
padding: 10px 15px;
}
.row-value {
width: 49%;
display: inline-block;
}
}
div#btnEditInfo {
background: rgba(0,0,0,0.4);
}
table.table.table-order {
margin-top: 15px;
}
.detail-order h3,
.box-summary h3,
.box-shiper h3 {
font-size: 15px;
font-weight: 600;
margin-top: 10px;
}
.box-shiper .modal-body h3 {
text-align: center;
font-size: 22px;
text-transform: uppercase;
margin-bottom: 25px;
}
.box-shiper .modal-content{
border: 3px solid rgb(23, 190, 155);
box-shadow: none;
-webkit-box-shadow: none;
padding: 10px 30px 20px;
}
.box-shiper .modal-content .modal-body .row input {
border: 1px solid #17be9b;
width: 100%;
padding: 5px 10px;
margin: 5px 0;
font-size: 14px;
font-weight: normal;
}
.box-shiper .modal-content .modal-body .row{
font-size: 14px;
font-weight: 600;
}
#btnUpdateInfo{
padding: 10px 20px;
background: #17be9b;
border-radius: 4px;
width: 100%;
float: left;
text-align: center;
margin-top: 25px;
color: #fff;
font-size: 16px;
text-transform: uppercase;
cursor: pointer;
}
.btn-green {
background: #17be9b;
color: #fff;
border: none;
padding: 8px 15px;
border-radius: 4px;
}
.box-shiper ul {
margin: 20px 0;
}
#btnEditInfo button.close img{ width: 25px }
body{font-family: Tahoma, Verdana, Segoe, sans-serif;}
.two-rows{line-height: 40px !important}
span.red,
.row-value b.red {
color: #ff1717;
}
.row-old {
background: #f1f5f7;
}
.status-text b{color: #000}
.status-text{
color: #17be9b;
padding-left: 15px;
}
.green-color {
color: #17be9b;
}
.table-order.table>tbody > tr:nth-child(2n){
background: #f1f5f7;
}
.history.table-order.table>tbody>tr>td, table.history.table-order.table>thead>tr>th{text-align: center;}
.table-order.table>tbody>tr:last-child{border-bottom:1px solid #ddd }
.table-order.table>tbody>tr>td:last-child{border-right: 1px solid #ddd}
.table-order.table>tbody>tr>td,
table.table-order.table>thead>tr>th{border-top:none;border-left: 1px solid #ddd }
.table-order.table>thead>tr>th ,
.table-cart.table>thead>tr>th {
background: #17be9b;
border-color: #17be9b;
color: #fff;
border-bottom: none;
text-align: center;
}
table.table-cart .qty-box {
width: 65%;
margin: 5px auto;
float: none;
}
.table-cart.table>thead>tr,
.table-cart tbody tr{
border-left: 1px solid #17be9b;
border-right : 1px solid #17be9b;
}
.table-cart tbody tr td h3{font-size: 18px;margin-top: 0;}
.table-cart tbody tr td img{max-width: 184px;width: 50%; float: left; padding: 10px}
.table-cart tbody tr td {
border-bottom: 1px solid #17be9b;
border-top: 1px solid #17be9b;
text-align: center;
border-bottom: 1px solid #17be9b;
padding: 15px 0;
}
.table-cart.table{
margin-left: 15px;
margin-right: 15px;
width: calc(100% - 30px);
margin-top: 10px;
}
.table-cart tbody tr td p {
text-align: left;
margin-left: 60px;
font-size: 16px;margin-top: 0;
}
/*----------------------------------*/
.tsearch .input-group-addon{
background: white !important;
}
.tsearch .form-control{
border-right:0;
box-shadow:0 0 0;
border-color:#ccc;
}
.tsearch button{
border:0;
background:transparent;
}
.tsearch .glyphicon-search:before {
color: #bebebe;
}
.tr-line {
width: 100%;
text-align: right;
padding: 15px 0;
}
.tr-line.tr-1 {
margin-top: 20px;
}
.tr-line.tr-1 span {
font-weight: bold;
}
.tr-line.tr-2 a, .tr-line.tr-2 span {
color: #2FBE9B;
font-weight: bold;
}
.tr-line.tr-2 span {
margin: 0 15px;
}
.tr-3 .tsearch {
width: 65%;
float: right;
}
.tr-3 .tsearch input {
padding: 20px 15px;
border-radius: 15px;
}
.tr-3 .tsearch span {
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
font-size: 16px;
}
.tr-3 .tsearch submit:focus,
.tr-3 .tsearch span:focus {
outline: none;
}
*:focus {
outline: none !important;
}
ul.main-menu {
margin: 0;
padding: 0;
width: 100%;
background: #17be9b;
border-radius: 17px;
float: left;
margin: 15px 0;
}
ul.main-menu li {
float: left;
list-style: none;
}
ul.main-menu a {
padding: 17px 45px;
background: #17be9b;
float: left;
color: #fff;
text-decoration: none;
font-weight: bold;
font-size: 18px;
border-radius: 17px;
}
ul.main-menu li.active a,
ul.main-menu li:hover a {
background: #109176;
}
.box-wd {
border: 1px solid #ececec;
border-radius: 15px;
margin-bottom: 45px;
}
.box-wd h4 {
color: #fff;
font-weight: bold;
font-size: 13px;
background: #17be9b;
padding: 16px;
margin-top: 0;
border-radius: 15px
}
.box-wd .box-content {
padding: 10px 20px;
}
.box-wd .icon-box {
width: 40px;
float: left;
}
.box-wd .box-content p {
text-align: right;
}
.box-wd .box-content p.al-center {
text-align: center;
}
.btn-buy {
margin: 5px 0;
background: #17be9b;
border: none;
border-radius: 5px;
padding: 5px 15px;
color: #fff;
}
a.btn-buy {
margin: 5px 0;
background: #17be9b;
border: none;
border-radius: 5px;
padding: 7px 15px;
color: #fff;
text-decoration: none;
}
a.btn-buy:hover {
margin: 5px 0;
background: #17be9b;
border: none;
border-radius: 5px;
padding: 7px 15px;
color: #fff;
text-decoration: none;
}
.btn-empty {
margin: 5px 0;
background: #d2d2d2;
border: none;
border-radius: 5px;
padding: 5px 15px;
color: #000;
}
h2.title-main {
margin: 0;
color: #17be9b;
font-size: 26px;
margin-bottom: 10px;
}
.list-products ul.products {
margin: 0;
padding: 0;
float: left;
width: 100%;
border: 1px solid #eee;
}
.list-products ul.products li {
float: left;
list-style: none;
width: 25%;
border: 1px solid #eee;
padding: 20px 15px;
}
.list-products ul.products img {
width: 100%;
border: none;
max-height: 132px;
overflow: hidden;
min-height: 132px;
}
h3.title-product {
color: #17be9b;
font-size: 16px;
font-weight: bold;
}
.list-products ul.products a {
text-decoration: none;
}
.list-products ul.products span {
float: left;
width: 100%;
line-height: 25px;
}
span.limit-product {
color: #ababab;
}
.list-products {
float: left;
width: 100%;
margin: 20px 0;
}
.copy-right {
background: #17be9b;
color: #fff;
padding: 15px;
font-size: 16px;
border-radius: 20px;
margin: 5px 0;
text-align: center;
box-shadow: 0 0px 1px rgba(0, 0, 0, 0.1);
}
.copy-right a {
color: #fff;
font-weight: bold;
text-decoration: none;
}
.pag-nav.pagination {
float: right;
}
.pag-nav.pagination li a {
margin: 0 5px;
border-radius: 4px;
background: #17be9b;
color: #fff;
border-color: #17be9b
}
.pag-nav.pagination .active a {
color: #17be9b !important;
background: #fff;
border-color: #17be9b
}
.pag-nav.pagination li a:hover,
.pag-nav.pagination .active a:hover {
color: #17be9b !important;
background: #fff;
border-color: #17be9b
}
.pag-nav li:last-child a {
margin-right: 0;
}
.tr-line a,
.tr-line a:hover {
text-decoration: none;
}
/* responsive */
@media only screen and (max-width: 1023px) {
.box-1-column .box-login {
padding: 0 15px;
}
footer,
section.main-content {
background: #f1f5f7;
}
div.box-wrap-border {
padding: 10px 15px;
box-shadow: 0 0 3px #edf1f3;
background: #fff;
}
div.box-login img.icon-clear {
height: 25px !important;
}
.group-profile .item-row input,
.box-login .item-row input {
width: 55%;
}
.profile-form .group-profile .inp-password {
padding-left: 12px !important;
}
.group-profile .item-row label {
font-weight: normal;
width: 35%;
color: #9e9e9e;
}
.box-wd.home_list .box-content {
padding: 10px 15px;
}
div.copy-right {
background: #fff;
color: #717070;
margin-left: 15px;
margin-right: 15px;
border-radius: 0;
}
div .copy-right a{
color: #717070;
}
#mindModal .modal-dialog {
max-width: 477px;
width: auto;
}
div.list-products ul.products{border: none}
header {
background: #f1f5f7;
}
}
@media screen and (min-width: 1024px) {
img.logo {
width: 125px;
}
.box-1-column {
border: 1px solid #eaeaeb;
border-radius: 10px;
padding: 30px;
min-height: 500px;
}
.box-login {
width: 40%;
}
section.main-content {
margin: 15px 0;
}
.box-wrap {
border: 15px solid #f1f4f8;
/*padding: 15px;*/
/*box-shadow: 0 0 15px #cae1ff inset, 0 -1px 1px #ffffff, 0 1px 1px rgba(190, 216, 228, 0.5);*/
}
#mindModal .modal-dialog {
width: 477px;
}
.box-1-nob .list-products ul.products li {
width: 20%;
}
}
.box-login {
margin: 0 auto;
}
h2.intro-text {
font-size: 20px;
color: #545454;
}
h2.intro-text span {
font-size: 15px;
margin-right: 5px;
}
.box-wrap {
margin: 15px 0;
/*padding: 15px;*/
/*box-shadow: 0 0 15px #cae1ff inset, 0 -1px 1px #ffffff, 0 1px 1px rgba(190, 216, 228, 0.5);*/
}
.box-wrap-border {
padding: 20px 15px;
box-shadow: 0 0 15px #9A9A9A;
}
.item-row {
display: inline-flex;
width: 100%;
margin: 15px 0;
border-bottom: 1px solid #ddd;
line-height: 33px;
}
img.icon-clear {
height: 30px;
}
.item-row label {
font-weight: normal;
width: 30%;
color: #9e9e9e;
}
.item-row input {
border: none;
box-shadow: none;
border-radius: 0;
color: #000;
}
.item-row input:focus{
outline: none;
}
.box-wrap .btn {
width: 100%;
border-radius: 3px;
color: #fff;
background: #17be9b;
border: none;
padding: 15px;
font-weight: bold;
margin-top: 30px;
}
.form-control:focus {
border-color: #fff !important;
box-shadow: none !important;
}
p.notes {
font-style: italic;
padding: 30px 0 0;
}
.icon-clear:hover {
cursor: pointer;
}
#defaultCountdown {
width: 240px;
height: 45px;
}
.modal-backdrop.in {
opacity: 0;
}
.modal-dialog {
top: 25%;
}
.qty-box {
display: none;
height: 30px;
float: left;
margin: 5px 0;
}
span.qty-minus,
span.qty-add {
width: 30px !important;
float: left;
background: #eee;
text-align: center;
border-radius: 3px;
height: 30px;
line-height: 30px !important;
font-weight: bold;
cursor: pointer;
}
input.qty-count {
width: 70px !important;
float: left;
text-align: center;
margin: 0 3px;
background: #fff;
border-radius: 4px;
border: 1px solid #17be9b;
height: 30px;
line-height: 30px !important;
}
#mindModal .modal-header {
text-align: center;
border-bottom: none;
}
#mindModal h4.modal-title {
text-transform: uppercase;
color: #17be9b;
font-size: 20px;
font-weight: bold;
}
#mindModal .modal-header p {
font-size: 16px;
padding: 15px 0 0;
}
.modal-box {
width: 90%;
margin: 0 auto;
background: #17be9b;
border-radius: 4px;
padding: 15px;
color: #fff;
}
#timeExpire {
float: left;
padding-left: 3px;
}
.box-count {
width: 75px;
height: 70px;
float: left;
margin-right: 5px;
}
span.top-span {
float: left;
width: 100%;
background: #1f584b;
border-bottom: 1px solid #1f584b;
text-align: center;
padding: 10px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
font-size: 22px;
}
span.bottom-span {
float: left;
width: 100%;
background: #1f584b;
border-top: 1px solid #13382f;
text-align: center;
padding: 10px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
span.space-lb {
float: left;
line-height: 78px;
margin: 0 10px 0 5px;
font-size: 22px;
font-weight: bold;
}
span.top-span.top-sp-1 {
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
float: left;
margin-right: 5px;
}
.box-second {
float: left;
width: 100px;
}
span.top-sp-1 {
background: #1f584b;
padding: 10px 15px;
float: left;
margin-right: 5px;
border-radius: 5px;
font-weight: bold;
font-size: 22px;
}
.top-second {
float: left;
}
span.span.no-bg {
float: left;
width: 100%;
text-align: left;
padding-left: 30px;
padding-top: 15px;
}
.modal-box {
min-height: 170px;
font-size: 16px;
}
.left-time {
float: left;
width: 100%;
padding: 10px 4px;
}
#mindModal .modal-content,
#detailDrugModal .modal-content,
#messageEmpty .modal-content{
border: 3px solid rgb(23, 190, 155);
box-shadow: none;
-webkit-box-shadow: none;
}
#mindModal .close,
#detailDrugModal .close ,
#messageEmpty .close {
top: -7px;
opacity: 1;
position: absolute;
right: -7px;
z-index: 1000;
}
#mindModal .close img,
#messageEmpty .close img,
#detailDrugModal .close img{
width: 25px;
min-height: inherit !important;
}
#mindModal .modal-body,
#messageEmpty .modal-body{
padding: 0 15px 15px 15px;
}
.list-products li .show-detail {
cursor: pointer;
}
#detailDrugModal .modal-body {
min-height: 285px;
}
.modal-col-1 {
width: 55%;
float: left;
}
#detailDrugModal img {
width: 94%;
border: none;
max-height: 100%;
}
.modal-col-2 {
width: 45%;
float: right;
padding: 10px;
}
.modal-col-2 h4 {
color: #646464;
font-weight: bold;
font-size: 20px;
}
.p-bold {
font-weight: bold;
color: #646464;
}
.modal-col-2 p {
line-height: 24px;
}
.box-wd .modal-box {
width: 100%;
background: #EAEAEA;
color: #4a4a4a;
padding: 5px;
font-size: 14px;
}
.box-wd span.top-span,
.box-wd span.bottom-span,
.box-wd span.top-sp-1{
background: #5F5F5F;
color: #fff;
}
.box-wd .box-count {
width: 38px;
}
.box-wd span.top-span{
font-size: 16px;
border-bottom: none;
padding: 5px 10px;
}
.box-wd span.bottom-span {
border-top: 1px solid #3a3a3a;
font-size: 14px;
}
.box-wd .box-second {
width: 60px;
}
.box-wd span.top-sp-1 {
font-size: 16px;
padding: 6px 7px;
margin-right: 4px;
}
.box-wd span.bottom-span {
padding: 5px 0;
}
.box-wd span.space-lb {
margin: 0 6px 0 3px;
font-size: 16px;
}
.box-wd span.span.no-bg {
padding-left: 10px;
padding-top: 5px;
}
.box-wd span.space-lb {
line-height: 56px;
}
.box-wd .modal-box {
min-height: 125px;
}
.box-wd .box-content h5 {
text-transform: uppercase;
color: #17be9b;
font-size: 14px;
font-weight: bold;
text-align: center;
}
.p-day {
text-align: center !important;
font-size: 13px;
}
.discount-price {
font-weight: bold;
color: red;
}
h2.title-main.gray-color {
color: #696969;
}
.box-green {
margin: 15px;
padding: 20px;
border: 1px solid #17be9b;
border-radius: 5px;
}
b.green-color {
font-size: 18px;
color: #17be9b;
margin-right: 5px;
}
.btn-continue {
background: #17be9b;
color: #fff;
text-decoration: none;
padding: 10px 20px;
font-weight: bold;
}
.btn-continue:hover {
text-decoration: none;
color: #fff;
}
.row-total {
color: #696969;
font-size: 16px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0;
}
/* hide up/down arrows ("spinners") on input fields marked type="number" */
.no-spinners {
-moz-appearance:textfield;
}
.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.table-cart .qty-box {width: 100%;}
.qty-del {
color: red;
font-weight: bold;
font-size: 16px;
border: 1px solid #17be9b;
border-radius: 4px;
padding: 2px 10px;
margin-left: 15px;
float: left;
cursor: pointer;
}
.modal-open .modal.btnEditInfo {
display: block;
opacity: 1;
}
.modal-open .modal.btnEditInfo .close {
z-index: 1000;
cursor: pointer;
position: absolute;
right: -10px;
top: -10px;
opacity: 1;
}
@font-face {
font-family: FontAwesome;
src: url(../fonts/fontawesome-webfont.eot?v=4.2.0);
src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff?v=4.2.0) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.2.0) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format('svg');
font-weight: 400;
font-style: normal
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc"
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd"
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de"
}
.table-order i {
color: #fff;
}
.table-order span.title {
float: left;
text-align: right;
width: 58%;
}
.sdesc {
float: left;
margin-left: -8px;
}
.sasc {
float: left;
margin-left: 10px;
}
.no-padl {
margin-left: 10px;
} | 0.390592 | 0.142888 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* header styles starts here */
.header .first{
background-color: #f2f2f2;
border-radius: 15px 15px;
padding: 10px;
}
.header h2{
font-weight: 700;
padding-top: 20px;
padding-bottom: 15px;
}
.first i{
padding: 0px 10px;
color: #dfd9d9;
}
.first span{
color: #dfd9d9;
font-weight: 600;
}
/* section-1 styles starts here */
.section-1{
padding-bottom: 30px;
padding-top: 20px;
}
.section-1 .h6{
font-weight: 700;
padding-top: 10px;
color: #5f094a;
text-transform: uppercase;
font-size: 13px;
padding-bottom: 10px;
border-bottom: 1px solid #f1ebeb;
}
.walmart{
padding-bottom: 15px;
}
.section-1 h6{
padding-top: 12px;
}
.section-1 img{
margin-top: 8px;
width: 30px;
height: 29px;
margin-right: 12px;
}
.walmart span{
font-weight: 700;
font-size: 14px;
}
.walmart p{
font-size: 11px
}
.domino span{
font-weight: 700;
font-size: 14px;
}
.domino p{
font-size: 11px
}
.domino{
border-bottom: 1px solid #f1ebeb;
}
.star span{
font-weight: 700;
font-size: 14px;
}
.star p{
font-size: 11px
}
.star{
border-bottom: 1px solid #f1ebeb;
}
.netflix span{
font-weight: 700;
font-size: 14px;
}
.netflix p{
font-size: 11px
}
.section-1 .content{
background-color: #fde8e7;
padding-top: 1px;
padding-bottom: 1px;
margin-left: 2.6rem;
padding-left: 16px;
margin-bottom: 10px;
border-radius: 20px 20px;
}
.content p{
font-size: 14px;
margin-top: 12px;
}
.content i{
color: #5f094a;
font-weight: 700;
}
.wall-2{
border-top: 1px solid #f1ebeb;
}
.wall-2 .cons{
margin-top: 10px;
}
.walmarts span{
font-weight: 700;
font-size: 14px;
}
.walmarts p{
font-size: 11px
}
.walmarts{
border-top: 1px solid #f1ebeb;
}
.udemy span{
font-weight: 700;
font-size: 14px;
}
.udemy p{
font-size: 11px
}
.udemy{
border-top: 1px solid #f1ebeb;
border-bottom: 1px solid #f1ebeb;
}
.dropbox span{
font-weight: 700;
font-size: 14px;
}
.dropbox p{
font-size: 11px
}
.section-1 .content-1{
background-color: #fff3e7;
padding-top: 1px;
padding-bottom: 1px;
margin-left: 2.6rem;
padding-left: 16px;
margin-bottom: 10px;
border-radius: 20px 20px;
}
.content-1 p{
font-size: 14px;
margin-top: 12px;
}
.content-1 i{
color: #5f094a;
font-weight: 700;
}
.section-2{
padding-bottom: 20px;
}
.section-2 i{
font-size: 22px;
background-color: #f48e80;
padding: 20px 21px;
border-radius: 30px 30px;
} | tasks/transaction-pages/transaction-1/css/style.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* header styles starts here */
.header .first{
background-color: #f2f2f2;
border-radius: 15px 15px;
padding: 10px;
}
.header h2{
font-weight: 700;
padding-top: 20px;
padding-bottom: 15px;
}
.first i{
padding: 0px 10px;
color: #dfd9d9;
}
.first span{
color: #dfd9d9;
font-weight: 600;
}
/* section-1 styles starts here */
.section-1{
padding-bottom: 30px;
padding-top: 20px;
}
.section-1 .h6{
font-weight: 700;
padding-top: 10px;
color: #5f094a;
text-transform: uppercase;
font-size: 13px;
padding-bottom: 10px;
border-bottom: 1px solid #f1ebeb;
}
.walmart{
padding-bottom: 15px;
}
.section-1 h6{
padding-top: 12px;
}
.section-1 img{
margin-top: 8px;
width: 30px;
height: 29px;
margin-right: 12px;
}
.walmart span{
font-weight: 700;
font-size: 14px;
}
.walmart p{
font-size: 11px
}
.domino span{
font-weight: 700;
font-size: 14px;
}
.domino p{
font-size: 11px
}
.domino{
border-bottom: 1px solid #f1ebeb;
}
.star span{
font-weight: 700;
font-size: 14px;
}
.star p{
font-size: 11px
}
.star{
border-bottom: 1px solid #f1ebeb;
}
.netflix span{
font-weight: 700;
font-size: 14px;
}
.netflix p{
font-size: 11px
}
.section-1 .content{
background-color: #fde8e7;
padding-top: 1px;
padding-bottom: 1px;
margin-left: 2.6rem;
padding-left: 16px;
margin-bottom: 10px;
border-radius: 20px 20px;
}
.content p{
font-size: 14px;
margin-top: 12px;
}
.content i{
color: #5f094a;
font-weight: 700;
}
.wall-2{
border-top: 1px solid #f1ebeb;
}
.wall-2 .cons{
margin-top: 10px;
}
.walmarts span{
font-weight: 700;
font-size: 14px;
}
.walmarts p{
font-size: 11px
}
.walmarts{
border-top: 1px solid #f1ebeb;
}
.udemy span{
font-weight: 700;
font-size: 14px;
}
.udemy p{
font-size: 11px
}
.udemy{
border-top: 1px solid #f1ebeb;
border-bottom: 1px solid #f1ebeb;
}
.dropbox span{
font-weight: 700;
font-size: 14px;
}
.dropbox p{
font-size: 11px
}
.section-1 .content-1{
background-color: #fff3e7;
padding-top: 1px;
padding-bottom: 1px;
margin-left: 2.6rem;
padding-left: 16px;
margin-bottom: 10px;
border-radius: 20px 20px;
}
.content-1 p{
font-size: 14px;
margin-top: 12px;
}
.content-1 i{
color: #5f094a;
font-weight: 700;
}
.section-2{
padding-bottom: 20px;
}
.section-2 i{
font-size: 22px;
background-color: #f48e80;
padding: 20px 21px;
border-radius: 30px 30px;
} | 0.262275 | 0.072243 |
.theme-light {
--background-primary: #ffffff;
--background-primary-alt: #E5E5E5;
--background-secondary: #E5E5E5;
--background-secondary-alt: #E5E5E5;
--background-settings: #E5E5E5;
--background-settings-2: rgba(78, 75, 75,.1);
--background-settings-3: rgba(255, 255,255 ,.5);
--background-highlight: rgba(78, 75, 75,.3);
--text-normal: #1e1e1e;
--text-accent: #41317F;
--text-sub-accent: #f4569d;
--text-faint: #B05FFF;
--font-color-fix:#000000;
--popover-color:#9993B1;
--inline-code-color:#378190;
--text-title-h1: var(--text-accent);
--text-title-h2: #656D72;
--text-title-h3: #656D72;
--text-title-h4: #656D72;
--text-title-h5: #656D72;
--interactive-accent: rgba(14, 210, 247, 0.5);
--interactive-accent-hover: #AC99F9;
--interactive-before: #5e6565;
--background-modifier-border: #92a1a17a;
--font-family-editor: 'Rubik';
--font-family-preview: 'Rubik';
--bg-sub-accent-55: rgba(244, 86, 157, 0.55);
--bg-accent-55: rgba(14, 210, 247, 0.55);
--bg-color:#5943BF;
--accent-1: #FF00FF;
--accent-2: #5943BF;
--accent-3: #00FF00;
--accent-4: #FFFF00;
--accent-5: #FF0000;
--accent-6: #0000FF;
--accent-7: #00FFFF;
--accent-1-muted: #ff79c6;
--accent-2-muted: #B05FFF;
--accent-3-muted: #50fa7b;
--accent-4-muted: #ffb86c;
--accent-5-muted: #ff5555;
--accent-6-muted: #bd93f9;
--interactive-hover: var(--accent-2-muted);
--interactive-accent: var(--accent-2);
--text-gray: rgba(255, 255, 255, 0.6);
--text-brown: rgb(147, 114, 100);
--text-orange: rgb(255, 163, 68);
--text-yellow: rgb(255, 220, 73);
--text-green: rgb(77, 171, 154);
--text-blue: rgb(82, 156, 202);
--text-purple: #6B2B86;
--text-pink: #C37785;
--text-red: #990000;
--text-white: #FFFFFF;
--background-gray: #D8D8D8;
--background-brown: #C6B7B7;
--background-orange: #F2C97F;
--background-yellow: #FFFFB2;
--background-green: #6FB76F;
--background-blue: #C1C1FF;
--background-purple: #CC99CC;
--background-pink: #FFD9DF;
--background-red: #FF9A9A;
--background-white: #E5E5E5;
--code-color: #A9A9A9;
--scroll-color: #D9D9D9;
--scroll-hover: #B4B4B4;
--scroll-active: #A0A5AE;
--titlebar-hover:#CBC7DB;
--titlebar-active:#A9A3C3;
}
.theme-light.is-translucent {
--background-primary: #ffffff;
--background-primary-alt: #E5E5E5;
--background-secondary: #E5E5E5;
--background-secondary-alt: #E5E5E5;
--background-settings: rgba(229,229,229,.75);
--background-settings-2: rgba(78, 75, 75,.1);
--background-settings-3: rgba(255, 255,255 ,.5);
--background-highlight: rgba(78, 75, 75,.3);
--text-normal: #1e1e1e;
--text-accent: #41317F;
--text-sub-accent: #f4569d;
--text-faint: #B05FFF;
--font-color-fix:#000000;
--popover-color:#9993B1;
--inline-code-color:#378190;
--text-title-h1: var(--text-accent);
--text-title-h2: #656D72;
--text-title-h3: #656D72;
--text-title-h4: #656D72;
--text-title-h5: #656D72;
--interactive-accent: rgba(14, 210, 247, 0.5);
--interactive-accent-hover: #AC99F9;
--interactive-before: #5e6565;
--background-modifier-border: #92a1a17a;
--font-family-editor: 'Rubik';
--font-family-preview: 'Rubik';
--bg-sub-accent-55: rgba(244, 86, 157, 0.55);
--bg-accent-55: rgba(14, 210, 247, 0.55);
--bg-color:#5943BF;
--accent-1: #FF00FF;
--accent-2: #5943BF;
--accent-3: #00FF00;
--accent-4: #FFFF00;
--accent-5: #FF0000;
--accent-6: #0000FF;
--accent-7: #00FFFF;
--accent-1-muted: #ff79c6;
--accent-2-muted: #B05FFF;
--accent-3-muted: #50fa7b;
--accent-4-muted: #ffb86c;
--accent-5-muted: #ff5555;
--accent-6-muted: #bd93f9;
--interactive-hover: var(--accent-2-muted);
--interactive-accent: var(--accent-2);
--text-gray: rgba(255, 255, 255, 0.6);
--text-brown: rgb(147, 114, 100);
--text-orange: rgb(255, 163, 68);
--text-yellow: rgb(255, 220, 73);
--text-green: rgb(77, 171, 154);
--text-blue: rgb(82, 156, 202);
--text-purple: #6B2B86;
--text-pink: #C37785;
--text-red: #990000;
--text-white: #FFFFFF;
--background-gray: #D8D8D8;
--background-brown: #C6B7B7;
--background-orange: #F2C97F;
--background-yellow: #FFFFB2;
--background-green: #6FB76F;
--background-blue: #C1C1FF;
--background-purple: #CC99CC;
--background-pink: #FFD9DF;
--background-red: #FF9A9A;
--background-white: #E5E5E5;
--code-color: #A9A9A9;
--scroll-color: #D9D9D9;
--scroll-hover: #B4B4B4;
--scroll-active: #A0A5AE;
--titlebar-hover:#CBC7DB;
--titlebar-active:#A9A3C3;
}
.theme-dark {
--background-primary: #000000;
--background-primary-alt: #1e1e1e;
--background-secondary: #1e1e1e;
--background-secondary-alt: #1e1e1e;
--background-settings: #1e1e1e;
--background-settings-2: rgba(78, 75, 75,.2);
--background-settings-3: rgba(0, 0,0 ,.5);
--background-highlight: rgba(78, 75, 75,.3);
--font-color-fix:#ffffff;
--text-normal: #bebebe;
--text-accent: #AC99F9;
--text-sub-accent: #f4569d;
--text-faint: #B05FFF;
--inline-code-color:rgb(14 210 247);
--text-title-h1: var(--text-accent);
--text-title-h2: #cbdbe5;
--text-title-h3: #cbdbe5;
--text-title-h4: #cbdbe5;
--text-title-h5: #cbdbe5;
--bg-color:#5943BF;
--interactive-accent: rgba(14, 210, 247, 0.5);
--interactive-accent-hover: #AC99F9;
--interactive-before: #5e6565;
--background-modifier-border: #92a1a17a;
--font-family-editor: 'Rubik';
--font-family-preview: 'Rubik';
--bg-sub-accent-55: rgba(244, 86, 157, 0.55);
--bg-accent-55: rgba(14, 210, 247, 0.55);
--code-color: #282828;
--popover-color:#564C7D;
--accent-1: #FF00FF;
--accent-2: #5943BF;
--accent-3: #00FF00;
--accent-4: #FFFF00;
--accent-5: #FF0000;
--accent-6: #0000FF;
--accent-7: #00FFFF;
--accent-1-muted: #ff79c6;
--accent-2-muted: #B05FFF;
--accent-3-muted: #50fa7b;
--accent-4-muted: #ffb86c;
--accent-5-muted: #ff5555;
--accent-6-muted: #bd93f9;
--interactive-hover: var(--accent-2-muted);
--interactive-accent: var(--accent-2);
--text-gray: rgba(255, 255, 255, 0.6);
--text-brown: rgb(147, 114, 100);
--text-orange: rgb(255, 163, 68);
--text-yellow: rgb(255, 220, 73);
--text-green: rgb(77, 171, 154);
--text-blue: rgb(82, 156, 202);
--text-purple: #6B2B86;
--text-pink: #C37785;
--text-red: #6B0000;
--text-white: #FFFFFF;
--background-gray: rgb(69, 75, 78);
--background-brown: #542727;
--background-orange: #A06700;
--background-yellow: #5B5B00;
--background-green: rgb(53, 76, 75);
--background-blue: #0000A3;
--background-purple: #6B2B86;
--background-pink: #C37785;
--background-red: #6B0000;
--background-white: #FFFFFF;
--scroll-color: #444444;
--scroll-hover: #565656;
--scroll-active: #626A78;
--titlebar-hover:#4A465A;
--titlebar-active:#948CB4;
}
.theme-dark.is-translucent{
--background-primary: #000000;
--background-primary-alt: #1e1e1e;
--background-secondary: #1e1e1e;
--background-secondary-alt: #1e1e1e;
--font-color-fix:#ffffff;
--text-normal: #bebebe;
--text-accent: #AC99F9;
--text-sub-accent: #f4569d;
--text-faint: #B05FFF;
--background-settings: rgba(30,30,30,.88);
--background-settings-2: rgba(78, 75, 75,.2);
--background-settings-3: rgba(0, 0,0 ,.5);
--background-highlight: rgba(78, 75, 75,.3);
--inline-code-color:rgb(14 210 247);
--text-title-h1: var(--text-accent);
--text-title-h2: #cbdbe5;
--text-title-h3: #cbdbe5;
--text-title-h4: #cbdbe5;
--text-title-h5: #cbdbe5;
--bg-color:#5943BF;
--interactive-accent: rgba(14, 210, 247, 0.5);
--interactive-accent-hover: #AC99F9;
--interactive-before: #5e6565;
--background-modifier-border: #92a1a17a;
--font-family-editor: 'Rubik';
--font-family-preview: 'Rubik';
--bg-sub-accent-55: rgba(244, 86, 157, 0.55);
--bg-accent-55: rgba(14, 210, 247, 0.55);
--code-color: #282828;
--popover-color:#564C7D;
--accent-1: #FF00FF;
--accent-2: #5943BF;
--accent-3: #00FF00;
--accent-4: #FFFF00;
--accent-5: #FF0000;
--accent-6: #0000FF;
--accent-7: #00FFFF;
--accent-1-muted: #ff79c6;
--accent-2-muted: #B05FFF;
--accent-3-muted: #50fa7b;
--accent-4-muted: #ffb86c;
--accent-5-muted: #ff5555;
--accent-6-muted: #bd93f9;
--interactive-hover: var(--accent-2-muted);
--interactive-accent: var(--accent-2);
--text-gray: rgba(255, 255, 255, 0.6);
--text-brown: rgb(147, 114, 100);
--text-orange: rgb(255, 163, 68);
--text-yellow: rgb(255, 220, 73);
--text-green: rgb(77, 171, 154);
--text-blue: rgb(82, 156, 202);
--text-purple: #6B2B86;
--text-pink: #C37785;
--text-red: #6B0000;
--text-white: #FFFFFF;
--background-gray: rgb(69, 75, 78);
--background-brown: #542727;
--background-orange: #A06700;
--background-yellow: #5B5B00;
--background-green: rgb(53, 76, 75);
--background-blue: #0000A3;
--background-purple: #6B2B86;
--background-pink: #C37785;
--background-red: #6B0000;
--background-white: #FFFFFF;
--scroll-color: #444444;
--scroll-hover: #565656;
--scroll-active: #626A78;
--titlebar-hover:#4A465A;
--titlebar-active:#948CB4;
}
:root {
/*=======================
* Fonts
*==========================*/
/** Font Customization **/
--default-font: 'Quantico','Rubik', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI',
Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', sans-serif;
/** Main text font weight **/
--body-font-weight: 450;
/** Font family for hash-tags **/
--tag-font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif !important;
--major-heading: 'Orbitron', 'Inter';
--minor-heading: 'Oxanium', 'Inter' ;
--title-heading: 'Space Wham', 'Inter';
}
/*=======================
* Customized Tag Colors
*==========================*/
/* For preview mode */
a.tag[href*='#todo'],
a.tag[href*='#待完成'] {
color: #be2e5e;
box-shadow: 0px 0px 7.5px #be2e5e;
}
/* For Editor Mode */
.cm-s-obsidian .CodeMirror-line span.cm-tag-todo:not(.cm-formatting-hashtag) {
color: #ee6a96;
}
a.tag[href*='#wip'],
a.tag[href*='#进行中'] {
color:#FE5000;
box-shadow: 0px 0px 7.5px #FE5000;
}
.cm-s-obsidian .CodeMirror-line span.cm-tag-working-draft:not(.cm-formatting-hashtag) {
color: #a897ff;
}
a.tag[href*='#notes'],
a.tag[href*='#笔记'] {
color:#17b978;
box-shadow: 0px 0px 7.5px #17b978;
}
.cm-s-obsidian .CodeMirror-line span.cm-tag-notes:not(.cm-formatting-hashtag) {
color: #45e0a2;
}
a.tag[href*='#knowledge'],
a.tag[href*='#知识'] {
color:#00BCE3;
box-shadow: 0px 0px 7.5px #00BCE3;
}
.cm-s-obsidian .CodeMirror-line span.cm-tag-knowledge:not(.cm-formatting-hashtag) {
color: #6cbdf3;
}
a.tag[href*='#article'],
a.tag[href*='#文章'] {
color: #B77729;
box-shadow: 0px 0px 7.5px #B77729;
}
.cm-s-obsidian .CodeMirror-line span.cm-tag-article:not(.cm-formatting-hashtag) {
color: #ff7a7a;
}
a.tag[href*='#ideas'],
a.tag[href*='#想法'] {
color: #f29f20;
box-shadow: 0px 0px 7.5px #f29f20;
}
.cm-s-obsidian .CodeMirror-line span.cm-tag-ideas:not(.cm-formatting-hashtag) {
color: #f29f20;
}
/*=======================
* General UI
*==========================*/
/*---------------------------------------------------
* Modal
*------------------------------------------------------*/
.modal-close-button{
// padding: 5px !important;
padding: 5px 20px;
font-size: 1.5em;
color:var(--font-color-fix)!important;
opacity: 0.5;
right: 0;
top: 0;
}
.modal-close-button:hover{
background-color: #FF0000 !important;
border-top-right-radius: 5px;
}
.modal-close-button:active{
background-color: #E66472 !important;
}
.modal{
border: none;
border-radius: 5px!important;
background: var(--background-settings);
backdrop-filter: blur(5px) saturate(120%)!important;
}
.vertical-tab-nav-item.is-active{
opacity:1;
color: var(--text-accent);
background: var(--background-settings-3);
border-left-color: 0px -1.75px 0px var(--text-accent);
z-index: 1;
}
.vertical-tab-nav-item:hover{
opacity:1;
color: var(--text-accent);
background: var(--background-settings-3);
}
.checkbox-container{
background-color: #7d0624;
}
.checkbox-container:hover{
background-color: var(--interactive-accent-hover);
}
.modal.mod-settings button:not(.mod-cta), .modal button:not(.mod-cta):not(.mod-warning), .copy-code-button{
background-color: var(--bg-color)!important;
color: #ffffff!important;
display: inline!important;
}
button.mod-cta:hover, .modal.mod-settings button:not(.mod-cta):hover,
.modal button:not(.mod-cta):not(.mod-warning):hover, .copy-code-button:hover{
background-color: var(--interactive-accent-hover)!important;
}
.setting-editor-extra-setting-button, {
color:var(--text-faint)!important;
}
.setting-editor-extra-setting-button:hover{
color: var(--text-accent);
}
.vertical-tab-nav-item{
opacity:.65;
color:var(--text-faint);
}
.vertical-tab-header-group-title,.setting-item-name{
color: var(--text-accent);
}
.setting-item-description{
opacity:0.8;
color:var(--text-faint);
}
.dropdown{
border: 1px solid var(--background-primary);
color:var(--text-faint);
border-radius: 5px!important;
}
.dropdown:hover{
border: 1px solid var(--text-accent);
color: var(--text-accent);
background: transparency!important;
}
.modal.mod-settings .vertical-tab-content-container {
padding: 70px 0px 0px 0;
}
.menu{
border: 0px solid transparent;
background: var( --background-settings)!important;
backdrop-filter: blur(5px) saturate(120%)!important;
}
.menu-item{
backdrop-filter: blur(0px);
opacity:0.65;
color:var(--text-faint);
}
.menu-item:hover{
opacity:1;
background: var(--background-settings-3)!important;
color: var(--text-accent);
border-radius: 5px;
}
.menu-separator{
border-bottom: 0px solid var(--background-modifier-border);
}
.modal-bg{
background-color: transparent;
}
.modal-content {
padding-right: 0px;
}
/*---------------------------------------------------
* Title Bar
*------------------------------------------------------*/
body {
font-weight: var(--body-font-weight, normal);
}
.titlebar {
background-color: var(--background-primary-alt);
height: 44px !important;
}
html, body:not(.is-mobile) {
padding-top: 22px !important;
}
.mobile-toolbar {
display: flex;
width: unset;
max-width: 95%;
overflow: scroll;
border: 1px solid var(--background-modifier-border);
border-radius: 1rem;
margin-left: auto;
margin-right: auto;
margin-bottom: 0.5rem;
}
.titlebar-button {
opacity: 1;
padding: 11px 20px;
color: var(--font-color-fix);
}
.titlebar-inner{
color:inherit;
}
.titlebar-button:hover {
background-color: var(--titlebar-hover)!important;
}
.titlebar-button.mod-close:hover{
background-color: #FF0000 !important;
}
.titlebar-button.mod-close:active{
background-color: #E66472 !important;
}
.titlebar-button:active{
background-color: var(--titlebar-active)!important;
}
.titlebar-text {
color: var(--text-accent);
}
.theme-dark .notice {
background-color: var(--background-primary-alt);
color: var(--text-accent);
}
.view-action{
opacity:.65;
color: var(--text-faint);
padding: 5px;
}
.view-action:hover{
opacity:1;
color: var(--text-accent);
background-color: var(--background-highlight);
padding: 5px;
border-radius:2.5px;
}
/*---------------------------------------------------
* Prompt
*------------------------------------------------------*/
.suggestion-item.is-selected{
opacity:1;
color: var(--text-accent);
background:var(--background-primary);
border-radius: 5px!important;
}
.suggestion-item{
opacity:.65;
color:var(--text-faint);
}
.prompt{
border-radius: 5px!important;
background:var(--background-settings);
backdrop-filter: blur(5px) saturate(120%)!important;
padding:5px;
}
/*---------------------------------------------------
* Graph
*------------------------------------------------------*/
.graph-controls{
border-radius: 5px!important;
border-color: var(--background-primary-alt);
padding-top: 2rem;}
.tree-item-self:hover{
background: var(--background-primary);
border-radius: 5px!important;
}
.graph-controls-button{
padding: 5px;
border-radius:2.5px;
}
.graph-controls-button:hover{
color:var(--text-accent);
background-color: var(--background-highlight);
padding: 5px 5px 0px 5px;
border-radius:2.5px;
}
.graph-control-section:not(:last-child) .tree-item-children{
border-bottom: 1px solid transparent;
}
.graph-controls .setting-item {
padding: 10px 5px;
}
/*---------------------------------------------------
* Statusbar
*------------------------------------------------------*/
.cm-s-obsidian,
.markdown-preview-view {
//--text-accent: var(--accent-2);
//color: var(--text-normal);
}
.CodeMirror-guttermarker-subtle {
color: var(--accent-1);
}
.status-bar {
background-color: var(--background-primary-alt);
border-color: var(--background-primary-alt);
color: var(--text-faint);
margin: 0px 0px 0px -30px !important;
}
/*---------------------------------------------------
* Popover
*------------------------------------------------------*/
.popover.hover-popover {
position: absolute;
transform: scale(.95); /* makes the content smaller */
max-height: 600px; /* was 300 */
min-height: 500px;
margin-left: -35px !important;
width: 600px; /* was 400 */
border-bottom: none;
border-radius: 5px !important;
}
.tooltip {
background: var(--background-settings)!important;
color:var(--color-fix);
border-radius: 5px!important;
backdrop-filter: blur(5px) saturate(120%)!important;
}
.tooltip .tooltip-arrow {
border-color: transparent !important;
}
/*---------------------------------------------------
* Scrollbar
*------------------------------------------------------*/
::-webkit-scrollbar{
background:transparent!important;
border-radius: 6px!important;
width:0.5rem;
}
::-webkit-scrollbar-thumb {
background:var(--scroll-color)!important;
border-radius: 6px!important;
width:0.5rem;
}
::-webkit-scrollbar-thumb:hover{
background:var(--scroll-hover)!important;
}
::-webkit-scrollbar-thumb:active{
background:var(--scroll-active)!important;}
/*---------------------------------------------------
* Side Dock
*------------------------------------------------------*/
.nav-file.is-active > .nav-file-title,
.nav-file.is-active > .nav-folder-title,
.nav-file.is-active > .nav-folder-collapse-indicator,
.nav-folder.is-active > .nav-file-title,
.nav-folder.is-active > .nav-folder-title,
.nav-folder.is-active > .nav-folder-collapse-indicator {
color: var(--text-accent);
}
body:not(.is-grabbing) .nav-file-title:hover,
body:not(.is-grabbing) .nav-folder-title:hover {
background-color: var(--background-settings-3);
}
.nav-folder-title {
font-weight: 600;
opacity:.65;
color:var(--text-faint);
}
.nav-file-title {
opacity:.65;
color:var(--text-faint);
}
.nav-file-title:hover{
opacity:1;
color: var(--text-accent);
background:var(--background-primary);
border-radius: 5px!important;
}
.nav-folder-title:hover {
font-weight: 600;
opacity:1;
color: var(--text-accent);
}
.nav-file-title.is-active{
opacity:1;
color: var(--text-accent);
background:var(--background-primary);
box-shadow: 0px -1.75px 0px var(--text-accent);
border-radius: 0px 0px 5px 5px !important;
}
.notice{
border-radius: 5px!important;
background:var(--background-primary-alt);
color:var(--font-color-fix);
}
/* Connectining lines for files and folders in File Explorer*/
.nav-folder-children .nav-folder-children {
margin-left: 15px;
padding-left: 0;
border-left: 1px inset var(--text-faint);
border-radius: 5px;
//transition:all 0.5s ease-in-out;
}
.nav-folder-children .nav-folder-children:hover {
border-left: 1px outset var(--text-accent);
}
/*---------------------------------------------------
* Side Dock Icons and Title
*------------------------------------------------------*/
.side-dock-ribbon-tab,
.side-dock-ribbon-action,
.workspace-ribbon-collapse-btn,
.workspace-tab-header {
opacity: 0.65;
cursor: pointer;
}
.side-dock-ribbon-tab:hover,
.side-dock-ribbon-action:hover,
.workspace-ribbon-collapse-btn:hover{
opacity: 1;
color: var(--text-accent);
background-color: var(--background-settings-3);
border-radius:5px;
}
.side-dock-ribbon-tab:active,
.side-dock-ribbon-action:active,
.workspace-ribbon-collapse-btn:active{
opacity: 1;
color: var(--text-accent);
background-color: var(--background-primary);
}
.workspace-tab-header:hover {
opacity: 1;
color: var(--text-accent);
box-shadow: 0px -1.5px 0px var(--text-accent);
}
.workspace-tab-header.is-active {
opacity: 1;
color: var(--text-accent);
background: var(--background-primary);
}
body:not(.is-grabbing) .nav-file-title:hover,
body:not(.is-grabbing) .nav-folder-title:hover {
color: var(--text-accent);
}
.nav-folder.mod-root > .nav-file-title,
.nav-folder.mod-root > .nav-folder-title {
opacity:1;
color: var(--text-accent);
}
body:not(.is-grabbing) .nav-file-title:hover .nav-folder-collapse-indicator,
body:not(.is-grabbing) .nav-folder-title:hover .nav-folder-collapse-indicator {
color: var(--text-accent);
}
.workspace-tab-header{
border-radius: 0px !important;
}
.workspace-tab-header.is-active {
box-shadow: 0px -1.5px 0px var(--text-accent);
}
.view-header-title, .view-header-icon, .setting-editor-extra-setting-button{
opacity:.65;
color:var(--text-faint);
}
.nav-action-button{
opacity:.65;
color:var(--text-faint);
}
.setting-editor-extra-setting-button:hover{
color: var(--text-accent);
opacity:1;
}
.nav-action-button:hover{
opacity:1;
color: var(--text-accent);
border-radius: 0px!important;
box-shadow: 0px -1.5px 0px var(--text-accent);
background-color: var(--background-settings-3);
}
.tree-item-self.is-clickable, .collapse-icon{
color:#B05FFF;
opacity:.65;
}
.tree-item-self.is-clickable:hover,.tree-item-self .collapse-icon:hover{
opacity:1;
background: var(--background-primary);
border-radius: 5px!important;
color: var(--text-accent)!important;
}
.nav-action-button.is-active{
border-radius: 0px!important;
background: var(--background-primary);
box-shadow: 0px -1.5px 0px var(--text-accent);
color: var(--text-accent)!important;
}
/* Folder and file icons */
.nav-folder-children .nav-file-title-content:first-child::before { content: '📄 '; }
.nav-folder-children .nav-folder-title-content::before { content: '📂 '; }
.nav-file-title-content, .nav-folder-title-content::before { content: '🗄 '; }
/*---------------------------------------------------
* Side Dock Collapse and Border
*------------------------------------------------------*/
.workspace-ribbon.is-collapsed {
background-color: var(--background-primary-alt);
}
.workspace-ribbon.mod-left.is-collapsed,
.workspace-ribbon.mod-right.is-collapsed {
border-color: var(--background-primary-alt);
}
.workspace-ribbon.mod-left{
left:0;
}
.workspace-ribbon.mod-right{
height:996px;
}
/*---------------------------------------------------
* Workspace
*------------------------------------------------------*/
.workspace-leaf.mod-active .view-header-title, .workspace-leaf.mod-active .view-header-icon {
opacity:1;
color: var(--text-accent);
}
.workspace-leaf.mod-active .view-header-icon{
color: var(--text-accent);
}
.workspace-leaf .view-header-icon{
color: var(--text-faint);
}
.workspace-leaf.mod-active{
box-shadow: 0px -1px 0px var(--text-accent);
}
.workspace-leaf.mod-active .view-header {
background: var(--background-primary);
}
.workspace-split.mod-root, .view-header, .view-header-title-container:after, .view-header-title-container:after{
background: var(--background-primary)!important;
border-color: var(--background-primary)!important;
border-bottom: 0px !important;
border-top: 1px solid var(--interactive-accent-hover);
}
.view-header-title-container:after{
background: var(--background-primary);
}
.workspace-leaf-resize-handle:hover{
background:var(--text-accent) !important;
box-shadow: 0 0 0.4em var(--text-accent);
}
.pane-list-item:hover .pane-list-item-ending-flair {
background-color: var(--background-secondary);
color: var(--text-accent);
}
.workspace-drop-overlay {
background-color: var(--background-primary-alt);
}
.cm-s-obsidian .cm-formatting,
.cm-s-obsidian span.cm-formatting-link,
.cm-s-obsidian span.cm-formatting-link-string.cm-url,
.cm-s-obsidian span.cm-inline-code.cm-formatting-code,
.cm-s-obsidian span.cm-formatting-code,
.cm-s-obsidian span.cm-formatting-quote,
.cm-s-obsidian span.cm-hr,
.cm-s-obsidian pre.HyperMD-table-row span.cm-hmd-table-sep,
.cm-s-obsidian pre.HyperMD-table-row-1>span {
color: #BCA6FF;
}
/*code block backticks */ span.cm-formatting-code-block.cm-hmd-codeblock,
/* optionally header hashes */ span.cm-formatting-header {
display: inline !important;
}
.workspace-leaf .view-header-icon:hover{
background-color: var(--background-highlight);
opacity: 1;
border-radius:2.5px;
padding: 7.5px 7.5px 7.5px 7.5px;
}
.workspace-leaf .view-header-icon{
padding: 7.5px 7.5px 7.5px 7.5px;
}
.workspace-split mod-horizontal mod-left-split{
Background:var(--background-secondary)!important;
}
/*---------------------------------------------------
* CheckBox
*------------------------------------------------------*/
/*.contains-task-list .task-list-item .contains-task-list {
padding-inline-start: 5px;
}*/
/*.contains-task-list .task-list-item ul.contains-task-list::before {
left: -46px !important;
border-width: 2px;
}*/
/*.contains-task-list .task-list-item {
position: relative;
vertical-align: middle;
box-sizing: border-box;
padding-left: 30px;
}*/
/*.markdown-preview-view .list-collapse-indicator {
margin-left: -80px !important;
box-sizing: border-box;
}*/
.markdown-preview-view .task-list-item-checkbox:checked::before {
content: '✓';
position: absolute;
color: var(--accent-2);
font-size: 1em;
line-height: 1.25em;
width: 1.2em;
text-align: center;
text-shadow: 0 0 0.5em var(--accent-2);
}
.markdown-preview-view .task-list-item-checkbox {
-webkit-appearance: none;
box-sizing: border-box;
border: 1px solid var(--accent-2);
position: relative;
width: 1.25em;
height: 1.25em;
margin: 0;
margin-right: 0.5em;
box-shadow: 0 0 0.5em var(--accent-2);
}
/* rule line when there are checkboxes*/
ul .task-list-item ul::before {
left: 0.15em !important;
}
.workspace-leaf-resize-handle{
opacity: var(--opacity-translucency);
background-color: transparent;
}
/*---------------------------------------------------
* Bullet list
*------------------------------------------------------*/
ul {
list-style: none;
}
li>p {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
}
ul li:not(.task-list-item)::before {
content: "▻"!important;
color: var(--accent-2);
display: inline-block;
width: 1em;
margin-left: -1em;
padding: 0;
font-weight: bold;
text-shadow: 0 0 0.5em var(--accent-2);
}
ul ul li:not(.task-list-item)::before {
content: "↳"!important;
}
ul ul ul li:not(.task-list-item)::before {
content: "↳"!important;
}
.markdown-preview-view ul > li.task-list-item.is-checked {
text-decoration: line-through !important;
color: var(--interactive-accent) !important;
}
//↱↠↦↣↳►▶▻⇀
/* Adding a rule line before ul list -- PREVIEW Mode */
ul ul,
.cm-s-obsidian pre.HyperMD-list-line {
position: relative;
}
.markdown-preview-section > ul > li > ul::before {
content: '';
border-left: 1px solid var(--text-accent);
position: absolute;
opacity: 0.35;
left: -1em;
top: 0;
bottom: 0;
}
/* bullet lists */
ul,
ul ul,
ol ul,
ul ul ul,
ol ul ul {
list-style: none;
}
li > p {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
}
ul li:not(.task-list-item)::before {
content: '▻';
color: var(--text-accent);
display: inline-block;
width: 1.25em;
margin-left: -1.15em;
padding: 0;
font-weight: bold;
text-shadow: 0 0 0.5em var(--accent-2);
}
ul ul li:not(.task-list-item)::before {
content: '↳';
}
ul ul ul li:not(.task-list-item)::before {
content: '↳';
}
/*---------------------------------------------------
* Number list
*------------------------------------------------------*/
ol {
list-style: none;
counter-reset: li
}
ol>li {
counter-increment: li;
}
ol>li:not(.task-list-item)::before,
ul ol>li:not(.task-list-item)::before,
ul ul ol>li:not(.task-list-item)::before,
ul ul ul ol>li:not(.task-list-item)::before {
text-shadow: 0 0 0.5em var(--accent-2);
}
ol {
list-style: none;
counter-reset: li;
}
ol > li {
counter-increment: li;
}
ol > li:not(.task-list-item)::before,
ul ol > li:not(.task-list-item)::before,
ul ul ol > li:not(.task-list-item)::before,
ul ul ul ol > li:not(.task-list-item)::before {
content: '.' counter(li);
color: var(--text-accent);
font-weight: normal;
display: inline-block;
width: 1em;
margin-left: -1.5em;
margin-right: 0.5em;
text-align: right;
direction: rtl;
overflow: visible;
word-break: keep-all;
white-space: nowrap;
}
.cm-s-obsidian span.cm-formatting-list,
.cm-s-obsidian span.cm-formatting-task {
color: var(--text-accent);
}
.cm-s-obsidian span.cm-formatting-list {
font-weight: bold;
}
/***************************************/
/* at a rule line before ul list */
/***************************************/
ul ul { position: relative; }
ul ul::before {
content:'';
border-left: 1px solid var(--border-color);
position: absolute;
}
ul ul::before { left: -1em; top: 0; bottom: 0; }
/* rule line when there are checkboxes*/
ul .task-list-item ul::before {left: -1rem !important}
no good idea yet
.cm-hmd-list-indent .cm-tab, ul ul { position: relative; }
.cm-hmd-list-indent .cm-tab::before, ul ul::before {
content:'';
border-left: 1px solid var(--border-color);
position: absolute;
}
.cm-hmd-list-indent .cm-tab::before { left: 0.5em; top: -5px; bottom: -4px; }
ul ul::before { left: -1em; top: 0; bottom: 0; }
.cm-hmd-list-indent .cm-tab,
ul ul,
ol ul,
ul ol,
ol ol {
position: relative;
}
.cm-hmd-list-indent .cm-tab::before,
ul ul::before,
ol ul::before,
ul ol::before,
ol ol::before {
content:'';
border-left: 1.5px solid var(--text-faint);
position: absolute;
}
.cm-hmd-list-indent .cm-tab::before { left: 0; top: -5px; bottom: -4px; }
ul ul::before,
ol ul::before,
ul ol::before,
ol ol::before {
left: -17px;
top: 0;
bottom: 0;
}
/*---------------------------------------------------
* Headings
*------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--default-font);
font-weight: 600;
}
pre.HyperMD-header.HyperMD-header-2,
pre.HyperMD-header.HyperMD-header-3,
pre.HyperMD-header.HyperMD-header-4,
pre.HyperMD-header.HyperMD-header-5,
pre.HyperMD-header.HyperMD-header-6 {
position: relative;
padding-bottom: 5px;
border-bottom: 2px solid;
border-width: 1px;
border-image-slice: 1;
// margin: 0px 0px 10px 0px !important;
}
.markdown-preview-section h1,
.cm-header-1 {
font-size: 34px;
color: var(--text-title-h1);
font-family: var(--title-heading);
}
.markdown-preview-section h2,
.cm-header-2 {
font-size: 26px;
color: var(--text-title-h2);
font-family: var(--major-heading);
}
.markdown-preview-section h3,
.cm-header-3 {
font-size: 22px;
color: var(--text-title-h3);
font-family: var(--minor-heading);
}
.markdown-preview-section h4,
.cm-header-4 {
font-size: 18px;
color: var(--text-title-h4);
font-family: var(--minor-heading);
}
.markdown-preview-section h5,
.cm-header-5 {
font-size: 18px;
color: var(--text-title-h5);
font-family: var(--minor-heading);
}
.markdown-preview-section h6,
.cm-header-6 {
font-size: 18px;
color: var(--text-title-h5);
font-family: var(--minor-heading);
}
pre.HyperMD-header.HyperMD-header-2{
border-image-source: linear-gradient(to right, var(--accent-7),var(--background-primary));
}
pre.HyperMD-header.HyperMD-header-3{
border-image-source: linear-gradient(to right, var(--accent-3),var(--background-primary));
}
pre.HyperMD-header.HyperMD-header-4{
border-image-source: linear-gradient(to right, var(--accent-4),var(--background-primary));
}
pre.HyperMD-header.HyperMD-header-5{
border-image-source: linear-gradient(to right, var(--accent-5),var(--background-primary));
}
pre.HyperMD-header.HyperMD-header-6{
border-image-source: linear-gradient(to right, var(--accent-6),var(--background-settings));
}
/*---------------------------------------------------
* Heading Previews
*------------------------------------------------------*/
.markdown-preview-view h2,
.markdown-preview-view h3,
.markdown-preview-view h4,
.markdown-preview-view h5,
.markdown-preview-view h6 {
/* padding-top: 1.25rem; */
margin: 35px 0 15px 0;
position: relative;
padding-bottom: 5px;
border-bottom: 2px solid;
border-image-slice: 1;
}
.view-header-icon {
color: var(--text-accent);
}
.markdown-preview-view h2
{
border-image-source: linear-gradient(to right, var(--accent-7),var(--background-primary));
}
.markdown-preview-view h3{
border-image-source: linear-gradient(to right, var(--accent-3),var(--background-primary));
}
.markdown-preview-view h4{
border-image-source: linear-gradient(to right, var(--accent-4),var(--background-primary));
}
.markdown-preview-view h5{
border-image-source: linear-gradient(to right, var(--accent-5),var(--background-primary));
}
.markdown-preview-view h6{
border-image-source: linear-gradient(to right, var(--accent-6),var(--background-primary));
}
/*Adds tags to header*/
.cm-formatting-header-1 { font-size: 2rem; }
.cm-formatting-header-2 { font-size: 1.16rem; }
.cm-formatting-header-3 { font-size: 0.83rem; }
.cm-formatting-header-4 { font-size: 0.64rem; }
.cm-formatting-header-5 { font-size: 0.52rem; }
.cm-formatting-header-6 { font-size: 0.44rem; }
div:not(.CodeMirror-activeline)>.CodeMirror-line span.cm-formatting-header {
color: transparent !important;
background:none;
}
div:not(.CodeMirror-activeline)>.CodeMirror-line span.cm-formatting-header::before {
display: inline-block;
white-space: nowrap;
word-wrap: none;
width:0;
overflow:visible;
font-size: 0.95rem;
color: var(--text-muted);
}
div:not(.CodeMirror-activeline)>.CodeMirror-line span.cm-formatting-header-1::before {
content: 'H1';
}
div:not(.CodeMirror-activeline)>.CodeMirror-line span.cm-formatting-header-2::before {
content: 'H2';
}
div:not(.CodeMirror-activeline)>.CodeMirror-line span.cm-formatting-header-3::before {
content: 'H3';
}
div:not(.CodeMirror-activeline)>.CodeMirror-line span.cm-formatting-header-4::before {
content: 'H4';
}
div:not(.CodeMirror-activeline)>.CodeMirror-line span.cm-formatting-header-5::before {
content: 'H5';
}
div:not(.CodeMirror-activeline)>.CodeMirror-line span.cm-formatting-header-6::before {
content: 'H6';
}
.vertical-tab-header-group-title {
border-bottom: 2px solid;
border-image-slice: 1;
border-image-source: linear-gradient(to right, var(--text-sub-accent),var(--background-settings));
}
.vertical-tab-content h2 {
padding-bottom: 5px;
border-bottom: 2px solid;
border-image-slice: 1;
border-image-source: linear-gradient(to right, var(--accent-7),var(--background-settings));
}
.vertical-tab-content h3 {
padding-bottom: 5px;
border-bottom: 2px solid;
border-image-slice: 1;
border-image-source: linear-gradient(to right, var(--accent-3),var(--background-settings));
}
.vertical-tab-content h4 {
padding-bottom: 5px;
border-bottom: 2px solid;
border-image-slice: 1;
border-image-source: linear-gradient(to right, var(--accent-4),var(--background-settings));
}
.vertical-tab-content h5 {
padding-bottom: 5px;
border-bottom: 2px solid;
border-image-slice: 1;
border-image-source: linear-gradient(to right, var(--accent-5),var(--background-settings));
}
.vertical-tab-content h6 {
padding-bottom: 5px;
border-bottom: 2px solid;
border-image-slice: 1;
border-image-source: linear-gradient(to right, var(--accent-6),var(--background-settings));
}
/*---------------------------------------------------
* Heading Glow
*------------------------------------------------------*/
.cm-s-obsidian .cm-header,
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 600;
overflow: visible;
}
.cm-s-obsidian .cm-formatting-header {
font-weight: 300;
}
.cm-header-1:not(.cm-formatting),
h1 {
text-shadow: 0 0 0.5em var(--accent-1);
}
.cm-header-2:not(.cm-formatting),
h2 {
text-shadow: 0 0 0.5em var(--accent-7);
}
.cm-header-3:not(.cm-formatting),
h3 {
text-shadow: 0 0 0.5em var(--accent-3);
}
.cm-header-4:not(.cm-formatting),
h4 {
text-shadow: 0 0 0.5em var(--accent-4);
}
.cm-header-5:not(.cm-formatting),
h5 {
text-shadow: 0 0 0.5em var(--accent-5);
}
.cm-header-6:not(.cm-formatting),
h6 {
text-shadow: 0 0 0.5em var(--accent-6);
}
/*---------------------------------------------------
* Heading Styling
*------------------------------------------------------*/
/** hr styles -- PREVIEW MODE */
.markdown-preview-view hr {
margin-block-start: 3em;
margin-block-end: 2em;
border: none;
height: 0;
border-bottom: 1px solid;
border-image-slice: 1;
border-width: 1px;
border-image-source: linear-gradient(to right, transparent, var(--text-accent), transparent);
}
.markdown-preview-view hr::after {
content: '₪';
display: inline-block;
font-size: 1.65rem;
position: absolute;
color: var(--text-sub-accent);
left: 50%;
transform: translate(-50%, -50%);
transform-origin: 5% 50%;
padding: 0.5rem;
color: #E69900;
background-color: var(--background-primary);
}
/*---------------------------------------------------
* Bold and Italic Styling
*------------------------------------------------------*/
.cm-strong,
strong {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
padding: 0 0.1rem;
color: #7aa2f7;
background-color: #7aa2f7;
background-image: linear-gradient(62deg, #87c2fd 0%, #dcb9fc 100%) !important;
}
strong .math.math-inline .MathJax {
position: inherit !important;
}
.cm-strong::selection,
strong::selection {
-webkit-text-fill-color: var(--text-faint);
}
.cm-em,
em {
color: #bb9af7 !important;
font-family: OperatorMonoSSmLig-Book, Rubik !important;
}
/*---------------------------------------------------
* Links Styling
*------------------------------------------------------*/
/** editor mode **/
.cm-s-obsidian span.cm-link,
.cm-s-obsidian span.cm-hmd-internal-link {
text-shadow: -1px -1px 2px var(--background-secondary), -1px 1px 2px var(--background-secondary),
1px -1px 2px var(--background-secondary), 1px 1px 2px var(--background-secondary);
color: var(--text-normal);
background-position: 0 100%;
background-repeat: repeat-x;
background-size: 5px 5px;
text-decoration: none;
}
.cm-s-obsidian span.cm-link {
background-image: linear-gradient(
to bottom,
var(--bg-sub-accent-55) 0%,
var(--bg-sub-accent-55) 100%
);
}
.cm-s-obsidian span.cm-hmd-internal-link {
background-image: linear-gradient(to bottom, var(--bg-accent-55) 0%, var(--bg-accent-55) 100%);
}
/** preview mode **/
.external-link {
padding: 0;
}
.internal-link,
.external-link {
text-shadow: -1px -1px 2px var(--background-primary), -1px 1px 2px var(--background-primary),
1px -1px 2px var(--background-primary), 1px 1px 2px var(--background-primary);
-webkit-text-fill-color: var(--text-normal);
background-position: 0 100%;
background-repeat: repeat-x;
background-size: 5px 5px;
text-decoration: none;
transition: all 350ms ease;
}
.internal-link {
background-image: linear-gradient(to bottom, var(--bg-accent-55) 0%, var(--bg-accent-55) 100%);
}
.external-link {
background-image: linear-gradient(
to bottom,
var(--bg-sub-accent-55) 0%,
var(--bg-sub-accent-55) 100%
);
}
.internal-link:hover {
text-shadow: -1px -1px 2px var(--background-modifier-border),
-1px 1px 2px var(--background-modifier-border), 1px -1px 2px var(--background-modifier-border),
1px 1px 2px var(--background-modifier-border);
background-size: 4px 50px;
}
.external-link:hover {
text-shadow: -1px -1px 2px var(--background-modifier-border),
-1px 1px 2px var(--background-modifier-border), 1px -1px 2px var(--background-modifier-border),
1px 1px 2px var(--background-modifier-border);
background-size: 4px 50px;
}
/* link */
a,
.internal-link,
.cm-hmd-internal-link,
.cm-link {
text-decoration: none !important;
color: var(--text-normal);
position: relative;
z-index: 1;
}
.cm-url {
color: var(--text-faint) !important;
opacity: 0.4;
font-weight: normal;
}
.cm-formatting-image {
color: var(--text-accent) !important;
opacity: 0.7;
}
/* link hover color */
a:hover,
.internal-link:hover {
text-decoration: none !important;
color: var(--text-accent);
}
/* 3.3. External links */
.cm-s-obsidian .cm-formatting-link+.cm-formatting-link-string+.cm-url,
.cm-s-obsidian .cm-string.cm-url,
.cm-s-obsidian span.cm-link:not(.cm-formatting),
.cm-s-obsidian span.cm-url,
a {
color: var(--accent-1-muted);
}
/* 3.4. Internal links */
.cm-s-obsidian span.cm-hashtag,
.cm-s-obsidian span.cm-hmd-internal-link,
a.internal-link,
a.tag {
color: var(--accent-4-muted);
}
/*---------------------------------------------------
* Strikethrough and Escape Chars
*------------------------------------------------------*/
.cm-strikethrough {
text-decoration-color: var(--accent-1);
}
.cm-s-obsidian span.cm-hmd-escape-backslash {
color: var(--text-faint);
}
.cm-s-obsidian span.cm-hmd-escape-char {
color: var(--text-normal);
}
/*---------------------------------------------------
* Tag Style
*------------------------------------------------------*/
.cm-s-obsidian .CodeMirror-line span.cm-hashtag {
position: relative;
color: var(--text-accent);
opacity: 1;
font-family: var(--tag-font-family);
font-style: italic;
text-decoration: none;
font-size: 0.86rem;
font-weight: 500;
}
.cm-s-obsidian .CodeMirror-line span.cm-formatting-hashtag {
color: var(--text-faint);
}
/** tags */
a.tag {
background: #100e18;
color: #8C92AC;
white-space: nowrap;
border: 2px solid;
border-radius: 2rem;
box-shadow: 0px 0px 7.5px #8C92AC;
padding: 0.05rem 0.5rem;
font-family: var(--tag-font-family);
font-size: 0.8rem;
background:var(--background-primary);
background-position: 0 100%;
background-repeat: repeat-x;
background-size: 0 0;
text-decoration: none;
transition: all 400ms ease;
}
a.tag:hover {
color: var(--text-accent) !important;
border-color: var(--text-accent);
opacity: 1;
background-size: 4px 50px;
box-shadow: 0px 0px 10px var(--text-accent);
}
/*---------------------------------------------------
* Inline Code Style
*------------------------------------------------------*/
.CodeMirror-activeline
span.cm-inline-code:not(.cm-formatting):not(.cm-hmd-indented-code):not(.obsidian-search-match-highlight) {
padding: 0 !important;
margin: 0 !important;
}
.cm-s-obsidian span.cm-inline-code {
color: var(--inline-code-color) !important;
}
/*---------------------------------------------------
* Code Fence Style
*------------------------------------------------------*/
.cm-s-obsidian pre.HyperMD-codeblock {
color: var(--text-sub-accent);
}
.cm-s-obsidian div.HyperMD-codeblock-bg {
border-radius: 0px!important;
}
.markdown-preview-view code,
.markdown-preview-view pre {
color: rgba(14, 210, 247, 0.9);
border-radius: 5px!important;
}
pre {
position: relative;
}
pre[class*='language-']:before {
font-family: Rubik, Lato, Lucida Grande, Lucida Sans Unicode, Tahoma, Sans-Serif;
font-style: normal;
font-weight: 700;
font-size: 0.82rem;
color: #fff;
position: absolute;
top: 0rem;
right: 3rem;
padding: 0;
color: var(--text-accent) !important;
content: '';
text-transform: uppercase;
background: var(--background-primary-alt);
padding: 0.1em 0.8em;
z-index: 10;
}
pre[class$='javascript']:before,
pre[class$='js']:before {
content: 'JavaScript';
}
pre[class$='typescript']:before,
pre[class$='ts']:before {
content: 'typescript';
}
pre[class$='html']:before {
content: 'html';
}
pre[class$='css']:before {
content: 'css';
}
pre[class$='ejs']:before {
content: 'ejs';
}
pre[class$='vue']:before {
content: 'vue';
}
pre[class$='react']:before {
content: 'react';
}
pre[class$='shell']:before {
content: 'Shell';
}
pre[class$='json']:before {
content: 'Json';
}
pre[class$='python']:before {
content: 'python';
}
pre[class$='sql']:before {
content: 'sql';
}
pre[class$='terminal']:before {
content: 'terminal';
}
pre[class$='rman']:before {
content: 'rman';
}
pre[class$='c']:before {
content: 'C';
}
pre[class$='c++']:before {
content: 'C++';
}
pre[class$='java']:before {
content: 'Java';
}
pre[class$='note-purple-bg']:before,
pre[class$='note-purple']:before,
pre[class$='note-gray-bg']:before,
pre[class$='note-gray']:before,
pre[class$='note-brown-bg']:before,
pre[class$='note-brown']:before,
pre[class$='note-orange-bg']:before,
pre[class$='note-orange']:before,
pre[class$='note-yellow-bg']:before,
pre[class$='note-yellow']:before,
pre[class$='note-green-bg']:before,
pre[class$='note-green']:before,
pre[class$='note-blue-bg']:before,
pre[class$='note-blue']:before,
pre[class$='note-pink-bg']:before,
pre[class$='note-pink']:before,
pre[class$='note-white-bg']:before,
pre[class$='note-white']:before,
pre[class$='note-red-bg']:before,
pre[class$='note-red']:before
{
content: 'note';
}
/*---------------------------------------------------
* Blockquotes Style
*------------------------------------------------------*/
/* Remove blockquote left margin */
blockquote {
margin-inline-start: 0;
}
.markdown-preview-view blockquote > :first-child{
z-index: 1;
margin-left: -0.5em;
}
.markdown-preview-view blockquote {
position: relative;
padding: 2rem 2rem 1rem 3rem;
color: #ffffff;
margin-bottom: 2em;
margin-right: 0 !important;
border-left: 3px rgba(14, 210, 247, 0.5) solid;
border-top: transparent;
border-bottom: transparent;
border-right: transparent;
background: linear-gradient(125deg, rgba(14, 210, 247, 0.5), #20517A);
border-radius: 0px!important;
}
.markdown-preview-view blockquote::before {
content: ' ';
position: absolute;
top: 0;
left: 0px;
height: 2px;
width: 60%;
background: linear-gradient(90deg, rgba(13, 185, 215, 0.5),transparent );
}
.markdown-preview-view blockquote p:first-of-type::before {
content:'❝';
//font-weight: bold;
font-family: Unispace;
//align-content:space-around;
opacity:.45;
font-size: 100px;
color: var(--text-accent);
position: absolute;
top: -3.75rem;
left: -0.3rem;
margin-left: -0.3em;
z-index: -1;
}
blockquote cite{
font-family: "Edwardian Script ITC"; /**Choose a cursive font */
font-size: 2.75em;
display: block;
text-align: right;
font-style: normal;
}
.markdown-preview-view blockquote::after {
content: '';
position: absolute;
bottom: 0;
left: 0px;
height: 2px;
width: 60%;
background: linear-gradient(90deg, rgba(13, 185, 215, 0.5), transparent);
}
.markdown-preview-view blockquote p {
position: relative;
}
/* 3.5. blockquotes, embeds, tables */
.markdown-preview-view blockquote,
.markdown-preview-view .markdown-embed,
.markdown-preview-view .file-embed,
.markdown-preview-view th,
.markdown-preview-view td {
box-shadow: 0 0 0.25em var(--accent-2),
inset 0 0 0.75em var(--accent-2);
}
/* signature inside the blockquote*/
.signature {
font-family: "Edwardian Script ITC"; /**Choose a cursive font */
font-size: 2.75em;
text-align: right;
}
/*
Then, in the note, at the end of the blockquote put this:
`<div class="signature">- Name </div>`
*/
/*---------------------------------------------------
* Front=Meta Style
*------------------------------------------------------*
.cm-s-obsidian span.cm-def,
.cm-s-obsidian span.cm-atom {
color: var(--text-faint);
}
.cm-s-obsidian span.cm-meta {
color: var(--text-accent);
}
.cm-s-obsidian span.cm-string {
color: var(--text-sub-accent);
}
/*---------------------------------------------------
* Code Style
*------------------------------------------------------*
/** inline code */
.markdown-preview-view code {
overflow-wrap: break-word;
word-wrap: break-word;
padding: 0 5px;
border-radius: 0.3rem;
}
.theme-dark :not(pre) > code[class*='language-'],
.theme-dark pre[class*='language-'] {
background-color: #282828!important;
}
/** code syntax theme **/
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-comment {
color: #6272a4;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-string,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-string-2 {
color: #f1fa8c;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-number {
color: #bd93f9;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-variable {
color: #50fa7b;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-variable-2 {
color: white;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-def {
color: #50fa7b;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-operator {
color: #ff79c6;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-keyword {
color: #ff79c6;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-atom {
color: #bd93f9;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-meta {
color: #f8f8f2;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-tag {
color: #ff79c6;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-attribute {
color: #50fa7b;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-qualifier {
color: #50fa7b;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-property {
color: #66d9ef;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-builtin {
color: #50fa7b;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-variable-3,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-type {
color: #ffb86c;
}
/** prism.js dracular theme **/
pre::-webkit-scrollbar {
width: 14px;
}
code[class*='language-'],
pre[class*='language-'] {
color: #ccc;
background: rgb(40, 41, 54);
text-shadow: none;
font-family: 'OperatorMonoSSmLig-Book', PT Mono, Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono',
monospace;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.5;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
pre[class*='language-']::-moz-selection,
pre[class*='language-'] ::-moz-selection,
code[class*='language-']::-moz-selection,
code[class*='language-'] ::-moz-selection {
text-shadow: none;
background-color: #5a5f80;
}
pre[class*='language-']::selection,
pre[class*='language-'] ::selection,
code[class*='language-']::selection,
code[class*='language-'] ::selection {
text-shadow: none;
background-color: #5a5f80;
}
@media print {
code[class*='language-'],
pre[class*='language-'] {
text-shadow: none;
}
}
/* Code blocks */
:not(pre) > code[class*='language-'],
pre[class*='language-'] {
background: rgba(40, 41, 54, 1);
}
/** code syntax theme **/
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-comment {
color: #6272a4;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-string,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-string-2 {
color: #f1fa8c;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-number {
color: #bd93f9;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-variable {
color: #50fa7b;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-variable-2 {
color: white;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-def {
color: #50fa7b;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-operator {
color: #ff79c6;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-keyword {
color: #ff79c6;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-atom {
color: #bd93f9;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-meta {
color: #f8f8f2;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-tag {
color: #ff79c6;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-attribute {
color: #50fa7b;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-qualifier {
color: #50fa7b;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-property {
color: #66d9ef;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-builtin {
color: #50fa7b;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-variable-3,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-type {
color: #ffb86c;
}
/** prism.js dracular theme **/
pre::-webkit-scrollbar {
width: 14px;
}
code[class*='language-'],
pre[class*='language-'] {
color: #ccc;
background: rgb(40, 41, 54);
text-shadow: none;
font-family: 'OperatorMonoSSmLig-Book', PT Mono, Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono',
monospace;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.5;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
pre[class*='language-']::-moz-selection,
pre[class*='language-'] ::-moz-selection,
code[class*='language-']::-moz-selection,
code[class*='language-'] ::-moz-selection {
text-shadow: none;
background-color: #5a5f80;
}
pre[class*='language-']::selection,
pre[class*='language-'] ::selection,
code[class*='language-']::selection,
code[class*='language-'] ::selection {
text-shadow: none;
background-color: #5a5f80;
}
@media print {
code[class*='language-'],
pre[class*='language-'] {
text-shadow: none;
}
}
/* Code blocks */
:not(pre) > code[class*='language-'],
pre[class*='language-'] {
background: rgba(40, 41, 54, 1);
}
/* Inline code */
:not(pre) > code[class*='language-'] {
padding: 4px 7px;
border-radius: 0.3em;
white-space: normal;
}
.limit-300 {
height: 300px !important;
}
.limit-400 {
height: 400px !important;
}
.limit-500 {
height: 500px !important;
}
.limit-600 {
height: 600px !important;
}
.limit-700 {
height: 700px !important;
}
.limit-800 {
height: 800px !important;
}
.theme-dark .token.comment {
color: rgba(98, 114, 164, 1);
}
.theme-dark .token.prolog {
color: rgba(207, 207, 194, 1);
}
.theme-dark .token.tag {
color: rgba(220, 104, 170, 1);
}
.theme-dark .token.entity {
color: rgba(139, 233, 253, 1);
}
.theme-dark .token.atrule {
color: rgba(98, 239, 117, 1);
}
.theme-dark .token.url {
color: rgba(102, 217, 239, 1);
}
.theme-dark .token.selector {
color: rgba(207, 207, 194, 1);
}
.theme-dark .token.string {
color: rgba(241, 250, 140, 1);
}
.theme-dark .token.property {
color: rgba(255, 184, 108, 1);
}
.theme-dark .token.important {
color: rgba(255, 121, 198, 1);
font-weight: bold;
}
.theme-dark .token.punctuation {
color: white;
}
.theme-dark .token.number {
color: rgba(189, 147, 249, 1);
}
.theme-dark .token.function {
color: rgba(80, 250, 123, 1);
}
.theme-dark .token.class-name {
color: rgba(255, 184, 108, 1);
}
.theme-dark .token.keyword {
color: rgba(255, 121, 198, 1);
}
.theme-dark .token.boolean {
color: rgba(255, 184, 108, 1);
}
.theme-dark .token.operator {
color: rgba(139, 233, 253, 1);
}
.theme-dark .token.char {
color: rgba(255, 135, 157, 1);
}
.theme-dark .token.regex {
color: rgba(80, 250, 123, 1);
}
.theme-dark .token.variable {
color: rgba(80, 250, 123, 1);
}
.theme-dark .token.constant {
color: rgba(255, 184, 108, 1);
}
.theme-dark .token.symbol {
color: rgba(255, 184, 108, 1);
}
.theme-dark .token.builtin {
color: rgba(255, 121, 198, 1);
}
.theme-dark .token.attr-value {
color: #7ec699;
}
.theme-dark .token.deleted {
color: #e2777a;
}
.theme-dark .token.namespace {
color: #e2777a;
}
.theme-dark .token.bold {
font-weight: bold;
}
.theme-dark .token.italic {
font-style: italic;
}
.theme-dark .token {
color: #ff79c6;
}
.language-cpp .theme-dark .token.string {
color: #8be9fd;
}
.language-c .theme-dark .token.string {
color: #8be9fd;
}
.theme-dark .language-css .token.selector {
color: rgba(80, 250, 123, 1);
}
.theme-dark .language-css .token.property {
color: rgba(255, 184, 108, 1);
}
.language-java span.theme-dark .token.class-name {
color: #8be9fd;
}
.language-java .theme-dark .token.class-name {
color: #8be9fd;
}
.language-markup .theme-dark .token.attr-value {
color: rgba(102, 217, 239, 1);
}
.language-markup .theme-dark .token.tag {
color: rgba(80, 250, 123, 1);
}
.language-objectivec .theme-dark .token.property {
color: #66d9ef;
}
.language-objectivec .theme-dark .token.string {
color: #50fa7b;
}
.language-php .theme-dark .token.boolean {
color: #8be9fd;
}
.language-php .theme-dark .token.function {
color: #ff79c6;
}
.language-php .theme-dark .token.keyword {
color: #66d9ef;
}
.language-ruby .theme-dark .token.symbol {
color: #8be9fd;
}
.language-ruby .theme-dark .token.class-name {
color: #cfcfc2;
}
pre.line-numbers {
position: relative;
padding-left: 3.8em;
counter-reset: linenumber;
}
pre.line-numbers > code {
position: relative;
white-space: inherit;
}
.line-numbers .line-numbers-rows {
position: absolute;
pointer-events: none;
top: 0;
font-size: 100%;
left: -3.8em;
width: 3em; /* works for line-numbers below 1000 lines */
letter-spacing: -1px;
border-right: 1px solid #999;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.line-numbers-rows > span {
pointer-events: none;
display: block;
counter-increment: linenumber;
}
.line-numbers-rows > span:before {
content: counter(linenumber);
color: #999;
display: block;
padding-right: 0.8em;
text-align: right;
}
/*=======================
* Highlighter
*==========================*/
/*---------------------------------------------------
* add more colors you want here and apply a default
*------------------------------------------------------*/
body{ // --fluro-yellow-rgb: 255, 255, 0;
--fluro-pink-rgb: 255, 0, 255;
--fluro-blue-rgb: 0, 255, 255;
--fluro-green-rgb: 0, 255, 0;
--fluro-violet-rgb: 191,128,255;
--fluro-red-rgb: 204,0,0;
--text-highlight-rgb: var(--fluro-red-rgb);
}
/*---------------------------------------------------
* Add how you want to enable/use the highlight color.
*------------------------------------------------------*/
mark.yellow{ --text-highlight-rgb: var(--fluro-yellow-rgb); }
mark.pink{ --text-highlight-rgb: var(--fluro-pink-rgb); }
mark.blue{ --text-highlight-rgb: var(--fluro-blue-rgb); }
mark.green{ --text-highlight-rgb: var(--fluro-green-rgb); }
mark.red{ --text-highlight-rgb: var(--fluro-red-rgb); }
mark.violet{ --text-highlight-rgb: var(--fluro-violet-rgb); }
.markdown-preview-view mark {
margin: 0 -0.4em;
padding: 0.1em 0.4em;
border-radius: 0.8em 0.3em;
background: transparent;
background-image: linear-gradient(105deg,
transparent 0,
transparent 0.3em,
rgba(var(--text-highlight-rgb), 0.7) 0.5em,
rgba(var(--text-highlight-rgb), 0.4) 1.6em,
rgba(var(--text-highlight-rgb), 0.4) calc(100% - 1.4em),
rgba(var(--text-highlight-rgb), 0.7) calc(100% - 0.5em),
transparent calc(100% - 0.3em),
transparent 100%);
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
text-shadow: 0 0 0.75em var(--background-primary-alt);
}
.cm-s-obsidian span.cm-highlight {
padding:0.1em 0;
background: rgba(var(--text-highlight-rgb), 0.4);
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
text-shadow: 0 0 0.75em var(--background-primary-alt);
}
.cm-s-obsidian span.cm-formatting-highlight{
margin: 0 0 0 -0.4em;
padding: 0.1em 0 0.1em 0.4em;
border-radius: 0.8em 0 0 0.4em;
background: none;
background-image: linear-gradient(105deg,
transparent 0,
transparent 0.3em,
rgba(var(--text-highlight-rgb), 0.7) 0.5em,
rgba(var(--text-highlight-rgb), 0.4) 1.6em);
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
}
.cm-s-obsidian .cm-highlight+span.cm-formatting-highlight {
margin: 0 -0.4em 0 0;
padding: 0.1em 0.4em 0.1em 0;
border-radius: 0 0.4em 0.8em 0;
background: none;
background-image: linear-gradient(105deg,
rgba(var(--text-highlight-rgb), 0.4) calc(100% - 1.4em),
rgba(var(--text-highlight-rgb), 0.7) calc(100% - 0.5em),
transparent calc(100% - 0.3em),
transparent 100%);
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
}
/* 6. Notion Colour Blocks */
/* Original idea from: https://gist.github.com/mklepaczewski/54e451f09994b9d450de81c8baaf8aa4 */
/* but also with simpler classes so you can use `<span class='colour'>` as well */
.app-container .markdown-preview-view pre[class*="language-note-"] {
padding: 3px 2px;
border-radius: 0;
}
.app-container .markdown-preview-view pre[class*="language-note-"] code[class*="language-note-"] {
color: var(--text-normal);
white-space: pre-wrap;
font-family: var(--default-font);
font-size: 1rem;
padding: 0;
}
.app-container .markdown-preview-view pre.language-note-notice,
.app-container .markdown-preview-view pre.language-note-gray-background,
.app-container .markdown-preview-view pre.language-note-gray-bg,
.gray-background,
.gray-bg {
background-color: var(--background-gray)!important;
}
.app-container .markdown-preview-view pre.language-note-brown-background,
.app-container .markdown-preview-view pre.language-note-brown-bg,
.brown-background,
.brown-bg {
background-color: var(--background-brown)!important;
}
.app-container .markdown-preview-view pre.language-note-orange-background,
.app-container .markdown-preview-view pre.language-note-orange-bg,
.orange-background,
.orange-bg {
background-color: var(--background-orange)!important;
}
.app-container .markdown-preview-view pre.language-note-warn,
.app-container .markdown-preview-view pre.language-note-yellow-background,
.app-container .markdown-preview-view pre.language-note-yellow-bg,
.yellow-background,
.yellow-bg {
background-color: var(--background-yellow)!important;
}
.app-container .markdown-preview-view pre.language-note-success,
.app-container .markdown-preview-view pre.language-note-green-background,
.app-container .markdown-preview-view pre.language-note-green-bg,
.green-background,
.green-bg {
background-color: var(--background-green)!important;
}
.app-container .markdown-preview-view pre.language-note-info,
.app-container .markdown-preview-view pre.language-note-blue-background,
.app-container .markdown-preview-view pre.language-note-blue-bg,
.blue-background,.blue-bg {
background-color: var(--background-blue)!important;
}
.app-container .markdown-preview-view pre.language-note-purple-background,
.app-container .markdown-preview-view pre.language-note-purple-bg,
.purple-background,
.purple-bg {
background-color: var(--background-purple)!important;
}
.app-container .markdown-preview-view pre.language-note-pink-background,
.app-container .markdown-preview-view pre.language-note-pink-bg,
.pink-background,
.pink-bg {
background-color: var(--background-pink)!important;
}
.app-container .markdown-preview-view pre.language-note-white-background,
.app-container .markdown-preview-view pre.language-note-white-bg,
.white-background,
.white-bg {
background-color: var(--background-white)!important;
}
.app-container .markdown-preview-view pre.language-note-danger,
.app-container .markdown-preview-view pre.language-note-red-background,
.app-container .markdown-preview-view pre.language-note-red-bg,
.red-background,
.red-bg {
background-color: var(--background-red)!important;
}
.app-container .markdown-preview-view pre.language-note-gray,
.app-container .markdown-preview-view pre.language-note-white,
.app-container .markdown-preview-view pre.language-note-brown,
.app-container .markdown-preview-view pre.language-note-orange,
.app-container .markdown-preview-view pre.language-note-yellow,
.app-container .markdown-preview-view pre.language-note-green,
.app-container .markdown-preview-view pre.language-note-blue,
.app-container .markdown-preview-view pre.language-note-purple,
.app-container .markdown-preview-view pre.language-note-pink,
.app-container .markdown-preview-view pre.language-note-red {
background-color: transparent;
}
.app-container .markdown-preview-view pre.language-note-gray code.language-note-gray,
.gray {
color: var(--text-gray);
}
.app-container .markdown-preview-view pre.language-note-brown code.language-note-brown,
.brown {
color: var(--text-brown);
}
.app-container .markdown-preview-view pre.language-note-orange code.language-note-orange,
.orange {
color: var(--text-orange);
}
.app-container .markdown-preview-view pre.language-note-yellow code.language-note-yellow,
.yellow {
color: var(--text-yellow)
}
.app-container .markdown-preview-view pre.language-note-green code.language-note-green,
.green {
color: var(--text-green);
}
.app-container .markdown-preview-view pre.language-note-blue code.language-note-blue,
.blue {
color: var(--text-blue);
}
.app-container .markdown-preview-view pre.language-note-purple code.language-note-purple,
.purple {
color: var(--text-purple);
}
.app-container .markdown-preview-view pre.language-note-pink code.language-note-pink,
.pink {
color: var(--text-pink);
}
.app-container .markdown-preview-view pre.language-note-red code.language-note-red,
.red {
color: var(--text-red);
}
.app-container .markdown-preview-view pre.language-note-white code.language-note-white,
.red {
color: var(--text-white);
}
.workspace-ribbon.is-hidden{
display: none
}
markdown-preview-view img {
cursor:zoom-in;}
.markdown-preview-view img:active {
cursor:zoom-out;
display:block;
z-index:100;
position:fixed;
max-height:100%;
max-width:100%;
height:100%;
width:100%;
object-fit: contain;
margin:0 auto;
text-align:center;
top: 50%;
transform: translateY(-50%);
padding:0;
left:0;
right:0;
bottom:0;
background:var(--background-primary);}
/*=======================
* Settings
*==========================*/
.modal.mod-settings{
background-color: var(--background-settings)!important;
backdrop-filter: blur(5px) saturate(120%)!important;
}
.horizontal-tab-content, .vertical-tab-content, .vertical-tab-header{
background-color: transparent;
}
.setting-item {
background: var(--background-settings-2);
border-radius: 5px;
margin: 0px 0px 5px 0px;
border-color: transparent;
padding: 18px 10px 18px 10px;
}
.setting-item:first-child{
padding-top: 18px;
}
.vertical-tab-nav-item {
background: transparent;
}
input[type='text'], input[type='search'], input[type='email'], input[type='password'], input[type='number']{
border: 1px solid var(--background-primary);
}
.search-result-file-match:hover {
background-color: var(--background-settings-3);
}
.suggestion-container{
// background-color: var(--background-settings);
border-radius:5px;
border: transparent;
}
.copy-search-result-textarea:focus{
border-color: var(--interactive-accent);
}
.copy-search-result-textarea{
border: 1px solid var(--background-primary);
}
/*=======================
* Tests
*==========================*/ | obsidian.css | .theme-light {
--background-primary: #ffffff;
--background-primary-alt: #E5E5E5;
--background-secondary: #E5E5E5;
--background-secondary-alt: #E5E5E5;
--background-settings: #E5E5E5;
--background-settings-2: rgba(78, 75, 75,.1);
--background-settings-3: rgba(255, 255,255 ,.5);
--background-highlight: rgba(78, 75, 75,.3);
--text-normal: #1e1e1e;
--text-accent: #41317F;
--text-sub-accent: #f4569d;
--text-faint: #B05FFF;
--font-color-fix:#000000;
--popover-color:#9993B1;
--inline-code-color:#378190;
--text-title-h1: var(--text-accent);
--text-title-h2: #656D72;
--text-title-h3: #656D72;
--text-title-h4: #656D72;
--text-title-h5: #656D72;
--interactive-accent: rgba(14, 210, 247, 0.5);
--interactive-accent-hover: #AC99F9;
--interactive-before: #5e6565;
--background-modifier-border: #92a1a17a;
--font-family-editor: 'Rubik';
--font-family-preview: 'Rubik';
--bg-sub-accent-55: rgba(244, 86, 157, 0.55);
--bg-accent-55: rgba(14, 210, 247, 0.55);
--bg-color:#5943BF;
--accent-1: #FF00FF;
--accent-2: #5943BF;
--accent-3: #00FF00;
--accent-4: #FFFF00;
--accent-5: #FF0000;
--accent-6: #0000FF;
--accent-7: #00FFFF;
--accent-1-muted: #ff79c6;
--accent-2-muted: #B05FFF;
--accent-3-muted: #50fa7b;
--accent-4-muted: #ffb86c;
--accent-5-muted: #ff5555;
--accent-6-muted: #bd93f9;
--interactive-hover: var(--accent-2-muted);
--interactive-accent: var(--accent-2);
--text-gray: rgba(255, 255, 255, 0.6);
--text-brown: rgb(147, 114, 100);
--text-orange: rgb(255, 163, 68);
--text-yellow: rgb(255, 220, 73);
--text-green: rgb(77, 171, 154);
--text-blue: rgb(82, 156, 202);
--text-purple: #6B2B86;
--text-pink: #C37785;
--text-red: #990000;
--text-white: #FFFFFF;
--background-gray: #D8D8D8;
--background-brown: #C6B7B7;
--background-orange: #F2C97F;
--background-yellow: #FFFFB2;
--background-green: #6FB76F;
--background-blue: #C1C1FF;
--background-purple: #CC99CC;
--background-pink: #FFD9DF;
--background-red: #FF9A9A;
--background-white: #E5E5E5;
--code-color: #A9A9A9;
--scroll-color: #D9D9D9;
--scroll-hover: #B4B4B4;
--scroll-active: #A0A5AE;
--titlebar-hover:#CBC7DB;
--titlebar-active:#A9A3C3;
}
.theme-light.is-translucent {
--background-primary: #ffffff;
--background-primary-alt: #E5E5E5;
--background-secondary: #E5E5E5;
--background-secondary-alt: #E5E5E5;
--background-settings: rgba(229,229,229,.75);
--background-settings-2: rgba(78, 75, 75,.1);
--background-settings-3: rgba(255, 255,255 ,.5);
--background-highlight: rgba(78, 75, 75,.3);
--text-normal: #1e1e1e;
--text-accent: #41317F;
--text-sub-accent: #f4569d;
--text-faint: #B05FFF;
--font-color-fix:#000000;
--popover-color:#9993B1;
--inline-code-color:#378190;
--text-title-h1: var(--text-accent);
--text-title-h2: #656D72;
--text-title-h3: #656D72;
--text-title-h4: #656D72;
--text-title-h5: #656D72;
--interactive-accent: rgba(14, 210, 247, 0.5);
--interactive-accent-hover: #AC99F9;
--interactive-before: #5e6565;
--background-modifier-border: #92a1a17a;
--font-family-editor: 'Rubik';
--font-family-preview: 'Rubik';
--bg-sub-accent-55: rgba(244, 86, 157, 0.55);
--bg-accent-55: rgba(14, 210, 247, 0.55);
--bg-color:#5943BF;
--accent-1: #FF00FF;
--accent-2: #5943BF;
--accent-3: #00FF00;
--accent-4: #FFFF00;
--accent-5: #FF0000;
--accent-6: #0000FF;
--accent-7: #00FFFF;
--accent-1-muted: #ff79c6;
--accent-2-muted: #B05FFF;
--accent-3-muted: #50fa7b;
--accent-4-muted: #ffb86c;
--accent-5-muted: #ff5555;
--accent-6-muted: #bd93f9;
--interactive-hover: var(--accent-2-muted);
--interactive-accent: var(--accent-2);
--text-gray: rgba(255, 255, 255, 0.6);
--text-brown: rgb(147, 114, 100);
--text-orange: rgb(255, 163, 68);
--text-yellow: rgb(255, 220, 73);
--text-green: rgb(77, 171, 154);
--text-blue: rgb(82, 156, 202);
--text-purple: #6B2B86;
--text-pink: #C37785;
--text-red: #990000;
--text-white: #FFFFFF;
--background-gray: #D8D8D8;
--background-brown: #C6B7B7;
--background-orange: #F2C97F;
--background-yellow: #FFFFB2;
--background-green: #6FB76F;
--background-blue: #C1C1FF;
--background-purple: #CC99CC;
--background-pink: #FFD9DF;
--background-red: #FF9A9A;
--background-white: #E5E5E5;
--code-color: #A9A9A9;
--scroll-color: #D9D9D9;
--scroll-hover: #B4B4B4;
--scroll-active: #A0A5AE;
--titlebar-hover:#CBC7DB;
--titlebar-active:#A9A3C3;
}
.theme-dark {
--background-primary: #000000;
--background-primary-alt: #1e1e1e;
--background-secondary: #1e1e1e;
--background-secondary-alt: #1e1e1e;
--background-settings: #1e1e1e;
--background-settings-2: rgba(78, 75, 75,.2);
--background-settings-3: rgba(0, 0,0 ,.5);
--background-highlight: rgba(78, 75, 75,.3);
--font-color-fix:#ffffff;
--text-normal: #bebebe;
--text-accent: #AC99F9;
--text-sub-accent: #f4569d;
--text-faint: #B05FFF;
--inline-code-color:rgb(14 210 247);
--text-title-h1: var(--text-accent);
--text-title-h2: #cbdbe5;
--text-title-h3: #cbdbe5;
--text-title-h4: #cbdbe5;
--text-title-h5: #cbdbe5;
--bg-color:#5943BF;
--interactive-accent: rgba(14, 210, 247, 0.5);
--interactive-accent-hover: #AC99F9;
--interactive-before: #5e6565;
--background-modifier-border: #92a1a17a;
--font-family-editor: 'Rubik';
--font-family-preview: 'Rubik';
--bg-sub-accent-55: rgba(244, 86, 157, 0.55);
--bg-accent-55: rgba(14, 210, 247, 0.55);
--code-color: #282828;
--popover-color:#564C7D;
--accent-1: #FF00FF;
--accent-2: #5943BF;
--accent-3: #00FF00;
--accent-4: #FFFF00;
--accent-5: #FF0000;
--accent-6: #0000FF;
--accent-7: #00FFFF;
--accent-1-muted: #ff79c6;
--accent-2-muted: #B05FFF;
--accent-3-muted: #50fa7b;
--accent-4-muted: #ffb86c;
--accent-5-muted: #ff5555;
--accent-6-muted: #bd93f9;
--interactive-hover: var(--accent-2-muted);
--interactive-accent: var(--accent-2);
--text-gray: rgba(255, 255, 255, 0.6);
--text-brown: rgb(147, 114, 100);
--text-orange: rgb(255, 163, 68);
--text-yellow: rgb(255, 220, 73);
--text-green: rgb(77, 171, 154);
--text-blue: rgb(82, 156, 202);
--text-purple: #6B2B86;
--text-pink: #C37785;
--text-red: #6B0000;
--text-white: #FFFFFF;
--background-gray: rgb(69, 75, 78);
--background-brown: #542727;
--background-orange: #A06700;
--background-yellow: #5B5B00;
--background-green: rgb(53, 76, 75);
--background-blue: #0000A3;
--background-purple: #6B2B86;
--background-pink: #C37785;
--background-red: #6B0000;
--background-white: #FFFFFF;
--scroll-color: #444444;
--scroll-hover: #565656;
--scroll-active: #626A78;
--titlebar-hover:#4A465A;
--titlebar-active:#948CB4;
}
.theme-dark.is-translucent{
--background-primary: #000000;
--background-primary-alt: #1e1e1e;
--background-secondary: #1e1e1e;
--background-secondary-alt: #1e1e1e;
--font-color-fix:#ffffff;
--text-normal: #bebebe;
--text-accent: #AC99F9;
--text-sub-accent: #f4569d;
--text-faint: #B05FFF;
--background-settings: rgba(30,30,30,.88);
--background-settings-2: rgba(78, 75, 75,.2);
--background-settings-3: rgba(0, 0,0 ,.5);
--background-highlight: rgba(78, 75, 75,.3);
--inline-code-color:rgb(14 210 247);
--text-title-h1: var(--text-accent);
--text-title-h2: #cbdbe5;
--text-title-h3: #cbdbe5;
--text-title-h4: #cbdbe5;
--text-title-h5: #cbdbe5;
--bg-color:#5943BF;
--interactive-accent: rgba(14, 210, 247, 0.5);
--interactive-accent-hover: #AC99F9;
--interactive-before: #5e6565;
--background-modifier-border: #92a1a17a;
--font-family-editor: 'Rubik';
--font-family-preview: 'Rubik';
--bg-sub-accent-55: rgba(244, 86, 157, 0.55);
--bg-accent-55: rgba(14, 210, 247, 0.55);
--code-color: #282828;
--popover-color:#564C7D;
--accent-1: #FF00FF;
--accent-2: #5943BF;
--accent-3: #00FF00;
--accent-4: #FFFF00;
--accent-5: #FF0000;
--accent-6: #0000FF;
--accent-7: #00FFFF;
--accent-1-muted: #ff79c6;
--accent-2-muted: #B05FFF;
--accent-3-muted: #50fa7b;
--accent-4-muted: #ffb86c;
--accent-5-muted: #ff5555;
--accent-6-muted: #bd93f9;
--interactive-hover: var(--accent-2-muted);
--interactive-accent: var(--accent-2);
--text-gray: rgba(255, 255, 255, 0.6);
--text-brown: rgb(147, 114, 100);
--text-orange: rgb(255, 163, 68);
--text-yellow: rgb(255, 220, 73);
--text-green: rgb(77, 171, 154);
--text-blue: rgb(82, 156, 202);
--text-purple: #6B2B86;
--text-pink: #C37785;
--text-red: #6B0000;
--text-white: #FFFFFF;
--background-gray: rgb(69, 75, 78);
--background-brown: #542727;
--background-orange: #A06700;
--background-yellow: #5B5B00;
--background-green: rgb(53, 76, 75);
--background-blue: #0000A3;
--background-purple: #6B2B86;
--background-pink: #C37785;
--background-red: #6B0000;
--background-white: #FFFFFF;
--scroll-color: #444444;
--scroll-hover: #565656;
--scroll-active: #626A78;
--titlebar-hover:#4A465A;
--titlebar-active:#948CB4;
}
:root {
/*=======================
* Fonts
*==========================*/
/** Font Customization **/
--default-font: 'Quantico','Rubik', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI',
Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', sans-serif;
/** Main text font weight **/
--body-font-weight: 450;
/** Font family for hash-tags **/
--tag-font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif !important;
--major-heading: 'Orbitron', 'Inter';
--minor-heading: 'Oxanium', 'Inter' ;
--title-heading: 'Space Wham', 'Inter';
}
/*=======================
* Customized Tag Colors
*==========================*/
/* For preview mode */
a.tag[href*='#todo'],
a.tag[href*='#待完成'] {
color: #be2e5e;
box-shadow: 0px 0px 7.5px #be2e5e;
}
/* For Editor Mode */
.cm-s-obsidian .CodeMirror-line span.cm-tag-todo:not(.cm-formatting-hashtag) {
color: #ee6a96;
}
a.tag[href*='#wip'],
a.tag[href*='#进行中'] {
color:#FE5000;
box-shadow: 0px 0px 7.5px #FE5000;
}
.cm-s-obsidian .CodeMirror-line span.cm-tag-working-draft:not(.cm-formatting-hashtag) {
color: #a897ff;
}
a.tag[href*='#notes'],
a.tag[href*='#笔记'] {
color:#17b978;
box-shadow: 0px 0px 7.5px #17b978;
}
.cm-s-obsidian .CodeMirror-line span.cm-tag-notes:not(.cm-formatting-hashtag) {
color: #45e0a2;
}
a.tag[href*='#knowledge'],
a.tag[href*='#知识'] {
color:#00BCE3;
box-shadow: 0px 0px 7.5px #00BCE3;
}
.cm-s-obsidian .CodeMirror-line span.cm-tag-knowledge:not(.cm-formatting-hashtag) {
color: #6cbdf3;
}
a.tag[href*='#article'],
a.tag[href*='#文章'] {
color: #B77729;
box-shadow: 0px 0px 7.5px #B77729;
}
.cm-s-obsidian .CodeMirror-line span.cm-tag-article:not(.cm-formatting-hashtag) {
color: #ff7a7a;
}
a.tag[href*='#ideas'],
a.tag[href*='#想法'] {
color: #f29f20;
box-shadow: 0px 0px 7.5px #f29f20;
}
.cm-s-obsidian .CodeMirror-line span.cm-tag-ideas:not(.cm-formatting-hashtag) {
color: #f29f20;
}
/*=======================
* General UI
*==========================*/
/*---------------------------------------------------
* Modal
*------------------------------------------------------*/
.modal-close-button{
// padding: 5px !important;
padding: 5px 20px;
font-size: 1.5em;
color:var(--font-color-fix)!important;
opacity: 0.5;
right: 0;
top: 0;
}
.modal-close-button:hover{
background-color: #FF0000 !important;
border-top-right-radius: 5px;
}
.modal-close-button:active{
background-color: #E66472 !important;
}
.modal{
border: none;
border-radius: 5px!important;
background: var(--background-settings);
backdrop-filter: blur(5px) saturate(120%)!important;
}
.vertical-tab-nav-item.is-active{
opacity:1;
color: var(--text-accent);
background: var(--background-settings-3);
border-left-color: 0px -1.75px 0px var(--text-accent);
z-index: 1;
}
.vertical-tab-nav-item:hover{
opacity:1;
color: var(--text-accent);
background: var(--background-settings-3);
}
.checkbox-container{
background-color: #7d0624;
}
.checkbox-container:hover{
background-color: var(--interactive-accent-hover);
}
.modal.mod-settings button:not(.mod-cta), .modal button:not(.mod-cta):not(.mod-warning), .copy-code-button{
background-color: var(--bg-color)!important;
color: #ffffff!important;
display: inline!important;
}
button.mod-cta:hover, .modal.mod-settings button:not(.mod-cta):hover,
.modal button:not(.mod-cta):not(.mod-warning):hover, .copy-code-button:hover{
background-color: var(--interactive-accent-hover)!important;
}
.setting-editor-extra-setting-button, {
color:var(--text-faint)!important;
}
.setting-editor-extra-setting-button:hover{
color: var(--text-accent);
}
.vertical-tab-nav-item{
opacity:.65;
color:var(--text-faint);
}
.vertical-tab-header-group-title,.setting-item-name{
color: var(--text-accent);
}
.setting-item-description{
opacity:0.8;
color:var(--text-faint);
}
.dropdown{
border: 1px solid var(--background-primary);
color:var(--text-faint);
border-radius: 5px!important;
}
.dropdown:hover{
border: 1px solid var(--text-accent);
color: var(--text-accent);
background: transparency!important;
}
.modal.mod-settings .vertical-tab-content-container {
padding: 70px 0px 0px 0;
}
.menu{
border: 0px solid transparent;
background: var( --background-settings)!important;
backdrop-filter: blur(5px) saturate(120%)!important;
}
.menu-item{
backdrop-filter: blur(0px);
opacity:0.65;
color:var(--text-faint);
}
.menu-item:hover{
opacity:1;
background: var(--background-settings-3)!important;
color: var(--text-accent);
border-radius: 5px;
}
.menu-separator{
border-bottom: 0px solid var(--background-modifier-border);
}
.modal-bg{
background-color: transparent;
}
.modal-content {
padding-right: 0px;
}
/*---------------------------------------------------
* Title Bar
*------------------------------------------------------*/
body {
font-weight: var(--body-font-weight, normal);
}
.titlebar {
background-color: var(--background-primary-alt);
height: 44px !important;
}
html, body:not(.is-mobile) {
padding-top: 22px !important;
}
.mobile-toolbar {
display: flex;
width: unset;
max-width: 95%;
overflow: scroll;
border: 1px solid var(--background-modifier-border);
border-radius: 1rem;
margin-left: auto;
margin-right: auto;
margin-bottom: 0.5rem;
}
.titlebar-button {
opacity: 1;
padding: 11px 20px;
color: var(--font-color-fix);
}
.titlebar-inner{
color:inherit;
}
.titlebar-button:hover {
background-color: var(--titlebar-hover)!important;
}
.titlebar-button.mod-close:hover{
background-color: #FF0000 !important;
}
.titlebar-button.mod-close:active{
background-color: #E66472 !important;
}
.titlebar-button:active{
background-color: var(--titlebar-active)!important;
}
.titlebar-text {
color: var(--text-accent);
}
.theme-dark .notice {
background-color: var(--background-primary-alt);
color: var(--text-accent);
}
.view-action{
opacity:.65;
color: var(--text-faint);
padding: 5px;
}
.view-action:hover{
opacity:1;
color: var(--text-accent);
background-color: var(--background-highlight);
padding: 5px;
border-radius:2.5px;
}
/*---------------------------------------------------
* Prompt
*------------------------------------------------------*/
.suggestion-item.is-selected{
opacity:1;
color: var(--text-accent);
background:var(--background-primary);
border-radius: 5px!important;
}
.suggestion-item{
opacity:.65;
color:var(--text-faint);
}
.prompt{
border-radius: 5px!important;
background:var(--background-settings);
backdrop-filter: blur(5px) saturate(120%)!important;
padding:5px;
}
/*---------------------------------------------------
* Graph
*------------------------------------------------------*/
.graph-controls{
border-radius: 5px!important;
border-color: var(--background-primary-alt);
padding-top: 2rem;}
.tree-item-self:hover{
background: var(--background-primary);
border-radius: 5px!important;
}
.graph-controls-button{
padding: 5px;
border-radius:2.5px;
}
.graph-controls-button:hover{
color:var(--text-accent);
background-color: var(--background-highlight);
padding: 5px 5px 0px 5px;
border-radius:2.5px;
}
.graph-control-section:not(:last-child) .tree-item-children{
border-bottom: 1px solid transparent;
}
.graph-controls .setting-item {
padding: 10px 5px;
}
/*---------------------------------------------------
* Statusbar
*------------------------------------------------------*/
.cm-s-obsidian,
.markdown-preview-view {
//--text-accent: var(--accent-2);
//color: var(--text-normal);
}
.CodeMirror-guttermarker-subtle {
color: var(--accent-1);
}
.status-bar {
background-color: var(--background-primary-alt);
border-color: var(--background-primary-alt);
color: var(--text-faint);
margin: 0px 0px 0px -30px !important;
}
/*---------------------------------------------------
* Popover
*------------------------------------------------------*/
.popover.hover-popover {
position: absolute;
transform: scale(.95); /* makes the content smaller */
max-height: 600px; /* was 300 */
min-height: 500px;
margin-left: -35px !important;
width: 600px; /* was 400 */
border-bottom: none;
border-radius: 5px !important;
}
.tooltip {
background: var(--background-settings)!important;
color:var(--color-fix);
border-radius: 5px!important;
backdrop-filter: blur(5px) saturate(120%)!important;
}
.tooltip .tooltip-arrow {
border-color: transparent !important;
}
/*---------------------------------------------------
* Scrollbar
*------------------------------------------------------*/
::-webkit-scrollbar{
background:transparent!important;
border-radius: 6px!important;
width:0.5rem;
}
::-webkit-scrollbar-thumb {
background:var(--scroll-color)!important;
border-radius: 6px!important;
width:0.5rem;
}
::-webkit-scrollbar-thumb:hover{
background:var(--scroll-hover)!important;
}
::-webkit-scrollbar-thumb:active{
background:var(--scroll-active)!important;}
/*---------------------------------------------------
* Side Dock
*------------------------------------------------------*/
.nav-file.is-active > .nav-file-title,
.nav-file.is-active > .nav-folder-title,
.nav-file.is-active > .nav-folder-collapse-indicator,
.nav-folder.is-active > .nav-file-title,
.nav-folder.is-active > .nav-folder-title,
.nav-folder.is-active > .nav-folder-collapse-indicator {
color: var(--text-accent);
}
body:not(.is-grabbing) .nav-file-title:hover,
body:not(.is-grabbing) .nav-folder-title:hover {
background-color: var(--background-settings-3);
}
.nav-folder-title {
font-weight: 600;
opacity:.65;
color:var(--text-faint);
}
.nav-file-title {
opacity:.65;
color:var(--text-faint);
}
.nav-file-title:hover{
opacity:1;
color: var(--text-accent);
background:var(--background-primary);
border-radius: 5px!important;
}
.nav-folder-title:hover {
font-weight: 600;
opacity:1;
color: var(--text-accent);
}
.nav-file-title.is-active{
opacity:1;
color: var(--text-accent);
background:var(--background-primary);
box-shadow: 0px -1.75px 0px var(--text-accent);
border-radius: 0px 0px 5px 5px !important;
}
.notice{
border-radius: 5px!important;
background:var(--background-primary-alt);
color:var(--font-color-fix);
}
/* Connectining lines for files and folders in File Explorer*/
.nav-folder-children .nav-folder-children {
margin-left: 15px;
padding-left: 0;
border-left: 1px inset var(--text-faint);
border-radius: 5px;
//transition:all 0.5s ease-in-out;
}
.nav-folder-children .nav-folder-children:hover {
border-left: 1px outset var(--text-accent);
}
/*---------------------------------------------------
* Side Dock Icons and Title
*------------------------------------------------------*/
.side-dock-ribbon-tab,
.side-dock-ribbon-action,
.workspace-ribbon-collapse-btn,
.workspace-tab-header {
opacity: 0.65;
cursor: pointer;
}
.side-dock-ribbon-tab:hover,
.side-dock-ribbon-action:hover,
.workspace-ribbon-collapse-btn:hover{
opacity: 1;
color: var(--text-accent);
background-color: var(--background-settings-3);
border-radius:5px;
}
.side-dock-ribbon-tab:active,
.side-dock-ribbon-action:active,
.workspace-ribbon-collapse-btn:active{
opacity: 1;
color: var(--text-accent);
background-color: var(--background-primary);
}
.workspace-tab-header:hover {
opacity: 1;
color: var(--text-accent);
box-shadow: 0px -1.5px 0px var(--text-accent);
}
.workspace-tab-header.is-active {
opacity: 1;
color: var(--text-accent);
background: var(--background-primary);
}
body:not(.is-grabbing) .nav-file-title:hover,
body:not(.is-grabbing) .nav-folder-title:hover {
color: var(--text-accent);
}
.nav-folder.mod-root > .nav-file-title,
.nav-folder.mod-root > .nav-folder-title {
opacity:1;
color: var(--text-accent);
}
body:not(.is-grabbing) .nav-file-title:hover .nav-folder-collapse-indicator,
body:not(.is-grabbing) .nav-folder-title:hover .nav-folder-collapse-indicator {
color: var(--text-accent);
}
.workspace-tab-header{
border-radius: 0px !important;
}
.workspace-tab-header.is-active {
box-shadow: 0px -1.5px 0px var(--text-accent);
}
.view-header-title, .view-header-icon, .setting-editor-extra-setting-button{
opacity:.65;
color:var(--text-faint);
}
.nav-action-button{
opacity:.65;
color:var(--text-faint);
}
.setting-editor-extra-setting-button:hover{
color: var(--text-accent);
opacity:1;
}
.nav-action-button:hover{
opacity:1;
color: var(--text-accent);
border-radius: 0px!important;
box-shadow: 0px -1.5px 0px var(--text-accent);
background-color: var(--background-settings-3);
}
.tree-item-self.is-clickable, .collapse-icon{
color:#B05FFF;
opacity:.65;
}
.tree-item-self.is-clickable:hover,.tree-item-self .collapse-icon:hover{
opacity:1;
background: var(--background-primary);
border-radius: 5px!important;
color: var(--text-accent)!important;
}
.nav-action-button.is-active{
border-radius: 0px!important;
background: var(--background-primary);
box-shadow: 0px -1.5px 0px var(--text-accent);
color: var(--text-accent)!important;
}
/* Folder and file icons */
.nav-folder-children .nav-file-title-content:first-child::before { content: '📄 '; }
.nav-folder-children .nav-folder-title-content::before { content: '📂 '; }
.nav-file-title-content, .nav-folder-title-content::before { content: '🗄 '; }
/*---------------------------------------------------
* Side Dock Collapse and Border
*------------------------------------------------------*/
.workspace-ribbon.is-collapsed {
background-color: var(--background-primary-alt);
}
.workspace-ribbon.mod-left.is-collapsed,
.workspace-ribbon.mod-right.is-collapsed {
border-color: var(--background-primary-alt);
}
.workspace-ribbon.mod-left{
left:0;
}
.workspace-ribbon.mod-right{
height:996px;
}
/*---------------------------------------------------
* Workspace
*------------------------------------------------------*/
.workspace-leaf.mod-active .view-header-title, .workspace-leaf.mod-active .view-header-icon {
opacity:1;
color: var(--text-accent);
}
.workspace-leaf.mod-active .view-header-icon{
color: var(--text-accent);
}
.workspace-leaf .view-header-icon{
color: var(--text-faint);
}
.workspace-leaf.mod-active{
box-shadow: 0px -1px 0px var(--text-accent);
}
.workspace-leaf.mod-active .view-header {
background: var(--background-primary);
}
.workspace-split.mod-root, .view-header, .view-header-title-container:after, .view-header-title-container:after{
background: var(--background-primary)!important;
border-color: var(--background-primary)!important;
border-bottom: 0px !important;
border-top: 1px solid var(--interactive-accent-hover);
}
.view-header-title-container:after{
background: var(--background-primary);
}
.workspace-leaf-resize-handle:hover{
background:var(--text-accent) !important;
box-shadow: 0 0 0.4em var(--text-accent);
}
.pane-list-item:hover .pane-list-item-ending-flair {
background-color: var(--background-secondary);
color: var(--text-accent);
}
.workspace-drop-overlay {
background-color: var(--background-primary-alt);
}
.cm-s-obsidian .cm-formatting,
.cm-s-obsidian span.cm-formatting-link,
.cm-s-obsidian span.cm-formatting-link-string.cm-url,
.cm-s-obsidian span.cm-inline-code.cm-formatting-code,
.cm-s-obsidian span.cm-formatting-code,
.cm-s-obsidian span.cm-formatting-quote,
.cm-s-obsidian span.cm-hr,
.cm-s-obsidian pre.HyperMD-table-row span.cm-hmd-table-sep,
.cm-s-obsidian pre.HyperMD-table-row-1>span {
color: #BCA6FF;
}
/*code block backticks */ span.cm-formatting-code-block.cm-hmd-codeblock,
/* optionally header hashes */ span.cm-formatting-header {
display: inline !important;
}
.workspace-leaf .view-header-icon:hover{
background-color: var(--background-highlight);
opacity: 1;
border-radius:2.5px;
padding: 7.5px 7.5px 7.5px 7.5px;
}
.workspace-leaf .view-header-icon{
padding: 7.5px 7.5px 7.5px 7.5px;
}
.workspace-split mod-horizontal mod-left-split{
Background:var(--background-secondary)!important;
}
/*---------------------------------------------------
* CheckBox
*------------------------------------------------------*/
/*.contains-task-list .task-list-item .contains-task-list {
padding-inline-start: 5px;
}*/
/*.contains-task-list .task-list-item ul.contains-task-list::before {
left: -46px !important;
border-width: 2px;
}*/
/*.contains-task-list .task-list-item {
position: relative;
vertical-align: middle;
box-sizing: border-box;
padding-left: 30px;
}*/
/*.markdown-preview-view .list-collapse-indicator {
margin-left: -80px !important;
box-sizing: border-box;
}*/
.markdown-preview-view .task-list-item-checkbox:checked::before {
content: '✓';
position: absolute;
color: var(--accent-2);
font-size: 1em;
line-height: 1.25em;
width: 1.2em;
text-align: center;
text-shadow: 0 0 0.5em var(--accent-2);
}
.markdown-preview-view .task-list-item-checkbox {
-webkit-appearance: none;
box-sizing: border-box;
border: 1px solid var(--accent-2);
position: relative;
width: 1.25em;
height: 1.25em;
margin: 0;
margin-right: 0.5em;
box-shadow: 0 0 0.5em var(--accent-2);
}
/* rule line when there are checkboxes*/
ul .task-list-item ul::before {
left: 0.15em !important;
}
.workspace-leaf-resize-handle{
opacity: var(--opacity-translucency);
background-color: transparent;
}
/*---------------------------------------------------
* Bullet list
*------------------------------------------------------*/
ul {
list-style: none;
}
li>p {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
}
ul li:not(.task-list-item)::before {
content: "▻"!important;
color: var(--accent-2);
display: inline-block;
width: 1em;
margin-left: -1em;
padding: 0;
font-weight: bold;
text-shadow: 0 0 0.5em var(--accent-2);
}
ul ul li:not(.task-list-item)::before {
content: "↳"!important;
}
ul ul ul li:not(.task-list-item)::before {
content: "↳"!important;
}
.markdown-preview-view ul > li.task-list-item.is-checked {
text-decoration: line-through !important;
color: var(--interactive-accent) !important;
}
//↱↠↦↣↳►▶▻⇀
/* Adding a rule line before ul list -- PREVIEW Mode */
ul ul,
.cm-s-obsidian pre.HyperMD-list-line {
position: relative;
}
.markdown-preview-section > ul > li > ul::before {
content: '';
border-left: 1px solid var(--text-accent);
position: absolute;
opacity: 0.35;
left: -1em;
top: 0;
bottom: 0;
}
/* bullet lists */
ul,
ul ul,
ol ul,
ul ul ul,
ol ul ul {
list-style: none;
}
li > p {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
}
ul li:not(.task-list-item)::before {
content: '▻';
color: var(--text-accent);
display: inline-block;
width: 1.25em;
margin-left: -1.15em;
padding: 0;
font-weight: bold;
text-shadow: 0 0 0.5em var(--accent-2);
}
ul ul li:not(.task-list-item)::before {
content: '↳';
}
ul ul ul li:not(.task-list-item)::before {
content: '↳';
}
/*---------------------------------------------------
* Number list
*------------------------------------------------------*/
ol {
list-style: none;
counter-reset: li
}
ol>li {
counter-increment: li;
}
ol>li:not(.task-list-item)::before,
ul ol>li:not(.task-list-item)::before,
ul ul ol>li:not(.task-list-item)::before,
ul ul ul ol>li:not(.task-list-item)::before {
text-shadow: 0 0 0.5em var(--accent-2);
}
ol {
list-style: none;
counter-reset: li;
}
ol > li {
counter-increment: li;
}
ol > li:not(.task-list-item)::before,
ul ol > li:not(.task-list-item)::before,
ul ul ol > li:not(.task-list-item)::before,
ul ul ul ol > li:not(.task-list-item)::before {
content: '.' counter(li);
color: var(--text-accent);
font-weight: normal;
display: inline-block;
width: 1em;
margin-left: -1.5em;
margin-right: 0.5em;
text-align: right;
direction: rtl;
overflow: visible;
word-break: keep-all;
white-space: nowrap;
}
.cm-s-obsidian span.cm-formatting-list,
.cm-s-obsidian span.cm-formatting-task {
color: var(--text-accent);
}
.cm-s-obsidian span.cm-formatting-list {
font-weight: bold;
}
/***************************************/
/* at a rule line before ul list */
/***************************************/
ul ul { position: relative; }
ul ul::before {
content:'';
border-left: 1px solid var(--border-color);
position: absolute;
}
ul ul::before { left: -1em; top: 0; bottom: 0; }
/* rule line when there are checkboxes*/
ul .task-list-item ul::before {left: -1rem !important}
no good idea yet
.cm-hmd-list-indent .cm-tab, ul ul { position: relative; }
.cm-hmd-list-indent .cm-tab::before, ul ul::before {
content:'';
border-left: 1px solid var(--border-color);
position: absolute;
}
.cm-hmd-list-indent .cm-tab::before { left: 0.5em; top: -5px; bottom: -4px; }
ul ul::before { left: -1em; top: 0; bottom: 0; }
.cm-hmd-list-indent .cm-tab,
ul ul,
ol ul,
ul ol,
ol ol {
position: relative;
}
.cm-hmd-list-indent .cm-tab::before,
ul ul::before,
ol ul::before,
ul ol::before,
ol ol::before {
content:'';
border-left: 1.5px solid var(--text-faint);
position: absolute;
}
.cm-hmd-list-indent .cm-tab::before { left: 0; top: -5px; bottom: -4px; }
ul ul::before,
ol ul::before,
ul ol::before,
ol ol::before {
left: -17px;
top: 0;
bottom: 0;
}
/*---------------------------------------------------
* Headings
*------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--default-font);
font-weight: 600;
}
pre.HyperMD-header.HyperMD-header-2,
pre.HyperMD-header.HyperMD-header-3,
pre.HyperMD-header.HyperMD-header-4,
pre.HyperMD-header.HyperMD-header-5,
pre.HyperMD-header.HyperMD-header-6 {
position: relative;
padding-bottom: 5px;
border-bottom: 2px solid;
border-width: 1px;
border-image-slice: 1;
// margin: 0px 0px 10px 0px !important;
}
.markdown-preview-section h1,
.cm-header-1 {
font-size: 34px;
color: var(--text-title-h1);
font-family: var(--title-heading);
}
.markdown-preview-section h2,
.cm-header-2 {
font-size: 26px;
color: var(--text-title-h2);
font-family: var(--major-heading);
}
.markdown-preview-section h3,
.cm-header-3 {
font-size: 22px;
color: var(--text-title-h3);
font-family: var(--minor-heading);
}
.markdown-preview-section h4,
.cm-header-4 {
font-size: 18px;
color: var(--text-title-h4);
font-family: var(--minor-heading);
}
.markdown-preview-section h5,
.cm-header-5 {
font-size: 18px;
color: var(--text-title-h5);
font-family: var(--minor-heading);
}
.markdown-preview-section h6,
.cm-header-6 {
font-size: 18px;
color: var(--text-title-h5);
font-family: var(--minor-heading);
}
pre.HyperMD-header.HyperMD-header-2{
border-image-source: linear-gradient(to right, var(--accent-7),var(--background-primary));
}
pre.HyperMD-header.HyperMD-header-3{
border-image-source: linear-gradient(to right, var(--accent-3),var(--background-primary));
}
pre.HyperMD-header.HyperMD-header-4{
border-image-source: linear-gradient(to right, var(--accent-4),var(--background-primary));
}
pre.HyperMD-header.HyperMD-header-5{
border-image-source: linear-gradient(to right, var(--accent-5),var(--background-primary));
}
pre.HyperMD-header.HyperMD-header-6{
border-image-source: linear-gradient(to right, var(--accent-6),var(--background-settings));
}
/*---------------------------------------------------
* Heading Previews
*------------------------------------------------------*/
.markdown-preview-view h2,
.markdown-preview-view h3,
.markdown-preview-view h4,
.markdown-preview-view h5,
.markdown-preview-view h6 {
/* padding-top: 1.25rem; */
margin: 35px 0 15px 0;
position: relative;
padding-bottom: 5px;
border-bottom: 2px solid;
border-image-slice: 1;
}
.view-header-icon {
color: var(--text-accent);
}
.markdown-preview-view h2
{
border-image-source: linear-gradient(to right, var(--accent-7),var(--background-primary));
}
.markdown-preview-view h3{
border-image-source: linear-gradient(to right, var(--accent-3),var(--background-primary));
}
.markdown-preview-view h4{
border-image-source: linear-gradient(to right, var(--accent-4),var(--background-primary));
}
.markdown-preview-view h5{
border-image-source: linear-gradient(to right, var(--accent-5),var(--background-primary));
}
.markdown-preview-view h6{
border-image-source: linear-gradient(to right, var(--accent-6),var(--background-primary));
}
/*Adds tags to header*/
.cm-formatting-header-1 { font-size: 2rem; }
.cm-formatting-header-2 { font-size: 1.16rem; }
.cm-formatting-header-3 { font-size: 0.83rem; }
.cm-formatting-header-4 { font-size: 0.64rem; }
.cm-formatting-header-5 { font-size: 0.52rem; }
.cm-formatting-header-6 { font-size: 0.44rem; }
div:not(.CodeMirror-activeline)>.CodeMirror-line span.cm-formatting-header {
color: transparent !important;
background:none;
}
div:not(.CodeMirror-activeline)>.CodeMirror-line span.cm-formatting-header::before {
display: inline-block;
white-space: nowrap;
word-wrap: none;
width:0;
overflow:visible;
font-size: 0.95rem;
color: var(--text-muted);
}
div:not(.CodeMirror-activeline)>.CodeMirror-line span.cm-formatting-header-1::before {
content: 'H1';
}
div:not(.CodeMirror-activeline)>.CodeMirror-line span.cm-formatting-header-2::before {
content: 'H2';
}
div:not(.CodeMirror-activeline)>.CodeMirror-line span.cm-formatting-header-3::before {
content: 'H3';
}
div:not(.CodeMirror-activeline)>.CodeMirror-line span.cm-formatting-header-4::before {
content: 'H4';
}
div:not(.CodeMirror-activeline)>.CodeMirror-line span.cm-formatting-header-5::before {
content: 'H5';
}
div:not(.CodeMirror-activeline)>.CodeMirror-line span.cm-formatting-header-6::before {
content: 'H6';
}
.vertical-tab-header-group-title {
border-bottom: 2px solid;
border-image-slice: 1;
border-image-source: linear-gradient(to right, var(--text-sub-accent),var(--background-settings));
}
.vertical-tab-content h2 {
padding-bottom: 5px;
border-bottom: 2px solid;
border-image-slice: 1;
border-image-source: linear-gradient(to right, var(--accent-7),var(--background-settings));
}
.vertical-tab-content h3 {
padding-bottom: 5px;
border-bottom: 2px solid;
border-image-slice: 1;
border-image-source: linear-gradient(to right, var(--accent-3),var(--background-settings));
}
.vertical-tab-content h4 {
padding-bottom: 5px;
border-bottom: 2px solid;
border-image-slice: 1;
border-image-source: linear-gradient(to right, var(--accent-4),var(--background-settings));
}
.vertical-tab-content h5 {
padding-bottom: 5px;
border-bottom: 2px solid;
border-image-slice: 1;
border-image-source: linear-gradient(to right, var(--accent-5),var(--background-settings));
}
.vertical-tab-content h6 {
padding-bottom: 5px;
border-bottom: 2px solid;
border-image-slice: 1;
border-image-source: linear-gradient(to right, var(--accent-6),var(--background-settings));
}
/*---------------------------------------------------
* Heading Glow
*------------------------------------------------------*/
.cm-s-obsidian .cm-header,
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 600;
overflow: visible;
}
.cm-s-obsidian .cm-formatting-header {
font-weight: 300;
}
.cm-header-1:not(.cm-formatting),
h1 {
text-shadow: 0 0 0.5em var(--accent-1);
}
.cm-header-2:not(.cm-formatting),
h2 {
text-shadow: 0 0 0.5em var(--accent-7);
}
.cm-header-3:not(.cm-formatting),
h3 {
text-shadow: 0 0 0.5em var(--accent-3);
}
.cm-header-4:not(.cm-formatting),
h4 {
text-shadow: 0 0 0.5em var(--accent-4);
}
.cm-header-5:not(.cm-formatting),
h5 {
text-shadow: 0 0 0.5em var(--accent-5);
}
.cm-header-6:not(.cm-formatting),
h6 {
text-shadow: 0 0 0.5em var(--accent-6);
}
/*---------------------------------------------------
* Heading Styling
*------------------------------------------------------*/
/** hr styles -- PREVIEW MODE */
.markdown-preview-view hr {
margin-block-start: 3em;
margin-block-end: 2em;
border: none;
height: 0;
border-bottom: 1px solid;
border-image-slice: 1;
border-width: 1px;
border-image-source: linear-gradient(to right, transparent, var(--text-accent), transparent);
}
.markdown-preview-view hr::after {
content: '₪';
display: inline-block;
font-size: 1.65rem;
position: absolute;
color: var(--text-sub-accent);
left: 50%;
transform: translate(-50%, -50%);
transform-origin: 5% 50%;
padding: 0.5rem;
color: #E69900;
background-color: var(--background-primary);
}
/*---------------------------------------------------
* Bold and Italic Styling
*------------------------------------------------------*/
.cm-strong,
strong {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
padding: 0 0.1rem;
color: #7aa2f7;
background-color: #7aa2f7;
background-image: linear-gradient(62deg, #87c2fd 0%, #dcb9fc 100%) !important;
}
strong .math.math-inline .MathJax {
position: inherit !important;
}
.cm-strong::selection,
strong::selection {
-webkit-text-fill-color: var(--text-faint);
}
.cm-em,
em {
color: #bb9af7 !important;
font-family: OperatorMonoSSmLig-Book, Rubik !important;
}
/*---------------------------------------------------
* Links Styling
*------------------------------------------------------*/
/** editor mode **/
.cm-s-obsidian span.cm-link,
.cm-s-obsidian span.cm-hmd-internal-link {
text-shadow: -1px -1px 2px var(--background-secondary), -1px 1px 2px var(--background-secondary),
1px -1px 2px var(--background-secondary), 1px 1px 2px var(--background-secondary);
color: var(--text-normal);
background-position: 0 100%;
background-repeat: repeat-x;
background-size: 5px 5px;
text-decoration: none;
}
.cm-s-obsidian span.cm-link {
background-image: linear-gradient(
to bottom,
var(--bg-sub-accent-55) 0%,
var(--bg-sub-accent-55) 100%
);
}
.cm-s-obsidian span.cm-hmd-internal-link {
background-image: linear-gradient(to bottom, var(--bg-accent-55) 0%, var(--bg-accent-55) 100%);
}
/** preview mode **/
.external-link {
padding: 0;
}
.internal-link,
.external-link {
text-shadow: -1px -1px 2px var(--background-primary), -1px 1px 2px var(--background-primary),
1px -1px 2px var(--background-primary), 1px 1px 2px var(--background-primary);
-webkit-text-fill-color: var(--text-normal);
background-position: 0 100%;
background-repeat: repeat-x;
background-size: 5px 5px;
text-decoration: none;
transition: all 350ms ease;
}
.internal-link {
background-image: linear-gradient(to bottom, var(--bg-accent-55) 0%, var(--bg-accent-55) 100%);
}
.external-link {
background-image: linear-gradient(
to bottom,
var(--bg-sub-accent-55) 0%,
var(--bg-sub-accent-55) 100%
);
}
.internal-link:hover {
text-shadow: -1px -1px 2px var(--background-modifier-border),
-1px 1px 2px var(--background-modifier-border), 1px -1px 2px var(--background-modifier-border),
1px 1px 2px var(--background-modifier-border);
background-size: 4px 50px;
}
.external-link:hover {
text-shadow: -1px -1px 2px var(--background-modifier-border),
-1px 1px 2px var(--background-modifier-border), 1px -1px 2px var(--background-modifier-border),
1px 1px 2px var(--background-modifier-border);
background-size: 4px 50px;
}
/* link */
a,
.internal-link,
.cm-hmd-internal-link,
.cm-link {
text-decoration: none !important;
color: var(--text-normal);
position: relative;
z-index: 1;
}
.cm-url {
color: var(--text-faint) !important;
opacity: 0.4;
font-weight: normal;
}
.cm-formatting-image {
color: var(--text-accent) !important;
opacity: 0.7;
}
/* link hover color */
a:hover,
.internal-link:hover {
text-decoration: none !important;
color: var(--text-accent);
}
/* 3.3. External links */
.cm-s-obsidian .cm-formatting-link+.cm-formatting-link-string+.cm-url,
.cm-s-obsidian .cm-string.cm-url,
.cm-s-obsidian span.cm-link:not(.cm-formatting),
.cm-s-obsidian span.cm-url,
a {
color: var(--accent-1-muted);
}
/* 3.4. Internal links */
.cm-s-obsidian span.cm-hashtag,
.cm-s-obsidian span.cm-hmd-internal-link,
a.internal-link,
a.tag {
color: var(--accent-4-muted);
}
/*---------------------------------------------------
* Strikethrough and Escape Chars
*------------------------------------------------------*/
.cm-strikethrough {
text-decoration-color: var(--accent-1);
}
.cm-s-obsidian span.cm-hmd-escape-backslash {
color: var(--text-faint);
}
.cm-s-obsidian span.cm-hmd-escape-char {
color: var(--text-normal);
}
/*---------------------------------------------------
* Tag Style
*------------------------------------------------------*/
.cm-s-obsidian .CodeMirror-line span.cm-hashtag {
position: relative;
color: var(--text-accent);
opacity: 1;
font-family: var(--tag-font-family);
font-style: italic;
text-decoration: none;
font-size: 0.86rem;
font-weight: 500;
}
.cm-s-obsidian .CodeMirror-line span.cm-formatting-hashtag {
color: var(--text-faint);
}
/** tags */
a.tag {
background: #100e18;
color: #8C92AC;
white-space: nowrap;
border: 2px solid;
border-radius: 2rem;
box-shadow: 0px 0px 7.5px #8C92AC;
padding: 0.05rem 0.5rem;
font-family: var(--tag-font-family);
font-size: 0.8rem;
background:var(--background-primary);
background-position: 0 100%;
background-repeat: repeat-x;
background-size: 0 0;
text-decoration: none;
transition: all 400ms ease;
}
a.tag:hover {
color: var(--text-accent) !important;
border-color: var(--text-accent);
opacity: 1;
background-size: 4px 50px;
box-shadow: 0px 0px 10px var(--text-accent);
}
/*---------------------------------------------------
* Inline Code Style
*------------------------------------------------------*/
.CodeMirror-activeline
span.cm-inline-code:not(.cm-formatting):not(.cm-hmd-indented-code):not(.obsidian-search-match-highlight) {
padding: 0 !important;
margin: 0 !important;
}
.cm-s-obsidian span.cm-inline-code {
color: var(--inline-code-color) !important;
}
/*---------------------------------------------------
* Code Fence Style
*------------------------------------------------------*/
.cm-s-obsidian pre.HyperMD-codeblock {
color: var(--text-sub-accent);
}
.cm-s-obsidian div.HyperMD-codeblock-bg {
border-radius: 0px!important;
}
.markdown-preview-view code,
.markdown-preview-view pre {
color: rgba(14, 210, 247, 0.9);
border-radius: 5px!important;
}
pre {
position: relative;
}
pre[class*='language-']:before {
font-family: Rubik, Lato, Lucida Grande, Lucida Sans Unicode, Tahoma, Sans-Serif;
font-style: normal;
font-weight: 700;
font-size: 0.82rem;
color: #fff;
position: absolute;
top: 0rem;
right: 3rem;
padding: 0;
color: var(--text-accent) !important;
content: '';
text-transform: uppercase;
background: var(--background-primary-alt);
padding: 0.1em 0.8em;
z-index: 10;
}
pre[class$='javascript']:before,
pre[class$='js']:before {
content: 'JavaScript';
}
pre[class$='typescript']:before,
pre[class$='ts']:before {
content: 'typescript';
}
pre[class$='html']:before {
content: 'html';
}
pre[class$='css']:before {
content: 'css';
}
pre[class$='ejs']:before {
content: 'ejs';
}
pre[class$='vue']:before {
content: 'vue';
}
pre[class$='react']:before {
content: 'react';
}
pre[class$='shell']:before {
content: 'Shell';
}
pre[class$='json']:before {
content: 'Json';
}
pre[class$='python']:before {
content: 'python';
}
pre[class$='sql']:before {
content: 'sql';
}
pre[class$='terminal']:before {
content: 'terminal';
}
pre[class$='rman']:before {
content: 'rman';
}
pre[class$='c']:before {
content: 'C';
}
pre[class$='c++']:before {
content: 'C++';
}
pre[class$='java']:before {
content: 'Java';
}
pre[class$='note-purple-bg']:before,
pre[class$='note-purple']:before,
pre[class$='note-gray-bg']:before,
pre[class$='note-gray']:before,
pre[class$='note-brown-bg']:before,
pre[class$='note-brown']:before,
pre[class$='note-orange-bg']:before,
pre[class$='note-orange']:before,
pre[class$='note-yellow-bg']:before,
pre[class$='note-yellow']:before,
pre[class$='note-green-bg']:before,
pre[class$='note-green']:before,
pre[class$='note-blue-bg']:before,
pre[class$='note-blue']:before,
pre[class$='note-pink-bg']:before,
pre[class$='note-pink']:before,
pre[class$='note-white-bg']:before,
pre[class$='note-white']:before,
pre[class$='note-red-bg']:before,
pre[class$='note-red']:before
{
content: 'note';
}
/*---------------------------------------------------
* Blockquotes Style
*------------------------------------------------------*/
/* Remove blockquote left margin */
blockquote {
margin-inline-start: 0;
}
.markdown-preview-view blockquote > :first-child{
z-index: 1;
margin-left: -0.5em;
}
.markdown-preview-view blockquote {
position: relative;
padding: 2rem 2rem 1rem 3rem;
color: #ffffff;
margin-bottom: 2em;
margin-right: 0 !important;
border-left: 3px rgba(14, 210, 247, 0.5) solid;
border-top: transparent;
border-bottom: transparent;
border-right: transparent;
background: linear-gradient(125deg, rgba(14, 210, 247, 0.5), #20517A);
border-radius: 0px!important;
}
.markdown-preview-view blockquote::before {
content: ' ';
position: absolute;
top: 0;
left: 0px;
height: 2px;
width: 60%;
background: linear-gradient(90deg, rgba(13, 185, 215, 0.5),transparent );
}
.markdown-preview-view blockquote p:first-of-type::before {
content:'❝';
//font-weight: bold;
font-family: Unispace;
//align-content:space-around;
opacity:.45;
font-size: 100px;
color: var(--text-accent);
position: absolute;
top: -3.75rem;
left: -0.3rem;
margin-left: -0.3em;
z-index: -1;
}
blockquote cite{
font-family: "Edwardian Script ITC"; /**Choose a cursive font */
font-size: 2.75em;
display: block;
text-align: right;
font-style: normal;
}
.markdown-preview-view blockquote::after {
content: '';
position: absolute;
bottom: 0;
left: 0px;
height: 2px;
width: 60%;
background: linear-gradient(90deg, rgba(13, 185, 215, 0.5), transparent);
}
.markdown-preview-view blockquote p {
position: relative;
}
/* 3.5. blockquotes, embeds, tables */
.markdown-preview-view blockquote,
.markdown-preview-view .markdown-embed,
.markdown-preview-view .file-embed,
.markdown-preview-view th,
.markdown-preview-view td {
box-shadow: 0 0 0.25em var(--accent-2),
inset 0 0 0.75em var(--accent-2);
}
/* signature inside the blockquote*/
.signature {
font-family: "Edwardian Script ITC"; /**Choose a cursive font */
font-size: 2.75em;
text-align: right;
}
/*
Then, in the note, at the end of the blockquote put this:
`<div class="signature">- Name </div>`
*/
/*---------------------------------------------------
* Front=Meta Style
*------------------------------------------------------*
.cm-s-obsidian span.cm-def,
.cm-s-obsidian span.cm-atom {
color: var(--text-faint);
}
.cm-s-obsidian span.cm-meta {
color: var(--text-accent);
}
.cm-s-obsidian span.cm-string {
color: var(--text-sub-accent);
}
/*---------------------------------------------------
* Code Style
*------------------------------------------------------*
/** inline code */
.markdown-preview-view code {
overflow-wrap: break-word;
word-wrap: break-word;
padding: 0 5px;
border-radius: 0.3rem;
}
.theme-dark :not(pre) > code[class*='language-'],
.theme-dark pre[class*='language-'] {
background-color: #282828!important;
}
/** code syntax theme **/
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-comment {
color: #6272a4;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-string,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-string-2 {
color: #f1fa8c;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-number {
color: #bd93f9;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-variable {
color: #50fa7b;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-variable-2 {
color: white;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-def {
color: #50fa7b;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-operator {
color: #ff79c6;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-keyword {
color: #ff79c6;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-atom {
color: #bd93f9;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-meta {
color: #f8f8f2;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-tag {
color: #ff79c6;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-attribute {
color: #50fa7b;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-qualifier {
color: #50fa7b;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-property {
color: #66d9ef;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-builtin {
color: #50fa7b;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-variable-3,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-type {
color: #ffb86c;
}
/** prism.js dracular theme **/
pre::-webkit-scrollbar {
width: 14px;
}
code[class*='language-'],
pre[class*='language-'] {
color: #ccc;
background: rgb(40, 41, 54);
text-shadow: none;
font-family: 'OperatorMonoSSmLig-Book', PT Mono, Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono',
monospace;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.5;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
pre[class*='language-']::-moz-selection,
pre[class*='language-'] ::-moz-selection,
code[class*='language-']::-moz-selection,
code[class*='language-'] ::-moz-selection {
text-shadow: none;
background-color: #5a5f80;
}
pre[class*='language-']::selection,
pre[class*='language-'] ::selection,
code[class*='language-']::selection,
code[class*='language-'] ::selection {
text-shadow: none;
background-color: #5a5f80;
}
@media print {
code[class*='language-'],
pre[class*='language-'] {
text-shadow: none;
}
}
/* Code blocks */
:not(pre) > code[class*='language-'],
pre[class*='language-'] {
background: rgba(40, 41, 54, 1);
}
/** code syntax theme **/
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-comment {
color: #6272a4;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-string,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-string-2 {
color: #f1fa8c;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-number {
color: #bd93f9;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-variable {
color: #50fa7b;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-variable-2 {
color: white;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-def {
color: #50fa7b;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-operator {
color: #ff79c6;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-keyword {
color: #ff79c6;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-atom {
color: #bd93f9;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-meta {
color: #f8f8f2;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-tag {
color: #ff79c6;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-attribute {
color: #50fa7b;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-qualifier {
color: #50fa7b;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-property {
color: #66d9ef;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-builtin {
color: #50fa7b;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-variable-3,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-type {
color: #ffb86c;
}
/** prism.js dracular theme **/
pre::-webkit-scrollbar {
width: 14px;
}
code[class*='language-'],
pre[class*='language-'] {
color: #ccc;
background: rgb(40, 41, 54);
text-shadow: none;
font-family: 'OperatorMonoSSmLig-Book', PT Mono, Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono',
monospace;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.5;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
pre[class*='language-']::-moz-selection,
pre[class*='language-'] ::-moz-selection,
code[class*='language-']::-moz-selection,
code[class*='language-'] ::-moz-selection {
text-shadow: none;
background-color: #5a5f80;
}
pre[class*='language-']::selection,
pre[class*='language-'] ::selection,
code[class*='language-']::selection,
code[class*='language-'] ::selection {
text-shadow: none;
background-color: #5a5f80;
}
@media print {
code[class*='language-'],
pre[class*='language-'] {
text-shadow: none;
}
}
/* Code blocks */
:not(pre) > code[class*='language-'],
pre[class*='language-'] {
background: rgba(40, 41, 54, 1);
}
/* Inline code */
:not(pre) > code[class*='language-'] {
padding: 4px 7px;
border-radius: 0.3em;
white-space: normal;
}
.limit-300 {
height: 300px !important;
}
.limit-400 {
height: 400px !important;
}
.limit-500 {
height: 500px !important;
}
.limit-600 {
height: 600px !important;
}
.limit-700 {
height: 700px !important;
}
.limit-800 {
height: 800px !important;
}
.theme-dark .token.comment {
color: rgba(98, 114, 164, 1);
}
.theme-dark .token.prolog {
color: rgba(207, 207, 194, 1);
}
.theme-dark .token.tag {
color: rgba(220, 104, 170, 1);
}
.theme-dark .token.entity {
color: rgba(139, 233, 253, 1);
}
.theme-dark .token.atrule {
color: rgba(98, 239, 117, 1);
}
.theme-dark .token.url {
color: rgba(102, 217, 239, 1);
}
.theme-dark .token.selector {
color: rgba(207, 207, 194, 1);
}
.theme-dark .token.string {
color: rgba(241, 250, 140, 1);
}
.theme-dark .token.property {
color: rgba(255, 184, 108, 1);
}
.theme-dark .token.important {
color: rgba(255, 121, 198, 1);
font-weight: bold;
}
.theme-dark .token.punctuation {
color: white;
}
.theme-dark .token.number {
color: rgba(189, 147, 249, 1);
}
.theme-dark .token.function {
color: rgba(80, 250, 123, 1);
}
.theme-dark .token.class-name {
color: rgba(255, 184, 108, 1);
}
.theme-dark .token.keyword {
color: rgba(255, 121, 198, 1);
}
.theme-dark .token.boolean {
color: rgba(255, 184, 108, 1);
}
.theme-dark .token.operator {
color: rgba(139, 233, 253, 1);
}
.theme-dark .token.char {
color: rgba(255, 135, 157, 1);
}
.theme-dark .token.regex {
color: rgba(80, 250, 123, 1);
}
.theme-dark .token.variable {
color: rgba(80, 250, 123, 1);
}
.theme-dark .token.constant {
color: rgba(255, 184, 108, 1);
}
.theme-dark .token.symbol {
color: rgba(255, 184, 108, 1);
}
.theme-dark .token.builtin {
color: rgba(255, 121, 198, 1);
}
.theme-dark .token.attr-value {
color: #7ec699;
}
.theme-dark .token.deleted {
color: #e2777a;
}
.theme-dark .token.namespace {
color: #e2777a;
}
.theme-dark .token.bold {
font-weight: bold;
}
.theme-dark .token.italic {
font-style: italic;
}
.theme-dark .token {
color: #ff79c6;
}
.language-cpp .theme-dark .token.string {
color: #8be9fd;
}
.language-c .theme-dark .token.string {
color: #8be9fd;
}
.theme-dark .language-css .token.selector {
color: rgba(80, 250, 123, 1);
}
.theme-dark .language-css .token.property {
color: rgba(255, 184, 108, 1);
}
.language-java span.theme-dark .token.class-name {
color: #8be9fd;
}
.language-java .theme-dark .token.class-name {
color: #8be9fd;
}
.language-markup .theme-dark .token.attr-value {
color: rgba(102, 217, 239, 1);
}
.language-markup .theme-dark .token.tag {
color: rgba(80, 250, 123, 1);
}
.language-objectivec .theme-dark .token.property {
color: #66d9ef;
}
.language-objectivec .theme-dark .token.string {
color: #50fa7b;
}
.language-php .theme-dark .token.boolean {
color: #8be9fd;
}
.language-php .theme-dark .token.function {
color: #ff79c6;
}
.language-php .theme-dark .token.keyword {
color: #66d9ef;
}
.language-ruby .theme-dark .token.symbol {
color: #8be9fd;
}
.language-ruby .theme-dark .token.class-name {
color: #cfcfc2;
}
pre.line-numbers {
position: relative;
padding-left: 3.8em;
counter-reset: linenumber;
}
pre.line-numbers > code {
position: relative;
white-space: inherit;
}
.line-numbers .line-numbers-rows {
position: absolute;
pointer-events: none;
top: 0;
font-size: 100%;
left: -3.8em;
width: 3em; /* works for line-numbers below 1000 lines */
letter-spacing: -1px;
border-right: 1px solid #999;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.line-numbers-rows > span {
pointer-events: none;
display: block;
counter-increment: linenumber;
}
.line-numbers-rows > span:before {
content: counter(linenumber);
color: #999;
display: block;
padding-right: 0.8em;
text-align: right;
}
/*=======================
* Highlighter
*==========================*/
/*---------------------------------------------------
* add more colors you want here and apply a default
*------------------------------------------------------*/
body{ // --fluro-yellow-rgb: 255, 255, 0;
--fluro-pink-rgb: 255, 0, 255;
--fluro-blue-rgb: 0, 255, 255;
--fluro-green-rgb: 0, 255, 0;
--fluro-violet-rgb: 191,128,255;
--fluro-red-rgb: 204,0,0;
--text-highlight-rgb: var(--fluro-red-rgb);
}
/*---------------------------------------------------
* Add how you want to enable/use the highlight color.
*------------------------------------------------------*/
mark.yellow{ --text-highlight-rgb: var(--fluro-yellow-rgb); }
mark.pink{ --text-highlight-rgb: var(--fluro-pink-rgb); }
mark.blue{ --text-highlight-rgb: var(--fluro-blue-rgb); }
mark.green{ --text-highlight-rgb: var(--fluro-green-rgb); }
mark.red{ --text-highlight-rgb: var(--fluro-red-rgb); }
mark.violet{ --text-highlight-rgb: var(--fluro-violet-rgb); }
.markdown-preview-view mark {
margin: 0 -0.4em;
padding: 0.1em 0.4em;
border-radius: 0.8em 0.3em;
background: transparent;
background-image: linear-gradient(105deg,
transparent 0,
transparent 0.3em,
rgba(var(--text-highlight-rgb), 0.7) 0.5em,
rgba(var(--text-highlight-rgb), 0.4) 1.6em,
rgba(var(--text-highlight-rgb), 0.4) calc(100% - 1.4em),
rgba(var(--text-highlight-rgb), 0.7) calc(100% - 0.5em),
transparent calc(100% - 0.3em),
transparent 100%);
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
text-shadow: 0 0 0.75em var(--background-primary-alt);
}
.cm-s-obsidian span.cm-highlight {
padding:0.1em 0;
background: rgba(var(--text-highlight-rgb), 0.4);
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
text-shadow: 0 0 0.75em var(--background-primary-alt);
}
.cm-s-obsidian span.cm-formatting-highlight{
margin: 0 0 0 -0.4em;
padding: 0.1em 0 0.1em 0.4em;
border-radius: 0.8em 0 0 0.4em;
background: none;
background-image: linear-gradient(105deg,
transparent 0,
transparent 0.3em,
rgba(var(--text-highlight-rgb), 0.7) 0.5em,
rgba(var(--text-highlight-rgb), 0.4) 1.6em);
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
}
.cm-s-obsidian .cm-highlight+span.cm-formatting-highlight {
margin: 0 -0.4em 0 0;
padding: 0.1em 0.4em 0.1em 0;
border-radius: 0 0.4em 0.8em 0;
background: none;
background-image: linear-gradient(105deg,
rgba(var(--text-highlight-rgb), 0.4) calc(100% - 1.4em),
rgba(var(--text-highlight-rgb), 0.7) calc(100% - 0.5em),
transparent calc(100% - 0.3em),
transparent 100%);
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
}
/* 6. Notion Colour Blocks */
/* Original idea from: https://gist.github.com/mklepaczewski/54e451f09994b9d450de81c8baaf8aa4 */
/* but also with simpler classes so you can use `<span class='colour'>` as well */
.app-container .markdown-preview-view pre[class*="language-note-"] {
padding: 3px 2px;
border-radius: 0;
}
.app-container .markdown-preview-view pre[class*="language-note-"] code[class*="language-note-"] {
color: var(--text-normal);
white-space: pre-wrap;
font-family: var(--default-font);
font-size: 1rem;
padding: 0;
}
.app-container .markdown-preview-view pre.language-note-notice,
.app-container .markdown-preview-view pre.language-note-gray-background,
.app-container .markdown-preview-view pre.language-note-gray-bg,
.gray-background,
.gray-bg {
background-color: var(--background-gray)!important;
}
.app-container .markdown-preview-view pre.language-note-brown-background,
.app-container .markdown-preview-view pre.language-note-brown-bg,
.brown-background,
.brown-bg {
background-color: var(--background-brown)!important;
}
.app-container .markdown-preview-view pre.language-note-orange-background,
.app-container .markdown-preview-view pre.language-note-orange-bg,
.orange-background,
.orange-bg {
background-color: var(--background-orange)!important;
}
.app-container .markdown-preview-view pre.language-note-warn,
.app-container .markdown-preview-view pre.language-note-yellow-background,
.app-container .markdown-preview-view pre.language-note-yellow-bg,
.yellow-background,
.yellow-bg {
background-color: var(--background-yellow)!important;
}
.app-container .markdown-preview-view pre.language-note-success,
.app-container .markdown-preview-view pre.language-note-green-background,
.app-container .markdown-preview-view pre.language-note-green-bg,
.green-background,
.green-bg {
background-color: var(--background-green)!important;
}
.app-container .markdown-preview-view pre.language-note-info,
.app-container .markdown-preview-view pre.language-note-blue-background,
.app-container .markdown-preview-view pre.language-note-blue-bg,
.blue-background,.blue-bg {
background-color: var(--background-blue)!important;
}
.app-container .markdown-preview-view pre.language-note-purple-background,
.app-container .markdown-preview-view pre.language-note-purple-bg,
.purple-background,
.purple-bg {
background-color: var(--background-purple)!important;
}
.app-container .markdown-preview-view pre.language-note-pink-background,
.app-container .markdown-preview-view pre.language-note-pink-bg,
.pink-background,
.pink-bg {
background-color: var(--background-pink)!important;
}
.app-container .markdown-preview-view pre.language-note-white-background,
.app-container .markdown-preview-view pre.language-note-white-bg,
.white-background,
.white-bg {
background-color: var(--background-white)!important;
}
.app-container .markdown-preview-view pre.language-note-danger,
.app-container .markdown-preview-view pre.language-note-red-background,
.app-container .markdown-preview-view pre.language-note-red-bg,
.red-background,
.red-bg {
background-color: var(--background-red)!important;
}
.app-container .markdown-preview-view pre.language-note-gray,
.app-container .markdown-preview-view pre.language-note-white,
.app-container .markdown-preview-view pre.language-note-brown,
.app-container .markdown-preview-view pre.language-note-orange,
.app-container .markdown-preview-view pre.language-note-yellow,
.app-container .markdown-preview-view pre.language-note-green,
.app-container .markdown-preview-view pre.language-note-blue,
.app-container .markdown-preview-view pre.language-note-purple,
.app-container .markdown-preview-view pre.language-note-pink,
.app-container .markdown-preview-view pre.language-note-red {
background-color: transparent;
}
.app-container .markdown-preview-view pre.language-note-gray code.language-note-gray,
.gray {
color: var(--text-gray);
}
.app-container .markdown-preview-view pre.language-note-brown code.language-note-brown,
.brown {
color: var(--text-brown);
}
.app-container .markdown-preview-view pre.language-note-orange code.language-note-orange,
.orange {
color: var(--text-orange);
}
.app-container .markdown-preview-view pre.language-note-yellow code.language-note-yellow,
.yellow {
color: var(--text-yellow)
}
.app-container .markdown-preview-view pre.language-note-green code.language-note-green,
.green {
color: var(--text-green);
}
.app-container .markdown-preview-view pre.language-note-blue code.language-note-blue,
.blue {
color: var(--text-blue);
}
.app-container .markdown-preview-view pre.language-note-purple code.language-note-purple,
.purple {
color: var(--text-purple);
}
.app-container .markdown-preview-view pre.language-note-pink code.language-note-pink,
.pink {
color: var(--text-pink);
}
.app-container .markdown-preview-view pre.language-note-red code.language-note-red,
.red {
color: var(--text-red);
}
.app-container .markdown-preview-view pre.language-note-white code.language-note-white,
.red {
color: var(--text-white);
}
.workspace-ribbon.is-hidden{
display: none
}
markdown-preview-view img {
cursor:zoom-in;}
.markdown-preview-view img:active {
cursor:zoom-out;
display:block;
z-index:100;
position:fixed;
max-height:100%;
max-width:100%;
height:100%;
width:100%;
object-fit: contain;
margin:0 auto;
text-align:center;
top: 50%;
transform: translateY(-50%);
padding:0;
left:0;
right:0;
bottom:0;
background:var(--background-primary);}
/*=======================
* Settings
*==========================*/
.modal.mod-settings{
background-color: var(--background-settings)!important;
backdrop-filter: blur(5px) saturate(120%)!important;
}
.horizontal-tab-content, .vertical-tab-content, .vertical-tab-header{
background-color: transparent;
}
.setting-item {
background: var(--background-settings-2);
border-radius: 5px;
margin: 0px 0px 5px 0px;
border-color: transparent;
padding: 18px 10px 18px 10px;
}
.setting-item:first-child{
padding-top: 18px;
}
.vertical-tab-nav-item {
background: transparent;
}
input[type='text'], input[type='search'], input[type='email'], input[type='password'], input[type='number']{
border: 1px solid var(--background-primary);
}
.search-result-file-match:hover {
background-color: var(--background-settings-3);
}
.suggestion-container{
// background-color: var(--background-settings);
border-radius:5px;
border: transparent;
}
.copy-search-result-textarea:focus{
border-color: var(--interactive-accent);
}
.copy-search-result-textarea{
border: 1px solid var(--background-primary);
}
/*=======================
* Tests
*==========================*/ | 0.410756 | 0.04679 |
@import 'https://s3-eu-west-1.amazonaws.com/fcdesignsystem/1.0.0/css/fusionDesign.css';
@import '~codemirror/lib/codemirror.css';
@import '~codemirror/theme/material.css';
.demo-list > a.active > .nav-item {
color: #ffffff;
background: #6957da;
border-radius: 4px;
overflow: hidden;
box-shadow: 0 4px 9px 0 rgba(23, 28, 33, 0.06);
cursor: auto;
}
.sub-title {
opacity: 0.8;
}
.container-1440 {
max-width: 1400px;
margin: 0 auto;
}
.container-1200 {
max-width: 1170px;
margin: 0 auto;
}
.feature-list {
padding: 0;
list-style: none;
}
/* tick icon customization */
.feature-list li span {
position: absolute;
left: 0;
}
.icn-success {
color: #59d99d;
}
.feature-list li {
position: relative;
padding-left: 23px;
margin-bottom: 8px;
color: #434456;
}
.icn-inline {
font-size: 18px;
position: relative;
top: 3px;
margin-right: 5px;
}
.bg-light-purple {
background-color: #f8f9fd;
}
.demo {
height: 100%;
display: flex;
}
.nav-heading {
text-transform: uppercase;
font-size: 12px;
padding: 10px 0;
color: rgba(0, 0, 0, 0.6);
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.nav-list {
padding: 20px 0;
}
.nav-item {
margin: 5px 0;
padding: 10px 20px;
color: rgba(0, 0, 0, 0.6);
cursor: pointer;
}
.nav-item.selected {
color: #ffffff;
background: #6957da;
border-radius: 4px;
overflow: hidden;
box-shadow: 0 4px 9px 0 rgba(23, 28, 33, 0.06);
cursor: pointer;
}
.modal-content .nav-item:hover {
border-radius: 4px;
padding: 9px 19px;
border: 1px solid #6957da;
}
.nav-item.selected .h5,
.nav-item:hover .h5 {
color: #ffffff;
}
.item-desc {
opacity: 0.8;
line-height: 120%;
}
.header-link {
color: rgba(0, 0, 0, 0.6);
}
.side-nav .nav-list .nav-item:hover {
color: #ffffff;
background: #6957da;
border-radius: 4px;
overflow: hidden;
box-shadow: 0 4px 9px 0 rgba(23, 28, 33, 0.06);
}
.side-nav .nav-list {
height: 800px;
overflow-y: scroll;
}
.chart-view .card-body {
display: flex;
align-items: center;
justify-content: space-around;
min-height: 350px;
}
.chart-wrapper {
overflow: auto;
text-align: center;
}
.chart-wrapper-inner .chart-hover {
color: #6957da;
padding: 0.9rem 1.2rem;
line-height: 1;
text-align: center;
white-space: nowrap;
border: 1px solid #6957da;
border-radius: 5px;
transition: all 0.35s ease;
}
.chart-wrapper-inner .chart-hover strong {
font-weight: bolder;
font-size: 2rem;
padding-left: 2px;
padding-right: 2px;
}
.chart-wrapper-inner {
width: 100%;
height: 100%;
text-align: center;
}
.code-view .card,
.code-view {
overflow: hidden;
border-radius: 4px;
}
.code-view {
width: 100%;
margin-bottom: 15px;
box-shadow: 0 2px 4px 0 rgba(104, 105, 128, 0.3);
}
.code-view .code-panel {
background: #22263b;
margin: 0 !important;
}
#chartCode {
width: 100%;
}
.codeMirrorDiv .CodeMirror {
height: auto !important;
padding: 8px;
}
.code-view .code-panel-header {
padding: 10px 15px;
display: flex;
align-items: center;
justify-content: space-between;
}
.code-view .code-panel-view {
padding: 0;
background: #22263b;
max-height: 300px;
height: 100%;
overflow: scroll;
}
.ref-link {
font-weight: 600;
}
.btn-code {
border-radius: 0;
background: #03040b;
color: #73748c;
}
.btn-code.selected {
border-radius: 0;
background: #22263b;
color: #ffffff;
}
#chart-code {
width: 100%;
}
.chart-selector {
max-width: 320px;
width: 100%;
margin-bottom: 24px;
}
.base-dropdown .selector {
width: 100%;
display: block;
padding: 12px 35px 12px 15px;
font-size: 14px;
font-weight: 600;
cursor: pointer;
}
.base-dropdown {
display: inline-block;
border: 1px solid rgba(62, 57, 107, 0.13);
border-radius: 4px;
position: relative;
}
.base-dropdown .placeholder {
position: absolute;
top: -10px;
left: 12px;
font-size: 12px;
font-weight: 600;
padding: 0 3px;
color: #9f9fb9;
background: #f9f9fc;
pointer-events: none;
}
.base-dropdown .caret {
position: absolute;
top: 10px;
right: 12px;
pointer-events: none;
}
.foot-item {
color: #9fa0b7;
font-weight: 300 !important;
}
.negitive-btn {
border-color: #ff0000;
color: #ff0000;
}
/* Navbar Customization */
#navbar {
height: 64px;
}
#footbar {
height: 100px;
background-color: #1b192f;
}
body {
overflow-x: hidden;
}
/* The Modal (background) */
.modal {
display: none;
position: fixed;
z-index: 5;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.5);
}
/* Modal Content */
.modal-content {
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
}
/* The Close Button */
.close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.text-style {
padding: 10px;
background: #f5f2f0;
}
.change-type {
display: inline-block;
margin: 0 10px;
}
.change-type > div {
display: inline-flex;
position: relative;
margin: 0 10px;
}
.change-type label {
position: relative;
padding: 5px 10px 5px 30px;
border-radius: 4px;
}
.change-type input {
opacity: 0;
cursor: pointer;
z-index: 1;
width: 100%;
height: 100%;
left: 0;
position: absolute;
}
.change-type label:before,
.change-type label:after {
content: '';
position: absolute;
}
.change-type label:before {
display: block;
background: #fff;
border: 2px solid #949697;
box-shadow: none;
border-radius: 50%;
top: 11px;
left: 8px;
width: 1.5rem;
height: 1.5rem;
}
.change-type label:after {
width: 0.9rem;
height: 0.9rem;
top: 14px;
left: 11px;
border-radius: 50%;
}
.change-type input:checked ~ label {
color: #48b884;
font-weight: 600;
box-shadow: 0 4px 9px 0 rgba(104, 105, 128, 0.22);
}
.change-type input:checked ~ label:before {
color: #fff;
box-shadow: none;
border: 2px solid #48b884;
}
.change-type input:checked ~ label:after {
background: #55bd8d;
}
@media (min-width: 768px) {
.navbar {
padding: 0.5rem;
}
}
@media (min-width: 992px) {
.navbar .navbar-nav .nav-item {
margin-right: 1rem;
}
}
@media (min-width: 1200px) {
.navbar {
padding: 0.6rem 4%;
}
.navbar .navbar-nav .nav-item {
margin-right: 1.4rem;
}
}
.dynamic-container {
height: 350px;
width: 600px;
}
.min-size {
height: 400px;
width: 700px;
}
.disable,
.disable:hover,
.disable:focus {
border-color: #d3d3d3;
color: #d3d3d3;
background: none;
box-shadow: none;
cursor: default;
}
.tables {
width: 100%;
text-align: left;
}
.badge {
font-size: 12px !important;
border-radius: 5px;
align-self: center;
}
.badge-selected {
background-color: white;
}
.badge-normal {
background-color: rgb(75, 63, 160);
color: white;
}
.nav-group {
display: flex;
justify-content: space-between;
}
.code {
color: #dd5ec7;
word-break: break-word;
}
.text-style {
padding: 10px;
background: #f5f2f0;
text-align: center;
}
.change-type {
display: inline-block;
margin: 0 10px;
text-align: center;
}
.dynamic-container {
height: 350px;
width: 600px;
}
.min-size {
height: 400px;
width: 700px;
} | docs-src/src/assets/style.css | @import 'https://s3-eu-west-1.amazonaws.com/fcdesignsystem/1.0.0/css/fusionDesign.css';
@import '~codemirror/lib/codemirror.css';
@import '~codemirror/theme/material.css';
.demo-list > a.active > .nav-item {
color: #ffffff;
background: #6957da;
border-radius: 4px;
overflow: hidden;
box-shadow: 0 4px 9px 0 rgba(23, 28, 33, 0.06);
cursor: auto;
}
.sub-title {
opacity: 0.8;
}
.container-1440 {
max-width: 1400px;
margin: 0 auto;
}
.container-1200 {
max-width: 1170px;
margin: 0 auto;
}
.feature-list {
padding: 0;
list-style: none;
}
/* tick icon customization */
.feature-list li span {
position: absolute;
left: 0;
}
.icn-success {
color: #59d99d;
}
.feature-list li {
position: relative;
padding-left: 23px;
margin-bottom: 8px;
color: #434456;
}
.icn-inline {
font-size: 18px;
position: relative;
top: 3px;
margin-right: 5px;
}
.bg-light-purple {
background-color: #f8f9fd;
}
.demo {
height: 100%;
display: flex;
}
.nav-heading {
text-transform: uppercase;
font-size: 12px;
padding: 10px 0;
color: rgba(0, 0, 0, 0.6);
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.nav-list {
padding: 20px 0;
}
.nav-item {
margin: 5px 0;
padding: 10px 20px;
color: rgba(0, 0, 0, 0.6);
cursor: pointer;
}
.nav-item.selected {
color: #ffffff;
background: #6957da;
border-radius: 4px;
overflow: hidden;
box-shadow: 0 4px 9px 0 rgba(23, 28, 33, 0.06);
cursor: pointer;
}
.modal-content .nav-item:hover {
border-radius: 4px;
padding: 9px 19px;
border: 1px solid #6957da;
}
.nav-item.selected .h5,
.nav-item:hover .h5 {
color: #ffffff;
}
.item-desc {
opacity: 0.8;
line-height: 120%;
}
.header-link {
color: rgba(0, 0, 0, 0.6);
}
.side-nav .nav-list .nav-item:hover {
color: #ffffff;
background: #6957da;
border-radius: 4px;
overflow: hidden;
box-shadow: 0 4px 9px 0 rgba(23, 28, 33, 0.06);
}
.side-nav .nav-list {
height: 800px;
overflow-y: scroll;
}
.chart-view .card-body {
display: flex;
align-items: center;
justify-content: space-around;
min-height: 350px;
}
.chart-wrapper {
overflow: auto;
text-align: center;
}
.chart-wrapper-inner .chart-hover {
color: #6957da;
padding: 0.9rem 1.2rem;
line-height: 1;
text-align: center;
white-space: nowrap;
border: 1px solid #6957da;
border-radius: 5px;
transition: all 0.35s ease;
}
.chart-wrapper-inner .chart-hover strong {
font-weight: bolder;
font-size: 2rem;
padding-left: 2px;
padding-right: 2px;
}
.chart-wrapper-inner {
width: 100%;
height: 100%;
text-align: center;
}
.code-view .card,
.code-view {
overflow: hidden;
border-radius: 4px;
}
.code-view {
width: 100%;
margin-bottom: 15px;
box-shadow: 0 2px 4px 0 rgba(104, 105, 128, 0.3);
}
.code-view .code-panel {
background: #22263b;
margin: 0 !important;
}
#chartCode {
width: 100%;
}
.codeMirrorDiv .CodeMirror {
height: auto !important;
padding: 8px;
}
.code-view .code-panel-header {
padding: 10px 15px;
display: flex;
align-items: center;
justify-content: space-between;
}
.code-view .code-panel-view {
padding: 0;
background: #22263b;
max-height: 300px;
height: 100%;
overflow: scroll;
}
.ref-link {
font-weight: 600;
}
.btn-code {
border-radius: 0;
background: #03040b;
color: #73748c;
}
.btn-code.selected {
border-radius: 0;
background: #22263b;
color: #ffffff;
}
#chart-code {
width: 100%;
}
.chart-selector {
max-width: 320px;
width: 100%;
margin-bottom: 24px;
}
.base-dropdown .selector {
width: 100%;
display: block;
padding: 12px 35px 12px 15px;
font-size: 14px;
font-weight: 600;
cursor: pointer;
}
.base-dropdown {
display: inline-block;
border: 1px solid rgba(62, 57, 107, 0.13);
border-radius: 4px;
position: relative;
}
.base-dropdown .placeholder {
position: absolute;
top: -10px;
left: 12px;
font-size: 12px;
font-weight: 600;
padding: 0 3px;
color: #9f9fb9;
background: #f9f9fc;
pointer-events: none;
}
.base-dropdown .caret {
position: absolute;
top: 10px;
right: 12px;
pointer-events: none;
}
.foot-item {
color: #9fa0b7;
font-weight: 300 !important;
}
.negitive-btn {
border-color: #ff0000;
color: #ff0000;
}
/* Navbar Customization */
#navbar {
height: 64px;
}
#footbar {
height: 100px;
background-color: #1b192f;
}
body {
overflow-x: hidden;
}
/* The Modal (background) */
.modal {
display: none;
position: fixed;
z-index: 5;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.5);
}
/* Modal Content */
.modal-content {
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
}
/* The Close Button */
.close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.text-style {
padding: 10px;
background: #f5f2f0;
}
.change-type {
display: inline-block;
margin: 0 10px;
}
.change-type > div {
display: inline-flex;
position: relative;
margin: 0 10px;
}
.change-type label {
position: relative;
padding: 5px 10px 5px 30px;
border-radius: 4px;
}
.change-type input {
opacity: 0;
cursor: pointer;
z-index: 1;
width: 100%;
height: 100%;
left: 0;
position: absolute;
}
.change-type label:before,
.change-type label:after {
content: '';
position: absolute;
}
.change-type label:before {
display: block;
background: #fff;
border: 2px solid #949697;
box-shadow: none;
border-radius: 50%;
top: 11px;
left: 8px;
width: 1.5rem;
height: 1.5rem;
}
.change-type label:after {
width: 0.9rem;
height: 0.9rem;
top: 14px;
left: 11px;
border-radius: 50%;
}
.change-type input:checked ~ label {
color: #48b884;
font-weight: 600;
box-shadow: 0 4px 9px 0 rgba(104, 105, 128, 0.22);
}
.change-type input:checked ~ label:before {
color: #fff;
box-shadow: none;
border: 2px solid #48b884;
}
.change-type input:checked ~ label:after {
background: #55bd8d;
}
@media (min-width: 768px) {
.navbar {
padding: 0.5rem;
}
}
@media (min-width: 992px) {
.navbar .navbar-nav .nav-item {
margin-right: 1rem;
}
}
@media (min-width: 1200px) {
.navbar {
padding: 0.6rem 4%;
}
.navbar .navbar-nav .nav-item {
margin-right: 1.4rem;
}
}
.dynamic-container {
height: 350px;
width: 600px;
}
.min-size {
height: 400px;
width: 700px;
}
.disable,
.disable:hover,
.disable:focus {
border-color: #d3d3d3;
color: #d3d3d3;
background: none;
box-shadow: none;
cursor: default;
}
.tables {
width: 100%;
text-align: left;
}
.badge {
font-size: 12px !important;
border-radius: 5px;
align-self: center;
}
.badge-selected {
background-color: white;
}
.badge-normal {
background-color: rgb(75, 63, 160);
color: white;
}
.nav-group {
display: flex;
justify-content: space-between;
}
.code {
color: #dd5ec7;
word-break: break-word;
}
.text-style {
padding: 10px;
background: #f5f2f0;
text-align: center;
}
.change-type {
display: inline-block;
margin: 0 10px;
text-align: center;
}
.dynamic-container {
height: 350px;
width: 600px;
}
.min-size {
height: 400px;
width: 700px;
} | 0.392919 | 0.099602 |
border-bottom: solid 2px var(--tertiary);
padding: .6rem 0;
}
#messages .notification-list .list-item:first-child {
border-top: solid 2px var(--tertiary);
}
#messages .notification-list .list-item h2,
#messages .notification-list .list-item h3 {
margin: 0;
font-weight: bold;
}
#messages .notification-list .list-item h2 {
color: var(--primary);
font-size: 1.1rem;
}
#messages .notification-list .list-item h3 {
color: var(--tertiary-darker);
font-size: .975rem;
}
#messages .notification-list .list-item .info {
color: var(--tertiary-darker);
opacity: .6;
font-size: .975rem;
align-self: center;
}
#messages .notification-list .list-item img,
#messages-right .message img {
display: flex;
border-radius: 50%;
margin-right: .5rem;
width: 3.625em;
height: 3.625em;
}
#messages .horizontal-item {
padding: 1rem;
}
#messages-right {
flex-direction: column;
}
#messages-right .message {
flex-direction: row;
margin: 4rem 0 !important;
}
#messages-right .message {
height: 2rem;
max-height: 2rem;
margin: 1rem 0;
}
#messages-right .message .speech {
padding: 1.5rem;
display: flex;
align-items: center;
font-weight: bold;
}
#messages-right .message:nth-child(odd) .speech {
background-color: var(--primary-lighter);
color: var(--primary-darker);
border-radius: 15px 15px 15px 0;
}
#messages-right .message:nth-child(even) {
flex-direction: row-reverse;
}
#messages-right .message:nth-child(even) .speech {
background-color: var(--primary);
color: var(--primary-lighter);
border-radius: 15px 15px 0 15px;
}
#messages-right .message .speech .info {
position: absolute;
bottom: -3.5rem;
color: var(--primary-light);
}
/* video call */
#video-call,
#video-call.person,
#video-call .me,
#video-call .me img,
#video-call .status{
border-radius: 2%;
}
#video-call {
display: flex;
flex-basis: 0;
align-self: center;
position: relative;
overflow: hidden;
width: 55vw;
height: 55vw;
max-height: calc(55vw * 1.082);
background-color: var(--tertiary-darker);
border-color: solid 1px var(--tertiary-darker);
}
#video-call.person{
position: absolute;
top: 0;
left: 0;
width: calc(100% - 2px);
margin-top: 1px;
/*height: 95%;*/
max-height: calc(100%);
}
#video-call .me{
overflow: hidden;
position: absolute;
top: 1.5rem;
left: 1.5rem;
width: 5vw;
height: 5vw;
max-height: calc(5vw * 1.082);
background-color: var(--tertiary-light);
z-index: 10;
align-items: center;
justify-content: center;
}
#video-call .me img{
width: calc(100% - 10px);
max-width: calc(100% - 10px);
height: calc(100% - 10px);
max-height: calc(100% - 10px);
}
#video-call .actions {
flex-direction: row;
justify-content: space-between;
margin-top: -1.5rem;
width: 20rem;
align-self: center;
}
#video-call .actions .btn{
width: 2.8rem;
height: 2.8rem;
font-size: 1.4rem;
}
#video-call .status.online:before{
content: "";
background-color: var(--danger-darker);
width: 5px;
height: 5px;
border-radius: 50%;
display: block;
position: absolute;
left: .5rem;
top: calc(50% - .2rem);
}
#video-call .status.online{
position: absolute;
right: 1.5rem;
top: 1.5rem;
background-color: var(--white);
color: var(--danger-darker);
padding: .2rem 1rem;
}
@media (min-width: 1200px) {
/*video call*/
/* /video call*/
#video-call {
width: 45vw;
height: 45vw;
max-height: calc(45vw * 1.082);
}
} | assets/css/messages.css | border-bottom: solid 2px var(--tertiary);
padding: .6rem 0;
}
#messages .notification-list .list-item:first-child {
border-top: solid 2px var(--tertiary);
}
#messages .notification-list .list-item h2,
#messages .notification-list .list-item h3 {
margin: 0;
font-weight: bold;
}
#messages .notification-list .list-item h2 {
color: var(--primary);
font-size: 1.1rem;
}
#messages .notification-list .list-item h3 {
color: var(--tertiary-darker);
font-size: .975rem;
}
#messages .notification-list .list-item .info {
color: var(--tertiary-darker);
opacity: .6;
font-size: .975rem;
align-self: center;
}
#messages .notification-list .list-item img,
#messages-right .message img {
display: flex;
border-radius: 50%;
margin-right: .5rem;
width: 3.625em;
height: 3.625em;
}
#messages .horizontal-item {
padding: 1rem;
}
#messages-right {
flex-direction: column;
}
#messages-right .message {
flex-direction: row;
margin: 4rem 0 !important;
}
#messages-right .message {
height: 2rem;
max-height: 2rem;
margin: 1rem 0;
}
#messages-right .message .speech {
padding: 1.5rem;
display: flex;
align-items: center;
font-weight: bold;
}
#messages-right .message:nth-child(odd) .speech {
background-color: var(--primary-lighter);
color: var(--primary-darker);
border-radius: 15px 15px 15px 0;
}
#messages-right .message:nth-child(even) {
flex-direction: row-reverse;
}
#messages-right .message:nth-child(even) .speech {
background-color: var(--primary);
color: var(--primary-lighter);
border-radius: 15px 15px 0 15px;
}
#messages-right .message .speech .info {
position: absolute;
bottom: -3.5rem;
color: var(--primary-light);
}
/* video call */
#video-call,
#video-call.person,
#video-call .me,
#video-call .me img,
#video-call .status{
border-radius: 2%;
}
#video-call {
display: flex;
flex-basis: 0;
align-self: center;
position: relative;
overflow: hidden;
width: 55vw;
height: 55vw;
max-height: calc(55vw * 1.082);
background-color: var(--tertiary-darker);
border-color: solid 1px var(--tertiary-darker);
}
#video-call.person{
position: absolute;
top: 0;
left: 0;
width: calc(100% - 2px);
margin-top: 1px;
/*height: 95%;*/
max-height: calc(100%);
}
#video-call .me{
overflow: hidden;
position: absolute;
top: 1.5rem;
left: 1.5rem;
width: 5vw;
height: 5vw;
max-height: calc(5vw * 1.082);
background-color: var(--tertiary-light);
z-index: 10;
align-items: center;
justify-content: center;
}
#video-call .me img{
width: calc(100% - 10px);
max-width: calc(100% - 10px);
height: calc(100% - 10px);
max-height: calc(100% - 10px);
}
#video-call .actions {
flex-direction: row;
justify-content: space-between;
margin-top: -1.5rem;
width: 20rem;
align-self: center;
}
#video-call .actions .btn{
width: 2.8rem;
height: 2.8rem;
font-size: 1.4rem;
}
#video-call .status.online:before{
content: "";
background-color: var(--danger-darker);
width: 5px;
height: 5px;
border-radius: 50%;
display: block;
position: absolute;
left: .5rem;
top: calc(50% - .2rem);
}
#video-call .status.online{
position: absolute;
right: 1.5rem;
top: 1.5rem;
background-color: var(--white);
color: var(--danger-darker);
padding: .2rem 1rem;
}
@media (min-width: 1200px) {
/*video call*/
/* /video call*/
#video-call {
width: 45vw;
height: 45vw;
max-height: calc(45vw * 1.082);
}
} | 0.47025 | 0.070208 |
.facet-bars-selection-user {
position: absolute;
border: 1px dashed black;
pointer-events: none;
user-select: none;
-ms-user-select: none;
}
.facet-bars-selection-computed {
position: absolute;
background-color: rgba(37,93,204, 0.15);
border: 1px solid #255DCC;
pointer-events: none;
user-select: none;
-ms-user-select: none;
top: 0;
bottom: 0;
}
.facet-bars-selection-handle {
position: absolute;
top: calc(50% - 9px);
width: 0;
height: 15px;
cursor: ew-resize;
pointer-events: all;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
}
.facet-bars-selection-handle:before {
content: '';
position: absolute;
width: 1px;
top: -4px;
bottom: -4px;
background-color: transparent;
}
.facet-bars-selection-handle:after {
content: '';
position: absolute;
top: 2px;
bottom: 2px;
width: 1px;
background-color: #EBF1FC;
}
.facet-bars-selection-handle-left {
left: -7px;
border-right: 5px solid #255DCC;
}
.facet-bars-selection-handle-left:after {
left: 2px;
}
.facet-bars-selection-handle-left:before {
left: 5px;
}
.facet-bars-selection-handle-right {
right: -7px;
border-left: 5px solid #255DCC;
}
.facet-bars-selection-handle-right:after {
right: 2px;
}
.facet-bars-selection-handle-right:before {
right: 5px;
}
.facet-bars-selection-clear-button {
position: absolute;
right: -11px;
top: -1px;
width: 9px;
height: 9px;
background-color: #255DCC;
border-radius: 2px;
cursor: pointer;
pointer-events: all;
}
.facet-bars-selection-clear-button:after {
content: '';
position: absolute;
left: 4px;
top: 1px;
height: 7px;
width: 1px;
background-color: white;
transform: rotate(45deg);
}
.facet-bars-selection-clear-button:before {
content: '';
position: absolute;
left: 4px;
top: 1px;
height: 7px;
width: 1px;
background-color: white;
transform: rotate(-45deg);
} | packages/facets-core/src/facet-plugin/default/facet-bars-selection/FacetBarsSelection.css | .facet-bars-selection-user {
position: absolute;
border: 1px dashed black;
pointer-events: none;
user-select: none;
-ms-user-select: none;
}
.facet-bars-selection-computed {
position: absolute;
background-color: rgba(37,93,204, 0.15);
border: 1px solid #255DCC;
pointer-events: none;
user-select: none;
-ms-user-select: none;
top: 0;
bottom: 0;
}
.facet-bars-selection-handle {
position: absolute;
top: calc(50% - 9px);
width: 0;
height: 15px;
cursor: ew-resize;
pointer-events: all;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
}
.facet-bars-selection-handle:before {
content: '';
position: absolute;
width: 1px;
top: -4px;
bottom: -4px;
background-color: transparent;
}
.facet-bars-selection-handle:after {
content: '';
position: absolute;
top: 2px;
bottom: 2px;
width: 1px;
background-color: #EBF1FC;
}
.facet-bars-selection-handle-left {
left: -7px;
border-right: 5px solid #255DCC;
}
.facet-bars-selection-handle-left:after {
left: 2px;
}
.facet-bars-selection-handle-left:before {
left: 5px;
}
.facet-bars-selection-handle-right {
right: -7px;
border-left: 5px solid #255DCC;
}
.facet-bars-selection-handle-right:after {
right: 2px;
}
.facet-bars-selection-handle-right:before {
right: 5px;
}
.facet-bars-selection-clear-button {
position: absolute;
right: -11px;
top: -1px;
width: 9px;
height: 9px;
background-color: #255DCC;
border-radius: 2px;
cursor: pointer;
pointer-events: all;
}
.facet-bars-selection-clear-button:after {
content: '';
position: absolute;
left: 4px;
top: 1px;
height: 7px;
width: 1px;
background-color: white;
transform: rotate(45deg);
}
.facet-bars-selection-clear-button:before {
content: '';
position: absolute;
left: 4px;
top: 1px;
height: 7px;
width: 1px;
background-color: white;
transform: rotate(-45deg);
} | 0.761893 | 0.116261 |
@charset "utf-8";
.lqCup-ten{
}
.section{
width: 926px;
margin: 0 auto;
padding: 64px 0;
border-bottom: 1px dashed #dbdbdb;
}
.header{
width: 100%;
}
.header img{
width: 100%;
}
h2.title{
font-size: 25px;
color: #00b8f0;
text-align: center;
letter-spacing: 2px;
}
.text{
color: #595a5c;
font-size: 14px;
line-height: 22px;
}
.about .information .text,
.contest .text{
margin-top: 27px;
}
.introduce{
display: flex;
justify-content: space-between;
}
.introduce .information{
flex: 1;
margin-left: 18px;
}
.introduce .information .intro-title{
color: #fff;
background-color: #00b8f0;
padding: 12px 30px;
}
.introduce .information .intro-title .title-en{
font-size: 20px;
}
.introduce .information .intro-title .title-ch{
font-size: 30px;
margin-top: 8px;
}
.person-warp{
margin-top: 38px;
overflow: hidden;
}
.person-warp .item{
float: left;
display: flex;
}
.about .person-warp .item:first-child{
width: 54%;
}
.about .person-warp .item:last-child{
width: 46%;
}
.person-warp .item .per-intro{
float: l;
color: #00b8f0;
margin-left: 10px;
}
.person-warp .item .per-intro .name{
font-size: 18px;
font-weight: bold;
}
.person-warp .item .per-intro .word{
margin-top: 15px;
font-size: 14px;
line-height: 18px;
}
.information .number{
margin: 25px 0 10px;
color: #00b8f0;
font-size: 25px;
}
.information .rule{
color: #595a5c;
font-size: 14px;
margin-bottom: 5px;
}
.individual .information .name{
margin-top: 28px;
}
.individual .information .name li{
font-size: 14px;
color: #58595b;
line-height: 24px;
}
.individual .information .name li P{
width: 112px;
font-weight: bold;
display: inline-block;
}
.ind-match .title{
margin-bottom: 25px;
}
.ind-match .text{
margin-bottom: 32px;
text-align: center;
}
.directory .list{
width: 100%;
height: 455px;
background: #f1f2f2;
margin-top: 30px;
padding: 25px 0 15px 55px;
overflow-x: auto;
writing-mode: vertical-lr;
}
.directory .list dt{
float: left;
margin-bottom: 15px;
font-size: 18px;
font-weight: bold;
writing-mode: horizontal-tb;
}
.directory .list dd{
width: 215px;
color: #595a5c;
font-size: 14px;
float: left;
display: inline-block;
margin-right: 10px;
margin-bottom: 10px;
writing-mode: horizontal-tb;
}
.directory .list dd.last{
margin-bottom: 22px;
}
.directory .list::-webkit-scrollbar,
.job-fair .list::-webkit-scrollbar{
width: 4px;
height: 5px;
}
.directory .list::-webkit-scrollbar-thumb,
.job-fair .list::-webkit-scrollbar-thumb{
width: 6px;
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
background: rgba(0,0,0,.1);
}
.directory .list::-webkit-scrollbar-track,
.job-fair .list::-webkit-scrollbar-track{
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
border-radius: 0;
background: rgba(0, 0, 0, 0.1);
}
.awards .message::-webkit-scrollbar{
width: 4px;
height: 4px;
}
.awards .message::-webkit-scrollbar-thumb{
width: 6px;
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
background: #00b8f0;
}
.awards .message::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
border-radius: 0;
background: rgba(0, 0, 0, 0.1);
}
.final-match .title{
margin-bottom: 25px;
}
.final-match .text{
text-align: center;
}
.final-match p.place{
color: #00b8f0;
text-align: center;
font-weight: bold;
font-size: 16px;
margin: 13px 0 28px;
}
.final-match .place span{
margin-left: 30px;
}
.final-match .place span:first-child{
margin-left: 25px;
}
.team-match .information .rule{
font-size: 14px;
line-height: 22px;
}
.pic-show{
margin-top: 15px;
display: flex;
justify-content: space-between;
}
.visual-match .production h3{
font-size: 18px;
margin-bottom: 15px;
color: #00b8f0;
}
.visual-match .production .name{
margin-bottom: 5px;
}
.visual-match .production p{
color: #595a5c;
font-size: 14px;
}
.visual-match .type1{
margin-top: 40px;
display: flex;
justify-content: space-between;
}
.visual-match .type2{
margin-top: 33px;
}
.visual-match .type2 .production-pic{
display: flex;
justify-content: space-between;
}
.visual-match .production .production-pic{
margin-top: 15px;
}
.youth-match .group-list{
display: flex;
margin-top: 23px;
}
.youth-match .group-list h3{
font-size: 18px;
margin-right: 15px;
color: #00b8f0;
padding-top: 5px;
}
.youth-match .group{
flex: 1;
}
.youth-match .group li{
font-size: 14px;
color: #595a5c;
height: 28px;
line-height: 28px;
display: flex;
justify-content: space-between;
}
.youth-match .group li:nth-child(2n-1){
background: #ebebeb;
}
.youth-match .group li p{
display: inline-block;
margin-left: 5px;
width: 265px;
}
.youth-match .group li p:first-child{
margin-left: 23px;
}
.japan .introduce .text{
margin-top: 25px;
}
.japan .name{
color: #00b8f0;
font-size: 18px;
font-weight: bold;
padding-top: 8px;
}
.japan .name span{
margin: 0 12px;
}
.review .introduce .information .text{
margin-top: 28px;
}
.awards .introduce .information{
margin-left: 0;
margin-right: 18px;
}
.awards-text{
margin-top: 15px;
padding-top: 5px;
border-top: 2px solid #00b8f0;
}
.awards .awards-text .awards-name{
font-size: 16px;
color: #00b8f0;
margin: 5px 0;
}
.awards .awards-text .awards-info{
font-size: 12px;
line-height: 20px;
color: #595a5c;
}
.awards .awards-text .awards-info span{
margin-right: 20px;
}
.awards .com-swriper .button{
height: 80px;
position: absolute;
}
.com-swriper .com-btn{
position: absolute;
border-radius: 0;
width: 32px !important;
height: 32px !important;
top: 17px;
color: #00b8f0;
background-color: #00b8f0 !important;
text-align: center;
line-height: 32px;
font-size: 36px;
}
.com-swriper .com-btn:hover{
opacity: inherit;
}
.swiper-awards .comswiper-button-prev{
right: 53px;
left: auto;
background: url(../image/left-white.png) no-repeat center;
background-size: 100% 100%;
}
.swiper-awards .comswiper-button-next{
right: 17px;
background: url(../image/right-white.png) no-repeat center;
background-size: 100% 100%;
}
.swiper-awards .swiper-button-disabled{
cursor: default !important;
border: 1px solid #00b8f0;
background-color: transparent !important;
background-size: 100% 100%;
}
.swiper-awards .button .swiper-button-disabled{
background-image: url(../image/left-blue.png) no-repeat center !important;
}
.swiper-awards .button .swiper-button-disabled{
background-image: url(../image/right-blue.png) no-repeat center !important;
}
.awards .banner{
margin: 40px 0;
}
.awards h3.title{
color: #00b8f0;
margin: 40px 0 25px;
text-align: center;
font-weight: bold;
font-size: 18px;
}
.awards .banner .swiper-slide{
width: 698px;
height: 385px;
}
.awards .banner .banner-content{
transform: scaleX(0.9);
}
.awards .banner .swiper-slide .banner-content{
display: flex;
padding: 33px 0;
}
.awards .banner .swiper-slide .banner-content .info{
width: 70%;
}
.awards .banner .swiper1 .team .pic{
width: 35%;
}
.awards .banner .swiper-slide .banner-content .pic{
width: 26%;
text-align: right;
margin-left: 18px;
}
.awards .banner .swiper-slide .banner-content .pic .picwrap{
width: 118px;
height: 120px;
border: 1px solid #ccc;
padding: 5px;
}
.awards .banner .swiper-slide .banner-content .picwrap img{
width: 106px;
height: 109px;
margin: 0 auto;
}
.awards .banner .swiper-slide .banner-content .info .message{
height: 243px;
line-height: 20px;
overflow-y: auto;
font-size: 12px;
padding: 0 5px;
}
.awards .banner .swiper-slide .banner-content .info .self span{
margin: 0 20px;
}
.awards .banner .swiper-slide .team .info .self span{
margin: 0 10px;
}
.awards .banner .swiper-slide .banner-content .info .message .item{
margin-bottom: 20px;
}
.awards .banner .swiper-slide .banner-content .info .message .item .xl{
color: #00b8f0;
font-size: 14px;
}
.awards .banner .swiper-slide .banner-content .info .message .item .answer{
color: #ffbb03;
}
.awards .banner .swiper-slide .team .info{
width: 65%;
}
.awards .banner .swiper-slide .team .pic{
width: 180px;
height: 123px;
margin-left: 10px;
border: 1px solid #ccc;
padding: 5px;
}
.awards .com-swriper .swiper-slide{
display: flex;
}
.awards .banner .swiper-slide {
-webkit-transform: translateY(38px) scale(0.8);
transform: translateY(38px) scale(0.8);
border: 1px solid #444;
border-top: 1px solid #007aff;
border-top-color: #007aff;
box-shadow: inset 2px 0px 3px 0px #46484a;
}
.awards .banner .swiper-slide-active,
.awards .banner .swiper-slide-duplicate-active{
background: #fff;
-webkit-transform: scale(1);
transform: scale(1);
transform: scaleX(1.2);
box-shadow: inset 0px 1px 3px 0px #007aff;
border: 1px solid #444;
border-top: 1px solid #007aff;
border-top-color: #007aff;
}
.awards .swiper-button-next,
.awards .swiper-button-prev{
margin-top: 0;
}
@media screen and (min-width: 668px) {
.awards .swiper-slide-active a:before {
position: absolute;
top: 410px;
left: 0;
display: block;
box-sizing: border-box;
content: "";
width: 100%;
height: 100%;
border-radius: 2px;
z-index: 10002;
}
}
.awards .swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
-ms-perspective: 1200px
}
.awards .banner .swiper-slide .award-name{
color: #231f20;
font-size: 16px;
line-height: 22px;
}
.awards .banner .swiper-slide .self{
color: #00b8f0;
font-size: 14px;
margin: 10px 0 15px;
}
.awards .awards-slide{
width: 610px;
height: 385px;
position: relative;
}
.awards .company-list ul{
overflow: hidden;
}
.awards .company-list .tab-title li{
width: 50%;
float: left;
text-align: center;
background: #cdcdcd;
font-size: 18px;
height: 40px;
line-height: 40px;
cursor: pointer;
color: #fff;
}
.awards .company-list .tab-title li.act{
background: #03b9f0;
}
.awards .company-list .tab-content ul li{
width: 130px;
height: 40px;
text-align: center;
padding: 5px 6px;
margin: 1px;
font-size: 12px;
line-height: 15px;
float: left;
cursor: pointer;
border: 1px solid #939598;
}
.awards .company-list .tab-content ul li.one{
line-height: 40px;
padding: 0;
}
.awards .company-list .tab-content li.on{
background: #03b9f0;
color: #fff;
border: none;
}
.employ-star .introduce{
padding: 0 65px;
}
.employ-star .introduce .information{
flex: none;
margin-left: 0;
}
.employ-star .introduce .text{
padding: 9px 0 6px 30px;
}
.employ-star .employ-swiper{
height: 360px;
width: 795px;
margin: 0 auto;
position: relative;
}
.employ-star .swiper-container {
position: relative;
width: 100%;
height: 100%;
margin-left: auto;
margin-right: auto;
}
.employ-star .button {
position: absolute;
top: 50%;
}
.employ-star .button .button-prev,
.employ-star .button .button-next{
position: absolute;
z-index: 999;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
color: #00b8f0;
}
.employ-star .button .button-prev{
background: url(../image/left-gray.png);
background-size: 100% 100%;
left: -65px;
}
.employ-star .button .button-next{
background: url(../image/right-gray.png);
background-size: 100% 100%;
right: -65px;
}
.employ-star .swiper-button-disabled{
cursor: default!important;
}
.employ-star .button .button-prev.swiper-button-disabled{
background: url(../image/left-gray-dis.png);
background-size: 100% 100%;
}
.employ-star .button .button-next.swiper-button-disabled{
background: url(../image/right-gray-dis.png);
background-size: 100% 100%;
}
.employ-star .swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
height: 184px;
margin-top: 0 !important;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
margin-left: -24px;
}
.employ-star .swiper-slide{
margin-right: 0 !important;
width: 190px !important;
}
.employ-star .swiper-slide dl dt{
width: 109px;
height: 109px;
margin: 0 auto;
border: 1px solid #00b8f0;
padding: 5px;
border-radius: 50%;
}
.employ-star .swiper-slide dl dt img{
border-radius: 50%;
}
.employ-star .swiper-slide dl dd.name{
color: #00b8f0;
font-weight: bold;
font-size: 18px;
margin: 10px 0 5px;
}
.employ-star .swiper-slide dl dd.com{
line-height: 20px;
width: 120%;
margin-left: -13%;
font-size: 14px;
}
.employ-star .swiper-slide dl dd.large{
width: 139%;
margin-left: -22%;
}
.meeting .com-swriper{
position: relative;
flex: 500px;
}
.meeting .com-swriper .swiper-slide{
width: 500px;
}
.meeting .introduce .information{
flex: 436px;
}
.meeting .com-swriper .button{
position: absolute;
background: red;
left: 0;
top: 0;
}
.meeting .com-swriper .metting-button-prev,
.meeting .com-swriper .metting-button-next{
position: absolute;
background-color: #00b8f0 !important;
color: #fff;
}
.meeting .com-swriper .metting-button-prev:hover,
.meeting .com-swriper .metting-button-next:hover{
opacity: inherit;
}
.meeting .com-swriper .metting-button-prev{
background: url(../image/left-white.png) no-repeat center;
background-size: 100% 100%;
right: 51px;
}
.meeting .com-swriper .metting-button-next{
background: url(../image/right-white.png) no-repeat center;
background-size: 100% 100%;
right: 16px;
}
.meeting .com-swriper .swiper-button-disabled{
background-color: #ccc !important;
cursor: default;
border: none;
}
.meeting .com-swriper .metting-button-prev.swiper-button-disabled{
background: url(../image/left-white.png);
background-size: 100% 100%;
background-color: #ccc;
}
.meeting .com-swriper .metting-button-next.swiper-button-disabled{
background: url(../image/right-white.png);
background-size: 100% 100%;
background-color: #ccc;
}
.meeting .com-swriper .swiper-button-disabled:hover{
opacity: inherit;
}
.meeting .swiper-slide .awards-slide{
top: -26px;
width: 569px;
height: 320px;
left: -43px;
}
.meeting .awards-slide{
position: relative;
}
.meeting .awards-slide .shade{
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 80px;
color: #fff;
background: rgba(0,0,0,.8);
}
.meeting .awards-slide .shade .info-wrap{
padding: 20px 0 0 40px;
}
.meeting .awards-slide .shade .info-wrap p.name{
float: left;
color: #03b9f0;
font-size: 18px;
}
.meeting .awards-slide .shade .info-wrap .info{
line-height: 20px;
float: left;
margin-left: 10px;
}
.meeting .awards-slide .shade .info-wrap span{
margin: 0 5px;
}
.meeting .content .text{
margin-top: 30px;
}
.job-fair .introduce .information{
margin-left: 0;
}
.job-fair .introduce .information {
flex: none;
margin-right: 38px;
}
.job-fair .cooperation-company .title{
margin-top: 40px;
}
.job-fair .cooperation-company .list {
width: 100%;
margin-top: 30px;
overflow: hidden;
}
.job-fair .cooperation-company .list li{
width: 146px;
height: 60px;
line-height: 60px;
border: 1px solid #ccc;
float: left;
text-align: center;
display: inline-block;
padding: 7px 0;
margin-right: 10px;
margin-bottom: 10px;
writing-mode: horizontal-tb;
}
.job-fair .cooperation-company .list li:nth-child(6n){
margin-right: 0;
} | public/static/css/index-pc.css | @charset "utf-8";
.lqCup-ten{
}
.section{
width: 926px;
margin: 0 auto;
padding: 64px 0;
border-bottom: 1px dashed #dbdbdb;
}
.header{
width: 100%;
}
.header img{
width: 100%;
}
h2.title{
font-size: 25px;
color: #00b8f0;
text-align: center;
letter-spacing: 2px;
}
.text{
color: #595a5c;
font-size: 14px;
line-height: 22px;
}
.about .information .text,
.contest .text{
margin-top: 27px;
}
.introduce{
display: flex;
justify-content: space-between;
}
.introduce .information{
flex: 1;
margin-left: 18px;
}
.introduce .information .intro-title{
color: #fff;
background-color: #00b8f0;
padding: 12px 30px;
}
.introduce .information .intro-title .title-en{
font-size: 20px;
}
.introduce .information .intro-title .title-ch{
font-size: 30px;
margin-top: 8px;
}
.person-warp{
margin-top: 38px;
overflow: hidden;
}
.person-warp .item{
float: left;
display: flex;
}
.about .person-warp .item:first-child{
width: 54%;
}
.about .person-warp .item:last-child{
width: 46%;
}
.person-warp .item .per-intro{
float: l;
color: #00b8f0;
margin-left: 10px;
}
.person-warp .item .per-intro .name{
font-size: 18px;
font-weight: bold;
}
.person-warp .item .per-intro .word{
margin-top: 15px;
font-size: 14px;
line-height: 18px;
}
.information .number{
margin: 25px 0 10px;
color: #00b8f0;
font-size: 25px;
}
.information .rule{
color: #595a5c;
font-size: 14px;
margin-bottom: 5px;
}
.individual .information .name{
margin-top: 28px;
}
.individual .information .name li{
font-size: 14px;
color: #58595b;
line-height: 24px;
}
.individual .information .name li P{
width: 112px;
font-weight: bold;
display: inline-block;
}
.ind-match .title{
margin-bottom: 25px;
}
.ind-match .text{
margin-bottom: 32px;
text-align: center;
}
.directory .list{
width: 100%;
height: 455px;
background: #f1f2f2;
margin-top: 30px;
padding: 25px 0 15px 55px;
overflow-x: auto;
writing-mode: vertical-lr;
}
.directory .list dt{
float: left;
margin-bottom: 15px;
font-size: 18px;
font-weight: bold;
writing-mode: horizontal-tb;
}
.directory .list dd{
width: 215px;
color: #595a5c;
font-size: 14px;
float: left;
display: inline-block;
margin-right: 10px;
margin-bottom: 10px;
writing-mode: horizontal-tb;
}
.directory .list dd.last{
margin-bottom: 22px;
}
.directory .list::-webkit-scrollbar,
.job-fair .list::-webkit-scrollbar{
width: 4px;
height: 5px;
}
.directory .list::-webkit-scrollbar-thumb,
.job-fair .list::-webkit-scrollbar-thumb{
width: 6px;
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
background: rgba(0,0,0,.1);
}
.directory .list::-webkit-scrollbar-track,
.job-fair .list::-webkit-scrollbar-track{
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
border-radius: 0;
background: rgba(0, 0, 0, 0.1);
}
.awards .message::-webkit-scrollbar{
width: 4px;
height: 4px;
}
.awards .message::-webkit-scrollbar-thumb{
width: 6px;
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
background: #00b8f0;
}
.awards .message::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
border-radius: 0;
background: rgba(0, 0, 0, 0.1);
}
.final-match .title{
margin-bottom: 25px;
}
.final-match .text{
text-align: center;
}
.final-match p.place{
color: #00b8f0;
text-align: center;
font-weight: bold;
font-size: 16px;
margin: 13px 0 28px;
}
.final-match .place span{
margin-left: 30px;
}
.final-match .place span:first-child{
margin-left: 25px;
}
.team-match .information .rule{
font-size: 14px;
line-height: 22px;
}
.pic-show{
margin-top: 15px;
display: flex;
justify-content: space-between;
}
.visual-match .production h3{
font-size: 18px;
margin-bottom: 15px;
color: #00b8f0;
}
.visual-match .production .name{
margin-bottom: 5px;
}
.visual-match .production p{
color: #595a5c;
font-size: 14px;
}
.visual-match .type1{
margin-top: 40px;
display: flex;
justify-content: space-between;
}
.visual-match .type2{
margin-top: 33px;
}
.visual-match .type2 .production-pic{
display: flex;
justify-content: space-between;
}
.visual-match .production .production-pic{
margin-top: 15px;
}
.youth-match .group-list{
display: flex;
margin-top: 23px;
}
.youth-match .group-list h3{
font-size: 18px;
margin-right: 15px;
color: #00b8f0;
padding-top: 5px;
}
.youth-match .group{
flex: 1;
}
.youth-match .group li{
font-size: 14px;
color: #595a5c;
height: 28px;
line-height: 28px;
display: flex;
justify-content: space-between;
}
.youth-match .group li:nth-child(2n-1){
background: #ebebeb;
}
.youth-match .group li p{
display: inline-block;
margin-left: 5px;
width: 265px;
}
.youth-match .group li p:first-child{
margin-left: 23px;
}
.japan .introduce .text{
margin-top: 25px;
}
.japan .name{
color: #00b8f0;
font-size: 18px;
font-weight: bold;
padding-top: 8px;
}
.japan .name span{
margin: 0 12px;
}
.review .introduce .information .text{
margin-top: 28px;
}
.awards .introduce .information{
margin-left: 0;
margin-right: 18px;
}
.awards-text{
margin-top: 15px;
padding-top: 5px;
border-top: 2px solid #00b8f0;
}
.awards .awards-text .awards-name{
font-size: 16px;
color: #00b8f0;
margin: 5px 0;
}
.awards .awards-text .awards-info{
font-size: 12px;
line-height: 20px;
color: #595a5c;
}
.awards .awards-text .awards-info span{
margin-right: 20px;
}
.awards .com-swriper .button{
height: 80px;
position: absolute;
}
.com-swriper .com-btn{
position: absolute;
border-radius: 0;
width: 32px !important;
height: 32px !important;
top: 17px;
color: #00b8f0;
background-color: #00b8f0 !important;
text-align: center;
line-height: 32px;
font-size: 36px;
}
.com-swriper .com-btn:hover{
opacity: inherit;
}
.swiper-awards .comswiper-button-prev{
right: 53px;
left: auto;
background: url(../image/left-white.png) no-repeat center;
background-size: 100% 100%;
}
.swiper-awards .comswiper-button-next{
right: 17px;
background: url(../image/right-white.png) no-repeat center;
background-size: 100% 100%;
}
.swiper-awards .swiper-button-disabled{
cursor: default !important;
border: 1px solid #00b8f0;
background-color: transparent !important;
background-size: 100% 100%;
}
.swiper-awards .button .swiper-button-disabled{
background-image: url(../image/left-blue.png) no-repeat center !important;
}
.swiper-awards .button .swiper-button-disabled{
background-image: url(../image/right-blue.png) no-repeat center !important;
}
.awards .banner{
margin: 40px 0;
}
.awards h3.title{
color: #00b8f0;
margin: 40px 0 25px;
text-align: center;
font-weight: bold;
font-size: 18px;
}
.awards .banner .swiper-slide{
width: 698px;
height: 385px;
}
.awards .banner .banner-content{
transform: scaleX(0.9);
}
.awards .banner .swiper-slide .banner-content{
display: flex;
padding: 33px 0;
}
.awards .banner .swiper-slide .banner-content .info{
width: 70%;
}
.awards .banner .swiper1 .team .pic{
width: 35%;
}
.awards .banner .swiper-slide .banner-content .pic{
width: 26%;
text-align: right;
margin-left: 18px;
}
.awards .banner .swiper-slide .banner-content .pic .picwrap{
width: 118px;
height: 120px;
border: 1px solid #ccc;
padding: 5px;
}
.awards .banner .swiper-slide .banner-content .picwrap img{
width: 106px;
height: 109px;
margin: 0 auto;
}
.awards .banner .swiper-slide .banner-content .info .message{
height: 243px;
line-height: 20px;
overflow-y: auto;
font-size: 12px;
padding: 0 5px;
}
.awards .banner .swiper-slide .banner-content .info .self span{
margin: 0 20px;
}
.awards .banner .swiper-slide .team .info .self span{
margin: 0 10px;
}
.awards .banner .swiper-slide .banner-content .info .message .item{
margin-bottom: 20px;
}
.awards .banner .swiper-slide .banner-content .info .message .item .xl{
color: #00b8f0;
font-size: 14px;
}
.awards .banner .swiper-slide .banner-content .info .message .item .answer{
color: #ffbb03;
}
.awards .banner .swiper-slide .team .info{
width: 65%;
}
.awards .banner .swiper-slide .team .pic{
width: 180px;
height: 123px;
margin-left: 10px;
border: 1px solid #ccc;
padding: 5px;
}
.awards .com-swriper .swiper-slide{
display: flex;
}
.awards .banner .swiper-slide {
-webkit-transform: translateY(38px) scale(0.8);
transform: translateY(38px) scale(0.8);
border: 1px solid #444;
border-top: 1px solid #007aff;
border-top-color: #007aff;
box-shadow: inset 2px 0px 3px 0px #46484a;
}
.awards .banner .swiper-slide-active,
.awards .banner .swiper-slide-duplicate-active{
background: #fff;
-webkit-transform: scale(1);
transform: scale(1);
transform: scaleX(1.2);
box-shadow: inset 0px 1px 3px 0px #007aff;
border: 1px solid #444;
border-top: 1px solid #007aff;
border-top-color: #007aff;
}
.awards .swiper-button-next,
.awards .swiper-button-prev{
margin-top: 0;
}
@media screen and (min-width: 668px) {
.awards .swiper-slide-active a:before {
position: absolute;
top: 410px;
left: 0;
display: block;
box-sizing: border-box;
content: "";
width: 100%;
height: 100%;
border-radius: 2px;
z-index: 10002;
}
}
.awards .swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
-ms-perspective: 1200px
}
.awards .banner .swiper-slide .award-name{
color: #231f20;
font-size: 16px;
line-height: 22px;
}
.awards .banner .swiper-slide .self{
color: #00b8f0;
font-size: 14px;
margin: 10px 0 15px;
}
.awards .awards-slide{
width: 610px;
height: 385px;
position: relative;
}
.awards .company-list ul{
overflow: hidden;
}
.awards .company-list .tab-title li{
width: 50%;
float: left;
text-align: center;
background: #cdcdcd;
font-size: 18px;
height: 40px;
line-height: 40px;
cursor: pointer;
color: #fff;
}
.awards .company-list .tab-title li.act{
background: #03b9f0;
}
.awards .company-list .tab-content ul li{
width: 130px;
height: 40px;
text-align: center;
padding: 5px 6px;
margin: 1px;
font-size: 12px;
line-height: 15px;
float: left;
cursor: pointer;
border: 1px solid #939598;
}
.awards .company-list .tab-content ul li.one{
line-height: 40px;
padding: 0;
}
.awards .company-list .tab-content li.on{
background: #03b9f0;
color: #fff;
border: none;
}
.employ-star .introduce{
padding: 0 65px;
}
.employ-star .introduce .information{
flex: none;
margin-left: 0;
}
.employ-star .introduce .text{
padding: 9px 0 6px 30px;
}
.employ-star .employ-swiper{
height: 360px;
width: 795px;
margin: 0 auto;
position: relative;
}
.employ-star .swiper-container {
position: relative;
width: 100%;
height: 100%;
margin-left: auto;
margin-right: auto;
}
.employ-star .button {
position: absolute;
top: 50%;
}
.employ-star .button .button-prev,
.employ-star .button .button-next{
position: absolute;
z-index: 999;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
color: #00b8f0;
}
.employ-star .button .button-prev{
background: url(../image/left-gray.png);
background-size: 100% 100%;
left: -65px;
}
.employ-star .button .button-next{
background: url(../image/right-gray.png);
background-size: 100% 100%;
right: -65px;
}
.employ-star .swiper-button-disabled{
cursor: default!important;
}
.employ-star .button .button-prev.swiper-button-disabled{
background: url(../image/left-gray-dis.png);
background-size: 100% 100%;
}
.employ-star .button .button-next.swiper-button-disabled{
background: url(../image/right-gray-dis.png);
background-size: 100% 100%;
}
.employ-star .swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
height: 184px;
margin-top: 0 !important;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
margin-left: -24px;
}
.employ-star .swiper-slide{
margin-right: 0 !important;
width: 190px !important;
}
.employ-star .swiper-slide dl dt{
width: 109px;
height: 109px;
margin: 0 auto;
border: 1px solid #00b8f0;
padding: 5px;
border-radius: 50%;
}
.employ-star .swiper-slide dl dt img{
border-radius: 50%;
}
.employ-star .swiper-slide dl dd.name{
color: #00b8f0;
font-weight: bold;
font-size: 18px;
margin: 10px 0 5px;
}
.employ-star .swiper-slide dl dd.com{
line-height: 20px;
width: 120%;
margin-left: -13%;
font-size: 14px;
}
.employ-star .swiper-slide dl dd.large{
width: 139%;
margin-left: -22%;
}
.meeting .com-swriper{
position: relative;
flex: 500px;
}
.meeting .com-swriper .swiper-slide{
width: 500px;
}
.meeting .introduce .information{
flex: 436px;
}
.meeting .com-swriper .button{
position: absolute;
background: red;
left: 0;
top: 0;
}
.meeting .com-swriper .metting-button-prev,
.meeting .com-swriper .metting-button-next{
position: absolute;
background-color: #00b8f0 !important;
color: #fff;
}
.meeting .com-swriper .metting-button-prev:hover,
.meeting .com-swriper .metting-button-next:hover{
opacity: inherit;
}
.meeting .com-swriper .metting-button-prev{
background: url(../image/left-white.png) no-repeat center;
background-size: 100% 100%;
right: 51px;
}
.meeting .com-swriper .metting-button-next{
background: url(../image/right-white.png) no-repeat center;
background-size: 100% 100%;
right: 16px;
}
.meeting .com-swriper .swiper-button-disabled{
background-color: #ccc !important;
cursor: default;
border: none;
}
.meeting .com-swriper .metting-button-prev.swiper-button-disabled{
background: url(../image/left-white.png);
background-size: 100% 100%;
background-color: #ccc;
}
.meeting .com-swriper .metting-button-next.swiper-button-disabled{
background: url(../image/right-white.png);
background-size: 100% 100%;
background-color: #ccc;
}
.meeting .com-swriper .swiper-button-disabled:hover{
opacity: inherit;
}
.meeting .swiper-slide .awards-slide{
top: -26px;
width: 569px;
height: 320px;
left: -43px;
}
.meeting .awards-slide{
position: relative;
}
.meeting .awards-slide .shade{
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 80px;
color: #fff;
background: rgba(0,0,0,.8);
}
.meeting .awards-slide .shade .info-wrap{
padding: 20px 0 0 40px;
}
.meeting .awards-slide .shade .info-wrap p.name{
float: left;
color: #03b9f0;
font-size: 18px;
}
.meeting .awards-slide .shade .info-wrap .info{
line-height: 20px;
float: left;
margin-left: 10px;
}
.meeting .awards-slide .shade .info-wrap span{
margin: 0 5px;
}
.meeting .content .text{
margin-top: 30px;
}
.job-fair .introduce .information{
margin-left: 0;
}
.job-fair .introduce .information {
flex: none;
margin-right: 38px;
}
.job-fair .cooperation-company .title{
margin-top: 40px;
}
.job-fair .cooperation-company .list {
width: 100%;
margin-top: 30px;
overflow: hidden;
}
.job-fair .cooperation-company .list li{
width: 146px;
height: 60px;
line-height: 60px;
border: 1px solid #ccc;
float: left;
text-align: center;
display: inline-block;
padding: 7px 0;
margin-right: 10px;
margin-bottom: 10px;
writing-mode: horizontal-tb;
}
.job-fair .cooperation-company .list li:nth-child(6n){
margin-right: 0;
} | 0.214527 | 0.046206 |
.cardImage {
height: 7vw;
object-fit: cover;
}
.threeDot {
position: absolute !important;
top: 7px;
right: 1px;
}
body {
background-color: #ededed;
}
.circular-menu {
position: fixed;
left: 0;
}
.circular-menu .floating-btn {
display: block;
width: 5em;
height: 5em;
border-radius: 50%;
background-color: hsl(4, 98%, 60%);
color: hsl(0, 0%, 100%);
text-align: center;
cursor: pointer;
outline: 0;
}
.circular-menu .floating-btn i {
font-size: 1.3em;
transition: transform 0.2s;
}
.circular-menu:after {
display: block;
content: " ";
width: 5em;
height: 5em;
border-radius: 50%;
position: absolute;
top: 0;
right: 0;
z-index: -2;
background-color: hsl(4, 98%, 60%);
transition: all 0.3s ease;
}
.circular-menu.active:after {
transform: scale3d(4, 4, 1);
transition-timing-function: cubic-bezier(0.68, 1.55, 0.265, 1);
}
.circular-menu .items-wrapper {
padding: 0;
margin: 0;
}
.circular-menu .menu-item {
position: absolute;
top: 0em;
right: 0em;
z-index: -1;
display: block;
text-decoration: none;
color: hsl(0, 0%, 100%);
font-size: 1em;
width: 5em;
height: 5em;
border-radius: 50%;
text-align: center;
line-height: 3;
transition: transform 0.3s ease, background 0.2s ease;
}
.circular-menu .menu-item:hover {
background-color: rgba(0, 0, 0, 0);
}
.circular-menu.active .menu-item {
transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.circular-menu.active .menu-item:nth-child(1) {
transform: translate3d(3em, -7em, 0);
}
.circular-menu.active .menu-item:nth-child(2) {
transform: translate3d(6.5em, -1em, 0);
}
.circular-menu.active .menu-item:nth-child(3) {
transform: translate3d(3em, 5em, 0);
}
/**
* The other theme for this menu
*/
.circular-menu.circular-menu-left {
right: auto;
left: -2em;
bottom: 50%;
}
.circular-menu.circular-menu-left .floating-btn {
background-color: #fdfaf6;
}
.circular-menu.circular-menu-left:after {
background-color: #fdfaf6;
}
.circular-menu.circular-menu-left.active .floating-btn i {
transform: rotate(180deg);
}
.circular-menu.circular-menu-left.active .menu-item:nth-child(1) {
transform: translate3d(2em, -6.5em, 0);
}
.circular-menu.circular-menu-left.active .menu-item:nth-child(2) {
transform: translate3d(6em, -0.4em, 0);
}
.circular-menu.circular-menu-left.active .menu-item:nth-child(3) {
transform: translate3d(2em, 6em, 0);
}
.side-chevron {
margin-top: 30px;
margin-left: 20px;
color: #064420;
}
.fa-calendar,
.fa-clipboard-list,
.fa-user {
margin-top: 25px;
font-size: 30px !important;
color: #064420;
}
.topContainer {
display: flex;
flex-wrap: wrap;
justify-content: end;
}
#dropdown-basic {
background-color: rgba(0, 0, 0, 0) !important;
border: none;
}
a.dropdown-item:active {
background-color: rgba(0, 0, 0, 0);
color: black;
}
.form-actions {
margin: 0;
text-align: center;
}
.btn {
background-color: #064420 !important;
}
.fa-plus,
.fa-sign-out-alt {
margin-right: 1.2vw;
font-size: 1.7vw !important;
color: #064420;
} | frontend/src/App.css | .cardImage {
height: 7vw;
object-fit: cover;
}
.threeDot {
position: absolute !important;
top: 7px;
right: 1px;
}
body {
background-color: #ededed;
}
.circular-menu {
position: fixed;
left: 0;
}
.circular-menu .floating-btn {
display: block;
width: 5em;
height: 5em;
border-radius: 50%;
background-color: hsl(4, 98%, 60%);
color: hsl(0, 0%, 100%);
text-align: center;
cursor: pointer;
outline: 0;
}
.circular-menu .floating-btn i {
font-size: 1.3em;
transition: transform 0.2s;
}
.circular-menu:after {
display: block;
content: " ";
width: 5em;
height: 5em;
border-radius: 50%;
position: absolute;
top: 0;
right: 0;
z-index: -2;
background-color: hsl(4, 98%, 60%);
transition: all 0.3s ease;
}
.circular-menu.active:after {
transform: scale3d(4, 4, 1);
transition-timing-function: cubic-bezier(0.68, 1.55, 0.265, 1);
}
.circular-menu .items-wrapper {
padding: 0;
margin: 0;
}
.circular-menu .menu-item {
position: absolute;
top: 0em;
right: 0em;
z-index: -1;
display: block;
text-decoration: none;
color: hsl(0, 0%, 100%);
font-size: 1em;
width: 5em;
height: 5em;
border-radius: 50%;
text-align: center;
line-height: 3;
transition: transform 0.3s ease, background 0.2s ease;
}
.circular-menu .menu-item:hover {
background-color: rgba(0, 0, 0, 0);
}
.circular-menu.active .menu-item {
transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.circular-menu.active .menu-item:nth-child(1) {
transform: translate3d(3em, -7em, 0);
}
.circular-menu.active .menu-item:nth-child(2) {
transform: translate3d(6.5em, -1em, 0);
}
.circular-menu.active .menu-item:nth-child(3) {
transform: translate3d(3em, 5em, 0);
}
/**
* The other theme for this menu
*/
.circular-menu.circular-menu-left {
right: auto;
left: -2em;
bottom: 50%;
}
.circular-menu.circular-menu-left .floating-btn {
background-color: #fdfaf6;
}
.circular-menu.circular-menu-left:after {
background-color: #fdfaf6;
}
.circular-menu.circular-menu-left.active .floating-btn i {
transform: rotate(180deg);
}
.circular-menu.circular-menu-left.active .menu-item:nth-child(1) {
transform: translate3d(2em, -6.5em, 0);
}
.circular-menu.circular-menu-left.active .menu-item:nth-child(2) {
transform: translate3d(6em, -0.4em, 0);
}
.circular-menu.circular-menu-left.active .menu-item:nth-child(3) {
transform: translate3d(2em, 6em, 0);
}
.side-chevron {
margin-top: 30px;
margin-left: 20px;
color: #064420;
}
.fa-calendar,
.fa-clipboard-list,
.fa-user {
margin-top: 25px;
font-size: 30px !important;
color: #064420;
}
.topContainer {
display: flex;
flex-wrap: wrap;
justify-content: end;
}
#dropdown-basic {
background-color: rgba(0, 0, 0, 0) !important;
border: none;
}
a.dropdown-item:active {
background-color: rgba(0, 0, 0, 0);
color: black;
}
.form-actions {
margin: 0;
text-align: center;
}
.btn {
background-color: #064420 !important;
}
.fa-plus,
.fa-sign-out-alt {
margin-right: 1.2vw;
font-size: 1.7vw !important;
color: #064420;
} | 0.503418 | 0.125923 |
@import 'title-buttons.css';
#main-div {
text-align: center;
}
#error-div {
display: inline-block;
text-align: left;
}
#title-div {
display: inline-block;
}
#title {
display: inline-block;
font-weight: bold;
margin: 15px 0;
}
@media screen and (max-width: 767px) {
#title {
text-align: center;
}
}
.calendar {
/*
* Set the `calendar` class width to:
*
* 3 * <month-days width> + 3 * <month spacing>
*
* where <month-days width> is specified in the `month-days` class
* below and <month spacing> is the desired spacing between months,
* i.e. twice the desired horizontal month padding.
*/
width: 1140px; /* 3 * 210 + 3 * 170 */
margin: auto;
}
.period {
}
.period-name {
font-weight: bold;
margin-top: 20px;
}
@media screen and (max-width: 767px) {
.period-name {
text-align: center;
}
}
.period-rule {
}
.month {
}
.month-name {
text-align: center;
}
.month-days {
display: flex;
flex-wrap: wrap;
/*
* Set the `month-days` class width to seven times the day width,
* specified in the `day` class below.
*/
width: 210px;
/*
* Set the `month-days` class height to six times the day height,
* specified in the `day` class below.
*/
height: 180px;
margin: auto;
}
.day {
/*
* Note that changes to the `width`, `height`, and/or `line-height`
* properties of the `day` class necessitate changes to `month-days`
* and/or and/or `calendar` class properties. See comments in those
* classes for details.
*/
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
position: relative;
}
.circle {
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
cursor: pointer;
}
.day-num {
color: black;
font-size: .9em;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 2; /* Put dates on top of circles. */
text-decoration: none;
}
.day-num:hover, .day-num:active {
text-decoration: underline;
}
.day-num:visited {
color: white;
} | vesper/django/app/static/vesper/view/clip-calendar.css | @import 'title-buttons.css';
#main-div {
text-align: center;
}
#error-div {
display: inline-block;
text-align: left;
}
#title-div {
display: inline-block;
}
#title {
display: inline-block;
font-weight: bold;
margin: 15px 0;
}
@media screen and (max-width: 767px) {
#title {
text-align: center;
}
}
.calendar {
/*
* Set the `calendar` class width to:
*
* 3 * <month-days width> + 3 * <month spacing>
*
* where <month-days width> is specified in the `month-days` class
* below and <month spacing> is the desired spacing between months,
* i.e. twice the desired horizontal month padding.
*/
width: 1140px; /* 3 * 210 + 3 * 170 */
margin: auto;
}
.period {
}
.period-name {
font-weight: bold;
margin-top: 20px;
}
@media screen and (max-width: 767px) {
.period-name {
text-align: center;
}
}
.period-rule {
}
.month {
}
.month-name {
text-align: center;
}
.month-days {
display: flex;
flex-wrap: wrap;
/*
* Set the `month-days` class width to seven times the day width,
* specified in the `day` class below.
*/
width: 210px;
/*
* Set the `month-days` class height to six times the day height,
* specified in the `day` class below.
*/
height: 180px;
margin: auto;
}
.day {
/*
* Note that changes to the `width`, `height`, and/or `line-height`
* properties of the `day` class necessitate changes to `month-days`
* and/or and/or `calendar` class properties. See comments in those
* classes for details.
*/
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
position: relative;
}
.circle {
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
cursor: pointer;
}
.day-num {
color: black;
font-size: .9em;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 2; /* Put dates on top of circles. */
text-decoration: none;
}
.day-num:hover, .day-num:active {
text-decoration: underline;
}
.day-num:visited {
color: white;
} | 0.63114 | 0.173428 |
* {
box-sizing: border-box;
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 23px;
}
:root {
--project-color: #7faef4;
--toolbar-theme: {
border-radius: 4px;
}
}
::-webkit-scrollbar {
width: 0.75rem;
cursor: default;
}
::-webkit-scrollbar-track {
background: var(--surface-d);
border-radius: 100px;
}
::-webkit-scrollbar-thumb {
width: 0.5rem;
border-radius: 3rem;
border: 2.5px solid var(--surface-d);
cursor: grab;
background-clip: content-box;
background: var(--project-color);
}
::-webkit-scrollbar-thumb:hover {
background: linear-gradient(
180deg,
var(--project-color) 0%,
rgba(44, 104, 196, 1) 100%
);
}
body {
padding: 0;
margin: 0;
background-color: var(--surface-b);
overflow-x: hidden;
overflow-y: auto;
}
a {
text-decoration: none;
}
textarea {
resize: none;
width: -webkit-fill-available;
cursor: auto;
}
.p-inputtext:enabled:focus {
box-shadow: 0 0 0 2px #93cbf9;
}
#root {
height: 100vh;
}
.bg-project {
background-color: var(--project-color);
color: var(--primary-color-text);
}
.icon-wiki::before {
content: 'W';
}
.project-text {
font-size: inherit;
color: var(--project-color);
}
.blur {
backdrop-filter: blur(8px) saturate(175%) !important;
-webkit-backdrop-filter: blur(8px) saturate(175%) !important;
background-color: rgba(17, 25, 40, 0.55) !important;
border: 1px solid rgba(255, 255, 255, 0.125) !important;
color: white;
}
.sidebar-radius {
border-radius: 0 12px 12px 0;
}
.max-h-whole {
height: 100vh;
}
.p-sidebar-header {
display: none;
}
.p-sidebar-content {
padding: 0 !important;
}
.p-menu.p-component {
background: none !important;
border: none !important;
}
.p-submenu-header {
background: none !important;
}
.button-gradient {
color: rgba(255, 255, 255, 0.8);
border-radius: 12px;
border-color: var(--project-color) !important;
background: linear-gradient(
135deg,
var(--project-color) 0%,
rgba(44, 104, 196, 1) 100%
);
}
.button-gradient:hover {
color: black !important;
background: var(--project-color) !important;
}
.p-card-body {
padding: 0 !important;
}
.p-card-content {
padding: 1rem !important;
}
.p-button.p-component.p-button-raised:hover {
background: var(--project-color) !important;
}
/* .p-button.p-component.info-button.p-button-raised.p-button-outlined.p-button-info.p-button-icon-only:hover {
background-color: #7faef4 !important;
} */
/* .p-button.p-component.p-button-raised.p-button-icon-only:not(.p-button-warning):hover {
background-color: #7faef4 !important;
} */
.p-button.p-component.p-button-raised.p-button-warning {
background: rgb(242, 201, 76);
background: linear-gradient(
135deg,
rgba(242, 201, 76, 1) 0%,
rgba(242, 153, 74, 1) 100%
);
}
p-button.p-component.p-button-raised.p-button-warning:hover {
background-color: rgba(242, 201, 76, 1) !important;
}
.border-change {
border-radius: 12px !important;
}
.p-menuitem-link {
border-radius: 12px !important;
}
.sidebar-home > a {
width: max-content;
margin-left: auto;
margin-right: auto;
}
.sidebar-home > a > span {
font-size: 1.5rem;
}
.p-float-label input:focus ~ label,
.p-float-label input.p-filled ~ label,
.p-float-label textarea:focus ~ label,
.p-float-label textarea.p-filled ~ label,
.p-float-label .p-inputwrapper-focus ~ label,
.p-float-label .p-inputwrapper-filled ~ label {
top: -1.25rem;
font-size: 1.25rem;
}
.locker-logo {
aspect-ratio: 1 / 1;
width: 10rem;
}
.p-progressbar-value.p-progressbar-value-animate {
background: var(--project-color);
}
span.p-button.p-fileupload-choose.p-component:not(:hover) {
color: rgba(255, 255, 255, 0.8);
border-color: var(--project-color) !important;
background: linear-gradient(
135deg,
var(--project-color) 0%,
rgba(44, 104, 196, 1) 100%
);
border: none !important;
border-radius: 12px !important;
}
span.p-button.p-fileupload-choose.p-component:hover {
background-color: var(--project-color);
border-color: var(--project-color) !important;
border-radius: 12px !important;
}
.p-button.p-component.p-disabled {
background-color: var(--project-color);
border-radius: 12px !important;
}
.p-button.p-component:not(.p-button-danger) {
color: rgba(255, 255, 255, 0.8);
border-color: var(--project-color) !important;
background: linear-gradient(
135deg,
var(--project-color) 0%,
rgba(44, 104, 196, 1) 100%
);
border: none !important;
border-radius: 12px !important;
}
.p-button.p-component:not(.p-button-danger):hover {
background-color: var(--project-color);
border-color: var(--project-color) !important;
border-radius: 12px !important;
}
.p-fileupload-content {
backdrop-filter: blur(8px) saturate(175%) !important;
-webkit-backdrop-filter: blur(8px) saturate(175%) !important;
background-color: rgba(17, 25, 40, 0.55) !important;
border: 1px solid rgba(255, 255, 255, 0.125) !important;
color: white;
border-radius: 0 0 12px 12px !important;
}
.p-fileupload-buttonbar {
backdrop-filter: blur(8px) saturate(175%) !important;
-webkit-backdrop-filter: blur(8px) saturate(175%) !important;
background-color: rgba(17, 25, 40, 0.55) !important;
border: 1px solid rgba(255, 255, 255, 0.125) !important;
color: white;
border-radius: 12px 12px 0 0 !important;
}
.file-remove {
background: linear-gradient(150deg, #f44336, #6b111a) !important;
border-color: #f44336 !important;
color: #fff !important;
}
.file-remove:hover {
background: #f44336 !important;
border-color: #f44336 !important;
color: #212529 !important;
}
.file-icon::before {
font-size: 1.75rem !important;
}
.p-tag.p-component.p-tag-warning {
background: linear-gradient(150deg, #f2c94c, #f2994a) !important;
}
.webkit-width {
width: -webkit-fill-available !important;
}
.icon-btn:hover {
color: #fff !important;
}
/* Dialog Stuff*/
.p-dialog.p-component.p-dialog-enter-done {
border: none;
}
.p-dialog-header {
justify-content: center;
padding-bottom: 1.5rem !important;
}
/* .p-dialog-header span {
font-size: 2.5rem !important;
} */
.p-dialog-content,
.p-dialog-header {
background: none !important;
}
.p-dialog-content {
text-align: justify;
}
.p-dialog.p-component.p-dialog-enter-done {
backdrop-filter: blur(8px) saturate(175%) !important;
-webkit-backdrop-filter: blur(8px) saturate(175%) !important;
background-color: rgba(17, 25, 40, 0.55) !important;
border-radius: 12px !important;
border: 1px solid rgba(255, 255, 255, 0.125) !important;
} | src/renderer/App.css | * {
box-sizing: border-box;
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 23px;
}
:root {
--project-color: #7faef4;
--toolbar-theme: {
border-radius: 4px;
}
}
::-webkit-scrollbar {
width: 0.75rem;
cursor: default;
}
::-webkit-scrollbar-track {
background: var(--surface-d);
border-radius: 100px;
}
::-webkit-scrollbar-thumb {
width: 0.5rem;
border-radius: 3rem;
border: 2.5px solid var(--surface-d);
cursor: grab;
background-clip: content-box;
background: var(--project-color);
}
::-webkit-scrollbar-thumb:hover {
background: linear-gradient(
180deg,
var(--project-color) 0%,
rgba(44, 104, 196, 1) 100%
);
}
body {
padding: 0;
margin: 0;
background-color: var(--surface-b);
overflow-x: hidden;
overflow-y: auto;
}
a {
text-decoration: none;
}
textarea {
resize: none;
width: -webkit-fill-available;
cursor: auto;
}
.p-inputtext:enabled:focus {
box-shadow: 0 0 0 2px #93cbf9;
}
#root {
height: 100vh;
}
.bg-project {
background-color: var(--project-color);
color: var(--primary-color-text);
}
.icon-wiki::before {
content: 'W';
}
.project-text {
font-size: inherit;
color: var(--project-color);
}
.blur {
backdrop-filter: blur(8px) saturate(175%) !important;
-webkit-backdrop-filter: blur(8px) saturate(175%) !important;
background-color: rgba(17, 25, 40, 0.55) !important;
border: 1px solid rgba(255, 255, 255, 0.125) !important;
color: white;
}
.sidebar-radius {
border-radius: 0 12px 12px 0;
}
.max-h-whole {
height: 100vh;
}
.p-sidebar-header {
display: none;
}
.p-sidebar-content {
padding: 0 !important;
}
.p-menu.p-component {
background: none !important;
border: none !important;
}
.p-submenu-header {
background: none !important;
}
.button-gradient {
color: rgba(255, 255, 255, 0.8);
border-radius: 12px;
border-color: var(--project-color) !important;
background: linear-gradient(
135deg,
var(--project-color) 0%,
rgba(44, 104, 196, 1) 100%
);
}
.button-gradient:hover {
color: black !important;
background: var(--project-color) !important;
}
.p-card-body {
padding: 0 !important;
}
.p-card-content {
padding: 1rem !important;
}
.p-button.p-component.p-button-raised:hover {
background: var(--project-color) !important;
}
/* .p-button.p-component.info-button.p-button-raised.p-button-outlined.p-button-info.p-button-icon-only:hover {
background-color: #7faef4 !important;
} */
/* .p-button.p-component.p-button-raised.p-button-icon-only:not(.p-button-warning):hover {
background-color: #7faef4 !important;
} */
.p-button.p-component.p-button-raised.p-button-warning {
background: rgb(242, 201, 76);
background: linear-gradient(
135deg,
rgba(242, 201, 76, 1) 0%,
rgba(242, 153, 74, 1) 100%
);
}
p-button.p-component.p-button-raised.p-button-warning:hover {
background-color: rgba(242, 201, 76, 1) !important;
}
.border-change {
border-radius: 12px !important;
}
.p-menuitem-link {
border-radius: 12px !important;
}
.sidebar-home > a {
width: max-content;
margin-left: auto;
margin-right: auto;
}
.sidebar-home > a > span {
font-size: 1.5rem;
}
.p-float-label input:focus ~ label,
.p-float-label input.p-filled ~ label,
.p-float-label textarea:focus ~ label,
.p-float-label textarea.p-filled ~ label,
.p-float-label .p-inputwrapper-focus ~ label,
.p-float-label .p-inputwrapper-filled ~ label {
top: -1.25rem;
font-size: 1.25rem;
}
.locker-logo {
aspect-ratio: 1 / 1;
width: 10rem;
}
.p-progressbar-value.p-progressbar-value-animate {
background: var(--project-color);
}
span.p-button.p-fileupload-choose.p-component:not(:hover) {
color: rgba(255, 255, 255, 0.8);
border-color: var(--project-color) !important;
background: linear-gradient(
135deg,
var(--project-color) 0%,
rgba(44, 104, 196, 1) 100%
);
border: none !important;
border-radius: 12px !important;
}
span.p-button.p-fileupload-choose.p-component:hover {
background-color: var(--project-color);
border-color: var(--project-color) !important;
border-radius: 12px !important;
}
.p-button.p-component.p-disabled {
background-color: var(--project-color);
border-radius: 12px !important;
}
.p-button.p-component:not(.p-button-danger) {
color: rgba(255, 255, 255, 0.8);
border-color: var(--project-color) !important;
background: linear-gradient(
135deg,
var(--project-color) 0%,
rgba(44, 104, 196, 1) 100%
);
border: none !important;
border-radius: 12px !important;
}
.p-button.p-component:not(.p-button-danger):hover {
background-color: var(--project-color);
border-color: var(--project-color) !important;
border-radius: 12px !important;
}
.p-fileupload-content {
backdrop-filter: blur(8px) saturate(175%) !important;
-webkit-backdrop-filter: blur(8px) saturate(175%) !important;
background-color: rgba(17, 25, 40, 0.55) !important;
border: 1px solid rgba(255, 255, 255, 0.125) !important;
color: white;
border-radius: 0 0 12px 12px !important;
}
.p-fileupload-buttonbar {
backdrop-filter: blur(8px) saturate(175%) !important;
-webkit-backdrop-filter: blur(8px) saturate(175%) !important;
background-color: rgba(17, 25, 40, 0.55) !important;
border: 1px solid rgba(255, 255, 255, 0.125) !important;
color: white;
border-radius: 12px 12px 0 0 !important;
}
.file-remove {
background: linear-gradient(150deg, #f44336, #6b111a) !important;
border-color: #f44336 !important;
color: #fff !important;
}
.file-remove:hover {
background: #f44336 !important;
border-color: #f44336 !important;
color: #212529 !important;
}
.file-icon::before {
font-size: 1.75rem !important;
}
.p-tag.p-component.p-tag-warning {
background: linear-gradient(150deg, #f2c94c, #f2994a) !important;
}
.webkit-width {
width: -webkit-fill-available !important;
}
.icon-btn:hover {
color: #fff !important;
}
/* Dialog Stuff*/
.p-dialog.p-component.p-dialog-enter-done {
border: none;
}
.p-dialog-header {
justify-content: center;
padding-bottom: 1.5rem !important;
}
/* .p-dialog-header span {
font-size: 2.5rem !important;
} */
.p-dialog-content,
.p-dialog-header {
background: none !important;
}
.p-dialog-content {
text-align: justify;
}
.p-dialog.p-component.p-dialog-enter-done {
backdrop-filter: blur(8px) saturate(175%) !important;
-webkit-backdrop-filter: blur(8px) saturate(175%) !important;
background-color: rgba(17, 25, 40, 0.55) !important;
border-radius: 12px !important;
border: 1px solid rgba(255, 255, 255, 0.125) !important;
} | 0.338296 | 0.093969 |
@-moz-document domain("fandom.com") {
if hide_fan_feed {
#mixed-content-footer {
display: none !important;
}
}
if hide_footer {
.wds-global-footer {
display: none !important;
}
}
if hide_toolbar {
#WikiaBar {
display: none !important;
}
body.skin-oasis {
if hide_footer {
padding-bottom: 25px !important;
} else {
padding-bottom: 0 !important;
}
}
}
if hide_right_rail {
body.skin-oasis {
#WikiaRailWrapper {
display: none !important;
}
}
body.skin-fandomdesktop {
.page__right-rail {
display: none !important;
}
}
}
if narrow_content {
body.skin-oasis {
.wds-community-header {
height: 115px !important;
}
.wds-community-header__wordmark {
height: 49px !important;
margin-bottom: 0 !important;
max-width: 175px !important;
}
.wds-community-header__local-navigation {
clear: both !important;
}
.WikiaSiteWrapper {
// width: 768px - 320px !important;
@media only screen and (min-width: 1024px) {
width: 1004px - 320px !important;
}
@media only screen and (min-width: 1084px) {
width: 1064px - 320px !important;
}
}
}
body.skin-fandomdesktop {
&.is-content-expanded .resizable-container {
max-width: calc(100% - 336px) !important;
width: calc(95% - 336px) !important;
}
.resizable-container {
max-width: calc(1236px - 336px) !important;
width: calc(85% - 336px) !important;
}
}
}
if hide_left_bar {
body.skin-fandomdesktop {
.global-navigation {
display: none !important;
}
.fandom-sticky-header {
top: -47px !important;
left: 0 !important;
}
.main-container {
width: 100% !important;
margin-left: 0 !important;
}
}
}
if sticky_header {
.fandom-sticky-header {
transform: translateY(100%) !important;
}
.community-header-wrapper {
display: none !important;
}
.page {
margin-top: 40px !important;
}
}
if hide_comments {
#mw-data-after-content {
display: none !important;
}
}
} | styles/fandom.com.user.css | @-moz-document domain("fandom.com") {
if hide_fan_feed {
#mixed-content-footer {
display: none !important;
}
}
if hide_footer {
.wds-global-footer {
display: none !important;
}
}
if hide_toolbar {
#WikiaBar {
display: none !important;
}
body.skin-oasis {
if hide_footer {
padding-bottom: 25px !important;
} else {
padding-bottom: 0 !important;
}
}
}
if hide_right_rail {
body.skin-oasis {
#WikiaRailWrapper {
display: none !important;
}
}
body.skin-fandomdesktop {
.page__right-rail {
display: none !important;
}
}
}
if narrow_content {
body.skin-oasis {
.wds-community-header {
height: 115px !important;
}
.wds-community-header__wordmark {
height: 49px !important;
margin-bottom: 0 !important;
max-width: 175px !important;
}
.wds-community-header__local-navigation {
clear: both !important;
}
.WikiaSiteWrapper {
// width: 768px - 320px !important;
@media only screen and (min-width: 1024px) {
width: 1004px - 320px !important;
}
@media only screen and (min-width: 1084px) {
width: 1064px - 320px !important;
}
}
}
body.skin-fandomdesktop {
&.is-content-expanded .resizable-container {
max-width: calc(100% - 336px) !important;
width: calc(95% - 336px) !important;
}
.resizable-container {
max-width: calc(1236px - 336px) !important;
width: calc(85% - 336px) !important;
}
}
}
if hide_left_bar {
body.skin-fandomdesktop {
.global-navigation {
display: none !important;
}
.fandom-sticky-header {
top: -47px !important;
left: 0 !important;
}
.main-container {
width: 100% !important;
margin-left: 0 !important;
}
}
}
if sticky_header {
.fandom-sticky-header {
transform: translateY(100%) !important;
}
.community-header-wrapper {
display: none !important;
}
.page {
margin-top: 40px !important;
}
}
if hide_comments {
#mw-data-after-content {
display: none !important;
}
}
} | 0.273671 | 0.085786 |
body .cke_dialog {
visibility:visible;
}
.cke_skin_kama table.cke_dialog.cke_browser_gecko {
display:block;
}
.cke_skin_kama .cke_dialog_body {
z-index:1;
border:solid 1px #ddd;
padding:5px;
background-color:#fff;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
position:relative;
_position:static;
}
.cke_skin_kama .cke_dialog_tl, .cke_skin_kama .cke_dialog_tr, .cke_skin_kama .cke_dialog_tc, .cke_skin_kama .cke_dialog_bl, .cke_skin_kama .cke_dialog_br, .cke_skin_kama .cke_dialog_bc, .cke_skin_kama .cke_dialog_ml, .cke_skin_kama .cke_dialog_mr {
display:none;
}
.cke_skin_kama .cke_dialog_title {
font-weight:bold;
font-size:14px;
padding:3px 3px 8px;
cursor:move;
position:relative;
}
.cke_skin_kama .cke_browser_iequirks .cke_dialog_title, .cke_skin_kama .cke_browser_ie6 .cke_dialog_title, .cke_skin_kama .cke_browser_ie7 .cke_dialog_title {
margin-bottom:22px;
}
.cke_skin_kama .cke_browser_iequirks.cke_single_page .cke_dialog_title, .cke_skin_kama .cke_browser_ie6.cke_single_page .cke_dialog_title, .cke_skin_kama .cke_browser_ie7.cke_single_page .cke_dialog_title {
margin-bottom:10px;
}
.cke_skin_kama .cke_dialog_contents {
background-color:#ebebeb;
border:solid 1px #fff;
border-bottom:none;
overflow:auto;
padding:17px 10px 5px 10px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
border-top-left-radius:5px;
border-top-right-radius:5px;
margin-top:22px;
}
.cke_skin_kama .cke_dialog_footer {
text-align:right;
background-color:#ebebeb;
border:solid 1px #fff;
border-bottom:none;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
}
.cke_skin_kama .cke_rtl .cke_dialog_footer {
text-align:left;
}
.cke_skin_kama .cke_dialog_footer .cke_resizer {
margin-top:20px;
}
.cke_skin_kama .cke_browser_iequirks .cke_dialog_footer .cke_resizer, .cke_skin_kama .cke_browser_ie6 .cke_dialog_footer .cke_resizer {
margin-top:27px;
}
.cke_skin_kama .cke_dialog_tabs {
height:23px;
display:inline-block;
_display:block;
margin-left:1px;
margin-right:10px;
margin-top:1px;
position:absolute;
z-index:2;
}
.cke_skin_kama .cke_browser_iequirks .cke_dialog_tabs, .cke_skin_kama .cke_browser_ie6 .cke_dialog_tabs, .cke_skin_kama .cke_browser_ie7 .cke_dialog_tabs {
top:33px;
}
.cke_skin_kama .cke_rtl .cke_dialog_tabs {
right:10px;
}
.cke_skin_kama a.cke_dialog_tab, .cke_skin_kama a:link.cke_dialog_tab, .cke_skin_kama a:active.cke_dialog_tab, .cke_skin_kama a:hover.cke_dialog_tab, .cke_skin_kama a:visited.cke_dialog_tab {
background-image:url(images/sprites.png);
background-repeat:repeat-x;
background-position:0 -1323px;
background-color:#ebebeb;
height:14px;
padding:4px 8px;
display:inline-block;
cursor:pointer;
border-right:1px solid #ccc;
}
.cke_skin_kama .cke_browser_gecko18 a.cke_dialog_tab, .cke_skin_kama .cke_browser_gecko18 a:link.cke_dialog_tab, .cke_skin_kama .cke_browser_gecko18 a:active.cke_dialog_tab, .cke_skin_kama .cke_browser_gecko18 a:hover.cke_dialog_tab, .cke_skin_kama .cke_browser_gecko18 a:visited.cke_dialog_tab {
display:inline;
position:relative;
top:6px;
}
.cke_skin_kama a:hover.cke_dialog_tab {
background-color:#f1f1e3;
}
.cke_skin_kama .cke_hc a:hover.cke_dialog_tab {
padding:2px 6px!important;
border-width:3px;
}
.cke_skin_kama a.cke_dialog_tab_selected, .cke_skin_kama a:link.cke_dialog_tab_selected, .cke_skin_kama a:active.cke_dialog_tab_selected, .cke_skin_kama a:hover.cke_dialog_tab_selected, .cke_skin_kama a:visited.cke_dialog_tab_selected {
background-position:0 -1279px;
cursor:default;
}
.cke_skin_kama .cke_hc a.cke_dialog_tab_selected, .cke_skin_kama .cke_hc a:link.cke_dialog_tab_selected, .cke_skin_kama .cke_hc a:active.cke_dialog_tab_selected, .cke_skin_kama .cke_hc a:hover.cke_dialog_tab_selected, .cke_skin_kama .cke_hc a:visited.cke_dialog_tab_selected {
padding:2px 6px!important;
border-width:3px;
}
.cke_skin_kama .cke_single_page .cke_dialog_tabs {
display:none;
}
.cke_skin_kama .cke_single_page .cke_dialog_contents {
padding-top:5px;
margin-top:10px;
}
.cke_skin_kama .cke_browser_ie7.cke_single_page .cke_dialog_contents {
margin-top:0;
position:relative;
margin-bottom:-22px;
}
.cke_skin_kama .cke_dialog_ui_vbox table, .cke_skin_kama .cke_dialog_ui_hbox table {
margin:auto;
}
.cke_skin_kama .cke_dialog_ui_vbox_child {
padding:5px 0;
}
.cke_skin_kama input.cke_dialog_ui_input_text, .cke_skin_kama input.cke_dialog_ui_input_password {
background-color:white;
border:none;
padding:0;
width:100%;
height:14px;
}
.cke_skin_kama div.cke_dialog_ui_input_text, .cke_skin_kama div.cke_dialog_ui_input_password {
background-color:white;
border:1px solid #a0a0a0;
padding:1px 0;
_width:99.9%;
}
.cke_skin_kama .cke_browser_ie.cke_rtl input.cke_dialog_ui_input_text, .cke_skin_kama .cke_browser_opera.cke_rtl input.cke_dialog_ui_input_text, .cke_skin_kama .cke_browser_ie.cke_rtl input.cke_dialog_ui_input_password, .cke_skin_kama .cke_browser_opera.cke_rtl input.cke_dialog_ui_input_password {
padding-right:2px;
}
.cke_skin_kama .cke_browser_ie.cke_rtl div.cke_dialog_ui_input_text, .cke_skin_kama .cke_browser_opera.cke_rtl div.cke_dialog_ui_input_text, .cke_skin_kama .cke_browser_ie.cke_rtl div.cke_dialog_ui_input_password, .cke_skin_kama .cke_browser_opera.cke_rtl div.cke_dialog_ui_input_password {
padding-left:2px;
}
.cke_skin_kama .cke_browser_ie.cke_rtl .cke_dialog_ui_vbox_child, .cke_skin_kama .cke_browser_ie.cke_rtl .cke_dialog_ui_hbox_child, .cke_skin_kama .cke_browser_ie.cke_rtl .cke_dialog_ui_hbox_first, .cke_skin_kama .cke_browser_ie.cke_rtl .cke_dialog_ui_hbox_last {
padding-right:2px!important;
}
.cke_skin_kama .cke_browser_ie.cke_rtl div.cke_dialog_ui_input_text {
padding-right:1px;
}
.cke_skin_kama .cke_browser_gecko.cke_hc div.cke_dialog_ui_input_text, .cke_skin_kama .cke_browser_gecko.cke_hc div.cke_dialog_ui_input_password {
border-width:0;
}
.cke_skin_kama .cke_browser_gecko18.cke_hc div.cke_dialog_ui_input_text, .cke_skin_kama .cke_browser_gecko18.cke_hc div.cke_dialog_ui_input_password {
border-width:1px;
}
.cke_skin_kama textarea.cke_dialog_ui_input_textarea {
background-color:white;
border:none;
padding:0;
width:100%;
_width:99%;
overflow:auto;
resize:none;
}
.cke_skin_kama div.cke_dialog_ui_input_textarea {
background-color:white;
border:1px solid #a0a0a0;
padding:1px 0;
}
.cke_skin_kama div.cke_disabled .cke_dialog_ui_labeled_content * {
background-color:#a0a0a0;
cursor:default;
}
.cke_skin_kama .cke_rtl .cke_dialog_ui_labeled_content {
_width:95%;
}
.cke_skin_kama .cke_dialog_ui_hbox {
width:100%;
}
.cke_skin_kama .cke_dialog_ui_hbox_first, .cke_skin_kama .cke_dialog_ui_hbox_child, .cke_skin_kama .cke_dialog_ui_hbox_last {
vertical-align:top;
}
.cke_skin_kama .cke_ltr .cke_dialog_ui_hbox_first, .cke_skin_kama .cke_ltr .cke_dialog_ui_hbox_child {
padding-right:10px;
}
.cke_skin_kama .cke_rtl .cke_dialog_ui_hbox_first, .cke_skin_kama .cke_rtl .cke_dialog_ui_hbox_child {
padding-left:10px;
}
.cke_skin_kama a.cke_dialog_ui_button {
border-collapse:separate;
cursor:default;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background:transparent url(images/sprites.png) repeat-x scroll 0 -1069px;
_background:none;
padding:5px 0;
text-align:center;
}
.cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button {
padding:0;
}
.cke_skin_kama .cke_browser_ie6 a.cke_dialog_ui_button span {
width:70px;
}
.cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button span, .cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button span {
width:100px;
}
.cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button span, .cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button span, .cke_skin_kama .cke_browser_ie6 a.cke_dialog_ui_button span {
padding:5px 15px;
text-align:center;
color:#3b3b1f;
background:#53D9F0 none;
display:inline-block;
cursor:default;
}
.cke_skin_kama .cke_browser_webkit a.cke_dialog_ui_button span.cke_dialog_ui_button {
margin:0;
}
.cke_skin_kama .cke_browser_webkit a.cke_dialog_ui_button {
display:inline-block;
padding-top:3px;
padding-bottom:2px;
margin:2px 0;
}
.cke_skin_kama a.cke_dialog_ui_button_ok span, .cke_skin_kama a.cke_dialog_ui_button_cancel span {
width:60px;
padding-right:20px;
padding-left:20px;
}
.cke_skin_kama a.cke_dialog_ui_button_ok {
background-position:0 -1143px;
}
.cke_skin_kama a.cke_dialog_ui_button_ok span {
background:transparent url(images/sprites.png) no-repeat scroll right -1219px;
}
.cke_skin_kama .cke_rtl a.cke_dialog_ui_button_ok span {
background-position:left -1219px;
}
.cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button_ok span, .cke_skin_kama .cke_browser_ie6 a.cke_dialog_ui_button_ok span {
background-color:#B8E834;
margin-right:0;
}
.cke_skin_kama a.cke_dialog_ui_button_cancel {
background-position:0 -1104px;
}
.cke_skin_kama a.cke_dialog_ui_button_cancel span {
background:transparent url(images/sprites.png) no-repeat scroll right -1245px;
}
.cke_skin_kama .cke_rtl a.cke_dialog_ui_button_cancel span {
background-position:left -1245px;
}
.cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button_cancel span, .cke_skin_kama .cke_browser_ie6 a.cke_dialog_ui_button_cancel span {
background-color:#F65D20;
}
.cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button_cancel span, .cke_skin_kama .cke_browser_ie6 a.cke_dialog_ui_button_cancel span, .cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button_ok span, .cke_skin_kama .cke_browser_ie6 a.cke_dialog_ui_button_ok span {
background-image:none;
}
.cke_skin_kama span.cke_dialog_ui_button {
padding:2px 10px;
text-align:center;
color:#222;
display:inline-block;
cursor:default;
min-width:60px;
+margin:2px 0;
cursor:pointer;
}
.cke_skin_kama .cke_browser_gecko18 .cke_dialog_footer_buttons span.cke_dialog_ui_button {
display:block;
}
.cke_skin_kama a.cke_dialog_ui_button span.cke_disabled {
border:#898980 1px solid;
color:#5e5e55;
background-color:#c5c5b3;
}
.cke_skin_kama a:hover.cke_dialog_ui_button, .cke_skin_kama a:focus.cke_dialog_ui_button, .cke_skin_kama a:active.cke_dialog_ui_button {
background-position:0 -1179px;
}
.cke_skin_kama .cke_hc a:hover.cke_dialog_ui_button, .cke_skin_kama .cke_hc a:focus.cke_dialog_ui_button, .cke_skin_kama .cke_hc a:active.cke_dialog_ui_button {
border-width:2px;
}
.cke_skin_kama .cke_browser_iequirks a:hover.cke_dialog_ui_button span, .cke_skin_kama .cke_browser_iequirks a:focus.cke_dialog_ui_button span, .cke_skin_kama .cke_browser_iequirks a:active.cke_dialog_ui_button span, .cke_skin_kama .cke_browser_ie6 a:hover.cke_dialog_ui_button span, .cke_skin_kama .cke_browser_ie6 a:focus.cke_dialog_ui_button span, .cke_skin_kama .cke_browser_ie6 a:active.cke_dialog_ui_button span {
background-image:none;
background:#F7A922;
}
.cke_skin_kama .cke_dialog_footer_buttons {
display:inline-table;
margin-right:12px;
margin-left:12px;
width:auto;
position:relative;
}
.cke_skin_kama .cke_browser_ie7 .cke_dialog_footer_buttons {
position:static;
}
.cke_skin_kama .cke_browser_gecko18 .cke_dialog_footer_buttons {
display:inline;
}
.cke_skin_kama .cke_dialog_footer_buttons span.cke_dialog_ui_button {
margin:7px 0;
text-align:center;
cursor:pointer;
}
.cke_skin_kama .cke_browser_gecko18 .cke_dialog_footer_buttons a.cke_dialog_ui_button {
display:block;
padding:0;
cursor:pointer;
}
.cke_skin_kama .cke_browser_gecko18 .cke_dialog_footer_buttons span.cke_dialog_ui_button {
padding-bottom:5px;
padding-top:6px;
margin-bottom:0;
}
.cke_skin_kama .cke_browser_gecko18 .cke_dialog_footer_buttons .cke_dialog_ui_button_ok .cke_dialog_ui_button {
background-position:right -1214px;
}
.cke_skin_kama .cke_browser_gecko18 .cke_dialog_footer_buttons .cke_dialog_ui_button_cancel .cke_dialog_ui_button {
background-position:right -1242px;
}
.cke_skin_kama .cke_browser_ie9.cke_rtl .cke_dialog_footer_buttons td {
padding-left:2px;
}
.cke_skin_kama strong {
font-weight:bold;
}
.cke_skin_kama .cke_dialog .cke_dialog_body .cke_dialog_close_button {
background-image:url(images/sprites.png);
background-repeat:no-repeat;
background-position:0 -1022px;
position:absolute;
cursor:pointer;
text-align:center;
height:20px;
width:20px;
top:5px;
_background-image:url(images/sprites_ie6.png);
}
.cke_skin_kama .cke_dialog_close_button span {
display:none;
}
.cke_skin_kama .cke_dialog_close_button:hover {
background-position:0 -1045px;
}
.cke_skin_kama .cke_ltr .cke_dialog_close_button {
right:10px;
}
.cke_skin_kama .cke_browser_ie8.cke_rtl .cke_dialog_close_button {
left:8px;
}
.cke_skin_kama .cke_rtl .cke_dialog_close_button {
left:10px;
}
.cke_skin_kama .cke_browser_ie7.cke_rtl .cke_dialog_close_button {
left:16px;
top:0;
}
.cke_skin_kama .cke_browser_ie7.cke_rtl .cke_dialog_close_button {
position:absolute;
left:10px;
top:5px;
}
.cke_skin_kama .cke_browser_ie7.cke_single_page .cke_dialog_footer {
margin-top:22px;
}
.cke_skin_kama .cke_browser_ie6 .cke_dialog_close_button, .cke_skin_kama .cke_browser_iequirks .cke_dialog_close_button {
top:7px;
}
.cke_skin_kama .cke_browser_ie7.cke_ltr .cke_dialog_close_button {
margin-top:0;
}
.cke_skin_kama .cke_dialog_ui_input_select {
border:1px solid #a0a0a0;
background-color:white;
}
.cke_skin_kama .cke_dialog_ui_input_file {
width:100%;
height:25px;
}
.cke_skin_kama .cke_dialog .cke_dark_background {
background-color:#eaead1;
}
.cke_skin_kama .cke_dialog .cke_hand {
cursor:pointer;
}
.cke_skin_kama .cke_dialog .cke_centered {
text-align:center;
}
.cke_skin_kama .cke_dialog a.cke_btn_reset {
float:right;
background-position:0 -32px;
background-image:url(images/mini.gif);
width:16px;
height:16px;
background-repeat:no-repeat;
border:1px none;
font-size:1px;
}
.cke_skin_kama .cke_rtl .cke_dialog a.cke_btn_reset {
float:left;
}
.cke_skin_kama .cke_dialog a.cke_btn_locked, .cke_skin_kama .cke_dialog a.cke_btn_unlocked {
float:left;
background-position:0 0;
background-image:url(images/mini.gif);
width:16px;
height:16px;
background-repeat:no-repeat;
border:none 1px;
font-size:1px;
}
.cke_skin_kama .cke_dialog a.cke_btn_locked .cke_icon {
display:none;
}
.cke_skin_kama .cke_rtl .cke_dialog a.cke_btn_locked, .cke_skin_kama .cke_rtl .cke_dialog a.cke_btn_unlocked {
float:right;
}
.cke_skin_kama .cke_dialog a.cke_btn_unlocked {
background-position:0 -16px;
background-image:url(images/mini.gif);
}
.cke_skin_kama .cke_dialog .cke_btn_over {
border:outset 1px;
cursor:pointer;
}
.cke_skin_kama .cke_dialog .ImagePreviewBox {
border:2px ridge black;
overflow:scroll;
height:200px;
width:300px;
padding:2px;
background-color:white;
}
.cke_skin_kama .cke_dialog .ImagePreviewBox table td {
white-space:normal;
}
.cke_skin_kama .cke_browser_iequirks .cke_dialog_page_contents {
_position:absolute;
}
.cke_skin_kama .cke_dialog .ImagePreviewLoader {
position:absolute;
white-space:normal;
overflow:hidden;
height:160px;
width:230px;
margin:2px;
padding:2px;
opacity:.9;
filter:alpha(opacity=90);
background-color:#e4e4e4;
}
.cke_skin_kama .cke_dialog .FlashPreviewBox {
white-space:normal;
border:2px ridge black;
overflow:auto;
height:160px;
width:390px;
padding:2px;
background-color:white;
}
.cke_skin_kama .cke_dialog .cke_pastetext {
width:346px;
height:170px;
}
.cke_skin_kama .cke_dialog .cke_pastetext textarea {
width:340px;
height:170px;
resize:none;
}
.cke_skin_kama .cke_dialog iframe.cke_pasteframe {
width:346px;
height:130px;
background-color:white;
border:1px solid black;
}
.cke_skin_kama .cke_dialog .cke_dark_background {
text-align:center;
background-color:#eaead1;
font-size:14px;
}
.cke_skin_kama .cke_dialog .cke_light_background {
text-align:center;
background-color:#ffffbe;
}
.cke_skin_kama .cke_dialog .cke_hand {
cursor:pointer;
}
.cke_skin_kama .cke_disabled {
color:#a0a0a0;
}
.cke_skin_kama .cke_hc .cke_dialog_title, .cke_skin_kama .cke_hc .cke_dialog_tabs, .cke_skin_kama .cke_hc .cke_dialog_contents, .cke_skin_kama .cke_hc .cke_dialog_footer {
border-left:1px solid;
border-right:1px solid;
}
.cke_skin_kama .cke_hc .cke_dialog_title {
border-top:1px solid;
}
.cke_skin_kama .cke_hc .cke_dialog_footer {
border-bottom:1px solid;
}
.cke_skin_kama .cke_hc .cke_dialog_close_button span {
display:inline;
cursor:pointer;
font-weight:bold;
position:relative;
top:3px;
}
.cke_skin_kama .cke_dialog_body .cke_label {
display:none;
}
.cke_skin_kama .cke_dialog_body label.cke_required {
font-weight:bold;
}
.cke_skin_kama .cke_hc .cke_dialog_body .cke_label {
display:inline;
cursor:inherit;
}
.cke_skin_kama .cke_hc a.cke_btn_locked, .cke_skin_kama .cke_hc a.cke_btn_unlocked, .cke_skin_kama .cke_hc a.cke_btn_reset {
border-style:solid;
float:left;
width:auto;
height:auto;
padding:0 2px;
}
.cke_skin_kama .cke_rtl.cke_hc a.cke_btn_locked, .cke_skin_kama .cke_rtl.cke_hc a.cke_btn_unlocked, .cke_skin_kama .cke_rtl.cke_hc a.cke_btn_reset {
float:right;
}
.cke_skin_kama .cke_hc a.cke_btn_locked .cke_icon {
display:inline;
}
.cke_skin_kama a.cke_smile img {
border:2px solid #eaead1;
}
.cke_skin_kama a.cke_smile:focus img, .cke_skin_kama a.cke_smile:active img, .cke_skin_kama a.cke_smile:hover img {
border-color:#C7C78F;
}
.cke_skin_kama .cke_hc .cke_dialog_tabs a, .cke_skin_kama .cke_hc .cke_dialog_footer a {
opacity:1.0;
filter:alpha(opacity=100);
border:1px solid white;
}
.cke_skin_kama .cke_hc .ImagePreviewBox {
width:260px;
}
.cke_skin_kama .cke_dialog_contents a.colorChooser {
display:block;
margin-top:6px;
margin-left:10px;
width:80px;
}
.cke_skin_kama .cke_rtl .cke_dialog_contents a.colorChooser {
margin-right:10px;
}
.cke_skin_kama .cke_browser_gecko .cke_dialog_ui_checkbox_input:focus, .cke_skin_kama .cke_browser_gecko .cke_dialog_ui_radio_input:focus, .cke_skin_kama .cke_browser_opera .cke_dialog_ui_checkbox_input:focus, .cke_skin_kama .cke_browser_opera .cke_dialog_ui_radio_input:focus, .cke_skin_kama .cke_browser_gecko .cke_dialog_ui_input_select:focus, .cke_skin_kama .cke_browser_gecko .cke_btn_over, .cke_skin_kama .cke_browser_opera .cke_btn_over, .cke_skin_kama .cke_browser_ie .cke_btn_over {
outline:1px dotted #696969;
}
.cke_skin_kama .cke_browser_ie .cke_dialog_ui_checkbox_input, .cke_skin_kama .cke_browser_ie .cke_dialog_ui_ratio_input, .cke_skin_kama .cke_browser_ie .cke_btn_reset, .cke_skin_kama .cke_browser_ie .cke_btn_locked, .cke_skin_kama .cke_browser_ie .cke_btn_unlocked {
*border:1px solid transparent!important;
-border:1px solid red!important;
-filter:chroma(color=red);
}
.cke_skin_kama .cke_browser_ie .cke_dialog_ui_focused, .cke_skin_kama .cke_browser_ie .cke_btn_over {
*border:1px dotted #696969!important;
}
.cke_skin_kama .cke_iframe_shim {
display:block;
position:absolute;
top:0;
left:0;
z-index:-1;
filter:alpha(opacity=0);
width:100%;
height:100%;
} | SageFrame/Editors/ckeditor/skins/kama/dialog.css | body .cke_dialog {
visibility:visible;
}
.cke_skin_kama table.cke_dialog.cke_browser_gecko {
display:block;
}
.cke_skin_kama .cke_dialog_body {
z-index:1;
border:solid 1px #ddd;
padding:5px;
background-color:#fff;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
position:relative;
_position:static;
}
.cke_skin_kama .cke_dialog_tl, .cke_skin_kama .cke_dialog_tr, .cke_skin_kama .cke_dialog_tc, .cke_skin_kama .cke_dialog_bl, .cke_skin_kama .cke_dialog_br, .cke_skin_kama .cke_dialog_bc, .cke_skin_kama .cke_dialog_ml, .cke_skin_kama .cke_dialog_mr {
display:none;
}
.cke_skin_kama .cke_dialog_title {
font-weight:bold;
font-size:14px;
padding:3px 3px 8px;
cursor:move;
position:relative;
}
.cke_skin_kama .cke_browser_iequirks .cke_dialog_title, .cke_skin_kama .cke_browser_ie6 .cke_dialog_title, .cke_skin_kama .cke_browser_ie7 .cke_dialog_title {
margin-bottom:22px;
}
.cke_skin_kama .cke_browser_iequirks.cke_single_page .cke_dialog_title, .cke_skin_kama .cke_browser_ie6.cke_single_page .cke_dialog_title, .cke_skin_kama .cke_browser_ie7.cke_single_page .cke_dialog_title {
margin-bottom:10px;
}
.cke_skin_kama .cke_dialog_contents {
background-color:#ebebeb;
border:solid 1px #fff;
border-bottom:none;
overflow:auto;
padding:17px 10px 5px 10px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
border-top-left-radius:5px;
border-top-right-radius:5px;
margin-top:22px;
}
.cke_skin_kama .cke_dialog_footer {
text-align:right;
background-color:#ebebeb;
border:solid 1px #fff;
border-bottom:none;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
}
.cke_skin_kama .cke_rtl .cke_dialog_footer {
text-align:left;
}
.cke_skin_kama .cke_dialog_footer .cke_resizer {
margin-top:20px;
}
.cke_skin_kama .cke_browser_iequirks .cke_dialog_footer .cke_resizer, .cke_skin_kama .cke_browser_ie6 .cke_dialog_footer .cke_resizer {
margin-top:27px;
}
.cke_skin_kama .cke_dialog_tabs {
height:23px;
display:inline-block;
_display:block;
margin-left:1px;
margin-right:10px;
margin-top:1px;
position:absolute;
z-index:2;
}
.cke_skin_kama .cke_browser_iequirks .cke_dialog_tabs, .cke_skin_kama .cke_browser_ie6 .cke_dialog_tabs, .cke_skin_kama .cke_browser_ie7 .cke_dialog_tabs {
top:33px;
}
.cke_skin_kama .cke_rtl .cke_dialog_tabs {
right:10px;
}
.cke_skin_kama a.cke_dialog_tab, .cke_skin_kama a:link.cke_dialog_tab, .cke_skin_kama a:active.cke_dialog_tab, .cke_skin_kama a:hover.cke_dialog_tab, .cke_skin_kama a:visited.cke_dialog_tab {
background-image:url(images/sprites.png);
background-repeat:repeat-x;
background-position:0 -1323px;
background-color:#ebebeb;
height:14px;
padding:4px 8px;
display:inline-block;
cursor:pointer;
border-right:1px solid #ccc;
}
.cke_skin_kama .cke_browser_gecko18 a.cke_dialog_tab, .cke_skin_kama .cke_browser_gecko18 a:link.cke_dialog_tab, .cke_skin_kama .cke_browser_gecko18 a:active.cke_dialog_tab, .cke_skin_kama .cke_browser_gecko18 a:hover.cke_dialog_tab, .cke_skin_kama .cke_browser_gecko18 a:visited.cke_dialog_tab {
display:inline;
position:relative;
top:6px;
}
.cke_skin_kama a:hover.cke_dialog_tab {
background-color:#f1f1e3;
}
.cke_skin_kama .cke_hc a:hover.cke_dialog_tab {
padding:2px 6px!important;
border-width:3px;
}
.cke_skin_kama a.cke_dialog_tab_selected, .cke_skin_kama a:link.cke_dialog_tab_selected, .cke_skin_kama a:active.cke_dialog_tab_selected, .cke_skin_kama a:hover.cke_dialog_tab_selected, .cke_skin_kama a:visited.cke_dialog_tab_selected {
background-position:0 -1279px;
cursor:default;
}
.cke_skin_kama .cke_hc a.cke_dialog_tab_selected, .cke_skin_kama .cke_hc a:link.cke_dialog_tab_selected, .cke_skin_kama .cke_hc a:active.cke_dialog_tab_selected, .cke_skin_kama .cke_hc a:hover.cke_dialog_tab_selected, .cke_skin_kama .cke_hc a:visited.cke_dialog_tab_selected {
padding:2px 6px!important;
border-width:3px;
}
.cke_skin_kama .cke_single_page .cke_dialog_tabs {
display:none;
}
.cke_skin_kama .cke_single_page .cke_dialog_contents {
padding-top:5px;
margin-top:10px;
}
.cke_skin_kama .cke_browser_ie7.cke_single_page .cke_dialog_contents {
margin-top:0;
position:relative;
margin-bottom:-22px;
}
.cke_skin_kama .cke_dialog_ui_vbox table, .cke_skin_kama .cke_dialog_ui_hbox table {
margin:auto;
}
.cke_skin_kama .cke_dialog_ui_vbox_child {
padding:5px 0;
}
.cke_skin_kama input.cke_dialog_ui_input_text, .cke_skin_kama input.cke_dialog_ui_input_password {
background-color:white;
border:none;
padding:0;
width:100%;
height:14px;
}
.cke_skin_kama div.cke_dialog_ui_input_text, .cke_skin_kama div.cke_dialog_ui_input_password {
background-color:white;
border:1px solid #a0a0a0;
padding:1px 0;
_width:99.9%;
}
.cke_skin_kama .cke_browser_ie.cke_rtl input.cke_dialog_ui_input_text, .cke_skin_kama .cke_browser_opera.cke_rtl input.cke_dialog_ui_input_text, .cke_skin_kama .cke_browser_ie.cke_rtl input.cke_dialog_ui_input_password, .cke_skin_kama .cke_browser_opera.cke_rtl input.cke_dialog_ui_input_password {
padding-right:2px;
}
.cke_skin_kama .cke_browser_ie.cke_rtl div.cke_dialog_ui_input_text, .cke_skin_kama .cke_browser_opera.cke_rtl div.cke_dialog_ui_input_text, .cke_skin_kama .cke_browser_ie.cke_rtl div.cke_dialog_ui_input_password, .cke_skin_kama .cke_browser_opera.cke_rtl div.cke_dialog_ui_input_password {
padding-left:2px;
}
.cke_skin_kama .cke_browser_ie.cke_rtl .cke_dialog_ui_vbox_child, .cke_skin_kama .cke_browser_ie.cke_rtl .cke_dialog_ui_hbox_child, .cke_skin_kama .cke_browser_ie.cke_rtl .cke_dialog_ui_hbox_first, .cke_skin_kama .cke_browser_ie.cke_rtl .cke_dialog_ui_hbox_last {
padding-right:2px!important;
}
.cke_skin_kama .cke_browser_ie.cke_rtl div.cke_dialog_ui_input_text {
padding-right:1px;
}
.cke_skin_kama .cke_browser_gecko.cke_hc div.cke_dialog_ui_input_text, .cke_skin_kama .cke_browser_gecko.cke_hc div.cke_dialog_ui_input_password {
border-width:0;
}
.cke_skin_kama .cke_browser_gecko18.cke_hc div.cke_dialog_ui_input_text, .cke_skin_kama .cke_browser_gecko18.cke_hc div.cke_dialog_ui_input_password {
border-width:1px;
}
.cke_skin_kama textarea.cke_dialog_ui_input_textarea {
background-color:white;
border:none;
padding:0;
width:100%;
_width:99%;
overflow:auto;
resize:none;
}
.cke_skin_kama div.cke_dialog_ui_input_textarea {
background-color:white;
border:1px solid #a0a0a0;
padding:1px 0;
}
.cke_skin_kama div.cke_disabled .cke_dialog_ui_labeled_content * {
background-color:#a0a0a0;
cursor:default;
}
.cke_skin_kama .cke_rtl .cke_dialog_ui_labeled_content {
_width:95%;
}
.cke_skin_kama .cke_dialog_ui_hbox {
width:100%;
}
.cke_skin_kama .cke_dialog_ui_hbox_first, .cke_skin_kama .cke_dialog_ui_hbox_child, .cke_skin_kama .cke_dialog_ui_hbox_last {
vertical-align:top;
}
.cke_skin_kama .cke_ltr .cke_dialog_ui_hbox_first, .cke_skin_kama .cke_ltr .cke_dialog_ui_hbox_child {
padding-right:10px;
}
.cke_skin_kama .cke_rtl .cke_dialog_ui_hbox_first, .cke_skin_kama .cke_rtl .cke_dialog_ui_hbox_child {
padding-left:10px;
}
.cke_skin_kama a.cke_dialog_ui_button {
border-collapse:separate;
cursor:default;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background:transparent url(images/sprites.png) repeat-x scroll 0 -1069px;
_background:none;
padding:5px 0;
text-align:center;
}
.cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button {
padding:0;
}
.cke_skin_kama .cke_browser_ie6 a.cke_dialog_ui_button span {
width:70px;
}
.cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button span, .cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button span {
width:100px;
}
.cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button span, .cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button span, .cke_skin_kama .cke_browser_ie6 a.cke_dialog_ui_button span {
padding:5px 15px;
text-align:center;
color:#3b3b1f;
background:#53D9F0 none;
display:inline-block;
cursor:default;
}
.cke_skin_kama .cke_browser_webkit a.cke_dialog_ui_button span.cke_dialog_ui_button {
margin:0;
}
.cke_skin_kama .cke_browser_webkit a.cke_dialog_ui_button {
display:inline-block;
padding-top:3px;
padding-bottom:2px;
margin:2px 0;
}
.cke_skin_kama a.cke_dialog_ui_button_ok span, .cke_skin_kama a.cke_dialog_ui_button_cancel span {
width:60px;
padding-right:20px;
padding-left:20px;
}
.cke_skin_kama a.cke_dialog_ui_button_ok {
background-position:0 -1143px;
}
.cke_skin_kama a.cke_dialog_ui_button_ok span {
background:transparent url(images/sprites.png) no-repeat scroll right -1219px;
}
.cke_skin_kama .cke_rtl a.cke_dialog_ui_button_ok span {
background-position:left -1219px;
}
.cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button_ok span, .cke_skin_kama .cke_browser_ie6 a.cke_dialog_ui_button_ok span {
background-color:#B8E834;
margin-right:0;
}
.cke_skin_kama a.cke_dialog_ui_button_cancel {
background-position:0 -1104px;
}
.cke_skin_kama a.cke_dialog_ui_button_cancel span {
background:transparent url(images/sprites.png) no-repeat scroll right -1245px;
}
.cke_skin_kama .cke_rtl a.cke_dialog_ui_button_cancel span {
background-position:left -1245px;
}
.cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button_cancel span, .cke_skin_kama .cke_browser_ie6 a.cke_dialog_ui_button_cancel span {
background-color:#F65D20;
}
.cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button_cancel span, .cke_skin_kama .cke_browser_ie6 a.cke_dialog_ui_button_cancel span, .cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button_ok span, .cke_skin_kama .cke_browser_ie6 a.cke_dialog_ui_button_ok span {
background-image:none;
}
.cke_skin_kama span.cke_dialog_ui_button {
padding:2px 10px;
text-align:center;
color:#222;
display:inline-block;
cursor:default;
min-width:60px;
+margin:2px 0;
cursor:pointer;
}
.cke_skin_kama .cke_browser_gecko18 .cke_dialog_footer_buttons span.cke_dialog_ui_button {
display:block;
}
.cke_skin_kama a.cke_dialog_ui_button span.cke_disabled {
border:#898980 1px solid;
color:#5e5e55;
background-color:#c5c5b3;
}
.cke_skin_kama a:hover.cke_dialog_ui_button, .cke_skin_kama a:focus.cke_dialog_ui_button, .cke_skin_kama a:active.cke_dialog_ui_button {
background-position:0 -1179px;
}
.cke_skin_kama .cke_hc a:hover.cke_dialog_ui_button, .cke_skin_kama .cke_hc a:focus.cke_dialog_ui_button, .cke_skin_kama .cke_hc a:active.cke_dialog_ui_button {
border-width:2px;
}
.cke_skin_kama .cke_browser_iequirks a:hover.cke_dialog_ui_button span, .cke_skin_kama .cke_browser_iequirks a:focus.cke_dialog_ui_button span, .cke_skin_kama .cke_browser_iequirks a:active.cke_dialog_ui_button span, .cke_skin_kama .cke_browser_ie6 a:hover.cke_dialog_ui_button span, .cke_skin_kama .cke_browser_ie6 a:focus.cke_dialog_ui_button span, .cke_skin_kama .cke_browser_ie6 a:active.cke_dialog_ui_button span {
background-image:none;
background:#F7A922;
}
.cke_skin_kama .cke_dialog_footer_buttons {
display:inline-table;
margin-right:12px;
margin-left:12px;
width:auto;
position:relative;
}
.cke_skin_kama .cke_browser_ie7 .cke_dialog_footer_buttons {
position:static;
}
.cke_skin_kama .cke_browser_gecko18 .cke_dialog_footer_buttons {
display:inline;
}
.cke_skin_kama .cke_dialog_footer_buttons span.cke_dialog_ui_button {
margin:7px 0;
text-align:center;
cursor:pointer;
}
.cke_skin_kama .cke_browser_gecko18 .cke_dialog_footer_buttons a.cke_dialog_ui_button {
display:block;
padding:0;
cursor:pointer;
}
.cke_skin_kama .cke_browser_gecko18 .cke_dialog_footer_buttons span.cke_dialog_ui_button {
padding-bottom:5px;
padding-top:6px;
margin-bottom:0;
}
.cke_skin_kama .cke_browser_gecko18 .cke_dialog_footer_buttons .cke_dialog_ui_button_ok .cke_dialog_ui_button {
background-position:right -1214px;
}
.cke_skin_kama .cke_browser_gecko18 .cke_dialog_footer_buttons .cke_dialog_ui_button_cancel .cke_dialog_ui_button {
background-position:right -1242px;
}
.cke_skin_kama .cke_browser_ie9.cke_rtl .cke_dialog_footer_buttons td {
padding-left:2px;
}
.cke_skin_kama strong {
font-weight:bold;
}
.cke_skin_kama .cke_dialog .cke_dialog_body .cke_dialog_close_button {
background-image:url(images/sprites.png);
background-repeat:no-repeat;
background-position:0 -1022px;
position:absolute;
cursor:pointer;
text-align:center;
height:20px;
width:20px;
top:5px;
_background-image:url(images/sprites_ie6.png);
}
.cke_skin_kama .cke_dialog_close_button span {
display:none;
}
.cke_skin_kama .cke_dialog_close_button:hover {
background-position:0 -1045px;
}
.cke_skin_kama .cke_ltr .cke_dialog_close_button {
right:10px;
}
.cke_skin_kama .cke_browser_ie8.cke_rtl .cke_dialog_close_button {
left:8px;
}
.cke_skin_kama .cke_rtl .cke_dialog_close_button {
left:10px;
}
.cke_skin_kama .cke_browser_ie7.cke_rtl .cke_dialog_close_button {
left:16px;
top:0;
}
.cke_skin_kama .cke_browser_ie7.cke_rtl .cke_dialog_close_button {
position:absolute;
left:10px;
top:5px;
}
.cke_skin_kama .cke_browser_ie7.cke_single_page .cke_dialog_footer {
margin-top:22px;
}
.cke_skin_kama .cke_browser_ie6 .cke_dialog_close_button, .cke_skin_kama .cke_browser_iequirks .cke_dialog_close_button {
top:7px;
}
.cke_skin_kama .cke_browser_ie7.cke_ltr .cke_dialog_close_button {
margin-top:0;
}
.cke_skin_kama .cke_dialog_ui_input_select {
border:1px solid #a0a0a0;
background-color:white;
}
.cke_skin_kama .cke_dialog_ui_input_file {
width:100%;
height:25px;
}
.cke_skin_kama .cke_dialog .cke_dark_background {
background-color:#eaead1;
}
.cke_skin_kama .cke_dialog .cke_hand {
cursor:pointer;
}
.cke_skin_kama .cke_dialog .cke_centered {
text-align:center;
}
.cke_skin_kama .cke_dialog a.cke_btn_reset {
float:right;
background-position:0 -32px;
background-image:url(images/mini.gif);
width:16px;
height:16px;
background-repeat:no-repeat;
border:1px none;
font-size:1px;
}
.cke_skin_kama .cke_rtl .cke_dialog a.cke_btn_reset {
float:left;
}
.cke_skin_kama .cke_dialog a.cke_btn_locked, .cke_skin_kama .cke_dialog a.cke_btn_unlocked {
float:left;
background-position:0 0;
background-image:url(images/mini.gif);
width:16px;
height:16px;
background-repeat:no-repeat;
border:none 1px;
font-size:1px;
}
.cke_skin_kama .cke_dialog a.cke_btn_locked .cke_icon {
display:none;
}
.cke_skin_kama .cke_rtl .cke_dialog a.cke_btn_locked, .cke_skin_kama .cke_rtl .cke_dialog a.cke_btn_unlocked {
float:right;
}
.cke_skin_kama .cke_dialog a.cke_btn_unlocked {
background-position:0 -16px;
background-image:url(images/mini.gif);
}
.cke_skin_kama .cke_dialog .cke_btn_over {
border:outset 1px;
cursor:pointer;
}
.cke_skin_kama .cke_dialog .ImagePreviewBox {
border:2px ridge black;
overflow:scroll;
height:200px;
width:300px;
padding:2px;
background-color:white;
}
.cke_skin_kama .cke_dialog .ImagePreviewBox table td {
white-space:normal;
}
.cke_skin_kama .cke_browser_iequirks .cke_dialog_page_contents {
_position:absolute;
}
.cke_skin_kama .cke_dialog .ImagePreviewLoader {
position:absolute;
white-space:normal;
overflow:hidden;
height:160px;
width:230px;
margin:2px;
padding:2px;
opacity:.9;
filter:alpha(opacity=90);
background-color:#e4e4e4;
}
.cke_skin_kama .cke_dialog .FlashPreviewBox {
white-space:normal;
border:2px ridge black;
overflow:auto;
height:160px;
width:390px;
padding:2px;
background-color:white;
}
.cke_skin_kama .cke_dialog .cke_pastetext {
width:346px;
height:170px;
}
.cke_skin_kama .cke_dialog .cke_pastetext textarea {
width:340px;
height:170px;
resize:none;
}
.cke_skin_kama .cke_dialog iframe.cke_pasteframe {
width:346px;
height:130px;
background-color:white;
border:1px solid black;
}
.cke_skin_kama .cke_dialog .cke_dark_background {
text-align:center;
background-color:#eaead1;
font-size:14px;
}
.cke_skin_kama .cke_dialog .cke_light_background {
text-align:center;
background-color:#ffffbe;
}
.cke_skin_kama .cke_dialog .cke_hand {
cursor:pointer;
}
.cke_skin_kama .cke_disabled {
color:#a0a0a0;
}
.cke_skin_kama .cke_hc .cke_dialog_title, .cke_skin_kama .cke_hc .cke_dialog_tabs, .cke_skin_kama .cke_hc .cke_dialog_contents, .cke_skin_kama .cke_hc .cke_dialog_footer {
border-left:1px solid;
border-right:1px solid;
}
.cke_skin_kama .cke_hc .cke_dialog_title {
border-top:1px solid;
}
.cke_skin_kama .cke_hc .cke_dialog_footer {
border-bottom:1px solid;
}
.cke_skin_kama .cke_hc .cke_dialog_close_button span {
display:inline;
cursor:pointer;
font-weight:bold;
position:relative;
top:3px;
}
.cke_skin_kama .cke_dialog_body .cke_label {
display:none;
}
.cke_skin_kama .cke_dialog_body label.cke_required {
font-weight:bold;
}
.cke_skin_kama .cke_hc .cke_dialog_body .cke_label {
display:inline;
cursor:inherit;
}
.cke_skin_kama .cke_hc a.cke_btn_locked, .cke_skin_kama .cke_hc a.cke_btn_unlocked, .cke_skin_kama .cke_hc a.cke_btn_reset {
border-style:solid;
float:left;
width:auto;
height:auto;
padding:0 2px;
}
.cke_skin_kama .cke_rtl.cke_hc a.cke_btn_locked, .cke_skin_kama .cke_rtl.cke_hc a.cke_btn_unlocked, .cke_skin_kama .cke_rtl.cke_hc a.cke_btn_reset {
float:right;
}
.cke_skin_kama .cke_hc a.cke_btn_locked .cke_icon {
display:inline;
}
.cke_skin_kama a.cke_smile img {
border:2px solid #eaead1;
}
.cke_skin_kama a.cke_smile:focus img, .cke_skin_kama a.cke_smile:active img, .cke_skin_kama a.cke_smile:hover img {
border-color:#C7C78F;
}
.cke_skin_kama .cke_hc .cke_dialog_tabs a, .cke_skin_kama .cke_hc .cke_dialog_footer a {
opacity:1.0;
filter:alpha(opacity=100);
border:1px solid white;
}
.cke_skin_kama .cke_hc .ImagePreviewBox {
width:260px;
}
.cke_skin_kama .cke_dialog_contents a.colorChooser {
display:block;
margin-top:6px;
margin-left:10px;
width:80px;
}
.cke_skin_kama .cke_rtl .cke_dialog_contents a.colorChooser {
margin-right:10px;
}
.cke_skin_kama .cke_browser_gecko .cke_dialog_ui_checkbox_input:focus, .cke_skin_kama .cke_browser_gecko .cke_dialog_ui_radio_input:focus, .cke_skin_kama .cke_browser_opera .cke_dialog_ui_checkbox_input:focus, .cke_skin_kama .cke_browser_opera .cke_dialog_ui_radio_input:focus, .cke_skin_kama .cke_browser_gecko .cke_dialog_ui_input_select:focus, .cke_skin_kama .cke_browser_gecko .cke_btn_over, .cke_skin_kama .cke_browser_opera .cke_btn_over, .cke_skin_kama .cke_browser_ie .cke_btn_over {
outline:1px dotted #696969;
}
.cke_skin_kama .cke_browser_ie .cke_dialog_ui_checkbox_input, .cke_skin_kama .cke_browser_ie .cke_dialog_ui_ratio_input, .cke_skin_kama .cke_browser_ie .cke_btn_reset, .cke_skin_kama .cke_browser_ie .cke_btn_locked, .cke_skin_kama .cke_browser_ie .cke_btn_unlocked {
*border:1px solid transparent!important;
-border:1px solid red!important;
-filter:chroma(color=red);
}
.cke_skin_kama .cke_browser_ie .cke_dialog_ui_focused, .cke_skin_kama .cke_browser_ie .cke_btn_over {
*border:1px dotted #696969!important;
}
.cke_skin_kama .cke_iframe_shim {
display:block;
position:absolute;
top:0;
left:0;
z-index:-1;
filter:alpha(opacity=0);
width:100%;
height:100%;
} | 0.260766 | 0.032161 |
table.dataTable {
clear: both;
margin-top: 6px !important;
margin-bottom: 6px !important;
max-width: none !important;
border-collapse: separate !important;
}
table.dataTable td,
table.dataTable th {
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length label {
font-weight: normal;
text-align: left;
white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
width: 75px;
display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
font-weight: normal;
white-space: nowrap;
text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
margin-left: 0.5em;
display: inline-block;
width: auto;
}
div.dataTables_wrapper div.dataTables_info {
padding-top: 0.85em;
white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate {
margin: 0;
white-space: nowrap;
text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
margin: 2px 0;
white-space: nowrap;
justify-content: flex-end;
}
div.dataTables_wrapper div.dataTables_processing {
position: absolute;
top: 50%;
left: 50%;
width: 200px;
margin-left: -100px;
margin-top: -26px;
text-align: center;
padding: 1em 0;
}
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
padding-right: 30px;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
outline: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
cursor: pointer;
position: relative;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
position: absolute;
bottom: 0.9em;
display: block;
opacity: 0.3;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
right: 1em;
content: "\2191";
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
right: 0.5em;
content: "\2193";
}
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
opacity: 1;
}
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
opacity: 0;
}
div.dataTables_scrollHead table.dataTable {
margin-bottom: 0 !important;
}
div.dataTables_scrollBody table {
border-top: none;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
display: none;
}
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
border-top: none;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
margin-top: 0 !important;
border-top: none;
}
@media screen and (max-width: 767px) {
div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
text-align: center;
}
}
table.dataTable.table-sm > thead > tr > th {
padding-right: 20px;
}
table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
top: 5px;
right: 0.85em;
}
table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
top: 5px;
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
border-left-width: 0;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
border-right-width: 0;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
border-bottom-width: 0;
}
div.dataTables_scrollHead table.table-bordered {
border-bottom-width: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row {
margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
padding-right: 0;
}
/*Para la ventana modal*/
.modal-dialog.modal-notify.modal-primary .badge,
.modal-dialog.modal-notify.modal-primary .modal-header
{
background-color:#4285f4
}
body.modal-open
{
overflow:auto;padding-right:0!important
}
body.scrollable{
overflow-y:auto}
.modal-dialog .modal-content{
-webkit-box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
border:0;
-webkit-border-radius:.125rem;
border-radius:.125rem
}
.modal-dialog .modal-content .modal-header{
-webkit-border-top-left-radius:.125rem;
border-top-left-radius:.125rem;
-webkit-border-top-right-radius:.125rem;
border-top-right-radius:.125rem;
background-color: #4285f4;
-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
border:0
}
.modal-dialog.cascading-modal{
margin-top:10%
}
.modal-dialog.cascading-modal .close{
opacity:1;
text-shadow:none;
color:#fff;
outline:0
}
.modal-dialog.cascading-modal .modal-header{
-webkit-box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
margin:-2rem 1rem 1rem;
border:none;
-webkit-border-radius:.125rem;
border-radius:.125rem;
padding:1.5rem;
text-align:center
}
.modal-dialog.cascading-modal .modal-header .close{
margin-right:1rem
}
.modal-dialog.cascading-modal .modal-header .title{
margin-bottom:0;
width:100%;
font-size:1.25rem
}
.modal-dialog.cascading-modal .modal-header .title .fab,
.modal-dialog.cascading-modal .modal-header .title .far,
.modal-dialog.cascading-modal .modal-header .title .fas{
margin-right:9px}
.modal-dialog.cascading-modal .modal-header .social-buttons{
margin-top:1.5rem}
.modal-dialog.cascading-modal .modal-header .social-buttons a{
font-size:1rem}
.modal-dialog.cascading-modal .modal-c-tabs .md-tabs{
-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
margin:-1.5rem 1rem 0;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex}
.modal-dialog.cascading-modal .modal-c-tabs .md-tabs li{
-webkit-box-flex:1;
-webkit-flex:1;
-ms-flex:1;flex:1}
.modal-dialog.cascading-modal .modal-c-tabs .md-tabs li a{text-align:center}
.modal-dialog.cascading-modal .modal-c-tabs .tab-content{padding:1.7rem 0 0}
.modal-dialog.cascading-modal .modal-body,.modal-dialog.cascading-modal .modal-footer{padding-left:2rem;padding-right:2rem;color:#616161}
.modal-dialog.cascading-modal .modal-body .additional-option,.modal-dialog.cascading-modal .modal-footer .additional-option{margin-top:1rem;text-align:center}
.modal-dialog.cascading-modal.modal-avatar{margin-top:6rem}
.modal-dialog.cascading-modal.modal-avatar .modal-header{-webkit-box-shadow:none;box-shadow:none;margin:-6rem 0 -1rem}
.modal-dialog.cascading-modal.modal-avatar .modal-header img{
width:130px;
-webkit-box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
margin-left:auto;
margin-right:auto}
.modal-dialog.modal-notify .heading{margin:0;padding:.3rem;font-size:1.15rem;color:#fff}
.modal-dialog.modal-notify .modal-header{
-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
border:0}
.modal-dialog.modal-notify .close{opacity:1}
.modal-dialog.modal-notify .modal-body{padding:1.5rem;color:#616161}
.modal-dialog.modal-notify.modal-primary .fab,
.modal-dialog.modal-notify.modal-primary .far,
.modal-dialog.modal-notify.modal-primary .fas{color:#4285f4}
.modal-dialog.modal-notify.modal-danger .badge,
.modal-dialog.modal-notify.modal-danger .modal-header{background-color:#ff3547}
.modal-dialog.modal-notify.modal-primary .btn .fab,
.modal-dialog.modal-notify.modal-primary .btn .far,
.modal-dialog.modal-notify.modal-primary .btn .fas{color:#fff}
.modal-dialog.modal-notify.modal-primary .btn.btn-outline-primary .fab,
.modal-dialog.modal-notify.modal-primary .btn.btn-outline-primary .far,
.modal-dialog.modal-notify.modal-primary .btn.btn-outline-primary .fas{color:#4285f4}
.modal-dialog.modal-notify.modal-danger .fab,
.modal-dialog.modal-notify.modal-danger .far,
.modal-dialog.modal-notify.modal-danger .fas{color:#ff3547}
.modal-dialog.modal-notify.modal-warning .badge,
.modal-dialog.modal-notify.modal-warning .modal-header{background-color:#fb3}
.modal-dialog.modal-notify.modal-danger .btn .fab,
.modal-dialog.modal-notify.modal-danger .btn .far,
.modal-dialog.modal-notify.modal-danger .btn .fas{color:#fff}
.modal-dialog.modal-notify.modal-danger .btn.btn-outline-danger .fab,
.modal-dialog.modal-notify.modal-danger .btn.btn-outline-danger .far,
.modal-dialog.modal-notify.modal-danger .btn.btn-outline-danger .fas{color:#ff3547}
.modal-dialog.modal-notify.modal-warning .fab,
.modal-dialog.modal-notify.modal-warning .far,
.modal-dialog.modal-notify.modal-warning .fas{color:#fb3}
.modal-dialog.modal-notify.modal-success .badge,
.modal-dialog.modal-notify.modal-success .modal-header{background-color:#00c851}
.modal-dialog.modal-notify.modal-warning .btn .fab,
.modal-dialog.modal-notify.modal-warning .btn .far,
.modal-dialog.modal-notify.modal-warning .btn .fas{color:#fff}
.modal-dialog.modal-notify.modal-warning .btn.btn-outline-warning .fab,
.modal-dialog.modal-notify.modal-warning .btn.btn-outline-warning .far,
.modal-dialog.modal-notify.modal-warning .btn.btn-outline-warning .fas{color:#fb3}
.modal-dialog.modal-notify.modal-success .fab,
.modal-dialog.modal-notify.modal-success .far,
.modal-dialog.modal-notify.modal-success .fas{color:#00c851}
.modal-dialog.modal-notify.modal-info .badge,
.modal-dialog.modal-notify.modal-info .modal-header{background-color:#33b5e5}
.modal-dialog.modal-notify.modal-success .btn .fab,
.modal-dialog.modal-notify.modal-success .btn .far,
.modal-dialog.modal-notify.modal-success .btn .fas{color:#fff}
.modal-dialog.modal-notify.modal-success .btn.btn-outline-success .fab,
.modal-dialog.modal-notify.modal-success .btn.btn-outline-success .far,
.modal-dialog.modal-notify.modal-success .btn.btn-outline-success .fas{color:#00c851}
.modal-dialog.modal-notify.modal-info .fab,
.modal-dialog.modal-notify.modal-info .far,
.modal-dialog.modal-notify.modal-info .fas{color:#33b5e5}
.modal-dialog.modal-notify.modal-info .btn .fab,
.modal-dialog.modal-notify.modal-info .btn .far,
.modal-dialog.modal-notify.modal-info .btn .fas{color:#fff}
.modal-dialog.modal-notify.modal-info .btn.btn-outline-info .fab,
.modal-dialog.modal-notify.modal-info .btn.btn-outline-info .far,
.modal-dialog.modal-notify.modal-info .btn.btn-outline-info .fas{color:#33b5e5}
.modal{padding-right:0!important}
@media (min-width:768px){
.modal .modal-dialog.modal-top{top:0}
.modal .modal-dialog.modal-left{left:0}
.modal .modal-dialog.modal-right{right:0}
.modal .modal-dialog.modal-bottom{bottom:0}
.modal .modal-dialog.modal-top-left{top:10px;left:10px}
.modal .modal-dialog.modal-top-right{top:10px;right:10px}
.modal .modal-dialog.modal-bottom-left{bottom:10px;left:10px}
.modal .modal-dialog.modal-bottom-right{bottom:10px;right:10px}}
.modal.fade.top:not(.show)
.modal-dialog{
-webkit-transform:translate3d(0,-25%,0);
transform:translate3d(0,-25%,0)}
.modal.fade.left:not(.show) .modal-dialog{
-webkit-transform:translate3d(-25%,0,0);transform:translate3d(-25%,0,0)}
.modal.fade.right:not(.show) .modal-dialog{
-webkit-transform:translate3d(25%,0,0);
transform:translate3d(25%,0,0)}
.modal.fade.bottom:not(.show) .modal-dialog{
-webkit-transform:translate3d(0,25%,0);
transform:translate3d(0,25%,0)}
@media (min-width:992px){
.modal .modal-fluid,
.modal .modal-frame{width:100%;max-width:100%}
.modal.modal-scrolling{position:relative}
.modal.modal-scrolling .modal-dialog{position:fixed;z-index:1050}
.modal.modal-content-clickable{top:auto;bottom:auto}
.modal.modal-content-clickable .modal-dialog{position:fixed}
.modal .modal-fluid .modal-content{width:100%}
.modal .modal-frame{position:absolute;margin:0}
.modal .modal-frame.modal-bottom{bottom:0}
.modal .modal-full-height{position:absolute;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;margin:0;
width:400px;height:auto;
min-height:100%;
top:0;
right:0}
.modal .modal-full-height.modal-bottom,
.modal .modal-full-height.modal-top{display:block;width:100%;max-width:100%;height:auto}
.modal .modal-full-height.modal-top{bottom:auto}
.modal .modal-full-height.modal-bottom{min-height:0;top:auto}
.modal .modal-full-height .modal-content{width:100%}
.modal .modal-full-height.modal-lg{width:90%;max-width:90%}}
@media (min-width:992px) and (min-width:992px){
.modal .modal-full-height.modal-lg{width:800px;max-width:800px}}
@media (min-width:992px) and (min-width:1200px){
.modal .modal-full-height.modal-lg{width:1000px;
max-width:1000px}}
@media (min-width:992px){
.modal .modal-side{position:absolute;
bottom:10px;
right:10px;
margin:0;
width:400px}} | public/css/dataTables.bootstrap4.css | table.dataTable {
clear: both;
margin-top: 6px !important;
margin-bottom: 6px !important;
max-width: none !important;
border-collapse: separate !important;
}
table.dataTable td,
table.dataTable th {
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length label {
font-weight: normal;
text-align: left;
white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
width: 75px;
display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
font-weight: normal;
white-space: nowrap;
text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
margin-left: 0.5em;
display: inline-block;
width: auto;
}
div.dataTables_wrapper div.dataTables_info {
padding-top: 0.85em;
white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate {
margin: 0;
white-space: nowrap;
text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
margin: 2px 0;
white-space: nowrap;
justify-content: flex-end;
}
div.dataTables_wrapper div.dataTables_processing {
position: absolute;
top: 50%;
left: 50%;
width: 200px;
margin-left: -100px;
margin-top: -26px;
text-align: center;
padding: 1em 0;
}
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
padding-right: 30px;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
outline: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
cursor: pointer;
position: relative;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
position: absolute;
bottom: 0.9em;
display: block;
opacity: 0.3;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
right: 1em;
content: "\2191";
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
right: 0.5em;
content: "\2193";
}
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
opacity: 1;
}
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
opacity: 0;
}
div.dataTables_scrollHead table.dataTable {
margin-bottom: 0 !important;
}
div.dataTables_scrollBody table {
border-top: none;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
display: none;
}
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
border-top: none;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
margin-top: 0 !important;
border-top: none;
}
@media screen and (max-width: 767px) {
div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
text-align: center;
}
}
table.dataTable.table-sm > thead > tr > th {
padding-right: 20px;
}
table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
top: 5px;
right: 0.85em;
}
table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
top: 5px;
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
border-left-width: 0;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
border-right-width: 0;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
border-bottom-width: 0;
}
div.dataTables_scrollHead table.table-bordered {
border-bottom-width: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row {
margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
padding-right: 0;
}
/*Para la ventana modal*/
.modal-dialog.modal-notify.modal-primary .badge,
.modal-dialog.modal-notify.modal-primary .modal-header
{
background-color:#4285f4
}
body.modal-open
{
overflow:auto;padding-right:0!important
}
body.scrollable{
overflow-y:auto}
.modal-dialog .modal-content{
-webkit-box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
border:0;
-webkit-border-radius:.125rem;
border-radius:.125rem
}
.modal-dialog .modal-content .modal-header{
-webkit-border-top-left-radius:.125rem;
border-top-left-radius:.125rem;
-webkit-border-top-right-radius:.125rem;
border-top-right-radius:.125rem;
background-color: #4285f4;
-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
border:0
}
.modal-dialog.cascading-modal{
margin-top:10%
}
.modal-dialog.cascading-modal .close{
opacity:1;
text-shadow:none;
color:#fff;
outline:0
}
.modal-dialog.cascading-modal .modal-header{
-webkit-box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
margin:-2rem 1rem 1rem;
border:none;
-webkit-border-radius:.125rem;
border-radius:.125rem;
padding:1.5rem;
text-align:center
}
.modal-dialog.cascading-modal .modal-header .close{
margin-right:1rem
}
.modal-dialog.cascading-modal .modal-header .title{
margin-bottom:0;
width:100%;
font-size:1.25rem
}
.modal-dialog.cascading-modal .modal-header .title .fab,
.modal-dialog.cascading-modal .modal-header .title .far,
.modal-dialog.cascading-modal .modal-header .title .fas{
margin-right:9px}
.modal-dialog.cascading-modal .modal-header .social-buttons{
margin-top:1.5rem}
.modal-dialog.cascading-modal .modal-header .social-buttons a{
font-size:1rem}
.modal-dialog.cascading-modal .modal-c-tabs .md-tabs{
-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
margin:-1.5rem 1rem 0;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex}
.modal-dialog.cascading-modal .modal-c-tabs .md-tabs li{
-webkit-box-flex:1;
-webkit-flex:1;
-ms-flex:1;flex:1}
.modal-dialog.cascading-modal .modal-c-tabs .md-tabs li a{text-align:center}
.modal-dialog.cascading-modal .modal-c-tabs .tab-content{padding:1.7rem 0 0}
.modal-dialog.cascading-modal .modal-body,.modal-dialog.cascading-modal .modal-footer{padding-left:2rem;padding-right:2rem;color:#616161}
.modal-dialog.cascading-modal .modal-body .additional-option,.modal-dialog.cascading-modal .modal-footer .additional-option{margin-top:1rem;text-align:center}
.modal-dialog.cascading-modal.modal-avatar{margin-top:6rem}
.modal-dialog.cascading-modal.modal-avatar .modal-header{-webkit-box-shadow:none;box-shadow:none;margin:-6rem 0 -1rem}
.modal-dialog.cascading-modal.modal-avatar .modal-header img{
width:130px;
-webkit-box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
margin-left:auto;
margin-right:auto}
.modal-dialog.modal-notify .heading{margin:0;padding:.3rem;font-size:1.15rem;color:#fff}
.modal-dialog.modal-notify .modal-header{
-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
border:0}
.modal-dialog.modal-notify .close{opacity:1}
.modal-dialog.modal-notify .modal-body{padding:1.5rem;color:#616161}
.modal-dialog.modal-notify.modal-primary .fab,
.modal-dialog.modal-notify.modal-primary .far,
.modal-dialog.modal-notify.modal-primary .fas{color:#4285f4}
.modal-dialog.modal-notify.modal-danger .badge,
.modal-dialog.modal-notify.modal-danger .modal-header{background-color:#ff3547}
.modal-dialog.modal-notify.modal-primary .btn .fab,
.modal-dialog.modal-notify.modal-primary .btn .far,
.modal-dialog.modal-notify.modal-primary .btn .fas{color:#fff}
.modal-dialog.modal-notify.modal-primary .btn.btn-outline-primary .fab,
.modal-dialog.modal-notify.modal-primary .btn.btn-outline-primary .far,
.modal-dialog.modal-notify.modal-primary .btn.btn-outline-primary .fas{color:#4285f4}
.modal-dialog.modal-notify.modal-danger .fab,
.modal-dialog.modal-notify.modal-danger .far,
.modal-dialog.modal-notify.modal-danger .fas{color:#ff3547}
.modal-dialog.modal-notify.modal-warning .badge,
.modal-dialog.modal-notify.modal-warning .modal-header{background-color:#fb3}
.modal-dialog.modal-notify.modal-danger .btn .fab,
.modal-dialog.modal-notify.modal-danger .btn .far,
.modal-dialog.modal-notify.modal-danger .btn .fas{color:#fff}
.modal-dialog.modal-notify.modal-danger .btn.btn-outline-danger .fab,
.modal-dialog.modal-notify.modal-danger .btn.btn-outline-danger .far,
.modal-dialog.modal-notify.modal-danger .btn.btn-outline-danger .fas{color:#ff3547}
.modal-dialog.modal-notify.modal-warning .fab,
.modal-dialog.modal-notify.modal-warning .far,
.modal-dialog.modal-notify.modal-warning .fas{color:#fb3}
.modal-dialog.modal-notify.modal-success .badge,
.modal-dialog.modal-notify.modal-success .modal-header{background-color:#00c851}
.modal-dialog.modal-notify.modal-warning .btn .fab,
.modal-dialog.modal-notify.modal-warning .btn .far,
.modal-dialog.modal-notify.modal-warning .btn .fas{color:#fff}
.modal-dialog.modal-notify.modal-warning .btn.btn-outline-warning .fab,
.modal-dialog.modal-notify.modal-warning .btn.btn-outline-warning .far,
.modal-dialog.modal-notify.modal-warning .btn.btn-outline-warning .fas{color:#fb3}
.modal-dialog.modal-notify.modal-success .fab,
.modal-dialog.modal-notify.modal-success .far,
.modal-dialog.modal-notify.modal-success .fas{color:#00c851}
.modal-dialog.modal-notify.modal-info .badge,
.modal-dialog.modal-notify.modal-info .modal-header{background-color:#33b5e5}
.modal-dialog.modal-notify.modal-success .btn .fab,
.modal-dialog.modal-notify.modal-success .btn .far,
.modal-dialog.modal-notify.modal-success .btn .fas{color:#fff}
.modal-dialog.modal-notify.modal-success .btn.btn-outline-success .fab,
.modal-dialog.modal-notify.modal-success .btn.btn-outline-success .far,
.modal-dialog.modal-notify.modal-success .btn.btn-outline-success .fas{color:#00c851}
.modal-dialog.modal-notify.modal-info .fab,
.modal-dialog.modal-notify.modal-info .far,
.modal-dialog.modal-notify.modal-info .fas{color:#33b5e5}
.modal-dialog.modal-notify.modal-info .btn .fab,
.modal-dialog.modal-notify.modal-info .btn .far,
.modal-dialog.modal-notify.modal-info .btn .fas{color:#fff}
.modal-dialog.modal-notify.modal-info .btn.btn-outline-info .fab,
.modal-dialog.modal-notify.modal-info .btn.btn-outline-info .far,
.modal-dialog.modal-notify.modal-info .btn.btn-outline-info .fas{color:#33b5e5}
.modal{padding-right:0!important}
@media (min-width:768px){
.modal .modal-dialog.modal-top{top:0}
.modal .modal-dialog.modal-left{left:0}
.modal .modal-dialog.modal-right{right:0}
.modal .modal-dialog.modal-bottom{bottom:0}
.modal .modal-dialog.modal-top-left{top:10px;left:10px}
.modal .modal-dialog.modal-top-right{top:10px;right:10px}
.modal .modal-dialog.modal-bottom-left{bottom:10px;left:10px}
.modal .modal-dialog.modal-bottom-right{bottom:10px;right:10px}}
.modal.fade.top:not(.show)
.modal-dialog{
-webkit-transform:translate3d(0,-25%,0);
transform:translate3d(0,-25%,0)}
.modal.fade.left:not(.show) .modal-dialog{
-webkit-transform:translate3d(-25%,0,0);transform:translate3d(-25%,0,0)}
.modal.fade.right:not(.show) .modal-dialog{
-webkit-transform:translate3d(25%,0,0);
transform:translate3d(25%,0,0)}
.modal.fade.bottom:not(.show) .modal-dialog{
-webkit-transform:translate3d(0,25%,0);
transform:translate3d(0,25%,0)}
@media (min-width:992px){
.modal .modal-fluid,
.modal .modal-frame{width:100%;max-width:100%}
.modal.modal-scrolling{position:relative}
.modal.modal-scrolling .modal-dialog{position:fixed;z-index:1050}
.modal.modal-content-clickable{top:auto;bottom:auto}
.modal.modal-content-clickable .modal-dialog{position:fixed}
.modal .modal-fluid .modal-content{width:100%}
.modal .modal-frame{position:absolute;margin:0}
.modal .modal-frame.modal-bottom{bottom:0}
.modal .modal-full-height{position:absolute;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;margin:0;
width:400px;height:auto;
min-height:100%;
top:0;
right:0}
.modal .modal-full-height.modal-bottom,
.modal .modal-full-height.modal-top{display:block;width:100%;max-width:100%;height:auto}
.modal .modal-full-height.modal-top{bottom:auto}
.modal .modal-full-height.modal-bottom{min-height:0;top:auto}
.modal .modal-full-height .modal-content{width:100%}
.modal .modal-full-height.modal-lg{width:90%;max-width:90%}}
@media (min-width:992px) and (min-width:992px){
.modal .modal-full-height.modal-lg{width:800px;max-width:800px}}
@media (min-width:992px) and (min-width:1200px){
.modal .modal-full-height.modal-lg{width:1000px;
max-width:1000px}}
@media (min-width:992px){
.modal .modal-side{position:absolute;
bottom:10px;
right:10px;
margin:0;
width:400px}} | 0.34621 | 0.134406 |
*{
margin: 0px;
padding:0px;
font-family: Arial;
color: #000000;
}
/*PARÁMETRO DE CABECERA*/
#botones{
background-color: #001843;
margin: 0px;
display: block;
padding: 10px;
display: flex;
justify-content: space-between;
}
/*PARÁMETROS DE MENÚ LATERAL*/
#menu{
position: absolute;
width: 245px;
height: 577px;
background-color: #FFC931;
}
#icono{
margin-right: 3%;
}
#menu nav ul li ul li a img{
transform: rotate(90deg);
width: 5%;
height: 5%;
margin-right: 3%;
}
#menu nav ul{
list-style: none;
margin: 0;
margin-left: -3%;
}
#menu nav ul li{
padding: 20px;
position: relative;
width: 210px;
background-color: #FFC931;
border-top: 1px solid #ffffff;
cursor: pointer;
}
#menu nav ul ul{
transition: all 0.3s;
opacity: 0;
position: absolute;
visibility: hidden;
left: 103%;
top: -0%;
}
#menu nav ul li a{
display: block;
}
#menu nav ul li:hover > ul{
opacity: 1;
visibility: visible;
}
#menu nav ul li:hover{
background-color: lightgray;
width: 210px;
}
#menu nav ul li a{
color: #000000;
text-decoration: none;
margin-left: 8%;
}
/*PARÁMETROS DEL CUERPO DE INDICADORES*/
#cuerpo{
margin-left: 100%;
}
#contenedor1{
margin-left: 450px;
margin-top: 400px;
}
#titulo{
margin-left: 200px;
font-size: 30px;
}
#asistencia{
border: 1px solid #000000;
border-radius: 3px;
font-size: 13px;
margin-right: 6px;
}
#permisos{
border: 1px solid #000000;
border-radius: 3px;
font-size: 13px;
margin-right: 6px;
}
#visitas{
border: 1px solid #000000;
border-radius: 3px;
font-size: 13px;
margin-right: 6px;
}
#campo0a{
margin-left: 10px;
margin-right: 28px;
font-size: 20px;
}
#fecha{
margin-right: 10px;
}
#campo1a{
margin-right: 68px;
margin-left: 30px;
color: green;
}
#campo2a{
margin-right: 80px;
margin-left: 48px;
color:red;
}
#campo0p{
margin-left: 10px;
margin-right: 28px;
font-size: 20px;
}
#campo1p{
margin-right: 60px;
margin-left: 13px;
color: green;
}
#campo2p{
margin-right: 70px;
margin-left: 5px;
color:red;
}
#campo0v{
margin-left: 10px;
margin-right: 28px;
font-size: 20px;
}
#campo1v{
margin-right: 55px;
margin-left: 30px;
font-size: 25.8px;
}
#campo2v{
font-size: 25.8px;
}
#campo3v{
margin-right: 58px;
margin-left: 30px;
} | views/css/Estilo_HomeAdmin.css | *{
margin: 0px;
padding:0px;
font-family: Arial;
color: #000000;
}
/*PARÁMETRO DE CABECERA*/
#botones{
background-color: #001843;
margin: 0px;
display: block;
padding: 10px;
display: flex;
justify-content: space-between;
}
/*PARÁMETROS DE MENÚ LATERAL*/
#menu{
position: absolute;
width: 245px;
height: 577px;
background-color: #FFC931;
}
#icono{
margin-right: 3%;
}
#menu nav ul li ul li a img{
transform: rotate(90deg);
width: 5%;
height: 5%;
margin-right: 3%;
}
#menu nav ul{
list-style: none;
margin: 0;
margin-left: -3%;
}
#menu nav ul li{
padding: 20px;
position: relative;
width: 210px;
background-color: #FFC931;
border-top: 1px solid #ffffff;
cursor: pointer;
}
#menu nav ul ul{
transition: all 0.3s;
opacity: 0;
position: absolute;
visibility: hidden;
left: 103%;
top: -0%;
}
#menu nav ul li a{
display: block;
}
#menu nav ul li:hover > ul{
opacity: 1;
visibility: visible;
}
#menu nav ul li:hover{
background-color: lightgray;
width: 210px;
}
#menu nav ul li a{
color: #000000;
text-decoration: none;
margin-left: 8%;
}
/*PARÁMETROS DEL CUERPO DE INDICADORES*/
#cuerpo{
margin-left: 100%;
}
#contenedor1{
margin-left: 450px;
margin-top: 400px;
}
#titulo{
margin-left: 200px;
font-size: 30px;
}
#asistencia{
border: 1px solid #000000;
border-radius: 3px;
font-size: 13px;
margin-right: 6px;
}
#permisos{
border: 1px solid #000000;
border-radius: 3px;
font-size: 13px;
margin-right: 6px;
}
#visitas{
border: 1px solid #000000;
border-radius: 3px;
font-size: 13px;
margin-right: 6px;
}
#campo0a{
margin-left: 10px;
margin-right: 28px;
font-size: 20px;
}
#fecha{
margin-right: 10px;
}
#campo1a{
margin-right: 68px;
margin-left: 30px;
color: green;
}
#campo2a{
margin-right: 80px;
margin-left: 48px;
color:red;
}
#campo0p{
margin-left: 10px;
margin-right: 28px;
font-size: 20px;
}
#campo1p{
margin-right: 60px;
margin-left: 13px;
color: green;
}
#campo2p{
margin-right: 70px;
margin-left: 5px;
color:red;
}
#campo0v{
margin-left: 10px;
margin-right: 28px;
font-size: 20px;
}
#campo1v{
margin-right: 55px;
margin-left: 30px;
font-size: 25.8px;
}
#campo2v{
font-size: 25.8px;
}
#campo3v{
margin-right: 58px;
margin-left: 30px;
} | 0.326379 | 0.055132 |
body {
font-family: 'Montserrat';
}
.navbar {
background-color: #171717 !important;
border-bottom: 1px solid #333;
}
.nav-item {
margin-right: 24px;
font-weight: 200;
}
.nav-item.active a {
color: #c99336 !important;
font-weight: 600;
}
.nav-link span {
color: #F9B234 !important;
font-weight: 600;
}
.carousel {
height: 450px;
background-color: #171717;
color: white;
}
.carousel h1 {
font-family: 'Lora';
}
.carousel p {
font-weight: 200px;
}
.features h3,
.desainer h3,
.similar-product h3,
.cart-header h3,
.checkout-modal-success h3,
.category h3 {
font-family: 'Lora';
color: #1B2690;
font-weight: bold;
}
.features p,
.desainer p,
footer p,
.similar-product p,
.cart-header p,
.checkout-modal-success p,
.category p {
font-weight: 200;
color: #292626;
}
.figure h5 {
color: #171717;
}
.figure-img {
position: relative;
}
.figure-img a {
position: absolute;
top: 0;
right: 0;
bottom: 8px;
left: 0;
}
.figure a:hover {
opacity: 1;
}
.desainer .figure-img {
height: 100px;
width: 100px;
}
.cart-breadcrumb {
margin-top: 50px;
}
/* Breadcrumb */
.breadcrumb {
margin-top: 100px;
}
.product-thumbnail-container {
background-color: white;
box-shadow: 0 4px 55px rgba(0, 0, 0, 0.2);
width: 310px;
height: 150px;
padding: 3px;
margin: auto;
transform: translateY(-60px);
}
.product-thumbnail-container a:hover {
text-decoration: none;
}
.btn-product {
margin: 50px 0;
border-bottom: 1px solid #EAEAEF;
padding-bottom: 20px;
}
.btn-product .btn {
display: block !important;
margin: 10px !important;
}
.designed-by h5 {
font-size: 14px;
font-weight: 200;
color: #444242;
margin-bottom: 10px;
}
.designed-by h4 {
font-size: 18px;
color: #292828;
}
.designed-by p {
font-size: 14px;
font-weight: 200;
color: #171717;
}
.designed-by p span {
color: #141414;
}
.product-description {
background-color: #F6F7FB;
height: 350px;
padding: 5px;
}
.product-description .tab-content {
background-color: #fff;
border: 1px solid #dee2e6;
border-top: 0;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}
.product-description .tab-content p {
font-size: 16px;
font-weight: 200;
color: #868686;
line-height: 28px;
}
.product-review {
height: 350px;
overflow: scroll;
}
.product-review h5 {
font-size: 18px;
margin-bottom: 0;
margin-top: 10px;
}
.product-review p {
font-size: 14px !important;
}
.similar-product {
margin-top: 150px;
}
.checkout-detail {
background-color: #F6F7FB;
border-color: 1px solid #EAEAEA;
color: #171717;
} | assets/template/css/style.css | body {
font-family: 'Montserrat';
}
.navbar {
background-color: #171717 !important;
border-bottom: 1px solid #333;
}
.nav-item {
margin-right: 24px;
font-weight: 200;
}
.nav-item.active a {
color: #c99336 !important;
font-weight: 600;
}
.nav-link span {
color: #F9B234 !important;
font-weight: 600;
}
.carousel {
height: 450px;
background-color: #171717;
color: white;
}
.carousel h1 {
font-family: 'Lora';
}
.carousel p {
font-weight: 200px;
}
.features h3,
.desainer h3,
.similar-product h3,
.cart-header h3,
.checkout-modal-success h3,
.category h3 {
font-family: 'Lora';
color: #1B2690;
font-weight: bold;
}
.features p,
.desainer p,
footer p,
.similar-product p,
.cart-header p,
.checkout-modal-success p,
.category p {
font-weight: 200;
color: #292626;
}
.figure h5 {
color: #171717;
}
.figure-img {
position: relative;
}
.figure-img a {
position: absolute;
top: 0;
right: 0;
bottom: 8px;
left: 0;
}
.figure a:hover {
opacity: 1;
}
.desainer .figure-img {
height: 100px;
width: 100px;
}
.cart-breadcrumb {
margin-top: 50px;
}
/* Breadcrumb */
.breadcrumb {
margin-top: 100px;
}
.product-thumbnail-container {
background-color: white;
box-shadow: 0 4px 55px rgba(0, 0, 0, 0.2);
width: 310px;
height: 150px;
padding: 3px;
margin: auto;
transform: translateY(-60px);
}
.product-thumbnail-container a:hover {
text-decoration: none;
}
.btn-product {
margin: 50px 0;
border-bottom: 1px solid #EAEAEF;
padding-bottom: 20px;
}
.btn-product .btn {
display: block !important;
margin: 10px !important;
}
.designed-by h5 {
font-size: 14px;
font-weight: 200;
color: #444242;
margin-bottom: 10px;
}
.designed-by h4 {
font-size: 18px;
color: #292828;
}
.designed-by p {
font-size: 14px;
font-weight: 200;
color: #171717;
}
.designed-by p span {
color: #141414;
}
.product-description {
background-color: #F6F7FB;
height: 350px;
padding: 5px;
}
.product-description .tab-content {
background-color: #fff;
border: 1px solid #dee2e6;
border-top: 0;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}
.product-description .tab-content p {
font-size: 16px;
font-weight: 200;
color: #868686;
line-height: 28px;
}
.product-review {
height: 350px;
overflow: scroll;
}
.product-review h5 {
font-size: 18px;
margin-bottom: 0;
margin-top: 10px;
}
.product-review p {
font-size: 14px !important;
}
.similar-product {
margin-top: 150px;
}
.checkout-detail {
background-color: #F6F7FB;
border-color: 1px solid #EAEAEA;
color: #171717;
} | 0.390011 | 0.119229 |
.navbar {
background: #07060c;
height: 70px;
}
.navbar-brand,
.nav-link {
margin-left: 50px;
color: rgb(255, 255, 255);
font-size: 20px;
}
.slider-image {
height: 400px;
width: 800px;
object-fit: fill;
}
.products_wrapper {
width: 800px;
}
.products_list {
display: grid;
grid-template-columns: repeat(3, 1fr);
justify-items: center;
align-items: center;
gap: 100px;
margin-top: 100px;
margin-bottom: 100px;
}
.title_search {
margin-left: 100px;
margin-top: 50px;
}
.card-img-top {
height: 300px;
}
.container-parent {
background: #e6ede8;
}
.table-cart {
background: #ffffff;
}
.containerProduct {
margin-top: 100px;
}
.form-row label {
color: #060311;
}
.imageproduct {
height: 500px;
width: 500px;
}
.cart-image {
width: 100px;
}
.cart_list {
margin-top: 100px;
margin-bottom: 100px;
}
.input_number {
width: 30%;
border-color: #362f2f;
font-size: 20px;
font-weight: bold;
text-align: center;
border-radius: 10px;
padding: 5px;
}
.orderButton {
float: right;
}
.dropdown-menu {
color: black;
}
.vertical-menu {
background: #362f2f;
}
li.dropdown ul {
display: none;
}
ul li {
list-style-type: none;
padding: 10px;
cursor: pointer;
}
ul li a {
color: #060311;
font-weight: bold;
}
ul li a:hover {
color: #060311;
}
.card-text {
color: #fdfdfd;
}
.card-body {
margin-top: 20px;
height: 100px;
background: #17141b;
border-radius: 5px;
}
.post-description {
margin-left: 140px;
margin-top: -30px;
}
.comment-image {
width: 120px;
height: 120px;
padding: 5px;
}
.profile {
background: #c1c9c3;
padding-top: 10px;
padding-bottom: 10px;
}
.makeorder {
color: #060311;
font-weight: 600;
}
body {
font-family: Roboto;
}
footer {
background-color: #07060c;
padding: 70px 0px;
}
footer ul li {
padding: 5px 0px;
}
.address span,
.contact span,
.social span {
color: #fff;
font-weight: 800;
padding-bottom: 10px;
margin-bottom: 20px;
display: block;
text-transform: uppercase;
font-size: 20px;
letter-spacing: 3px;
}
.address li p,
.contact li a,
.social li a {
color: #fff;
letter-spacing: 2px;
text-decoration: none;
font-size: 15px;
}
.social li {
float: left;
}
.address,
.contact,
.social {
list-style: none;
}
.fa {
color: #9c9c9c;
margin-right: 15px;
font-size: 14px;
}
.register-wrapper {
height: 800px;
}
.background-register {
background: #c1c9c3;
}
.background-register label {
color: #060311;
}
.login-wrapper {
height: 700px;
}
.background-login {
background: #c1c9c3;
}
.background-login label {
color: #060311;
}
.profile-wrapper {
height: 1000px;
}
.makeorder-wrapper {
height: 800px;
}
.myorders-wrapper {
height: 600px;
}
.payment_details {
display: none;
} | public/css/style.css | .navbar {
background: #07060c;
height: 70px;
}
.navbar-brand,
.nav-link {
margin-left: 50px;
color: rgb(255, 255, 255);
font-size: 20px;
}
.slider-image {
height: 400px;
width: 800px;
object-fit: fill;
}
.products_wrapper {
width: 800px;
}
.products_list {
display: grid;
grid-template-columns: repeat(3, 1fr);
justify-items: center;
align-items: center;
gap: 100px;
margin-top: 100px;
margin-bottom: 100px;
}
.title_search {
margin-left: 100px;
margin-top: 50px;
}
.card-img-top {
height: 300px;
}
.container-parent {
background: #e6ede8;
}
.table-cart {
background: #ffffff;
}
.containerProduct {
margin-top: 100px;
}
.form-row label {
color: #060311;
}
.imageproduct {
height: 500px;
width: 500px;
}
.cart-image {
width: 100px;
}
.cart_list {
margin-top: 100px;
margin-bottom: 100px;
}
.input_number {
width: 30%;
border-color: #362f2f;
font-size: 20px;
font-weight: bold;
text-align: center;
border-radius: 10px;
padding: 5px;
}
.orderButton {
float: right;
}
.dropdown-menu {
color: black;
}
.vertical-menu {
background: #362f2f;
}
li.dropdown ul {
display: none;
}
ul li {
list-style-type: none;
padding: 10px;
cursor: pointer;
}
ul li a {
color: #060311;
font-weight: bold;
}
ul li a:hover {
color: #060311;
}
.card-text {
color: #fdfdfd;
}
.card-body {
margin-top: 20px;
height: 100px;
background: #17141b;
border-radius: 5px;
}
.post-description {
margin-left: 140px;
margin-top: -30px;
}
.comment-image {
width: 120px;
height: 120px;
padding: 5px;
}
.profile {
background: #c1c9c3;
padding-top: 10px;
padding-bottom: 10px;
}
.makeorder {
color: #060311;
font-weight: 600;
}
body {
font-family: Roboto;
}
footer {
background-color: #07060c;
padding: 70px 0px;
}
footer ul li {
padding: 5px 0px;
}
.address span,
.contact span,
.social span {
color: #fff;
font-weight: 800;
padding-bottom: 10px;
margin-bottom: 20px;
display: block;
text-transform: uppercase;
font-size: 20px;
letter-spacing: 3px;
}
.address li p,
.contact li a,
.social li a {
color: #fff;
letter-spacing: 2px;
text-decoration: none;
font-size: 15px;
}
.social li {
float: left;
}
.address,
.contact,
.social {
list-style: none;
}
.fa {
color: #9c9c9c;
margin-right: 15px;
font-size: 14px;
}
.register-wrapper {
height: 800px;
}
.background-register {
background: #c1c9c3;
}
.background-register label {
color: #060311;
}
.login-wrapper {
height: 700px;
}
.background-login {
background: #c1c9c3;
}
.background-login label {
color: #060311;
}
.profile-wrapper {
height: 1000px;
}
.makeorder-wrapper {
height: 800px;
}
.myorders-wrapper {
height: 600px;
}
.payment_details {
display: none;
} | 0.480479 | 0.101545 |
@CHARSET "UTF-8";
.formbox{padding:1.5em;}
.tips{}
/*圆角*/
.corner-all-1{
-webkit-border-radius: .1em;
border-radius: .1em;
}
.corner-all-2{
-webkit-border-radius: .2em;
border-radius: .2em;
}
.corner-all-3{
-webkit-border-radius: .3em;
border-radius: .3em;
}
.corner-all-6{
-webkit-border-radius: .6em;
border-radius: .6em;
}
.corner-all-4{
-webkit-border-radius: .4em;
border-radius: .4em;
}
.corner-all-8{
-webkit-border-radius: .8em;
border-radius: .8em;
}
.corner-all-10{
-webkit-border-radius: 1em;
border-radius: 1em;
}
/*margin属性*/
.mr-tb-10{margin:1em 0em;}
.mr-tb-5{margin:.5em 0em;}
/*标签*/
.lb_title{line-height: 1.8em;font-size:1.2em;display: inline-block;margin:0.5em 0em;}
/*阴影*/
.us {
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
box-shadow: 0 1px 4px rgba(0, 0, 0, .3)
}
.us1 {
-webkit-box-shadow: 0 1px 4px rgba(120, 120, 120, .3);
box-shadow: 0 1px 4px rgba(120, 120, 120, .3)
}
.us-input-focus{
-moz-box-shadow:0 0 12px #387bbe;-webkit-box-shadow:0 0 12px #387bbe;box-shadow:0 0 12px #387bbe;
}
.us-input{
-webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,.2);box-shadow: inset 0 1px 4px rgba(0,0,0,.2);
}
.us-i {
-webkit-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, .4);
box-shadow: inset 0px 2px 3px rgba(0, 0, 0, .4)
}
/*边框*/
.uba
{
border:1px solid;
}
.uba1
{
border:2px solid;
}
.uba2
{
border:3px solid;
}
.ubt
{
border-top:1px solid;
}
.ubb
{
border-bottom:1px solid;
}
.ubl
{
border-left:1px solid;
}
.ubr
{
border-right:1px solid;
}
/*表单属性*/
.iptbox{padding: 0.4em;border:1px solid #ccc;margin:0 auto;}
.ipt{height: 1.8em;font-size:1.2em;line-height: 1.2em; padding:0.2em;width:100%;border: 0;box-sizing: border-box;background: transparent none;outline: 0!important;}
.ipt-textarea{font-size:1em;line-height: 1.4em; padding:0.2em;width:100%;border: 0;box-sizing: border-box;background: transparent none;outline: 0!important;}
.c-m1
{
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6) ), color-stop(50%, rgba(255,255,255,0.2) ),color-stop(51%, rgba(255, 255, 255, 0) ), to(rgba(255, 255, 255, 0) ));
background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 100%);
background-image: linear-gradient(top, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 100%) ;
}
.c-m2
{
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.4)),to(rgba(255, 255, 255, 0)));
background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 100%);
background-image: linear-gradient(top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 100%) ;
}
.c-m3
{
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.4) ), color-stop(50%, rgba(255,255,255,0) ), to(rgba(255, 255, 255, 0.4) ));
background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0) 50%, rgba(255,255,255,0.4) 100%);
background-image: linear-gradient(top, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0) 50%, rgba(255,255,255,0.4) 100%);
}
.c-m4
{
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0) ), color-stop(50%, rgba(255,255,255,0.4) ), to(rgba(255, 255, 255, 0) ));
background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
background-image: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
}
.c-m5
{
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.4) ), color-stop(8%, rgba(255,255,255,0.2) ),color-stop(9%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0)));
background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.2) 8%,rgba(255,255,255,0.1) 9%, rgba(255,255,255,0) 100%);
background-image: linear-gradient(top, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.2) 8%,rgba(255,255,255,0.1) 9%, rgba(255,255,255,0) 100%);
}
.c-m6
{
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.35) ), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%);
background-image: linear-gradient(top, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%);
}
.c-m7
{
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0) ), to(rgba(0, 0, 0, 0.2)));
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%);
background-image: linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%);
}
.c-m8
{
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.2) ), color-stop(50%, rgba(0,0,0,0)), to(rgba(0, 0, 0, 0.2)));
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.2) 100%);
background-image: linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(20,0,0,0) 50%,rgba(0,0,0,0.2) 100%);
}
.c-m9
{
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0) ), color-stop(50%, rgba(0,0,0,0.2) ), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0) 100%);
background-image: linear-gradient(top, rgba(0,0,0,0) 0%,rgba(20,0,0,0.2) 50%,rgba(0,0,0,0) 100%);
}
.c-m10
{
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0) ), color-stop(91%, rgba(0,0,0,0.1) ),color-stop(92%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.4)));
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 91%,rgba(0,0,0,0.2) 92%,rgba(0,0,0,.4) 100%);
background-image: linear-gradient(top, rgba(0,0,0,0) 0%,rgba(20,0,0,0.1) 91%,rgba(0,0,0,0.2) 92%,rgba(0,0,0,0.4) 100%);
}
.c-m11
{
background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
background-image: linear-gradient(0deg, rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
-webkit-background-size: 0.44em 100%;
background-size: 0.44em 100%
}
.c-m12
{
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.2) ), color-stop(49%, rgba(255,255,255,0.1) ),color-stop(50%, rgba(255, 255, 255, 0) ), to(rgba(255, 255, 255, 0) ));
background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.1) 49%,rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
background-image: linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.1) 49%,rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
}
.c-base{
background-color: #fff;
background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff));
background-image: -webkit-linear-gradient(top,#fff,#fff);
background-image: linear-gradient(to bottom,#fff,#fff);
}
.c-ml-f1{
background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f1f1f1));
background-image: -webkit-linear-gradient(#fff,#f1f1f1);
background-image: -moz-linear-gradient(#fff,#f1f1f1);
background-image: -ms-linear-gradient(#fff,#f1f1f1);
background-image: -o-linear-gradient(#fff,#f1f1f1);
background-image: linear-gradient(#fff,#f1f1f1);
}
.c-bla
{
background-color:#000;
}
.c-red
{
background-color:#EB0000;
}
.c-blu
{
background-color:#486A9A;
}
.c-blu1
{
background-color:#4A8DDB;
}
.c-blu2
{
background-color:#05B0DE;
}
.c-wh
{
background-color:#FFF;
}
.c-gra
{
background-color:#E6E6E6;
}
.c-org
{
background-color:#ED7D00;
}
.c-pink
{
background-color:#EA6D8D;
}
.c-org1
{
background-color:#F6EDDC;
}
.t-wh
{
color:white;
}
.t-333
{
color:#333;
}
.t-bla
{
color:black;
}
.t-gra{
color:#838695;
}
.t-blu
{
color:#385487;
}
.t-yel
{
color:#FFF6C4;
}
.t-org
{
color:#E69329;
}
.b-bla
{
border-color:black
}
.b-wh
{
border-color:white
}
.b-gra
{
border-color:#ABABAB;
}
.b-blu
{
border-color:#112E87;
}
.b-org
{
border-color:#ED7D00;
}
/*扩展*/
.b-ccc{border-color: #ccc;}
.c-f1{background-color: #f1f1f1;}
.c-eee{background-color: #eee;}
.c-wifiadv{background-color: #F27935;}
.loginbox{
border-top:3px solid #E6E6E6;
border-bottom:3px solid #E6E6E6;
background-color: #f2f2f2;
padding: 0.5em;
}
.loginbtn{
display:block;
border:1px solid #e6e6e6;
height: 3em;
width:4em;
-webkit-border-radius: 0.3em;
border-radius: 0.3em;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6) ), color-stop(50%, rgba(255,255,255,0.2) ),color-stop(51%, rgba(255, 255, 255, 0) ), to(rgba(255, 255, 255, 0) ));
background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 100%);
background-image: linear-gradient(top, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 100%) ;
background-color:#fefefe;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
color:#D89223;
line-height: 3em;
font-size:1em;
}
/*按钮*/
.btn_base{
text-shadow: none;
text-align: center;
text-decoration: none;
-webkit-appearance: none;
display: inline-block;
line-height: 2em;
height:2em;
font-size: 1.5em;
padding: 0;
width:100%;
}
.btn_base:hover{color:#fff;}
.btn_base2{
text-shadow: none;
text-align: center;
text-decoration: none;
-webkit-appearance: none;
display: inline-block;
line-height: 2em;
height:2em;
font-size: 1.5em;
padding: 0;
width:100%;
}
.btn_bg_b{
color: #fff;
background-color: #202020;
background-image: -webkit-gradient(linear,left top,left bottom,from(#2f2f2f),to(#202020));
background-image: -webkit-linear-gradient(top,#2f2f2f,#202020);
background-image: linear-gradient(to bottom,#2f2f2f,#202020)
}
.btn_bg_g{
color: #fff;
background-color: #2EC235;
background-image: -webkit-gradient(linear,left top,left bottom,from(#54DD5B),to(#2EC235));
background-image: -webkit-linear-gradient(top,#54DD5B,#2EC235);
background-image: linear-gradient(to bottom,#54DD5B,#2EC235)
}
.ugbox{
display: -webkit-box;
display: box;
}
.boxv{-webkit-box-orient: vertical;box-orient: vertical;}
.boxh{-webkit-box-orient: horizontal;box-orient: horizontal;}
.ugbox-son{
-moz-box-flex:1.0; /* Firefox */
-webkit-box-flex:1.0; /* Safari 和 Chrome */
box-flex:1;
padding:0.5em;
}
.smsbox{font-size:1.4em;line-height: 1.8em;color:red;padding:0 0.5em;}
.boxf1{-moz-box-flex:1.0; /* Firefox */-webkit-box-flex:1.0; /* Safari 和 Chrome */box-flex:1;}
.boxf2{-moz-box-flex:2.0; /* Firefox */-webkit-box-flex:2.0; /* Safari 和 Chrome */box-flex:2;}
.boxf3{-moz-box-flex:3.0; /* Firefox */-webkit-box-flex:3.0; /* Safari 和 Chrome */box-flex:3;}
.tips{
}
.onError{
line-height: 2em;
height:2em;
text-align: center;
color:#fff;
-webkit-border-radius: 0.4em;
border-radius: 0.4em;
background-color: #ffbe24;
}
.onSuccess{
line-height: 2em;
text-align: center;
color:#fff;
-webkit-border-radius: 0.4em;
border-radius: 0.4em;
background-color: green;
}
.onErrorRed{
line-height: 2em;
text-align: center;
color:#fff;
-webkit-border-radius: 0.4em;
border-radius:0.4em;
background-color: red;
}
.loading{
margin:1em auto;
display:block;
width:6em;
height:6em;
background-image:url(../images/loading.gif);
background-repeat: no-repeat;
background-position: 50% 50%;
}
.loadtext{font-size:1em;line-height: 1.8em;color:#747373;}
.blockdiv{display: block;height: 5em;} | source/UI/Public/tmpl/wifiadv/css/form.css | @CHARSET "UTF-8";
.formbox{padding:1.5em;}
.tips{}
/*圆角*/
.corner-all-1{
-webkit-border-radius: .1em;
border-radius: .1em;
}
.corner-all-2{
-webkit-border-radius: .2em;
border-radius: .2em;
}
.corner-all-3{
-webkit-border-radius: .3em;
border-radius: .3em;
}
.corner-all-6{
-webkit-border-radius: .6em;
border-radius: .6em;
}
.corner-all-4{
-webkit-border-radius: .4em;
border-radius: .4em;
}
.corner-all-8{
-webkit-border-radius: .8em;
border-radius: .8em;
}
.corner-all-10{
-webkit-border-radius: 1em;
border-radius: 1em;
}
/*margin属性*/
.mr-tb-10{margin:1em 0em;}
.mr-tb-5{margin:.5em 0em;}
/*标签*/
.lb_title{line-height: 1.8em;font-size:1.2em;display: inline-block;margin:0.5em 0em;}
/*阴影*/
.us {
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
box-shadow: 0 1px 4px rgba(0, 0, 0, .3)
}
.us1 {
-webkit-box-shadow: 0 1px 4px rgba(120, 120, 120, .3);
box-shadow: 0 1px 4px rgba(120, 120, 120, .3)
}
.us-input-focus{
-moz-box-shadow:0 0 12px #387bbe;-webkit-box-shadow:0 0 12px #387bbe;box-shadow:0 0 12px #387bbe;
}
.us-input{
-webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,.2);box-shadow: inset 0 1px 4px rgba(0,0,0,.2);
}
.us-i {
-webkit-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, .4);
box-shadow: inset 0px 2px 3px rgba(0, 0, 0, .4)
}
/*边框*/
.uba
{
border:1px solid;
}
.uba1
{
border:2px solid;
}
.uba2
{
border:3px solid;
}
.ubt
{
border-top:1px solid;
}
.ubb
{
border-bottom:1px solid;
}
.ubl
{
border-left:1px solid;
}
.ubr
{
border-right:1px solid;
}
/*表单属性*/
.iptbox{padding: 0.4em;border:1px solid #ccc;margin:0 auto;}
.ipt{height: 1.8em;font-size:1.2em;line-height: 1.2em; padding:0.2em;width:100%;border: 0;box-sizing: border-box;background: transparent none;outline: 0!important;}
.ipt-textarea{font-size:1em;line-height: 1.4em; padding:0.2em;width:100%;border: 0;box-sizing: border-box;background: transparent none;outline: 0!important;}
.c-m1
{
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6) ), color-stop(50%, rgba(255,255,255,0.2) ),color-stop(51%, rgba(255, 255, 255, 0) ), to(rgba(255, 255, 255, 0) ));
background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 100%);
background-image: linear-gradient(top, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 100%) ;
}
.c-m2
{
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.4)),to(rgba(255, 255, 255, 0)));
background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 100%);
background-image: linear-gradient(top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 100%) ;
}
.c-m3
{
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.4) ), color-stop(50%, rgba(255,255,255,0) ), to(rgba(255, 255, 255, 0.4) ));
background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0) 50%, rgba(255,255,255,0.4) 100%);
background-image: linear-gradient(top, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0) 50%, rgba(255,255,255,0.4) 100%);
}
.c-m4
{
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0) ), color-stop(50%, rgba(255,255,255,0.4) ), to(rgba(255, 255, 255, 0) ));
background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
background-image: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
}
.c-m5
{
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.4) ), color-stop(8%, rgba(255,255,255,0.2) ),color-stop(9%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0)));
background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.2) 8%,rgba(255,255,255,0.1) 9%, rgba(255,255,255,0) 100%);
background-image: linear-gradient(top, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.2) 8%,rgba(255,255,255,0.1) 9%, rgba(255,255,255,0) 100%);
}
.c-m6
{
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.35) ), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%);
background-image: linear-gradient(top, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%);
}
.c-m7
{
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0) ), to(rgba(0, 0, 0, 0.2)));
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%);
background-image: linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%);
}
.c-m8
{
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.2) ), color-stop(50%, rgba(0,0,0,0)), to(rgba(0, 0, 0, 0.2)));
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.2) 100%);
background-image: linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(20,0,0,0) 50%,rgba(0,0,0,0.2) 100%);
}
.c-m9
{
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0) ), color-stop(50%, rgba(0,0,0,0.2) ), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0) 100%);
background-image: linear-gradient(top, rgba(0,0,0,0) 0%,rgba(20,0,0,0.2) 50%,rgba(0,0,0,0) 100%);
}
.c-m10
{
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0) ), color-stop(91%, rgba(0,0,0,0.1) ),color-stop(92%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.4)));
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 91%,rgba(0,0,0,0.2) 92%,rgba(0,0,0,.4) 100%);
background-image: linear-gradient(top, rgba(0,0,0,0) 0%,rgba(20,0,0,0.1) 91%,rgba(0,0,0,0.2) 92%,rgba(0,0,0,0.4) 100%);
}
.c-m11
{
background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
background-image: linear-gradient(0deg, rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
-webkit-background-size: 0.44em 100%;
background-size: 0.44em 100%
}
.c-m12
{
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.2) ), color-stop(49%, rgba(255,255,255,0.1) ),color-stop(50%, rgba(255, 255, 255, 0) ), to(rgba(255, 255, 255, 0) ));
background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.1) 49%,rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
background-image: linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.1) 49%,rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
}
.c-base{
background-color: #fff;
background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff));
background-image: -webkit-linear-gradient(top,#fff,#fff);
background-image: linear-gradient(to bottom,#fff,#fff);
}
.c-ml-f1{
background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f1f1f1));
background-image: -webkit-linear-gradient(#fff,#f1f1f1);
background-image: -moz-linear-gradient(#fff,#f1f1f1);
background-image: -ms-linear-gradient(#fff,#f1f1f1);
background-image: -o-linear-gradient(#fff,#f1f1f1);
background-image: linear-gradient(#fff,#f1f1f1);
}
.c-bla
{
background-color:#000;
}
.c-red
{
background-color:#EB0000;
}
.c-blu
{
background-color:#486A9A;
}
.c-blu1
{
background-color:#4A8DDB;
}
.c-blu2
{
background-color:#05B0DE;
}
.c-wh
{
background-color:#FFF;
}
.c-gra
{
background-color:#E6E6E6;
}
.c-org
{
background-color:#ED7D00;
}
.c-pink
{
background-color:#EA6D8D;
}
.c-org1
{
background-color:#F6EDDC;
}
.t-wh
{
color:white;
}
.t-333
{
color:#333;
}
.t-bla
{
color:black;
}
.t-gra{
color:#838695;
}
.t-blu
{
color:#385487;
}
.t-yel
{
color:#FFF6C4;
}
.t-org
{
color:#E69329;
}
.b-bla
{
border-color:black
}
.b-wh
{
border-color:white
}
.b-gra
{
border-color:#ABABAB;
}
.b-blu
{
border-color:#112E87;
}
.b-org
{
border-color:#ED7D00;
}
/*扩展*/
.b-ccc{border-color: #ccc;}
.c-f1{background-color: #f1f1f1;}
.c-eee{background-color: #eee;}
.c-wifiadv{background-color: #F27935;}
.loginbox{
border-top:3px solid #E6E6E6;
border-bottom:3px solid #E6E6E6;
background-color: #f2f2f2;
padding: 0.5em;
}
.loginbtn{
display:block;
border:1px solid #e6e6e6;
height: 3em;
width:4em;
-webkit-border-radius: 0.3em;
border-radius: 0.3em;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6) ), color-stop(50%, rgba(255,255,255,0.2) ),color-stop(51%, rgba(255, 255, 255, 0) ), to(rgba(255, 255, 255, 0) ));
background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 100%);
background-image: linear-gradient(top, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 100%) ;
background-color:#fefefe;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
color:#D89223;
line-height: 3em;
font-size:1em;
}
/*按钮*/
.btn_base{
text-shadow: none;
text-align: center;
text-decoration: none;
-webkit-appearance: none;
display: inline-block;
line-height: 2em;
height:2em;
font-size: 1.5em;
padding: 0;
width:100%;
}
.btn_base:hover{color:#fff;}
.btn_base2{
text-shadow: none;
text-align: center;
text-decoration: none;
-webkit-appearance: none;
display: inline-block;
line-height: 2em;
height:2em;
font-size: 1.5em;
padding: 0;
width:100%;
}
.btn_bg_b{
color: #fff;
background-color: #202020;
background-image: -webkit-gradient(linear,left top,left bottom,from(#2f2f2f),to(#202020));
background-image: -webkit-linear-gradient(top,#2f2f2f,#202020);
background-image: linear-gradient(to bottom,#2f2f2f,#202020)
}
.btn_bg_g{
color: #fff;
background-color: #2EC235;
background-image: -webkit-gradient(linear,left top,left bottom,from(#54DD5B),to(#2EC235));
background-image: -webkit-linear-gradient(top,#54DD5B,#2EC235);
background-image: linear-gradient(to bottom,#54DD5B,#2EC235)
}
.ugbox{
display: -webkit-box;
display: box;
}
.boxv{-webkit-box-orient: vertical;box-orient: vertical;}
.boxh{-webkit-box-orient: horizontal;box-orient: horizontal;}
.ugbox-son{
-moz-box-flex:1.0; /* Firefox */
-webkit-box-flex:1.0; /* Safari 和 Chrome */
box-flex:1;
padding:0.5em;
}
.smsbox{font-size:1.4em;line-height: 1.8em;color:red;padding:0 0.5em;}
.boxf1{-moz-box-flex:1.0; /* Firefox */-webkit-box-flex:1.0; /* Safari 和 Chrome */box-flex:1;}
.boxf2{-moz-box-flex:2.0; /* Firefox */-webkit-box-flex:2.0; /* Safari 和 Chrome */box-flex:2;}
.boxf3{-moz-box-flex:3.0; /* Firefox */-webkit-box-flex:3.0; /* Safari 和 Chrome */box-flex:3;}
.tips{
}
.onError{
line-height: 2em;
height:2em;
text-align: center;
color:#fff;
-webkit-border-radius: 0.4em;
border-radius: 0.4em;
background-color: #ffbe24;
}
.onSuccess{
line-height: 2em;
text-align: center;
color:#fff;
-webkit-border-radius: 0.4em;
border-radius: 0.4em;
background-color: green;
}
.onErrorRed{
line-height: 2em;
text-align: center;
color:#fff;
-webkit-border-radius: 0.4em;
border-radius:0.4em;
background-color: red;
}
.loading{
margin:1em auto;
display:block;
width:6em;
height:6em;
background-image:url(../images/loading.gif);
background-repeat: no-repeat;
background-position: 50% 50%;
}
.loadtext{font-size:1em;line-height: 1.8em;color:#747373;}
.blockdiv{display: block;height: 5em;} | 0.286868 | 0.077622 |
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400");
@font-face {
font-family: Roboto-Light;
src: url("../font/roboto/Roboto-Light.ttf"); }
@font-face {
font-family: Roboto-Italic;
src: url("../font/roboto/Roboto-Italic.tff"); }
a:hover {
text-decoration: none; }
p {
margin: 0; }
img {
display: block; }
.about-us {
color: #283238;
font-size: 12px;
font-weight: 500;
letter-spacing: 1px;
line-height: 16px; }
.sign-in {
border: 2px solid #8BC34A;
border-radius: 100px;
padding: 10px 20px;
color: #8BC34A;
font-size: 12px;
font-weight: 500;
letter-spacing: 1px;
line-height: 16px; }
.start-now {
padding: 15px 47px;
border-radius: 100px;
border: none;
-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
background: -webkit-linear-gradient(138.88deg, #B4EC51 0%, #429321 100%);
background: -o-linear-gradient(138.88deg, #B4EC51 0%, #429321 100%);
background: linear-gradient(311.12deg, #B4EC51 0%, #429321 100%);
color: #FFFFFF;
font-size: 16px;
font-weight: 500;
letter-spacing: 1px;
line-height: 21px;
outline: none; }
.title {
font-size: 48px;
font-weight: 300;
line-height: 63px;
color: #444444; }
.title [class^="ti-"] {
color: #444444;
font-size: 36px;
margin-right: 19px; }
.text {
color: #283238;
font-size: 14px;
font-style: italic;
line-height: 19px; }
.text-content {
color: #283238;
font-size: 13.3px;
line-height: 24px;
text-align: justify; }
.line [class^="ti-"] {
font-size: 18px;
color: #8BC34A;
float: left; }
.line p {
font-family: Roboto-Light;
width: 93.5%;
float: left; }
.col-lg-2 {
padding: 0; }
footer a {
color: #D0D8DC;
font-size: 10px;
font-weight: 500;
line-height: 20px; }
footer .p-title {
color: #8BC34A;
font-size: 13px;
font-weight: 500;
line-height: 18px; }
footer [class^="ti-"] {
font-size: 13px;
color: #8BC34A; }
.group {
width: 200px; }
.group > p {
padding-top: 20px;
color: #FFFFFF;
font-size: 18px;
font-weight: 500;
letter-spacing: 1px;
line-height: 24px; }
.oval {
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 109.5px;
width: 109.5px;
border: 2.5px solid #FFFFFF;
border-radius: 50%;
position: relative; }
.oval [class^="ti-"] {
color: #FFFFFF;
font-size: 36px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.oval .mini-oval {
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 45.5px;
width: 45.5px;
border-radius: 50%;
border: 2.5px solid #FFFFFF;
background-color: #7CB342;
position: absolute;
top: 75%;
left: 30%; }
.oval .mini-oval p {
font-size: 24px;
letter-spacing: 1px;
color: #FFFFFF;
padding: 8px 13px; }
h2 {
font-size: 48px;
font-weight: 300;
line-height: 63px;
color: #FFFFFF;
margin: 0; }
[class^="ti-quote-"] {
opacity: 0.4;
color: #FFFFFF;
font-size: 72px;
line-height: 73px;
text-align: justify; }
.description {
color: #FFFFFF;
font-size: 18px;
font-weight: 300;
line-height: 30px;
text-align: justify; }
.info {
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s; }
.info:hover {
max-width: 100%;
-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); }
.oval-ava-small {
height: 80px;
width: 80px;
margin: auto; }
.info {
color: #FFFFFF;
text-align: center;
padding-top: 48px;
padding-bottom: 19px; }
.info .name {
font-size: 13px;
font-weight: 300;
line-height: 25px; }
.info .job {
font-size: 10px;
font-weight: 300;
line-height: 10px; }
.col-lg-1 .simple-right {
margin-top: -15px; }
.copyright {
font-size: 10px;
font-weight: 500;
line-height: 13px;
color: #D0D8DC; }
.slick-dots li button:before {
font-size: 10px;
color: #FFFFFF; }
.slick-dots li.slick-active button:before {
color: #FFFFFF; }
.slick-slide {
outline: none; }
body {
color: #283238;
font-family: Roboto;
font-size: 13px;
line-height: 24px;
text-align: justify; }
header {
width: 100%;
background-image: url("../img/pc/banner.jpg");
background-repeat: no-repeat;
background-size: cover; }
a {
text-decoration: none; }
header .container {
padding-top: 43px; }
header .container .about-us {
float: right;
margin-right: 38px;
margin-top: 10px; }
header .container .sign-in {
float: right; }
header .container .hapo-erp {
padding-top: 165px; }
header .container .hapo-erp img {
margin: auto; }
header .container .row .group-icon {
padding-top: 53px;
float: left;
width: 33.3333333333%;
text-align: center; }
header .container .row .group-icon div {
font-size: 48px;
color: #283238;
margin-bottom: 14px; }
header .container .row p {
color: #283238;
font-size: 36px;
font-weight: 300;
line-height: 48px; }
header .container .slogan {
padding-top: 44px; }
header .container .slogan p {
color: #283238;
font-family: Roboto;
font-size: 18px;
font-style: italic;
line-height: 24px;
text-align: center;
margin: 0; }
header .container .button {
padding-top: 31px;
padding-bottom: 233px;
text-align: center; }
.col-md-6 img {
max-width: 100%; }
.today-i-learnt {
background-color: #FFFFFF;
-webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1); }
.today-i-learnt .container {
padding-top: 100px; }
.today-i-learnt .container .text {
padding-top: 15px; }
.today-i-learnt .container .text-content {
padding-top: 25px; }
.today-i-learnt .container img {
max-width: 100%; }
.today-i-learnt .container .button {
padding-top: 30px;
padding-bottom: 101px; }
.daily-report .container {
padding-top: 100px; }
.daily-report .container .text {
padding-top: 15px; }
.daily-report .container .text-content {
padding-top: 25px; }
.daily-report .container .button {
padding-top: 30px;
padding-bottom: 100px; }
.daily-report .container .image {
padding-top: 16px; }
.daily-report .container .image img {
max-width: 100%; }
.circle {
background: -webkit-linear-gradient(135deg, #B4EC51 0%, #429321 100%);
background: -o-linear-gradient(135deg, #B4EC51 0%, #429321 100%);
background: linear-gradient(315deg, #B4EC51 0%, #429321 100%); }
.circle .container {
padding-top: 68px;
padding-bottom: 70px; }
.circle .container .group {
text-align: center; }
.circle .container .group .oval {
margin: auto; }
.members .container {
padding-top: 100px; }
.members .container .text {
padding-top: 15px;
margin-bottom: 26px; }
.members .container .line {
height: 50px;
margin-top: 17px; }
.members .container .line p {
padding-left: 18px; }
.members .container img {
margin: auto;
max-width: 100%; }
.members .container .button {
padding-top: 30px;
padding-bottom: 101px; }
.customer {
background-color: #FFFFFF;
-webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.5);
box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.5); }
.customer .container {
padding-top: 100px; }
.customer .container .image {
padding-top: 24px; }
.customer .container .image img {
margin: auto;
max-width: 100%; }
.customer .container .text {
padding-top: 15px;
margin-bottom: 25px; }
.customer .container .line {
height: 50px;
margin-top: 17px; }
.customer .container .line p {
padding-left: 18px; }
.customer .container .button {
padding-top: 30px;
padding-bottom: 100px; }
.our-customer {
background-color: rgba(40, 50, 56, 0.9);
background-image: url("../img/pc/Rectangle3.jpg");
background-repeat: no-repeat; }
.our-customer .container {
text-align: center;
padding-top: 50px;
padding-bottom: 29px; }
.our-customer .container .description {
margin-top: 51px; }
.project .container {
padding-top: 100px; }
.project .container .text {
padding-top: 15px; }
.project .container .text-content {
padding-top: 25px; }
.project .container .image {
padding-top: 16px; }
.project .container .image img {
margin: auto;
max-width: 100%; }
.project .container .button {
padding-bottom: 100px;
padding-top: 30px; }
footer {
border: 1px solid #ECEFF1;
background-color: #39474E;
-webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1); }
footer .container {
padding-bottom: 54px; }
footer .container .p-title {
padding-top: 54px;
margin-bottom: 14px; }
footer .container .social-network {
margin-top: 108px; }
footer .container .social-network [class^="ti-"] {
margin-right: 37px; }
footer .container .social-network .ti-linkedin {
margin-right: 0px; }
footer .container .column {
padding-top: 47px; }
footer .container .copyright {
padding-top: 46px; }
@media screen and (max-width: 767px) {
.start-now {
padding: 11px 27px;
font-size: 14px;
line-height: 19px; }
.title {
font-size: 24px;
line-height: 32px; }
.title [class^="ti-"] {
font-size: 20px;
margin-right: 13px; }
.text {
font-size: 13px;
line-height: 24px;
font-family: Roboto-Italic; }
.text-content {
font-size: 13px;
line-height: 21px; }
.line [class^="ti-"] {
font-size: 18px; }
.line p {
font-size: 13px;
line-height: 21px;
text-align: justify; }
.p-title {
font-size: 12px;
line-height: 16px; }
h2 {
font-size: 24px;
line-height: 32px; }
.info {
padding-top: 38px; }
[class^="ti-quote-"] {
font-size: 48px;
line-height: 48px; }
.description {
font-size: 14px;
line-height: 25px; }
.col-lg-1 .simple-right {
padding-top: 0px; }
header {
background-image: url("../img/MB/Rectangle.jpg");
background-size: cover; }
header .container {
padding-top: 15px; }
header .container .hapo-erp {
padding-top: 8px; }
header .container .hapo-erp img {
width: 96px; }
header .container .about-us {
font-weight: 500;
margin-right: 23px; }
header .container .sign-in {
margin-right: 5px; }
header .container .row .group-icon {
padding-top: 20px; }
header .container .row .group-icon div {
font-size: 18px;
margin-bottom: 8px; }
header .container .row p {
font-size: 18px;
line-height: 24px; }
header .container .slogan {
padding-top: 15px; }
header .container .slogan p {
font-family: Roboto-Italic;
font-size: 9px;
line-height: 11px; }
header .container .button {
padding-top: 15px;
padding-bottom: 27px; }
.today-i-learnt .container {
padding-top: 30px;
text-align: center; }
.today-i-learnt .container .text {
padding-top: 5px; }
.today-i-learnt .container .text-content {
padding-top: 21px;
text-align: justify; }
.today-i-learnt .container img {
max-width: 100%;
padding-top: 10px;
margin: auto; }
.today-i-learnt .container .button {
padding-top: 20px;
padding-bottom: 30px; }
.daily-report .container {
text-align: center;
padding-top: 30px; }
.daily-report .container .text {
padding-top: 5px; }
.daily-report .container .text-content {
padding-top: 15px; }
.daily-report .container .image {
padding-top: 15px; }
.daily-report .container .image img {
max-width: 100%;
margin: auto; }
.daily-report .container .button {
padding-top: 15px;
padding-bottom: 30px; }
.circle .container {
padding-top: 38.75px;
padding-bottom: 39px; }
.circle .container .group > p {
font-size: 14px;
line-height: 19px; }
.members .container {
padding-top: 30px;
text-align: center; }
.members .container .text {
padding-top: 5px;
margin-bottom: 0px; }
.members .container .line {
height: 67px;
margin-bottom: 15px; }
.members .container .line p {
padding-left: 13px; }
.members .container .image img {
max-width: 100%;
margin: auto; }
.members .container .button {
padding-bottom: 30px; }
.customer {
height: 0px; }
.our-customer {
background-image: url("../img/MB/Rectangle3.jpg"); }
.our-customer .container {
padding-top: 25px;
padding-bottom: 26px; }
.our-customer .container .description {
margin: 0; }
.our-customer .container .col-xs-2 .simple-left {
margin-top: 16px; }
.project .container {
text-align: center;
padding-top: 30px; }
.project .container .text {
padding-top: 5px; }
.project .container .text-content {
padding-top: 10px; }
.project .container .image {
padding-top: 0px; }
.project .container .image img {
max-width: 100%;
margin: auto; }
.project .container .button {
padding-top: 10px;
padding-bottom: 30px; }
footer .container {
padding-top: 24px;
padding-bottom: 29px; }
footer .container .col-xs-3 {
padding-right: 0;
padding-left: 10px; }
footer .container .col-xs-6 {
padding-left: 10px; }
footer .container .p-title {
padding-top: 25px; }
footer .container .copyright {
padding-top: 26px;
text-align: right; }
footer .container .social-network {
margin-top: 0px;
padding-top: 24px; }
footer .container .social-network [class^="ti-"] {
font-size: 13px;
margin-right: 21px; }
footer .container .social-network .ti-linkedin {
margin-right: 0px; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
.start-now {
padding: 13px 27px;
font-size: 14px;
line-height: 19px; }
.title {
font-size: 36px;
line-height: 48px; }
.title [class^="ti-"] {
font-size: 30px;
margin-right: 13px; }
.text {
font-size: 14px;
line-height: 24px;
font-family: Roboto-Italic; }
.text-content {
font-size: 11px;
line-height: 21px; }
.line [class^="ti-"] {
font-size: 18px; }
.line p {
font-size: 11px;
line-height: 21px;
text-align: justify; }
.group > p {
font-size: 16px;
line-height: 21px; }
[class^="ti-quote-"] {
font-size: 64px; }
.description {
position: relative; }
.description .ti-quote-left {
position: absolute;
left: -60px;
top: -60px; }
.description .ti-quote-right {
position: absolute;
right: -60px;
bottom: -45px; }
h2 {
font-size: 36px;
line-height: 48px; }
header {
background-image: url("../img/tablet/Rectangle.jpg");
background-size: cover; }
header .container {
padding-top: 19px; }
header .container img {
width: 144px; }
header .container .hapo-erp {
padding-top: 30px; }
header .container .row .group-icon {
padding-top: 40px; }
header .container .row .group-icon div {
font-size: 24px;
margin-bottom: 7px; }
header .container .row p {
font-size: 24px;
line-height: 32px; }
header .container .slogan {
padding-top: 15px; }
header .container .slogan p {
font-family: Roboto-Italic;
font-size: 14px;
line-height: 19px; }
header .container .button {
padding-top: 30px;
padding-bottom: 84.2px; }
.today-i-learnt {
text-align: center; }
.today-i-learnt .container {
padding-top: 51px; }
.today-i-learnt .container .text {
padding-top: 15px; }
.today-i-learnt .container .text-content {
padding-top: 25px; }
.today-i-learnt .container img {
max-width: 100%;
padding-top: 25px;
margin: auto; }
.today-i-learnt .container .button {
padding-bottom: 50px; }
.daily-report .container {
text-align: center;
padding-top: 50px; }
.daily-report .container .text {
padding-top: 15px; }
.daily-report .container .text-content {
padding-top: 31px;
text-align: justify; }
.daily-report .container .image {
padding-top: 33px; }
.daily-report .container .image img {
margin: auto;
max-width: 100%; }
.daily-report .container .button {
padding-top: 20px;
padding-bottom: 50px; }
.circle .container {
padding-top: 48.75px;
padding-bottom: 50px; }
.members .container {
padding-top: 30px;
text-align: center; }
.members .container .text {
padding-top: 15px;
margin-bottom: 39px; }
.members .container .line {
height: 61px;
margin-bottom: 20px; }
.members .container .line p {
padding-left: 11px; }
.members .container img {
max-width: 100%;
margin: auto; }
.members .container .button {
padding-bottom: 38px; }
.customer .container {
text-align: center;
padding-top: 39px; }
.customer .container .text {
padding-top: 15px;
margin-bottom: 0px; }
.customer .container img {
margin: auto;
width: 100%; }
.customer .container .line {
height: 63px;
margin-bottom: 15px; }
.customer .container .line p {
padding-left: 11px;
text-align: justify; }
.customer .container .button {
padding-bottom: 50px; }
.our-customer {
background-image: url("../img/tb/Rectangle3.jpg"); }
.our-customer .container {
padding-top: 50px;
padding-bottom: 69px; }
.our-customer .container .info {
padding-top: 30px; }
.project .container {
text-align: center;
padding-top: 50px; }
.project .container .text {
padding-top: 15px; }
.project .container img {
padding-top: 18px;
margin: auto;
max-width: 100%; }
.project .container .text-content {
text-align: justify;
padding-top: 25px; }
.project .container .button {
padding-bottom: 50px; }
footer .container .social-network [class^="ti-"] {
margin-right: 17px; }
footer .container .social-network .ti-linkedin {
margin-right: 0px; } }
/*# sourceMappingURL=style.css.map */ | css/style.css | @import url("https://fonts.googleapis.com/css?family=Roboto:300,400");
@font-face {
font-family: Roboto-Light;
src: url("../font/roboto/Roboto-Light.ttf"); }
@font-face {
font-family: Roboto-Italic;
src: url("../font/roboto/Roboto-Italic.tff"); }
a:hover {
text-decoration: none; }
p {
margin: 0; }
img {
display: block; }
.about-us {
color: #283238;
font-size: 12px;
font-weight: 500;
letter-spacing: 1px;
line-height: 16px; }
.sign-in {
border: 2px solid #8BC34A;
border-radius: 100px;
padding: 10px 20px;
color: #8BC34A;
font-size: 12px;
font-weight: 500;
letter-spacing: 1px;
line-height: 16px; }
.start-now {
padding: 15px 47px;
border-radius: 100px;
border: none;
-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
background: -webkit-linear-gradient(138.88deg, #B4EC51 0%, #429321 100%);
background: -o-linear-gradient(138.88deg, #B4EC51 0%, #429321 100%);
background: linear-gradient(311.12deg, #B4EC51 0%, #429321 100%);
color: #FFFFFF;
font-size: 16px;
font-weight: 500;
letter-spacing: 1px;
line-height: 21px;
outline: none; }
.title {
font-size: 48px;
font-weight: 300;
line-height: 63px;
color: #444444; }
.title [class^="ti-"] {
color: #444444;
font-size: 36px;
margin-right: 19px; }
.text {
color: #283238;
font-size: 14px;
font-style: italic;
line-height: 19px; }
.text-content {
color: #283238;
font-size: 13.3px;
line-height: 24px;
text-align: justify; }
.line [class^="ti-"] {
font-size: 18px;
color: #8BC34A;
float: left; }
.line p {
font-family: Roboto-Light;
width: 93.5%;
float: left; }
.col-lg-2 {
padding: 0; }
footer a {
color: #D0D8DC;
font-size: 10px;
font-weight: 500;
line-height: 20px; }
footer .p-title {
color: #8BC34A;
font-size: 13px;
font-weight: 500;
line-height: 18px; }
footer [class^="ti-"] {
font-size: 13px;
color: #8BC34A; }
.group {
width: 200px; }
.group > p {
padding-top: 20px;
color: #FFFFFF;
font-size: 18px;
font-weight: 500;
letter-spacing: 1px;
line-height: 24px; }
.oval {
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 109.5px;
width: 109.5px;
border: 2.5px solid #FFFFFF;
border-radius: 50%;
position: relative; }
.oval [class^="ti-"] {
color: #FFFFFF;
font-size: 36px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.oval .mini-oval {
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 45.5px;
width: 45.5px;
border-radius: 50%;
border: 2.5px solid #FFFFFF;
background-color: #7CB342;
position: absolute;
top: 75%;
left: 30%; }
.oval .mini-oval p {
font-size: 24px;
letter-spacing: 1px;
color: #FFFFFF;
padding: 8px 13px; }
h2 {
font-size: 48px;
font-weight: 300;
line-height: 63px;
color: #FFFFFF;
margin: 0; }
[class^="ti-quote-"] {
opacity: 0.4;
color: #FFFFFF;
font-size: 72px;
line-height: 73px;
text-align: justify; }
.description {
color: #FFFFFF;
font-size: 18px;
font-weight: 300;
line-height: 30px;
text-align: justify; }
.info {
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s; }
.info:hover {
max-width: 100%;
-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); }
.oval-ava-small {
height: 80px;
width: 80px;
margin: auto; }
.info {
color: #FFFFFF;
text-align: center;
padding-top: 48px;
padding-bottom: 19px; }
.info .name {
font-size: 13px;
font-weight: 300;
line-height: 25px; }
.info .job {
font-size: 10px;
font-weight: 300;
line-height: 10px; }
.col-lg-1 .simple-right {
margin-top: -15px; }
.copyright {
font-size: 10px;
font-weight: 500;
line-height: 13px;
color: #D0D8DC; }
.slick-dots li button:before {
font-size: 10px;
color: #FFFFFF; }
.slick-dots li.slick-active button:before {
color: #FFFFFF; }
.slick-slide {
outline: none; }
body {
color: #283238;
font-family: Roboto;
font-size: 13px;
line-height: 24px;
text-align: justify; }
header {
width: 100%;
background-image: url("../img/pc/banner.jpg");
background-repeat: no-repeat;
background-size: cover; }
a {
text-decoration: none; }
header .container {
padding-top: 43px; }
header .container .about-us {
float: right;
margin-right: 38px;
margin-top: 10px; }
header .container .sign-in {
float: right; }
header .container .hapo-erp {
padding-top: 165px; }
header .container .hapo-erp img {
margin: auto; }
header .container .row .group-icon {
padding-top: 53px;
float: left;
width: 33.3333333333%;
text-align: center; }
header .container .row .group-icon div {
font-size: 48px;
color: #283238;
margin-bottom: 14px; }
header .container .row p {
color: #283238;
font-size: 36px;
font-weight: 300;
line-height: 48px; }
header .container .slogan {
padding-top: 44px; }
header .container .slogan p {
color: #283238;
font-family: Roboto;
font-size: 18px;
font-style: italic;
line-height: 24px;
text-align: center;
margin: 0; }
header .container .button {
padding-top: 31px;
padding-bottom: 233px;
text-align: center; }
.col-md-6 img {
max-width: 100%; }
.today-i-learnt {
background-color: #FFFFFF;
-webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1); }
.today-i-learnt .container {
padding-top: 100px; }
.today-i-learnt .container .text {
padding-top: 15px; }
.today-i-learnt .container .text-content {
padding-top: 25px; }
.today-i-learnt .container img {
max-width: 100%; }
.today-i-learnt .container .button {
padding-top: 30px;
padding-bottom: 101px; }
.daily-report .container {
padding-top: 100px; }
.daily-report .container .text {
padding-top: 15px; }
.daily-report .container .text-content {
padding-top: 25px; }
.daily-report .container .button {
padding-top: 30px;
padding-bottom: 100px; }
.daily-report .container .image {
padding-top: 16px; }
.daily-report .container .image img {
max-width: 100%; }
.circle {
background: -webkit-linear-gradient(135deg, #B4EC51 0%, #429321 100%);
background: -o-linear-gradient(135deg, #B4EC51 0%, #429321 100%);
background: linear-gradient(315deg, #B4EC51 0%, #429321 100%); }
.circle .container {
padding-top: 68px;
padding-bottom: 70px; }
.circle .container .group {
text-align: center; }
.circle .container .group .oval {
margin: auto; }
.members .container {
padding-top: 100px; }
.members .container .text {
padding-top: 15px;
margin-bottom: 26px; }
.members .container .line {
height: 50px;
margin-top: 17px; }
.members .container .line p {
padding-left: 18px; }
.members .container img {
margin: auto;
max-width: 100%; }
.members .container .button {
padding-top: 30px;
padding-bottom: 101px; }
.customer {
background-color: #FFFFFF;
-webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.5);
box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.5); }
.customer .container {
padding-top: 100px; }
.customer .container .image {
padding-top: 24px; }
.customer .container .image img {
margin: auto;
max-width: 100%; }
.customer .container .text {
padding-top: 15px;
margin-bottom: 25px; }
.customer .container .line {
height: 50px;
margin-top: 17px; }
.customer .container .line p {
padding-left: 18px; }
.customer .container .button {
padding-top: 30px;
padding-bottom: 100px; }
.our-customer {
background-color: rgba(40, 50, 56, 0.9);
background-image: url("../img/pc/Rectangle3.jpg");
background-repeat: no-repeat; }
.our-customer .container {
text-align: center;
padding-top: 50px;
padding-bottom: 29px; }
.our-customer .container .description {
margin-top: 51px; }
.project .container {
padding-top: 100px; }
.project .container .text {
padding-top: 15px; }
.project .container .text-content {
padding-top: 25px; }
.project .container .image {
padding-top: 16px; }
.project .container .image img {
margin: auto;
max-width: 100%; }
.project .container .button {
padding-bottom: 100px;
padding-top: 30px; }
footer {
border: 1px solid #ECEFF1;
background-color: #39474E;
-webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1); }
footer .container {
padding-bottom: 54px; }
footer .container .p-title {
padding-top: 54px;
margin-bottom: 14px; }
footer .container .social-network {
margin-top: 108px; }
footer .container .social-network [class^="ti-"] {
margin-right: 37px; }
footer .container .social-network .ti-linkedin {
margin-right: 0px; }
footer .container .column {
padding-top: 47px; }
footer .container .copyright {
padding-top: 46px; }
@media screen and (max-width: 767px) {
.start-now {
padding: 11px 27px;
font-size: 14px;
line-height: 19px; }
.title {
font-size: 24px;
line-height: 32px; }
.title [class^="ti-"] {
font-size: 20px;
margin-right: 13px; }
.text {
font-size: 13px;
line-height: 24px;
font-family: Roboto-Italic; }
.text-content {
font-size: 13px;
line-height: 21px; }
.line [class^="ti-"] {
font-size: 18px; }
.line p {
font-size: 13px;
line-height: 21px;
text-align: justify; }
.p-title {
font-size: 12px;
line-height: 16px; }
h2 {
font-size: 24px;
line-height: 32px; }
.info {
padding-top: 38px; }
[class^="ti-quote-"] {
font-size: 48px;
line-height: 48px; }
.description {
font-size: 14px;
line-height: 25px; }
.col-lg-1 .simple-right {
padding-top: 0px; }
header {
background-image: url("../img/MB/Rectangle.jpg");
background-size: cover; }
header .container {
padding-top: 15px; }
header .container .hapo-erp {
padding-top: 8px; }
header .container .hapo-erp img {
width: 96px; }
header .container .about-us {
font-weight: 500;
margin-right: 23px; }
header .container .sign-in {
margin-right: 5px; }
header .container .row .group-icon {
padding-top: 20px; }
header .container .row .group-icon div {
font-size: 18px;
margin-bottom: 8px; }
header .container .row p {
font-size: 18px;
line-height: 24px; }
header .container .slogan {
padding-top: 15px; }
header .container .slogan p {
font-family: Roboto-Italic;
font-size: 9px;
line-height: 11px; }
header .container .button {
padding-top: 15px;
padding-bottom: 27px; }
.today-i-learnt .container {
padding-top: 30px;
text-align: center; }
.today-i-learnt .container .text {
padding-top: 5px; }
.today-i-learnt .container .text-content {
padding-top: 21px;
text-align: justify; }
.today-i-learnt .container img {
max-width: 100%;
padding-top: 10px;
margin: auto; }
.today-i-learnt .container .button {
padding-top: 20px;
padding-bottom: 30px; }
.daily-report .container {
text-align: center;
padding-top: 30px; }
.daily-report .container .text {
padding-top: 5px; }
.daily-report .container .text-content {
padding-top: 15px; }
.daily-report .container .image {
padding-top: 15px; }
.daily-report .container .image img {
max-width: 100%;
margin: auto; }
.daily-report .container .button {
padding-top: 15px;
padding-bottom: 30px; }
.circle .container {
padding-top: 38.75px;
padding-bottom: 39px; }
.circle .container .group > p {
font-size: 14px;
line-height: 19px; }
.members .container {
padding-top: 30px;
text-align: center; }
.members .container .text {
padding-top: 5px;
margin-bottom: 0px; }
.members .container .line {
height: 67px;
margin-bottom: 15px; }
.members .container .line p {
padding-left: 13px; }
.members .container .image img {
max-width: 100%;
margin: auto; }
.members .container .button {
padding-bottom: 30px; }
.customer {
height: 0px; }
.our-customer {
background-image: url("../img/MB/Rectangle3.jpg"); }
.our-customer .container {
padding-top: 25px;
padding-bottom: 26px; }
.our-customer .container .description {
margin: 0; }
.our-customer .container .col-xs-2 .simple-left {
margin-top: 16px; }
.project .container {
text-align: center;
padding-top: 30px; }
.project .container .text {
padding-top: 5px; }
.project .container .text-content {
padding-top: 10px; }
.project .container .image {
padding-top: 0px; }
.project .container .image img {
max-width: 100%;
margin: auto; }
.project .container .button {
padding-top: 10px;
padding-bottom: 30px; }
footer .container {
padding-top: 24px;
padding-bottom: 29px; }
footer .container .col-xs-3 {
padding-right: 0;
padding-left: 10px; }
footer .container .col-xs-6 {
padding-left: 10px; }
footer .container .p-title {
padding-top: 25px; }
footer .container .copyright {
padding-top: 26px;
text-align: right; }
footer .container .social-network {
margin-top: 0px;
padding-top: 24px; }
footer .container .social-network [class^="ti-"] {
font-size: 13px;
margin-right: 21px; }
footer .container .social-network .ti-linkedin {
margin-right: 0px; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
.start-now {
padding: 13px 27px;
font-size: 14px;
line-height: 19px; }
.title {
font-size: 36px;
line-height: 48px; }
.title [class^="ti-"] {
font-size: 30px;
margin-right: 13px; }
.text {
font-size: 14px;
line-height: 24px;
font-family: Roboto-Italic; }
.text-content {
font-size: 11px;
line-height: 21px; }
.line [class^="ti-"] {
font-size: 18px; }
.line p {
font-size: 11px;
line-height: 21px;
text-align: justify; }
.group > p {
font-size: 16px;
line-height: 21px; }
[class^="ti-quote-"] {
font-size: 64px; }
.description {
position: relative; }
.description .ti-quote-left {
position: absolute;
left: -60px;
top: -60px; }
.description .ti-quote-right {
position: absolute;
right: -60px;
bottom: -45px; }
h2 {
font-size: 36px;
line-height: 48px; }
header {
background-image: url("../img/tablet/Rectangle.jpg");
background-size: cover; }
header .container {
padding-top: 19px; }
header .container img {
width: 144px; }
header .container .hapo-erp {
padding-top: 30px; }
header .container .row .group-icon {
padding-top: 40px; }
header .container .row .group-icon div {
font-size: 24px;
margin-bottom: 7px; }
header .container .row p {
font-size: 24px;
line-height: 32px; }
header .container .slogan {
padding-top: 15px; }
header .container .slogan p {
font-family: Roboto-Italic;
font-size: 14px;
line-height: 19px; }
header .container .button {
padding-top: 30px;
padding-bottom: 84.2px; }
.today-i-learnt {
text-align: center; }
.today-i-learnt .container {
padding-top: 51px; }
.today-i-learnt .container .text {
padding-top: 15px; }
.today-i-learnt .container .text-content {
padding-top: 25px; }
.today-i-learnt .container img {
max-width: 100%;
padding-top: 25px;
margin: auto; }
.today-i-learnt .container .button {
padding-bottom: 50px; }
.daily-report .container {
text-align: center;
padding-top: 50px; }
.daily-report .container .text {
padding-top: 15px; }
.daily-report .container .text-content {
padding-top: 31px;
text-align: justify; }
.daily-report .container .image {
padding-top: 33px; }
.daily-report .container .image img {
margin: auto;
max-width: 100%; }
.daily-report .container .button {
padding-top: 20px;
padding-bottom: 50px; }
.circle .container {
padding-top: 48.75px;
padding-bottom: 50px; }
.members .container {
padding-top: 30px;
text-align: center; }
.members .container .text {
padding-top: 15px;
margin-bottom: 39px; }
.members .container .line {
height: 61px;
margin-bottom: 20px; }
.members .container .line p {
padding-left: 11px; }
.members .container img {
max-width: 100%;
margin: auto; }
.members .container .button {
padding-bottom: 38px; }
.customer .container {
text-align: center;
padding-top: 39px; }
.customer .container .text {
padding-top: 15px;
margin-bottom: 0px; }
.customer .container img {
margin: auto;
width: 100%; }
.customer .container .line {
height: 63px;
margin-bottom: 15px; }
.customer .container .line p {
padding-left: 11px;
text-align: justify; }
.customer .container .button {
padding-bottom: 50px; }
.our-customer {
background-image: url("../img/tb/Rectangle3.jpg"); }
.our-customer .container {
padding-top: 50px;
padding-bottom: 69px; }
.our-customer .container .info {
padding-top: 30px; }
.project .container {
text-align: center;
padding-top: 50px; }
.project .container .text {
padding-top: 15px; }
.project .container img {
padding-top: 18px;
margin: auto;
max-width: 100%; }
.project .container .text-content {
text-align: justify;
padding-top: 25px; }
.project .container .button {
padding-bottom: 50px; }
footer .container .social-network [class^="ti-"] {
margin-right: 17px; }
footer .container .social-network .ti-linkedin {
margin-right: 0px; } }
/*# sourceMappingURL=style.css.map */ | 0.241668 | 0.093099 |
.wording{
width: 100%;
padding-top: 60px;
padding-bottom: 60px;
background: #fff;
}
.wording .container .title{
width: 100%;
margin-bottom: 60px;
}
.wording .container .title h2{
width: 70%;
font-size: 64px;
font-weight: bold;
color: var(--color4);
}
.wording .wording-body .container > div{
display: flex;
}
.wording .wording-body h3{
font-size: 26px;
font-weight: bold;
margin-bottom: 30px;
color: var(--color4);
}
.wording .wording-body .container > div p{
width: 50%;
margin-bottom: 0;
font-size: 19px;
font-weight: 400;
line-height: 33px;
color: var(--color3);
}
.wording .wording-body .container > div p:nth-of-type(1){
margin-right: 30px;
}
.theJourney{
width: 100%;
background: var(--color2);
}
.theJourney .container{
display: flex;
justify-content: space-between;
}
.theJourney .bg {
position: relative;
}
.theJourney .bg img {
position: absolute;
width: 150px;
height: 180px;
top: -65px;
transform: rotate(90deg);
}
.theJourney .container h2{
position: relative;
font-family: Poppins;
font-weight: bold;
font-size: 144px;
top: -75px;
}
.theJourney .theJourney-body .container > div{
display: flex;
}
.theJourney .theJourney-body h3{
font-size: 26px;
font-weight: bold;
margin-bottom: 30px;
color: var(--color4);
}
.theJourney .theJourney-body .container > div .text-item{
width: 50%;
}
.theJourney .theJourney-body .container > div .text-item:nth-of-type(1){
margin-right: 30px;
}
.theJourney .theJourney-body .container > div p{
width: 100%;
margin-bottom: 30px;
font-size: 19px;
font-weight: 400;
line-height: 33px;
color: var(--color3);
}
.theJourney .theJourney-body .author{
width: 100%;
display: flex;
}
.theJourney .theJourney-body .author .photo{
width: 143px;
height: 143px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
margin-right: 20px;
}
.theJourney .theJourney-body .author .photo img{
width: 100%;
height: 100%;
}
.theJourney .theJourney-body .author .description {
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 20px 0;
}
.theJourney .theJourney-body .author .description h4{
font-size: 24px;
font-weight: bold;
color: var(--color4);
margin: 0;
}
.theJourney .theJourney-body .author .description span{
font-size: 19px;
font-weight: 400;
color: var(--color1);
margin-bottom: auto;
}
.theJourney .theJourney-body .author .description .social-container{
margin: 0;
}
.theJourney .theJourney-body:nth-of-type(2){
margin-bottom: 60px;
}
.theJourney .theJourney-body:nth-of-type(3){
padding: 60px 0;
background: #fff;
}
@media (max-width: 768px ){
.wording .container .title h2{
width: 100%;
}
.wording .wording-body .container > div{
flex-direction: column;
}
.wording .wording-body .container > div p{
width: 100%;
}
.theJourney .container h2{
font-size: 90px;
}
.theJourney .theJourney-body .container > div{
flex-direction: column;
}
.theJourney .theJourney-body .container > div .text-item{
width: 100%;
}
}
@media (max-width: 576px ){
.wording .container .title h2{
font-size: 22px;
text-align: center;
}
.wording .wording-body h3{
font-size: 19px;
text-align: center;
}
.wording .wording-body .container > div p{
font-size: 16px;
line-height: 30px;
text-align: center;
}
.theJourney .container h2{
font-size: 40px;
top: 0;
}
.theJourney .bg img {
width: 100px;
height: 120px;
top: -50px;
}
.theJourney-body{
margin-top: 40px;
}
.theJourney .theJourney-body h3{
font-size: 19px;
text-align: center;
}
.theJourney .theJourney-body .container > div p{
font-size: 16px;
line-height: 30px;
text-align: center;
}
.theJourney .theJourney-body .author .photo{
width: 100px;
height: 100px;
}
.theJourney .theJourney-body .author .description h4{
font-size: 19px;
}
.theJourney .theJourney-body .author .description span{
font-size: 16px;
}
} | src/pages/Historia/style.css | .wording{
width: 100%;
padding-top: 60px;
padding-bottom: 60px;
background: #fff;
}
.wording .container .title{
width: 100%;
margin-bottom: 60px;
}
.wording .container .title h2{
width: 70%;
font-size: 64px;
font-weight: bold;
color: var(--color4);
}
.wording .wording-body .container > div{
display: flex;
}
.wording .wording-body h3{
font-size: 26px;
font-weight: bold;
margin-bottom: 30px;
color: var(--color4);
}
.wording .wording-body .container > div p{
width: 50%;
margin-bottom: 0;
font-size: 19px;
font-weight: 400;
line-height: 33px;
color: var(--color3);
}
.wording .wording-body .container > div p:nth-of-type(1){
margin-right: 30px;
}
.theJourney{
width: 100%;
background: var(--color2);
}
.theJourney .container{
display: flex;
justify-content: space-between;
}
.theJourney .bg {
position: relative;
}
.theJourney .bg img {
position: absolute;
width: 150px;
height: 180px;
top: -65px;
transform: rotate(90deg);
}
.theJourney .container h2{
position: relative;
font-family: Poppins;
font-weight: bold;
font-size: 144px;
top: -75px;
}
.theJourney .theJourney-body .container > div{
display: flex;
}
.theJourney .theJourney-body h3{
font-size: 26px;
font-weight: bold;
margin-bottom: 30px;
color: var(--color4);
}
.theJourney .theJourney-body .container > div .text-item{
width: 50%;
}
.theJourney .theJourney-body .container > div .text-item:nth-of-type(1){
margin-right: 30px;
}
.theJourney .theJourney-body .container > div p{
width: 100%;
margin-bottom: 30px;
font-size: 19px;
font-weight: 400;
line-height: 33px;
color: var(--color3);
}
.theJourney .theJourney-body .author{
width: 100%;
display: flex;
}
.theJourney .theJourney-body .author .photo{
width: 143px;
height: 143px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
margin-right: 20px;
}
.theJourney .theJourney-body .author .photo img{
width: 100%;
height: 100%;
}
.theJourney .theJourney-body .author .description {
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 20px 0;
}
.theJourney .theJourney-body .author .description h4{
font-size: 24px;
font-weight: bold;
color: var(--color4);
margin: 0;
}
.theJourney .theJourney-body .author .description span{
font-size: 19px;
font-weight: 400;
color: var(--color1);
margin-bottom: auto;
}
.theJourney .theJourney-body .author .description .social-container{
margin: 0;
}
.theJourney .theJourney-body:nth-of-type(2){
margin-bottom: 60px;
}
.theJourney .theJourney-body:nth-of-type(3){
padding: 60px 0;
background: #fff;
}
@media (max-width: 768px ){
.wording .container .title h2{
width: 100%;
}
.wording .wording-body .container > div{
flex-direction: column;
}
.wording .wording-body .container > div p{
width: 100%;
}
.theJourney .container h2{
font-size: 90px;
}
.theJourney .theJourney-body .container > div{
flex-direction: column;
}
.theJourney .theJourney-body .container > div .text-item{
width: 100%;
}
}
@media (max-width: 576px ){
.wording .container .title h2{
font-size: 22px;
text-align: center;
}
.wording .wording-body h3{
font-size: 19px;
text-align: center;
}
.wording .wording-body .container > div p{
font-size: 16px;
line-height: 30px;
text-align: center;
}
.theJourney .container h2{
font-size: 40px;
top: 0;
}
.theJourney .bg img {
width: 100px;
height: 120px;
top: -50px;
}
.theJourney-body{
margin-top: 40px;
}
.theJourney .theJourney-body h3{
font-size: 19px;
text-align: center;
}
.theJourney .theJourney-body .container > div p{
font-size: 16px;
line-height: 30px;
text-align: center;
}
.theJourney .theJourney-body .author .photo{
width: 100px;
height: 100px;
}
.theJourney .theJourney-body .author .description h4{
font-size: 19px;
}
.theJourney .theJourney-body .author .description span{
font-size: 16px;
}
} | 0.241847 | 0.067577 |
@charset "UTF-8";
/* Color blue CSS */
.blue ::selection{background:#4cddf3; color: #fff;}
.blue ::-moz-selection{background:#4cddf3; color: #fff;}
.blue .twittericon, .blue .bxsliderlist1, .blue .latestnewstext1:hover a, .blue .spacer, .blue #main .buttoncontact, .blue .footer-container .social-ico:hover, .blue .latestnews .bx-wrapper a.bx-prev:hover, .blue .latestnews .bx-wrapper a.bx-next:hover, .blue .track-download-buy:hover, .blue .close-btn:hover, .blue .sell-platforms div:hover, .blue .disc-play-btn:hover, .blue .close-btn, .blue .close2-btn, .blue .date-box .info.date, .blue .disc-img .overlay, .blue .twitter-quotes, .blue button.btn-play:hover, .blue button.btn-pause:hover {background-color: #4cddf3;}
.blue a.sliderlisticon3, .blue .latestnewstext1 h3, .blue .latestnewstext1 p.latestnewsdate, .blue .symbol span, .blue #main p.contacttext, .blue #main .buttoncontact:hover, .blue .discographycolumn h3, .blue .discographycolumn a, .blue p.contacttextarea, .blue .track-info span, .blue .disc-title span, .blue .sell-platforms span, .blue .topwrap p span, .blue .audiojs .time, .blue .news-container h1 span, .blue .news-description span, .blue .disc-info h2 {color: #4cddf3 !important;}
.blue .navbar-nav > .active > a, .blue .nav > li > a:hover, .blue .main-menu li.current a, .blue .main-menu li a:hover{border-color: #4cddf3 !important;}
.blue .close-btn, .blue .close2-btn{border-color: #4cddf3;}
.blue .bx-wrapper .bx-pager.bx-default-pager a:hover, .blue .bx-wrapper .bx-pager.bx-default-pager a.active, .blue .parallax1 .bx-wrapper a.bx-next:hover, .blue .parallax1 .bx-wrapper a.bx-prev:hover {background-color: #4cddf3; border-color: #4cddf3;}
.blue .view-first .mask {background-color: rgba(76,221,243,0.8);}
.blue .ch-grid:hover div {background-color: rgba(76,221,243,0.9);}
.blue #main .buttoncontact:hover{background-color: #fff;}
.blue .latestnewstext1:hover a h3, .blue .latestnewstext1:hover a .latestnewsdate{color: #fff !important;}
.blue .news-info h1, .blue .news-info .news-date, .blue .news-description span, .blue .twitter a, .blue .welcome.logo ul li span, .blue .date-box .info .buy a, .blue .form h2, .blue .buttoncontact:hover,.blue .disc-info p a {color: #4cddf3;}
.blue .last-news:hover .news-info, .blue .news-nav div:hover, .blue .nav-news div:hover, .blue .welcome.logo .spacer-box, .blue .top-spacer, .blue .buttoncontact, .blue .audiojs .play:hover, .blue .audiojs .prev-track:hover, .blue .audiojs .pause:hover, .blue .audiojs .next-track:hover, .blue .audiojs .progress {background-color: #4cddf3;}
.blue .controller ul li.selected, .blue .controller ul li:hover {border-color: #4cddf3 !important; background-color: #4cddf3 !important;}
.blue .dates-nav .prev:hover {background-position: -88px 0;}
.blue .dates-nav .next:hover {background-position: -88px -44px;}
.blue .slides-navigation .prev:hover, .blue .slides-navigation .next:hover {background-position: -102px 0;}
.blue #nav2 > ul > li a:hover{color: #4cddf3;}
.blue #nav2 > a {background-color: #4cddf3;}
.blue .post-meta i, .blue .track-info em {color: #4cddf3;}
.blue .post-meta a {color: #4cddf3;}
.blue .pm-link:hover {color: #4cddf3 !important;}
.blue .side-widget ul li a:hover {color: #4cddf3;}
.blue article h3 {color: #4cddf3 !important;}
.blue article h3 a {color: #4cddf3 !important;}
.blue .tags a {color: #4cddf3;}
.blue .page-navigation li a:hover {border-color: #4cddf3;color: #4cddf3;}
.blue .page-navigation li.active a {background: #4cddf3;border-color: #4cddf3;}
.blue .side-widget h5 {color: #4cddf3;}
.blue .comments-wrap h6 {color: #4cddf3;}
.blue .comments-wrap span a {color: #4cddf3;}
.blue .comment-form label {color: #4cddf3;}
.blue .comment-author {color: #4cddf3;}
.blue .reply {background: #4cddf3;}
.blue .s-btn {background: #4cddf3;}
.blue .pdate {background-color:#4cddf3;}
.blue .reply:hover {background:#aaa;}
.blue .reply:hover {background:#aaa;}
.blue .comment-form .s-btn:hover {background:#aaa;} | public/css/color/blue.css | @charset "UTF-8";
/* Color blue CSS */
.blue ::selection{background:#4cddf3; color: #fff;}
.blue ::-moz-selection{background:#4cddf3; color: #fff;}
.blue .twittericon, .blue .bxsliderlist1, .blue .latestnewstext1:hover a, .blue .spacer, .blue #main .buttoncontact, .blue .footer-container .social-ico:hover, .blue .latestnews .bx-wrapper a.bx-prev:hover, .blue .latestnews .bx-wrapper a.bx-next:hover, .blue .track-download-buy:hover, .blue .close-btn:hover, .blue .sell-platforms div:hover, .blue .disc-play-btn:hover, .blue .close-btn, .blue .close2-btn, .blue .date-box .info.date, .blue .disc-img .overlay, .blue .twitter-quotes, .blue button.btn-play:hover, .blue button.btn-pause:hover {background-color: #4cddf3;}
.blue a.sliderlisticon3, .blue .latestnewstext1 h3, .blue .latestnewstext1 p.latestnewsdate, .blue .symbol span, .blue #main p.contacttext, .blue #main .buttoncontact:hover, .blue .discographycolumn h3, .blue .discographycolumn a, .blue p.contacttextarea, .blue .track-info span, .blue .disc-title span, .blue .sell-platforms span, .blue .topwrap p span, .blue .audiojs .time, .blue .news-container h1 span, .blue .news-description span, .blue .disc-info h2 {color: #4cddf3 !important;}
.blue .navbar-nav > .active > a, .blue .nav > li > a:hover, .blue .main-menu li.current a, .blue .main-menu li a:hover{border-color: #4cddf3 !important;}
.blue .close-btn, .blue .close2-btn{border-color: #4cddf3;}
.blue .bx-wrapper .bx-pager.bx-default-pager a:hover, .blue .bx-wrapper .bx-pager.bx-default-pager a.active, .blue .parallax1 .bx-wrapper a.bx-next:hover, .blue .parallax1 .bx-wrapper a.bx-prev:hover {background-color: #4cddf3; border-color: #4cddf3;}
.blue .view-first .mask {background-color: rgba(76,221,243,0.8);}
.blue .ch-grid:hover div {background-color: rgba(76,221,243,0.9);}
.blue #main .buttoncontact:hover{background-color: #fff;}
.blue .latestnewstext1:hover a h3, .blue .latestnewstext1:hover a .latestnewsdate{color: #fff !important;}
.blue .news-info h1, .blue .news-info .news-date, .blue .news-description span, .blue .twitter a, .blue .welcome.logo ul li span, .blue .date-box .info .buy a, .blue .form h2, .blue .buttoncontact:hover,.blue .disc-info p a {color: #4cddf3;}
.blue .last-news:hover .news-info, .blue .news-nav div:hover, .blue .nav-news div:hover, .blue .welcome.logo .spacer-box, .blue .top-spacer, .blue .buttoncontact, .blue .audiojs .play:hover, .blue .audiojs .prev-track:hover, .blue .audiojs .pause:hover, .blue .audiojs .next-track:hover, .blue .audiojs .progress {background-color: #4cddf3;}
.blue .controller ul li.selected, .blue .controller ul li:hover {border-color: #4cddf3 !important; background-color: #4cddf3 !important;}
.blue .dates-nav .prev:hover {background-position: -88px 0;}
.blue .dates-nav .next:hover {background-position: -88px -44px;}
.blue .slides-navigation .prev:hover, .blue .slides-navigation .next:hover {background-position: -102px 0;}
.blue #nav2 > ul > li a:hover{color: #4cddf3;}
.blue #nav2 > a {background-color: #4cddf3;}
.blue .post-meta i, .blue .track-info em {color: #4cddf3;}
.blue .post-meta a {color: #4cddf3;}
.blue .pm-link:hover {color: #4cddf3 !important;}
.blue .side-widget ul li a:hover {color: #4cddf3;}
.blue article h3 {color: #4cddf3 !important;}
.blue article h3 a {color: #4cddf3 !important;}
.blue .tags a {color: #4cddf3;}
.blue .page-navigation li a:hover {border-color: #4cddf3;color: #4cddf3;}
.blue .page-navigation li.active a {background: #4cddf3;border-color: #4cddf3;}
.blue .side-widget h5 {color: #4cddf3;}
.blue .comments-wrap h6 {color: #4cddf3;}
.blue .comments-wrap span a {color: #4cddf3;}
.blue .comment-form label {color: #4cddf3;}
.blue .comment-author {color: #4cddf3;}
.blue .reply {background: #4cddf3;}
.blue .s-btn {background: #4cddf3;}
.blue .pdate {background-color:#4cddf3;}
.blue .reply:hover {background:#aaa;}
.blue .reply:hover {background:#aaa;}
.blue .comment-form .s-btn:hover {background:#aaa;} | 0.369315 | 0.042882 |
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/K88pR3goAWT7BTt32Z01m4X0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/RjgO7rYTmqiVp7vzi-Q5UYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/LWCjsQkB6EMdfHrEVqA1KYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/xozscpT2726on7jbcb_pAoX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/59ZRklaO5bWGqF5A9baEEYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzA7aC6SjiAOpAWOKfJDfVRY.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBdwxCXfZpKo5kWAx_74bHs.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzJ6vnaPZw6nYDxM4SVEMFKg.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzPy1_HTwRwgtl1cPga3Fy3Y.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzPgrLsWo7Jk1KvZser0olKY.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzIjoYw3YTyktCCer_ilOlhE.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
font-family: 'Source Code Pro';
font-style: normal;
font-weight: 300;
src: local('Source Code Pro Light'), local('SourceCodePro-Light'), url(https://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqTOFnJNygIkrHciC8BWzbCz3rGVtsTkPsbDajuO5ueQw.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Source Code Pro';
font-style: normal;
font-weight: 300;
src: local('Source Code Pro Light'), local('SourceCodePro-Light'), url(https://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqSP2LEk6lMzYsRqr3dHFImA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
font-family: 'Source Code Pro';
font-style: normal;
font-weight: 600;
src: local('Source Code Pro Semibold'), local('SourceCodePro-Semibold'), url(https://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqayGJhAh-RE0BxGcd_izyev3rGVtsTkPsbDajuO5ueQw.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Source Code Pro';
font-style: normal;
font-weight: 600;
src: local('Source Code Pro Semibold'), local('SourceCodePro-Semibold'), url(https://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqczFoXZ-Kj537nB_-9jJhlA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
font-family: 'Titillium Web';
font-style: normal;
font-weight: 400;
src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'), url(https://fonts.gstatic.com/s/titilliumweb/v5/7XUFZ5tgS-tD6QamInJTcSGR3J8a2Jm30YJvJ3tIMOY.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Titillium Web';
font-style: normal;
font-weight: 400;
src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'), url(https://fonts.gstatic.com/s/titilliumweb/v5/7XUFZ5tgS-tD6QamInJTceHuglUR2dhBxWD-q_ehMME.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
font-family: 'Titillium Web';
font-style: normal;
font-weight: 600;
src: local('Titillium Web SemiBold'), local('TitilliumWeb-SemiBold'), url(https://fonts.gstatic.com/s/titilliumweb/v5/anMUvcNT0H1YN4FII8wpr1Tcxd1fGlbIJMCb5Y260Wk.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Titillium Web';
font-style: normal;
font-weight: 600;
src: local('Titillium Web SemiBold'), local('TitilliumWeb-SemiBold'), url(https://fonts.gstatic.com/s/titilliumweb/v5/anMUvcNT0H1YN4FII8wpr6d1JQt-lS5nD-1TJX2NNl0.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
font-family: 'Titillium Web';
font-style: normal;
font-weight: 700;
src: local('Titillium Web Bold'), local('TitilliumWeb-Bold'), url(https://fonts.gstatic.com/s/titilliumweb/v5/anMUvcNT0H1YN4FII8wpr6nZAMwsGZpiGJKtVINElMQ.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Titillium Web';
font-style: normal;
font-weight: 700;
src: local('Titillium Web Bold'), local('TitilliumWeb-Bold'), url(https://fonts.gstatic.com/s/titilliumweb/v5/anMUvcNT0H1YN4FII8wpr8hG3LOB74UqS1hPmWaAxzQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
} | static/fonts.css | @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/K88pR3goAWT7BTt32Z01m4X0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/RjgO7rYTmqiVp7vzi-Q5UYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/LWCjsQkB6EMdfHrEVqA1KYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/xozscpT2726on7jbcb_pAoX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/59ZRklaO5bWGqF5A9baEEYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzA7aC6SjiAOpAWOKfJDfVRY.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBdwxCXfZpKo5kWAx_74bHs.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzJ6vnaPZw6nYDxM4SVEMFKg.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzPy1_HTwRwgtl1cPga3Fy3Y.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzPgrLsWo7Jk1KvZser0olKY.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzIjoYw3YTyktCCer_ilOlhE.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
font-family: 'Source Code Pro';
font-style: normal;
font-weight: 300;
src: local('Source Code Pro Light'), local('SourceCodePro-Light'), url(https://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqTOFnJNygIkrHciC8BWzbCz3rGVtsTkPsbDajuO5ueQw.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Source Code Pro';
font-style: normal;
font-weight: 300;
src: local('Source Code Pro Light'), local('SourceCodePro-Light'), url(https://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqSP2LEk6lMzYsRqr3dHFImA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
font-family: 'Source Code Pro';
font-style: normal;
font-weight: 600;
src: local('Source Code Pro Semibold'), local('SourceCodePro-Semibold'), url(https://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqayGJhAh-RE0BxGcd_izyev3rGVtsTkPsbDajuO5ueQw.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Source Code Pro';
font-style: normal;
font-weight: 600;
src: local('Source Code Pro Semibold'), local('SourceCodePro-Semibold'), url(https://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqczFoXZ-Kj537nB_-9jJhlA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
font-family: 'Titillium Web';
font-style: normal;
font-weight: 400;
src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'), url(https://fonts.gstatic.com/s/titilliumweb/v5/7XUFZ5tgS-tD6QamInJTcSGR3J8a2Jm30YJvJ3tIMOY.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Titillium Web';
font-style: normal;
font-weight: 400;
src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'), url(https://fonts.gstatic.com/s/titilliumweb/v5/7XUFZ5tgS-tD6QamInJTceHuglUR2dhBxWD-q_ehMME.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
font-family: 'Titillium Web';
font-style: normal;
font-weight: 600;
src: local('Titillium Web SemiBold'), local('TitilliumWeb-SemiBold'), url(https://fonts.gstatic.com/s/titilliumweb/v5/anMUvcNT0H1YN4FII8wpr1Tcxd1fGlbIJMCb5Y260Wk.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Titillium Web';
font-style: normal;
font-weight: 600;
src: local('Titillium Web SemiBold'), local('TitilliumWeb-SemiBold'), url(https://fonts.gstatic.com/s/titilliumweb/v5/anMUvcNT0H1YN4FII8wpr6d1JQt-lS5nD-1TJX2NNl0.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
font-family: 'Titillium Web';
font-style: normal;
font-weight: 700;
src: local('Titillium Web Bold'), local('TitilliumWeb-Bold'), url(https://fonts.gstatic.com/s/titilliumweb/v5/anMUvcNT0H1YN4FII8wpr6nZAMwsGZpiGJKtVINElMQ.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Titillium Web';
font-style: normal;
font-weight: 700;
src: local('Titillium Web Bold'), local('TitilliumWeb-Bold'), url(https://fonts.gstatic.com/s/titilliumweb/v5/anMUvcNT0H1YN4FII8wpr8hG3LOB74UqS1hPmWaAxzQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
} | 0.377655 | 0.105395 |
* {
box-sizing: border-box;
font-family: "Catamaran", sans-serif;
}
body {
left: 0;
top: 0;
margin: 0;
height: 100vh;
width: 100%;
overflow-x: hidden;
}
/* MAIN SECTION */
.main {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 880px;
height: 100%;
max-height: 1200px;
overflow: hidden;
}
.main__bg {
position: absolute;
right: -1040px;
top: -880px;
width: 2100px;
height: 1190px;
min-height: 900px;
border-radius: 0 0 0 150px;
background-image: linear-gradient(to left top, #7e0cc8, #8c24d3, #9a35de, #a744e9, #b553f4);
box-shadow: 5px 11px 50px 10px rgba(125, 12, 200, 0.384);
transform: rotate(-30deg);
z-index: -9998;
}
.main__container {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
align-content: center;
height: 100%;
max-width: 1200px;
max-height: 1200px;
margin: 60px 50px 0px 50px;
}
.main__content-intro {
max-width: 450px;
}
.main__content-intro > p {
font-family: "Bungee", cursive;
font-weight: 400;
line-height: 30px;
font-size: 2.6rem;
}
.main__content-intro > span {
font-family: "Barlow Semi Condensed", sans-serif;
font-weight: 500;
}
.main__content-img > img {
width: 85%;
height: auto;
max-width: 700px;
margin: -150px 0 0 100px;
user-select: none;
-webkit-user-drag: none;
-khtml-user-drag: none;
-moz-user-drag: none;
-o-user-drag: none;
}
@media screen and (max-width: 1100px) {
.main__bg {
width: 100%;
height: 100%;
top: -50px;
border-radius: 0 0 150px 0;
right: 0;
transform: rotate(0);
}
.main__content-img > img {
width: 100%;
margin: 0;
}
.main__content-intro > p {
color: #fff;
}
}
@media screen and (max-width: 900px) {
.main__container {
flex-wrap: wrap-reverse;
margin: -15% 50px 0px 50px;
}
.main__content-intro > p {
font-size: 2rem;
}
.main__content-img > img {
max-width: 400px;
}
}
@media screen and (max-width: 480px) {
.main {
min-height: 680px;
}
.main__container {
max-height: 500px;
}
.main__bg {
min-height: 725px;
}
.main__content-intro > p {
font-size: 1.5rem;
}
}
/* FEATURES SECTION */
.features {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding-top: 110px;
}
.features__container {
max-width: 1200px;
display: flex;
flex-shrink: 0; /* IE FIX */
flex-direction: column;
justify-content: center;
align-items: center;
}
.features__row {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: center;
align-items: center;
width: 100%;
}
.features__item {
margin-left: 30px;
margin-right: 30px;
max-width: 300px;
height: 270px;
display: flex;
flex: 0 0 auto; /* IE FIX */
flex-direction: column;
justify-content: center;
}
.features__icon {
color: #9a35de;
font-size: 35px;
display: flex;
justify-content: center;
text-shadow: 3px 6px 14px rgba(169, 53, 222, 0.466);
}
.ic-rotate {
transform: rotate(-90deg);
text-shadow: -3px 6px 14px rgba(169, 53, 222, 0.466);
}
.features__title {
font-family: "Alfa Slab One", cursive;
font-weight: 400;
font-size: 24px;
text-align: center;
margin: 15px;
}
.features__text {
font-family: "Barlow Semi Condensed", sans-serif;
font-weight: 500;
font-size: 17px;
text-align: center;
}
.features__preview {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
flex-shrink: 0; /* IE FIX */
width: 100%;
background-image: linear-gradient(to left top, #932cd8, #9d36e2, #993dd6, #ad58e6, #c774fa);
box-shadow: 5px 11px 50px 10px rgba(125, 12, 200, 0.384);
}
.features__preview-title {
color: #fff;
font-family: "Alfa Slab One", cursive;
font-weight: 400;
font-size: 1.8rem;
text-align: center;
margin: 20px;
}
.features__imageContainer {
max-width: 710px;
padding: 20px;
flex-shrink: 0; /* IE FIX */
}
.features__imageContainer > img {
width: 100%;
object-fit: contain;
user-select: none;
-webkit-user-drag: none;
-khtml-user-drag: none;
-moz-user-drag: none;
-o-user-drag: none;
}
/* Preview sample */
.features__sample-text {
max-width: 400px;
text-align: justify;
padding: 20px;
}
.features__sample-text > p {
font-family: "Alfa Slab One", cursive;
font-weight: 400;
font-size: 24px;
text-align: left;
}
.features__sample-text > span {
font-family: "Barlow Semi Condensed", sans-serif;
font-weight: 500;
font-size: 15px;
}
/* Preview sample 1 */
.features__sample1-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.features__sample1 {
display: flex;
flex: 0 0 auto; /* IE FIX */
flex-direction: column;
justify-content: center;
align-self: center;
max-width: 300px;
padding: 20px;
}
.features__sample1-daily {
align-self: flex-end;
height: 28px;
width: 90px;
background-color: #fbc9c9;
border-radius: 20px;
text-align: center;
padding-top: 1px;
}
.features__sample1-daily > span {
font-family: "Quattrocento Sans", sans-serif;
font-weight: 400;
color: #fb0d0d;
}
.features__sample1-total > span {
font-family: "Quattrocento Sans", sans-serif;
font-weight: 400;
color: #fb0d0d;
font-size: 27px;
padding: 24px;
}
.features__sample1-img {
max-width: 290px;
text-align: center;
}
.features__sample1-img > img {
width: 85%;
object-fit: contain;
user-select: none;
-webkit-user-drag: none;
-khtml-user-drag: none;
-moz-user-drag: none;
-o-user-drag: none;
}
/* Preview sample 2 */
.features__sample2-container {
display: flex;
flex-direction: row;
flex-wrap: wrap-reverse;
justify-content: center;
margin-top: 40px;
}
.features__sample2-img {
max-width: 300px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
}
.features__sample2-img > img {
width: 100%;
object-fit: contain;
user-select: none;
-webkit-user-drag: none;
-khtml-user-drag: none;
-moz-user-drag: none;
-o-user-drag: none;
}
/* Price section */
.price {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 200px;
}
.price__diagonal {
width: 100%;
background-image: linear-gradient(to left top, #7e0cc8, #8c24d3, #9a35de, #a744e9, #b553f4);
transform: skewY(-8deg);
border-top: 22px solid rgba(209, 208, 208, 0.637);
border-bottom: 22px solid rgba(209, 208, 208, 0.637);
box-shadow: 5px 11px 50px 10px rgba(125, 12, 200, 0.418);
}
.price__content {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
padding: 70px 0px 70px 0px;
transform: skewY(8deg);
}
.price__content > div:nth-child(2) {
transform: scale(1.1);
}
@media screen and (max-width: 856px) {
.price__content > div:nth-child(2) {
transform: scale(1);
}
}
.price__content-card {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
background-color: #fff;
width: 220px;
min-height: 310px;
margin: 30px;
padding: 20px 0 0 0;
border-radius: 40px;
box-shadow: 5px 16px 50px -3px rgba(0, 0, 0, 0.41);
font-family: "Barlow Semi Condensed", sans-serif;
font-weight: 500;
}
.price__content-card > span {
font-family: "Barlow Semi Condensed", sans-serif;
font-weight: 500;
font-size: 20px;
color: #a744e9;
}
.price__content-card-list {
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.price__content-card-list > span > small {
color: #a744e9;
}
.price__content-card-list > span {
font-family: "Barlow Semi Condensed", sans-serif;
font-weight: 500;
color: rgb(151, 148, 148);
}
.price__content-card > p {
font-family: "Barlow Semi Condensed", sans-serif;
font-weight: 500;
font-size: 35px;
color: #a744e9;
margin-top: 0px;
}
/* Download section */
.download {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 220px;
}
.download__container {
max-width: 1200px;
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
align-items: center;
}
.download__image {
max-width: 280px;
max-height: 250px;
overflow: hidden;
margin: 20px;
}
.download__image > img {
width: 100%;
object-fit: contain;
user-select: none;
-webkit-user-drag: none;
-khtml-user-drag: none;
-moz-user-drag: none;
-o-user-drag: none;
}
.download__buttons-area {
display: flex;
flex-direction: column;
justify-content: center;
padding: 20px;
}
@media screen and (max-width: 440px) {
.download__buttons-area {
align-items: center;
}
}
.download__buttons-area > span {
font-family: "Alfa Slab One", cursive;
font-weight: 400;
font-size: 24px;
text-align: left;
margin: 10px;
}
.download__buttons {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.download__buttons > a {
padding: 10px;
}
.download__buttons > a > img {
width: 170px;
user-select: none;
-webkit-user-drag: none;
-khtml-user-drag: none;
-moz-user-drag: none;
-o-user-drag: none;
}
.ieError {
background-color: #9a10f6;
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.ieError > span {
color: white;
animation: float 5s ease-in-out infinite;
}
@keyframes float {
0% {
transform: translatey(0px);
}
50% {
transform: translatey(-10px);
}
100% {
transform: translatey(0px);
}
} | src/css/main.css | * {
box-sizing: border-box;
font-family: "Catamaran", sans-serif;
}
body {
left: 0;
top: 0;
margin: 0;
height: 100vh;
width: 100%;
overflow-x: hidden;
}
/* MAIN SECTION */
.main {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 880px;
height: 100%;
max-height: 1200px;
overflow: hidden;
}
.main__bg {
position: absolute;
right: -1040px;
top: -880px;
width: 2100px;
height: 1190px;
min-height: 900px;
border-radius: 0 0 0 150px;
background-image: linear-gradient(to left top, #7e0cc8, #8c24d3, #9a35de, #a744e9, #b553f4);
box-shadow: 5px 11px 50px 10px rgba(125, 12, 200, 0.384);
transform: rotate(-30deg);
z-index: -9998;
}
.main__container {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
align-content: center;
height: 100%;
max-width: 1200px;
max-height: 1200px;
margin: 60px 50px 0px 50px;
}
.main__content-intro {
max-width: 450px;
}
.main__content-intro > p {
font-family: "Bungee", cursive;
font-weight: 400;
line-height: 30px;
font-size: 2.6rem;
}
.main__content-intro > span {
font-family: "Barlow Semi Condensed", sans-serif;
font-weight: 500;
}
.main__content-img > img {
width: 85%;
height: auto;
max-width: 700px;
margin: -150px 0 0 100px;
user-select: none;
-webkit-user-drag: none;
-khtml-user-drag: none;
-moz-user-drag: none;
-o-user-drag: none;
}
@media screen and (max-width: 1100px) {
.main__bg {
width: 100%;
height: 100%;
top: -50px;
border-radius: 0 0 150px 0;
right: 0;
transform: rotate(0);
}
.main__content-img > img {
width: 100%;
margin: 0;
}
.main__content-intro > p {
color: #fff;
}
}
@media screen and (max-width: 900px) {
.main__container {
flex-wrap: wrap-reverse;
margin: -15% 50px 0px 50px;
}
.main__content-intro > p {
font-size: 2rem;
}
.main__content-img > img {
max-width: 400px;
}
}
@media screen and (max-width: 480px) {
.main {
min-height: 680px;
}
.main__container {
max-height: 500px;
}
.main__bg {
min-height: 725px;
}
.main__content-intro > p {
font-size: 1.5rem;
}
}
/* FEATURES SECTION */
.features {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding-top: 110px;
}
.features__container {
max-width: 1200px;
display: flex;
flex-shrink: 0; /* IE FIX */
flex-direction: column;
justify-content: center;
align-items: center;
}
.features__row {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: center;
align-items: center;
width: 100%;
}
.features__item {
margin-left: 30px;
margin-right: 30px;
max-width: 300px;
height: 270px;
display: flex;
flex: 0 0 auto; /* IE FIX */
flex-direction: column;
justify-content: center;
}
.features__icon {
color: #9a35de;
font-size: 35px;
display: flex;
justify-content: center;
text-shadow: 3px 6px 14px rgba(169, 53, 222, 0.466);
}
.ic-rotate {
transform: rotate(-90deg);
text-shadow: -3px 6px 14px rgba(169, 53, 222, 0.466);
}
.features__title {
font-family: "Alfa Slab One", cursive;
font-weight: 400;
font-size: 24px;
text-align: center;
margin: 15px;
}
.features__text {
font-family: "Barlow Semi Condensed", sans-serif;
font-weight: 500;
font-size: 17px;
text-align: center;
}
.features__preview {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
flex-shrink: 0; /* IE FIX */
width: 100%;
background-image: linear-gradient(to left top, #932cd8, #9d36e2, #993dd6, #ad58e6, #c774fa);
box-shadow: 5px 11px 50px 10px rgba(125, 12, 200, 0.384);
}
.features__preview-title {
color: #fff;
font-family: "Alfa Slab One", cursive;
font-weight: 400;
font-size: 1.8rem;
text-align: center;
margin: 20px;
}
.features__imageContainer {
max-width: 710px;
padding: 20px;
flex-shrink: 0; /* IE FIX */
}
.features__imageContainer > img {
width: 100%;
object-fit: contain;
user-select: none;
-webkit-user-drag: none;
-khtml-user-drag: none;
-moz-user-drag: none;
-o-user-drag: none;
}
/* Preview sample */
.features__sample-text {
max-width: 400px;
text-align: justify;
padding: 20px;
}
.features__sample-text > p {
font-family: "Alfa Slab One", cursive;
font-weight: 400;
font-size: 24px;
text-align: left;
}
.features__sample-text > span {
font-family: "Barlow Semi Condensed", sans-serif;
font-weight: 500;
font-size: 15px;
}
/* Preview sample 1 */
.features__sample1-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.features__sample1 {
display: flex;
flex: 0 0 auto; /* IE FIX */
flex-direction: column;
justify-content: center;
align-self: center;
max-width: 300px;
padding: 20px;
}
.features__sample1-daily {
align-self: flex-end;
height: 28px;
width: 90px;
background-color: #fbc9c9;
border-radius: 20px;
text-align: center;
padding-top: 1px;
}
.features__sample1-daily > span {
font-family: "Quattrocento Sans", sans-serif;
font-weight: 400;
color: #fb0d0d;
}
.features__sample1-total > span {
font-family: "Quattrocento Sans", sans-serif;
font-weight: 400;
color: #fb0d0d;
font-size: 27px;
padding: 24px;
}
.features__sample1-img {
max-width: 290px;
text-align: center;
}
.features__sample1-img > img {
width: 85%;
object-fit: contain;
user-select: none;
-webkit-user-drag: none;
-khtml-user-drag: none;
-moz-user-drag: none;
-o-user-drag: none;
}
/* Preview sample 2 */
.features__sample2-container {
display: flex;
flex-direction: row;
flex-wrap: wrap-reverse;
justify-content: center;
margin-top: 40px;
}
.features__sample2-img {
max-width: 300px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
}
.features__sample2-img > img {
width: 100%;
object-fit: contain;
user-select: none;
-webkit-user-drag: none;
-khtml-user-drag: none;
-moz-user-drag: none;
-o-user-drag: none;
}
/* Price section */
.price {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 200px;
}
.price__diagonal {
width: 100%;
background-image: linear-gradient(to left top, #7e0cc8, #8c24d3, #9a35de, #a744e9, #b553f4);
transform: skewY(-8deg);
border-top: 22px solid rgba(209, 208, 208, 0.637);
border-bottom: 22px solid rgba(209, 208, 208, 0.637);
box-shadow: 5px 11px 50px 10px rgba(125, 12, 200, 0.418);
}
.price__content {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
padding: 70px 0px 70px 0px;
transform: skewY(8deg);
}
.price__content > div:nth-child(2) {
transform: scale(1.1);
}
@media screen and (max-width: 856px) {
.price__content > div:nth-child(2) {
transform: scale(1);
}
}
.price__content-card {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
background-color: #fff;
width: 220px;
min-height: 310px;
margin: 30px;
padding: 20px 0 0 0;
border-radius: 40px;
box-shadow: 5px 16px 50px -3px rgba(0, 0, 0, 0.41);
font-family: "Barlow Semi Condensed", sans-serif;
font-weight: 500;
}
.price__content-card > span {
font-family: "Barlow Semi Condensed", sans-serif;
font-weight: 500;
font-size: 20px;
color: #a744e9;
}
.price__content-card-list {
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.price__content-card-list > span > small {
color: #a744e9;
}
.price__content-card-list > span {
font-family: "Barlow Semi Condensed", sans-serif;
font-weight: 500;
color: rgb(151, 148, 148);
}
.price__content-card > p {
font-family: "Barlow Semi Condensed", sans-serif;
font-weight: 500;
font-size: 35px;
color: #a744e9;
margin-top: 0px;
}
/* Download section */
.download {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 220px;
}
.download__container {
max-width: 1200px;
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
align-items: center;
}
.download__image {
max-width: 280px;
max-height: 250px;
overflow: hidden;
margin: 20px;
}
.download__image > img {
width: 100%;
object-fit: contain;
user-select: none;
-webkit-user-drag: none;
-khtml-user-drag: none;
-moz-user-drag: none;
-o-user-drag: none;
}
.download__buttons-area {
display: flex;
flex-direction: column;
justify-content: center;
padding: 20px;
}
@media screen and (max-width: 440px) {
.download__buttons-area {
align-items: center;
}
}
.download__buttons-area > span {
font-family: "Alfa Slab One", cursive;
font-weight: 400;
font-size: 24px;
text-align: left;
margin: 10px;
}
.download__buttons {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.download__buttons > a {
padding: 10px;
}
.download__buttons > a > img {
width: 170px;
user-select: none;
-webkit-user-drag: none;
-khtml-user-drag: none;
-moz-user-drag: none;
-o-user-drag: none;
}
.ieError {
background-color: #9a10f6;
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.ieError > span {
color: white;
animation: float 5s ease-in-out infinite;
}
@keyframes float {
0% {
transform: translatey(0px);
}
50% {
transform: translatey(-10px);
}
100% {
transform: translatey(0px);
}
} | 0.419053 | 0.100481 |
.square:hover,
.main-nav__search,
.line__first,
.button--red,
.anons__color-block,
.line--title .line__second,
.services__info-block--active .square--toggle,
.button--active,
.button.button--grey:hover,
.listing-anons__hidden,
.anons__block--center,
.navbar-toggle,
.home-reviews__quote,
.blog--home,
.biker-club__main--home2,
.info-block .button--transparent:hover,
.button--transparent:hover,
.pagination__cell:hover,
.citation,
.article-comment__action:hover,
.anons--about .anons__block:hover .anons__title,
.numbers.numbers--about .line .line__second,
.ui-slider-handle,
.ui-widget-header,
.button--dark:hover,
.item-cell:hover .add-to-cart,
.customBgColor,
.pagination .pagination__cell.pagination__cell--active,
.demo_changer .demo-icon
{
background-color: #ffc73c;
}
.square:hover,
.line-down,
.offer__img,
.button--active,
.button--main.button.button--active,
.button.button--grey:hover,
.info-block .button--transparent:hover,
.button--transparent:hover,
.listings--home2 .button--transparent:hover,
.article__img:after,
.pagination__cell:hover,
.article-comment__action:hover,
.woker-hidden__social .social__one:hover,
.button--dark:hover,
.item-cell:hover .add-to-cart,
.pagination .pagination__cell.pagination__cell--active,
.list__circle
{
border-color:#ffc73c;
}
.aside-tabs__links .aside-tabs__active-link,
.aside-tabs--about .aside-tabs__links a.aside-tabs__active-link,
.sale.triangle-sale:after
{
border-top-color:#ffc73c;
}
.main-nav li a:hover,
.offer__price span,
.featured .technical a:hover span.fa,
.signup__desc span.fa,
.link__square span.fa,
.numbers--home .numbers__num,
.categories__head > h5 a:hover,
.aside-tabs__date,
.article__comments-author span.fa,
.article-comment__action span.fa,
.article-comment__date,
.about-us h1 span,
.item-price,
.numbers__head span.fa,
.list__circle span.fa,
.services__title a:first-child:hover,
.services__info-block--active .services__title a:first-child,
.title-space,
.logo__title span
{
color:#ffc73c;
}
.triangle--block:after,
.triangle--services:after,
.listing-anons.triangle:after,
.blog-anons__hidden.triangle:after,
.biker-club__main.triangle:after,
.listing-anons.line-down.triangle:hover:after,
.event-num.triangle:after,
.signup--home2 .button--sign.triangle:hover:after,
.blog-date.triangle:after,
.triangle-list__one.triangle:after,
.worker.triangle:after,
.worker.triangle:hover:after,
.triangle-list--shop .triangle-list__one.triangle:hover:after,
ul.triangle-list .triangle-list__one--active.triangle:after,
.triangle-sale:after,
.sale.triangle-sale:after
{
border-bottom-color:#ffc73c;
}
.reviews:after
{
background-color: rgba(255,199,60,0.9);
} | ridersofcomu/static/bikers-club/assets/switcher/css/color3.css | .square:hover,
.main-nav__search,
.line__first,
.button--red,
.anons__color-block,
.line--title .line__second,
.services__info-block--active .square--toggle,
.button--active,
.button.button--grey:hover,
.listing-anons__hidden,
.anons__block--center,
.navbar-toggle,
.home-reviews__quote,
.blog--home,
.biker-club__main--home2,
.info-block .button--transparent:hover,
.button--transparent:hover,
.pagination__cell:hover,
.citation,
.article-comment__action:hover,
.anons--about .anons__block:hover .anons__title,
.numbers.numbers--about .line .line__second,
.ui-slider-handle,
.ui-widget-header,
.button--dark:hover,
.item-cell:hover .add-to-cart,
.customBgColor,
.pagination .pagination__cell.pagination__cell--active,
.demo_changer .demo-icon
{
background-color: #ffc73c;
}
.square:hover,
.line-down,
.offer__img,
.button--active,
.button--main.button.button--active,
.button.button--grey:hover,
.info-block .button--transparent:hover,
.button--transparent:hover,
.listings--home2 .button--transparent:hover,
.article__img:after,
.pagination__cell:hover,
.article-comment__action:hover,
.woker-hidden__social .social__one:hover,
.button--dark:hover,
.item-cell:hover .add-to-cart,
.pagination .pagination__cell.pagination__cell--active,
.list__circle
{
border-color:#ffc73c;
}
.aside-tabs__links .aside-tabs__active-link,
.aside-tabs--about .aside-tabs__links a.aside-tabs__active-link,
.sale.triangle-sale:after
{
border-top-color:#ffc73c;
}
.main-nav li a:hover,
.offer__price span,
.featured .technical a:hover span.fa,
.signup__desc span.fa,
.link__square span.fa,
.numbers--home .numbers__num,
.categories__head > h5 a:hover,
.aside-tabs__date,
.article__comments-author span.fa,
.article-comment__action span.fa,
.article-comment__date,
.about-us h1 span,
.item-price,
.numbers__head span.fa,
.list__circle span.fa,
.services__title a:first-child:hover,
.services__info-block--active .services__title a:first-child,
.title-space,
.logo__title span
{
color:#ffc73c;
}
.triangle--block:after,
.triangle--services:after,
.listing-anons.triangle:after,
.blog-anons__hidden.triangle:after,
.biker-club__main.triangle:after,
.listing-anons.line-down.triangle:hover:after,
.event-num.triangle:after,
.signup--home2 .button--sign.triangle:hover:after,
.blog-date.triangle:after,
.triangle-list__one.triangle:after,
.worker.triangle:after,
.worker.triangle:hover:after,
.triangle-list--shop .triangle-list__one.triangle:hover:after,
ul.triangle-list .triangle-list__one--active.triangle:after,
.triangle-sale:after,
.sale.triangle-sale:after
{
border-bottom-color:#ffc73c;
}
.reviews:after
{
background-color: rgba(255,199,60,0.9);
} | 0.554832 | 0.044514 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.