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
@media (min-width: 1012px) { .main > .main-container { width: 984px; } body > .main .blog-main { width: 690px; margin-right: 10px; } .blog-slide .hot-tag { max-width: 284px; } } @media (min-width: 800px) and (max-width: 1011px) { .main > .main-container { width: 760px; } .main .ant-list { min-width: 80% } body > .main .blog-main { width: 475px; } .blog-slide .hot-tag { max-width: 284px; } .wd-card .card-action > span + span { margin-left: 0 !important; } } @media (min-width: 700px) and (max-width: 800px) { .main > .main-container { width: 650px !important; } .wd-card .card-action > span + span { margin-left: 0 !important; } body > .main .blog-main { width: 485px !important; } .blog-slide .hot-tag { max-width: 224px !important; } } @media (min-width: 490px) and (max-width: 700px) { .main > .main-container { width: 455px !important; } } @media (max-width: 700px) { .main .blog-slide { display: none; } .main .blog-main { margin-right: 0 !important; } } @media (max-width: 490px) { .main > .main-container { width: 100% !important; margin: 0 auto; } .blog-main .wd-card .card-action { display: none !important; } .blog-main .wd-card .card-remove { display: none !important; } } .main { padding-top: 8rem; font-size: 1.5rem; width: 100%; } .main .main-container { margin: 0 auto; padding: 1rem; display: flex; flex-direction: row; box-sizing: border-box; } .main .blog-main { margin-right: 10px; } .card .ant-list-item { /*color: rgba(0, 0, 0, 0.87);*/ background-color: #fff; box-shadow: 0 2px 4px rgba(0,0,0, 0.2); border-radius: 5px; z-index: 1; margin-bottom: 3rem; transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; position: relative; padding: 2rem 2rem 2rem 4rem !important; } .card .ant-list-item:hover { box-shadow: 0 5px 10px rgba(0,0,0, 0.4); } .card-type { position: absolute; left: -1.5rem; top: -1.5rem; border-radius: 50%; } .ant-list-item .card-type.original { box-shadow: 0 1px 5px rgba(245,106,0, 0.8); transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 30ms; } .ant-list-item:hover .card-type.original { box-shadow: 0 5px 10px rgba(245,106,0, 0.4); } .ant-list-item .card-type.fork { box-shadow: 0 1px 5px rgba(111, 162, 226, 0.61); transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 30ms; } .ant-list-item:hover .card-type.fork { box-shadow: 0 5px 10px rgba(33, 90, 193, 0.4); } a.ant-typography, .ant-typography a { color: #4f4f4f; } .main-container .ant-list { width: 80%; }
src/Card/Card.css
@media (min-width: 1012px) { .main > .main-container { width: 984px; } body > .main .blog-main { width: 690px; margin-right: 10px; } .blog-slide .hot-tag { max-width: 284px; } } @media (min-width: 800px) and (max-width: 1011px) { .main > .main-container { width: 760px; } .main .ant-list { min-width: 80% } body > .main .blog-main { width: 475px; } .blog-slide .hot-tag { max-width: 284px; } .wd-card .card-action > span + span { margin-left: 0 !important; } } @media (min-width: 700px) and (max-width: 800px) { .main > .main-container { width: 650px !important; } .wd-card .card-action > span + span { margin-left: 0 !important; } body > .main .blog-main { width: 485px !important; } .blog-slide .hot-tag { max-width: 224px !important; } } @media (min-width: 490px) and (max-width: 700px) { .main > .main-container { width: 455px !important; } } @media (max-width: 700px) { .main .blog-slide { display: none; } .main .blog-main { margin-right: 0 !important; } } @media (max-width: 490px) { .main > .main-container { width: 100% !important; margin: 0 auto; } .blog-main .wd-card .card-action { display: none !important; } .blog-main .wd-card .card-remove { display: none !important; } } .main { padding-top: 8rem; font-size: 1.5rem; width: 100%; } .main .main-container { margin: 0 auto; padding: 1rem; display: flex; flex-direction: row; box-sizing: border-box; } .main .blog-main { margin-right: 10px; } .card .ant-list-item { /*color: rgba(0, 0, 0, 0.87);*/ background-color: #fff; box-shadow: 0 2px 4px rgba(0,0,0, 0.2); border-radius: 5px; z-index: 1; margin-bottom: 3rem; transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; position: relative; padding: 2rem 2rem 2rem 4rem !important; } .card .ant-list-item:hover { box-shadow: 0 5px 10px rgba(0,0,0, 0.4); } .card-type { position: absolute; left: -1.5rem; top: -1.5rem; border-radius: 50%; } .ant-list-item .card-type.original { box-shadow: 0 1px 5px rgba(245,106,0, 0.8); transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 30ms; } .ant-list-item:hover .card-type.original { box-shadow: 0 5px 10px rgba(245,106,0, 0.4); } .ant-list-item .card-type.fork { box-shadow: 0 1px 5px rgba(111, 162, 226, 0.61); transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 30ms; } .ant-list-item:hover .card-type.fork { box-shadow: 0 5px 10px rgba(33, 90, 193, 0.4); } a.ant-typography, .ant-typography a { color: #4f4f4f; } .main-container .ant-list { width: 80%; }
0.342132
0.095265
.home-widgets-container { margin-left: -7px; margin-right: -7px; } .home-widgets-container:after { content: ''; display: block; clear: both; } .dashboard-panel-sizer, .dashboard-panel-item { width: 33.3%; padding-left: 7px; padding-right: 7px; } .dashboard-panel-item { float: left; } .dashboard-panel-item-columns-2 { width: 66.6%; } .dashboard-panel-item-columns-3 { width: 100%; } .dashboard-panel-item .panel { border: 0; margin-bottom: 14px; } .dashboard-panel-item .panel-heading { cursor: move; margin: 0; padding: 10px 15px; background-color: #fff; border: 0; } .dashboard-panel-item .panel-heading .panel-title { cursor: move; color: #275f96; font-size: 13px; font-weight: 600; } .dashboard-panel-item .panel-body { padding: 0; border-top: 1px solid #eee; overflow: hidden; } .dashboard-panel-item .panel-body.panel-loading { opacity: 0.4; } .dashboard-panel-item .widget-content-padded { padding: 20px; max-height: 300px; overflow: auto; } .dashboard-panel-item .widget-tools { float: right; margin: -3px -3px 0 0; } .dashboard-panel-item .widget-tools a { color: #ccc; } .dashboard-panel-item .widget-tools i { padding: 0 3px; } .dashboard-panel-item .widget-tools i:hover { color: #888; } .widget-settings { margin-top: -41px; cursor: pointer; } .widget-settings .btn { padding: 2px 5px; font-size: 1.6em; line-height: 1em; color: #bbb; } .widget-settings .btn:active, .widget-settings .btn:focus, .widget-settings .btn:hover { color: #666; outline: none; } .widget-settings .dropdown-menu { margin: 0 -5px 0 0; padding: 5px 0; width: 200px; font-size: 0.95em; background-color: #fff; color: #444; } .widget-settings li { margin: 0; padding: 0; border-bottom: 1px solid #fff; } .widget-settings li.active { background-color: #f8f8f8; } .widget-settings h4 { padding: 0 7px 3px 7px; font-size: 1.2em; text-align: center; } .widget-settings .checkbox-inline { display: block; padding: 3px 12px; } .widget-settings .icheckbox_flat-blue { margin-right: 2px; } /* --- Text Colors --- */ .color-blue { color: #6ecacc; } .color-grey { color: #959595; } .color-purple { color: #af5dd5; } .color-green { color: #5dc560; } .color-orange { color: #eaae53; } .color-pink { color: #ea5395; } .color-cyan { color: #63cfd2; } /* --- Icon Stats --- */ .icon-stats { padding: 20px; font-size: 0.9em; } .icon-stats a, .icon-stats a:hover, .icon-stats a:active { color: inherit; text-decoration: none; } .icon-stats .item { clear: both; } .icon-stats .icon-holder { float: left; font-size: 36px; } .icon-stats .data { margin-left: 50px; } .icon-stats .data div { white-space: nowrap; overflow: hidden; } .icon-stats .number { font-size: 20px; } .icon-stats .unit { font-size: 15px; color: #888; } /* --- Activity Widget --- */ .widget-activity .widget-content-padded { padding: 10px 20px; font-size: 0.9em; } .widget-activity .feed-element { padding: 10px 0; border-bottom: 1px solid #eee; } .widget-activity .feed-element:last-child { border: 0; } /* --- Automation Widget --- */ .widget-automation { font-weight: 300; } .widget-automation .col-sm-6 { padding-top: 10px; padding-bottom: 10px; border-bottom: 1px solid #eee; } .widget-automation .mini-chart { margin-top: 5px; text-align: center; } .widget-automation h4 { margin: 0; } .widget-automation h4 .title-text { display: block; margin-top: 2px; font-size: 13px; color: #a2a6af; font-weight: 300; text-align: center; } .widget-automation p { margin: 0; font-size: 1.6em; font-weight: 400; text-align: center; } .widget-automation .text-footer { text-align: left; font-size: 12px; margin: 5px 10px; color: #999; } /* --- Badges --- */ .home-status-badge-row { margin-left: -7px; margin-right: -7px; margin-bottom: 10px; } .home-status-badge-row div[class^="col-sm-"] { padding-left: 7px; padding-right: 7px; } .health-status-block .icon a, .health-status-block .icon a:hover, .health-status-block .detail a, .health-status-block .detail a:hover { display: block; color: #fff; text-decoration: none; } .status-badge-green { background-color: #5dc560; } .status-badge-green .icon { background-color: #49a94d; } .status-badge-orange { background-color: #eaae53; } .status-badge-orange .icon { background-color: #d28818; } .status-badge-pink { background-color: #ea5395; } .status-badge-pink .icon { background-color: #d61a6c; } .status-badge-cyan { background-color: #8dd5d9; } .status-badge-cyan .icon { background-color: #68b1b5; } /* --- Billing Widget --- */ .widget-billing .row, .widget-stripe .row { margin: 0; } .widget-billing .bordered-right, .widget-stripe .bordered-right { border-right: 1px solid #eee; } .widget-billing .bordered-top, .widget-stripe .bordered-top { border-top: 1px solid #eee; } .widget-billing .item, .widget-stripe .item { padding: 13px 0; white-space: nowrap; overflow: hidden; } .widget-billing .item .data, .widget-stripe .item .data { display: block; font-size: 1.8em; } .widget-billing .item .note, .widget-stripe .item .note { font-size: 0.9em; color: #a2a6af; } @media only screen and (max-width: 767px) { .widget-billing .bordered-right, .widget-billing .bordered-top, .widget-stripe .bordered-right, .widget-stripe .bordered-top { border-right: 0; border-top: 0; } .widget-billing .col-sm-6, .widget-stripe .col-sm-6 { border-bottom: 1px solid #eee; } .widget-billing .col-sm-6:last-child, .widget-stripe .col-sm-6:last-child { border: 0; } } /* --- Health Widget --- */ .widget-health .progress { margin-top: 7px; } .widget-health .item .icon-holder { margin-top: -8px; font-size: 42px; } /* --- Network Status Widget --- */ .widget-networkstatus .item { padding-top: 15px; padding-bottom: 15px; position: relative; border-bottom: 1px solid #f3f3f3; overflow: hidden; } .widget-networkstatus .item:first-child { padding-top: 0; } .widget-networkstatus .item:last-child { border: 0; padding-bottom: 0; } .widget-networkstatus .name { font-size: 16px; float: left; width: 30%; color: #616670; vertical-align: middle; } .widget-networkstatus .note { font-size: 12px; color: #a2a6af; } .widget-networkstatus .name .data, .widget-networkstatus .name .note { max-width: 200px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .widget-networkstatus .stats { float: left; width: 70%; overflow: hidden; } .widget-networkstatus .status, .widget-networkstatus .uptime, .widget-networkstatus .load { float: left; display: inline-block; padding: 0 15px; width: 33.33%; } /* --- Overview Widget --- */ .btn-period-chooser { float: right; } .btn-period-chooser .btn { padding: 3px 10px; color: #999; } .btn-period-chooser .btn.active { color: #444; font-weight: 600; box-shadow: none; border-color: #ccc; } .btn-period-chooser .btn:focus, .btn-period-chooser .btn:active:focus, .btn-period-chooser .btn.active:focus, .btn-period-chooser .btn.focus, .btn-period-chooser .btn:active.focus, .btn-period-chooser .btn.active.focus { outline: none; } .btn-period-chooser .btn:active, .btn-period-chooser .btn.active { background-image: none; outline: 0; -webkit-box-shadow: none; box-shadow: none; } /* --- Staff Widget --- */ .widget-staff-container { padding: 10px 0; } .widget-staff-container .staff { padding: 10px 20px; width: 25%; min-width: 130px; float: left; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .widget-staff-container .staff img { padding-bottom: 4px; } .widget-staff-container .staff .name { font-size: 0.9em; font-weight: bold; } .widget-staff-container .staff .note { font-size: 0.85em; color: #a2a6af; } /* --- Support Widget --- */ .widget-support .tickets-list { margin:0 20px 12px; font-size: 0.9em; } .widget-support .tickets-list .ticket { padding: 5px 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .widget-support .tickets-list .ticket:nth-child(even) { background-color: #f8f8f8; } .widget-support .footer { margin: 20px 0 0 0; padding: 6px 12px 3px 12px; border-top: 1px solid #eee; text-align: center; font-size: 12px; margin: 5px 10px; color: #999; } .widget-support .footer a { text-decoration: underline; padding: 0 6px; } /* --- Client Activity Widget --- */ .widget-clientactivity .clients-list { margin:0 20px 20px 20px; font-size: 0.9em; max-height: 150px; overflow: auto; } .widget-clientactivity .client { padding: 5px 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .widget-clientactivity .client:nth-child(even) { background-color: #f8f8f8; } .widget-clientactivity .last-login { float: right; color: #959595; font-size: 0.9em; } .widget-clientactivity .ip-address { display: block; font-style: italic; color: #63cfd2; font-size: 0.9em; } /* --- MarketConnect Widget --- */ .widget-marketconnect h4 { margin: 0 0 2px 0; font-size: 16px; color: #455; } .widget-marketconnect .selling-status { margin: 10px 0 7px; padding: 2px; text-align: center; font-size: 0.85em; color: #666; white-space: nowrap; overflow: auto; } .widget-marketconnect .selling-status .service { display: inline-block; margin: 10px 0; width: 120px; min-width: 90px; max-width: 200px; } @media (min-width: 1650px) { .widget-marketconnect .selling-status .service { width: 25%; } } .widget-marketconnect .selling-status img { display: block; margin: 5px auto; max-height: 50px; } .widget-marketconnect .selling-status span.title { display: block; margin: 0 0 5px 0; } .widget-marketconnect .selling-status span.label { padding: 2px 8px; font-size: 0.7em; } .widget-marketconnect .selling-status .not-selling img { opacity: 0.3; } .widget-marketconnect .selling-status .not-selling .title { color: #ccc; } .widget-marketconnect .btn-manage { margin: -2px 5px 0 0; padding: 2px 24px; font-size: 12px; border-radius: 3px; } .widget-marketconnect .btn-deposit, .widget-marketconnect .btn-promo { padding: 2px 10px; color: #444; font-size: 12px; border-radius: 3px; } .widget-marketconnect .btn-promo { margin-top: 3px; } .widget-marketconnect .balance-wrapper { margin: 5px 0 0 0; padding: 15px 10px 0 10px; border-top: 1px solid #ddd; } .widget-marketconnect .promo-wrapper { text-align: center; color: #666; } .widget-marketconnect .balance-wrapper small { display: block; font-size: 0.75em; } /* Packery */ .packery-drop-placeholder { outline: 3px dashed #999; outline-offset: -6px; /* transition position changing */ -webkit-transition: -webkit-transform 0.2s; transition: transform 0.2s; } @media (max-width: 950px) { .dashboard-panel-sizer, .dashboard-panel-item { width: 100%; padding-left: 7px; padding-right: 7px; } .dashboard-panel-item-columns-2 { width: 100%; } .dashboard-panel-item-columns-3 { width: 100%; } }
assets/css/AdminDashboard.css
.home-widgets-container { margin-left: -7px; margin-right: -7px; } .home-widgets-container:after { content: ''; display: block; clear: both; } .dashboard-panel-sizer, .dashboard-panel-item { width: 33.3%; padding-left: 7px; padding-right: 7px; } .dashboard-panel-item { float: left; } .dashboard-panel-item-columns-2 { width: 66.6%; } .dashboard-panel-item-columns-3 { width: 100%; } .dashboard-panel-item .panel { border: 0; margin-bottom: 14px; } .dashboard-panel-item .panel-heading { cursor: move; margin: 0; padding: 10px 15px; background-color: #fff; border: 0; } .dashboard-panel-item .panel-heading .panel-title { cursor: move; color: #275f96; font-size: 13px; font-weight: 600; } .dashboard-panel-item .panel-body { padding: 0; border-top: 1px solid #eee; overflow: hidden; } .dashboard-panel-item .panel-body.panel-loading { opacity: 0.4; } .dashboard-panel-item .widget-content-padded { padding: 20px; max-height: 300px; overflow: auto; } .dashboard-panel-item .widget-tools { float: right; margin: -3px -3px 0 0; } .dashboard-panel-item .widget-tools a { color: #ccc; } .dashboard-panel-item .widget-tools i { padding: 0 3px; } .dashboard-panel-item .widget-tools i:hover { color: #888; } .widget-settings { margin-top: -41px; cursor: pointer; } .widget-settings .btn { padding: 2px 5px; font-size: 1.6em; line-height: 1em; color: #bbb; } .widget-settings .btn:active, .widget-settings .btn:focus, .widget-settings .btn:hover { color: #666; outline: none; } .widget-settings .dropdown-menu { margin: 0 -5px 0 0; padding: 5px 0; width: 200px; font-size: 0.95em; background-color: #fff; color: #444; } .widget-settings li { margin: 0; padding: 0; border-bottom: 1px solid #fff; } .widget-settings li.active { background-color: #f8f8f8; } .widget-settings h4 { padding: 0 7px 3px 7px; font-size: 1.2em; text-align: center; } .widget-settings .checkbox-inline { display: block; padding: 3px 12px; } .widget-settings .icheckbox_flat-blue { margin-right: 2px; } /* --- Text Colors --- */ .color-blue { color: #6ecacc; } .color-grey { color: #959595; } .color-purple { color: #af5dd5; } .color-green { color: #5dc560; } .color-orange { color: #eaae53; } .color-pink { color: #ea5395; } .color-cyan { color: #63cfd2; } /* --- Icon Stats --- */ .icon-stats { padding: 20px; font-size: 0.9em; } .icon-stats a, .icon-stats a:hover, .icon-stats a:active { color: inherit; text-decoration: none; } .icon-stats .item { clear: both; } .icon-stats .icon-holder { float: left; font-size: 36px; } .icon-stats .data { margin-left: 50px; } .icon-stats .data div { white-space: nowrap; overflow: hidden; } .icon-stats .number { font-size: 20px; } .icon-stats .unit { font-size: 15px; color: #888; } /* --- Activity Widget --- */ .widget-activity .widget-content-padded { padding: 10px 20px; font-size: 0.9em; } .widget-activity .feed-element { padding: 10px 0; border-bottom: 1px solid #eee; } .widget-activity .feed-element:last-child { border: 0; } /* --- Automation Widget --- */ .widget-automation { font-weight: 300; } .widget-automation .col-sm-6 { padding-top: 10px; padding-bottom: 10px; border-bottom: 1px solid #eee; } .widget-automation .mini-chart { margin-top: 5px; text-align: center; } .widget-automation h4 { margin: 0; } .widget-automation h4 .title-text { display: block; margin-top: 2px; font-size: 13px; color: #a2a6af; font-weight: 300; text-align: center; } .widget-automation p { margin: 0; font-size: 1.6em; font-weight: 400; text-align: center; } .widget-automation .text-footer { text-align: left; font-size: 12px; margin: 5px 10px; color: #999; } /* --- Badges --- */ .home-status-badge-row { margin-left: -7px; margin-right: -7px; margin-bottom: 10px; } .home-status-badge-row div[class^="col-sm-"] { padding-left: 7px; padding-right: 7px; } .health-status-block .icon a, .health-status-block .icon a:hover, .health-status-block .detail a, .health-status-block .detail a:hover { display: block; color: #fff; text-decoration: none; } .status-badge-green { background-color: #5dc560; } .status-badge-green .icon { background-color: #49a94d; } .status-badge-orange { background-color: #eaae53; } .status-badge-orange .icon { background-color: #d28818; } .status-badge-pink { background-color: #ea5395; } .status-badge-pink .icon { background-color: #d61a6c; } .status-badge-cyan { background-color: #8dd5d9; } .status-badge-cyan .icon { background-color: #68b1b5; } /* --- Billing Widget --- */ .widget-billing .row, .widget-stripe .row { margin: 0; } .widget-billing .bordered-right, .widget-stripe .bordered-right { border-right: 1px solid #eee; } .widget-billing .bordered-top, .widget-stripe .bordered-top { border-top: 1px solid #eee; } .widget-billing .item, .widget-stripe .item { padding: 13px 0; white-space: nowrap; overflow: hidden; } .widget-billing .item .data, .widget-stripe .item .data { display: block; font-size: 1.8em; } .widget-billing .item .note, .widget-stripe .item .note { font-size: 0.9em; color: #a2a6af; } @media only screen and (max-width: 767px) { .widget-billing .bordered-right, .widget-billing .bordered-top, .widget-stripe .bordered-right, .widget-stripe .bordered-top { border-right: 0; border-top: 0; } .widget-billing .col-sm-6, .widget-stripe .col-sm-6 { border-bottom: 1px solid #eee; } .widget-billing .col-sm-6:last-child, .widget-stripe .col-sm-6:last-child { border: 0; } } /* --- Health Widget --- */ .widget-health .progress { margin-top: 7px; } .widget-health .item .icon-holder { margin-top: -8px; font-size: 42px; } /* --- Network Status Widget --- */ .widget-networkstatus .item { padding-top: 15px; padding-bottom: 15px; position: relative; border-bottom: 1px solid #f3f3f3; overflow: hidden; } .widget-networkstatus .item:first-child { padding-top: 0; } .widget-networkstatus .item:last-child { border: 0; padding-bottom: 0; } .widget-networkstatus .name { font-size: 16px; float: left; width: 30%; color: #616670; vertical-align: middle; } .widget-networkstatus .note { font-size: 12px; color: #a2a6af; } .widget-networkstatus .name .data, .widget-networkstatus .name .note { max-width: 200px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .widget-networkstatus .stats { float: left; width: 70%; overflow: hidden; } .widget-networkstatus .status, .widget-networkstatus .uptime, .widget-networkstatus .load { float: left; display: inline-block; padding: 0 15px; width: 33.33%; } /* --- Overview Widget --- */ .btn-period-chooser { float: right; } .btn-period-chooser .btn { padding: 3px 10px; color: #999; } .btn-period-chooser .btn.active { color: #444; font-weight: 600; box-shadow: none; border-color: #ccc; } .btn-period-chooser .btn:focus, .btn-period-chooser .btn:active:focus, .btn-period-chooser .btn.active:focus, .btn-period-chooser .btn.focus, .btn-period-chooser .btn:active.focus, .btn-period-chooser .btn.active.focus { outline: none; } .btn-period-chooser .btn:active, .btn-period-chooser .btn.active { background-image: none; outline: 0; -webkit-box-shadow: none; box-shadow: none; } /* --- Staff Widget --- */ .widget-staff-container { padding: 10px 0; } .widget-staff-container .staff { padding: 10px 20px; width: 25%; min-width: 130px; float: left; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .widget-staff-container .staff img { padding-bottom: 4px; } .widget-staff-container .staff .name { font-size: 0.9em; font-weight: bold; } .widget-staff-container .staff .note { font-size: 0.85em; color: #a2a6af; } /* --- Support Widget --- */ .widget-support .tickets-list { margin:0 20px 12px; font-size: 0.9em; } .widget-support .tickets-list .ticket { padding: 5px 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .widget-support .tickets-list .ticket:nth-child(even) { background-color: #f8f8f8; } .widget-support .footer { margin: 20px 0 0 0; padding: 6px 12px 3px 12px; border-top: 1px solid #eee; text-align: center; font-size: 12px; margin: 5px 10px; color: #999; } .widget-support .footer a { text-decoration: underline; padding: 0 6px; } /* --- Client Activity Widget --- */ .widget-clientactivity .clients-list { margin:0 20px 20px 20px; font-size: 0.9em; max-height: 150px; overflow: auto; } .widget-clientactivity .client { padding: 5px 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .widget-clientactivity .client:nth-child(even) { background-color: #f8f8f8; } .widget-clientactivity .last-login { float: right; color: #959595; font-size: 0.9em; } .widget-clientactivity .ip-address { display: block; font-style: italic; color: #63cfd2; font-size: 0.9em; } /* --- MarketConnect Widget --- */ .widget-marketconnect h4 { margin: 0 0 2px 0; font-size: 16px; color: #455; } .widget-marketconnect .selling-status { margin: 10px 0 7px; padding: 2px; text-align: center; font-size: 0.85em; color: #666; white-space: nowrap; overflow: auto; } .widget-marketconnect .selling-status .service { display: inline-block; margin: 10px 0; width: 120px; min-width: 90px; max-width: 200px; } @media (min-width: 1650px) { .widget-marketconnect .selling-status .service { width: 25%; } } .widget-marketconnect .selling-status img { display: block; margin: 5px auto; max-height: 50px; } .widget-marketconnect .selling-status span.title { display: block; margin: 0 0 5px 0; } .widget-marketconnect .selling-status span.label { padding: 2px 8px; font-size: 0.7em; } .widget-marketconnect .selling-status .not-selling img { opacity: 0.3; } .widget-marketconnect .selling-status .not-selling .title { color: #ccc; } .widget-marketconnect .btn-manage { margin: -2px 5px 0 0; padding: 2px 24px; font-size: 12px; border-radius: 3px; } .widget-marketconnect .btn-deposit, .widget-marketconnect .btn-promo { padding: 2px 10px; color: #444; font-size: 12px; border-radius: 3px; } .widget-marketconnect .btn-promo { margin-top: 3px; } .widget-marketconnect .balance-wrapper { margin: 5px 0 0 0; padding: 15px 10px 0 10px; border-top: 1px solid #ddd; } .widget-marketconnect .promo-wrapper { text-align: center; color: #666; } .widget-marketconnect .balance-wrapper small { display: block; font-size: 0.75em; } /* Packery */ .packery-drop-placeholder { outline: 3px dashed #999; outline-offset: -6px; /* transition position changing */ -webkit-transition: -webkit-transform 0.2s; transition: transform 0.2s; } @media (max-width: 950px) { .dashboard-panel-sizer, .dashboard-panel-item { width: 100%; padding-left: 7px; padding-right: 7px; } .dashboard-panel-item-columns-2 { width: 100%; } .dashboard-panel-item-columns-3 { width: 100%; } }
0.439026
0.085633
body.download div#content { margin:0; position:relative; } body.download div#content div#head { background: transparent url(bg_appdownload_chinese.jpg) left top no-repeat; min-height:700px; padding:60px 0 0 350px; width:610px; } body.download div.downloadbox { background: transparent url(bg_appdownload_box_bot.png) left bottom no-repeat; width:250px; height:220px; padding-bottom:20px; text-align:center; float:left; margin-right:30px; } body.download div.downloadbox h3 { background: transparent url(bg_appdownload_box_top.png) left top no-repeat; color:#fff; font-size:180%; position:relative; top:-20px; padding:8px 0; } body.download div.downloadbox h4 { font-size:150%; margin:0; } body.download div.downloadbox p { margin:0; padding:0 20px; width:210px; } body.download div.downloadbox p.button { margin:1em 0 0 0; } body.download div.downloadbox p.button a { display:block; padding:0; margin:0; height:79px; } body.download div#content { position:relative; } body.download div#content div#upgradenote { text-align:left; width:524px; height:250px;margin:0; padding:95px 30px 35px 30px; position:absolute; top:445px; left:325px; background: transparent url(bg_upgrade_bubble.png) center top no-repeat;} body.download div#content div#upgradenote h2 { font-size:150%; margin-left:40px; } body.download div#content div#upgradenote ul { font-size:120%; margin:1em 2em 0 40px; list-style:none; } body.download div#content div#upgradenote ul li { margin-bottom:.5em; background: transparent url(ico_checkmark_black2.png) left 4px no-repeat; padding-left:30px; } body.downloads h1 { color:#4c4c4c; text-align:left; margin-left:30px; margin-top:30px; line-height:110%; } body.downloads table.downloads-table-headers { width:100%; } body.downloads table.downloads-table-headers td.wide { width:64%; } body.downloads table.downloads-table-headers td.on-the-right1 { width:16%; } body.downloads table.downloads-table-headers td.on-the-right2 { width:20%; } body.downloads table.downloads-table { width:880px; clear: both; border-collapse:collapse; margin-left:80px; margin-bottom:120px;} body.downloads table.downloads-table tr:nth-child(odd) { background-color: #e2e2cc; background-image: -webkit-gradient(linear, left top, left bottom, from(#edede1), to(#e2e2cc)); background-image: -webkit-linear-gradient(top, #edede1, #e2e2cc); background-image: -moz-linear-gradient(top, #edede1, #e2e2cc); background-image: -o-linear-gradient(top, #edede1, #e2e2cc); background-image: linear-gradient(to bottom, #edede1, #e2e2cc); } body.downloads table.downloads-table td { padding:16px; } body.downloads table.downloads-table td.app-icon { border-top-left-radius: 50px; border-bottom-left-radius: 50px; padding-left:24px;} body.downloads table.downloads-table td.app-label { text-align:left; color:#4c4c4c; font-size:180%; } body.downloads table.downloads-table td.free-label { width:150px; text-align:right; color:#76695a; font-size:130%; } body.downloads table.downloads-table td.download-on-app-store { width:120px; text-align:left; } body.downloads table.downloads-table td.download-on-google-play { width:150px; text-align:left; }
russian/static/html/100 Russian Phrases with Audio_files/downloads.css
body.download div#content { margin:0; position:relative; } body.download div#content div#head { background: transparent url(bg_appdownload_chinese.jpg) left top no-repeat; min-height:700px; padding:60px 0 0 350px; width:610px; } body.download div.downloadbox { background: transparent url(bg_appdownload_box_bot.png) left bottom no-repeat; width:250px; height:220px; padding-bottom:20px; text-align:center; float:left; margin-right:30px; } body.download div.downloadbox h3 { background: transparent url(bg_appdownload_box_top.png) left top no-repeat; color:#fff; font-size:180%; position:relative; top:-20px; padding:8px 0; } body.download div.downloadbox h4 { font-size:150%; margin:0; } body.download div.downloadbox p { margin:0; padding:0 20px; width:210px; } body.download div.downloadbox p.button { margin:1em 0 0 0; } body.download div.downloadbox p.button a { display:block; padding:0; margin:0; height:79px; } body.download div#content { position:relative; } body.download div#content div#upgradenote { text-align:left; width:524px; height:250px;margin:0; padding:95px 30px 35px 30px; position:absolute; top:445px; left:325px; background: transparent url(bg_upgrade_bubble.png) center top no-repeat;} body.download div#content div#upgradenote h2 { font-size:150%; margin-left:40px; } body.download div#content div#upgradenote ul { font-size:120%; margin:1em 2em 0 40px; list-style:none; } body.download div#content div#upgradenote ul li { margin-bottom:.5em; background: transparent url(ico_checkmark_black2.png) left 4px no-repeat; padding-left:30px; } body.downloads h1 { color:#4c4c4c; text-align:left; margin-left:30px; margin-top:30px; line-height:110%; } body.downloads table.downloads-table-headers { width:100%; } body.downloads table.downloads-table-headers td.wide { width:64%; } body.downloads table.downloads-table-headers td.on-the-right1 { width:16%; } body.downloads table.downloads-table-headers td.on-the-right2 { width:20%; } body.downloads table.downloads-table { width:880px; clear: both; border-collapse:collapse; margin-left:80px; margin-bottom:120px;} body.downloads table.downloads-table tr:nth-child(odd) { background-color: #e2e2cc; background-image: -webkit-gradient(linear, left top, left bottom, from(#edede1), to(#e2e2cc)); background-image: -webkit-linear-gradient(top, #edede1, #e2e2cc); background-image: -moz-linear-gradient(top, #edede1, #e2e2cc); background-image: -o-linear-gradient(top, #edede1, #e2e2cc); background-image: linear-gradient(to bottom, #edede1, #e2e2cc); } body.downloads table.downloads-table td { padding:16px; } body.downloads table.downloads-table td.app-icon { border-top-left-radius: 50px; border-bottom-left-radius: 50px; padding-left:24px;} body.downloads table.downloads-table td.app-label { text-align:left; color:#4c4c4c; font-size:180%; } body.downloads table.downloads-table td.free-label { width:150px; text-align:right; color:#76695a; font-size:130%; } body.downloads table.downloads-table td.download-on-app-store { width:120px; text-align:left; } body.downloads table.downloads-table td.download-on-google-play { width:150px; text-align:left; }
0.280912
0.136005
body{ font-family: 'Roboto',sans-serif; } *{ box-sizing: border-box; } #cuppaDatePickerContainer, #cuppaDatePicker{ width: 250px; text-align: center; margin: 0px auto; } .wc-date-container{ float: left; width: 100%; height: 30px; border: 1px solid #4285f4; margin-bottom: 1px; font-size: 16px; padding: 5px; text-align: left; cursor: pointer; background: #fff; line-height: 20px; } .wc-date-container > span{ color: #4285f4; } .wc-date-container > i{ float: right; font-size: 20px; color: #4285f4; } .winkel-calendar{ position: relative; } .wc-date-popover{ font-size: 14px; box-shadow: 0px 7px 23px 0px #e7e7e7; margin: 0px auto; perspective: 1000px; float: left; background: #fff; border: 1px solid #4285f4; position: fixed; width: 100%; top: 0px; left: 0px; z-index: 9999; overflow: hidden; height: 100%; } .wc-banner{ /* background: #3ce5ed; */ float: left; width: 100%; margin-bottom: 5px; background: #4285f4; } .wc-day-row{ padding: 5px 0px; background: rgba(0, 0, 0, 0.09); color: #fff; width: 100%; float: left; font-size: 18px; text-align: center; } .wc-date-row{ display: inline-block; font-size: 82px; color: #fff; padding: 10px 5px; width: 50%; float: left; text-align: right; font-weight: 200; line-height: 100px; } .timepicker-true .wc-date-row{ width: 30%; padding: 0px 5px; } .wc-month-row{ padding: 16px 0px 0px 0px; font-size: 35px; color: #fff; width: 100%; float: left; } .wc-month-row > div, .wc-year-row > div{ } .wc-month-row > i, .wc-year-row > i{ float: right; font-size: 12px; padding: 10px 6px; cursor: pointer; } .wc-month-row > i:hover, .wc-year-row > i:hover{ color: rgba(255, 255, 255, 0.63); } .wc-year-row{ text-align: left; color: #fff; font-size: 24px; float: left; width: 100%; padding: 5px 0px 0px 0px; } .timepicker-true .wc-year-row{ font-size: 20px; padding: 5px 0px 0px 12px; } .timestate > .active{ color: #fff; } .timestate span{ cursor:pointer; } .wc-my-sec{ display: inline-block; padding: 10px 10px; float: left; width: 50%; font-weight: 300; } .timepicker-true .wc-my-sec{ width: 20%; } .time i{ font-size: 21px; display: block; text-align: center; cursor: pointer; } .time i:hover{ color: rgba(255, 255, 255, 0.65); } .time > .hour, .time > .minutes{ float: left; width: 45%; } .wc-month-row > div:nth-child(1), .wc-year-row > div:nth-child(1){ float: left; text-align: left; line-height: 37px; } .wc-time-sec{ color: #fff; text-align: center; padding: 5px 10px; background: #4285f4; float: left; width: 100%; margin-top: 5px; } .wc-time-sec > .time{ font-size: 38px; font-weight: 100; width: 50%; text-align: right; float: left; } .time-divider{ width: 5%; float: left; text-align: center; padding: 8px 0px; } .time-view{ position: absolute; background: #fff; width: 100%; z-index: 1; top: 40px; } .button{ width: 100%; padding: 5px; background: #4285f4; color: #fff; margin: 0px auto; border: 1px solid #4285f4; border-radius: 3px; } .button-sm{ width: 50%; } .time-view .time{ font-size: 36px; width: 50%; margin: 0px auto; display: inline-block; padding: 15px 0px 0px 0px; color: #4285f4; font-weight: 300; } .time-view .time-divider{ padding:0px; } .wc-time-sec .time input, .time-view .time input { display: inline-block; width: 100%; background: none; border: none; text-align: center; cursor: pointer; } .wc-time-sec > .timestate{ font-size: 14px; width: 50%; float: left; padding: 24px; font-size: 24px; } .show-time-picker .wc-date-row{ width: 33% !important; } .show-time-picker .wc-my-sec{ width: 22% !important; } .wc-month-controls > .fa:hover, .wc-year-controls > .fa:hover{ color: #fff; } .wc-details > .fa:hover{ color: #ccc; } .wc-month-controls{ padding: 5px; font-size: 16px; color: rgba(255, 255, 255, 0.71); float: right; } .wc-year-controls{ padding: 2px 5px 0px 5px; font-size: 16px; color: rgba(255, 255, 255, 0.71); float: right; } .wc-year-controls > .fa , .wc-month-controls > .fa{ cursor: pointer; padding: 0px 4px; } .wc-details{ float: left; width: 65%; padding: 10px 0px 10px; color: #fff; background: #4a8cf9; } .banner-true > .wc-details{ padding: 10px 0px 10px; } .wc-prev{ float: left; width:25%; text-align: left; padding: 0px 15px; cursor: pointer; font-size: 35px; } .month-year{ float: left; width:50%; font-size: 18px; line-height: 35px; text-align: center; } .wc-next{ float: right; width:25%; text-align: right; padding: 0px 15px; cursor: pointer; font-size: 35px; } .calendar-days{ color: #07c; background: #fff; } .cal-util{ width: 100%; float: left; cursor: pointer; position: absolute; bottom: 0; background: #fff; } .cal-util > .ok{ width: 100%; padding: 15px; border-bottom: 1px solid #d1d1d1; float: left; color: #4285f4; font-size: 18px; border-top: 1px solid #d1d1d1; } .ok > i{ margin-right: 5px; } .cal-util > .cancel{ width: 50%; float: left; padding: 10px; color: #4285f4; font-size: 20px; } .cal-util > .ok:hover, .cal-util > .cancel:hover{ box-shadow: inset 0px 0px 20px #ccc; } .today > span{ border: 1px solid #4285f4; background: none; } .selected-day > span{ /*background: #3ce5ed;*/ background: #4285f4; color: #fff; } .calendar-header{ } .calendar-days td{ cursor: pointer; } .calendar-days td:hover > span{ background: #4285f4; color: #fff; } .winkel-calendar table{ width: 100%; text-align: center; font-size: 18px; border-collapse: collapse; } .winkel-calendar table td{ padding: 0px 0px; width: calc((100%)/7); text-align: center; transition: all .1s linear; } .winkel-calendar table td span{ display: block; padding: 7px; margin: 0px; line-height: 32px; } .calendar-header td{ padding: 5px 0px !important; } .months-view, .years-view{ background: #fff; position: absolute; width: 100%; top: 210px; width: 100%; height: calc(100% - 210px); bottom: 0; } .years-list-view{ float: left; width: calc(100% - 60px); height: 100%; } .months-view > span, .years-list-view > span{ display: inline-block; width: 25%; padding: 25px 0px; cursor: pointer; font-size: 16px; } .years-list-view > span{ width: 33.3333% } .years-view > .prev, .years-view > .next{ float: left; width: 30px; padding: 85px 0px; cursor: pointer; font-size: 52px; } .years-view > .prev:hover, .years-view > .next:hover{ color: #ccc; } .years-view > .next{ float: right; } .current-month, .current-year{ color: #4285f4; } .years-view > span{ width: 33.3333%; } .months-view > span:hover, .years-list-view > span:hover{ color: #4285f4; } .banner-true{ padding-top: 0px !important; border: none !important; } .banner-true > .wc-banner{ margin-bottom : 0px !important; } .banner-true > .time-view{ height: calc(100% - 124px); top: 142px; } .methods{ clear: left; padding: 50px 0px; text-align: center; } .month-year i{ cursor:pointer; font-size: 10px; } .timepicker-true .wc-month-row{ font-size: 28px; padding: 5px 0px 5px 15px; } .timepicker-true .wc-month-row > div:nth-child(1), .wc-year-row > div:nth-child(1){ line-height: 24px; } .timepicker-true .wc-month-row > i, .wc-year-row > i{ padding: 8px 6px; } .timepicker-true .wc-my-sec{ padding: 16px 2px; } .timepicker-true .wc-time-sec{ width: 48%; padding: 25px 0px; margin: 0px; cursor: pointer; } .timepicker-true .wc-time-sec:hover{ color: rgba(255, 255, 255, 0.65); } .timepicker-true .wc-time-sec > .time{ width: 75%; cursor: pointer; } .timepicker-true .time i{ display: none; } .timepicker-true .time-divider{ padding: 0px; } .timepicker-true .timestate{ padding: 0px; width: auto; padding-top: 7px; font-size: 20px; font-weight: 300; } .year-title{ width: 35%; float: left; line-height: 55px; font-size: 18px; background: #2f77f0; color: #fff; } .year-title i{ float: right; padding: 13px 10px 7px 0px; font-size: 28px; } .angular-range-slider { display: inline-block; position: relative; height: 4px; width: 80%; margin: 10px auto 25px auto; vertical-align: middle; } .angular-range-slider div { white-space: nowrap; position: absolute; } .angular-range-slider div.bar { width: 100%; height: 100%; border-radius: 10px; background: #ccc; overflow: hidden; } .angular-range-slider div.bar .selection { width: 0; height: 100%; background: #4285f4; } .angular-range-slider div.handle { cursor: pointer; width: 25px; height: 25px; top: -10px; background: #fff; box-shadow: 0px 0px 5px #ccc; z-index: 2; border-radius: 100%; } .angular-range-slider div.handle.active { background-color: #fff; } .angular-range-slider div.bubble { display: none; cursor: default; top: -32px; padding: 1px 3px 1px 3px; font-size: 0.7em; font-family: sans-serif; } .angular-range-slider div.bubble.active { display: inline-block; } .angular-range-slider div.bubble.limit { color: #777; } @media (min-width: 365px) and (max-width: 767px){ .wc-date-row{ font-size: 96px; } .timepicker-true .wc-date-row { width: 54%; padding: 20px 5px 10px; } .timepicker-true .wc-my-sec { padding: 33px 2px 10px; width: 46%; } .timepicker-true .wc-time-sec { width: 100%; padding: 0px 0px 15px 0px; } .timepicker-true .wc-time-sec > .time { width: 35%; float: none; margin: 0px auto; font-size: 42px; } .timepicker-true .wc-month-row { font-size: 42px; padding: 5px 0px 5px 5px; } .timepicker-true .wc-year-row { font-size: 24px; padding: 15px 0px 0px 5px; } .timepicker-true .timestate{ font-size: 22px; font-weight: 100; } .months-view, .years-view{ top: 297px; } .banner-true > .time-view{ top: 240px; } .time-view .time{ font-size: 62px; } .cuppa-btn-group{ font-size: 22px; font-weight: 300; } .angular-range-slider{ height: 5px; margin: 20px auto 25px auto; } .angular-range-slider div.handle{ width: 45px; height: 45px; top: -20px; font-size: 26px; } .time-view-btn{ padding: 25px 0px; } .button-sm { width: 80%; padding: 10px; font-size: 16px; } .cuppa-btn-group > .button{ padding: 5px 15px !important; } } @media (min-width: 768px) { .wc-date-popover{ width: 250px; position: absolute; top: 31px; height: auto; left: 0; } .wc-day-row{ padding: 5px 0px; font-size: 14px; } .wc-date-row{ font-size: 62px; line-height: 65px; padding: 15px 5px; } .wc-my-sec{ padding: 15px 10px; } .timepicker-true .wc-my-sec{ padding: 15px 3px; } .wc-month-row{ padding: 5px 0px 0px 0px; font-size: 28px; } .wc-year-row{ font-size: 16px; padding: 2px 0px 0px 0px; } .month-year{ font-size: 14px; line-height: 20px; } .wc-month-row > div:nth-child(1), .wc-year-row > div:nth-child(1){ line-height: 28px; } .wc-prev, .wc-next{ font-size: 18px; } .wc-details{ padding: 10px 0px 10px; } .year-title{ line-height: 40px; font-size: 16px; } .year-title i{ padding: 11px 10px 10px 0px; font-size: 18px; } .calendar-header td{ padding: 5px 0px !important; } .winkel-calendar table{ font-size: 14px; } .winkel-calendar table td span{ line-height: 24px; width: 35px; height: 35px; } .months-view, .years-view{ top: 40px; width: 100%; height: calc(100%); } .banner-true .months-view, .banner-true .years-view{ top: 165px; height: calc(100% - 128px); } .winkel-calendar table td span{ padding: 6px; } .cal-util > .ok{ font-size: 14px; padding: 10px; } .wc-time-sec > .time{ font-size: 30px; } .time i{ font-size: 10px; } .wc-time-sec > .timestate{ font-size: 16px; } .wc-month-row > div:nth-child(1), .wc-year-row > div:nth-child(1){ min-width: 35px; } .wc-month-row > i, .wc-year-row > i{ font-size: 8px; } .cal-util{ position: relative; } .timepicker-true .wc-date-row{ width: 25%; font-size: 52px; padding: 15px 5px; } .timepicker-true .wc-my-sec{ width: 25%; } .banner-true > .time-view { top: 125px; } .timepicker-true .wc-month-row { padding: 6px 0px 0px 7px; font-size: 18px; } .timepicker-true .wc-year-row { padding: 0px 0px 0px 6px; font-size: 16px; } } .time-view h5{ text-align: left; width: 80%; margin: 0px auto; padding: 5px 0px; font-weight: 400; } .cuppa-btn-group{ display: inline-block; } .cuppa-btn-group > .active{ background: #4285f4 !important; color: #fff !important; } .cuppa-btn-group > .button{ border: 1px solid #4285f4; background: #fff; border-radius: 3px; float: left; margin: 0px; align-items: initial; color: #4285f4; width: auto; padding: 0px 5px; } .cuppa-btn-group > .button:first-child{ border-top-right-radius: 0px; border-bottom-right-radius: 0px; border-right: 0px; } .cuppa-btn-group > .button:last-child{ border-top-left-radius: 0px; border-bottom-left-radius: 0px; } /* Slider CSS*/ .slider{ width: 200px; height: 5px; background: #ccc; border-radius: 5px; margin: 12px auto; position: relative; } .slider > .circle{ width: 20px; height: 20px; background: #fff; position: absolute; top: -8px; border-radius: 20px; left: 60px; box-shadow: 0px 0px 5px #ccc; cursor: pointer; }
EmporiosCuritiba/WebContent/css/cuppa-datepicker-styles.css
body{ font-family: 'Roboto',sans-serif; } *{ box-sizing: border-box; } #cuppaDatePickerContainer, #cuppaDatePicker{ width: 250px; text-align: center; margin: 0px auto; } .wc-date-container{ float: left; width: 100%; height: 30px; border: 1px solid #4285f4; margin-bottom: 1px; font-size: 16px; padding: 5px; text-align: left; cursor: pointer; background: #fff; line-height: 20px; } .wc-date-container > span{ color: #4285f4; } .wc-date-container > i{ float: right; font-size: 20px; color: #4285f4; } .winkel-calendar{ position: relative; } .wc-date-popover{ font-size: 14px; box-shadow: 0px 7px 23px 0px #e7e7e7; margin: 0px auto; perspective: 1000px; float: left; background: #fff; border: 1px solid #4285f4; position: fixed; width: 100%; top: 0px; left: 0px; z-index: 9999; overflow: hidden; height: 100%; } .wc-banner{ /* background: #3ce5ed; */ float: left; width: 100%; margin-bottom: 5px; background: #4285f4; } .wc-day-row{ padding: 5px 0px; background: rgba(0, 0, 0, 0.09); color: #fff; width: 100%; float: left; font-size: 18px; text-align: center; } .wc-date-row{ display: inline-block; font-size: 82px; color: #fff; padding: 10px 5px; width: 50%; float: left; text-align: right; font-weight: 200; line-height: 100px; } .timepicker-true .wc-date-row{ width: 30%; padding: 0px 5px; } .wc-month-row{ padding: 16px 0px 0px 0px; font-size: 35px; color: #fff; width: 100%; float: left; } .wc-month-row > div, .wc-year-row > div{ } .wc-month-row > i, .wc-year-row > i{ float: right; font-size: 12px; padding: 10px 6px; cursor: pointer; } .wc-month-row > i:hover, .wc-year-row > i:hover{ color: rgba(255, 255, 255, 0.63); } .wc-year-row{ text-align: left; color: #fff; font-size: 24px; float: left; width: 100%; padding: 5px 0px 0px 0px; } .timepicker-true .wc-year-row{ font-size: 20px; padding: 5px 0px 0px 12px; } .timestate > .active{ color: #fff; } .timestate span{ cursor:pointer; } .wc-my-sec{ display: inline-block; padding: 10px 10px; float: left; width: 50%; font-weight: 300; } .timepicker-true .wc-my-sec{ width: 20%; } .time i{ font-size: 21px; display: block; text-align: center; cursor: pointer; } .time i:hover{ color: rgba(255, 255, 255, 0.65); } .time > .hour, .time > .minutes{ float: left; width: 45%; } .wc-month-row > div:nth-child(1), .wc-year-row > div:nth-child(1){ float: left; text-align: left; line-height: 37px; } .wc-time-sec{ color: #fff; text-align: center; padding: 5px 10px; background: #4285f4; float: left; width: 100%; margin-top: 5px; } .wc-time-sec > .time{ font-size: 38px; font-weight: 100; width: 50%; text-align: right; float: left; } .time-divider{ width: 5%; float: left; text-align: center; padding: 8px 0px; } .time-view{ position: absolute; background: #fff; width: 100%; z-index: 1; top: 40px; } .button{ width: 100%; padding: 5px; background: #4285f4; color: #fff; margin: 0px auto; border: 1px solid #4285f4; border-radius: 3px; } .button-sm{ width: 50%; } .time-view .time{ font-size: 36px; width: 50%; margin: 0px auto; display: inline-block; padding: 15px 0px 0px 0px; color: #4285f4; font-weight: 300; } .time-view .time-divider{ padding:0px; } .wc-time-sec .time input, .time-view .time input { display: inline-block; width: 100%; background: none; border: none; text-align: center; cursor: pointer; } .wc-time-sec > .timestate{ font-size: 14px; width: 50%; float: left; padding: 24px; font-size: 24px; } .show-time-picker .wc-date-row{ width: 33% !important; } .show-time-picker .wc-my-sec{ width: 22% !important; } .wc-month-controls > .fa:hover, .wc-year-controls > .fa:hover{ color: #fff; } .wc-details > .fa:hover{ color: #ccc; } .wc-month-controls{ padding: 5px; font-size: 16px; color: rgba(255, 255, 255, 0.71); float: right; } .wc-year-controls{ padding: 2px 5px 0px 5px; font-size: 16px; color: rgba(255, 255, 255, 0.71); float: right; } .wc-year-controls > .fa , .wc-month-controls > .fa{ cursor: pointer; padding: 0px 4px; } .wc-details{ float: left; width: 65%; padding: 10px 0px 10px; color: #fff; background: #4a8cf9; } .banner-true > .wc-details{ padding: 10px 0px 10px; } .wc-prev{ float: left; width:25%; text-align: left; padding: 0px 15px; cursor: pointer; font-size: 35px; } .month-year{ float: left; width:50%; font-size: 18px; line-height: 35px; text-align: center; } .wc-next{ float: right; width:25%; text-align: right; padding: 0px 15px; cursor: pointer; font-size: 35px; } .calendar-days{ color: #07c; background: #fff; } .cal-util{ width: 100%; float: left; cursor: pointer; position: absolute; bottom: 0; background: #fff; } .cal-util > .ok{ width: 100%; padding: 15px; border-bottom: 1px solid #d1d1d1; float: left; color: #4285f4; font-size: 18px; border-top: 1px solid #d1d1d1; } .ok > i{ margin-right: 5px; } .cal-util > .cancel{ width: 50%; float: left; padding: 10px; color: #4285f4; font-size: 20px; } .cal-util > .ok:hover, .cal-util > .cancel:hover{ box-shadow: inset 0px 0px 20px #ccc; } .today > span{ border: 1px solid #4285f4; background: none; } .selected-day > span{ /*background: #3ce5ed;*/ background: #4285f4; color: #fff; } .calendar-header{ } .calendar-days td{ cursor: pointer; } .calendar-days td:hover > span{ background: #4285f4; color: #fff; } .winkel-calendar table{ width: 100%; text-align: center; font-size: 18px; border-collapse: collapse; } .winkel-calendar table td{ padding: 0px 0px; width: calc((100%)/7); text-align: center; transition: all .1s linear; } .winkel-calendar table td span{ display: block; padding: 7px; margin: 0px; line-height: 32px; } .calendar-header td{ padding: 5px 0px !important; } .months-view, .years-view{ background: #fff; position: absolute; width: 100%; top: 210px; width: 100%; height: calc(100% - 210px); bottom: 0; } .years-list-view{ float: left; width: calc(100% - 60px); height: 100%; } .months-view > span, .years-list-view > span{ display: inline-block; width: 25%; padding: 25px 0px; cursor: pointer; font-size: 16px; } .years-list-view > span{ width: 33.3333% } .years-view > .prev, .years-view > .next{ float: left; width: 30px; padding: 85px 0px; cursor: pointer; font-size: 52px; } .years-view > .prev:hover, .years-view > .next:hover{ color: #ccc; } .years-view > .next{ float: right; } .current-month, .current-year{ color: #4285f4; } .years-view > span{ width: 33.3333%; } .months-view > span:hover, .years-list-view > span:hover{ color: #4285f4; } .banner-true{ padding-top: 0px !important; border: none !important; } .banner-true > .wc-banner{ margin-bottom : 0px !important; } .banner-true > .time-view{ height: calc(100% - 124px); top: 142px; } .methods{ clear: left; padding: 50px 0px; text-align: center; } .month-year i{ cursor:pointer; font-size: 10px; } .timepicker-true .wc-month-row{ font-size: 28px; padding: 5px 0px 5px 15px; } .timepicker-true .wc-month-row > div:nth-child(1), .wc-year-row > div:nth-child(1){ line-height: 24px; } .timepicker-true .wc-month-row > i, .wc-year-row > i{ padding: 8px 6px; } .timepicker-true .wc-my-sec{ padding: 16px 2px; } .timepicker-true .wc-time-sec{ width: 48%; padding: 25px 0px; margin: 0px; cursor: pointer; } .timepicker-true .wc-time-sec:hover{ color: rgba(255, 255, 255, 0.65); } .timepicker-true .wc-time-sec > .time{ width: 75%; cursor: pointer; } .timepicker-true .time i{ display: none; } .timepicker-true .time-divider{ padding: 0px; } .timepicker-true .timestate{ padding: 0px; width: auto; padding-top: 7px; font-size: 20px; font-weight: 300; } .year-title{ width: 35%; float: left; line-height: 55px; font-size: 18px; background: #2f77f0; color: #fff; } .year-title i{ float: right; padding: 13px 10px 7px 0px; font-size: 28px; } .angular-range-slider { display: inline-block; position: relative; height: 4px; width: 80%; margin: 10px auto 25px auto; vertical-align: middle; } .angular-range-slider div { white-space: nowrap; position: absolute; } .angular-range-slider div.bar { width: 100%; height: 100%; border-radius: 10px; background: #ccc; overflow: hidden; } .angular-range-slider div.bar .selection { width: 0; height: 100%; background: #4285f4; } .angular-range-slider div.handle { cursor: pointer; width: 25px; height: 25px; top: -10px; background: #fff; box-shadow: 0px 0px 5px #ccc; z-index: 2; border-radius: 100%; } .angular-range-slider div.handle.active { background-color: #fff; } .angular-range-slider div.bubble { display: none; cursor: default; top: -32px; padding: 1px 3px 1px 3px; font-size: 0.7em; font-family: sans-serif; } .angular-range-slider div.bubble.active { display: inline-block; } .angular-range-slider div.bubble.limit { color: #777; } @media (min-width: 365px) and (max-width: 767px){ .wc-date-row{ font-size: 96px; } .timepicker-true .wc-date-row { width: 54%; padding: 20px 5px 10px; } .timepicker-true .wc-my-sec { padding: 33px 2px 10px; width: 46%; } .timepicker-true .wc-time-sec { width: 100%; padding: 0px 0px 15px 0px; } .timepicker-true .wc-time-sec > .time { width: 35%; float: none; margin: 0px auto; font-size: 42px; } .timepicker-true .wc-month-row { font-size: 42px; padding: 5px 0px 5px 5px; } .timepicker-true .wc-year-row { font-size: 24px; padding: 15px 0px 0px 5px; } .timepicker-true .timestate{ font-size: 22px; font-weight: 100; } .months-view, .years-view{ top: 297px; } .banner-true > .time-view{ top: 240px; } .time-view .time{ font-size: 62px; } .cuppa-btn-group{ font-size: 22px; font-weight: 300; } .angular-range-slider{ height: 5px; margin: 20px auto 25px auto; } .angular-range-slider div.handle{ width: 45px; height: 45px; top: -20px; font-size: 26px; } .time-view-btn{ padding: 25px 0px; } .button-sm { width: 80%; padding: 10px; font-size: 16px; } .cuppa-btn-group > .button{ padding: 5px 15px !important; } } @media (min-width: 768px) { .wc-date-popover{ width: 250px; position: absolute; top: 31px; height: auto; left: 0; } .wc-day-row{ padding: 5px 0px; font-size: 14px; } .wc-date-row{ font-size: 62px; line-height: 65px; padding: 15px 5px; } .wc-my-sec{ padding: 15px 10px; } .timepicker-true .wc-my-sec{ padding: 15px 3px; } .wc-month-row{ padding: 5px 0px 0px 0px; font-size: 28px; } .wc-year-row{ font-size: 16px; padding: 2px 0px 0px 0px; } .month-year{ font-size: 14px; line-height: 20px; } .wc-month-row > div:nth-child(1), .wc-year-row > div:nth-child(1){ line-height: 28px; } .wc-prev, .wc-next{ font-size: 18px; } .wc-details{ padding: 10px 0px 10px; } .year-title{ line-height: 40px; font-size: 16px; } .year-title i{ padding: 11px 10px 10px 0px; font-size: 18px; } .calendar-header td{ padding: 5px 0px !important; } .winkel-calendar table{ font-size: 14px; } .winkel-calendar table td span{ line-height: 24px; width: 35px; height: 35px; } .months-view, .years-view{ top: 40px; width: 100%; height: calc(100%); } .banner-true .months-view, .banner-true .years-view{ top: 165px; height: calc(100% - 128px); } .winkel-calendar table td span{ padding: 6px; } .cal-util > .ok{ font-size: 14px; padding: 10px; } .wc-time-sec > .time{ font-size: 30px; } .time i{ font-size: 10px; } .wc-time-sec > .timestate{ font-size: 16px; } .wc-month-row > div:nth-child(1), .wc-year-row > div:nth-child(1){ min-width: 35px; } .wc-month-row > i, .wc-year-row > i{ font-size: 8px; } .cal-util{ position: relative; } .timepicker-true .wc-date-row{ width: 25%; font-size: 52px; padding: 15px 5px; } .timepicker-true .wc-my-sec{ width: 25%; } .banner-true > .time-view { top: 125px; } .timepicker-true .wc-month-row { padding: 6px 0px 0px 7px; font-size: 18px; } .timepicker-true .wc-year-row { padding: 0px 0px 0px 6px; font-size: 16px; } } .time-view h5{ text-align: left; width: 80%; margin: 0px auto; padding: 5px 0px; font-weight: 400; } .cuppa-btn-group{ display: inline-block; } .cuppa-btn-group > .active{ background: #4285f4 !important; color: #fff !important; } .cuppa-btn-group > .button{ border: 1px solid #4285f4; background: #fff; border-radius: 3px; float: left; margin: 0px; align-items: initial; color: #4285f4; width: auto; padding: 0px 5px; } .cuppa-btn-group > .button:first-child{ border-top-right-radius: 0px; border-bottom-right-radius: 0px; border-right: 0px; } .cuppa-btn-group > .button:last-child{ border-top-left-radius: 0px; border-bottom-left-radius: 0px; } /* Slider CSS*/ .slider{ width: 200px; height: 5px; background: #ccc; border-radius: 5px; margin: 12px auto; position: relative; } .slider > .circle{ width: 20px; height: 20px; background: #fff; position: absolute; top: -8px; border-radius: 20px; left: 60px; box-shadow: 0px 0px 5px #ccc; cursor: pointer; }
0.330363
0.099426
@font-face { font-family: PanelsIPEIcon; src: url(../fonts/ipeicons.woff); } .ipe-icon { display: inline-block; vertical-align: middle; font-family: PanelsIPEIcon; font-size: 24px; } .ipe-action-list .ipe-icon { height: 24px; margin-top: -10px; display: block; } .ipe-icon.ipe-icon-up:before { content: "\e900"; } .ipe-icon.ipe-icon-down:before { content: "\e901"; } .ipe-icon.ipe-icon-warning:before { content: "\e902"; } .ipe-icon.ipe-icon-change_layout:before { content: "\e903"; } .ipe-icon.ipe-icon-edit:before { content: "\e904"; } .ipe-icon.ipe-icon-manage_content:before { content: "\e905"; } .ipe-icon.ipe-icon-locked:before { content: "\e90e"; } .ipe-icon.ipe-icon-create_content:before { content: "\e90b"; } .ipe-icon.ipe-icon-save:before { content: "\e906"; } .ipe-icon.ipe-icon-loading:before { display: inline-block; content: "\e907"; animation: ipe-spin 1s infinite linear; } .ipe-icon.ipe-icon-remove { /* Normalize font size as the "X" is quite large. */ font-size: 20px; } .ipe-icon.ipe-icon-remove:before { content: "\e90c"; } .ipe-icon.ipe-icon-configure:before { content: "\e909"; } .ipe-icon.ipe-icon-cancel:before { content: "\e90a"; } .ipe-icon.ipe-icon-search:before { content: "\e90d"; } .ipe-icon.ipe-icon-configure { font-size: 20px; } @keyframes ipe-spin { from { transform: rotate(360deg); } to { transform: rotate(0deg); } } /* Fix the output of the AppView to the bottom of the screen. */ #panels-ipe-tray { position: fixed; /* One below jQuery.ui dialogs. */ z-index: 100; width: 100%; bottom: 0; left: 0; text-align: center; } /* Force text to render as a sans-serif web-safe font. */ #panels-ipe-tray, #panels-ipe-tray a, #panels-ipe-tray p { font-family: Arial, Helvetica, sans-serif; } #panels-ipe-tray p { margin: 0; } /* Remove focus outlines on known elements, if they are otherwise indicated. */ .ipe-tabs-content:focus, .ipe-tab a:focus, .ipe-category:focus, a.ipe-layout:focus, .ipe-blockpicker-item a:focus, .ipe-category-picker-bottom:focus { outline: none; } /* Add a box shadow to the IPE tabs. */ .ipe-tabs-content { box-shadow: 3px -1px 2px 0 rgba(0, 0, 0, 0.3333); } /* Remove list styling from the output of the TabsView. */ .ipe-tabs { list-style: none; margin: 0; padding: 0; } /* Display tabs inline and slightly on top of .ipe-tabs-content. */ .ipe-tab { overflow: hidden; position: relative; display: inline-block; vertical-align: bottom; margin-bottom: -1px; background-color: white; border-top: 1px solid darkgray; box-shadow: 3px -1px 2px 0 rgba(0, 0, 0, 0.3333); } html[dir="rtl"] .ipe-tab { box-shadow: -3px -1px 2px 0 rgba(0, 0, 0, 0.3333); } .ipe-tab:first-child { border-left: 1px solid darkgray; border-top-left-radius: 5px; box-shadow: -2px -1px 2px rgba(0, 0, 0, 0.3333); right: -5px; } html[dir="rtl"] .ipe-tab:first-child { border-left: 0 none; border-top-left-radius: 0; border-right: 1px solid darkgray; border-top-right-radius: 5px; box-shadow: 2px -1px 2px rgba(0, 0, 0, 0.3333); right: auto; left: -5px; } .ipe-tab:last-child { border-right: 1px solid darkgray; border-top-right-radius: 5px; box-shadow: 2px -1px 2px rgba(0, 0, 0, 0.3333); } html[dir="rtl"] .ipe-tab:last-child { border-right: 0 none; border-top-right-radius: 0; border-left: 1px solid darkgray; border-top-left-radius: 5px; box-shadow: -2px -1px 2px rgba(0, 0, 0, 0.3333); } .ipe-tab a { font-size: 13px; text-transform: capitalize; color: black; padding: 10px 15px 12px 5px; display: block; vertical-align: top; border: none; cursor: pointer; transition: .2s; transition-property: color, border-color; border-bottom: 1px solid darkgray; } .ipe-tab.active a, .ipe-tab a:hover { padding-bottom: 10px; color: rgb(67, 125, 33); border: none; border-bottom: 3px solid rgb(67, 125, 33); } /* Indicate the cancel button. */ [data-tab-id="cancel"] a:hover, [data-tab-id="cancel"].active a { color: #7d0000; border-color: #7d0000; } .ipe-tab a::selection { background: none; } /* Provide default styles and a minimum height for tab content. */ .ipe-tab-content { display: none; min-height: 100px; padding: 20px 5px 10px 5px; background-color: white; border-top: 1px solid darkgray; } .ipe-tab-content.active { display: block; } /* Styles for the Layout selector. */ .ipe-current-layout, .ipe-all-layouts { display: inline-block; } .layout-wrapper { display: flex; justify-content: center; } /* Remove <ul> list styling and make list scrollable. */ .ipe-layouts { vertical-align: top; list-style: none; margin: 0; padding: 0; white-space: nowrap; } /* Show layouts as clickable things. */ .ipe-layout { cursor: pointer; position: relative; display: inline-block; margin-right: 10px; vertical-align: top; border: 1px solid #d4d4d4; min-width: 150px; transition: .2s; } .ipe-layout:hover { background: #f1f1f1; } /* Show the layout's label on hover. */ .ipe-layout-label { display: block; color: black; line-height: 14px; font-size: 14px; padding: 10px; border-top: 1px solid #d4d4d4; transition: .2s; } /* Flag the current layout if a user is viewing it inside its category. */ .ipe-current-layout-label { position: absolute; top: 0; left: 0; padding: 5px; background: #437d21; color: white; border-bottom-right-radius: 5px; line-height: 12px; font-size: 12px; } /* Make sure image icons aren't too wide. */ .ipe-layout-image { width: 75px; margin: 10px 0 10px 0; } /* Style the block/region headers. */ div.ipe-actions { display: flex; justify-content: space-between; min-height: 20px; border-radius: 5px 5px 0 0; background-color: rgb(222, 222, 222); padding: 5px; margin-top: 1px; clear: both; } div.ipe-actions-block { background-color: rgb(243, 243, 243); } .ipe-actions ul.ipe-action-list { list-style: none; margin: 0; padding: 0; } .ipe-actions h5, .ipe-actions li { font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-transform: uppercase; font-weight: bold; margin: 0; } .ipe-actions a { color: black; display: block; text-transform: uppercase; border: none; cursor: pointer; transition: .2s; } .ipe-actions a:hover { color: #bebebe; border: none; } .ipe-actions *::selection { background: none; } .ipe-action-list li { display: inline-block; vertical-align: middle; } .ipe-action-list [data-action-id="move"] select { font-size: 14px; margin: 0; background: transparent; border: none; text-transform: uppercase; } .ipe-action-list [data-action-id="move"] option { font-size: 14px; } /* Fix contextual links hovering over action links. */ [data-block-id] [data-contextual-id].contextual { /* Top is normally hard-set at 6px, this puts it below the action bar. */ top: 35px; } /* Indicate that blocks are draggable */ [data-block-id].active { cursor: move; border: 1px dashed transparent; } [data-block-id].active:hover { border: 1px dashed #3c3c3c; } /* Indicate an HTML request if a block is syncing. */ [data-block-id].syncing:before { float: left; vertical-align: middle; font-family: PanelsIPEIcon; font-size: 24px; content: "\e907"; animation: ipe-spin 1s infinite linear; } /* This is used for highlighting new content on screen. */ .ipe-highlight { animation: ipe-blink .4s ease-in-out 2; } @keyframes ipe-blink { from, to { box-shadow: 0 0 0 1px transparent; } 50% { box-shadow: 0 0 0 2px rgba(88, 160, 44, 0.70); } } /* Drag/drop styles for blocks. */ .ipe-droppable { display: none; width: 100%; height: 30px; margin: 5px 0 5px; background-color: transparent; border: 1px dashed #3c3c3c; transition: .2s; } .ipe-droppable.active { display: block; } .ipe-droppable.hover { background-color: rgba(88, 160, 44, 0.70); border-color: rgb(67, 125, 33); } /* Style the BlockPicker. */ .ipe-category-picker-bottom { overflow-x: scroll; white-space: nowrap; margin: auto; padding: 20px 20px 0 20px; min-height: 70px; } .ipe-category-picker-bottom.top-open { border-top: 1px solid darkgray; } .ipe-category-picker-top { display: none; overflow-y: scroll; } .ipe-category-picker-top.active { display: block; padding: 10px 0 10px 0; max-height: 100%; } .ipe-category-picker-search { border-bottom: 1px solid lightgray; padding-bottom: 5px; } .ipe-category-picker-search input { display: inline-block; width: inherit; margin-left: 5px; } .ipe-category-picker-search input[type="submit"] { display: none; background: white; color: black; border: 1px solid lightgray; border-radius: 5px; padding: 6px; transition: .2s; } #panels-ipe-tray .ipe-category { margin-right: 5px; } .ipe-category { position: relative; color: black; display: inline-block; padding: 10px; text-transform: capitalize; font-size: 15px; border: 1px solid transparent; border-radius: 5px; transition: .2s; cursor: pointer; } .ipe-category h4, .ipe-category h5 { margin: 0; } .ipe-category h4 { font-size: 18px; } .ipe-category p { text-transform: none; font-weight: normal; } .ipe-category:hover, .ipe-category.active { border-color: rgb(67, 125, 33); color: inherit; } /* Indicate an active block category with an arrow. */ .ipe-category.active:after { bottom: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .ipe-category.active:after { border-color: transparent; border-bottom-color: rgb(67, 125, 33); border-width: 10px; margin-left: -10px; } /* Style the create button a bit differently than other categories. */ .ipe-create-category { border: 1px solid lightgray; background: #fbfbfb; } .ipe-create-category:hover { background: white; } .ipe-category-count { color: white; background: black; border-radius: 50%; margin-left: 5px; font-size: 10px; height: 20px; width: 20px; line-height: 20px; display: inline-block; vertical-align: middle; } /* Display block picker elements in a flex grid. */ .ipe-block-picker-list .ipe-category-picker-top.active { display: inline-flex; flex-flow: row wrap; justify-content: center; } .ipe-category-picker-top.active.form-displayed { display: block; } .ipe-blockpicker-item { flex-basis: 240px; width: 240px; margin-left: 10px; margin-top: 10px; text-align: left; } .ipe-blockpicker-item-info { font-size: 12px; } .ipe-blockpicker-item h5 { position: relative; bottom: 0; margin: 0; display: inline-block; padding: 10px 20px 10px 10px; font-size: 12px; line-height: 1.5em; font-weight: bold; text-transform: capitalize; } .ipe-blockpicker-item p { font-size: 12px; } .ipe-blockpicker-item a { border: 1px solid #333; background: #fbfbfb; display: flex; flex-direction: column; position: relative; height: 100%; border-radius: 0; padding: 0; transition: .2s; color: inherit; cursor: pointer; } .ipe-blockpicker-item a:after { content: "+"; display: inline-block; position: absolute; right: 10px; top: 20%; font-size: 16px; } .ipe-blockpicker-item a:hover { background: white; border-color: rgb(67, 125, 33); color: rgb(67, 125, 33); } .ipe-block-content-type-info p { padding: 0 10px 10px 10px; } /* Theme the category view. */ .ipe-category-picker-top > h4 { text-transform: uppercase; display: block; width: 100%; border-bottom: 1px solid darkgray; padding: 5px; margin: 0 0 10px 0; font-size: 18px; } /* Theme the block plugin and layout forms. */ .ipe-block-form, .ipe-layout-form { text-align: left; margin: 0 auto; display: inline-block; } .ipe-form label { display: inline-block; text-transform: uppercase; margin-right: 5px; } .ipe-form summary { text-transform: uppercase; background: transparent; } .ipe-form .ipe-icon-loading { text-align: center; width: 100%; } .ipe-form input[type="submit"] { text-transform: uppercase; margin: 0; background: white; color: black; border-radius: 5px; display: inline-block; transition: .2s; } .ipe-form input[type="submit"]:hover { border-color: rgb(67, 125, 33); color: black; background: white; } .ipe-form { max-width: 650px; padding: 5px; } /* Vertical-tabs specific styling. */ .ipe-form .vertical-tabs__menu { margin: 0; } .ipe-form .vertical-tabs__menu-item > a { margin: inherit; display: block !important; } .ipe-form .vertical-tabs__menu-item-summary { display: block !important; } /* Styles required to do the card-flip affect. */ /* Credit to https://davidwalsh.name/css-flip for the original CSS. */ .ipe-block-form .flip-container { perspective: 1000; } /* flip the pane when hovered */ .ipe-block-form.flipped .flipper, .ipe-block-form.flipped .flipper { transform: rotateY(180deg); } /* flip speed goes here */ .ipe-block-form .flipper { transition: 0.6s; transform-style: preserve-3d; position: relative; } /* hide back of pane during swap */ .ipe-block-form .front, .ipe-block-form .back { backface-visibility: hidden; background: white; overflow: hidden; } /* front pane, placed above back */ .ipe-block-form .front { z-index: 2; /* for firefox 31 */ transform: rotateY(0deg); } /* back, initially hidden pane */ .ipe-block-form .back { transform: rotateY(180deg); position: absolute; top: 0; right: 0; } /* Mobile specific styles. */ @media screen and (max-width: 40em) { /* Only display the search "button" on mobile. */ .ipe-category-picker-search input[type="submit"] { display: inline-block; } /* Hide tab titles on mobile. */ .ipe-tab-title { display: none; } /* Increase tab padding on mobile. */ .ipe-tab a { padding: 10px 15px 12px 15px; } /* Show block plugins in one column. */ .ipe-blockpicker-item { display: block; width: inherit; } /* Increase font size on block plugins. */ .ipe-blockpicker-item h5 { font-size: 16px; } /* Put the actions below the block title. */ div.ipe-actions { display: block; } /* Put actions to the right of the bar. */ .ipe-actions ul.ipe-action-list { text-align: right; } }
web/modules/contrib/panels/panels_ipe/css/panels_ipe.css
@font-face { font-family: PanelsIPEIcon; src: url(../fonts/ipeicons.woff); } .ipe-icon { display: inline-block; vertical-align: middle; font-family: PanelsIPEIcon; font-size: 24px; } .ipe-action-list .ipe-icon { height: 24px; margin-top: -10px; display: block; } .ipe-icon.ipe-icon-up:before { content: "\e900"; } .ipe-icon.ipe-icon-down:before { content: "\e901"; } .ipe-icon.ipe-icon-warning:before { content: "\e902"; } .ipe-icon.ipe-icon-change_layout:before { content: "\e903"; } .ipe-icon.ipe-icon-edit:before { content: "\e904"; } .ipe-icon.ipe-icon-manage_content:before { content: "\e905"; } .ipe-icon.ipe-icon-locked:before { content: "\e90e"; } .ipe-icon.ipe-icon-create_content:before { content: "\e90b"; } .ipe-icon.ipe-icon-save:before { content: "\e906"; } .ipe-icon.ipe-icon-loading:before { display: inline-block; content: "\e907"; animation: ipe-spin 1s infinite linear; } .ipe-icon.ipe-icon-remove { /* Normalize font size as the "X" is quite large. */ font-size: 20px; } .ipe-icon.ipe-icon-remove:before { content: "\e90c"; } .ipe-icon.ipe-icon-configure:before { content: "\e909"; } .ipe-icon.ipe-icon-cancel:before { content: "\e90a"; } .ipe-icon.ipe-icon-search:before { content: "\e90d"; } .ipe-icon.ipe-icon-configure { font-size: 20px; } @keyframes ipe-spin { from { transform: rotate(360deg); } to { transform: rotate(0deg); } } /* Fix the output of the AppView to the bottom of the screen. */ #panels-ipe-tray { position: fixed; /* One below jQuery.ui dialogs. */ z-index: 100; width: 100%; bottom: 0; left: 0; text-align: center; } /* Force text to render as a sans-serif web-safe font. */ #panels-ipe-tray, #panels-ipe-tray a, #panels-ipe-tray p { font-family: Arial, Helvetica, sans-serif; } #panels-ipe-tray p { margin: 0; } /* Remove focus outlines on known elements, if they are otherwise indicated. */ .ipe-tabs-content:focus, .ipe-tab a:focus, .ipe-category:focus, a.ipe-layout:focus, .ipe-blockpicker-item a:focus, .ipe-category-picker-bottom:focus { outline: none; } /* Add a box shadow to the IPE tabs. */ .ipe-tabs-content { box-shadow: 3px -1px 2px 0 rgba(0, 0, 0, 0.3333); } /* Remove list styling from the output of the TabsView. */ .ipe-tabs { list-style: none; margin: 0; padding: 0; } /* Display tabs inline and slightly on top of .ipe-tabs-content. */ .ipe-tab { overflow: hidden; position: relative; display: inline-block; vertical-align: bottom; margin-bottom: -1px; background-color: white; border-top: 1px solid darkgray; box-shadow: 3px -1px 2px 0 rgba(0, 0, 0, 0.3333); } html[dir="rtl"] .ipe-tab { box-shadow: -3px -1px 2px 0 rgba(0, 0, 0, 0.3333); } .ipe-tab:first-child { border-left: 1px solid darkgray; border-top-left-radius: 5px; box-shadow: -2px -1px 2px rgba(0, 0, 0, 0.3333); right: -5px; } html[dir="rtl"] .ipe-tab:first-child { border-left: 0 none; border-top-left-radius: 0; border-right: 1px solid darkgray; border-top-right-radius: 5px; box-shadow: 2px -1px 2px rgba(0, 0, 0, 0.3333); right: auto; left: -5px; } .ipe-tab:last-child { border-right: 1px solid darkgray; border-top-right-radius: 5px; box-shadow: 2px -1px 2px rgba(0, 0, 0, 0.3333); } html[dir="rtl"] .ipe-tab:last-child { border-right: 0 none; border-top-right-radius: 0; border-left: 1px solid darkgray; border-top-left-radius: 5px; box-shadow: -2px -1px 2px rgba(0, 0, 0, 0.3333); } .ipe-tab a { font-size: 13px; text-transform: capitalize; color: black; padding: 10px 15px 12px 5px; display: block; vertical-align: top; border: none; cursor: pointer; transition: .2s; transition-property: color, border-color; border-bottom: 1px solid darkgray; } .ipe-tab.active a, .ipe-tab a:hover { padding-bottom: 10px; color: rgb(67, 125, 33); border: none; border-bottom: 3px solid rgb(67, 125, 33); } /* Indicate the cancel button. */ [data-tab-id="cancel"] a:hover, [data-tab-id="cancel"].active a { color: #7d0000; border-color: #7d0000; } .ipe-tab a::selection { background: none; } /* Provide default styles and a minimum height for tab content. */ .ipe-tab-content { display: none; min-height: 100px; padding: 20px 5px 10px 5px; background-color: white; border-top: 1px solid darkgray; } .ipe-tab-content.active { display: block; } /* Styles for the Layout selector. */ .ipe-current-layout, .ipe-all-layouts { display: inline-block; } .layout-wrapper { display: flex; justify-content: center; } /* Remove <ul> list styling and make list scrollable. */ .ipe-layouts { vertical-align: top; list-style: none; margin: 0; padding: 0; white-space: nowrap; } /* Show layouts as clickable things. */ .ipe-layout { cursor: pointer; position: relative; display: inline-block; margin-right: 10px; vertical-align: top; border: 1px solid #d4d4d4; min-width: 150px; transition: .2s; } .ipe-layout:hover { background: #f1f1f1; } /* Show the layout's label on hover. */ .ipe-layout-label { display: block; color: black; line-height: 14px; font-size: 14px; padding: 10px; border-top: 1px solid #d4d4d4; transition: .2s; } /* Flag the current layout if a user is viewing it inside its category. */ .ipe-current-layout-label { position: absolute; top: 0; left: 0; padding: 5px; background: #437d21; color: white; border-bottom-right-radius: 5px; line-height: 12px; font-size: 12px; } /* Make sure image icons aren't too wide. */ .ipe-layout-image { width: 75px; margin: 10px 0 10px 0; } /* Style the block/region headers. */ div.ipe-actions { display: flex; justify-content: space-between; min-height: 20px; border-radius: 5px 5px 0 0; background-color: rgb(222, 222, 222); padding: 5px; margin-top: 1px; clear: both; } div.ipe-actions-block { background-color: rgb(243, 243, 243); } .ipe-actions ul.ipe-action-list { list-style: none; margin: 0; padding: 0; } .ipe-actions h5, .ipe-actions li { font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-transform: uppercase; font-weight: bold; margin: 0; } .ipe-actions a { color: black; display: block; text-transform: uppercase; border: none; cursor: pointer; transition: .2s; } .ipe-actions a:hover { color: #bebebe; border: none; } .ipe-actions *::selection { background: none; } .ipe-action-list li { display: inline-block; vertical-align: middle; } .ipe-action-list [data-action-id="move"] select { font-size: 14px; margin: 0; background: transparent; border: none; text-transform: uppercase; } .ipe-action-list [data-action-id="move"] option { font-size: 14px; } /* Fix contextual links hovering over action links. */ [data-block-id] [data-contextual-id].contextual { /* Top is normally hard-set at 6px, this puts it below the action bar. */ top: 35px; } /* Indicate that blocks are draggable */ [data-block-id].active { cursor: move; border: 1px dashed transparent; } [data-block-id].active:hover { border: 1px dashed #3c3c3c; } /* Indicate an HTML request if a block is syncing. */ [data-block-id].syncing:before { float: left; vertical-align: middle; font-family: PanelsIPEIcon; font-size: 24px; content: "\e907"; animation: ipe-spin 1s infinite linear; } /* This is used for highlighting new content on screen. */ .ipe-highlight { animation: ipe-blink .4s ease-in-out 2; } @keyframes ipe-blink { from, to { box-shadow: 0 0 0 1px transparent; } 50% { box-shadow: 0 0 0 2px rgba(88, 160, 44, 0.70); } } /* Drag/drop styles for blocks. */ .ipe-droppable { display: none; width: 100%; height: 30px; margin: 5px 0 5px; background-color: transparent; border: 1px dashed #3c3c3c; transition: .2s; } .ipe-droppable.active { display: block; } .ipe-droppable.hover { background-color: rgba(88, 160, 44, 0.70); border-color: rgb(67, 125, 33); } /* Style the BlockPicker. */ .ipe-category-picker-bottom { overflow-x: scroll; white-space: nowrap; margin: auto; padding: 20px 20px 0 20px; min-height: 70px; } .ipe-category-picker-bottom.top-open { border-top: 1px solid darkgray; } .ipe-category-picker-top { display: none; overflow-y: scroll; } .ipe-category-picker-top.active { display: block; padding: 10px 0 10px 0; max-height: 100%; } .ipe-category-picker-search { border-bottom: 1px solid lightgray; padding-bottom: 5px; } .ipe-category-picker-search input { display: inline-block; width: inherit; margin-left: 5px; } .ipe-category-picker-search input[type="submit"] { display: none; background: white; color: black; border: 1px solid lightgray; border-radius: 5px; padding: 6px; transition: .2s; } #panels-ipe-tray .ipe-category { margin-right: 5px; } .ipe-category { position: relative; color: black; display: inline-block; padding: 10px; text-transform: capitalize; font-size: 15px; border: 1px solid transparent; border-radius: 5px; transition: .2s; cursor: pointer; } .ipe-category h4, .ipe-category h5 { margin: 0; } .ipe-category h4 { font-size: 18px; } .ipe-category p { text-transform: none; font-weight: normal; } .ipe-category:hover, .ipe-category.active { border-color: rgb(67, 125, 33); color: inherit; } /* Indicate an active block category with an arrow. */ .ipe-category.active:after { bottom: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .ipe-category.active:after { border-color: transparent; border-bottom-color: rgb(67, 125, 33); border-width: 10px; margin-left: -10px; } /* Style the create button a bit differently than other categories. */ .ipe-create-category { border: 1px solid lightgray; background: #fbfbfb; } .ipe-create-category:hover { background: white; } .ipe-category-count { color: white; background: black; border-radius: 50%; margin-left: 5px; font-size: 10px; height: 20px; width: 20px; line-height: 20px; display: inline-block; vertical-align: middle; } /* Display block picker elements in a flex grid. */ .ipe-block-picker-list .ipe-category-picker-top.active { display: inline-flex; flex-flow: row wrap; justify-content: center; } .ipe-category-picker-top.active.form-displayed { display: block; } .ipe-blockpicker-item { flex-basis: 240px; width: 240px; margin-left: 10px; margin-top: 10px; text-align: left; } .ipe-blockpicker-item-info { font-size: 12px; } .ipe-blockpicker-item h5 { position: relative; bottom: 0; margin: 0; display: inline-block; padding: 10px 20px 10px 10px; font-size: 12px; line-height: 1.5em; font-weight: bold; text-transform: capitalize; } .ipe-blockpicker-item p { font-size: 12px; } .ipe-blockpicker-item a { border: 1px solid #333; background: #fbfbfb; display: flex; flex-direction: column; position: relative; height: 100%; border-radius: 0; padding: 0; transition: .2s; color: inherit; cursor: pointer; } .ipe-blockpicker-item a:after { content: "+"; display: inline-block; position: absolute; right: 10px; top: 20%; font-size: 16px; } .ipe-blockpicker-item a:hover { background: white; border-color: rgb(67, 125, 33); color: rgb(67, 125, 33); } .ipe-block-content-type-info p { padding: 0 10px 10px 10px; } /* Theme the category view. */ .ipe-category-picker-top > h4 { text-transform: uppercase; display: block; width: 100%; border-bottom: 1px solid darkgray; padding: 5px; margin: 0 0 10px 0; font-size: 18px; } /* Theme the block plugin and layout forms. */ .ipe-block-form, .ipe-layout-form { text-align: left; margin: 0 auto; display: inline-block; } .ipe-form label { display: inline-block; text-transform: uppercase; margin-right: 5px; } .ipe-form summary { text-transform: uppercase; background: transparent; } .ipe-form .ipe-icon-loading { text-align: center; width: 100%; } .ipe-form input[type="submit"] { text-transform: uppercase; margin: 0; background: white; color: black; border-radius: 5px; display: inline-block; transition: .2s; } .ipe-form input[type="submit"]:hover { border-color: rgb(67, 125, 33); color: black; background: white; } .ipe-form { max-width: 650px; padding: 5px; } /* Vertical-tabs specific styling. */ .ipe-form .vertical-tabs__menu { margin: 0; } .ipe-form .vertical-tabs__menu-item > a { margin: inherit; display: block !important; } .ipe-form .vertical-tabs__menu-item-summary { display: block !important; } /* Styles required to do the card-flip affect. */ /* Credit to https://davidwalsh.name/css-flip for the original CSS. */ .ipe-block-form .flip-container { perspective: 1000; } /* flip the pane when hovered */ .ipe-block-form.flipped .flipper, .ipe-block-form.flipped .flipper { transform: rotateY(180deg); } /* flip speed goes here */ .ipe-block-form .flipper { transition: 0.6s; transform-style: preserve-3d; position: relative; } /* hide back of pane during swap */ .ipe-block-form .front, .ipe-block-form .back { backface-visibility: hidden; background: white; overflow: hidden; } /* front pane, placed above back */ .ipe-block-form .front { z-index: 2; /* for firefox 31 */ transform: rotateY(0deg); } /* back, initially hidden pane */ .ipe-block-form .back { transform: rotateY(180deg); position: absolute; top: 0; right: 0; } /* Mobile specific styles. */ @media screen and (max-width: 40em) { /* Only display the search "button" on mobile. */ .ipe-category-picker-search input[type="submit"] { display: inline-block; } /* Hide tab titles on mobile. */ .ipe-tab-title { display: none; } /* Increase tab padding on mobile. */ .ipe-tab a { padding: 10px 15px 12px 15px; } /* Show block plugins in one column. */ .ipe-blockpicker-item { display: block; width: inherit; } /* Increase font size on block plugins. */ .ipe-blockpicker-item h5 { font-size: 16px; } /* Put the actions below the block title. */ div.ipe-actions { display: block; } /* Put actions to the right of the bar. */ .ipe-actions ul.ipe-action-list { text-align: right; } }
0.50415
0.071364
body{ font-size: 11px; font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; margin: 0; } table { background-image: url('logo_transparente.png'); } .gf_table { margin:0px;padding:0px; width:90%; border:1px solid #ffffff; background-color: #ffffff; -moz-border-radius-bottomleft:4px; -webkit-border-bottom-left-radius:4px; border-bottom-left-radius:4px; -moz-border-radius-bottomright:4px; -webkit-border-bottom-right-radius:4px; border-bottom-right-radius:4px; -moz-border-radius-topright:4px; -webkit-border-top-right-radius:4px; border-top-right-radius:4px; -moz-border-radius-topleft:4px; -webkit-border-top-left-radius:4px; border-top-left-radius:4px; }.gf_table table{ border-collapse: collapse; border-spacing: 0; width:100%; height:100%; margin:0px;padding:0px; }.gf_table tr:last-child td:last-child { -moz-border-radius-bottomright:4px; -webkit-border-bottom-right-radius:4px; border-bottom-right-radius:4px; } .gf_table table tr:first-child td:first-child { -moz-border-radius-topleft:4px; -webkit-border-top-left-radius:4px; border-top-left-radius:4px; } .gf_table table tr:first-child td:last-child { -moz-border-radius-topright:4px; -webkit-border-top-right-radius:4px; border-top-right-radius:4px; }.gf_table tr:last-child td:first-child{ -moz-border-radius-bottomleft:4px; -webkit-border-bottom-left-radius:4px; border-bottom-left-radius:4px; }.gf_table tr:hover td{ } .gf_table tr:nth-child(odd){ /*background-color:#eeeeee;*/ } .gf_table tr:nth-child(even) { /*background-color:#ffffff;*/ }.gf_table td{ vertical-align:middle; border-width:0px 1px 1px 0px; text-align:center; padding:5px; font-size:11px; font-family:Arial; font-weight:bold; color:#216f01; }.gf_table tr:last-child td{ border-width:0px 1px 0px 0px; }.gf_table tr td:last-child{ border-width:0px 0px 1px 0px; }.gf_table tr:last-child td:last-child{ border-width:0px 0px 0px 0px; } .gf_table tr:first-child td{ background:-o-linear-gradient(bottom, #5e5e5e 5%, #3e3e3e 100%); background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5e5e5e), color-stop(1, #3e3e3e) ); background:-moz-linear-gradient( center top, #5e5e5e 5%, #3e3e3e 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#5e5e5e", endColorstr="#3e3e3e"); background: -o-linear-gradient(top,#5e5e5e,3e3e3e); background-color:#5e5e5e; border:0px solid #5e5e5e; text-align:center; border-width:0px 0px 1px 1px; font-size:11px; font-family:Arial; font-weight:bold; color:#ffffff; } .gf_table tr:first-child:hover td{ background:-o-linear-gradient(bottom, #5e5e5e 5%, #3e3e3e 100%); background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5e5e5e), color-stop(1, #3e3e3e) ); background:-moz-linear-gradient( center top, #5e5e5e 5%, #3e3e3e 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#5e5e5e", endColorstr="#3e3e3e"); background: -o-linear-gradient(top,#5e5e5e,3e3e3e); background-color:#5e5e5e; } .gf_table tr:first-child td:first-child{ border-width:0px 0px 1px 0px; } .gf_table tr:first-child td:last-child{ border-width:0px 0px 1px 1px; }
assets/public/css/estilos.css
body{ font-size: 11px; font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; margin: 0; } table { background-image: url('logo_transparente.png'); } .gf_table { margin:0px;padding:0px; width:90%; border:1px solid #ffffff; background-color: #ffffff; -moz-border-radius-bottomleft:4px; -webkit-border-bottom-left-radius:4px; border-bottom-left-radius:4px; -moz-border-radius-bottomright:4px; -webkit-border-bottom-right-radius:4px; border-bottom-right-radius:4px; -moz-border-radius-topright:4px; -webkit-border-top-right-radius:4px; border-top-right-radius:4px; -moz-border-radius-topleft:4px; -webkit-border-top-left-radius:4px; border-top-left-radius:4px; }.gf_table table{ border-collapse: collapse; border-spacing: 0; width:100%; height:100%; margin:0px;padding:0px; }.gf_table tr:last-child td:last-child { -moz-border-radius-bottomright:4px; -webkit-border-bottom-right-radius:4px; border-bottom-right-radius:4px; } .gf_table table tr:first-child td:first-child { -moz-border-radius-topleft:4px; -webkit-border-top-left-radius:4px; border-top-left-radius:4px; } .gf_table table tr:first-child td:last-child { -moz-border-radius-topright:4px; -webkit-border-top-right-radius:4px; border-top-right-radius:4px; }.gf_table tr:last-child td:first-child{ -moz-border-radius-bottomleft:4px; -webkit-border-bottom-left-radius:4px; border-bottom-left-radius:4px; }.gf_table tr:hover td{ } .gf_table tr:nth-child(odd){ /*background-color:#eeeeee;*/ } .gf_table tr:nth-child(even) { /*background-color:#ffffff;*/ }.gf_table td{ vertical-align:middle; border-width:0px 1px 1px 0px; text-align:center; padding:5px; font-size:11px; font-family:Arial; font-weight:bold; color:#216f01; }.gf_table tr:last-child td{ border-width:0px 1px 0px 0px; }.gf_table tr td:last-child{ border-width:0px 0px 1px 0px; }.gf_table tr:last-child td:last-child{ border-width:0px 0px 0px 0px; } .gf_table tr:first-child td{ background:-o-linear-gradient(bottom, #5e5e5e 5%, #3e3e3e 100%); background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5e5e5e), color-stop(1, #3e3e3e) ); background:-moz-linear-gradient( center top, #5e5e5e 5%, #3e3e3e 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#5e5e5e", endColorstr="#3e3e3e"); background: -o-linear-gradient(top,#5e5e5e,3e3e3e); background-color:#5e5e5e; border:0px solid #5e5e5e; text-align:center; border-width:0px 0px 1px 1px; font-size:11px; font-family:Arial; font-weight:bold; color:#ffffff; } .gf_table tr:first-child:hover td{ background:-o-linear-gradient(bottom, #5e5e5e 5%, #3e3e3e 100%); background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5e5e5e), color-stop(1, #3e3e3e) ); background:-moz-linear-gradient( center top, #5e5e5e 5%, #3e3e3e 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#5e5e5e", endColorstr="#3e3e3e"); background: -o-linear-gradient(top,#5e5e5e,3e3e3e); background-color:#5e5e5e; } .gf_table tr:first-child td:first-child{ border-width:0px 0px 1px 0px; } .gf_table tr:first-child td:last-child{ border-width:0px 0px 1px 1px; }
0.217005
0.161056
.container { display: flex; flex-direction: column; /*align-items: center;*/ justify-content: center; } .box-minmax{ margin-top: 7px; margin-left: 0px; width: 100%; display: flex; justify-content: space-between; font-size: 10px; color: #FFFFFF; } .range-slider { margin-top: 0vh; } .rs-range { margin-top: 2px; width: 100%; -webkit-appearance: none; background: #ffffff; } .rs-range:focus { outline: none; } .rs-range::-webkit-slider-runnable-track { width: 100%; height: 1px; cursor: pointer; box-shadow: none; /*background: #ffffff;*/ border-radius: 0px; border: 0px solid #010101; } .rs-range::-moz-range-track { width: 100%; height: 1px; cursor: pointer; box-shadow: none; /*background: #ffffff;*/ border-radius: 0px; border: 0px solid #010101; } .rs-range::-webkit-slider-thumb { box-shadow: none; border: 0px solid #ffffff; box-shadow: 0px 10px 10px rgba(0,0,0,0.25); height: 18px; width: 9px; border-radius: 12px; background: rgba(255,255,255,1); cursor: pointer; -webkit-appearance: none; margin-top: -8px; } .rs-range::-moz-range-thumb{ box-shadow: none; border: 0px solid #ffffff; box-shadow: 0px 10px 10px rgba(0,0,0,0.25); height: 18px; width: 9px; border-radius: 12px; background: rgba(255,255,255,1); cursor: pointer; -webkit-appearance: none; margin-top: -8px; } .rs-range::-moz-focus-outer { border: 0; } .rs-label { position: relative; transform-origin: center center; display: block; width: 98px; height: 98px; background: transparent; border-radius: 50%; line-height: 30px; text-align: center; font-weight: bold; padding-top: 22px; box-sizing: border-box; border: 2px solid #fff; margin-top: 20px; margin-left: -38px; left: attr(value); color: #fff; font-style: normal; font-weight: normal; line-height: normal; font-size: 36px; } .rs-label::after { content: "kg"; display: block; font-size: 20px; letter-spacing: 0.07em; margin-top: -2px; } .slider-lower-bound::selection{ background: rgba(255, 255, 255, 0); } .slider-upper-bound::selection{ background: rgba(255, 255, 255, 0); }
extension/popup/sliders/sliders.css
.container { display: flex; flex-direction: column; /*align-items: center;*/ justify-content: center; } .box-minmax{ margin-top: 7px; margin-left: 0px; width: 100%; display: flex; justify-content: space-between; font-size: 10px; color: #FFFFFF; } .range-slider { margin-top: 0vh; } .rs-range { margin-top: 2px; width: 100%; -webkit-appearance: none; background: #ffffff; } .rs-range:focus { outline: none; } .rs-range::-webkit-slider-runnable-track { width: 100%; height: 1px; cursor: pointer; box-shadow: none; /*background: #ffffff;*/ border-radius: 0px; border: 0px solid #010101; } .rs-range::-moz-range-track { width: 100%; height: 1px; cursor: pointer; box-shadow: none; /*background: #ffffff;*/ border-radius: 0px; border: 0px solid #010101; } .rs-range::-webkit-slider-thumb { box-shadow: none; border: 0px solid #ffffff; box-shadow: 0px 10px 10px rgba(0,0,0,0.25); height: 18px; width: 9px; border-radius: 12px; background: rgba(255,255,255,1); cursor: pointer; -webkit-appearance: none; margin-top: -8px; } .rs-range::-moz-range-thumb{ box-shadow: none; border: 0px solid #ffffff; box-shadow: 0px 10px 10px rgba(0,0,0,0.25); height: 18px; width: 9px; border-radius: 12px; background: rgba(255,255,255,1); cursor: pointer; -webkit-appearance: none; margin-top: -8px; } .rs-range::-moz-focus-outer { border: 0; } .rs-label { position: relative; transform-origin: center center; display: block; width: 98px; height: 98px; background: transparent; border-radius: 50%; line-height: 30px; text-align: center; font-weight: bold; padding-top: 22px; box-sizing: border-box; border: 2px solid #fff; margin-top: 20px; margin-left: -38px; left: attr(value); color: #fff; font-style: normal; font-weight: normal; line-height: normal; font-size: 36px; } .rs-label::after { content: "kg"; display: block; font-size: 20px; letter-spacing: 0.07em; margin-top: -2px; } .slider-lower-bound::selection{ background: rgba(255, 255, 255, 0); } .slider-upper-bound::selection{ background: rgba(255, 255, 255, 0); }
0.395718
0.061509
************************************************************** Background: #f3f4f4 Text: #67747a Header Text: #444d51 Links: #85b35c Links Hover: #4c5c64 Menu Text: #fff Menu Background Hover: #9dc975 Border: #578ba1 Divider: #e2e2e2;s 6da8c0 */ /* Reset ***************************************************************/ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } /* Remember focus styles! */ :focus { outline: 0; } body { line-height: 1; color: black; background: white; } ol, ul { list-style: none; } /* Tables still need 'cellspacing="0"' in the markup */ table { border-collapse: separate; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; } /* HTML 5 elements as block */ header, footer, aside, nav, article { display: block; } /* Clearing Floats ***************************************************************/ .group:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .zone:after, .widget-control:after /* .zone:after self clears every zone container - .widget-control:after self clears any floats used in a widget */ { content: "."; display: block; height: 0; clear: both; visibility: hidden; } /* General ***************************************************************/ body { font-size: 13px; color: #67747a; background: #f3f4f4 url('../Content/Images/bkg.jpg') repeat-x; font-family: Tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif; } /* Headings */ h1,h2,h3,h4,h5,h6 { font-weight: normal; margin:8px 0;} h1 { font-size: 18px; } h2 { font-size: 16px; } h3 { font-size: 15px; } h4 { font-size: 14px; } h5 { font-size: 13px; } h6 { font-size: 13px; } h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; } /* Aside Headings */ aside h1 { font-size: 15px; } aside h2 { font-size: 14px; } aside h3 { font-size: 13px; } aside h4 { font-size: 13px; } aside h5 { font-size: 13px; } aside h6 { font-size: 13px; } /* Lists */ li ul, li ol { margin:0 20px; } ul, ol { margin: 20px; line-height: 20px; } ul { list-style-type: disc; } ol { list-style-type: decimal; } dl { margin: 0 0 20px 0; } dl dt { font-weight: bold; } dd { margin-left: 20px;} /* Text elements */ p { margin: 0 0 13px; line-height: 20px; } p img.left { float: left; margin: 12px 12px 12px 0; padding: 0; } p img.right { float: right; margin: 12px 0 12px 12px; } /*a:focus, a:hover { text-decoration: none; background-color: #85b35c; color:#fff; } a { color: #85b35c; text-decoration: none; }*/ blockquote { margin: 12px; color: #666; font-style: italic; } strong { font-weight: bold; } em,dfn { font-style: italic; } dfn { font-weight: bold; } sup, sub { line-height: 0; } abbr, acronym { border-bottom: 1px dotted #666; } address { margin: 0 0 12px; font-style: italic; } del { color:#666; } pre { margin: 12px 0; white-space: pre; } pre,code,tt { font: 13px 'andale mono', 'lucida console', monospace; line-height: 19px; } /* Typography ***************************************************************/ #layout-tripel h1 { font-size: 16px; } .zone-sub-page-title h1 { font-size: 22px; padding: 10px 0 3px 0; } /* Forms ***************************************************************/ form { margin: 0; padding: 0; } legend { font-size: 14px; font-weight: normal; margin: 0 0 16px 0; border:none; } fieldset { padding:0em; margin: 0 0 0em 0; border: 0px solid #dbdbdb; } label { font-weight: normal; display:block; padding: 0 0 5px 0; } label.forcheckbox { margin:0 0 0 6px; display:inline; } input[type="text"], input[type="password"] { display: block; padding: 3px; } input[type="checkbox"] { margin:4px 0 16px 0; } fieldset ol { list-style-type:none; padding: 0; margin: 0; } fieldset ol li { margin: 0 0 6px 0; } /* Structure ***************************************************************/ #layout-wrapper { } #layout-header, #layout-featured, #layout-before-main, #layout-main, #layout-footer, #layout-after-main, #layout-tripel { width:1600px; margin:0 auto; } /* Navigation */ #layout-navigation { width: 962px; margin: 0 auto 20px auto; display: block; } nav { background: url('../Content/Images/menu-left.png') no-repeat left top; } nav .menu { margin: 0px; padding: 0px; height: 40px; background: #578ba1; } nav .menu li { float:left; list-style: none; background: transparent url('../Content/Images/menu-divider.png') repeat-y right top; } nav .menu li a { display:block; height: 30px; margin: 0px 2px 1px 0px; padding: 9px 30px 0px 30px; color: #ff6a00; font-size: 14px; text-decoration: none; } /*nav .menu li a:hover { background: #9dc975 url('../Content/Images/menu-hover.png') repeat-x right top; }*/ nav .menu li:first-child a:hover { margin: 0px 2px 1px 0px; background: #9dc975 url('../Content/Images/menu-hover-left.png') no-repeat left top; } nav .menu-config-menu li{ display: block; background: #85b35c; } /* Layouts */ #layout-header {} #branding { font-family: 'Raleway', Tahoma, Arial, Helvetica, sans-serif; font-size: 32px; padding: 0; margin: 0; } #branding a { text-decoration:none; color: #67747a; } #layout-navigation {} #layout-home-featured { width: 962px; padding: 0 0 5px 0; margin: 0 auto 20px auto; } #layout-home-featured-image { } #layout-home-featured-headline { } #layout-main {} #layout-content { width: 1200px; margin: 0 auto 20px auto; padding: 0 28px; } #messages {} #content {} #content-aside {} #layout-tripel { margin: 10px auto; } #tripel-first {} #tripel-second {} #tripel-third {} #layout-footer {} #footer-sig {} /* Zones */ .zone { padding: 12px; /* Enable this to see zone visualizations background-color: yellow; box-shadow:inset 0 0 1px purple; -moz-box-shadow:inset 0 0 1px purple; -webkit-box-shadow:inset 0 0 1px purple; */ } .zone-header { position: relative; } .zone-navigation { padding: 0; position: relative; } .zone-home-featured-image {} .zone-home-featured-headline {} .zone-sub-page-title { background: #81b4c9 url('../Content/Images/sub-header.png') repeat-x left bottom; border-right: 1px solid #538398; border-bottom: 1px solid #538398; padding: 0 40px; color: #fff; } .zone-messages {} .zone-content {width: 1200px;} .zone-content-aside {} .zone-zone-tripelfirst {} .zone-zone-tripelsecond {} .zone-zone-tripelthird {} .zone-footer { color: #999999; } /* Layout and Zone Overrides */ #layout-header .zone { padding: 30px 0; } /* ContentAside */ #content #content-main { float: left; width: 630px; } #content #content-aside { float: right; width: 256px; } /* Main ***************************************************************/ /* Home Feature */ #layout-home-featured { background: url('../Content/Images/feature-bkg.png') no-repeat left top; } #layout-home-featured-content { width: 329px; margin: 10px 0px 0px 50px; color: #ffffff; float: left; } #layout-home-featured-content p { font-size: 14px; line-height: 150%; } #layout-home-featured-content h1 { font-size: 36px; font-family: 'Yanone Kaffeesatz', Tahoma, Sans-serif; color: #ffffff; line-height: 36px; text-shadow: 0px -1px 0px #558599; } #layout-home-featured-content a { color: #ffffff; } #layout-home-featured-image { float:left; position: relative; margin: 0px 0px 0px 40px; } #layout-home-featured-image #slider { position: relative; border: solid 1px #4d8298; } /* Content lists and details */ .content-description { font-size: 15px; } .content-items { padding: 0; margin: 0; list-style: none; } .content-items li { padding: 0; margin: 0; } .content-items .content-item { border-top: 1px solid #dbdbdb; padding: 6px 0 6px 0; } .content-items .content-item header {} .content-items .content-item header h1 { font-size: 1.308em; color:#ff0000; } .content-items .content-item header h1 a { } .content-items .content-item header h1 a:hover {} /* Tags */ .tags { margin-top: 12px; } .tags a { background-color: #dbdbdb; padding: 3px 6px; color: #67747a; } .tags a:hover { background-color: #67747a; color: #fff; } /* Metadata */ .metadata { margin: 0 0 12px 0; color: #999; font-size: 11px; } .metadata .published { display: inline; margin: 0 6px 0 0; } .metadata .commentcount { display: inline; } .meta {} /* Blog */ .blogPosts { margin: 0px; padding: 0px; } .blogPosts li { padding: 30px 0px 0px 0px; list-style: none; border-top: solid 1px #e2e2e2; } .blog-description { font-size: 14px; line-height: 22px; } .blog-description p { font-size: 14px; line-height: 22px; } /* Comments */ #comments { padding-top: 20px; border-top: dashed 1px #e2e2e2; padding-bottom: 10px; margin-top: 30px; } .comment-form { margin: 24px 0 0 0; padding: 0; } .comments { margin: 0; padding: 0; list-style: none; position: relative; } .comments li { margin: 12px 0 0 0; padding: 12px 24px; border: 1px solid #dbdbdb; background-color: #fbfff7; border-top-color: #e9e9e9; border-left-color: #e9e9e9; } .comment { margin: 0; padding: 0; } .comment h4 { font-size: 14px; } .comment .who {} .comment .what {} .comment #add-comment {} .comment-form #comment-by { font-size: 14px; font-weight: normal; margin: 0 0 16px 0; border:none; } .comment-form #comment-text { width: 334px; } .comment-form input[type="text"] { width: 334px; } .comment-disabled {} .comment-count { font-size: 14px; } /* Confirmations */ .message, .validation-summary-errors { margin:10px 0 4px 0; padding:4px; } .messages a { font-weight:bold; } .message-Information { background:#e6f1c9; /* green */ border:1px solid #cfe493; color:#062232; } .message-Warning { background:#fdf5bc; /* yellow */ border:1px solid #ffea9b; } .critical.message, .validation-summary-errors, .message-Error { background:#e68585; /* red */ border:1px solid #990808; color:#fff; } /* Secondary ***************************************************************/ /* Aside Zones */ /* If zone 1 is on */ .aside-1 #layout-content { float: right; width: 900px; } .aside-1 .aside-first { float: left; width: 360px; } /* If zone 2 is on */ .aside-2 #layout-content { float: left; width: 900px; } .aside-2 .aside-second { float: right; width: 360px; } /* If zones 1, 2 are on */ .aside-12 #layout-content { width: 600px; } .aside-12 .aside-first, .aside-12 .aside-second { width: 180px; } .aside-12 .aside-first, .aside-12 .aside-second, .aside-12 #layout-content { float:left; } /* Tripel Zones*/ #layout-tripel > div { float:left; width:908px; } /*2 zones on */ .tripel-12 #layout-tripel > div { width:480px; } /* If zones 1, 2 are on */ .tripel-23 #layout-tripel > div { width:480px; } /* If zones 2, 3 are on */ .tripel-13 #layout-tripel > div { width:480px; } /* If zones 1, 3 are on */ /*3 zones on */ .tripel-123 #layout-tripel > div { width:286px; margin: 0 0 0 28px; } /* If zones 1, 2, 3 are on */ /* Widgets ***************************************************************/ .widgets {} /* Edit Mode Widgets */ /* These are the edit controls that appear when you're logged-in */ .widget-control { position: relative; border: 1px dotted #85b35c; } .widget-control .manage-actions { position:absolute; top: 0px; right: 0px; } .widget-control .manage-actions a { display: block; background-color: #dbdbdb; color: #67747a; padding: 3px 6px; } .widget-control .manage-actions a:hover { background-color: #67747a; color: #fff; text-decoration: none; } /* Content Mode */ .content-control { position: relative; border: 1px dotted #85b35c; } .content-control .manage-actions { position:absolute; top: 0px; right: 0px; } .content-control .manage-actions a { display: block; background-color: #dbdbdb; color: #67747a; padding: 3px 6px; } .content-control .manage-actions a:hover { background-color: #67747a; color: #fff; text-decoration: none; } /* Content Aside Widgets */ #content-aside .widget { margin-bottom: 40px; } /* Search Form */ .widget-search-form { position: relative; top: 7px; right: 6px; } .search-form button { width: auto; padding-left: 4px; padding-right: 4px; font-size: 11px; } .search-form input { width: 150px; } .zone-navigation .widget-search-form { position: absolute; top: 7px; right: 6px; } .zone-navigation .search-form button { width: auto; padding-left: 5px; padding-right: 5px; font-size: 12px; } .zone-navigation .search-form input { width: 150px; } .zone-navigation .widget-control .widget-search-form /* Special case for search form placement in editing mode */ { top: -33px; } /* Pager ***************************************************************/ .pager { list-style: none; padding: 0; margin: 12px 0 0 0; } .pager li { float: left; padding: 0 12px 0 0; margin: 0; } .pager a { font-size: 14px; display: block; background-color: #dbdbdb; padding: 6px 6px; color: #67747a;} .pager a:hover { background-color: #67747a; color: #fff; } /* Misc ***************************************************************/ .small { font-size: 8px; margin-bottom: 24px; line-height: 24px; } .large { font-size: 14px; line-height: 30px; margin-bottom: 16px; } .hide { display: none; } .quiet { color: #666; } .loud { color: #000; } .highlight { background:#ff0; } .added { background:#060; color: #fff; } .removed { background:#900; color: #fff; } .first { margin-left:0; padding-left:0; } .last { margin-right:0; padding-right:0; } .top { margin-top:0; padding-top:0; } .bottom { margin-bottom:0; padding-bottom:0; } .credits { float: right; } .user-display { position: absolute; top: 46%; right: 0px; padding: 0 12px; } .user-display .welcome {} .user-display .user-actions {} .login-form { margin: 24px 0 0 0; } /* Easy Slider */ #slider ul, #slider li { margin:0; padding:0; list-style:none; } #slider, #slider li { /* define width and height of container element and list item (slide) list items must be the same size as the slider area */ width:471px; height:319px; overflow:hidden; } span#prevBtn a { display: block; width: 29px; height: 29px; position: absolute; top: 45%; left: -25px; background: transparent url('../Content/Images/nav-arrow-left.png') no-repeat; } span#nextBtn a { display: block; width: 29px; height: 29px; position: absolute; top: 45%; left: 495px; background: transparent url('../Content/Images/nav-arrow-right.png') no-repeat; } /* Special case for arrows placement in editing mode */ .widget-control span#prevBtn a { top: 45%; left: -37px; } .widget-control span#nextBtn a { top: 45%; left: 483px; } /* Dashboard ***************************************************************/ .DashCont1{ display: block; float: left; margin: 10px; width: 400px; } .DashCont2{ display: block; float: left; margin: 10px; width: 400px; } /* CSS 3 Enhancements ***************************************************************/ input[type="submit"], input[type="button"], button, .button, .button:link, .button:visited { color:#333; background:#F5F5F5; background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#cbcbcb)); background:-moz-linear-gradient(top , #F5F5F5, #cbcbcb); border:1px solid #999; cursor:pointer; margin:4px 0 2em 0; padding:3px 22px; text-align:center; } input[type="submit"]:hover, input[type="button"]:hover, input[type="submit"]:active, input[type="button"]:active, input[type="submit"]:focus, input[type="button"]:focus, button:hover, .button:hover, button:active, .button:active, button:focus, .button:focus { text-decoration:none; background: #ebebeb; background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#ebebeb)); background:-moz-linear-gradient(top , #e1e1e1, #ebebeb); } nav .menu li a { text-shadow: 0px -1px 0px #535550; } #layout-home-featured { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -moz-box-shadow: 1px 1px 0px #578ba1; -webkit-box-shadow: 1px 1px 0px #578ba1; box-shadow: 1px 1px 0px #578ba1; } /*#layout-content { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -moz-box-shadow: 1px 1px 0px #e0e1e1; -webkit-box-shadow: 1px 1px 0px #e0e1e1; box-shadow: 1px 1px 0px #e0e1e1; }*/ .zone-sub-page-title { text-shadow: 0px -1px 0px #5f8b9e; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; } .comments li { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
Themes/Contoso/Styles/SiteOldContoso.css
************************************************************** Background: #f3f4f4 Text: #67747a Header Text: #444d51 Links: #85b35c Links Hover: #4c5c64 Menu Text: #fff Menu Background Hover: #9dc975 Border: #578ba1 Divider: #e2e2e2;s 6da8c0 */ /* Reset ***************************************************************/ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } /* Remember focus styles! */ :focus { outline: 0; } body { line-height: 1; color: black; background: white; } ol, ul { list-style: none; } /* Tables still need 'cellspacing="0"' in the markup */ table { border-collapse: separate; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; } /* HTML 5 elements as block */ header, footer, aside, nav, article { display: block; } /* Clearing Floats ***************************************************************/ .group:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .zone:after, .widget-control:after /* .zone:after self clears every zone container - .widget-control:after self clears any floats used in a widget */ { content: "."; display: block; height: 0; clear: both; visibility: hidden; } /* General ***************************************************************/ body { font-size: 13px; color: #67747a; background: #f3f4f4 url('../Content/Images/bkg.jpg') repeat-x; font-family: Tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif; } /* Headings */ h1,h2,h3,h4,h5,h6 { font-weight: normal; margin:8px 0;} h1 { font-size: 18px; } h2 { font-size: 16px; } h3 { font-size: 15px; } h4 { font-size: 14px; } h5 { font-size: 13px; } h6 { font-size: 13px; } h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; } /* Aside Headings */ aside h1 { font-size: 15px; } aside h2 { font-size: 14px; } aside h3 { font-size: 13px; } aside h4 { font-size: 13px; } aside h5 { font-size: 13px; } aside h6 { font-size: 13px; } /* Lists */ li ul, li ol { margin:0 20px; } ul, ol { margin: 20px; line-height: 20px; } ul { list-style-type: disc; } ol { list-style-type: decimal; } dl { margin: 0 0 20px 0; } dl dt { font-weight: bold; } dd { margin-left: 20px;} /* Text elements */ p { margin: 0 0 13px; line-height: 20px; } p img.left { float: left; margin: 12px 12px 12px 0; padding: 0; } p img.right { float: right; margin: 12px 0 12px 12px; } /*a:focus, a:hover { text-decoration: none; background-color: #85b35c; color:#fff; } a { color: #85b35c; text-decoration: none; }*/ blockquote { margin: 12px; color: #666; font-style: italic; } strong { font-weight: bold; } em,dfn { font-style: italic; } dfn { font-weight: bold; } sup, sub { line-height: 0; } abbr, acronym { border-bottom: 1px dotted #666; } address { margin: 0 0 12px; font-style: italic; } del { color:#666; } pre { margin: 12px 0; white-space: pre; } pre,code,tt { font: 13px 'andale mono', 'lucida console', monospace; line-height: 19px; } /* Typography ***************************************************************/ #layout-tripel h1 { font-size: 16px; } .zone-sub-page-title h1 { font-size: 22px; padding: 10px 0 3px 0; } /* Forms ***************************************************************/ form { margin: 0; padding: 0; } legend { font-size: 14px; font-weight: normal; margin: 0 0 16px 0; border:none; } fieldset { padding:0em; margin: 0 0 0em 0; border: 0px solid #dbdbdb; } label { font-weight: normal; display:block; padding: 0 0 5px 0; } label.forcheckbox { margin:0 0 0 6px; display:inline; } input[type="text"], input[type="password"] { display: block; padding: 3px; } input[type="checkbox"] { margin:4px 0 16px 0; } fieldset ol { list-style-type:none; padding: 0; margin: 0; } fieldset ol li { margin: 0 0 6px 0; } /* Structure ***************************************************************/ #layout-wrapper { } #layout-header, #layout-featured, #layout-before-main, #layout-main, #layout-footer, #layout-after-main, #layout-tripel { width:1600px; margin:0 auto; } /* Navigation */ #layout-navigation { width: 962px; margin: 0 auto 20px auto; display: block; } nav { background: url('../Content/Images/menu-left.png') no-repeat left top; } nav .menu { margin: 0px; padding: 0px; height: 40px; background: #578ba1; } nav .menu li { float:left; list-style: none; background: transparent url('../Content/Images/menu-divider.png') repeat-y right top; } nav .menu li a { display:block; height: 30px; margin: 0px 2px 1px 0px; padding: 9px 30px 0px 30px; color: #ff6a00; font-size: 14px; text-decoration: none; } /*nav .menu li a:hover { background: #9dc975 url('../Content/Images/menu-hover.png') repeat-x right top; }*/ nav .menu li:first-child a:hover { margin: 0px 2px 1px 0px; background: #9dc975 url('../Content/Images/menu-hover-left.png') no-repeat left top; } nav .menu-config-menu li{ display: block; background: #85b35c; } /* Layouts */ #layout-header {} #branding { font-family: 'Raleway', Tahoma, Arial, Helvetica, sans-serif; font-size: 32px; padding: 0; margin: 0; } #branding a { text-decoration:none; color: #67747a; } #layout-navigation {} #layout-home-featured { width: 962px; padding: 0 0 5px 0; margin: 0 auto 20px auto; } #layout-home-featured-image { } #layout-home-featured-headline { } #layout-main {} #layout-content { width: 1200px; margin: 0 auto 20px auto; padding: 0 28px; } #messages {} #content {} #content-aside {} #layout-tripel { margin: 10px auto; } #tripel-first {} #tripel-second {} #tripel-third {} #layout-footer {} #footer-sig {} /* Zones */ .zone { padding: 12px; /* Enable this to see zone visualizations background-color: yellow; box-shadow:inset 0 0 1px purple; -moz-box-shadow:inset 0 0 1px purple; -webkit-box-shadow:inset 0 0 1px purple; */ } .zone-header { position: relative; } .zone-navigation { padding: 0; position: relative; } .zone-home-featured-image {} .zone-home-featured-headline {} .zone-sub-page-title { background: #81b4c9 url('../Content/Images/sub-header.png') repeat-x left bottom; border-right: 1px solid #538398; border-bottom: 1px solid #538398; padding: 0 40px; color: #fff; } .zone-messages {} .zone-content {width: 1200px;} .zone-content-aside {} .zone-zone-tripelfirst {} .zone-zone-tripelsecond {} .zone-zone-tripelthird {} .zone-footer { color: #999999; } /* Layout and Zone Overrides */ #layout-header .zone { padding: 30px 0; } /* ContentAside */ #content #content-main { float: left; width: 630px; } #content #content-aside { float: right; width: 256px; } /* Main ***************************************************************/ /* Home Feature */ #layout-home-featured { background: url('../Content/Images/feature-bkg.png') no-repeat left top; } #layout-home-featured-content { width: 329px; margin: 10px 0px 0px 50px; color: #ffffff; float: left; } #layout-home-featured-content p { font-size: 14px; line-height: 150%; } #layout-home-featured-content h1 { font-size: 36px; font-family: 'Yanone Kaffeesatz', Tahoma, Sans-serif; color: #ffffff; line-height: 36px; text-shadow: 0px -1px 0px #558599; } #layout-home-featured-content a { color: #ffffff; } #layout-home-featured-image { float:left; position: relative; margin: 0px 0px 0px 40px; } #layout-home-featured-image #slider { position: relative; border: solid 1px #4d8298; } /* Content lists and details */ .content-description { font-size: 15px; } .content-items { padding: 0; margin: 0; list-style: none; } .content-items li { padding: 0; margin: 0; } .content-items .content-item { border-top: 1px solid #dbdbdb; padding: 6px 0 6px 0; } .content-items .content-item header {} .content-items .content-item header h1 { font-size: 1.308em; color:#ff0000; } .content-items .content-item header h1 a { } .content-items .content-item header h1 a:hover {} /* Tags */ .tags { margin-top: 12px; } .tags a { background-color: #dbdbdb; padding: 3px 6px; color: #67747a; } .tags a:hover { background-color: #67747a; color: #fff; } /* Metadata */ .metadata { margin: 0 0 12px 0; color: #999; font-size: 11px; } .metadata .published { display: inline; margin: 0 6px 0 0; } .metadata .commentcount { display: inline; } .meta {} /* Blog */ .blogPosts { margin: 0px; padding: 0px; } .blogPosts li { padding: 30px 0px 0px 0px; list-style: none; border-top: solid 1px #e2e2e2; } .blog-description { font-size: 14px; line-height: 22px; } .blog-description p { font-size: 14px; line-height: 22px; } /* Comments */ #comments { padding-top: 20px; border-top: dashed 1px #e2e2e2; padding-bottom: 10px; margin-top: 30px; } .comment-form { margin: 24px 0 0 0; padding: 0; } .comments { margin: 0; padding: 0; list-style: none; position: relative; } .comments li { margin: 12px 0 0 0; padding: 12px 24px; border: 1px solid #dbdbdb; background-color: #fbfff7; border-top-color: #e9e9e9; border-left-color: #e9e9e9; } .comment { margin: 0; padding: 0; } .comment h4 { font-size: 14px; } .comment .who {} .comment .what {} .comment #add-comment {} .comment-form #comment-by { font-size: 14px; font-weight: normal; margin: 0 0 16px 0; border:none; } .comment-form #comment-text { width: 334px; } .comment-form input[type="text"] { width: 334px; } .comment-disabled {} .comment-count { font-size: 14px; } /* Confirmations */ .message, .validation-summary-errors { margin:10px 0 4px 0; padding:4px; } .messages a { font-weight:bold; } .message-Information { background:#e6f1c9; /* green */ border:1px solid #cfe493; color:#062232; } .message-Warning { background:#fdf5bc; /* yellow */ border:1px solid #ffea9b; } .critical.message, .validation-summary-errors, .message-Error { background:#e68585; /* red */ border:1px solid #990808; color:#fff; } /* Secondary ***************************************************************/ /* Aside Zones */ /* If zone 1 is on */ .aside-1 #layout-content { float: right; width: 900px; } .aside-1 .aside-first { float: left; width: 360px; } /* If zone 2 is on */ .aside-2 #layout-content { float: left; width: 900px; } .aside-2 .aside-second { float: right; width: 360px; } /* If zones 1, 2 are on */ .aside-12 #layout-content { width: 600px; } .aside-12 .aside-first, .aside-12 .aside-second { width: 180px; } .aside-12 .aside-first, .aside-12 .aside-second, .aside-12 #layout-content { float:left; } /* Tripel Zones*/ #layout-tripel > div { float:left; width:908px; } /*2 zones on */ .tripel-12 #layout-tripel > div { width:480px; } /* If zones 1, 2 are on */ .tripel-23 #layout-tripel > div { width:480px; } /* If zones 2, 3 are on */ .tripel-13 #layout-tripel > div { width:480px; } /* If zones 1, 3 are on */ /*3 zones on */ .tripel-123 #layout-tripel > div { width:286px; margin: 0 0 0 28px; } /* If zones 1, 2, 3 are on */ /* Widgets ***************************************************************/ .widgets {} /* Edit Mode Widgets */ /* These are the edit controls that appear when you're logged-in */ .widget-control { position: relative; border: 1px dotted #85b35c; } .widget-control .manage-actions { position:absolute; top: 0px; right: 0px; } .widget-control .manage-actions a { display: block; background-color: #dbdbdb; color: #67747a; padding: 3px 6px; } .widget-control .manage-actions a:hover { background-color: #67747a; color: #fff; text-decoration: none; } /* Content Mode */ .content-control { position: relative; border: 1px dotted #85b35c; } .content-control .manage-actions { position:absolute; top: 0px; right: 0px; } .content-control .manage-actions a { display: block; background-color: #dbdbdb; color: #67747a; padding: 3px 6px; } .content-control .manage-actions a:hover { background-color: #67747a; color: #fff; text-decoration: none; } /* Content Aside Widgets */ #content-aside .widget { margin-bottom: 40px; } /* Search Form */ .widget-search-form { position: relative; top: 7px; right: 6px; } .search-form button { width: auto; padding-left: 4px; padding-right: 4px; font-size: 11px; } .search-form input { width: 150px; } .zone-navigation .widget-search-form { position: absolute; top: 7px; right: 6px; } .zone-navigation .search-form button { width: auto; padding-left: 5px; padding-right: 5px; font-size: 12px; } .zone-navigation .search-form input { width: 150px; } .zone-navigation .widget-control .widget-search-form /* Special case for search form placement in editing mode */ { top: -33px; } /* Pager ***************************************************************/ .pager { list-style: none; padding: 0; margin: 12px 0 0 0; } .pager li { float: left; padding: 0 12px 0 0; margin: 0; } .pager a { font-size: 14px; display: block; background-color: #dbdbdb; padding: 6px 6px; color: #67747a;} .pager a:hover { background-color: #67747a; color: #fff; } /* Misc ***************************************************************/ .small { font-size: 8px; margin-bottom: 24px; line-height: 24px; } .large { font-size: 14px; line-height: 30px; margin-bottom: 16px; } .hide { display: none; } .quiet { color: #666; } .loud { color: #000; } .highlight { background:#ff0; } .added { background:#060; color: #fff; } .removed { background:#900; color: #fff; } .first { margin-left:0; padding-left:0; } .last { margin-right:0; padding-right:0; } .top { margin-top:0; padding-top:0; } .bottom { margin-bottom:0; padding-bottom:0; } .credits { float: right; } .user-display { position: absolute; top: 46%; right: 0px; padding: 0 12px; } .user-display .welcome {} .user-display .user-actions {} .login-form { margin: 24px 0 0 0; } /* Easy Slider */ #slider ul, #slider li { margin:0; padding:0; list-style:none; } #slider, #slider li { /* define width and height of container element and list item (slide) list items must be the same size as the slider area */ width:471px; height:319px; overflow:hidden; } span#prevBtn a { display: block; width: 29px; height: 29px; position: absolute; top: 45%; left: -25px; background: transparent url('../Content/Images/nav-arrow-left.png') no-repeat; } span#nextBtn a { display: block; width: 29px; height: 29px; position: absolute; top: 45%; left: 495px; background: transparent url('../Content/Images/nav-arrow-right.png') no-repeat; } /* Special case for arrows placement in editing mode */ .widget-control span#prevBtn a { top: 45%; left: -37px; } .widget-control span#nextBtn a { top: 45%; left: 483px; } /* Dashboard ***************************************************************/ .DashCont1{ display: block; float: left; margin: 10px; width: 400px; } .DashCont2{ display: block; float: left; margin: 10px; width: 400px; } /* CSS 3 Enhancements ***************************************************************/ input[type="submit"], input[type="button"], button, .button, .button:link, .button:visited { color:#333; background:#F5F5F5; background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#cbcbcb)); background:-moz-linear-gradient(top , #F5F5F5, #cbcbcb); border:1px solid #999; cursor:pointer; margin:4px 0 2em 0; padding:3px 22px; text-align:center; } input[type="submit"]:hover, input[type="button"]:hover, input[type="submit"]:active, input[type="button"]:active, input[type="submit"]:focus, input[type="button"]:focus, button:hover, .button:hover, button:active, .button:active, button:focus, .button:focus { text-decoration:none; background: #ebebeb; background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#ebebeb)); background:-moz-linear-gradient(top , #e1e1e1, #ebebeb); } nav .menu li a { text-shadow: 0px -1px 0px #535550; } #layout-home-featured { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -moz-box-shadow: 1px 1px 0px #578ba1; -webkit-box-shadow: 1px 1px 0px #578ba1; box-shadow: 1px 1px 0px #578ba1; } /*#layout-content { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -moz-box-shadow: 1px 1px 0px #e0e1e1; -webkit-box-shadow: 1px 1px 0px #e0e1e1; box-shadow: 1px 1px 0px #e0e1e1; }*/ .zone-sub-page-title { text-shadow: 0px -1px 0px #5f8b9e; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; } .comments li { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
0.236693
0.071916
.buddy-nav{display:block;} .search-buddy{float:left;margin-left:252px; text-align:center;} #search-buddy-list input[type="text"] { color: #102f3e; width: 250px; background-color: #FFF; background-image: url(../images/search-blue.png); background-repeat: no-repeat; background-position: 245px; font-family: raleway; font-size: 14px; font-weight: normal; padding-top: 11px; padding-right: 15px; padding-bottom: 11px; padding-left: 5px; border: thin solid #a9b1b6; } .buddy{ margin-top: 20px; margin-left: 6%; margin-bottom:15px; height: 290px; width: 273px; display: inline-block; text-align: center; } .dp{ cursor:pointer; height: 136px; width: 136px; margin-right: auto; margin-left: auto; margin-top:20px; } .cancel{ position: relative; left: 244px; float: left; bottom: 140px; } .buddy-name{ margin-top: 20px; padding: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: raleway; font-size: 20px; font-weight: normal; color: #414141; } .location{ width: 273px; text-align: center; margin-top:5px; } .location-icon{ text-align: center; vertical-align: middle; margin-right:8px; } .location-name{ font-family: raleway; font-size:18px; color:#848484; } .buddy-btn { background-color: #23b9f1; font-size: 18px; font-weight: normal; color: #FFF; text-decoration: none; text-align: left; vertical-align: middle; height: 40px !important; width: 210px; padding-top: 8px; margin-top: 5px; padding-bottom: 8px; padding-left: 10px; display: block; margin-right: auto; margin-left: auto; } .buddy-btn:hover { background-color: #62ccf4; font-size: 18px; font-weight: normal; color: #FFF; text-decoration: none; text-align: left; vertical-align: middle; height: 40px !important; width: 210px; padding-top: 8px; margin-top: 5px; padding-bottom: 8px; padding-left: 10px; display: block; margin-right: auto; margin-left: auto; } .chat-img{ text-align: center; vertical-align: middle; margin-right:5px; }
themefiles/assets/global/css/buddy.css
.buddy-nav{display:block;} .search-buddy{float:left;margin-left:252px; text-align:center;} #search-buddy-list input[type="text"] { color: #102f3e; width: 250px; background-color: #FFF; background-image: url(../images/search-blue.png); background-repeat: no-repeat; background-position: 245px; font-family: raleway; font-size: 14px; font-weight: normal; padding-top: 11px; padding-right: 15px; padding-bottom: 11px; padding-left: 5px; border: thin solid #a9b1b6; } .buddy{ margin-top: 20px; margin-left: 6%; margin-bottom:15px; height: 290px; width: 273px; display: inline-block; text-align: center; } .dp{ cursor:pointer; height: 136px; width: 136px; margin-right: auto; margin-left: auto; margin-top:20px; } .cancel{ position: relative; left: 244px; float: left; bottom: 140px; } .buddy-name{ margin-top: 20px; padding: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: raleway; font-size: 20px; font-weight: normal; color: #414141; } .location{ width: 273px; text-align: center; margin-top:5px; } .location-icon{ text-align: center; vertical-align: middle; margin-right:8px; } .location-name{ font-family: raleway; font-size:18px; color:#848484; } .buddy-btn { background-color: #23b9f1; font-size: 18px; font-weight: normal; color: #FFF; text-decoration: none; text-align: left; vertical-align: middle; height: 40px !important; width: 210px; padding-top: 8px; margin-top: 5px; padding-bottom: 8px; padding-left: 10px; display: block; margin-right: auto; margin-left: auto; } .buddy-btn:hover { background-color: #62ccf4; font-size: 18px; font-weight: normal; color: #FFF; text-decoration: none; text-align: left; vertical-align: middle; height: 40px !important; width: 210px; padding-top: 8px; margin-top: 5px; padding-bottom: 8px; padding-left: 10px; display: block; margin-right: auto; margin-left: auto; } .chat-img{ text-align: center; vertical-align: middle; margin-right:5px; }
0.345989
0.069668
.ant-form > div:not(.ant-pro-form-light-filter) .pro-field { max-width: 100%; } .ant-form > div:not(.ant-pro-form-light-filter) .pro-field-xs { width: 104px; } .ant-form > div:not(.ant-pro-form-light-filter) .pro-field-s { width: 216px; } .ant-form > div:not(.ant-pro-form-light-filter) .pro-field-sm { width: 216px; } .ant-form > div:not(.ant-pro-form-light-filter) .pro-field-m { width: 328px; } .ant-form > div:not(.ant-pro-form-light-filter) .pro-field-md { width: 328px; } .ant-form > div:not(.ant-pro-form-light-filter) .pro-field-l { width: 440px; } .ant-form > div:not(.ant-pro-form-light-filter) .pro-field-lg { width: 440px; } .ant-form > div:not(.ant-pro-form-light-filter) .pro-field-xl { width: 552px; } .ant-pro-form-group-title { margin-bottom: 16px; font-weight: bold; } .ant-pro-form-group-container { flex-wrap: wrap; max-width: 100%; } .ant-pro-form-group-container > div.ant-space-item { max-width: 100%; } .ant-pro-form-group-twoLine { display: block; width: 100%; } .ant-pro-form-group-twoLine .ant-pro-form-group-title { width: 100%; margin: 8px 0; } .ant-pro-form-group-twoLine .ant-pro-form-group-container { padding-left: 16px; } .ant-pro-form-group-twoLine .ant-space-item, .ant-pro-form-group-twoLine .ant-form-item { width: 100%; } .ant-pro-form-group-twoLine .ant-form-item-control { display: flex; align-items: center; justify-content: flex-end; } .ant-pro-form-group-twoLine .ant-form-item-control-input { align-items: center; justify-content: flex-end; } .ant-pro-form-group-twoLine .ant-form-item-control-input-content { flex: none; } .ant-pro-core-label-tip { display: inline-flex; align-items: center; max-width: 100%; } .ant-pro-core-label-tip-icon { display: block; margin-left: 4px; cursor: pointer; } .ant-pro-core-label-tip-icon:hover { color: #40a9ff; } .ant-pro-core-label-tip-title { display: inline-flex; flex: 1; } .ant-pro-core-label-tip-subtitle { margin-left: 8px; color: rgba(0, 0, 0, 0.45); font-weight: normal; font-size: 14px; white-space: nowrap; } .ant-pro-core-label-tip-title-ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-break: keep-all; } .ant-pro-form-list { max-width: 100%; } .ant-pro-form-list-item .ant-form-item-label { display: none; } .ant-pro-form-list-item.ant-pro-form-list-item-show-label .ant-form-item-label { display: inline-block; } .ant-pro-form-list-container { margin-right: 8px; } .ant-pro-form-list-item:first-of-type div:first-of-type .ant-form-item .ant-form-item-label { display: inline-block; } .ant-pro-form-list-action { height: 32px; margin-bottom: 24px; line-height: 32px; } .ant-pro-form-list .ant-pro-card .ant-pro-card-extra .ant-pro-form-list-action { margin-bottom: 0; } .ant-pro-form-list-action-icon { margin-right: 8px; cursor: pointer; transition: color 0.3s ease-in-out; } .ant-pro-form-list-action-icon:hover { color: #40a9ff; } .ant-pro-form-list-action-icon:last-child { margin-right: 0; } .ant-pro-form-list-creator-button-top { margin-bottom: 24px; } .ant-pro-field-light-wrapper-collapse-label { padding: 1; } .ant-pro-field-light-wrapper-container .ant-form-item { margin-bottom: 0; } .ant-pro-core-field-dropdown-label { cursor: pointer; } .ant-pro-core-field-dropdown-overlay { min-width: 200px; margin-top: 4px; background-color: #fff; box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09); } .ant-pro-core-field-dropdown-content { padding: 16px; } .ant-pro-core-dropdown-footer { display: flex; justify-content: space-between; padding: 16px 16px 16px 8px; border-top: 1px solid #f0f0f0; } .ant-pro-core-field-label { display: inline-block; height: 30px; padding: 0 4px; font-size: 14px; line-height: 30px; border-radius: 2px; cursor: pointer; } .ant-pro-core-field-label:hover { background-color: rgba(0, 0, 0, 0.1); } .ant-pro-core-field-label-active { padding: 0 12px; background-color: rgba(0, 0, 0, 0.04); } .ant-pro-core-field-label-active.ant-pro-core-field-label-allow-clear:hover:not(.ant-pro-core-field-label-disabled) .ant-pro-core-field-label-arrow { display: none; } .ant-pro-core-field-label-active.ant-pro-core-field-label-allow-clear:hover:not(.ant-pro-core-field-label-disabled) .ant-pro-core-field-label-close { display: inline-block; } .ant-pro-core-field-label-icon { margin-top: -2px; margin-left: 4px; padding: 1px; color: rgba(0, 0, 0, 0.45); font-size: 12px; vertical-align: middle; } .ant-pro-core-field-label-icon.ant-pro-core-field-label-close { display: none; margin-top: -4px; padding: 3px; color: #fff; font-size: 8px; background-color: rgba(0, 0, 0, 0.25); border-radius: 50%; } .ant-pro-core-field-label-icon.ant-pro-core-field-label-close:hover { background-color: rgba(0, 0, 0, 0.45); } .ant-pro-core-field-label-disabled { color: rgba(0, 0, 0, 0.25); cursor: not-allowed; } .ant-pro-core-field-label-disabled .ant-pro-core-field-label-icon { color: rgba(0, 0, 0, 0.25); } .ant-pro-core-field-label-small { height: 24px; padding: 0 4px; font-size: 12px; line-height: 24px; } .ant-pro-core-field-label-small.ant-pro-core-field-label-active { padding: 0 8px; } .ant-pro-core-field-label-small .ant-pro-core-field-label-icon { padding: 0; } .ant-pro-core-field-label-small .ant-pro-core-field-label-close { margin-top: -2px; padding: 3px; font-size: 6px; } .ant-pro-core-field-label-bordered { height: 32px; padding: 0 12px; border: 1px solid #d9d9d9; border-radius: 2px; } .ant-pro-core-field-label-bordered.ant-pro-core-field-label-small { height: 24px; padding: 0 8px; } .ant-pro-core-field-label-bordered.ant-pro-core-field-label-active { background-color: #fff; } .ant-pro-field-date-picker-light .ant-calendar-picker, .ant-pro-field-date-picker-light .ant-picker { position: absolute; width: 80px; height: 28px; overflow: hidden; visibility: hidden; } .ant-pro-field-index-column { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; } .ant-pro-field-index-column-border { color: #fff; font-size: 12px; line-height: 12px; background-color: #314659; border-radius: 9px; } .ant-pro-field-index-column-border.top-three { background-color: #979797; } .ant-pro-table-dropdown { width: auto; } .ant-pro-select-item-option-content-light { color: #1890ff; } .ant-pro-select-item-option-content { flex: auto; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .ant-pro-field-dropdown { width: auto; } .ant-pro-field-select-light-select .ant-select { position: absolute; width: 153px; height: 28px; visibility: hidden; } .ant-pro-field-select-light-select .ant-select-selector { height: 28px; } .ant-pro-field-select-light-select.ant-pro-field-select-light-select-searchable .ant-select { width: 200px; } .ant-pro-field-select-light-select.ant-pro-field-select-light-select-searchable .ant-select-selector { height: 28px; } .ant-pro-field-checkbox-vertical .ant-checkbox-group-item { display: flex; margin-right: 0; } .ant-pro-field-radio-vertical .ant-radio-wrapper { display: block; margin-right: 0; } .ant-pro-form-query-filter { /*暂时不需要内容*/ } .ant-pro-form-light-filter { line-height: 30px; } .ant-pro-form-light-filter::before { display: block; height: 0; visibility: hidden; content: '.'; } .ant-pro-form-light-filter-small { line-height: 1.5715; } .ant-pro-form-light-filter-container { display: flex; flex-wrap: wrap; margin-top: -8px; margin-right: -4px; } .ant-pro-form-light-filter-item { margin-top: 8px; white-space: nowrap; } .ant-pro-form-light-filter-item:not(:last-child) { margin-right: 8px; } .ant-pro-form-light-filter-formlabel { margin-bottom: 2px; } .ant-pro-form-light-filter-line { min-width: 198px; } .ant-pro-form-light-filter-line .ant-form-item { flex-direction: column; margin-bottom: 0; } .ant-pro-form-light-filter-line:not(:first-child) { margin-top: 16px; margin-bottom: 8px; } .ant-pro-form-light-filter .ant-form-item { margin-bottom: 0; } .ant-pro-form-light-filter-collapse-icon { width: 32px; height: 32px; line-height: 35px; border-radius: 50%; } .ant-pro-form-light-filter-effective .ant-pro-form-light-filter-collapse-icon { background-color: rgba(0, 0, 0, 0.04); } .ant-pro-steps-form-container { width: max-content; min-width: 520px; max-width: 100%; margin: auto; } .ant-pro-steps-form-steps-container { max-width: 1160px; margin: auto; } .ant-pro-steps-form-step { display: none; margin-top: 32px; } .ant-pro-steps-form-step-active { display: block; } .ant-pro-steps-form-step > form { max-width: 100%; } .ant-pro-form-login-container { display: flex; flex: 1; flex-direction: column; height: 100%; padding: 32px 0; overflow: auto; background: inherit; } @media (min-width: 768px) { .ant-pro-form-login-container { padding: 32px 0 24px; background-repeat: no-repeat; background-position: center 110px; background-size: 100%; } } .ant-pro-form-login-top { text-align: center; } .ant-pro-form-login-header { display: flex; align-items: center; justify-content: center; height: 44px; line-height: 44px; } .ant-pro-form-login-header a { text-decoration: none; } .ant-pro-form-login-title { position: relative; top: 2px; color: rgba(0, 0, 0, 0.85); font-weight: 600; font-size: 33px; } .ant-pro-form-login-logo { width: 44px; height: 44px; margin-right: 16px; vertical-align: top; } .ant-pro-form-login-logo img { width: 100%; } .ant-pro-form-login-desc { margin-top: 12px; margin-bottom: 40px; color: rgba(0, 0, 0, 0.45); font-size: 14px; } @media screen and (max-width: 576px) { .ant-pro-form-login-main { width: 95%; max-width: 328px; } } .ant-pro-form-login-main { width: 328px; margin: 0 auto; } .ant-pro-form-login-main .ant-tabs-nav-list { margin: 0px auto; font-size: 16px; } .ant-pro-form-login-main .ant-pro-form-login-other { margin-top: 24px; line-height: 22px; text-align: left; }
node_modules/@ant-design/pro-form/dist/form.min.css
.ant-form > div:not(.ant-pro-form-light-filter) .pro-field { max-width: 100%; } .ant-form > div:not(.ant-pro-form-light-filter) .pro-field-xs { width: 104px; } .ant-form > div:not(.ant-pro-form-light-filter) .pro-field-s { width: 216px; } .ant-form > div:not(.ant-pro-form-light-filter) .pro-field-sm { width: 216px; } .ant-form > div:not(.ant-pro-form-light-filter) .pro-field-m { width: 328px; } .ant-form > div:not(.ant-pro-form-light-filter) .pro-field-md { width: 328px; } .ant-form > div:not(.ant-pro-form-light-filter) .pro-field-l { width: 440px; } .ant-form > div:not(.ant-pro-form-light-filter) .pro-field-lg { width: 440px; } .ant-form > div:not(.ant-pro-form-light-filter) .pro-field-xl { width: 552px; } .ant-pro-form-group-title { margin-bottom: 16px; font-weight: bold; } .ant-pro-form-group-container { flex-wrap: wrap; max-width: 100%; } .ant-pro-form-group-container > div.ant-space-item { max-width: 100%; } .ant-pro-form-group-twoLine { display: block; width: 100%; } .ant-pro-form-group-twoLine .ant-pro-form-group-title { width: 100%; margin: 8px 0; } .ant-pro-form-group-twoLine .ant-pro-form-group-container { padding-left: 16px; } .ant-pro-form-group-twoLine .ant-space-item, .ant-pro-form-group-twoLine .ant-form-item { width: 100%; } .ant-pro-form-group-twoLine .ant-form-item-control { display: flex; align-items: center; justify-content: flex-end; } .ant-pro-form-group-twoLine .ant-form-item-control-input { align-items: center; justify-content: flex-end; } .ant-pro-form-group-twoLine .ant-form-item-control-input-content { flex: none; } .ant-pro-core-label-tip { display: inline-flex; align-items: center; max-width: 100%; } .ant-pro-core-label-tip-icon { display: block; margin-left: 4px; cursor: pointer; } .ant-pro-core-label-tip-icon:hover { color: #40a9ff; } .ant-pro-core-label-tip-title { display: inline-flex; flex: 1; } .ant-pro-core-label-tip-subtitle { margin-left: 8px; color: rgba(0, 0, 0, 0.45); font-weight: normal; font-size: 14px; white-space: nowrap; } .ant-pro-core-label-tip-title-ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-break: keep-all; } .ant-pro-form-list { max-width: 100%; } .ant-pro-form-list-item .ant-form-item-label { display: none; } .ant-pro-form-list-item.ant-pro-form-list-item-show-label .ant-form-item-label { display: inline-block; } .ant-pro-form-list-container { margin-right: 8px; } .ant-pro-form-list-item:first-of-type div:first-of-type .ant-form-item .ant-form-item-label { display: inline-block; } .ant-pro-form-list-action { height: 32px; margin-bottom: 24px; line-height: 32px; } .ant-pro-form-list .ant-pro-card .ant-pro-card-extra .ant-pro-form-list-action { margin-bottom: 0; } .ant-pro-form-list-action-icon { margin-right: 8px; cursor: pointer; transition: color 0.3s ease-in-out; } .ant-pro-form-list-action-icon:hover { color: #40a9ff; } .ant-pro-form-list-action-icon:last-child { margin-right: 0; } .ant-pro-form-list-creator-button-top { margin-bottom: 24px; } .ant-pro-field-light-wrapper-collapse-label { padding: 1; } .ant-pro-field-light-wrapper-container .ant-form-item { margin-bottom: 0; } .ant-pro-core-field-dropdown-label { cursor: pointer; } .ant-pro-core-field-dropdown-overlay { min-width: 200px; margin-top: 4px; background-color: #fff; box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09); } .ant-pro-core-field-dropdown-content { padding: 16px; } .ant-pro-core-dropdown-footer { display: flex; justify-content: space-between; padding: 16px 16px 16px 8px; border-top: 1px solid #f0f0f0; } .ant-pro-core-field-label { display: inline-block; height: 30px; padding: 0 4px; font-size: 14px; line-height: 30px; border-radius: 2px; cursor: pointer; } .ant-pro-core-field-label:hover { background-color: rgba(0, 0, 0, 0.1); } .ant-pro-core-field-label-active { padding: 0 12px; background-color: rgba(0, 0, 0, 0.04); } .ant-pro-core-field-label-active.ant-pro-core-field-label-allow-clear:hover:not(.ant-pro-core-field-label-disabled) .ant-pro-core-field-label-arrow { display: none; } .ant-pro-core-field-label-active.ant-pro-core-field-label-allow-clear:hover:not(.ant-pro-core-field-label-disabled) .ant-pro-core-field-label-close { display: inline-block; } .ant-pro-core-field-label-icon { margin-top: -2px; margin-left: 4px; padding: 1px; color: rgba(0, 0, 0, 0.45); font-size: 12px; vertical-align: middle; } .ant-pro-core-field-label-icon.ant-pro-core-field-label-close { display: none; margin-top: -4px; padding: 3px; color: #fff; font-size: 8px; background-color: rgba(0, 0, 0, 0.25); border-radius: 50%; } .ant-pro-core-field-label-icon.ant-pro-core-field-label-close:hover { background-color: rgba(0, 0, 0, 0.45); } .ant-pro-core-field-label-disabled { color: rgba(0, 0, 0, 0.25); cursor: not-allowed; } .ant-pro-core-field-label-disabled .ant-pro-core-field-label-icon { color: rgba(0, 0, 0, 0.25); } .ant-pro-core-field-label-small { height: 24px; padding: 0 4px; font-size: 12px; line-height: 24px; } .ant-pro-core-field-label-small.ant-pro-core-field-label-active { padding: 0 8px; } .ant-pro-core-field-label-small .ant-pro-core-field-label-icon { padding: 0; } .ant-pro-core-field-label-small .ant-pro-core-field-label-close { margin-top: -2px; padding: 3px; font-size: 6px; } .ant-pro-core-field-label-bordered { height: 32px; padding: 0 12px; border: 1px solid #d9d9d9; border-radius: 2px; } .ant-pro-core-field-label-bordered.ant-pro-core-field-label-small { height: 24px; padding: 0 8px; } .ant-pro-core-field-label-bordered.ant-pro-core-field-label-active { background-color: #fff; } .ant-pro-field-date-picker-light .ant-calendar-picker, .ant-pro-field-date-picker-light .ant-picker { position: absolute; width: 80px; height: 28px; overflow: hidden; visibility: hidden; } .ant-pro-field-index-column { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; } .ant-pro-field-index-column-border { color: #fff; font-size: 12px; line-height: 12px; background-color: #314659; border-radius: 9px; } .ant-pro-field-index-column-border.top-three { background-color: #979797; } .ant-pro-table-dropdown { width: auto; } .ant-pro-select-item-option-content-light { color: #1890ff; } .ant-pro-select-item-option-content { flex: auto; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .ant-pro-field-dropdown { width: auto; } .ant-pro-field-select-light-select .ant-select { position: absolute; width: 153px; height: 28px; visibility: hidden; } .ant-pro-field-select-light-select .ant-select-selector { height: 28px; } .ant-pro-field-select-light-select.ant-pro-field-select-light-select-searchable .ant-select { width: 200px; } .ant-pro-field-select-light-select.ant-pro-field-select-light-select-searchable .ant-select-selector { height: 28px; } .ant-pro-field-checkbox-vertical .ant-checkbox-group-item { display: flex; margin-right: 0; } .ant-pro-field-radio-vertical .ant-radio-wrapper { display: block; margin-right: 0; } .ant-pro-form-query-filter { /*暂时不需要内容*/ } .ant-pro-form-light-filter { line-height: 30px; } .ant-pro-form-light-filter::before { display: block; height: 0; visibility: hidden; content: '.'; } .ant-pro-form-light-filter-small { line-height: 1.5715; } .ant-pro-form-light-filter-container { display: flex; flex-wrap: wrap; margin-top: -8px; margin-right: -4px; } .ant-pro-form-light-filter-item { margin-top: 8px; white-space: nowrap; } .ant-pro-form-light-filter-item:not(:last-child) { margin-right: 8px; } .ant-pro-form-light-filter-formlabel { margin-bottom: 2px; } .ant-pro-form-light-filter-line { min-width: 198px; } .ant-pro-form-light-filter-line .ant-form-item { flex-direction: column; margin-bottom: 0; } .ant-pro-form-light-filter-line:not(:first-child) { margin-top: 16px; margin-bottom: 8px; } .ant-pro-form-light-filter .ant-form-item { margin-bottom: 0; } .ant-pro-form-light-filter-collapse-icon { width: 32px; height: 32px; line-height: 35px; border-radius: 50%; } .ant-pro-form-light-filter-effective .ant-pro-form-light-filter-collapse-icon { background-color: rgba(0, 0, 0, 0.04); } .ant-pro-steps-form-container { width: max-content; min-width: 520px; max-width: 100%; margin: auto; } .ant-pro-steps-form-steps-container { max-width: 1160px; margin: auto; } .ant-pro-steps-form-step { display: none; margin-top: 32px; } .ant-pro-steps-form-step-active { display: block; } .ant-pro-steps-form-step > form { max-width: 100%; } .ant-pro-form-login-container { display: flex; flex: 1; flex-direction: column; height: 100%; padding: 32px 0; overflow: auto; background: inherit; } @media (min-width: 768px) { .ant-pro-form-login-container { padding: 32px 0 24px; background-repeat: no-repeat; background-position: center 110px; background-size: 100%; } } .ant-pro-form-login-top { text-align: center; } .ant-pro-form-login-header { display: flex; align-items: center; justify-content: center; height: 44px; line-height: 44px; } .ant-pro-form-login-header a { text-decoration: none; } .ant-pro-form-login-title { position: relative; top: 2px; color: rgba(0, 0, 0, 0.85); font-weight: 600; font-size: 33px; } .ant-pro-form-login-logo { width: 44px; height: 44px; margin-right: 16px; vertical-align: top; } .ant-pro-form-login-logo img { width: 100%; } .ant-pro-form-login-desc { margin-top: 12px; margin-bottom: 40px; color: rgba(0, 0, 0, 0.45); font-size: 14px; } @media screen and (max-width: 576px) { .ant-pro-form-login-main { width: 95%; max-width: 328px; } } .ant-pro-form-login-main { width: 328px; margin: 0 auto; } .ant-pro-form-login-main .ant-tabs-nav-list { margin: 0px auto; font-size: 16px; } .ant-pro-form-login-main .ant-pro-form-login-other { margin-top: 24px; line-height: 22px; text-align: left; }
0.527073
0.064418
html { overflow-y: auto; } body { padding: 0; background: #fafafa; } a.as-text { color: #333; } a:hover.as-text { color: #333; text-decoration: none; } .close { opacity: 0.6; } /* Logo místo textu. Při vhodném místě se zobrazí i span. */ .navbar .navbar-brand { line-height: 50px; padding: 0 20px 0 10px; } .navbar .navbar-brand img { float: left; /*kvuli spanu*/ position: relative; top: 11px; } .navbar .navbar-brand:before { content: "beta"; position: absolute; font-size: 9px; margin-top: 17px; margin-left: -16px; } .navbar .navbar-brand span { display: inline; padding-left: 10px; } @media (min-width: 768px) and (max-width: 991px) { .navbar .navbar-brand:before { margin-left: 21px; } .navbar .navbar-brand span { display: none; } .navbar .navbar-brand img { left: 9px; } } @media (max-width: 285px) { /* velikost navbaru se zobrazenym spanem */ .navbar .navbar-brand span { display: none; } .navbar .navbar-brand:before { margin-left: 11px; } } .navbar { z-index: 1000; } .navbar .navbar-user .dropdown-toggle { padding: 0 5px 0 15px; line-height: 50px; } @media (min-width: 768px) { .navbar .navbar-user { margin-left: 10px; } } .navbar .facebook-like { float: right; padding: 15px 0 5px 0; width: 78px; /*allow overflow*/ } .navbar #page-restore-button { position: absolute; left: 49%; bottom: 0; z-index: 5; width: 68px; height: 13px; cursor: pointer; color: #888; display: none; } .navbar #page-restore-button:before { content: "\e114"; position: relative; top: -2px; left: 24px; font-size: 12px; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; } .navbar #page-restore-button:hover { border-bottom: 30px solid transparent; /* biggerbutton for finishing the click*/ margin-bottom: -17px; color: #333; } #map-container { position: fixed; top: 50px; bottom: 0; right: 0; left: 0; z-index: 1; } .sidebar-inner { padding: 15px; } @media (max-width: 767px) { .sidebar-inner { padding: 5px; } } #map-container .close { font-size: 300%; } #map { height: 100%; } /*#map-sidebar, #map-layers { z-index: 3000; max-width: 250px; display: block; background: rgba(255,255,255,0.8); font-size: 130%; position: absolute; height: 100%; overflow-y: scroll; }*/ #map-layers { right: 0; /* width: 250px; */ text-align: left; font-size: 13px; padding: 0; border: 0; border-radius: 0; } @media (max-width: 992px) { #map-layers { width: 180px; } } #map-layers h2, .h2 { margin: 10px 0; font-size: 24px; } #map-layers label { display: block; } #map-layers button.close { position: fixed; right: 20px; top: 45px; } #map-layers div #ls-info { margin-top: -20px; margin-right: -50px; } .ls-info-body { padding-top: 10px; padding-bottom: 5px; } .btn-header { padding: 10px 5px 0px 5px; font-size: 150%; color: black !important; } .btn-header:hover { opacity: 0.6; } .flip { -moz-transform: scaleY(-1); -o-transform: scaleY(1); -webkit-transform: scaleY(1); transform: scaleY(-1); filter: FlipH; -ms-filter: "FlipH"; } @media screen and (min-width: 768px) { #sidebar, #poi-sidebar, #map-layers { position: relative; float: left; height: 100%; overflow-y: auto; overflow-x: none; } #map-layers { float: right; } } #map-container a.leaflet-control-layers-toggle { width: 46px; height: 66px; background-position: center 5px; padding-top: 33px; font-size: 10px; color: #000 !important; text-align: center; } #map-container a.leaflet-control-layers-toggle:before { content: "Mapové vrstvy"; } #map-container a.leaflet-control-layers-toggle:hover { text-decoration: none; } #map-container a.leaflet-control-photoDBbtn-text { width: 46px; height: 80px; background-position: center 0px; padding-top: 45px; font-size: 10px; color: #000 !important; text-align: center; display: block; background-image: url(../img/gp/photoDB-add.png); background-repeat: no-repeat; text-decoration: none; } #map-container a.leaflet-control-photoDBbtn-text:before { content: "Přidat obrázek"; } #map-container a.leaflet-control-photoDBbtn-text:hover { text-decoration: none; } /* --------------------------- */ /* Customized .leaflet-sidebar */ .leaflet-sidebar { position: absolute; min-height: 40px; max-height: 100%; min-width: 250px; max-width: 350px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; z-index: 2000; overflow: hidden; overflow-y: auto; } .leaflet-sidebar.left { left: -500px; transition: left 0.2s, width 0.2s; padding-right: 0; } .leaflet-sidebar.left.visible { left: 0; } .leaflet-sidebar.right { right: -250px; height: 100%; width: 250px; transition: right 0.0s, width 0.0s; } .leaflet-sidebar.right.visible { right: 0; } .leaflet-sidebar > .leaflet-control { height: 100%; width: 100%; overflow: auto; -webkit-overflow-scrolling: touch; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 14px; padding: 10px; background: rgba(255, 255, 255, 0.95) !important; /* box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65); */ } .leaflet-sidebar.left > .leaflet-control { border-radius: 0 0 4px 0; } .leaflet-touch .leaflet-sidebar > .leaflet-control { box-shadow: none; /*border: 2px solid rgba(0, 0, 0, 0.2);*/ background-clip: padding-box; } .leaflet-sidebar .close { position: absolute; right: 20px; cursor: pointer; z-index: 800; color: #000; opacity: 0.6; font-size: 21px; font-weight: 700; line-height: 1; } .leaflet-left { transition: left 0.2s; } .leaflet-right { transition: right 0.0s; } .leaflet-sidebar { width: 350px; } .leaflet-sidebar.left.visible ~ .leaflet-left { left: 350px; } .leaflet-sidebar.right.visible ~ .leaflet-right { right: 250px; } .sidebar-inner img { max-width: 250px; } #poi-sidebar img { max-width: 250px; } @media (max-width: 767px) { .leaflet-sidebar { width: 100%; padding: 0; min-width: 180px; } .leaflet-sidebar.left.visible ~ .leaflet-left { left: 0px; } .leaflet-sidebar.right.visible ~ .leaflet-right { right: 0px; } .leaflet-sidebar.left { left: -200px; width: 200px; } .leaflet-sidebar.left.visible { left: 0; } .leaflet-sidebar.right { right: -180px; width: 180px; } .leaflet-sidebar.right.visible { right: 0; } .leaflet-sidebar > .leaflet-control { box-shadow: none; -webkit-border-radius: 0; border-radius: 0; } .leaflet-touch .leaflet-sidebar > .leaflet-control { border: 0; } /* TODO: How to fix 'X' on left panel to top (in overflow)? .left. visible + a.close { position: fixed; right: 240px; } */ .sidebar-inner img { max-width: 170px; } #poi-sidebar img { max-width: 170px; } } /* END of customized .leaflet-sidebar */ #sidebar h4, h5 { border-bottom: 1px solid #aaa; } #poi-sidebar h4, h5 { border-bottom: 1px solid #aaa; } #sidebar h4, #poi-sidebar h4 { max-width: 90%; } #poi-sidebar .osmid { padding-top: 1em; font-size: 90%; white-space: nowrap; } /* Opening hours */ #poi-sidebar .ohopen { padding-top: 1em; font-size: 90%; color: #00ff00; } #poi-sidebar .ohclosed { padding-top: 1em; font-size: 90%; color: #ff0000; } #poi-sidebar .ohlasthour { padding-top: 1em; font-size: 90%; color: #ffcc00; } #poi-sidebar .oh-times { padding-left: 2em; } #sidebar, #poi-sidebar .close { margin-top: -18px; } #poi-sidebar #mapillary-photo { max-width: 250px; margin-top: 1em; font-size: 80%; position: relative; } #poi-sidebar #mapillary-photo a:after { content: "Mapillary.com - otevřené street-view"; color: #ccc; position: absolute; left: 4px; bottom: 0; text-shadow: 0 0 4px #000; } #poi-sidebar #wikimedia-commons { max-width: 250px; margin-top: 1em; font-size: 80%; position: relative; } #poi-sidebar #wikimedia-commons .commons_logo { margin-bottom: 5px; padding-right: 5px; } #poi-sidebar #guidepost .guidepost_logo { margin-bottom: 5px; padding-right: 5px; } #main { padding-top: 50px; } #main .container { position: relative; z-index: 5; /*potreba pro skryvani fadeOut/fadeIn */ padding: 1em; background: rgba(255, 255, 255, 0.9); margin-bottom: 260px; } #main .container.splash { background: transparent; padding: .5em; padding-top: 50px; display: none; } #main .container.splash:not(.layersSidebar-shown):before { content: url(../img/info-layer-switch.mini.svg); position: fixed; right: 10px; top: 62px; z-index: 10; } .content-box-left, .content-box-right { padding: 0; } .content-box-inner { background: rgba(255, 255, 255, 0.9); padding: 15px; z-index: 15; position: relative; /*because of z-index*/ } @media screen and (min-width: 992px) { .content-box-left { padding-right: 15px; } .content-box-right { padding-left: 15px; } #main .container.splash:not(.layersSidebar-shown):before { content: url(../img/info-layer-switch.svg); right: 60px; top: 80px; } } @media screen and (max-width: 767px) { .row { margin: 0; } } /*Layer Switch - overlay groups*/ div[aria-expanded=true] .glyphicon-triangle-right { display: none; } div[aria-expanded=false] .glyphicon-triangle-right { display: inline !important; } div[aria-expanded=false] .glyphicon-triangle-bottom { display: none; } div[aria-expanded=true] .glyphicon-triangle-bottom { display: inline !important; } div[group-active=true] { color: #eef !important; background-image: linear-gradient(to bottom, #21a2c5 0, #1b809e 100%); text-shadow: 0 1px 0 #ccc; border-color: #fff; background-repeat: repeat-x; } div[group-active=true]:hover { color: #fff !important; background-image: linear-gradient(to bottom, #fff 0, #17718a 100%); text-shadow: 0 1px 0 #ccc; border-color: #23abd0; background-repeat: repeat-x; background-color: #1b809e; } .leaflet-control-layers-list input[type=checkbox]:checked + span { color: #1b809e; font-style: normal; } .leaflet-control-layers-list input[type=radio]:checked + span { color: #1b809e; font-style: normal; } /* Overlay label style */ .lsOverlay { color: #333; font-style: italic; font-weight: normal; } .ellipsis { display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: text-bottom; } .sidebar-inner .ellipsis { width: 180px; } .sidebar-inner .removable { width: 160px; } @media screen and (max-width: 767px) { .sidebar-inner .ellipsis { width: 150px; } .sidebar-inner .removable { width: 110px; } } /* Leaflet-Coordinates-Control plugin */ .leaflet-control-coordinates { background: white; border-radius: 4px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65); cursor: pointer; padding: 2px 5px; } .leaflet-control-coordinates.hidden { display: none; } .leaflet-control-coordinates-lng { padding-left: 5px; } .gpsCoor { padding-bottom: 10px; } .leaflet-control-coordinates-gps h4 { text-align: center; font-weight: bold; font-size: 120%; text-decoration: underline; } .leaflet-control-coordinates-icon { text-align: right; padding-left: 5px; } .leaflet-control-coordinates-gps { box-shadow: 0 1px 0 rgba(0, 0, 0, 0.65); } /* gp-check */ .gp-check-popup { min-width: 250px; max-width: 350px; } .gp-check-popup h6 { font-size: 1.2em; font-weight: bold; white-space: nowrap; } .no-foto { text-align: center; font-size: 2em; } .gp-thumbnail { min-width: 180px; } .vcenter { display: inline-block; vertical-align: middle; float: none; } .flex-v-center { display: flex; align-items: center; } /* gc-check - image upload form */ #gpc-img-upload-form { width: 350px; } #gpc-img-upload-form input[type=file], #gpc-img-upload-form input[type=text], #gpc-img-upload-form select { background: #eee !important; color: #000 !important; padding: 5px !important; border: 2px solid #eee; -webkit-border-radius: 5px; border-radius: 5px; margin: 2px; } #gpc-img-upload-form input[type=text]:focus, select:focus { border: 2px solid #337ab7 !important; } #gpc-img-upload-form input[type=text].inputError { border: 2px solid #d9534f; } #gpc-img-upload-form .legend { font-size: 1.2em; font-weight: bold; } #gpc-img-upload-form .gpc-upl-result { padding-top: 5px; margin-top: 5px; text-align: center; } .coors-block { background: #DDD; padding: 5px; -webkit-border-radius: 5px; border-radius: 5px; } /* Spin icon * From: http://bootsnipp.com/snippets/featured/glyphicon-animate-rotation-and-flip * * So much code just to make icon spin... */ .gly-spin { -webkit-animation: spin 2s infinite linear; -moz-animation: spin 2s infinite linear; -o-animation: spin 2s infinite linear; animation: spin 2s infinite linear; } @-moz-keyframes spin { 0% { -moz-transform: rotate(0deg); } 100% { -moz-transform: rotate(359deg); } } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); } } @-o-keyframes spin { 0% { -o-transform: rotate(0deg); } 100% { -o-transform: rotate(359deg); } } @keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } /* Spin icon END */ /* margins on top */ .margin-top-05 { margin-top: 0.5em; } .margin-top-10 { margin-top: 1.0em; } .margin-top-15 { margin-top: 1.5em; } .margin-top-20 { margin-top: 2.0em; } .margin-top-25 { margin-top: 2.5em; } .margin-top-30 { margin-top: 3.0em; } /* guidepost.js */ #hashtags { padding: 1em 0 1em 0; line-height: 2; text-align: center; } .buttons-bar { text-align: center; } .space-2em { margin-left: 2em; } .bigger { font-size: 3em; } .smaller { font-size: 0.8em; } .crossed { background: linear-gradient(to top left, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0) calc(50% - 0.8px), rgba(255, 0, 0, 1) 50%, rgba(255, 0, 0, 0) calc(50% + 0.8px), rgba(255, 0, 0, 0) 100%), linear-gradient(to top right, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0) calc(50% - 0.8px), rgba(255, 0, 0, 1) 50%, rgba(255, 0, 0, 0) calc(50% + 0.8px), rgba(255, 0, 0, 0) 100%); } .semigrey { color: rgba(127, 127, 127, 0.2); } /* PhotoDB-gui.js */ #photoDB-preview { margin-bottom: 10px; } a #photoDB-preview:hover { -moz-box-shadow: 0 0 3px #337ab7; -webkit-box-shadow: 0 0 3px #337ab7; box-shadow: 0 0 3px #337ab7; } .photoDB-message { margin-top: 5px; } .photoDB-name { margin-bottom: 5px; font-style: italic; text-align: center; } #photoDB-upload-form #photo .photoDB-message { margin-top: 15px; } #photoDB-upload-form .label-margin { margin-bottom: 0px; margin-top: 5px; } .photoDB-btn-grp { margin-top: 1em; border-top: rgba(0, 0, 0, 0.2) solid 1px; padding-top: 1em; } #photoDB-upload-form input[type=text]:focus, #photoDB-upload-form select:focus { border: 2px solid #337ab7 !important; } #photoDB-upload-form input[type=text].inputError { border: 2px solid #d9534f; } #modal-container button.close { font-size: 300%; margin-top: -25px; margin-right: -10px; color: #000; opacity: 0.6; font-weight: 700; line-height: 1; } #myModal .modal { text-align: center; max-height: 100vh; } #myModal .modal-dialog { display: inline-block; width: auto; margin: 15px auto; } #myModal .modal-body { position: relative; overflow: hidden; max-height: calc(100vh - 50px); } /*#myModal { max-height: 100vh; }*/ #myModal #modalImg { max-height: calc(100vh - 100px); height: 100%; width: auto; min-height: 120px; } /* END of PhotoDB-gui.js */ /* leaflet-condensed-attribution plugin*/ .leaflet-container .leaflet-condensed-attribution { margin: 10px; padding: 0; border-radius: 15px; border: 2px solid rgba(0, 0, 0, .2); background: rgba(255, 255, 255, .5); vertical-align: middle; display: -webkit-box; display: -ms-flexbox; display: flex; } .leaflet-condensed-attribution .attributes-body { display: none; padding: 0 4px 0 4px; text-align: center; } .leaflet-condensed-attribution:hover, .leaflet-condensed-attribution:focus { border-radius: 0px 15px 15px 0px; } .leaflet-condensed-attribution:hover .attributes-body, .leaflet-condensed-attribution:focus .attributes-body { display: inline-block !important; } .leaflet-condensed-attribution .attributes-emblem { margin: 2px; font-size: 14px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } /* Always expanded and without emblem on bigger screens */ @media (min-width: 650px) { .leaflet-condensed-attribution .attributes-body { display: inline-block !important; } .leaflet-condensed-attribution .attributes-emblem { display: none; } .leaflet-container .leaflet-condensed-attribution { border-radius: 0px; border: 0px; } } /* End of leaflet-condensed-attribution plugin style*/ /* fileLayerPlugin */ .gpx-marker { font-size: 1.5em; color: rgba(255, 255, 0, 1); text-shadow: 5px 5px 5px #000000;; } /* Hide elements for printing */ @media print { #poi-sidebar .osmid { white-space: normal; } .leaflet-control-container .leaflet-top { display: none; } div[group-active=true] { color: #fff !important; background-image: linear-gradient(to bottom, #21a2c5 0, #1b809e 100%) !important; border-color: #000 !important; } .leaflet-control-scale { background: #fff !important; } .leaflet-control-coordinates .leaflet-control, .leaflet-control-coordinates-gps, .leaflet-control-coordinates-lat, .leaflet-control-coordinates-lng, .leaflet-control-coordinates-icon { display: none; } .leaflet-container .leaflet-control-attribution { background: #fff !important; margin-left: 150px !important; width: calc(100% - 150px); } } /* End of print @media print */ /* Primárně pro účely splashe */ #main .jumbotron { border-radius: 0; text-align: center; margin-bottom: 0; } #main .jumbotron.transparent { /* jinde než splash */ background: transparent; } #main .jumbotron .close-overlay { font-size: 60px; } #main .jumbotron h1 img.osmlogo { width: 50px; height: 50px; } @media screen and (min-width: 768px) { #main .jumbotron { margin-top: 30px; } #main .jumbotron h1 { font-size: 60px; } #main .jumbotron .close-overlay { margin-right: -20px; } #main .bottom-spacer { margin-bottom: 30px; } #main .jumbotron h1 img.osmlogo { width: 110px; height: 110px; } } .twitter-follow, .weekly-follow { float: right; padding-right: 0; font-size: 10px; } .twitter-follow:before { content: ""; background: url('../img/twitter.svg') no-repeat left top; background-size: 16px 16px; width: 16px; height: 16px; display: inline-block; vertical-align: bottom; margin-right: 1ex; } .tweets-sidebar { border-top: 1px #eee solid; margin-top: 1em; } .tweets-sidebar.float { float: right; margin-left: 1em; } @media (min-width: 992px) { .tweets-sidebar { border: 0; border-left: 1px #eee solid; } } .tweets { list-style-type: none; margin: 0; padding: 0; } .tweets li { padding: 8px 0 8px 60px; } .tweets.weeklys li { padding-left: 0; } .tweets .permalink { float: right; font-size: 80%; color: rgb(112, 112, 112); text-decoration: none; line-height: 20px; } .tweets .author img { position: absolute; margin-left: -60px; } .tweets .retweet { color: #707070; font-size: 80%; padding: 3px 0 0 3px; } .tweets .profile { color: rgb(41, 47, 51); font-weight: bold; } .tweets .profile .nickname { color: rgb(102, 117, 127); font-weight: normal; font-size: 80%; } .tweets .footer { text-align: right; visibility: hidden; } .tweets li:hover .footer { visibility: visible; } .tweets .footer a { font-size: 80%; padding-left: 5px; color: rgb(153, 153, 153); text-decoration: none; } .konference { width: 100%; margin: 1.5em 0; } .konference .img { width: 32px; } .konference .subject { padding: 0.8em 0.6em; } .konference .date { width: 80px; text-align: right; font-size: 80%; } .load-more { font-size: 80%; } /*3 úroveň menu*/ #main .nav.nav-tabs { padding-top: 1em; } #main .nav.nav-tabs a { color: #444; } /* Page /komunita */ .komunita { margin-top: 2em; } .komunita h3 { margin-top: 10px; } .komunita a img { margin: 0; display: inline; } .komunita table { width: 100%; } .komunita table th { line-height: 2; } .komunita .caption div { margin: 0 0 4px; } .komunita .caption .glyphicon { font-size: 14px; color: black; } .komunita .stat { color: #aaa; font-size: 80%; padding-left: .4em; } .komunita .stat .glyphicon { color: #eee; } @media (min-width: 768px) { .komunita .thumbnail .caption { padding-bottom: 0; } .komunita .thumbnail { height: 162px; overflow-y: auto; } } .mailarchive .header .date {float:right;} .mailarchive .header .avatar {float:left; margin-right: .4em;} .mailarchive .header h3 {font-size: 16px; display: inline; padding: 0 .3em 0 3px;} .mailarchive .stat { color: #aaa; font-size: 80%; padding-left: .4em; } .mailarchive .stat .glyphicon { color: #bbb; margin-right: 5px; } .mailarchive .body { clear: left; white-space: pre-wrap; font-family:monospace } .mailarchive .quoted { background: #eee; display: none; } .mailarchive.search h2 {margin: 2em 0 1em 0; font-size: 22px;} .mailarchive.search .body {white-space: normal;} .mailarchive.search .body a {color: #000;} .mailarchive.search .body a:hover {text-decoration: none; background: #ffff66} .highlight { background: #ffff66; color: #000; } .jumptarget::before { content:""; display:block; height:60px; /* fixed header height*/ margin:-60px 0 0; /* negative fixed header height */ } #nette-debug {z-index: 111;}
css/style.css
html { overflow-y: auto; } body { padding: 0; background: #fafafa; } a.as-text { color: #333; } a:hover.as-text { color: #333; text-decoration: none; } .close { opacity: 0.6; } /* Logo místo textu. Při vhodném místě se zobrazí i span. */ .navbar .navbar-brand { line-height: 50px; padding: 0 20px 0 10px; } .navbar .navbar-brand img { float: left; /*kvuli spanu*/ position: relative; top: 11px; } .navbar .navbar-brand:before { content: "beta"; position: absolute; font-size: 9px; margin-top: 17px; margin-left: -16px; } .navbar .navbar-brand span { display: inline; padding-left: 10px; } @media (min-width: 768px) and (max-width: 991px) { .navbar .navbar-brand:before { margin-left: 21px; } .navbar .navbar-brand span { display: none; } .navbar .navbar-brand img { left: 9px; } } @media (max-width: 285px) { /* velikost navbaru se zobrazenym spanem */ .navbar .navbar-brand span { display: none; } .navbar .navbar-brand:before { margin-left: 11px; } } .navbar { z-index: 1000; } .navbar .navbar-user .dropdown-toggle { padding: 0 5px 0 15px; line-height: 50px; } @media (min-width: 768px) { .navbar .navbar-user { margin-left: 10px; } } .navbar .facebook-like { float: right; padding: 15px 0 5px 0; width: 78px; /*allow overflow*/ } .navbar #page-restore-button { position: absolute; left: 49%; bottom: 0; z-index: 5; width: 68px; height: 13px; cursor: pointer; color: #888; display: none; } .navbar #page-restore-button:before { content: "\e114"; position: relative; top: -2px; left: 24px; font-size: 12px; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; } .navbar #page-restore-button:hover { border-bottom: 30px solid transparent; /* biggerbutton for finishing the click*/ margin-bottom: -17px; color: #333; } #map-container { position: fixed; top: 50px; bottom: 0; right: 0; left: 0; z-index: 1; } .sidebar-inner { padding: 15px; } @media (max-width: 767px) { .sidebar-inner { padding: 5px; } } #map-container .close { font-size: 300%; } #map { height: 100%; } /*#map-sidebar, #map-layers { z-index: 3000; max-width: 250px; display: block; background: rgba(255,255,255,0.8); font-size: 130%; position: absolute; height: 100%; overflow-y: scroll; }*/ #map-layers { right: 0; /* width: 250px; */ text-align: left; font-size: 13px; padding: 0; border: 0; border-radius: 0; } @media (max-width: 992px) { #map-layers { width: 180px; } } #map-layers h2, .h2 { margin: 10px 0; font-size: 24px; } #map-layers label { display: block; } #map-layers button.close { position: fixed; right: 20px; top: 45px; } #map-layers div #ls-info { margin-top: -20px; margin-right: -50px; } .ls-info-body { padding-top: 10px; padding-bottom: 5px; } .btn-header { padding: 10px 5px 0px 5px; font-size: 150%; color: black !important; } .btn-header:hover { opacity: 0.6; } .flip { -moz-transform: scaleY(-1); -o-transform: scaleY(1); -webkit-transform: scaleY(1); transform: scaleY(-1); filter: FlipH; -ms-filter: "FlipH"; } @media screen and (min-width: 768px) { #sidebar, #poi-sidebar, #map-layers { position: relative; float: left; height: 100%; overflow-y: auto; overflow-x: none; } #map-layers { float: right; } } #map-container a.leaflet-control-layers-toggle { width: 46px; height: 66px; background-position: center 5px; padding-top: 33px; font-size: 10px; color: #000 !important; text-align: center; } #map-container a.leaflet-control-layers-toggle:before { content: "Mapové vrstvy"; } #map-container a.leaflet-control-layers-toggle:hover { text-decoration: none; } #map-container a.leaflet-control-photoDBbtn-text { width: 46px; height: 80px; background-position: center 0px; padding-top: 45px; font-size: 10px; color: #000 !important; text-align: center; display: block; background-image: url(../img/gp/photoDB-add.png); background-repeat: no-repeat; text-decoration: none; } #map-container a.leaflet-control-photoDBbtn-text:before { content: "Přidat obrázek"; } #map-container a.leaflet-control-photoDBbtn-text:hover { text-decoration: none; } /* --------------------------- */ /* Customized .leaflet-sidebar */ .leaflet-sidebar { position: absolute; min-height: 40px; max-height: 100%; min-width: 250px; max-width: 350px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; z-index: 2000; overflow: hidden; overflow-y: auto; } .leaflet-sidebar.left { left: -500px; transition: left 0.2s, width 0.2s; padding-right: 0; } .leaflet-sidebar.left.visible { left: 0; } .leaflet-sidebar.right { right: -250px; height: 100%; width: 250px; transition: right 0.0s, width 0.0s; } .leaflet-sidebar.right.visible { right: 0; } .leaflet-sidebar > .leaflet-control { height: 100%; width: 100%; overflow: auto; -webkit-overflow-scrolling: touch; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 14px; padding: 10px; background: rgba(255, 255, 255, 0.95) !important; /* box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65); */ } .leaflet-sidebar.left > .leaflet-control { border-radius: 0 0 4px 0; } .leaflet-touch .leaflet-sidebar > .leaflet-control { box-shadow: none; /*border: 2px solid rgba(0, 0, 0, 0.2);*/ background-clip: padding-box; } .leaflet-sidebar .close { position: absolute; right: 20px; cursor: pointer; z-index: 800; color: #000; opacity: 0.6; font-size: 21px; font-weight: 700; line-height: 1; } .leaflet-left { transition: left 0.2s; } .leaflet-right { transition: right 0.0s; } .leaflet-sidebar { width: 350px; } .leaflet-sidebar.left.visible ~ .leaflet-left { left: 350px; } .leaflet-sidebar.right.visible ~ .leaflet-right { right: 250px; } .sidebar-inner img { max-width: 250px; } #poi-sidebar img { max-width: 250px; } @media (max-width: 767px) { .leaflet-sidebar { width: 100%; padding: 0; min-width: 180px; } .leaflet-sidebar.left.visible ~ .leaflet-left { left: 0px; } .leaflet-sidebar.right.visible ~ .leaflet-right { right: 0px; } .leaflet-sidebar.left { left: -200px; width: 200px; } .leaflet-sidebar.left.visible { left: 0; } .leaflet-sidebar.right { right: -180px; width: 180px; } .leaflet-sidebar.right.visible { right: 0; } .leaflet-sidebar > .leaflet-control { box-shadow: none; -webkit-border-radius: 0; border-radius: 0; } .leaflet-touch .leaflet-sidebar > .leaflet-control { border: 0; } /* TODO: How to fix 'X' on left panel to top (in overflow)? .left. visible + a.close { position: fixed; right: 240px; } */ .sidebar-inner img { max-width: 170px; } #poi-sidebar img { max-width: 170px; } } /* END of customized .leaflet-sidebar */ #sidebar h4, h5 { border-bottom: 1px solid #aaa; } #poi-sidebar h4, h5 { border-bottom: 1px solid #aaa; } #sidebar h4, #poi-sidebar h4 { max-width: 90%; } #poi-sidebar .osmid { padding-top: 1em; font-size: 90%; white-space: nowrap; } /* Opening hours */ #poi-sidebar .ohopen { padding-top: 1em; font-size: 90%; color: #00ff00; } #poi-sidebar .ohclosed { padding-top: 1em; font-size: 90%; color: #ff0000; } #poi-sidebar .ohlasthour { padding-top: 1em; font-size: 90%; color: #ffcc00; } #poi-sidebar .oh-times { padding-left: 2em; } #sidebar, #poi-sidebar .close { margin-top: -18px; } #poi-sidebar #mapillary-photo { max-width: 250px; margin-top: 1em; font-size: 80%; position: relative; } #poi-sidebar #mapillary-photo a:after { content: "Mapillary.com - otevřené street-view"; color: #ccc; position: absolute; left: 4px; bottom: 0; text-shadow: 0 0 4px #000; } #poi-sidebar #wikimedia-commons { max-width: 250px; margin-top: 1em; font-size: 80%; position: relative; } #poi-sidebar #wikimedia-commons .commons_logo { margin-bottom: 5px; padding-right: 5px; } #poi-sidebar #guidepost .guidepost_logo { margin-bottom: 5px; padding-right: 5px; } #main { padding-top: 50px; } #main .container { position: relative; z-index: 5; /*potreba pro skryvani fadeOut/fadeIn */ padding: 1em; background: rgba(255, 255, 255, 0.9); margin-bottom: 260px; } #main .container.splash { background: transparent; padding: .5em; padding-top: 50px; display: none; } #main .container.splash:not(.layersSidebar-shown):before { content: url(../img/info-layer-switch.mini.svg); position: fixed; right: 10px; top: 62px; z-index: 10; } .content-box-left, .content-box-right { padding: 0; } .content-box-inner { background: rgba(255, 255, 255, 0.9); padding: 15px; z-index: 15; position: relative; /*because of z-index*/ } @media screen and (min-width: 992px) { .content-box-left { padding-right: 15px; } .content-box-right { padding-left: 15px; } #main .container.splash:not(.layersSidebar-shown):before { content: url(../img/info-layer-switch.svg); right: 60px; top: 80px; } } @media screen and (max-width: 767px) { .row { margin: 0; } } /*Layer Switch - overlay groups*/ div[aria-expanded=true] .glyphicon-triangle-right { display: none; } div[aria-expanded=false] .glyphicon-triangle-right { display: inline !important; } div[aria-expanded=false] .glyphicon-triangle-bottom { display: none; } div[aria-expanded=true] .glyphicon-triangle-bottom { display: inline !important; } div[group-active=true] { color: #eef !important; background-image: linear-gradient(to bottom, #21a2c5 0, #1b809e 100%); text-shadow: 0 1px 0 #ccc; border-color: #fff; background-repeat: repeat-x; } div[group-active=true]:hover { color: #fff !important; background-image: linear-gradient(to bottom, #fff 0, #17718a 100%); text-shadow: 0 1px 0 #ccc; border-color: #23abd0; background-repeat: repeat-x; background-color: #1b809e; } .leaflet-control-layers-list input[type=checkbox]:checked + span { color: #1b809e; font-style: normal; } .leaflet-control-layers-list input[type=radio]:checked + span { color: #1b809e; font-style: normal; } /* Overlay label style */ .lsOverlay { color: #333; font-style: italic; font-weight: normal; } .ellipsis { display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: text-bottom; } .sidebar-inner .ellipsis { width: 180px; } .sidebar-inner .removable { width: 160px; } @media screen and (max-width: 767px) { .sidebar-inner .ellipsis { width: 150px; } .sidebar-inner .removable { width: 110px; } } /* Leaflet-Coordinates-Control plugin */ .leaflet-control-coordinates { background: white; border-radius: 4px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65); cursor: pointer; padding: 2px 5px; } .leaflet-control-coordinates.hidden { display: none; } .leaflet-control-coordinates-lng { padding-left: 5px; } .gpsCoor { padding-bottom: 10px; } .leaflet-control-coordinates-gps h4 { text-align: center; font-weight: bold; font-size: 120%; text-decoration: underline; } .leaflet-control-coordinates-icon { text-align: right; padding-left: 5px; } .leaflet-control-coordinates-gps { box-shadow: 0 1px 0 rgba(0, 0, 0, 0.65); } /* gp-check */ .gp-check-popup { min-width: 250px; max-width: 350px; } .gp-check-popup h6 { font-size: 1.2em; font-weight: bold; white-space: nowrap; } .no-foto { text-align: center; font-size: 2em; } .gp-thumbnail { min-width: 180px; } .vcenter { display: inline-block; vertical-align: middle; float: none; } .flex-v-center { display: flex; align-items: center; } /* gc-check - image upload form */ #gpc-img-upload-form { width: 350px; } #gpc-img-upload-form input[type=file], #gpc-img-upload-form input[type=text], #gpc-img-upload-form select { background: #eee !important; color: #000 !important; padding: 5px !important; border: 2px solid #eee; -webkit-border-radius: 5px; border-radius: 5px; margin: 2px; } #gpc-img-upload-form input[type=text]:focus, select:focus { border: 2px solid #337ab7 !important; } #gpc-img-upload-form input[type=text].inputError { border: 2px solid #d9534f; } #gpc-img-upload-form .legend { font-size: 1.2em; font-weight: bold; } #gpc-img-upload-form .gpc-upl-result { padding-top: 5px; margin-top: 5px; text-align: center; } .coors-block { background: #DDD; padding: 5px; -webkit-border-radius: 5px; border-radius: 5px; } /* Spin icon * From: http://bootsnipp.com/snippets/featured/glyphicon-animate-rotation-and-flip * * So much code just to make icon spin... */ .gly-spin { -webkit-animation: spin 2s infinite linear; -moz-animation: spin 2s infinite linear; -o-animation: spin 2s infinite linear; animation: spin 2s infinite linear; } @-moz-keyframes spin { 0% { -moz-transform: rotate(0deg); } 100% { -moz-transform: rotate(359deg); } } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); } } @-o-keyframes spin { 0% { -o-transform: rotate(0deg); } 100% { -o-transform: rotate(359deg); } } @keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } /* Spin icon END */ /* margins on top */ .margin-top-05 { margin-top: 0.5em; } .margin-top-10 { margin-top: 1.0em; } .margin-top-15 { margin-top: 1.5em; } .margin-top-20 { margin-top: 2.0em; } .margin-top-25 { margin-top: 2.5em; } .margin-top-30 { margin-top: 3.0em; } /* guidepost.js */ #hashtags { padding: 1em 0 1em 0; line-height: 2; text-align: center; } .buttons-bar { text-align: center; } .space-2em { margin-left: 2em; } .bigger { font-size: 3em; } .smaller { font-size: 0.8em; } .crossed { background: linear-gradient(to top left, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0) calc(50% - 0.8px), rgba(255, 0, 0, 1) 50%, rgba(255, 0, 0, 0) calc(50% + 0.8px), rgba(255, 0, 0, 0) 100%), linear-gradient(to top right, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0) calc(50% - 0.8px), rgba(255, 0, 0, 1) 50%, rgba(255, 0, 0, 0) calc(50% + 0.8px), rgba(255, 0, 0, 0) 100%); } .semigrey { color: rgba(127, 127, 127, 0.2); } /* PhotoDB-gui.js */ #photoDB-preview { margin-bottom: 10px; } a #photoDB-preview:hover { -moz-box-shadow: 0 0 3px #337ab7; -webkit-box-shadow: 0 0 3px #337ab7; box-shadow: 0 0 3px #337ab7; } .photoDB-message { margin-top: 5px; } .photoDB-name { margin-bottom: 5px; font-style: italic; text-align: center; } #photoDB-upload-form #photo .photoDB-message { margin-top: 15px; } #photoDB-upload-form .label-margin { margin-bottom: 0px; margin-top: 5px; } .photoDB-btn-grp { margin-top: 1em; border-top: rgba(0, 0, 0, 0.2) solid 1px; padding-top: 1em; } #photoDB-upload-form input[type=text]:focus, #photoDB-upload-form select:focus { border: 2px solid #337ab7 !important; } #photoDB-upload-form input[type=text].inputError { border: 2px solid #d9534f; } #modal-container button.close { font-size: 300%; margin-top: -25px; margin-right: -10px; color: #000; opacity: 0.6; font-weight: 700; line-height: 1; } #myModal .modal { text-align: center; max-height: 100vh; } #myModal .modal-dialog { display: inline-block; width: auto; margin: 15px auto; } #myModal .modal-body { position: relative; overflow: hidden; max-height: calc(100vh - 50px); } /*#myModal { max-height: 100vh; }*/ #myModal #modalImg { max-height: calc(100vh - 100px); height: 100%; width: auto; min-height: 120px; } /* END of PhotoDB-gui.js */ /* leaflet-condensed-attribution plugin*/ .leaflet-container .leaflet-condensed-attribution { margin: 10px; padding: 0; border-radius: 15px; border: 2px solid rgba(0, 0, 0, .2); background: rgba(255, 255, 255, .5); vertical-align: middle; display: -webkit-box; display: -ms-flexbox; display: flex; } .leaflet-condensed-attribution .attributes-body { display: none; padding: 0 4px 0 4px; text-align: center; } .leaflet-condensed-attribution:hover, .leaflet-condensed-attribution:focus { border-radius: 0px 15px 15px 0px; } .leaflet-condensed-attribution:hover .attributes-body, .leaflet-condensed-attribution:focus .attributes-body { display: inline-block !important; } .leaflet-condensed-attribution .attributes-emblem { margin: 2px; font-size: 14px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } /* Always expanded and without emblem on bigger screens */ @media (min-width: 650px) { .leaflet-condensed-attribution .attributes-body { display: inline-block !important; } .leaflet-condensed-attribution .attributes-emblem { display: none; } .leaflet-container .leaflet-condensed-attribution { border-radius: 0px; border: 0px; } } /* End of leaflet-condensed-attribution plugin style*/ /* fileLayerPlugin */ .gpx-marker { font-size: 1.5em; color: rgba(255, 255, 0, 1); text-shadow: 5px 5px 5px #000000;; } /* Hide elements for printing */ @media print { #poi-sidebar .osmid { white-space: normal; } .leaflet-control-container .leaflet-top { display: none; } div[group-active=true] { color: #fff !important; background-image: linear-gradient(to bottom, #21a2c5 0, #1b809e 100%) !important; border-color: #000 !important; } .leaflet-control-scale { background: #fff !important; } .leaflet-control-coordinates .leaflet-control, .leaflet-control-coordinates-gps, .leaflet-control-coordinates-lat, .leaflet-control-coordinates-lng, .leaflet-control-coordinates-icon { display: none; } .leaflet-container .leaflet-control-attribution { background: #fff !important; margin-left: 150px !important; width: calc(100% - 150px); } } /* End of print @media print */ /* Primárně pro účely splashe */ #main .jumbotron { border-radius: 0; text-align: center; margin-bottom: 0; } #main .jumbotron.transparent { /* jinde než splash */ background: transparent; } #main .jumbotron .close-overlay { font-size: 60px; } #main .jumbotron h1 img.osmlogo { width: 50px; height: 50px; } @media screen and (min-width: 768px) { #main .jumbotron { margin-top: 30px; } #main .jumbotron h1 { font-size: 60px; } #main .jumbotron .close-overlay { margin-right: -20px; } #main .bottom-spacer { margin-bottom: 30px; } #main .jumbotron h1 img.osmlogo { width: 110px; height: 110px; } } .twitter-follow, .weekly-follow { float: right; padding-right: 0; font-size: 10px; } .twitter-follow:before { content: ""; background: url('../img/twitter.svg') no-repeat left top; background-size: 16px 16px; width: 16px; height: 16px; display: inline-block; vertical-align: bottom; margin-right: 1ex; } .tweets-sidebar { border-top: 1px #eee solid; margin-top: 1em; } .tweets-sidebar.float { float: right; margin-left: 1em; } @media (min-width: 992px) { .tweets-sidebar { border: 0; border-left: 1px #eee solid; } } .tweets { list-style-type: none; margin: 0; padding: 0; } .tweets li { padding: 8px 0 8px 60px; } .tweets.weeklys li { padding-left: 0; } .tweets .permalink { float: right; font-size: 80%; color: rgb(112, 112, 112); text-decoration: none; line-height: 20px; } .tweets .author img { position: absolute; margin-left: -60px; } .tweets .retweet { color: #707070; font-size: 80%; padding: 3px 0 0 3px; } .tweets .profile { color: rgb(41, 47, 51); font-weight: bold; } .tweets .profile .nickname { color: rgb(102, 117, 127); font-weight: normal; font-size: 80%; } .tweets .footer { text-align: right; visibility: hidden; } .tweets li:hover .footer { visibility: visible; } .tweets .footer a { font-size: 80%; padding-left: 5px; color: rgb(153, 153, 153); text-decoration: none; } .konference { width: 100%; margin: 1.5em 0; } .konference .img { width: 32px; } .konference .subject { padding: 0.8em 0.6em; } .konference .date { width: 80px; text-align: right; font-size: 80%; } .load-more { font-size: 80%; } /*3 úroveň menu*/ #main .nav.nav-tabs { padding-top: 1em; } #main .nav.nav-tabs a { color: #444; } /* Page /komunita */ .komunita { margin-top: 2em; } .komunita h3 { margin-top: 10px; } .komunita a img { margin: 0; display: inline; } .komunita table { width: 100%; } .komunita table th { line-height: 2; } .komunita .caption div { margin: 0 0 4px; } .komunita .caption .glyphicon { font-size: 14px; color: black; } .komunita .stat { color: #aaa; font-size: 80%; padding-left: .4em; } .komunita .stat .glyphicon { color: #eee; } @media (min-width: 768px) { .komunita .thumbnail .caption { padding-bottom: 0; } .komunita .thumbnail { height: 162px; overflow-y: auto; } } .mailarchive .header .date {float:right;} .mailarchive .header .avatar {float:left; margin-right: .4em;} .mailarchive .header h3 {font-size: 16px; display: inline; padding: 0 .3em 0 3px;} .mailarchive .stat { color: #aaa; font-size: 80%; padding-left: .4em; } .mailarchive .stat .glyphicon { color: #bbb; margin-right: 5px; } .mailarchive .body { clear: left; white-space: pre-wrap; font-family:monospace } .mailarchive .quoted { background: #eee; display: none; } .mailarchive.search h2 {margin: 2em 0 1em 0; font-size: 22px;} .mailarchive.search .body {white-space: normal;} .mailarchive.search .body a {color: #000;} .mailarchive.search .body a:hover {text-decoration: none; background: #ffff66} .highlight { background: #ffff66; color: #000; } .jumptarget::before { content:""; display:block; height:60px; /* fixed header height*/ margin:-60px 0 0; /* negative fixed header height */ } #nette-debug {z-index: 111;}
0.53607
0.116086
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Open Sans', sans-serif; overflow: hidden; } .webnavR { display: flex; position: relative; align-items: center; background-color: #FFFFFF; height: 70px; } #home :hover { color:#004E89; } .logo { position: absolute; width: 250px; height: 50px; left: 60px; } .menu { position: relative; left: 60%; } .menu li { float: left; list-style: none; font-size: 16px; color: #180126; } .menu a { font-family: Open Sans; text-decoration: none; font-size: 16px; color: #180126; font-weight: 700; text-decoration: none; padding: 20px; line-height: 22px; } a:hover { color:#004E89; } /*.tech4u { position: relative; left: 9%; height: 25px; font-size: 27px; font-weight: 700; color: navy; top: -5px; }*/ /*.tech4u span { color: red; font-size: 35px; }*/ .back-arrow { position: absolute; display: inline-block; left: 600; top:50; border: solid black; border-width: 0 3px 3px 0; display: inline-block; padding: 2.5px; transform: rotate(135deg); } .backgroupR { position: absolute; display: flex; align-items: center; left: 660px; top: 67px; font-family: Open Sans; font-style: normal; font-weight: bold; font-size: 14px; color: #180126; width: 60px; } .Back { margin-left: 10px; color: #7E7A8F; } .headerR1 { position: absolute; display: inline-block; left: 660px; top: 90px; font-family: Open Sans; font-style: normal; font-weight: bold; font-size: 28px; color: #180126; } .headerR2 { position: absolute; display: inline-block; left: 680px; top: 135px; font-family: Open Sans; font-style: normal; font-weight: bold; font-size: 11px; color: #7E7A8F; } .Container-1R img{ height: fit-content; max-width: 100%; width: 630px; } .form-containerR { display: flex; flex-direction: row; position: absolute; width: 560px; height: 710px; left: 685px; top: 175px; } @media only screen and (min-width: 500px) { .mobile-form { display: none; } } .dropdown { position: absolute; top: 210px; border: none; } #proficiency { border: none; color:#5d5388; background-color: #E5E5E5; width: 240px; font-weight: bold; } input { background: #E5E5E5; height: 40px; border: none; } label { display: flex; align-items: center; color: #5d5388; font-size: 14px; font-weight: 700; line-height: 19.07px; margin-bottom: 3px; margin-top: 20px; } #ebox { width: 540px; } #fnbox { width: 250px ; } #lnbox { width: 250px; position: relative; } #aprofbox { width: 250px; } #pwbox { width: 250px; } #cpwbox { width: 250px; } .topboxes { display: flex; flex-direction: row; justify-content: space-between; } .toplabels { display: flex; flex-direction: row; justify-content: space-between; width: 368px; } .bottomboxes { display: flex; flex-direction: row; justify-content: space-between; } .bottomlabels { display: flex; flex-direction: row; justify-content: space-between; width: 420px; } .agreementR { position: relative; display: flex; align-items: center; color: #7E7A8F; top: 360px; left: -540px; width: 650px; height: 20px; white-space: nowrap; font-size: 9.5px; font-weight: 700; } #agree { margin-right: 5px; } .CreateAccountR { position: absolute; width: 313px; height: 50px; left: 1px; top: 410px; background: #F82508; border-radius: 5px; border-style: none; color: rgb(66, 61, 61); font-family: Open Sans; font-style: normal; padding: 15px 32px; font-size: 14px; line-height: 19px; display: inline-block; text-decoration: none; text-align: center; color: #FFFFFF; } button, input { z-index: 10; } .login { position: relative; display: flex; align-items: center; top: 475px; right: 1065px; color: #7E7A8F; font-size: 12px; font-weight: 700; width: 606px; height: 20px; white-space: nowrap; } span { color:#004E89; padding: 3px; } @media only screen and (max-width: 500px) and (max-height: 812px) { *{ overflow-x: hidden; } body { overflow-x: hidden; } .App { overflow-x: hidden; } .form-containerR { display: none; } .Container-1 img { height: 200px; max-width: 200px; text-align: center; position: absolute; left: 60px; top: 150px; } .webnav { left: -2px; overflow-x: hidden; } .headerR1 { top: 90px; font-size: 13px; left: 90px; color:rgb(12, 10, 10) } .headerR2 { top: 120px; left: 65px; } .mobile-form { left: 45px; position: absolute; top: 350px; width: 305px; overflow: hidden; } .menu { top: 50px; left: 30px; position: absolute; } .menu a { font-size: 10px; padding: 10px; } .logo { top: 5px; left: 35px; } .backgroupR { display: none; } #agree { right: 210px; position: absolute; top: -5px; } .agreement-1 { position: relative; top: 30px; left: 30px; width: 200px; font-size: 7px; right: 10px; margin-bottom: 100px; } .registrationb { width: 150px; height: 30px; font-size: 12px; top: 435px; left: 50px; line-height: 1px; margin-bottom: 150px; } .login { top: -12px; left: 30px; } .dropdown { top: 225px; } #proficiency { width: 250px; font-size: 10px; } .formR { position: relative; top: 220px; left: 20px; margin-top: 30px; } input { height: 25px; } label { font-size: 11px; line-height: 15px; } #fnbox { width: 250px; } #lnbox { width: 250px; } #ebox { width: 250px; } #aprofbox { width: 250px; } #pwbox { width: 250px; } #cpwbox { width: 250px; } }
src/Mentorflow/registration.css
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Open Sans', sans-serif; overflow: hidden; } .webnavR { display: flex; position: relative; align-items: center; background-color: #FFFFFF; height: 70px; } #home :hover { color:#004E89; } .logo { position: absolute; width: 250px; height: 50px; left: 60px; } .menu { position: relative; left: 60%; } .menu li { float: left; list-style: none; font-size: 16px; color: #180126; } .menu a { font-family: Open Sans; text-decoration: none; font-size: 16px; color: #180126; font-weight: 700; text-decoration: none; padding: 20px; line-height: 22px; } a:hover { color:#004E89; } /*.tech4u { position: relative; left: 9%; height: 25px; font-size: 27px; font-weight: 700; color: navy; top: -5px; }*/ /*.tech4u span { color: red; font-size: 35px; }*/ .back-arrow { position: absolute; display: inline-block; left: 600; top:50; border: solid black; border-width: 0 3px 3px 0; display: inline-block; padding: 2.5px; transform: rotate(135deg); } .backgroupR { position: absolute; display: flex; align-items: center; left: 660px; top: 67px; font-family: Open Sans; font-style: normal; font-weight: bold; font-size: 14px; color: #180126; width: 60px; } .Back { margin-left: 10px; color: #7E7A8F; } .headerR1 { position: absolute; display: inline-block; left: 660px; top: 90px; font-family: Open Sans; font-style: normal; font-weight: bold; font-size: 28px; color: #180126; } .headerR2 { position: absolute; display: inline-block; left: 680px; top: 135px; font-family: Open Sans; font-style: normal; font-weight: bold; font-size: 11px; color: #7E7A8F; } .Container-1R img{ height: fit-content; max-width: 100%; width: 630px; } .form-containerR { display: flex; flex-direction: row; position: absolute; width: 560px; height: 710px; left: 685px; top: 175px; } @media only screen and (min-width: 500px) { .mobile-form { display: none; } } .dropdown { position: absolute; top: 210px; border: none; } #proficiency { border: none; color:#5d5388; background-color: #E5E5E5; width: 240px; font-weight: bold; } input { background: #E5E5E5; height: 40px; border: none; } label { display: flex; align-items: center; color: #5d5388; font-size: 14px; font-weight: 700; line-height: 19.07px; margin-bottom: 3px; margin-top: 20px; } #ebox { width: 540px; } #fnbox { width: 250px ; } #lnbox { width: 250px; position: relative; } #aprofbox { width: 250px; } #pwbox { width: 250px; } #cpwbox { width: 250px; } .topboxes { display: flex; flex-direction: row; justify-content: space-between; } .toplabels { display: flex; flex-direction: row; justify-content: space-between; width: 368px; } .bottomboxes { display: flex; flex-direction: row; justify-content: space-between; } .bottomlabels { display: flex; flex-direction: row; justify-content: space-between; width: 420px; } .agreementR { position: relative; display: flex; align-items: center; color: #7E7A8F; top: 360px; left: -540px; width: 650px; height: 20px; white-space: nowrap; font-size: 9.5px; font-weight: 700; } #agree { margin-right: 5px; } .CreateAccountR { position: absolute; width: 313px; height: 50px; left: 1px; top: 410px; background: #F82508; border-radius: 5px; border-style: none; color: rgb(66, 61, 61); font-family: Open Sans; font-style: normal; padding: 15px 32px; font-size: 14px; line-height: 19px; display: inline-block; text-decoration: none; text-align: center; color: #FFFFFF; } button, input { z-index: 10; } .login { position: relative; display: flex; align-items: center; top: 475px; right: 1065px; color: #7E7A8F; font-size: 12px; font-weight: 700; width: 606px; height: 20px; white-space: nowrap; } span { color:#004E89; padding: 3px; } @media only screen and (max-width: 500px) and (max-height: 812px) { *{ overflow-x: hidden; } body { overflow-x: hidden; } .App { overflow-x: hidden; } .form-containerR { display: none; } .Container-1 img { height: 200px; max-width: 200px; text-align: center; position: absolute; left: 60px; top: 150px; } .webnav { left: -2px; overflow-x: hidden; } .headerR1 { top: 90px; font-size: 13px; left: 90px; color:rgb(12, 10, 10) } .headerR2 { top: 120px; left: 65px; } .mobile-form { left: 45px; position: absolute; top: 350px; width: 305px; overflow: hidden; } .menu { top: 50px; left: 30px; position: absolute; } .menu a { font-size: 10px; padding: 10px; } .logo { top: 5px; left: 35px; } .backgroupR { display: none; } #agree { right: 210px; position: absolute; top: -5px; } .agreement-1 { position: relative; top: 30px; left: 30px; width: 200px; font-size: 7px; right: 10px; margin-bottom: 100px; } .registrationb { width: 150px; height: 30px; font-size: 12px; top: 435px; left: 50px; line-height: 1px; margin-bottom: 150px; } .login { top: -12px; left: 30px; } .dropdown { top: 225px; } #proficiency { width: 250px; font-size: 10px; } .formR { position: relative; top: 220px; left: 20px; margin-top: 30px; } input { height: 25px; } label { font-size: 11px; line-height: 15px; } #fnbox { width: 250px; } #lnbox { width: 250px; } #ebox { width: 250px; } #aprofbox { width: 250px; } #pwbox { width: 250px; } #cpwbox { width: 250px; } }
0.306631
0.074939
@keyframes scrollBackground { from { background-position: top; -webkit-background-positon: top; } to { background-position: bottom; -webkit-background-positon: bottom; } } @-ms-keyframes scrollBackground { from { -ms-background-position: top; } to { -ms-background-position: bottom; } } @-webkit-keyframes scrollBackground { from { -webkit-background-positon: top; } to { -webkit-background-positon: bottom; } } .homepage { background: url(/img/WorkingDesk.png) no-repeat bottom fixed; background-size: cover; animation-name: scrollBackground; animation-duration: 40s; -ms-animation: scollBackground 40s; -webkit-animation: scrollBackground 40s; } .header-padding { padding-top: 60px; } .bg-teal { background-color: #008080; } .footer-padding { padding-bottom: 50px; } .footer { padding: 10px; } .footer-item { margin-left: 8px; margin-right: 8px; } .footer-fixed-bottom { position: fixed; width: 100%; bottom: 0; } .full-page-container { min-height: 100%; /* Fallback for browsers do NOT support vh unit */ min-height: 100vh; /* These two lines are counted as one :-) */ } .content-vertical-center { min-height: 100%; /* Fallback for browsers do NOT support vh unit */ min-height: 100vh; /* These two lines are counted as one :-) */ display: flex; align-items: center; } .btn-prominent { font-weight: bold !important; border-radius: 15px; font-size: 6vw !important; } .btn-prominent-radius { border-radius: 15px; } @media only screen and (min-width: 768px) { .btn-prominent { font-size: 2vw !important; } } @font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */ src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'), url(https://example.com/MaterialIcons-Regular.woff) format('woff'), url(https://example.com/MaterialIcons-Regular.ttf) format('truetype'); } .material-icons { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; /* Preferred icon size */ display: inline-block; line-height: 1; text-transform: none; letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: ltr; /* Support for all WebKit browsers. */ -webkit-font-smoothing: antialiased; /* Support for Safari and Chrome. */ text-rendering: optimizeLegibility; /* Support for Firefox. */ -moz-osx-font-smoothing: grayscale; /* Support for IE. */ font-feature-settings: 'liga'; } /* Rules for sizing the icon. */ .material-icons.md-16 { font-size: 16px; } .material-icons.md-18 { font-size: 18px; } .material-icons.md-24 { font-size: 24px; } .material-icons.md-36 { font-size: 36px; } .material-icons.md-48 { font-size: 48px; } /* Rules for using icons as black on a light background. */ .material-icons.md-dark { color: rgba(0, 0, 0, 0.54); } .material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); } /* Rules for using icons as white on a dark background. */ .material-icons.md-light { color: rgba(255, 255, 255, 1); } .material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); } .slideUp { top: -60px; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; } .slideDown { bottom: -60px; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; } .ta-toolbar { background-color: #eeeeee; margin: 0 auto; } .ta-editor { margin: 0 auto; } @media (min-width: 34em) { .card-columns { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; } } @media (min-width: 48em) { .card-columns { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; } } @media (min-width: 62em) { .card-columns { -webkit-column-count: 4; -moz-column-count: 4; column-count: 4; } } @media (min-width: 75em) { .card-columns { -webkit-column-count: 4; -moz-column-count: 4; column-count: 4; } } #loginForm .form-group { margin-right: 10px; } /* basic css */ .check-md input[type=checkbox] { display: none; } .check-md label, p { padding-left: 35px; } .check-md .check-awesome { position: relative; } /* checkbox css */ .check-md label { cursor: pointer; font-size: 16px; } .check-md label span { display: block; position: absolute; left: 0; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; transition-duration: 0.3s; } .check-md label .circle { background: #FFF; left: -30px; top: -30px; height: 80px; width: 80px; z-index: -1; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; } .check-md label .box { border: 2px solid #aaa; height: 20px; width: 20px; z-index: 888; -webkit-transition-delay: 0.2s; -moz-transition-delay: 0.2s; transition-delay: 0.2s; } .check-md label .check { top: -7px; left: 6px; width: 12px; height: 24px; border: 2px solid #0f9d58; border-top: none; border-left: none; opacity: 0; z-index: 888; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); transform: rotate(180deg); -webkit-transition-delay: 0.3s; -moz-transition-delay: 0.3s; transition-delay: 0.3s; } /* handling click events */ /* when checkbox is checked */ .check-md label .circle { -webkit-animation: growCircle 0.3s ease; -moz-animation: growCircle 0.3s ease; animation: growCircle 0.3s ease; } .check-md input[type=checkbox]:checked ~ label .box { opacity: 0; -webkit-transform: scale(0) rotate(-180deg); -moz-transform: scale(0) rotate(-180deg); transform: scale(0) rotate(-180deg); } .check-md input[type=checkbox]:checked ~ label .check { opacity: 1; -webkit-transform: scale(1) rotate(45deg); -moz-transform: scale(1) rotate(45deg); transform: scale(1) rotate(45deg); } /* bubble animation */ @-webkit-keyframes growCircle { 0%, 100% { -webkit-transform: scale(0); } 70% { background: #DDD; -webkit-transform: scale(1.25); } } @-moz-keyframes growCircle { 0%, 100% { -moz-transform: scale(0); } 70% { background: #DDD; -moz-transform: scale(1.25); } } @keyframes growCircle { 0%, 100% { transform: scale(0); } 70% { background: #DDD; transform: scale(1.25); } } .border-teal { border: white solid thick; } .center-image { position: relative; margin-top: -50%; } .btn-flat, .btn-flat:hover { box-shadow: none; } .full-width { min-width: 100%; } .full-height { height: 100% !important; } .no-padding { padding: 0px !important; } .no-margin { margin: 0px !important; } .navigation-drawer-container { height: 100vh; position: fixed; min-width: 100% !important; top: 0; right: 0; background-color: rgba(0, 0, 0, 0.4); z-index: 1000000; } .data-container { height: 100vh; width: 30%; z-index: 10000000; } .navigation-drawer { height: 100%; width: 100% !important; z-index: 100000000; } .padding { padding: 15px; } .btn-group .btn-margin { margin-left: 5px; margin-right: 5px; } .btn.btn-active { font-weight: bold !important; } .tabsdemoDynamicHeight md-content { background-color: transparent !important; } .tabsdemoDynamicHeight md-content md-tabs { background: #f6f6f6; border: 1px solid #e1e1e1; } .tabsdemoDynamicHeight md-content md-tabs md-tabs-wrapper { background: white; } .tabsdemoDynamicHeight md-content h1:first-child { margin-top: 0; } .toolbardemoScrollShrink .face { width: 48px; margin: 16px; border-radius: 48px; border: 1px solid #ddd; } .text-white { color: white; } .text-teal { color: teal; } .text-bold { font-weight: bold !important; } .footer-fixed-bottom { width: inherit; } md-toolbar:not(.md-hue-1) { fill: #fff; } .btn-small { min-width: 60px !important; width: 60px !important; margin: 0px; } .groupX { font-size: 16px; margin: 20px 0; padding: 3px 15px 3px 15px; color: rgb(49, 46, 46); background-color: rgba(224, 224, 224, 0.96); text-transform: none; font-weight: 400; min-width:100px; } .md-button.left { border-radius: 10px 0 0 10px; } .md-button.middle { border-radius: 0; border-left: 1px solid rgba(230, 230, 230, 0.96); border-right: 1px solid rgba(230, 230, 230, 0.96); } .md-button.right { border-radius: 0 10px 10px 0; } .md-button:not([disabled]):hover { background-color: rgba(193, 193, 193, 0.96); transition: 0.3s; } md-content.md-default-theme { background-color: #eee; }
app/css/app.css
@keyframes scrollBackground { from { background-position: top; -webkit-background-positon: top; } to { background-position: bottom; -webkit-background-positon: bottom; } } @-ms-keyframes scrollBackground { from { -ms-background-position: top; } to { -ms-background-position: bottom; } } @-webkit-keyframes scrollBackground { from { -webkit-background-positon: top; } to { -webkit-background-positon: bottom; } } .homepage { background: url(/img/WorkingDesk.png) no-repeat bottom fixed; background-size: cover; animation-name: scrollBackground; animation-duration: 40s; -ms-animation: scollBackground 40s; -webkit-animation: scrollBackground 40s; } .header-padding { padding-top: 60px; } .bg-teal { background-color: #008080; } .footer-padding { padding-bottom: 50px; } .footer { padding: 10px; } .footer-item { margin-left: 8px; margin-right: 8px; } .footer-fixed-bottom { position: fixed; width: 100%; bottom: 0; } .full-page-container { min-height: 100%; /* Fallback for browsers do NOT support vh unit */ min-height: 100vh; /* These two lines are counted as one :-) */ } .content-vertical-center { min-height: 100%; /* Fallback for browsers do NOT support vh unit */ min-height: 100vh; /* These two lines are counted as one :-) */ display: flex; align-items: center; } .btn-prominent { font-weight: bold !important; border-radius: 15px; font-size: 6vw !important; } .btn-prominent-radius { border-radius: 15px; } @media only screen and (min-width: 768px) { .btn-prominent { font-size: 2vw !important; } } @font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */ src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'), url(https://example.com/MaterialIcons-Regular.woff) format('woff'), url(https://example.com/MaterialIcons-Regular.ttf) format('truetype'); } .material-icons { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; /* Preferred icon size */ display: inline-block; line-height: 1; text-transform: none; letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: ltr; /* Support for all WebKit browsers. */ -webkit-font-smoothing: antialiased; /* Support for Safari and Chrome. */ text-rendering: optimizeLegibility; /* Support for Firefox. */ -moz-osx-font-smoothing: grayscale; /* Support for IE. */ font-feature-settings: 'liga'; } /* Rules for sizing the icon. */ .material-icons.md-16 { font-size: 16px; } .material-icons.md-18 { font-size: 18px; } .material-icons.md-24 { font-size: 24px; } .material-icons.md-36 { font-size: 36px; } .material-icons.md-48 { font-size: 48px; } /* Rules for using icons as black on a light background. */ .material-icons.md-dark { color: rgba(0, 0, 0, 0.54); } .material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); } /* Rules for using icons as white on a dark background. */ .material-icons.md-light { color: rgba(255, 255, 255, 1); } .material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); } .slideUp { top: -60px; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; } .slideDown { bottom: -60px; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; } .ta-toolbar { background-color: #eeeeee; margin: 0 auto; } .ta-editor { margin: 0 auto; } @media (min-width: 34em) { .card-columns { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; } } @media (min-width: 48em) { .card-columns { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; } } @media (min-width: 62em) { .card-columns { -webkit-column-count: 4; -moz-column-count: 4; column-count: 4; } } @media (min-width: 75em) { .card-columns { -webkit-column-count: 4; -moz-column-count: 4; column-count: 4; } } #loginForm .form-group { margin-right: 10px; } /* basic css */ .check-md input[type=checkbox] { display: none; } .check-md label, p { padding-left: 35px; } .check-md .check-awesome { position: relative; } /* checkbox css */ .check-md label { cursor: pointer; font-size: 16px; } .check-md label span { display: block; position: absolute; left: 0; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; transition-duration: 0.3s; } .check-md label .circle { background: #FFF; left: -30px; top: -30px; height: 80px; width: 80px; z-index: -1; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; } .check-md label .box { border: 2px solid #aaa; height: 20px; width: 20px; z-index: 888; -webkit-transition-delay: 0.2s; -moz-transition-delay: 0.2s; transition-delay: 0.2s; } .check-md label .check { top: -7px; left: 6px; width: 12px; height: 24px; border: 2px solid #0f9d58; border-top: none; border-left: none; opacity: 0; z-index: 888; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); transform: rotate(180deg); -webkit-transition-delay: 0.3s; -moz-transition-delay: 0.3s; transition-delay: 0.3s; } /* handling click events */ /* when checkbox is checked */ .check-md label .circle { -webkit-animation: growCircle 0.3s ease; -moz-animation: growCircle 0.3s ease; animation: growCircle 0.3s ease; } .check-md input[type=checkbox]:checked ~ label .box { opacity: 0; -webkit-transform: scale(0) rotate(-180deg); -moz-transform: scale(0) rotate(-180deg); transform: scale(0) rotate(-180deg); } .check-md input[type=checkbox]:checked ~ label .check { opacity: 1; -webkit-transform: scale(1) rotate(45deg); -moz-transform: scale(1) rotate(45deg); transform: scale(1) rotate(45deg); } /* bubble animation */ @-webkit-keyframes growCircle { 0%, 100% { -webkit-transform: scale(0); } 70% { background: #DDD; -webkit-transform: scale(1.25); } } @-moz-keyframes growCircle { 0%, 100% { -moz-transform: scale(0); } 70% { background: #DDD; -moz-transform: scale(1.25); } } @keyframes growCircle { 0%, 100% { transform: scale(0); } 70% { background: #DDD; transform: scale(1.25); } } .border-teal { border: white solid thick; } .center-image { position: relative; margin-top: -50%; } .btn-flat, .btn-flat:hover { box-shadow: none; } .full-width { min-width: 100%; } .full-height { height: 100% !important; } .no-padding { padding: 0px !important; } .no-margin { margin: 0px !important; } .navigation-drawer-container { height: 100vh; position: fixed; min-width: 100% !important; top: 0; right: 0; background-color: rgba(0, 0, 0, 0.4); z-index: 1000000; } .data-container { height: 100vh; width: 30%; z-index: 10000000; } .navigation-drawer { height: 100%; width: 100% !important; z-index: 100000000; } .padding { padding: 15px; } .btn-group .btn-margin { margin-left: 5px; margin-right: 5px; } .btn.btn-active { font-weight: bold !important; } .tabsdemoDynamicHeight md-content { background-color: transparent !important; } .tabsdemoDynamicHeight md-content md-tabs { background: #f6f6f6; border: 1px solid #e1e1e1; } .tabsdemoDynamicHeight md-content md-tabs md-tabs-wrapper { background: white; } .tabsdemoDynamicHeight md-content h1:first-child { margin-top: 0; } .toolbardemoScrollShrink .face { width: 48px; margin: 16px; border-radius: 48px; border: 1px solid #ddd; } .text-white { color: white; } .text-teal { color: teal; } .text-bold { font-weight: bold !important; } .footer-fixed-bottom { width: inherit; } md-toolbar:not(.md-hue-1) { fill: #fff; } .btn-small { min-width: 60px !important; width: 60px !important; margin: 0px; } .groupX { font-size: 16px; margin: 20px 0; padding: 3px 15px 3px 15px; color: rgb(49, 46, 46); background-color: rgba(224, 224, 224, 0.96); text-transform: none; font-weight: 400; min-width:100px; } .md-button.left { border-radius: 10px 0 0 10px; } .md-button.middle { border-radius: 0; border-left: 1px solid rgba(230, 230, 230, 0.96); border-right: 1px solid rgba(230, 230, 230, 0.96); } .md-button.right { border-radius: 0 10px 10px 0; } .md-button:not([disabled]):hover { background-color: rgba(193, 193, 193, 0.96); transition: 0.3s; } md-content.md-default-theme { background-color: #eee; }
0.522689
0.112795
@import url('https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&display=swap'); :root { --clr-bg: hsl(228, 100%, 98%); --clr-bg-lighter: hsl(0, 0%, 100%); --clr-txt: hsl(217, 35%, 45%); --clr-header: hsl(217, 21%, 21%); --clr-primary: hsl(212, 100%, 50%); --clr-primary-light: hsl(212, 100%, 69%); --clr-secondary: hsl(0, 0%, 100%); --ff-primary: 'Space Mono', monospace; --fw-regular: 400; --fw-bold: 700; --fs-large: 16px; --fs-medium: 16px; --fs-normal: 13px; --fs-small: 11px; --fs-devfinder: 26px; --fs-body: 15px; --fs-btn: 16px; } *, *:before, *:after { box-sizing: border-box; } html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; text-size-adjust: none; } body { font-family: var(--ff-primary); font-size: var(--fs-body); font-weight: var(--fw-regular); line-height: 1.563em; background-color: var(--clr-bg); color: var(--clr-txt); } h1 { font-weight: var(--fw-bold); font-size: var(--fs-large); line-height: 2.375em; color: var(--clr-header); } h2 { font-weight: var(--fw-bold); font-size: var(--fs-medium); line-height: 2.063em; color: var(--clr-header); } h3 { font-weight: var(--fw-regular); font-size: var(--fs-normal); line-height: 1.5em; color: var(--clr-primary); } h4 { font-weight: var(--fw-regular); font-size: var(--fs-small); line-height: 1.25em; color: var(--clr-txt); } p { color: var(--clr-txt); } input { color: var(--clr-txt); } input::placeholder { color: var(--clr-txt); } button { font-family: var(--ff-primary); font-weight: var(--fw-bold); font-size: var(--fs-btn); color: var(--clr-secondary); background-color: var(--clr-primary); border-radius: 0.625em; padding: 1em 1.5em; border: none; } button:hover { background-color: var(--clr-primary-light); } .main { background-color: var(--clr-bg); height: 100vh; transition: background-color 1000ms linear; } .form { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5em; background: var(--clr-bg-lighter); padding: 0.5em; border-radius: 0.938em; box-shadow: 0px 16px 30px -10px rgba(70, 96, 187, 0.198567); } .form > .icon { margin-left: 0.5em; transform: scale(0.85); flex: 0 0 auto; } .form > button { flex: 0 0 auto; } .form > input { flex: 1 1 auto; min-width: 0; border: none; font-family: var(--ff-primary); font-size: var(--fs-body); margin-left: 0.5em; margin-right: 0.5em; background-color: var(--clr-bg-lighter); color: var(--clr-txt); } .form > input:focus { outline: none; caret-color: var(--clr-primary); } #header { display: flex; justify-content: center; align-items: center; padding: 1em; } #header > h1 { font-size: var(--fs-devfinder); } .container { width: Min(90%, 50em); margin: 0 auto; } #content { background: var(--clr-bg-lighter); padding: 1.5em; border-radius: 0.938em; box-shadow: 0px 16px 30px -10px rgba(70, 96, 187, 0.198567); display: flex; flex-direction: column; gap: 2em; margin-bottom: 1.5em; margin-top: 1.5em; } .profile { display: flex; justify-content: space-evenly; align-items: center; } .profile > #avatar { max-width: 25%; border-radius: 50%; } .statistics { background-color: var(--clr-bg); border-radius: 0.938em; padding: 1.5em 1em; display: flex; justify-content: space-evenly; text-align: center; } .links { display: flex; flex-direction: column; /* justify-content: center; align-items: center; */ flex-wrap: wrap; height: 6rem; } .link { display: flex; justify-content: space-evenly; flex-direction: row; margin-bottom: 1em; }
Frontend-Projects/github-user-search/style.css
@import url('https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&display=swap'); :root { --clr-bg: hsl(228, 100%, 98%); --clr-bg-lighter: hsl(0, 0%, 100%); --clr-txt: hsl(217, 35%, 45%); --clr-header: hsl(217, 21%, 21%); --clr-primary: hsl(212, 100%, 50%); --clr-primary-light: hsl(212, 100%, 69%); --clr-secondary: hsl(0, 0%, 100%); --ff-primary: 'Space Mono', monospace; --fw-regular: 400; --fw-bold: 700; --fs-large: 16px; --fs-medium: 16px; --fs-normal: 13px; --fs-small: 11px; --fs-devfinder: 26px; --fs-body: 15px; --fs-btn: 16px; } *, *:before, *:after { box-sizing: border-box; } html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; text-size-adjust: none; } body { font-family: var(--ff-primary); font-size: var(--fs-body); font-weight: var(--fw-regular); line-height: 1.563em; background-color: var(--clr-bg); color: var(--clr-txt); } h1 { font-weight: var(--fw-bold); font-size: var(--fs-large); line-height: 2.375em; color: var(--clr-header); } h2 { font-weight: var(--fw-bold); font-size: var(--fs-medium); line-height: 2.063em; color: var(--clr-header); } h3 { font-weight: var(--fw-regular); font-size: var(--fs-normal); line-height: 1.5em; color: var(--clr-primary); } h4 { font-weight: var(--fw-regular); font-size: var(--fs-small); line-height: 1.25em; color: var(--clr-txt); } p { color: var(--clr-txt); } input { color: var(--clr-txt); } input::placeholder { color: var(--clr-txt); } button { font-family: var(--ff-primary); font-weight: var(--fw-bold); font-size: var(--fs-btn); color: var(--clr-secondary); background-color: var(--clr-primary); border-radius: 0.625em; padding: 1em 1.5em; border: none; } button:hover { background-color: var(--clr-primary-light); } .main { background-color: var(--clr-bg); height: 100vh; transition: background-color 1000ms linear; } .form { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5em; background: var(--clr-bg-lighter); padding: 0.5em; border-radius: 0.938em; box-shadow: 0px 16px 30px -10px rgba(70, 96, 187, 0.198567); } .form > .icon { margin-left: 0.5em; transform: scale(0.85); flex: 0 0 auto; } .form > button { flex: 0 0 auto; } .form > input { flex: 1 1 auto; min-width: 0; border: none; font-family: var(--ff-primary); font-size: var(--fs-body); margin-left: 0.5em; margin-right: 0.5em; background-color: var(--clr-bg-lighter); color: var(--clr-txt); } .form > input:focus { outline: none; caret-color: var(--clr-primary); } #header { display: flex; justify-content: center; align-items: center; padding: 1em; } #header > h1 { font-size: var(--fs-devfinder); } .container { width: Min(90%, 50em); margin: 0 auto; } #content { background: var(--clr-bg-lighter); padding: 1.5em; border-radius: 0.938em; box-shadow: 0px 16px 30px -10px rgba(70, 96, 187, 0.198567); display: flex; flex-direction: column; gap: 2em; margin-bottom: 1.5em; margin-top: 1.5em; } .profile { display: flex; justify-content: space-evenly; align-items: center; } .profile > #avatar { max-width: 25%; border-radius: 50%; } .statistics { background-color: var(--clr-bg); border-radius: 0.938em; padding: 1.5em 1em; display: flex; justify-content: space-evenly; text-align: center; } .links { display: flex; flex-direction: column; /* justify-content: center; align-items: center; */ flex-wrap: wrap; height: 6rem; } .link { display: flex; justify-content: space-evenly; flex-direction: row; margin-bottom: 1em; }
0.331661
0.087876
.tridi-viewer { overflow: hidden; position: relative; display: flex; align-items: center; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; outline: none; } .tridi-draggable-true { cursor: grab; } .tridi-recording-true { cursor: cell !important; } .tridi-viewer-image { width: 100%; margin: auto; } .tridi-viewer-image-shown { display: block; } .tridi-viewer-image-hidden { display: none; } /* Hint */ .tridi-hint-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(237, 237, 237, 0.3); z-index: 100; cursor: pointer; display: flex; align-items: center; justify-content: center; flex-direction: column; } .tridi-hint { width: 80px; height: 80px; background: #333; opacity: 1; color: #fff; border-radius: 50%; -webkit-transition: box-shadow 0.1s; /* Safari */ transition: box-shadow 0.1s; position: relative; } .tridi-hint:before, .tridi-hint:after { content: ''; width: 0; height: 0; border-style: solid; position: absolute; top: 0; bottom: 0; margin: auto; } .tridi-hint:before { border-width: 15px 15px 15px 0; border-color: transparent #fff transparent transparent; left: 9px; } .tridi-hint:after { border-width: 15px 0 15px 15px; border-color: transparent transparent transparent #fff; right: 9px; } .tridi-hint-text { display: block; font-size: 16px; font-weight: bold; text-align: center; color: #fff; margin-top: 8px; } .tridi-hint-overlay:hover .tridi-hint, .tridi-hint-overlay:focus .tridi-hint { box-shadow: 0 0 16px 1px #333; } /* Loading state */ .tridi-loading { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 101; } /* Animations */ @-webkit-keyframes load8 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes load8 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @-moz-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @-o-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @-ms-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }
src/styles.module.css
.tridi-viewer { overflow: hidden; position: relative; display: flex; align-items: center; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; outline: none; } .tridi-draggable-true { cursor: grab; } .tridi-recording-true { cursor: cell !important; } .tridi-viewer-image { width: 100%; margin: auto; } .tridi-viewer-image-shown { display: block; } .tridi-viewer-image-hidden { display: none; } /* Hint */ .tridi-hint-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(237, 237, 237, 0.3); z-index: 100; cursor: pointer; display: flex; align-items: center; justify-content: center; flex-direction: column; } .tridi-hint { width: 80px; height: 80px; background: #333; opacity: 1; color: #fff; border-radius: 50%; -webkit-transition: box-shadow 0.1s; /* Safari */ transition: box-shadow 0.1s; position: relative; } .tridi-hint:before, .tridi-hint:after { content: ''; width: 0; height: 0; border-style: solid; position: absolute; top: 0; bottom: 0; margin: auto; } .tridi-hint:before { border-width: 15px 15px 15px 0; border-color: transparent #fff transparent transparent; left: 9px; } .tridi-hint:after { border-width: 15px 0 15px 15px; border-color: transparent transparent transparent #fff; right: 9px; } .tridi-hint-text { display: block; font-size: 16px; font-weight: bold; text-align: center; color: #fff; margin-top: 8px; } .tridi-hint-overlay:hover .tridi-hint, .tridi-hint-overlay:focus .tridi-hint { box-shadow: 0 0 16px 1px #333; } /* Loading state */ .tridi-loading { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 101; } /* Animations */ @-webkit-keyframes load8 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes load8 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @-moz-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @-o-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @-ms-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }
0.384219
0.100923
.row, .row5, .lw { width: 960px; margin: 0 auto; } .row > div, .row5 > div, .row > nav, .row5 > nav { float: left; position: relative; } .col1 {width:80px} .col2 {width:160px} .col3 {width:240px} .col4 {width:320px} .col5 {width:400px} .col6 {width:480px} .col7 {width:560px} .col8 {width:640px} .col9 {width:720px} .col10 {width:800px} .col11 {width:880px} .col12 {width:960px} .push1 {left:80px} .push2 {left:160px} .push3 {left:240px} .push4 {left:320px} .push5 {left:400px} .push6 {left:480px} .push7 {left:560px} .push8 {left:640px} .push9 {left:720px} .push10 {left:800px} .push11 {left:880px} .pull1 {right:80px} .pull2 {right:160px} .pull3 {right:240px} .pull4 {right:320px} .pull5 {right:400px} .pull6 {right:480px} .pull7 {right:560px} .pull8 {right:640px} .pull9 {right:720px} .pull10 {right:800px} .pull11 {right:880px} .row5 > div {width:192px} .row5 .push1 {left:192px} .row5 .push2 {left:384px} .row5 .push3 {left:576px} .row5 .push4 {left:768px} .row5 .pull1 {right:192px} .row5 .pull2 {right:384px} .row5 .pull3 {right:576px} .row5 .pull4 {right:768px} @media only screen and (min-width: 768px) and (max-width: 959px) { .row, .row5, .lw {width:720px;} .col1 {width:60px} .col2 {width:120px} .col3 {width:180px} .col4 {width:240px} .col5 {width:300px} .col6 {width:360px} .col7 {width:420px} .col8 {width:480px} .col9 {width:540px} .col10 {width:600px} .col11 {width:660px} .col12 {width:720px} .push1 {left:60px} .push2 {left:120px} .push3 {left:180px} .push4 {left:240px} .push5 {left:300px} .push6 {left:360px} .push7 {left:420px} .push8 {left:480px} .push9 {left:540px} .push10 {left:600px} .push11 {left:660px} .pull1 {right:60px} .pull2 {right:120px} .pull3 {right:180px} .pull4 {right:240px} .pull5 {right:300px} .pull6 {right:360px} .pull7 {right:420px} .pull8 {right:480px} .pull9 {right:540px} .pull10 {right:600px} .pull11 {right:660px} .row5 > div {width:144px} .row5 .push1 {left:144px} .row5 .push2 {left:288px} .row5 .push3 {left:432px} .row5 .push4 {left:576px} .row5 .pull1 {right:144px} .row5 .pull2 {right:288px} .row5 .pull3 {right:432px} .row5 .pull4 {right:576px} } @media only screen and (max-width: 767px) { body { width: 100%; min-width: 0; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; } .row, .row5, .lw { width: 100%; min-width: 0; margin-left: 0; margin-right: 0; } .row > div, .row5 > div { margin: 0 !important; float: none !important } .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12, .row5 > div { width:100% !important; } .push1, .push2, .push3, .push4, .push5, .push6, .push7, .push8, .push9, .push10, .push11, .push12 { left:auto !important; } .pull1, .pull2, .pull3, .pull4, .pull5, .pull6, .pull7, .pull8, .pull9, .pull10, .pull11, .pull12 { right:auto !important; } } * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; o-box-sizing: border-box; } .row, .lw { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; o-box-sizing: content-box; } body { margin: 0; padding: 0; font-family: "Segoe UI", "Lucida Grande", "Helvetica Neue", sans-serif; font-size: 15px; opacity: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } a { color: #0090d3; text-decoration: none; } a:hover { text-decoration: underline; } a:active { } a:visited { } .post-bodycopy a, .widget a, .singlenav a, .commentlist a, .logged-in-as a { border-bottom: dotted 2px transparent; } .post-bodycopy a:hover, .widget a:hover, .singlenav a:hover, .commentlist a:hover, .logged-in-as a:hover { border-bottom-color: #0090d3; text-decoration: none; color: #0090d3; } a, .widget > h3, .widget > h3 i, .ed_button, #submit, .thumb-shadow, .firstpart, #menu1 i, .commentlist li > div, .commentlist .avatar { transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; } h1, h2, h3, h4, h5, h6 { font-family: 'Yanone Kaffeesatz', sans-serif; font-weight: normal; margin: 20px 0 10px 0; } h1 { font-size: 40px; line-height: 44px; } h2 { font-size: 36px; line-height: 40px; } h3 { font-size: 32px; line-height: 35px; } h4 { font-size: 28px; line-height: 33px; } h5 { font-size: 24px; line-height: 27px; } h6 { font-size: 20px; line-height: 22px; } a img { border: none; } .wp-caption { } .wp-caption.alignleft, .wp-caption.alignnone { margin-left: -9px; } .wp-caption.alignright { margin-right: -9px; } .wp-caption img { background: #fff; padding: 10px; border: solid 2px #cccccc; } .wp-caption-text { color: #999999; font-size: 14px; text-align: center; padding: 5px; margin-bottom: 0; } iframe .player-container { border: solid 3px #000000; } .alignleft { float: left; margin: 5px 15px 10px 0; } .alignright { float: right; margin: 5px 0 10px 15px; } .aligncenter { display: block; margin: 0 auto; } .gallery-caption { } body.page .hentry img, body.single .hentry img { padding: 7px; border: solid 1px #dddddd; } .widget, .hentry { word-wrap: break-word; } input, textarea { max-width: 100%; } img { max-width: 100%; height: auto; display: block; width: auto; } img.wp-smiley { display: inline; } .wp-caption { max-width: 100% !important; width: auto; height: auto; } embed { max-width: 100% !important; border: none; height: auto; } .hentry ul, .comment-text ul { list-style: none; margin: 10px 0; padding-left: 25px; } .hentry ul li, .comment-text ul li { padding-left: 0px; margin-bottom: 2px; } .hentry ul li i, .comment-text ul li i { display: inline-block; width: 12px; height: 12px; margin-right: 10px; margin-left: -20px; background: transparent url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/icons.png) -48px -84px no-repeat; } .hentry ul ul li i, .comment-text ul ul li i { background: transparent url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/icons.png) 0px -48px no-repeat; } .hentry ul ul, .comment-text ul ul { margin-top: 2px; margin-bottom: 3px; margin-left: 0px; padding-left: 22px; } .hentry ol, .comment-text ol { margin: 0; padding: 0 0 0 35px; list-style: decimal; } .hentry ol li, .comment-text ol li { margin-bottom: 5px; } .hentry ol ol, .comment-text ol ol { list-style: lower-roman; } .hentry ol ol ol, .comment-text ol ol ol { list-style: lower-alpha; } .hentry dl, .comment-text dl { margin: 20px 0; } .hentry dt, .comment-text dt { font-weight: bold; margin: 10px 0; } .hentry dd, .comment-text dd { margin-left: 0; padding-left: 20px; } .hentry table, .comment-text table { border-collapse: collapse; border-bottom: solid 1px #e7e7e7; margin-bottom: 10px; } .hentry table caption, .comment-text table caption { color: #707070; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; padding: 4px; } .hentry table th, .comment-text table th { padding: 6px 8px 6px 9px; text-align: left; } .hentry table td, .comment-text table td { padding: 5px 8px; border-top: solid 1px #e7e7e7; } .hentry table tr.alternate td, .comment-text table tr.alternate td { background: #f7f7f7; } blockquote { color: #777777; border-left: 5px solid #dddddd; margin: 15px 30px 0px 10px; padding-left: 20px; } blockquote p { } pre { padding: 10px; border: dashed 1px #cccccc; } #banner-bg { } #banner { position: relative; } #logo-area { margin-left: 20px; } @media only screen and (max-width: 959px) { #banner > div, #banner > nav { float: none; width: 100%; } } #main { padding: 30px 0; } #widgetarea-one { padding: 0 20px; } #content{ padding: 0 20px; } #footer-bg { background: #fcfcfc; padding: 30px 0; border-top: solid 1px #ddd; } #footer { text-align: center; color: #666666; } .hentry { position: relative; padding: 30px 0 25px 0; border-top: solid 1px #eee; } .hentry:first-child { border-top: none; } .hentry a { color: #0090d3; text-decoration: none; } .hentry > h1, .hentry > h2 { margin: 0; font-weight: normal; } .hentry > h2 { font-size: 40px; line-height: 38px; margin: 0 0 15px 0; } .hentry > h1 { color: #0090d3; font-size: 50px; line-height: 45px; margin: 0 0 20px 0; } .hentry h2 a .firstpart, .hentry h1 .firstpart { color: #000000; text-decoration: none; } .hentry:hover h2 a .firstpart { color: #0090d3; } .post-format { display: none; background: url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/icons.png) -120px -144px no-repeat; width: 24px; height: 24px; padding: 5px 13px; margin: 0 10px 0 0; vertical-align: 8px; font-size: 10px; } .hentry .comment-bubble { display: inline-block; height: 36px; width: 36px; color: #999; line-height: 27px; font-family: arial, sans-serif; font-size: 18px; font-weight: bold; text-align: center; background: url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/icons.png) -168px -108px no-repeat; margin-left: 8px; vertical-align: 8px; } .hentry:hover .comment-bubble { color: #fff; background: url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/icons.png) -168px -72px no-repeat; text-decoration: none; } .thumb-shadow { background: #fff url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/shadow.png) center 50px no-repeat; padding-bottom: 5px; margin-top: 7px; margin-left: -6px; } .hentry:hover .thumb-shadow { background-position: center bottom; } .post-thumb { margin: 0 auto 15px auto; display: block; padding: 6px 6px 5px 6px; border: solid 1px #ddd; border-bottom: solid 1px #ccc; background: #ffffff; } .post-thumb a { position: relative; display: block; } .post-thumb .img_wrapper{ } .post-thumb img { -webkit-filter: grayscale(0); opacity: 0; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; display: block; } .post-thumb img.img_grayscale { filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: url("http://blog.raffaeu.com/wp-content/themes/montezuma/images/gray-filter.svg#grayscale"); filter: gray; -webkit-filter: grayscale(1); -webkit-filter: grayscale(100%); } .post-thumb span { position: absolute; top: 0; bottom: 0; left: 0; right: 0; box-shadow: inset 15px 15px 20px -20px #000; z-index: 20000; } .post-bodycopy { } .post-bodycopy p { } p.post-pagination { clear: both; margin: 20px 0; } p.post-pagination ol { margin: 15px 0; } p.post-pagination a { } .post-edit-link { display: block; margin-top: 10px; } .post-date { border-right: solid 1px #999; float: left; text-align: center; margin-right: 10px; margin-top: 4px; margin-bottom: 8px; padding-right: 10px; } .post-day { font-size: 20px; line-height: 20px; margin: 4px auto 0px auto; } .post-month { font-size: 14px; line-height: 14px; margin: 0px auto; text-transform: uppercase; } .post-year { font-size: 11px; line-height: 14px; margin: 0px auto; } .post-footer { color: #bbbbbb; margin-top: 10px; } .post-footer a { color: #aaaaaa; padding: 2px 10px 4px 10px; border-radius: 3px; border: none; } .hentry:hover .post-footer a { color: #0090d3; } .hentry:hover .post-footer a:hover { text-decoration: none; color: #ffffff; background: #0090d3; } .post-tags, .post-categories { margin: 0; display: inline-block; } .post-tags { margin-left: 20px; } .post-tags i, .post-categories i { display: inline-block; width: 12px; height: 12px; margin-right: 5px; background-image: url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/icons.png); } .post-tags i { background-position: -168px -192px; } .post-categories i { background-position: -12px -228px; } .post-readmore { float: right; margin-top: -5px; } .gallery { margin: 20px 0 10px -7px; } .gallery figure { display: inline-block; padding: 7px; border: solid 1px #ccc; margin: 0 10px 5px 0; box-shadow: 0 0 10px -5px #ccc; } .gallery figure a { position: relative; display: block; border: 0; text-decoration: none; } .gallery figure a span { position: absolute; top: 0; bottom: 0; left: 0; right: 0; box-shadow: inset 15px 15px 20px -20px #000; z-index: 1000; } .ie8 .gallery figure a span { background: #fff; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); } .ie8 .gallery figure { margin: 0 10px 10px 0; } .hentry .gallery figure a img { border: 0; padding: 0; } .gallery figcaption { } .image-attachment .post-bodycopy img { margin-left: -8px; } .image-attachment .singlenav { margin: 10px 0; } .image-attachment .singlenav .older a:before { content: '\2039\2039 \00a0'; } .image-attachment .singlenav .newer a:after { content: '\00a0 \203a\203a'; } #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;} #cboxOverlay{position:fixed; width:100%; height:100%;} #cboxMiddleLeft, #cboxBottomLeft{clear:left;} #cboxContent{position:relative;} #cboxLoadedContent{overflow:auto;} #cboxTitle{margin:0;} #cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;} #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;} .cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;} .cboxIframe{width:100%; height:100%; display:block; border:0;} #colorbox, #cboxContent, #cboxLoadedContent{ -moz-box-sizing:content-box; -webkit-box-sizing:content-box; box-sizing:content-box; o-box-sizing:content-box; } #cboxOverlay{background:#fff;} #colorbox{} #cboxTopLeft{width:25px; height:25px; background:url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/colorbox/border1.png) no-repeat 0 0;} #cboxTopCenter{height:25px; background:url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/colorbox/border1.png) repeat-x 0 -50px;} #cboxTopRight{width:25px; height:25px; background:url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/colorbox/border1.png) no-repeat -25px 0;} #cboxBottomLeft{width:25px; height:25px; background:url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/colorbox/border1.png) no-repeat 0 -25px;} #cboxBottomCenter{height:25px; background:url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/colorbox/border1.png) repeat-x 0 -75px;} #cboxBottomRight{width:25px; height:25px; background:url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/colorbox/border1.png) no-repeat -25px -25px;} #cboxMiddleLeft{width:25px; background:url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/colorbox/border2.png) repeat-y 0 0;} #cboxMiddleRight{width:25px; background:url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/colorbox/border2.png) repeat-y -25px 0;} #cboxContent{background:#fff; overflow:hidden;} .cboxIframe{background:#fff;} #cboxError{padding:50px; border:1px solid #ccc;} #cboxLoadedContent{margin-bottom:20px;} #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;} #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;} #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;} #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;} #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;} #cboxLoadingOverlay{background:#fff url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/colorbox/loading.gif) no-repeat 5px 5px;} #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;} .cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); } .widget { font-size: 14px; line-height: 1.3; color: #666666; margin-bottom: 30px; } .widget:hover { color: #000000; } .widget a { color: #000000; } .widget:hover a { color: #0090d3; } .widget > h3 { color: #0090d3; margin: 0 0 15px 0; font-size: 32px; line-height: 29px; } .widget:hover > h3 { color: #000000; } .widget > h3 > span { } .widget h3 span .firstpart { color: #000000; text-decoration: none; } .widget > h3 i { display: inline-block; width: 24px; height: 24px; margin-right: 15px; background-color: #ffffff; background-image: url( http://blog.raffaeu.com/wp-content/themes/montezuma/images/icons.png ); } .widget > h3 i { background-position: -120px -216px } .widget_archive > h3 i { background-position: -120px -24px } .widget_tag_cloud > h3 i { background-position: -120px 0px } .widget_recent_comments > h3 i { background-position: -120px -72px } .widget_links > h3 i { background-position: -120px -96px } .widget_pages > h3 i { background-position: -120px -120px } .widget_recent_entries > h3 i { background-position: -120px -144px } .widget_meta > h3 i { background-position: -120px -192px } .widget_categories > h3 i { background-position: -120px -168px } .widget:hover > h3 i { background-position: -96px -216px } .widget_archive:hover > h3 i { background-position: -96px -24px } .widget_tag_cloud:hover > h3 i { background-position: -96px 0px } .widget_recent_comments:hover > h3 i { background-position: -96px -72px } .widget_links:hover > h3 i { background-position: -96px -96px } .widget_pages:hover > h3 i { background-position: -96px -120px } .widget_recent_entries:hover > h3 i { background-position: -96px -144px } .widget_meta:hover > h3 i { background-position: -96px -192px } .widget_categories:hover > h3 i { background-position: -96px -168px } .widget ul { list-style: none; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; padding-left: 0; } .widget > ul { border-top: solid 1px #eeeeee } .widget ul ul { padding-left: 0px; margin-left: 0px; } .widget > ul > li { margin: 0; padding: 7px 0 8px 0; border-bottom: solid 1px #eeeeee; } .widget > ul > li:before { content: '\203a \00a0\00a0'; margin-left: -10px; } .widget > ul > li { padding-left: 10px; } .widget li:hover { background: #f7f7f7 } .widget_categories > ul > li, .widget_archive li, .widget_meta li { float: left; width: 50%; } @media only screen and (max-width: 959px) { .widget_categories > ul > li, .widget_archive li, .widget_meta li { float: none; width: auto; } } .tagcloud a { font-size: 13px; padding: 2px 6px 4px 6px; border-radius: 2px; white-space: nowrap; margin: 0 3px 6px 0; color: #333333; border: solid 1px #ddd; background: #fcfcfc; display: inline-block; } .tagcloud a:hover { color: #ffffff !important; border: solid 1px #0090d3; background: #0090d3; text-decoration: none; } .tagcloud a.tagsize-1 { } .tagcloud a.tagsize-2 { } .tagcloud a.tagsize-3 { } .tagcloud a.tagsize-4 { } .tagcloud a.tagsize-5 { } .tagcloud a.tagsize-6 { } #calendar_wrap { } #wp-calendar { border-collapse: separate; line-height: 20px; width: 100%; text-align: center; } #wp-calendar caption { letter-spacing: 3px; border-bottom: 0; line-height: 25px; font-size: 15px; text-transform: uppercase; } #wp-calendar thead { } #wp-calendar thead tr { } #wp-calendar thead th { border: solid 1px #ddd; font-weight: normal; } #wp-calendar tbody { } #wp-calendar tbody tr { } #wp-calendar tbody td { border: solid 1px #ddd; color: #999; padding: 0; border-radius: 3px; } #wp-calendar tbody .pad { border: none; } #wp-calendar tbody a { background: #eee; display: block; } #wp-calendar tbody a:hover { } #wp-calendar tfoot { } #wp-calendar tfoot tr { } #wp-calendar tfoot td { } #wp-calendar tfoot .pad { } #wp-calendar tfoot a { } #wp-calendar tfoot a:hover { } #prev { } #next { } .menu-wrapper { position: relative; } .menu { list-style-type: none; line-height: 33px; margin: 0; padding: 0; } .menu ul { float: left; height: auto; left: -999em; position: absolute; } .menu ul ul { margin-top: -33px; margin-left: 150px; } .menu li { float: left; padding: 0; margin: 0; width: auto; display: block; } .menu ul li { float: none; width: 100%; } .menu a, #menu1-smooth a, #menu2-smooth a { display: block; padding: 0 8px; text-decoration: none; white-space: nowrap; width: auto; } .menu ul a, #menu1-smooth a, #menu2-smooth a { width: 150px; white-space: normal; } .menu li:hover ul ul , .menu li:hover ul ul ul, .menu li:hover ul ul ul ul, .menu li:hover ul ul ul ul ul, .menu li:hover ul ul ul ul ul ul, .menu li:hover ul ul ul ul ul ul ul { left: -999em; } .menu li:hover ul, .menu li li:hover ul, .menu li li li:hover ul, .menu li li li li:hover ul , .menu li li li li li:hover ul, .menu li li li li li li:hover ul, .menu li li li li li li li:hover ul, .menu li li li li li li li li:hover ul { left: auto; z-index: 100000; } #menu1-wrapper { z-index: 1000; background: #ffffff; position: absolute; bottom: 0; right: 0; border-bottom: solid 1px #cccccc; margin-bottom: -1px; } @media only screen and (max-width: 959px) { #menu1-wrapper { position: relative; } } #menu1, #menu1-smooth { display: table; margin: 0 auto; } #menu1 > li { background: transparent url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/menuline.png) 0 center no-repeat; box-shadow: 2px 4px 20px -18px #000; } #menu1 > li:first-child { background: none; } #menu1 > li > a > i { display: block; width: 24px; height: 24px; margin: 0 auto 5px auto; background: transparent url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/menu-icons-0090d3.png) 0 0 no-repeat; } #menu1 > li:hover > a > i { background: transparent url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/menu-icons-0090d3.png) -24px 0 no-repeat; } #menu1 .page-blog > a > i { background-position: 0px 0px ; } #menu1 .page-contact-us > a > i { background-position: 0px -24px; } #menu1 .page-features > a > i { background-position: 0px -48px ; } #menu1 .page-level-1 > a > i { background-position: 0px -72px; } #menu1 .page-news > a > i { background-position: 0px -96px } #menu1 .page-parent-page > a > i { background-position: 0px -120px; } #menu1 .page-support > a > i { background-position: 0px -144px; } #menu1 .page-wordpress-themes > a > i { background-position: 0px -168px; } #menu1 .page-blog:hover > a > i { background-position: -24px 0px ; } #menu1 .page-contact-us:hover > a > i { background-position: -24px -24px; } #menu1 .page-features:hover > a > i { background-position: -24px -48px ; } #menu1 .page-level-1:hover > a > i { background-position: -24px -72px; } #menu1 .page-news:hover > a > i { background-position: -24px -96px } #menu1 .page-parent-page:hover > a > i { background-position: -24px -120px; } #menu1 .page-support:hover > a > i { background-position: -24px -144px; } #menu1 .page-wordpress-themes:hover > a > i { background-position: -24px -168px; } #menu1 a, #menu1-smooth a { font-family: 'Yanone Kaffeesatz', sans-serif; font-size: 22px; font-weight: 300; color: #000; padding: 12px 15px 20px 15px; line-height: 22px; } #menu1 ul a, #menu1-smooth a { font-size: 18px; } #menu1 > li > a span.firstpart { color: #ccc; } #menu1 a:hover, #menu1-smooth a:hover, #menu1 .active a, #menu1-smooth .active a { color: #0090d3; } #menu1 > li { border-top: solid 5px transparent; } #menu1 > li:hover, #menu1 > li.active , #menu1 > li.ancestor { border-top: solid 5px #0090d3; } #menu1 .sub-menu, #menu1-smooth .sub-menu { list-style: none; background: #ffffff; background: hsla(36, 100%, 100%, 0.95); border: solid 1px #ddd; font-size: 18px; padding: 5px 15px; box-shadow: 5px 5px 20px -15px #000; } #menu1 .sub-menu a, #menu1-smooth .sub-menu a { padding: 5px 0; } #menu1 > ul > li > ul { margin-left: -20px; } #menu1 .sub-menu li, #menu1-smooth .sub-menu li { border-top: solid 1px #eee; } #menu1 .sub-menu li:first-child, #menu1-smooth .sub-menu li:first-child { border-top: none; } #menu1 .sub-menu .sub-menu, #menu1-smooth .sub-menu .sub-menu li:first-child { margin-top: -38px; } .menu1-mobile { display: none; font-size: 20px; padding: 10px; margin: 20px auto 30px auto; width: 90%; } @media only screen and (max-width: 959px) { .hentry .post-thumb img { opacity: 1 !important; z-index: 1000; } } @media only screen and (max-width: 767px) { ul#menu1, a.rsslink, img.avatar, .post-categories i { display: none; } .menu1-mobile { display: block; } .commentlist li > div { margin-left: 0 !important; } .post-footer a { padding: 7px 15px; } a.post-readmore { background: #f7f7f7; border: solid 1px #eee; color: #0090d3; } .hentry div.thumb-shadow { background-image: none !important; padding-bottom: 0; margin-left: 0; } div.post-thumb { border: none; padding: 0 !important; background: none; } .hentry .post-thumb span { display: none; } body { font-size: 15px; } .widget .searchform .field { max-width: 100% !important; padding: 10px; } #content { padding: 0 20px 20px 20px; } } #menu2-bg { background: #fcfcfc; border-bottom: solid 1px #dddddd; margin-bottom: 10px; } #menu2 > li > a { padding: 2px 8px; } #menu2 a { color: #333333; } #menu2 a:hover, #menu2 .active a, #menu2 .active a { color: #0090d3; } #menu2 ul { background: hsla(36, 100%, 100%, 0.95); border: solid 1px #dddddd; padding: 5px 10px; box-shadow: 5px 5px 20px -15px #000000; } #menu2 ul a { padding: 0; } #menu2 ul li { border-top: solid 1px #eeeeee; } #menu2 ul li:first-child { border-top: none; } #menu2 ul ul { margin-top: -39px; } .singlenav { margin-bottom: 10px; } .singlenav .older { float: left; } .singlenav .newer { float: right; } #singlenav2 { border-top: 3px solid #ededed; border-bottom: 0px none #f5f5f5; margin-top: 18px; padding-top: 13px; } .multinav { margin: 20px 0; padding-left: 20px; } .multinav a, .multinav span { padding: 3px 12px; border: solid 1px #ddd; text-decoration: none; display: inline-block; background: #fcfcfc; } .multinav a:hover { background: #0090d3; border: solid 1px #0090d3; color: #ffffff; } .multinav .current { background: #ffffff; } #multinav1 { border-bottom: solid 1px #dddddd; margin-bottom: 0; } #multinav1 a, #multinav1 span { margin-bottom: -1px; border-top-right-radius: 5px; border-top-left-radius: 5px; } #multinav1 .current { border-bottom: solid 1px #ffffff; } #multinav2 { border-top: solid 1px #dddddd; } #multinav2 a, #multinav2 span { margin-top: -1px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; } #multinav2 .current { border-top: solid 1px #ffffff; } .breadcrumbs { color: #666666; font-size: 13px; } .breadcrumbs ol { list-style: none; padding: 0; margin: 0; } .breadcrumbs ol li { float: left; line-height: 32px; } .breadcrumbs ol li a { color: #333333; margin-left: 10px; } .breadcrumbs ol li a:hover { color: #0090d3; margin-left: 10px; } .breadcrumbs .bc-current, .breadcrumbs .bc-pagenumber { margin-left: 10px; } .breadcrumbs ol li.bc-home a { display: block; width: 12px; height: 12px; background: transparent url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/icons.png) -36px -108px no-repeat; margin: 8px 15px 0 5px; } .breadcrumbs ol li.bc-home a:hover { background: transparent url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/icons.png) -48px -108px no-repeat; text-decoration: none; } .breadcrumbs ol li i { margin: 0 0 0 5px; display: block; float: right; width: 17px; height: 32px; background: transparent url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/breadcr-arr.png) center left no-repeat; } #breadcrumbs1 { padding: 5px 0 5px 30px; } #breadcrumbs1-bg { border-top: solid 1px #cccccc; border-bottom: solid 1px #cccccc; background: #f7f7f7; position: relative; } #comments { padding-top: 20px; border-top: solid 1px #dddddd; } #comments-title { color: #999999; margin: 0 0 20px 0; font-size: 28px; } #comments-title span { color: #000000; } .commentlist { background: #ffffff; padding: 0; list-style: none; margin: 20px 0; } .commentlist ul { list-style: none; } .commentlist li { padding: 0px; } .commentlist li > div { border: solid 1px #dddddd; background: #fcfcfc; padding: 20px 20px 3px 20px; position: relative; margin-bottom: 20px; margin-left: 85px; border-radius: 5px; } .commentlist .pingback { margin-bottom: 20px; } .commentlist li > div:hover { background: #ffffff; } .commentlist li > div:before { content: url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/commentarrow.png); left: -17px; top: 25px; position: absolute; z-index: 1000000; } .commentlist li > div:hover:before { content: url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/commentarrow-white.png); } .commentlist .avatar { position: absolute; top: 3px; left: -80px; border-radius: 50%; box-shadow: 0 0 0 3px #cccccc; } .commentlist li li .avatar { left: -70px; } .comment-reply-link { position: absolute; top: 60px; left: -80px; font-size: 13px; width: 50px; text-align: center; color: #cccccc; } li li .comment-reply-link { top: 45px; left: -70px; } .commentlist li > div:hover > .comment-reply-link { color: #0090d3; } .comment-author { font-weight: bold; font-size: 16px; } .comment-date-link { position: absolute; top: 5px; right: 10px; font-size: 11px; line-height: 13px; text-align: right; } .comment-date-link a { color: #aaaaaa; } .commentlist li > div:hover .comment-date-link a { color: #0090d3; } .comment-edit-link { } .comment-delete-link { } .comment-spam-link { } .comment-text { } .comment-pagination { padding-left: 20px; margin-top: 10px; } .comment-pagination a, .comment-pagination .current { border: solid 1px #dddddd; padding: 3px 12px; display: inline-block; text-decoration: none; } .comment-pagination a { background: #fcfcfc; } .comment-pagination a:hover { background: #0090d3; border: solid 1px #0090d3; color: #ffffff; } #comment-pagination-1 { border-bottom: solid 1px #dddddd; } #comment-pagination-1 a, #comment-pagination-1 .current { border-top-right-radius: 5px; border-top-left-radius: 5px; margin-bottom: -1px; } #comment-pagination-1 .current { border-bottom: solid 1px #ffffff; } #comment-pagination-2 { border-top: solid 1px #dddddd; } #comment-pagination-2 a, #comment-pagination-2 .current { border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; margin-top: -1px; } #comment-pagination-2 .current { border-top: solid 1px #ffffff; } #respond { margin: 30px 0 20px 0; padding-bottom: 40px; border-bottom: solid 1px #eee; } #reply-title { margin: 0 0 10px 0; } #commentform { } .quicktags-toolbar { margin-bottom: 10px; } .ed_button { color: #333333; background: #eeeeee; border: solid 1px #dddddd; margin-right: 5px; padding: 3px 8px; border-radius: 3px; } .ed_button:hover { color: #ffffff; background: #0090d3; border: solid 1px #0090d3; cursor: pointer; } #comment-form { width: 100%; } #comment-author { } #comment-url { } #comment-email { } .logged-in-as { } #comment { } .form-submit { } #submit { display: inline-block; outline: none; cursor: pointer; text-align: center; text-decoration: none; font-size: 14px; padding: 5px 10px; border-radius: 5px; color: #333333; border: solid 1px #dddddd; background: #eeeeee; } #submit:hover { color: #ffffff; border: solid 1px #0090d3; background: #0090d3; } .button:hover { text-decoration: none; } .button:active { position: relative; top: 1px; } #sitetitle { font-family: 'Yanone Kaffeesatz', sans-serif; font-size: 70px; font-weight: normal; margin: 25px auto 10px auto; line-height: 55px; } @media only screen and (max-width: 959px) { #sitetitle { display: table; } } #sitetitle a .firstpart { color: #000000; } #sitetitle a:hover { text-decoration: none; } #tagline { font-family: 'Yanone Kaffeesatz', sans-serif; font-weight: 200; font-size: 26px; letter-spacing: 0px; color: #4f4f4f; margin: 0 auto 20px auto; } @media only screen and (max-width: 959px) { #tagline { display: table; } } a.rsslink { position: absolute; top: 60px; right: 30px; width: 24px; height: 24px; display: block; background-image: url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/icons.png); background-position: -120px -48px; } #banner:hover a.rsslink { background-position: -96px -48px; } a.rsscommentslink { float: right; margin-top: 5px; margin-right: 8px; } .searchform .field { padding: 5px; width: 200px; border: solid 1px #dddddd; } .searchform .submit { width: 28px; height: 28px; background: url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/searchicon.png) 0 -5px no-repeat; overflow: hidden; border: none; margin-left: 3px; } #post-0 .searchform { position: relative; margin: 30px 0; width: 90%; } #post-0 .searchform .field { width: 95%; max-width: 100%; } .widget .searchform { position: relative; top: 0; left: 0; } .widget .submit { display: none; } .widget .searchform .field { width: 100%; max-width: 300px; background: url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/searchicon.png) right center no-repeat; } .page-title { color: #999999; font-size: 24px; margin: 10px 0; } .page-title span { color: #000000; } .credit-link { font-size: 13px; color: #aaaaaa; margin-top: 30px; margin-bottom: 0; } .credit-link a { color: #aaaaaa; font-weight: bold; text-decoration: none; } .sub-menu:before, .sub-menu:after, .cf:before, .cf:after, .row:before, .row:after, .row20:before, .row20:after, .row:before, .row:after, .row:before, .row:after, .row:before, .row:after, .lw:before, .lw:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .sub-menu:after, .cf:after, .row:after, .row20:after, .lw:after { clear: both; } .sub-menu, .cf, .row, .row20, .lw { min-width: 0; display: inline-block; display: block; } * html .sub-menu, * html .cf, * html .row, * html .row20, * html .lw { height: 1%; }
wp-content/uploads/montezuma/style.css
.row, .row5, .lw { width: 960px; margin: 0 auto; } .row > div, .row5 > div, .row > nav, .row5 > nav { float: left; position: relative; } .col1 {width:80px} .col2 {width:160px} .col3 {width:240px} .col4 {width:320px} .col5 {width:400px} .col6 {width:480px} .col7 {width:560px} .col8 {width:640px} .col9 {width:720px} .col10 {width:800px} .col11 {width:880px} .col12 {width:960px} .push1 {left:80px} .push2 {left:160px} .push3 {left:240px} .push4 {left:320px} .push5 {left:400px} .push6 {left:480px} .push7 {left:560px} .push8 {left:640px} .push9 {left:720px} .push10 {left:800px} .push11 {left:880px} .pull1 {right:80px} .pull2 {right:160px} .pull3 {right:240px} .pull4 {right:320px} .pull5 {right:400px} .pull6 {right:480px} .pull7 {right:560px} .pull8 {right:640px} .pull9 {right:720px} .pull10 {right:800px} .pull11 {right:880px} .row5 > div {width:192px} .row5 .push1 {left:192px} .row5 .push2 {left:384px} .row5 .push3 {left:576px} .row5 .push4 {left:768px} .row5 .pull1 {right:192px} .row5 .pull2 {right:384px} .row5 .pull3 {right:576px} .row5 .pull4 {right:768px} @media only screen and (min-width: 768px) and (max-width: 959px) { .row, .row5, .lw {width:720px;} .col1 {width:60px} .col2 {width:120px} .col3 {width:180px} .col4 {width:240px} .col5 {width:300px} .col6 {width:360px} .col7 {width:420px} .col8 {width:480px} .col9 {width:540px} .col10 {width:600px} .col11 {width:660px} .col12 {width:720px} .push1 {left:60px} .push2 {left:120px} .push3 {left:180px} .push4 {left:240px} .push5 {left:300px} .push6 {left:360px} .push7 {left:420px} .push8 {left:480px} .push9 {left:540px} .push10 {left:600px} .push11 {left:660px} .pull1 {right:60px} .pull2 {right:120px} .pull3 {right:180px} .pull4 {right:240px} .pull5 {right:300px} .pull6 {right:360px} .pull7 {right:420px} .pull8 {right:480px} .pull9 {right:540px} .pull10 {right:600px} .pull11 {right:660px} .row5 > div {width:144px} .row5 .push1 {left:144px} .row5 .push2 {left:288px} .row5 .push3 {left:432px} .row5 .push4 {left:576px} .row5 .pull1 {right:144px} .row5 .pull2 {right:288px} .row5 .pull3 {right:432px} .row5 .pull4 {right:576px} } @media only screen and (max-width: 767px) { body { width: 100%; min-width: 0; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; } .row, .row5, .lw { width: 100%; min-width: 0; margin-left: 0; margin-right: 0; } .row > div, .row5 > div { margin: 0 !important; float: none !important } .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12, .row5 > div { width:100% !important; } .push1, .push2, .push3, .push4, .push5, .push6, .push7, .push8, .push9, .push10, .push11, .push12 { left:auto !important; } .pull1, .pull2, .pull3, .pull4, .pull5, .pull6, .pull7, .pull8, .pull9, .pull10, .pull11, .pull12 { right:auto !important; } } * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; o-box-sizing: border-box; } .row, .lw { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; o-box-sizing: content-box; } body { margin: 0; padding: 0; font-family: "Segoe UI", "Lucida Grande", "Helvetica Neue", sans-serif; font-size: 15px; opacity: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } a { color: #0090d3; text-decoration: none; } a:hover { text-decoration: underline; } a:active { } a:visited { } .post-bodycopy a, .widget a, .singlenav a, .commentlist a, .logged-in-as a { border-bottom: dotted 2px transparent; } .post-bodycopy a:hover, .widget a:hover, .singlenav a:hover, .commentlist a:hover, .logged-in-as a:hover { border-bottom-color: #0090d3; text-decoration: none; color: #0090d3; } a, .widget > h3, .widget > h3 i, .ed_button, #submit, .thumb-shadow, .firstpart, #menu1 i, .commentlist li > div, .commentlist .avatar { transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; } h1, h2, h3, h4, h5, h6 { font-family: 'Yanone Kaffeesatz', sans-serif; font-weight: normal; margin: 20px 0 10px 0; } h1 { font-size: 40px; line-height: 44px; } h2 { font-size: 36px; line-height: 40px; } h3 { font-size: 32px; line-height: 35px; } h4 { font-size: 28px; line-height: 33px; } h5 { font-size: 24px; line-height: 27px; } h6 { font-size: 20px; line-height: 22px; } a img { border: none; } .wp-caption { } .wp-caption.alignleft, .wp-caption.alignnone { margin-left: -9px; } .wp-caption.alignright { margin-right: -9px; } .wp-caption img { background: #fff; padding: 10px; border: solid 2px #cccccc; } .wp-caption-text { color: #999999; font-size: 14px; text-align: center; padding: 5px; margin-bottom: 0; } iframe .player-container { border: solid 3px #000000; } .alignleft { float: left; margin: 5px 15px 10px 0; } .alignright { float: right; margin: 5px 0 10px 15px; } .aligncenter { display: block; margin: 0 auto; } .gallery-caption { } body.page .hentry img, body.single .hentry img { padding: 7px; border: solid 1px #dddddd; } .widget, .hentry { word-wrap: break-word; } input, textarea { max-width: 100%; } img { max-width: 100%; height: auto; display: block; width: auto; } img.wp-smiley { display: inline; } .wp-caption { max-width: 100% !important; width: auto; height: auto; } embed { max-width: 100% !important; border: none; height: auto; } .hentry ul, .comment-text ul { list-style: none; margin: 10px 0; padding-left: 25px; } .hentry ul li, .comment-text ul li { padding-left: 0px; margin-bottom: 2px; } .hentry ul li i, .comment-text ul li i { display: inline-block; width: 12px; height: 12px; margin-right: 10px; margin-left: -20px; background: transparent url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/icons.png) -48px -84px no-repeat; } .hentry ul ul li i, .comment-text ul ul li i { background: transparent url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/icons.png) 0px -48px no-repeat; } .hentry ul ul, .comment-text ul ul { margin-top: 2px; margin-bottom: 3px; margin-left: 0px; padding-left: 22px; } .hentry ol, .comment-text ol { margin: 0; padding: 0 0 0 35px; list-style: decimal; } .hentry ol li, .comment-text ol li { margin-bottom: 5px; } .hentry ol ol, .comment-text ol ol { list-style: lower-roman; } .hentry ol ol ol, .comment-text ol ol ol { list-style: lower-alpha; } .hentry dl, .comment-text dl { margin: 20px 0; } .hentry dt, .comment-text dt { font-weight: bold; margin: 10px 0; } .hentry dd, .comment-text dd { margin-left: 0; padding-left: 20px; } .hentry table, .comment-text table { border-collapse: collapse; border-bottom: solid 1px #e7e7e7; margin-bottom: 10px; } .hentry table caption, .comment-text table caption { color: #707070; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; padding: 4px; } .hentry table th, .comment-text table th { padding: 6px 8px 6px 9px; text-align: left; } .hentry table td, .comment-text table td { padding: 5px 8px; border-top: solid 1px #e7e7e7; } .hentry table tr.alternate td, .comment-text table tr.alternate td { background: #f7f7f7; } blockquote { color: #777777; border-left: 5px solid #dddddd; margin: 15px 30px 0px 10px; padding-left: 20px; } blockquote p { } pre { padding: 10px; border: dashed 1px #cccccc; } #banner-bg { } #banner { position: relative; } #logo-area { margin-left: 20px; } @media only screen and (max-width: 959px) { #banner > div, #banner > nav { float: none; width: 100%; } } #main { padding: 30px 0; } #widgetarea-one { padding: 0 20px; } #content{ padding: 0 20px; } #footer-bg { background: #fcfcfc; padding: 30px 0; border-top: solid 1px #ddd; } #footer { text-align: center; color: #666666; } .hentry { position: relative; padding: 30px 0 25px 0; border-top: solid 1px #eee; } .hentry:first-child { border-top: none; } .hentry a { color: #0090d3; text-decoration: none; } .hentry > h1, .hentry > h2 { margin: 0; font-weight: normal; } .hentry > h2 { font-size: 40px; line-height: 38px; margin: 0 0 15px 0; } .hentry > h1 { color: #0090d3; font-size: 50px; line-height: 45px; margin: 0 0 20px 0; } .hentry h2 a .firstpart, .hentry h1 .firstpart { color: #000000; text-decoration: none; } .hentry:hover h2 a .firstpart { color: #0090d3; } .post-format { display: none; background: url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/icons.png) -120px -144px no-repeat; width: 24px; height: 24px; padding: 5px 13px; margin: 0 10px 0 0; vertical-align: 8px; font-size: 10px; } .hentry .comment-bubble { display: inline-block; height: 36px; width: 36px; color: #999; line-height: 27px; font-family: arial, sans-serif; font-size: 18px; font-weight: bold; text-align: center; background: url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/icons.png) -168px -108px no-repeat; margin-left: 8px; vertical-align: 8px; } .hentry:hover .comment-bubble { color: #fff; background: url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/icons.png) -168px -72px no-repeat; text-decoration: none; } .thumb-shadow { background: #fff url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/shadow.png) center 50px no-repeat; padding-bottom: 5px; margin-top: 7px; margin-left: -6px; } .hentry:hover .thumb-shadow { background-position: center bottom; } .post-thumb { margin: 0 auto 15px auto; display: block; padding: 6px 6px 5px 6px; border: solid 1px #ddd; border-bottom: solid 1px #ccc; background: #ffffff; } .post-thumb a { position: relative; display: block; } .post-thumb .img_wrapper{ } .post-thumb img { -webkit-filter: grayscale(0); opacity: 0; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; display: block; } .post-thumb img.img_grayscale { filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: url("http://blog.raffaeu.com/wp-content/themes/montezuma/images/gray-filter.svg#grayscale"); filter: gray; -webkit-filter: grayscale(1); -webkit-filter: grayscale(100%); } .post-thumb span { position: absolute; top: 0; bottom: 0; left: 0; right: 0; box-shadow: inset 15px 15px 20px -20px #000; z-index: 20000; } .post-bodycopy { } .post-bodycopy p { } p.post-pagination { clear: both; margin: 20px 0; } p.post-pagination ol { margin: 15px 0; } p.post-pagination a { } .post-edit-link { display: block; margin-top: 10px; } .post-date { border-right: solid 1px #999; float: left; text-align: center; margin-right: 10px; margin-top: 4px; margin-bottom: 8px; padding-right: 10px; } .post-day { font-size: 20px; line-height: 20px; margin: 4px auto 0px auto; } .post-month { font-size: 14px; line-height: 14px; margin: 0px auto; text-transform: uppercase; } .post-year { font-size: 11px; line-height: 14px; margin: 0px auto; } .post-footer { color: #bbbbbb; margin-top: 10px; } .post-footer a { color: #aaaaaa; padding: 2px 10px 4px 10px; border-radius: 3px; border: none; } .hentry:hover .post-footer a { color: #0090d3; } .hentry:hover .post-footer a:hover { text-decoration: none; color: #ffffff; background: #0090d3; } .post-tags, .post-categories { margin: 0; display: inline-block; } .post-tags { margin-left: 20px; } .post-tags i, .post-categories i { display: inline-block; width: 12px; height: 12px; margin-right: 5px; background-image: url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/icons.png); } .post-tags i { background-position: -168px -192px; } .post-categories i { background-position: -12px -228px; } .post-readmore { float: right; margin-top: -5px; } .gallery { margin: 20px 0 10px -7px; } .gallery figure { display: inline-block; padding: 7px; border: solid 1px #ccc; margin: 0 10px 5px 0; box-shadow: 0 0 10px -5px #ccc; } .gallery figure a { position: relative; display: block; border: 0; text-decoration: none; } .gallery figure a span { position: absolute; top: 0; bottom: 0; left: 0; right: 0; box-shadow: inset 15px 15px 20px -20px #000; z-index: 1000; } .ie8 .gallery figure a span { background: #fff; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); } .ie8 .gallery figure { margin: 0 10px 10px 0; } .hentry .gallery figure a img { border: 0; padding: 0; } .gallery figcaption { } .image-attachment .post-bodycopy img { margin-left: -8px; } .image-attachment .singlenav { margin: 10px 0; } .image-attachment .singlenav .older a:before { content: '\2039\2039 \00a0'; } .image-attachment .singlenav .newer a:after { content: '\00a0 \203a\203a'; } #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;} #cboxOverlay{position:fixed; width:100%; height:100%;} #cboxMiddleLeft, #cboxBottomLeft{clear:left;} #cboxContent{position:relative;} #cboxLoadedContent{overflow:auto;} #cboxTitle{margin:0;} #cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;} #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;} .cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;} .cboxIframe{width:100%; height:100%; display:block; border:0;} #colorbox, #cboxContent, #cboxLoadedContent{ -moz-box-sizing:content-box; -webkit-box-sizing:content-box; box-sizing:content-box; o-box-sizing:content-box; } #cboxOverlay{background:#fff;} #colorbox{} #cboxTopLeft{width:25px; height:25px; background:url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/colorbox/border1.png) no-repeat 0 0;} #cboxTopCenter{height:25px; background:url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/colorbox/border1.png) repeat-x 0 -50px;} #cboxTopRight{width:25px; height:25px; background:url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/colorbox/border1.png) no-repeat -25px 0;} #cboxBottomLeft{width:25px; height:25px; background:url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/colorbox/border1.png) no-repeat 0 -25px;} #cboxBottomCenter{height:25px; background:url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/colorbox/border1.png) repeat-x 0 -75px;} #cboxBottomRight{width:25px; height:25px; background:url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/colorbox/border1.png) no-repeat -25px -25px;} #cboxMiddleLeft{width:25px; background:url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/colorbox/border2.png) repeat-y 0 0;} #cboxMiddleRight{width:25px; background:url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/colorbox/border2.png) repeat-y -25px 0;} #cboxContent{background:#fff; overflow:hidden;} .cboxIframe{background:#fff;} #cboxError{padding:50px; border:1px solid #ccc;} #cboxLoadedContent{margin-bottom:20px;} #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;} #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;} #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;} #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;} #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;} #cboxLoadingOverlay{background:#fff url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/colorbox/loading.gif) no-repeat 5px 5px;} #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;} .cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); } .widget { font-size: 14px; line-height: 1.3; color: #666666; margin-bottom: 30px; } .widget:hover { color: #000000; } .widget a { color: #000000; } .widget:hover a { color: #0090d3; } .widget > h3 { color: #0090d3; margin: 0 0 15px 0; font-size: 32px; line-height: 29px; } .widget:hover > h3 { color: #000000; } .widget > h3 > span { } .widget h3 span .firstpart { color: #000000; text-decoration: none; } .widget > h3 i { display: inline-block; width: 24px; height: 24px; margin-right: 15px; background-color: #ffffff; background-image: url( http://blog.raffaeu.com/wp-content/themes/montezuma/images/icons.png ); } .widget > h3 i { background-position: -120px -216px } .widget_archive > h3 i { background-position: -120px -24px } .widget_tag_cloud > h3 i { background-position: -120px 0px } .widget_recent_comments > h3 i { background-position: -120px -72px } .widget_links > h3 i { background-position: -120px -96px } .widget_pages > h3 i { background-position: -120px -120px } .widget_recent_entries > h3 i { background-position: -120px -144px } .widget_meta > h3 i { background-position: -120px -192px } .widget_categories > h3 i { background-position: -120px -168px } .widget:hover > h3 i { background-position: -96px -216px } .widget_archive:hover > h3 i { background-position: -96px -24px } .widget_tag_cloud:hover > h3 i { background-position: -96px 0px } .widget_recent_comments:hover > h3 i { background-position: -96px -72px } .widget_links:hover > h3 i { background-position: -96px -96px } .widget_pages:hover > h3 i { background-position: -96px -120px } .widget_recent_entries:hover > h3 i { background-position: -96px -144px } .widget_meta:hover > h3 i { background-position: -96px -192px } .widget_categories:hover > h3 i { background-position: -96px -168px } .widget ul { list-style: none; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; padding-left: 0; } .widget > ul { border-top: solid 1px #eeeeee } .widget ul ul { padding-left: 0px; margin-left: 0px; } .widget > ul > li { margin: 0; padding: 7px 0 8px 0; border-bottom: solid 1px #eeeeee; } .widget > ul > li:before { content: '\203a \00a0\00a0'; margin-left: -10px; } .widget > ul > li { padding-left: 10px; } .widget li:hover { background: #f7f7f7 } .widget_categories > ul > li, .widget_archive li, .widget_meta li { float: left; width: 50%; } @media only screen and (max-width: 959px) { .widget_categories > ul > li, .widget_archive li, .widget_meta li { float: none; width: auto; } } .tagcloud a { font-size: 13px; padding: 2px 6px 4px 6px; border-radius: 2px; white-space: nowrap; margin: 0 3px 6px 0; color: #333333; border: solid 1px #ddd; background: #fcfcfc; display: inline-block; } .tagcloud a:hover { color: #ffffff !important; border: solid 1px #0090d3; background: #0090d3; text-decoration: none; } .tagcloud a.tagsize-1 { } .tagcloud a.tagsize-2 { } .tagcloud a.tagsize-3 { } .tagcloud a.tagsize-4 { } .tagcloud a.tagsize-5 { } .tagcloud a.tagsize-6 { } #calendar_wrap { } #wp-calendar { border-collapse: separate; line-height: 20px; width: 100%; text-align: center; } #wp-calendar caption { letter-spacing: 3px; border-bottom: 0; line-height: 25px; font-size: 15px; text-transform: uppercase; } #wp-calendar thead { } #wp-calendar thead tr { } #wp-calendar thead th { border: solid 1px #ddd; font-weight: normal; } #wp-calendar tbody { } #wp-calendar tbody tr { } #wp-calendar tbody td { border: solid 1px #ddd; color: #999; padding: 0; border-radius: 3px; } #wp-calendar tbody .pad { border: none; } #wp-calendar tbody a { background: #eee; display: block; } #wp-calendar tbody a:hover { } #wp-calendar tfoot { } #wp-calendar tfoot tr { } #wp-calendar tfoot td { } #wp-calendar tfoot .pad { } #wp-calendar tfoot a { } #wp-calendar tfoot a:hover { } #prev { } #next { } .menu-wrapper { position: relative; } .menu { list-style-type: none; line-height: 33px; margin: 0; padding: 0; } .menu ul { float: left; height: auto; left: -999em; position: absolute; } .menu ul ul { margin-top: -33px; margin-left: 150px; } .menu li { float: left; padding: 0; margin: 0; width: auto; display: block; } .menu ul li { float: none; width: 100%; } .menu a, #menu1-smooth a, #menu2-smooth a { display: block; padding: 0 8px; text-decoration: none; white-space: nowrap; width: auto; } .menu ul a, #menu1-smooth a, #menu2-smooth a { width: 150px; white-space: normal; } .menu li:hover ul ul , .menu li:hover ul ul ul, .menu li:hover ul ul ul ul, .menu li:hover ul ul ul ul ul, .menu li:hover ul ul ul ul ul ul, .menu li:hover ul ul ul ul ul ul ul { left: -999em; } .menu li:hover ul, .menu li li:hover ul, .menu li li li:hover ul, .menu li li li li:hover ul , .menu li li li li li:hover ul, .menu li li li li li li:hover ul, .menu li li li li li li li:hover ul, .menu li li li li li li li li:hover ul { left: auto; z-index: 100000; } #menu1-wrapper { z-index: 1000; background: #ffffff; position: absolute; bottom: 0; right: 0; border-bottom: solid 1px #cccccc; margin-bottom: -1px; } @media only screen and (max-width: 959px) { #menu1-wrapper { position: relative; } } #menu1, #menu1-smooth { display: table; margin: 0 auto; } #menu1 > li { background: transparent url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/menuline.png) 0 center no-repeat; box-shadow: 2px 4px 20px -18px #000; } #menu1 > li:first-child { background: none; } #menu1 > li > a > i { display: block; width: 24px; height: 24px; margin: 0 auto 5px auto; background: transparent url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/menu-icons-0090d3.png) 0 0 no-repeat; } #menu1 > li:hover > a > i { background: transparent url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/menu-icons-0090d3.png) -24px 0 no-repeat; } #menu1 .page-blog > a > i { background-position: 0px 0px ; } #menu1 .page-contact-us > a > i { background-position: 0px -24px; } #menu1 .page-features > a > i { background-position: 0px -48px ; } #menu1 .page-level-1 > a > i { background-position: 0px -72px; } #menu1 .page-news > a > i { background-position: 0px -96px } #menu1 .page-parent-page > a > i { background-position: 0px -120px; } #menu1 .page-support > a > i { background-position: 0px -144px; } #menu1 .page-wordpress-themes > a > i { background-position: 0px -168px; } #menu1 .page-blog:hover > a > i { background-position: -24px 0px ; } #menu1 .page-contact-us:hover > a > i { background-position: -24px -24px; } #menu1 .page-features:hover > a > i { background-position: -24px -48px ; } #menu1 .page-level-1:hover > a > i { background-position: -24px -72px; } #menu1 .page-news:hover > a > i { background-position: -24px -96px } #menu1 .page-parent-page:hover > a > i { background-position: -24px -120px; } #menu1 .page-support:hover > a > i { background-position: -24px -144px; } #menu1 .page-wordpress-themes:hover > a > i { background-position: -24px -168px; } #menu1 a, #menu1-smooth a { font-family: 'Yanone Kaffeesatz', sans-serif; font-size: 22px; font-weight: 300; color: #000; padding: 12px 15px 20px 15px; line-height: 22px; } #menu1 ul a, #menu1-smooth a { font-size: 18px; } #menu1 > li > a span.firstpart { color: #ccc; } #menu1 a:hover, #menu1-smooth a:hover, #menu1 .active a, #menu1-smooth .active a { color: #0090d3; } #menu1 > li { border-top: solid 5px transparent; } #menu1 > li:hover, #menu1 > li.active , #menu1 > li.ancestor { border-top: solid 5px #0090d3; } #menu1 .sub-menu, #menu1-smooth .sub-menu { list-style: none; background: #ffffff; background: hsla(36, 100%, 100%, 0.95); border: solid 1px #ddd; font-size: 18px; padding: 5px 15px; box-shadow: 5px 5px 20px -15px #000; } #menu1 .sub-menu a, #menu1-smooth .sub-menu a { padding: 5px 0; } #menu1 > ul > li > ul { margin-left: -20px; } #menu1 .sub-menu li, #menu1-smooth .sub-menu li { border-top: solid 1px #eee; } #menu1 .sub-menu li:first-child, #menu1-smooth .sub-menu li:first-child { border-top: none; } #menu1 .sub-menu .sub-menu, #menu1-smooth .sub-menu .sub-menu li:first-child { margin-top: -38px; } .menu1-mobile { display: none; font-size: 20px; padding: 10px; margin: 20px auto 30px auto; width: 90%; } @media only screen and (max-width: 959px) { .hentry .post-thumb img { opacity: 1 !important; z-index: 1000; } } @media only screen and (max-width: 767px) { ul#menu1, a.rsslink, img.avatar, .post-categories i { display: none; } .menu1-mobile { display: block; } .commentlist li > div { margin-left: 0 !important; } .post-footer a { padding: 7px 15px; } a.post-readmore { background: #f7f7f7; border: solid 1px #eee; color: #0090d3; } .hentry div.thumb-shadow { background-image: none !important; padding-bottom: 0; margin-left: 0; } div.post-thumb { border: none; padding: 0 !important; background: none; } .hentry .post-thumb span { display: none; } body { font-size: 15px; } .widget .searchform .field { max-width: 100% !important; padding: 10px; } #content { padding: 0 20px 20px 20px; } } #menu2-bg { background: #fcfcfc; border-bottom: solid 1px #dddddd; margin-bottom: 10px; } #menu2 > li > a { padding: 2px 8px; } #menu2 a { color: #333333; } #menu2 a:hover, #menu2 .active a, #menu2 .active a { color: #0090d3; } #menu2 ul { background: hsla(36, 100%, 100%, 0.95); border: solid 1px #dddddd; padding: 5px 10px; box-shadow: 5px 5px 20px -15px #000000; } #menu2 ul a { padding: 0; } #menu2 ul li { border-top: solid 1px #eeeeee; } #menu2 ul li:first-child { border-top: none; } #menu2 ul ul { margin-top: -39px; } .singlenav { margin-bottom: 10px; } .singlenav .older { float: left; } .singlenav .newer { float: right; } #singlenav2 { border-top: 3px solid #ededed; border-bottom: 0px none #f5f5f5; margin-top: 18px; padding-top: 13px; } .multinav { margin: 20px 0; padding-left: 20px; } .multinav a, .multinav span { padding: 3px 12px; border: solid 1px #ddd; text-decoration: none; display: inline-block; background: #fcfcfc; } .multinav a:hover { background: #0090d3; border: solid 1px #0090d3; color: #ffffff; } .multinav .current { background: #ffffff; } #multinav1 { border-bottom: solid 1px #dddddd; margin-bottom: 0; } #multinav1 a, #multinav1 span { margin-bottom: -1px; border-top-right-radius: 5px; border-top-left-radius: 5px; } #multinav1 .current { border-bottom: solid 1px #ffffff; } #multinav2 { border-top: solid 1px #dddddd; } #multinav2 a, #multinav2 span { margin-top: -1px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; } #multinav2 .current { border-top: solid 1px #ffffff; } .breadcrumbs { color: #666666; font-size: 13px; } .breadcrumbs ol { list-style: none; padding: 0; margin: 0; } .breadcrumbs ol li { float: left; line-height: 32px; } .breadcrumbs ol li a { color: #333333; margin-left: 10px; } .breadcrumbs ol li a:hover { color: #0090d3; margin-left: 10px; } .breadcrumbs .bc-current, .breadcrumbs .bc-pagenumber { margin-left: 10px; } .breadcrumbs ol li.bc-home a { display: block; width: 12px; height: 12px; background: transparent url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/icons.png) -36px -108px no-repeat; margin: 8px 15px 0 5px; } .breadcrumbs ol li.bc-home a:hover { background: transparent url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/icons.png) -48px -108px no-repeat; text-decoration: none; } .breadcrumbs ol li i { margin: 0 0 0 5px; display: block; float: right; width: 17px; height: 32px; background: transparent url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/breadcr-arr.png) center left no-repeat; } #breadcrumbs1 { padding: 5px 0 5px 30px; } #breadcrumbs1-bg { border-top: solid 1px #cccccc; border-bottom: solid 1px #cccccc; background: #f7f7f7; position: relative; } #comments { padding-top: 20px; border-top: solid 1px #dddddd; } #comments-title { color: #999999; margin: 0 0 20px 0; font-size: 28px; } #comments-title span { color: #000000; } .commentlist { background: #ffffff; padding: 0; list-style: none; margin: 20px 0; } .commentlist ul { list-style: none; } .commentlist li { padding: 0px; } .commentlist li > div { border: solid 1px #dddddd; background: #fcfcfc; padding: 20px 20px 3px 20px; position: relative; margin-bottom: 20px; margin-left: 85px; border-radius: 5px; } .commentlist .pingback { margin-bottom: 20px; } .commentlist li > div:hover { background: #ffffff; } .commentlist li > div:before { content: url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/commentarrow.png); left: -17px; top: 25px; position: absolute; z-index: 1000000; } .commentlist li > div:hover:before { content: url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/commentarrow-white.png); } .commentlist .avatar { position: absolute; top: 3px; left: -80px; border-radius: 50%; box-shadow: 0 0 0 3px #cccccc; } .commentlist li li .avatar { left: -70px; } .comment-reply-link { position: absolute; top: 60px; left: -80px; font-size: 13px; width: 50px; text-align: center; color: #cccccc; } li li .comment-reply-link { top: 45px; left: -70px; } .commentlist li > div:hover > .comment-reply-link { color: #0090d3; } .comment-author { font-weight: bold; font-size: 16px; } .comment-date-link { position: absolute; top: 5px; right: 10px; font-size: 11px; line-height: 13px; text-align: right; } .comment-date-link a { color: #aaaaaa; } .commentlist li > div:hover .comment-date-link a { color: #0090d3; } .comment-edit-link { } .comment-delete-link { } .comment-spam-link { } .comment-text { } .comment-pagination { padding-left: 20px; margin-top: 10px; } .comment-pagination a, .comment-pagination .current { border: solid 1px #dddddd; padding: 3px 12px; display: inline-block; text-decoration: none; } .comment-pagination a { background: #fcfcfc; } .comment-pagination a:hover { background: #0090d3; border: solid 1px #0090d3; color: #ffffff; } #comment-pagination-1 { border-bottom: solid 1px #dddddd; } #comment-pagination-1 a, #comment-pagination-1 .current { border-top-right-radius: 5px; border-top-left-radius: 5px; margin-bottom: -1px; } #comment-pagination-1 .current { border-bottom: solid 1px #ffffff; } #comment-pagination-2 { border-top: solid 1px #dddddd; } #comment-pagination-2 a, #comment-pagination-2 .current { border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; margin-top: -1px; } #comment-pagination-2 .current { border-top: solid 1px #ffffff; } #respond { margin: 30px 0 20px 0; padding-bottom: 40px; border-bottom: solid 1px #eee; } #reply-title { margin: 0 0 10px 0; } #commentform { } .quicktags-toolbar { margin-bottom: 10px; } .ed_button { color: #333333; background: #eeeeee; border: solid 1px #dddddd; margin-right: 5px; padding: 3px 8px; border-radius: 3px; } .ed_button:hover { color: #ffffff; background: #0090d3; border: solid 1px #0090d3; cursor: pointer; } #comment-form { width: 100%; } #comment-author { } #comment-url { } #comment-email { } .logged-in-as { } #comment { } .form-submit { } #submit { display: inline-block; outline: none; cursor: pointer; text-align: center; text-decoration: none; font-size: 14px; padding: 5px 10px; border-radius: 5px; color: #333333; border: solid 1px #dddddd; background: #eeeeee; } #submit:hover { color: #ffffff; border: solid 1px #0090d3; background: #0090d3; } .button:hover { text-decoration: none; } .button:active { position: relative; top: 1px; } #sitetitle { font-family: 'Yanone Kaffeesatz', sans-serif; font-size: 70px; font-weight: normal; margin: 25px auto 10px auto; line-height: 55px; } @media only screen and (max-width: 959px) { #sitetitle { display: table; } } #sitetitle a .firstpart { color: #000000; } #sitetitle a:hover { text-decoration: none; } #tagline { font-family: 'Yanone Kaffeesatz', sans-serif; font-weight: 200; font-size: 26px; letter-spacing: 0px; color: #4f4f4f; margin: 0 auto 20px auto; } @media only screen and (max-width: 959px) { #tagline { display: table; } } a.rsslink { position: absolute; top: 60px; right: 30px; width: 24px; height: 24px; display: block; background-image: url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/icons.png); background-position: -120px -48px; } #banner:hover a.rsslink { background-position: -96px -48px; } a.rsscommentslink { float: right; margin-top: 5px; margin-right: 8px; } .searchform .field { padding: 5px; width: 200px; border: solid 1px #dddddd; } .searchform .submit { width: 28px; height: 28px; background: url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/searchicon.png) 0 -5px no-repeat; overflow: hidden; border: none; margin-left: 3px; } #post-0 .searchform { position: relative; margin: 30px 0; width: 90%; } #post-0 .searchform .field { width: 95%; max-width: 100%; } .widget .searchform { position: relative; top: 0; left: 0; } .widget .submit { display: none; } .widget .searchform .field { width: 100%; max-width: 300px; background: url(http://blog.raffaeu.com/wp-content/themes/montezuma/images/searchicon.png) right center no-repeat; } .page-title { color: #999999; font-size: 24px; margin: 10px 0; } .page-title span { color: #000000; } .credit-link { font-size: 13px; color: #aaaaaa; margin-top: 30px; margin-bottom: 0; } .credit-link a { color: #aaaaaa; font-weight: bold; text-decoration: none; } .sub-menu:before, .sub-menu:after, .cf:before, .cf:after, .row:before, .row:after, .row20:before, .row20:after, .row:before, .row:after, .row:before, .row:after, .row:before, .row:after, .lw:before, .lw:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .sub-menu:after, .cf:after, .row:after, .row20:after, .lw:after { clear: both; } .sub-menu, .cf, .row, .row20, .lw { min-width: 0; display: inline-block; display: block; } * html .sub-menu, * html .cf, * html .row, * html .row20, * html .lw { height: 1%; }
0.116525
0.281424
.important{ body background-color: inherit; background: light red; color: black; } .body-right { float: right; } /* Style the header with a grey background and some padding */ .header { overflow: hidden; background-color: #C3070F; padding: 20px 10px; font-family: sans-serif; } /* Style the header links following the box model and float */ .header a { float: left; color: #CAFAFE; text-align: center; padding: 9px; text-decoration: none; font-size: 18px; line-height: 25px; border-radius: 4px; } /* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */ .header a.logo { font-size: 23px; font-weight: bold; } /* Change the background color on mouse-over */ .header a:hover { background-color: #ddd; color: black; } /* Float the link section to the right */ .header-right { float: right; } /* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */ @media screen and (max-width: 500px) { .header a { float: none; display: block; text-align: left; } .header-right { float: none; } } /* Style the font-face and colors */ p { color: #CAFAFE; font-family: 'Raleway', sans-serif; } h1, h2, h3 { color: #CAFAFE; font-family: 'Raleway', sans-serif; } ul, ol, li { color: #CAFAFE; font-family: 'Raleway', sans-serif; } em { color: #CAFAFE; } /* Style the font-face */ font-family: 'Raleway', sans-serif; /* Style the image border */ img { padding: 10px; width: 150px; } .image1 { width:200px; height:200px; border-radius: 50%; } .image2 { width: 300px; height: 180px; padding: 0px 0px 10px 0px; } .image3 { float: right; margin-right: inherit; padding: 0px; clear: right; } /* Style the text container */ p.ex1 { border: 5px; padding: 0px 0px 0px 0px; } h1.ex1 { border: 1px; padding: 35px 70px 50px 90px; } h2.ex1 { border: 1px; padding: 35px 0px 5px 50px; } h3.ex1 { border: 1px; padding: 35px 0px 0px 50px; } div.ex1 { float: right; border: 3px; padding: 0px 250px 0px 0px; } div.ex2 { border: 1px; padding: 0px 700px 0px 50px; } div.ex3 { border: 1px; padding: 0px 0px 0px 10px; } div.ex4 { border: 1px; padding: 10px 300px 0px 50px; }
css/styles.css
.important{ body background-color: inherit; background: light red; color: black; } .body-right { float: right; } /* Style the header with a grey background and some padding */ .header { overflow: hidden; background-color: #C3070F; padding: 20px 10px; font-family: sans-serif; } /* Style the header links following the box model and float */ .header a { float: left; color: #CAFAFE; text-align: center; padding: 9px; text-decoration: none; font-size: 18px; line-height: 25px; border-radius: 4px; } /* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */ .header a.logo { font-size: 23px; font-weight: bold; } /* Change the background color on mouse-over */ .header a:hover { background-color: #ddd; color: black; } /* Float the link section to the right */ .header-right { float: right; } /* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */ @media screen and (max-width: 500px) { .header a { float: none; display: block; text-align: left; } .header-right { float: none; } } /* Style the font-face and colors */ p { color: #CAFAFE; font-family: 'Raleway', sans-serif; } h1, h2, h3 { color: #CAFAFE; font-family: 'Raleway', sans-serif; } ul, ol, li { color: #CAFAFE; font-family: 'Raleway', sans-serif; } em { color: #CAFAFE; } /* Style the font-face */ font-family: 'Raleway', sans-serif; /* Style the image border */ img { padding: 10px; width: 150px; } .image1 { width:200px; height:200px; border-radius: 50%; } .image2 { width: 300px; height: 180px; padding: 0px 0px 10px 0px; } .image3 { float: right; margin-right: inherit; padding: 0px; clear: right; } /* Style the text container */ p.ex1 { border: 5px; padding: 0px 0px 0px 0px; } h1.ex1 { border: 1px; padding: 35px 70px 50px 90px; } h2.ex1 { border: 1px; padding: 35px 0px 5px 50px; } h3.ex1 { border: 1px; padding: 35px 0px 0px 50px; } div.ex1 { float: right; border: 3px; padding: 0px 250px 0px 0px; } div.ex2 { border: 1px; padding: 0px 700px 0px 50px; } div.ex3 { border: 1px; padding: 0px 0px 0px 10px; } div.ex4 { border: 1px; padding: 10px 300px 0px 50px; }
0.308503
0.205416
.head-red { margin-top: 70px; background-color: #fff; padding: 14px 0 20px; position: relative; } .cls-1 { fill: #fa5a1c; stroke: #fc9c77; stroke-width: 2px; } .cls-1, .cls-2 { fill-rule: evenodd; } .cls-2 { fill: none; stroke: #fd905e; stroke-width: 1px; } .sunset { margin-left: -75px; display: inline-block; vertical-align: middle; } .top-mail { display: inline-block; vertical-align: middle; margin-left: 7px; cursor: default; } .top-mail p { font: 32px 'Releway Medium', sans-serif; color: #fff; } .top-mail span { font-size: 18px; color: #fff; } /* .services-inner { margin-top: 70px; } */ .services-inner h1 { text-align: center; font: lighter 42px 'Montserrat', sans-serif; color: #fff; margin-top: 90px; margin-bottom: 70px; } .services-inner .btn-bar { display: none!important; border: 1px solid #c9c8c3; border-radius: 25px; position: relative; background-color: transparent; max-width: 280px; width: 90%; text-align: left; height: 50px; font: 18px/50px 'Montserrat', sans-serif; color: #fff; padding: 0 20px; margin: 10px auto; } .services-inner .btn-bar:after { content: ''; background-image: url('/images/arrow/arrows-up-down.png'); width: 12px; height: 20px; position: absolute; right: 20px; top: 50%; margin-top: -10px; } .mobile-bar { /* height: 0vh; overflow: hidden; */ display: none; /* transition: height .5s; */ } .content { width: calc(100% - 280px); margin-right: 50px; float: left; margin-bottom: 50px; } .panel-default>.panel-heading { border: medium none; border-radius: 0; padding: 0 15px; background-color: transparent; } .panel-group { width: 230px; float: left; margin-top: 25px; margin-bottom: 60px; min-height: 50vh; } .panel-group .panel-heading+.panel-collapse>.panel-body { border-top: medium none; padding: 0 15px; } .panel-group .panel { border-right: medium none; border-left: medium none; border-top: medium none; border-bottom: 1px solid #e6e6e3; position: relative; background: #151515; } .panel-group .panel:first-of-type { border-top: 1px solid #e6e6e3; } .panel-body .group-item { padding: 0; } .panel-body .col-item { list-style: none; } .panel .panel-title span { height: 52px; position: relative; display: block; } .panel .panel-title a { font-size: 16px; line-height: 52px; position: absolute; top: 0; left: 15px; transition: all .3s ease-in-out; font-family: 'Montserrat', sans-serif; color: #fff; text-transform: capitalize; width: 300px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; } .panel .panel-title span[aria-expanded="true"]+a, .panel .panel-title:hover a { color: #fff; width: 300px; } .panel .panel-title a:hover { text-decoration: underline !important; } .panel .panel-title span:before { content: ''; position: absolute; background-image: url(../images/services/arrRightRed.png); height: 10px; width: 6px; top: 50%; left: -20px; transform: translateY(-50%); -ms-filter: grayscale(100%); -moz-filter: grayscale(100%); -webkit-filter: grayscale(100%); filter: grayscale(100%); transition: all .3s; } .panel .panel-title span[aria-expanded="true"]:before, .panel .panel-title span:hover:before { -ms-filter: grayscale(0); -moz-filter: grayscale(0); -webkit-filter: grayscale(0); filter: grayscale(0); } .panel-body .col-item a { line-height: 20px; position: relative; line-height: 34px; font-size: 16px; color: #fff; letter-spacing: -.03px; text-transform: capitalize; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; } .panel-body .col-item.active a { border-bottom: 1px solid #fff; padding-bottom: 3px; } .panel-body .col-item a:before { content: ''; position: absolute; height: 2px; width: 5px; background: #d3d3ce; top: 9px; left: -20px; } .panel .panel-title .absol { position: absolute; } .content p { font: 18px/36px "Montserrat", sans-serif; color: #fff; } .content strong { font-family: "Raleway Bold", sans-serif; } .content h2 { color: #fff; font: bolder 24px/30px "Montserrat", sans-serif; margin: 30px 0 10px; text-transform: capitalize; } .content ol, .content ul { padding-left: 25px; } .content ul li, .content ol li { font: 18px/28px "Montserrat", sans-serif; color: #fff; padding-left: 0; position: relative; } .content ul li { list-style: none; } .content ul li:before { content: ''; background: #fff; width: 8px; height: 2px; position: absolute; top: 14px; left: -18px; } .content img { display: none; } @media (max-width: 991px) { .services-inner .btn-bar { display: block; } .top-mail { display: none; } .sunset { margin-left: 0; max-width: 720px; position: absolute; left: 50%; transform: translateX(-50%); } .head-red { height: 260px; overflow: hidden; } .content { width: 100%; margin: 0; padding: 0 15px; } .mobile-bar { position: fixed; top: 0; left: 0; right: 0; height: 100vh; background-color: #fff; z-index: 1000; } .close_menu { background-image: url(../images/services/close_menu.png); height: 26px; width: 26px; position: absolute; top: 20px; left: 20px; border: medium none; background-color: transparent; } .mobile-bar .firs { margin: 150px auto } .mobile-bar .firs, .mobile-bar .firs .sec { padding: 0; list-style: none; min-width: 210px; max-width: 500px; } .mobile-bar .firs .title { position: relative; height: 60px; line-height: 60px; border-bottom: 1px solid #e6e6e3; } .mobile-bar .firs .title i { content: ''; position: absolute; background-image: url(../images/services/arrRightRed.png); height: 10px; width: 6px; top: 50%; left: -20px; transform: translateY(-50%); -ms-filter: grayscale(100%); -moz-filter: grayscale(100%); -webkit-filter: grayscale(100%); filter: grayscale(100%); transition: all .3s; cursor: pointer; } .mobile-bar .firs .title:hover i { -ms-filter: grayscale(0); -moz-filter: grayscale(0); -webkit-filter: grayscale(0); filter: grayscale(0); } .mobile-bar .firs .title p { font-size: 16px; font-family: 'Montserrat', sans-serif; color: #fff; cursor: pointer; text-transform: capitalize; transition: color .4s; } .mobile-bar .firs .title p:hover { color: #fff; } .mobile-bar .sec { display: none; } .mobile-bar .sec .back { cursor: pointer; font: 22px/34px 'Releway Medium', sans-serif; color: #bbb; border-bottom: 1px solid #e6e6e3; padding: 20px 0; } .mobile-bar .sec .back .arr-back { background: url(../images/services/back.svg) no-repeat; width: 30px; height: 26px; margin-right: 20px; display: inline-block; vertical-align: middle; } .mobile-bar .sec .title-link a { color: #fff; font: 18px/34px 'Releway Medium', sans-serif; padding: 8px 20px; display: block; border-bottom: 1px solid #e6e6e3; transition: color .4s; } .inner-service { padding: 0; list-style: none; } .inner-service li a { color: #fff; font: 18px/40px 'Releway Medium', sans-serif; border-bottom: 1px solid #e6e6e3; display: block; padding: 6px 20px; } .inner-service li a:hover { color: #fff; } .firs.selected>.title { display: none; } .firs.selected .sec.select { display: block; } } @media only screen and (max-width: 767px) { .mobile-bar .firs { padding: 0 40px; } .mobile-bar .firs .sec { margin: 0 -10px; } }
frontend/web/styles/services-inner.css
.head-red { margin-top: 70px; background-color: #fff; padding: 14px 0 20px; position: relative; } .cls-1 { fill: #fa5a1c; stroke: #fc9c77; stroke-width: 2px; } .cls-1, .cls-2 { fill-rule: evenodd; } .cls-2 { fill: none; stroke: #fd905e; stroke-width: 1px; } .sunset { margin-left: -75px; display: inline-block; vertical-align: middle; } .top-mail { display: inline-block; vertical-align: middle; margin-left: 7px; cursor: default; } .top-mail p { font: 32px 'Releway Medium', sans-serif; color: #fff; } .top-mail span { font-size: 18px; color: #fff; } /* .services-inner { margin-top: 70px; } */ .services-inner h1 { text-align: center; font: lighter 42px 'Montserrat', sans-serif; color: #fff; margin-top: 90px; margin-bottom: 70px; } .services-inner .btn-bar { display: none!important; border: 1px solid #c9c8c3; border-radius: 25px; position: relative; background-color: transparent; max-width: 280px; width: 90%; text-align: left; height: 50px; font: 18px/50px 'Montserrat', sans-serif; color: #fff; padding: 0 20px; margin: 10px auto; } .services-inner .btn-bar:after { content: ''; background-image: url('/images/arrow/arrows-up-down.png'); width: 12px; height: 20px; position: absolute; right: 20px; top: 50%; margin-top: -10px; } .mobile-bar { /* height: 0vh; overflow: hidden; */ display: none; /* transition: height .5s; */ } .content { width: calc(100% - 280px); margin-right: 50px; float: left; margin-bottom: 50px; } .panel-default>.panel-heading { border: medium none; border-radius: 0; padding: 0 15px; background-color: transparent; } .panel-group { width: 230px; float: left; margin-top: 25px; margin-bottom: 60px; min-height: 50vh; } .panel-group .panel-heading+.panel-collapse>.panel-body { border-top: medium none; padding: 0 15px; } .panel-group .panel { border-right: medium none; border-left: medium none; border-top: medium none; border-bottom: 1px solid #e6e6e3; position: relative; background: #151515; } .panel-group .panel:first-of-type { border-top: 1px solid #e6e6e3; } .panel-body .group-item { padding: 0; } .panel-body .col-item { list-style: none; } .panel .panel-title span { height: 52px; position: relative; display: block; } .panel .panel-title a { font-size: 16px; line-height: 52px; position: absolute; top: 0; left: 15px; transition: all .3s ease-in-out; font-family: 'Montserrat', sans-serif; color: #fff; text-transform: capitalize; width: 300px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; } .panel .panel-title span[aria-expanded="true"]+a, .panel .panel-title:hover a { color: #fff; width: 300px; } .panel .panel-title a:hover { text-decoration: underline !important; } .panel .panel-title span:before { content: ''; position: absolute; background-image: url(../images/services/arrRightRed.png); height: 10px; width: 6px; top: 50%; left: -20px; transform: translateY(-50%); -ms-filter: grayscale(100%); -moz-filter: grayscale(100%); -webkit-filter: grayscale(100%); filter: grayscale(100%); transition: all .3s; } .panel .panel-title span[aria-expanded="true"]:before, .panel .panel-title span:hover:before { -ms-filter: grayscale(0); -moz-filter: grayscale(0); -webkit-filter: grayscale(0); filter: grayscale(0); } .panel-body .col-item a { line-height: 20px; position: relative; line-height: 34px; font-size: 16px; color: #fff; letter-spacing: -.03px; text-transform: capitalize; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; } .panel-body .col-item.active a { border-bottom: 1px solid #fff; padding-bottom: 3px; } .panel-body .col-item a:before { content: ''; position: absolute; height: 2px; width: 5px; background: #d3d3ce; top: 9px; left: -20px; } .panel .panel-title .absol { position: absolute; } .content p { font: 18px/36px "Montserrat", sans-serif; color: #fff; } .content strong { font-family: "Raleway Bold", sans-serif; } .content h2 { color: #fff; font: bolder 24px/30px "Montserrat", sans-serif; margin: 30px 0 10px; text-transform: capitalize; } .content ol, .content ul { padding-left: 25px; } .content ul li, .content ol li { font: 18px/28px "Montserrat", sans-serif; color: #fff; padding-left: 0; position: relative; } .content ul li { list-style: none; } .content ul li:before { content: ''; background: #fff; width: 8px; height: 2px; position: absolute; top: 14px; left: -18px; } .content img { display: none; } @media (max-width: 991px) { .services-inner .btn-bar { display: block; } .top-mail { display: none; } .sunset { margin-left: 0; max-width: 720px; position: absolute; left: 50%; transform: translateX(-50%); } .head-red { height: 260px; overflow: hidden; } .content { width: 100%; margin: 0; padding: 0 15px; } .mobile-bar { position: fixed; top: 0; left: 0; right: 0; height: 100vh; background-color: #fff; z-index: 1000; } .close_menu { background-image: url(../images/services/close_menu.png); height: 26px; width: 26px; position: absolute; top: 20px; left: 20px; border: medium none; background-color: transparent; } .mobile-bar .firs { margin: 150px auto } .mobile-bar .firs, .mobile-bar .firs .sec { padding: 0; list-style: none; min-width: 210px; max-width: 500px; } .mobile-bar .firs .title { position: relative; height: 60px; line-height: 60px; border-bottom: 1px solid #e6e6e3; } .mobile-bar .firs .title i { content: ''; position: absolute; background-image: url(../images/services/arrRightRed.png); height: 10px; width: 6px; top: 50%; left: -20px; transform: translateY(-50%); -ms-filter: grayscale(100%); -moz-filter: grayscale(100%); -webkit-filter: grayscale(100%); filter: grayscale(100%); transition: all .3s; cursor: pointer; } .mobile-bar .firs .title:hover i { -ms-filter: grayscale(0); -moz-filter: grayscale(0); -webkit-filter: grayscale(0); filter: grayscale(0); } .mobile-bar .firs .title p { font-size: 16px; font-family: 'Montserrat', sans-serif; color: #fff; cursor: pointer; text-transform: capitalize; transition: color .4s; } .mobile-bar .firs .title p:hover { color: #fff; } .mobile-bar .sec { display: none; } .mobile-bar .sec .back { cursor: pointer; font: 22px/34px 'Releway Medium', sans-serif; color: #bbb; border-bottom: 1px solid #e6e6e3; padding: 20px 0; } .mobile-bar .sec .back .arr-back { background: url(../images/services/back.svg) no-repeat; width: 30px; height: 26px; margin-right: 20px; display: inline-block; vertical-align: middle; } .mobile-bar .sec .title-link a { color: #fff; font: 18px/34px 'Releway Medium', sans-serif; padding: 8px 20px; display: block; border-bottom: 1px solid #e6e6e3; transition: color .4s; } .inner-service { padding: 0; list-style: none; } .inner-service li a { color: #fff; font: 18px/40px 'Releway Medium', sans-serif; border-bottom: 1px solid #e6e6e3; display: block; padding: 6px 20px; } .inner-service li a:hover { color: #fff; } .firs.selected>.title { display: none; } .firs.selected .sec.select { display: block; } } @media only screen and (max-width: 767px) { .mobile-bar .firs { padding: 0 40px; } .mobile-bar .firs .sec { margin: 0 -10px; } }
0.519765
0.086323
html, body { height: 100%; font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "WenQuanYi Micro Hei", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif; } ul { padding-left: 20px; } h1 { font-size: 18px; font-weight: bold; } h2 { font-size: 16px; font-weight: bold; } h3 { font-size: 15px; font-weight: bold; } h4 { font-size: 14px; font-weight: bold; } h5 { font-size: 13px; font-weight: bold; } h6 { font-size: 12px; font-weight: bold; } pre { background: #F0F0F0; } p img { max-width: 90%; } .row {margin: 0 -10px;} .row > [class*="col-"] {padding: 0 10px;} .label { font-size: 12px; font-weight: normal; line-height: 1.4em; } .tag { font-size: 12px; color: #999; line-height: 12px; min-width: 40px; text-align: center; padding: 5px 12px; margin: 0px 6px 6px 0px; border-radius: 16px; display: inline-block; border: 1px solid #ddd; } .tag.label { margin: 0; } .tag i { color: #ccc; } .tag:hover {color: #666; border-color: #ccc; text-decoration: none; background: #eee; } .dot { margin: 0 10px; } .emoji { margin-bottom: .25em; } /* ?����?���??��?????��??? */ /* ????��?��?a??�?��? */ .wrap {min-height: 100%;height: auto;padding: 0 0 235px;} .wrap > .container { padding: 70px 10px 0; } .navbar-brand { padding: 0; } .navbar-right > li:first-child > a { position: relative; } .navbar-right > li > a.avatar { padding-top: 8px; padding-bottom: 0; } .navbar-right > li .badge { background: #D8582B; padding: 2px 4px; font-size: 10px; font-weight: normal; position: absolute; top: 10px; left: 25px; } .navbar-right .dropdown-menu .divider { margin: 5px 0; } /* ????��?��?a??��??? */ /* ��?�̨�?��?o?��?��??�?��? */ .footer { padding-bottom: 10px; background: #222; color: #9D9D9D; } .footer li { line-height: 1.8em; } .footer a { color: #999; } .footer a:hover { color: #fff; } .footer hr { border-top: 1px solid #000; border-bottom: 1px solid #333; margin: 10px 0;} .footer dt { font-weight: normal; } .footer dt i { font-size: 2em; vertical-align: -5px; } .footer .clearfix { line-height: 20px; } /* ��?�̨�?��?o?��?��??��??? */ /* ?���?????�?��? */ .panel .media-object, .avatar-list img { width: 38px; height: 38px; padding: 1px; border: #ddd solid 1px; border-radius: 4px; } .media-object, .media-user .media-object { width: 48px; height: 48px; padding: 2px; border: #ddd solid 1px; border-radius: 6px; -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .05); box-shadow: 0px 1px 2px rgba(0, 0, 0, .05); } .avatar img, .online img { border-radius: 4px; border: #fff solid 1px; width: 36px; height: 36px; } .user img.avatar { width: 120px; height: 120px; } .user .follow { margin-right: 20px; } .thumbnail a > img.media-object { max-width: 48px; } .avatar-list { margin: -8px; } .avatar-list li { list-style: none; display: inline-block; padding: 5px; } /* ?���?????��??? */ /* ��?�̨�?��???����???�?��? */ .page-header { margin-top: 0; } .page-header h1 { margin: 4px 8px; display: inline-block; line-height: 20px; } .page-header h1 small { font-size: 14px; } .page-header h2 { font-size: 16px; margin: 1px 4px; display: inline-block; } .page-header h2 em { font-style: normal; color: #D8582B; } .page-header .nav-tabs { border-bottom: #eee solid 1px; float: right; } .page-header .nav-main li a { padding: 0 12px; line-height: 36px; } .page-header .nav-sub li a { font-size: 12px; padding: 0 10px; line-height: 28px; } /* ��?�̨�?��???����???��??? */ /* ??����?����?��??�?��? */ .media-list .media { border-bottom: #eee solid 1px; padding-bottom: 15px; } .media-list .media-body { word-break: break-all; } .media-list .media-body .media-heading { font-size: 12px; color: #999; line-height: 1.5em; } .media-list .media-body h2.media-heading { font-size: 14px; font-weight: normal; } .media-list .media-body h2.media-heading small { margin-left: 10px; font-size: 14px; color: #d9534f; font-weight: 500; } .media-list .media-body h2.media-heading small .fa { color: #f0ad4e; } .media-list .media-body h2.media-heading small a { color: #d9534f; } .media-list .media-body .hint { color: #999; font-size: 12px; } .media-list .media-body .hint em { color: #D8582B; font-style: normal; } .media-list .media-body .media { margin: 5px 0 0; padding: 10px 0 0; border-bottom: none; border-top: #eee solid 1px; } .media-list .media-body .media .media-object { width: 40px; height: 40px; } .media-list .media-action { margin-top: 10px; font-size: 12px; color: #999; } .media-list .media-action a { color: #666; text-decoration: none; } .media-list .media-right .btn-default { width: 45px; height: 48px; padding: 0; line-height: 26px; font-weight: 500; color: #999; display: block; text-align: center; } .media-list .media-right .btn-default h4 { font-weight: normal; margin: 0; line-height: 20px; background: #ddd; } .media-list .media-right .btn-default:hover h4 { background: #ccc; } .col-lg-3 .media-list .media-action { margin-top: 5px; } .col-lg-3 .media-list .media { padding-bottom: 10px; margin-top: 10px; } .col-lg-3 .media-list .media:first-child { margin-top: 0; } /* ??����?����?��??��??? */ /* ��?��?????�?��? */ .panel .panel-heading { padding: 8px 15px; } .panel .panel-heading .panel-title { font-size: 14px; font-weight: normal; display: inline-block; } .panel .panel-heading .pull-right { font-size: 12px; } .panel ul { padding: 0; margin-bottom: 0; } .panel ul li:last-child { border-bottom: none; } .panel ul.post-list li { line-height: 2.4em; color: #ccc; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .panel ul.post-list li i { margin-right: 5px; } .panel ul.post-list li .time { font-size: 12px; color: #999; float: right; } .panel ul.text-list li { list-style: disc inside; line-height: 2em; } .panel .row ul { padding: 0 5px; } .panel .table { margin-bottom: 0; font-size: 12px; table-layout: fixed; margin-bottom: 4px; } .panel .table th { padding: 10px; text-align: center; font-weight: 400; } .panel .table td { color: #999; line-height: 1.6em; text-align: center; vertical-align: baseline; border-color: #eee; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .panel .table td.title { text-align: left; font-size: 14px; } .panel .table td.user { text-align: right; padding-right: 2px; } .panel .table td:not(.title) a { color: #666; } .panel .table td.time { text-align: left; padding-left: 2px; } /* ��?��?????��??? */ /* ????????�?��? */ .case-list { padding: 0; } .case-list .row { padding-bottom: 80px; } .case-list h2 { text-align: center; font-size: 14px; margin: -28px 0 0 0; line-height: 2em; font-weight: normal; background:#333; opacity:0.8; } .case-list h2 a { color: #fff; } .case-list .media { background: #eee; padding: 5px; margin-top: 5px; } .case-list .media h3 { line-height: 1.5em; } .case-list .media p { color: #666; font-size: 12px; } .case-list .ias-spinner,.case-list .ias-noneleft { position: absolute; bottom: 10px; width: 100%; text-align: center; margin-left: -16px; } /* ????????��??? */ /* ?�C�㨦��???����?��??�?��? */ .news-list { padding: 0; } .news-list li { list-style: none; border-bottom: #ccc dashed 1px; padding-bottom: 20px; list-style: none; } .news-list .time { color: #999; } .news-list .content { color: #333; } /* ?�C�㨦��???����?��??��??? */ /* ����?���顮??����?��??�?��? */ .video h3 { margin: 5px; height: 40px; line-height: 20px; } .video .media p { color: #666; } .video .media { margin-bottom: 10px; } .video .thumbnail p { color: #999; line-height: 1.6em; margin: 5px; font-size: 12px; } /* ����?���顮??����?��??��??? */ /* ��|�C��?��??�?��? */ .container .jumbotron { margin-bottom: 20px; padding: 0 20px; border: #ddd solid 1px; background-color: #FCFCFC; border-radius: 4px; -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .05); box-shadow: 0px 1px 2px rgba(0, 0, 0, .05);} .jumbotron h1 { font-size: 18px; } .jumbotron h2 { margin-top: 10px; font-size: 16px; } .jumbotron p { font-size: 14px; line-height: 1.8em; } .jumbotron .row { line-height: 33px; margin-bottom: 20px; } .jumbotron .btn { font-size: 14px; padding: 6px 10px; margin-right: 10px;} .fast { color: #D8582B; } .secure { color: #16A314; } .professional { color: #3B6FBA; } .feature { padding: 0 10px; color: #666; line-height: 1.6em; } .feature h2 { margin-top: 12px; font-size: 18px; } .feature h2 i { font-size: 2.5em; vertical-align: -10px; margin-right: 10px; } ��|�C��?��??��??? */ /* ?��3?o???�?��? */ .member { margin: 0.5em 0px; } .member .name { font-size: 1.1em; font-weight: bold; } .member .since { font-style: italic; } /* ?��3?o???��??? */ /* ???��????�?��? */ .download th { background: #eee; text-align: left; } .download th, .download td { border: 1px #ddd solid; padding: 0.5em; } .download .unstable { color:red; } .download .stable { color:green; } .download .instructions{ background: #eee; font-family: "Courier New",Courier,mono; padding: 0.5em; } /* ???��????��??? */ /* ??��?��???�?��? */ .step { margin:0 0 1em 0; padding:1em 0; } .step img { padding: 5px; border: 1px solid #ccc; } .step img:hover { background-color: #ECF8FF; border-color: #B0E1FF; } .step0,.site-tour .step1,.site-tour .step2b { border-bottom: 1px solid #eee; } .step2a { border-bottom: 1px dashed #eee; } .step .screenshot { float: left; } .step h2 { font-size: 16px; margin: 0 0 .2em 0; } .step .desc { float: left; margin: 0 0 0 15px; width: 420px; } .step .desc del { background: #FFC0CB; } /* ??��?��???��??? */ /* ����|???��?��??�?��? */ .action { border-bottom: #eee solid 1px; padding-bottom: 10px; margin-bottom: 20px; color: #999; } .action a:not(.addition) { color: #999; text-decoration: none; } .action em {font-style: normal;} .action span:not(.pull-right) { margin-right: 15px; } .page-header.bg-success h2 { margin-top: 10px; padding-left: 10px; color: #D8582B; } .page-header.bg-success h2 span { color: #FFA500; } .additional { border-top: #eee solid 1px; } .additional .hint { color: #999; font-weight: 400; margin: 10px 0; font-size: 12px; } /* ����|???��?��??��??? */ /* ??��?o?????��???�?��? */ .online { position: fixed; width: 44px; top: 70px; left: 2px; background: #f5f5f5; border: #ddd solid 1px; } .online .panel-heading, .online .panel-footer { color: #3B6FBA; font-size: 12px; padding: 2px 0; text-align: center; } .online em { color: #f00; font-style: normal; font-weight: bold; } .online .panel-body { padding: 3px; } .online li { margin-bottom: 3px; } .online p { font-size: 10px; color: #16A314; text-align: center; margin: 2px 0 0 0; } .online .nano > .nano-pane { width: 0; } /* ??��?o?????��???��??? */ /* 404��?�̨�?�� */ .site-error { width: 500px; margin: 0 auto; } .site-error h1 { font-size: 60px; font-family: Arial; text-align: center; margin: 100px 0 60px 0; } .error-search { background: url(../images/yii.png) no-repeat; width: 100%; padding: 20px 0 20px 80px; } .site-error p { margin-top: 20px; text-align: center; } /* 404��?�̨�?�� */ /* ?????�㨦??��?��??�?��? */ .back-to-top { position: fixed; bottom: 100px; right: 2px; padding: 3px 8px; font-size: 24px; color: #666; display: none; } /* ?????�㨦??��?��??��??? */ /* ????����?��?����???�?��? */ a.up:hover,a.up.active { color: #5cb85c; } a.down:hover,a.down.active { color: #d9534f; } .action a.up { margin-right: 15px; } .media-action a.up, .media-action a.down { margin-left: 10px;} .action a.favorite:hover,.action a.favorite.active { color: #eea236; } .btn-follow, .btn-favorite { width: 65px; text-align: center; } .media-right a.btn-follow { margin-bottom: 4px; } /* ????����?��?����???��??? */ /* ????o|????o???�?��? */ .bdsharebuttonbox { margin: 10px 0; } /* ????o|????o???��??? */ /* ??�먦��???�?��? */ .btn-block { margin-bottom: 20px; padding: 8px 12px; } /* ??�먦��???��??? */ /* ����???����?��??�?��? */ .ups { font-size: 12px; color: #999; margin: 10px 0; } .ups img { width: 32px; height: 32px; border-radius: 50%; } /* ����???����?��??��??? */ /* ??����???|???�?��? */ .top li p em {color: #999; font-weight: normal; font-style: normal; width: 50px; display: inline-block; font-size: 12px;} .top li p {font-weight: bold; color: #D8582B; font-size: 16px; margin-bottom: 0;} .top li p em i {color: #D8582B; font-size: 14px; font-style: normal; font-weight: bold;} /* ??����???|???��??? */ /* �����䨨����??�?��? */ .form-group.input-group .btn { height: 50px; } .form-group.input-group textarea { height:50px; resize: none; font-size: 12px; } .feed { margin-right: -8px; } .feed .nano { font-size: 12px; line-height: 1.5em; height: 300px; word-break: break-all; } .feed .nano-content { padding-right: 8px; } .feed .nano > .nano-pane { width: 6px; } .feed-list .hint { margin-top: 10px; } .feed-list div.media { font-size: 12px; } /* �����䨨����??��??? */ /* ?����??����?��?????�?��? */ .media-user { border-bottom: #ddd dotted 1px; padding-bottom: 8px; font-size: 12px; } .media-user h2 { font-size: 14px; font-weight: normal; color: #333; } .media-user h2 img { height: 14px; margin-right: 5px; } .media-user h2 small { font-size: 12px;} .media-user h2 a { color: #666; } .media-user .time { line-height: 1.6em; color: #666;} .media-user .label { font-size: 12px; font-weight: normal; margin: 5px 0; width: 53px; line-height: 1.6em; padding: 0; display: block; text-align: center; } .media-footer { margin-top: 5px; } .media-footer .btn { margin-right: 10px;} .media-footer .stat { height: 45px; border-bottom: #eee solid 1px; margin-bottom: 8px; color: #666; padding: 0; text-align: center; } .media-footer .stat li { float: left; width: 25%; font-size: 12px; list-style: none; border-right: #eee solid 1px; } .media-footer .stat li h3 { font-size: 14px; margin: 3px 0; color: #D8582B; } .media-footer .stat li:last-child { border-right: none; } .popover-content { width: 260px; height: 180px; padding: 6px 10px; } .popover-content > i { margin: 40px 0 0 80px; } /* ?����??����?��?????��??? */ /* ??a?oo???��?��??�?��? */ .user { text-align: center; padding: 20px 0 0 0; } .user .button { margin-bottom: 10px; } .user .stat { height: 80px; border-top: #eee solid 1px; padding-top: 20px; } .user .stat li { width: 33.33%; float: left; text-align: center; font-size: 18px; list-style: none; border-right: #eee solid 1px; } .user .stat li h3 { font-size: 18px; margin: 5px 0; color: #D8582B; } .user .stat li:last-child { border-right: none; } .user-info li { list-style: none; line-height: 2em; } .user-info span { color: #666; } /* ??a?oo???��?��??��??? */ /* ??a?oo??-?????�?��? */ .nav-user {margin-bottom: 20px;} .nav-user.nav > li > a { padding: 8px 15px;} /* ??a?oo??-?????��??? */ /* ?-???��??�?��? */ .registration li em {color: #999; font-weight: normal; font-style: normal; width: 50px; display: inline-block;} .registration li i {color: #D8582B; font-style: normal; font-weight: bold;} .col-lg-5 .page-header { margin-bottom: 10px; } .col-lg-5 li { line-height: 2em; } /*.col-lg-5 p { padding: 10px; }*/ .table-registration { text-align: center; } .table-registration td.success { color: red; } .table-registration td.info a { color: orange; width: 100%; height: 100%; display: block; font-weight: bold; } .stat.pull-right { padding-top: 5px; } .stat.pull-right strong { font-weight: bold; color: red; margin-right: 20px; } .stat.pull-right strong:last-child { margin-right: 0; } .btn-group-justified { margin-bottom: 20px; } .btn-group-justified .btn { font-size: 12px; } /* ?-???��??��??? */ /* ?????��?�C1????????�?��? */ .auth-clients { padding: 0; text-align: center; } .auth-clients .auth-client { margin-right: 20px; } .auth-clients .auth-client .auth-link { width: auto; } /*?????��?�C1????????��??? */ /* FontAwesome????????�?��? */ .fa.fa-check-circle { color: #5cb85c; } .fa.fa-question-circle { color: #d9534f; } .fa.fa-times-circle { color: #ccc; } .fa.fa-diamond { color: #f0ad4e; } .action .fa.fa-database, .video .fa.fa-database { color: #eea236; } .fa.fa-calendar-plus-o, .fa.fa-calendar-check-o { float: left; font-size: 32px; } .fa.fa-folder-open { font-size: 14px; color: #f0ad4e; } .fa.fa-heart, .fa.fa-heart-o { color: red; } .fa-mars { font-weight: bold; color: #3B6FBA; } .fa-venus { font-weight: bold; color: #D8582B; } .fa-fire { color: #d9534f; } /* FontAwesome????????��??? */ /* ????-?�����?????��??�?��? */ .bootstrap-tagsinput { width: 100%; } .twitter-typeahead .tt-query,.twitter-typeahead .tt-hint { margin-bottom: 0; } .twitter-typeahead .tt-hint { display: none; } .twitter-typeahead .hint-small { height: 30px; padding: 5px 10px; font-size: 12px; border-radius: 3px; line-height: 1.5; } .twitter-typeahead .hint-large { height: 45px; padding: 10px 16px; font-size: 18px; border-radius: 6px; line-height: 1.33; } .tt-dropdown-menu { min-width: 160px; margin-top: 2px; padding: 5px 0; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0,0,0,.2); *border-right-width: 2px; *border-bottom-width: 2px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2); -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2); box-shadow: 0 5px 10px rgba(0,0,0,.2); -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } .tt-suggestion { display: block; padding: 3px 20px; } .tt-suggestion.tt-is-under-cursor { color: #fff; background-color: #0081c2; background-image: -moz-linear-gradient(top, #0088cc, #0077b3); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3)); background-image: -webkit-linear-gradient(top, #0088cc, #0077b3); background-image: -o-linear-gradient(top, #0088cc, #0077b3); background-image: linear-gradient(to bottom, #0088cc, #0077b3); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0) } .tt-suggestion.tt-is-under-cursor a { color: #fff; } .tt-suggestion p { margin: 0; } /* ????-?�����?????��??��??? */ /* Markdown??�C��?��??��??�?��? */ .md-editor .md-footer { font-size: 12px; color: #999; } .tab-content { margin-top: 10px; } .modal-body .nav > li > a { padding: 8px 10px; font-size: 12px; } .modal-body .preview img { max-width: 80px; max-height: 60px; } .modal-body .files { font-size: 12px; } .modal-body .tab-pane { min-height: 100px; } /* Markdown??�C��?��??��??��??? */ /* ?���?????�C��?��??��??�?��? */ .img-container,.img-preview { background-color: #f7f7f7; width: 100%; text-align: center; } .img-container { min-height: 200px; max-height: 419px; } @media (min-width: 768px) { .img-container { min-height: 419px; } } .img-container > img { max-width: 100%; } .img-preview { float: left; margin-right: 20px; overflow: hidden; border: #ddd solid 1px; padding: 1px; } .img-preview > img { max-width: 100%; } .preview-lg { width: 200px; height: 200px; } .preview-md { width: 120px; height: 120px; } .preview-sm { width: 48px; height: 48px; } /* ?���?????�C��?��??��??��??? */ /* ?????��?a��??��??�?��? */ .qq-group { padding-left: 20px; } .qq-group li { margin: 10px 0; } /* ?????��?a��??��??��??? */ /* blockquote ??�?��? */ blockquote { font-size: 14px; border-left-color: #e5e5e5; background-color: #f0f0f0; } blockquote.warning { background-color: #f2dede; border-color: #ebccd1; color: #a94442; } blockquote.note { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; } blockquote.info { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; } blockquote.tip { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; } /* blockquote ??��??? */ .api-content .page-header { margin-bottom: 10px; } .guide-content h1,.api-content > h1 { margin-bottom: 10px; margin-top: 4px; border-bottom: 1px solid #eee; padding-bottom: 13px; } .api-content #nav { border: none; } .submenu a { background: #f5f5f5; border-radius: 0; } .submenu a:hover, .submenu a:active, .submenu a.active, .submenu a.active:hover, .submenu a.active:active { background: #44b5f6; border-color: #44b5f6; border-radius: 0; color: #fff; } .signature, .table-striped > tbody > tr > td.signature { margin: 10px 0 10px 0; padding: 8px; color: #000000; background: rgba(230, 236, 255, 0.81); border: 1px rgba(191, 207, 255, 0.81) solid; font-family: "courier new", "times new roman", monospace; line-height: 1.3em; white-space: pre-line; word-wrap: break-word; word-break: break-all; } pre { background: #efefef; } pre code.hljs { background: transparent; color: #28353d; } /* adjust comment color of hljs, because comments are important! */ .hljs-comment { color: #ff6900; font-style: normal; } td p { margin: 0; } table.detail-table .param-name-col { width: 15%; min-width: 100px; } table.detail-table .param-type-col { width: 15%; min-width: 150px; } table.detail-table .param-desc-col { width: 70%; } table.summary-table .col-method { width: 20%; } table.summary-table .col-property { width: 20%; } table.summary-table .col-const { width: 20%; } table.summary-table .col-event { width: 20%; } table.summary-table .col-defined { width: 15%; } .detail-header { margin-top: 30px; } .doc-description { border-left: solid 1px #ddd; border-right: solid 1px #ddd; padding: 10px 8px; margin: 0; } .event-doc .doc-description { border-bottom: solid 1px #ddd; } .doc-description p:last-child { margin-bottom: 0; } .signature-defs { color: #936; } .signature-type, .signature-type a { color: #693; } .tool-link { float: right; color: #ddd; margin: 0 8px; } .icon-hash:before { content: '#'; font-size: 32px; font-weight: bold; /*top: -10px;*/ line-height: 0.5; } .tool-link:hover { color: #bbb; text-decoration: none; } .hashlink { display: none; } h1:hover .hashlink, h2:hover .hashlink, h3:hover .hashlink, h4:hover .hashlink, h5:hover .hashlink { display: inline; } .top-nav { margin-bottom: 10px; } .ml-10 { margin-left: 10px; } .ml-20 { margin-left: 20px; } .ml-40 { margin-left: 40px; } .mt-10 { margin-top:10px; } .mt-20 { margin-top:20px; } .mt-40 { margin-top:40px; } .bg { background-color: #fff; }
frontend/web/static/site.css
html, body { height: 100%; font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "WenQuanYi Micro Hei", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif; } ul { padding-left: 20px; } h1 { font-size: 18px; font-weight: bold; } h2 { font-size: 16px; font-weight: bold; } h3 { font-size: 15px; font-weight: bold; } h4 { font-size: 14px; font-weight: bold; } h5 { font-size: 13px; font-weight: bold; } h6 { font-size: 12px; font-weight: bold; } pre { background: #F0F0F0; } p img { max-width: 90%; } .row {margin: 0 -10px;} .row > [class*="col-"] {padding: 0 10px;} .label { font-size: 12px; font-weight: normal; line-height: 1.4em; } .tag { font-size: 12px; color: #999; line-height: 12px; min-width: 40px; text-align: center; padding: 5px 12px; margin: 0px 6px 6px 0px; border-radius: 16px; display: inline-block; border: 1px solid #ddd; } .tag.label { margin: 0; } .tag i { color: #ccc; } .tag:hover {color: #666; border-color: #ccc; text-decoration: none; background: #eee; } .dot { margin: 0 10px; } .emoji { margin-bottom: .25em; } /* ?����?���??��?????��??? */ /* ????��?��?a??�?��? */ .wrap {min-height: 100%;height: auto;padding: 0 0 235px;} .wrap > .container { padding: 70px 10px 0; } .navbar-brand { padding: 0; } .navbar-right > li:first-child > a { position: relative; } .navbar-right > li > a.avatar { padding-top: 8px; padding-bottom: 0; } .navbar-right > li .badge { background: #D8582B; padding: 2px 4px; font-size: 10px; font-weight: normal; position: absolute; top: 10px; left: 25px; } .navbar-right .dropdown-menu .divider { margin: 5px 0; } /* ????��?��?a??��??? */ /* ��?�̨�?��?o?��?��??�?��? */ .footer { padding-bottom: 10px; background: #222; color: #9D9D9D; } .footer li { line-height: 1.8em; } .footer a { color: #999; } .footer a:hover { color: #fff; } .footer hr { border-top: 1px solid #000; border-bottom: 1px solid #333; margin: 10px 0;} .footer dt { font-weight: normal; } .footer dt i { font-size: 2em; vertical-align: -5px; } .footer .clearfix { line-height: 20px; } /* ��?�̨�?��?o?��?��??��??? */ /* ?���?????�?��? */ .panel .media-object, .avatar-list img { width: 38px; height: 38px; padding: 1px; border: #ddd solid 1px; border-radius: 4px; } .media-object, .media-user .media-object { width: 48px; height: 48px; padding: 2px; border: #ddd solid 1px; border-radius: 6px; -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .05); box-shadow: 0px 1px 2px rgba(0, 0, 0, .05); } .avatar img, .online img { border-radius: 4px; border: #fff solid 1px; width: 36px; height: 36px; } .user img.avatar { width: 120px; height: 120px; } .user .follow { margin-right: 20px; } .thumbnail a > img.media-object { max-width: 48px; } .avatar-list { margin: -8px; } .avatar-list li { list-style: none; display: inline-block; padding: 5px; } /* ?���?????��??? */ /* ��?�̨�?��???����???�?��? */ .page-header { margin-top: 0; } .page-header h1 { margin: 4px 8px; display: inline-block; line-height: 20px; } .page-header h1 small { font-size: 14px; } .page-header h2 { font-size: 16px; margin: 1px 4px; display: inline-block; } .page-header h2 em { font-style: normal; color: #D8582B; } .page-header .nav-tabs { border-bottom: #eee solid 1px; float: right; } .page-header .nav-main li a { padding: 0 12px; line-height: 36px; } .page-header .nav-sub li a { font-size: 12px; padding: 0 10px; line-height: 28px; } /* ��?�̨�?��???����???��??? */ /* ??����?����?��??�?��? */ .media-list .media { border-bottom: #eee solid 1px; padding-bottom: 15px; } .media-list .media-body { word-break: break-all; } .media-list .media-body .media-heading { font-size: 12px; color: #999; line-height: 1.5em; } .media-list .media-body h2.media-heading { font-size: 14px; font-weight: normal; } .media-list .media-body h2.media-heading small { margin-left: 10px; font-size: 14px; color: #d9534f; font-weight: 500; } .media-list .media-body h2.media-heading small .fa { color: #f0ad4e; } .media-list .media-body h2.media-heading small a { color: #d9534f; } .media-list .media-body .hint { color: #999; font-size: 12px; } .media-list .media-body .hint em { color: #D8582B; font-style: normal; } .media-list .media-body .media { margin: 5px 0 0; padding: 10px 0 0; border-bottom: none; border-top: #eee solid 1px; } .media-list .media-body .media .media-object { width: 40px; height: 40px; } .media-list .media-action { margin-top: 10px; font-size: 12px; color: #999; } .media-list .media-action a { color: #666; text-decoration: none; } .media-list .media-right .btn-default { width: 45px; height: 48px; padding: 0; line-height: 26px; font-weight: 500; color: #999; display: block; text-align: center; } .media-list .media-right .btn-default h4 { font-weight: normal; margin: 0; line-height: 20px; background: #ddd; } .media-list .media-right .btn-default:hover h4 { background: #ccc; } .col-lg-3 .media-list .media-action { margin-top: 5px; } .col-lg-3 .media-list .media { padding-bottom: 10px; margin-top: 10px; } .col-lg-3 .media-list .media:first-child { margin-top: 0; } /* ??����?����?��??��??? */ /* ��?��?????�?��? */ .panel .panel-heading { padding: 8px 15px; } .panel .panel-heading .panel-title { font-size: 14px; font-weight: normal; display: inline-block; } .panel .panel-heading .pull-right { font-size: 12px; } .panel ul { padding: 0; margin-bottom: 0; } .panel ul li:last-child { border-bottom: none; } .panel ul.post-list li { line-height: 2.4em; color: #ccc; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .panel ul.post-list li i { margin-right: 5px; } .panel ul.post-list li .time { font-size: 12px; color: #999; float: right; } .panel ul.text-list li { list-style: disc inside; line-height: 2em; } .panel .row ul { padding: 0 5px; } .panel .table { margin-bottom: 0; font-size: 12px; table-layout: fixed; margin-bottom: 4px; } .panel .table th { padding: 10px; text-align: center; font-weight: 400; } .panel .table td { color: #999; line-height: 1.6em; text-align: center; vertical-align: baseline; border-color: #eee; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .panel .table td.title { text-align: left; font-size: 14px; } .panel .table td.user { text-align: right; padding-right: 2px; } .panel .table td:not(.title) a { color: #666; } .panel .table td.time { text-align: left; padding-left: 2px; } /* ��?��?????��??? */ /* ????????�?��? */ .case-list { padding: 0; } .case-list .row { padding-bottom: 80px; } .case-list h2 { text-align: center; font-size: 14px; margin: -28px 0 0 0; line-height: 2em; font-weight: normal; background:#333; opacity:0.8; } .case-list h2 a { color: #fff; } .case-list .media { background: #eee; padding: 5px; margin-top: 5px; } .case-list .media h3 { line-height: 1.5em; } .case-list .media p { color: #666; font-size: 12px; } .case-list .ias-spinner,.case-list .ias-noneleft { position: absolute; bottom: 10px; width: 100%; text-align: center; margin-left: -16px; } /* ????????��??? */ /* ?�C�㨦��???����?��??�?��? */ .news-list { padding: 0; } .news-list li { list-style: none; border-bottom: #ccc dashed 1px; padding-bottom: 20px; list-style: none; } .news-list .time { color: #999; } .news-list .content { color: #333; } /* ?�C�㨦��???����?��??��??? */ /* ����?���顮??����?��??�?��? */ .video h3 { margin: 5px; height: 40px; line-height: 20px; } .video .media p { color: #666; } .video .media { margin-bottom: 10px; } .video .thumbnail p { color: #999; line-height: 1.6em; margin: 5px; font-size: 12px; } /* ����?���顮??����?��??��??? */ /* ��|�C��?��??�?��? */ .container .jumbotron { margin-bottom: 20px; padding: 0 20px; border: #ddd solid 1px; background-color: #FCFCFC; border-radius: 4px; -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .05); box-shadow: 0px 1px 2px rgba(0, 0, 0, .05);} .jumbotron h1 { font-size: 18px; } .jumbotron h2 { margin-top: 10px; font-size: 16px; } .jumbotron p { font-size: 14px; line-height: 1.8em; } .jumbotron .row { line-height: 33px; margin-bottom: 20px; } .jumbotron .btn { font-size: 14px; padding: 6px 10px; margin-right: 10px;} .fast { color: #D8582B; } .secure { color: #16A314; } .professional { color: #3B6FBA; } .feature { padding: 0 10px; color: #666; line-height: 1.6em; } .feature h2 { margin-top: 12px; font-size: 18px; } .feature h2 i { font-size: 2.5em; vertical-align: -10px; margin-right: 10px; } ��|�C��?��??��??? */ /* ?��3?o???�?��? */ .member { margin: 0.5em 0px; } .member .name { font-size: 1.1em; font-weight: bold; } .member .since { font-style: italic; } /* ?��3?o???��??? */ /* ???��????�?��? */ .download th { background: #eee; text-align: left; } .download th, .download td { border: 1px #ddd solid; padding: 0.5em; } .download .unstable { color:red; } .download .stable { color:green; } .download .instructions{ background: #eee; font-family: "Courier New",Courier,mono; padding: 0.5em; } /* ???��????��??? */ /* ??��?��???�?��? */ .step { margin:0 0 1em 0; padding:1em 0; } .step img { padding: 5px; border: 1px solid #ccc; } .step img:hover { background-color: #ECF8FF; border-color: #B0E1FF; } .step0,.site-tour .step1,.site-tour .step2b { border-bottom: 1px solid #eee; } .step2a { border-bottom: 1px dashed #eee; } .step .screenshot { float: left; } .step h2 { font-size: 16px; margin: 0 0 .2em 0; } .step .desc { float: left; margin: 0 0 0 15px; width: 420px; } .step .desc del { background: #FFC0CB; } /* ??��?��???��??? */ /* ����|???��?��??�?��? */ .action { border-bottom: #eee solid 1px; padding-bottom: 10px; margin-bottom: 20px; color: #999; } .action a:not(.addition) { color: #999; text-decoration: none; } .action em {font-style: normal;} .action span:not(.pull-right) { margin-right: 15px; } .page-header.bg-success h2 { margin-top: 10px; padding-left: 10px; color: #D8582B; } .page-header.bg-success h2 span { color: #FFA500; } .additional { border-top: #eee solid 1px; } .additional .hint { color: #999; font-weight: 400; margin: 10px 0; font-size: 12px; } /* ����|???��?��??��??? */ /* ??��?o?????��???�?��? */ .online { position: fixed; width: 44px; top: 70px; left: 2px; background: #f5f5f5; border: #ddd solid 1px; } .online .panel-heading, .online .panel-footer { color: #3B6FBA; font-size: 12px; padding: 2px 0; text-align: center; } .online em { color: #f00; font-style: normal; font-weight: bold; } .online .panel-body { padding: 3px; } .online li { margin-bottom: 3px; } .online p { font-size: 10px; color: #16A314; text-align: center; margin: 2px 0 0 0; } .online .nano > .nano-pane { width: 0; } /* ??��?o?????��???��??? */ /* 404��?�̨�?�� */ .site-error { width: 500px; margin: 0 auto; } .site-error h1 { font-size: 60px; font-family: Arial; text-align: center; margin: 100px 0 60px 0; } .error-search { background: url(../images/yii.png) no-repeat; width: 100%; padding: 20px 0 20px 80px; } .site-error p { margin-top: 20px; text-align: center; } /* 404��?�̨�?�� */ /* ?????�㨦??��?��??�?��? */ .back-to-top { position: fixed; bottom: 100px; right: 2px; padding: 3px 8px; font-size: 24px; color: #666; display: none; } /* ?????�㨦??��?��??��??? */ /* ????����?��?����???�?��? */ a.up:hover,a.up.active { color: #5cb85c; } a.down:hover,a.down.active { color: #d9534f; } .action a.up { margin-right: 15px; } .media-action a.up, .media-action a.down { margin-left: 10px;} .action a.favorite:hover,.action a.favorite.active { color: #eea236; } .btn-follow, .btn-favorite { width: 65px; text-align: center; } .media-right a.btn-follow { margin-bottom: 4px; } /* ????����?��?����???��??? */ /* ????o|????o???�?��? */ .bdsharebuttonbox { margin: 10px 0; } /* ????o|????o???��??? */ /* ??�먦��???�?��? */ .btn-block { margin-bottom: 20px; padding: 8px 12px; } /* ??�먦��???��??? */ /* ����???����?��??�?��? */ .ups { font-size: 12px; color: #999; margin: 10px 0; } .ups img { width: 32px; height: 32px; border-radius: 50%; } /* ����???����?��??��??? */ /* ??����???|???�?��? */ .top li p em {color: #999; font-weight: normal; font-style: normal; width: 50px; display: inline-block; font-size: 12px;} .top li p {font-weight: bold; color: #D8582B; font-size: 16px; margin-bottom: 0;} .top li p em i {color: #D8582B; font-size: 14px; font-style: normal; font-weight: bold;} /* ??����???|???��??? */ /* �����䨨����??�?��? */ .form-group.input-group .btn { height: 50px; } .form-group.input-group textarea { height:50px; resize: none; font-size: 12px; } .feed { margin-right: -8px; } .feed .nano { font-size: 12px; line-height: 1.5em; height: 300px; word-break: break-all; } .feed .nano-content { padding-right: 8px; } .feed .nano > .nano-pane { width: 6px; } .feed-list .hint { margin-top: 10px; } .feed-list div.media { font-size: 12px; } /* �����䨨����??��??? */ /* ?����??����?��?????�?��? */ .media-user { border-bottom: #ddd dotted 1px; padding-bottom: 8px; font-size: 12px; } .media-user h2 { font-size: 14px; font-weight: normal; color: #333; } .media-user h2 img { height: 14px; margin-right: 5px; } .media-user h2 small { font-size: 12px;} .media-user h2 a { color: #666; } .media-user .time { line-height: 1.6em; color: #666;} .media-user .label { font-size: 12px; font-weight: normal; margin: 5px 0; width: 53px; line-height: 1.6em; padding: 0; display: block; text-align: center; } .media-footer { margin-top: 5px; } .media-footer .btn { margin-right: 10px;} .media-footer .stat { height: 45px; border-bottom: #eee solid 1px; margin-bottom: 8px; color: #666; padding: 0; text-align: center; } .media-footer .stat li { float: left; width: 25%; font-size: 12px; list-style: none; border-right: #eee solid 1px; } .media-footer .stat li h3 { font-size: 14px; margin: 3px 0; color: #D8582B; } .media-footer .stat li:last-child { border-right: none; } .popover-content { width: 260px; height: 180px; padding: 6px 10px; } .popover-content > i { margin: 40px 0 0 80px; } /* ?����??����?��?????��??? */ /* ??a?oo???��?��??�?��? */ .user { text-align: center; padding: 20px 0 0 0; } .user .button { margin-bottom: 10px; } .user .stat { height: 80px; border-top: #eee solid 1px; padding-top: 20px; } .user .stat li { width: 33.33%; float: left; text-align: center; font-size: 18px; list-style: none; border-right: #eee solid 1px; } .user .stat li h3 { font-size: 18px; margin: 5px 0; color: #D8582B; } .user .stat li:last-child { border-right: none; } .user-info li { list-style: none; line-height: 2em; } .user-info span { color: #666; } /* ??a?oo???��?��??��??? */ /* ??a?oo??-?????�?��? */ .nav-user {margin-bottom: 20px;} .nav-user.nav > li > a { padding: 8px 15px;} /* ??a?oo??-?????��??? */ /* ?-???��??�?��? */ .registration li em {color: #999; font-weight: normal; font-style: normal; width: 50px; display: inline-block;} .registration li i {color: #D8582B; font-style: normal; font-weight: bold;} .col-lg-5 .page-header { margin-bottom: 10px; } .col-lg-5 li { line-height: 2em; } /*.col-lg-5 p { padding: 10px; }*/ .table-registration { text-align: center; } .table-registration td.success { color: red; } .table-registration td.info a { color: orange; width: 100%; height: 100%; display: block; font-weight: bold; } .stat.pull-right { padding-top: 5px; } .stat.pull-right strong { font-weight: bold; color: red; margin-right: 20px; } .stat.pull-right strong:last-child { margin-right: 0; } .btn-group-justified { margin-bottom: 20px; } .btn-group-justified .btn { font-size: 12px; } /* ?-???��??��??? */ /* ?????��?�C1????????�?��? */ .auth-clients { padding: 0; text-align: center; } .auth-clients .auth-client { margin-right: 20px; } .auth-clients .auth-client .auth-link { width: auto; } /*?????��?�C1????????��??? */ /* FontAwesome????????�?��? */ .fa.fa-check-circle { color: #5cb85c; } .fa.fa-question-circle { color: #d9534f; } .fa.fa-times-circle { color: #ccc; } .fa.fa-diamond { color: #f0ad4e; } .action .fa.fa-database, .video .fa.fa-database { color: #eea236; } .fa.fa-calendar-plus-o, .fa.fa-calendar-check-o { float: left; font-size: 32px; } .fa.fa-folder-open { font-size: 14px; color: #f0ad4e; } .fa.fa-heart, .fa.fa-heart-o { color: red; } .fa-mars { font-weight: bold; color: #3B6FBA; } .fa-venus { font-weight: bold; color: #D8582B; } .fa-fire { color: #d9534f; } /* FontAwesome????????��??? */ /* ????-?�����?????��??�?��? */ .bootstrap-tagsinput { width: 100%; } .twitter-typeahead .tt-query,.twitter-typeahead .tt-hint { margin-bottom: 0; } .twitter-typeahead .tt-hint { display: none; } .twitter-typeahead .hint-small { height: 30px; padding: 5px 10px; font-size: 12px; border-radius: 3px; line-height: 1.5; } .twitter-typeahead .hint-large { height: 45px; padding: 10px 16px; font-size: 18px; border-radius: 6px; line-height: 1.33; } .tt-dropdown-menu { min-width: 160px; margin-top: 2px; padding: 5px 0; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0,0,0,.2); *border-right-width: 2px; *border-bottom-width: 2px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2); -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2); box-shadow: 0 5px 10px rgba(0,0,0,.2); -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } .tt-suggestion { display: block; padding: 3px 20px; } .tt-suggestion.tt-is-under-cursor { color: #fff; background-color: #0081c2; background-image: -moz-linear-gradient(top, #0088cc, #0077b3); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3)); background-image: -webkit-linear-gradient(top, #0088cc, #0077b3); background-image: -o-linear-gradient(top, #0088cc, #0077b3); background-image: linear-gradient(to bottom, #0088cc, #0077b3); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0) } .tt-suggestion.tt-is-under-cursor a { color: #fff; } .tt-suggestion p { margin: 0; } /* ????-?�����?????��??��??? */ /* Markdown??�C��?��??��??�?��? */ .md-editor .md-footer { font-size: 12px; color: #999; } .tab-content { margin-top: 10px; } .modal-body .nav > li > a { padding: 8px 10px; font-size: 12px; } .modal-body .preview img { max-width: 80px; max-height: 60px; } .modal-body .files { font-size: 12px; } .modal-body .tab-pane { min-height: 100px; } /* Markdown??�C��?��??��??��??? */ /* ?���?????�C��?��??��??�?��? */ .img-container,.img-preview { background-color: #f7f7f7; width: 100%; text-align: center; } .img-container { min-height: 200px; max-height: 419px; } @media (min-width: 768px) { .img-container { min-height: 419px; } } .img-container > img { max-width: 100%; } .img-preview { float: left; margin-right: 20px; overflow: hidden; border: #ddd solid 1px; padding: 1px; } .img-preview > img { max-width: 100%; } .preview-lg { width: 200px; height: 200px; } .preview-md { width: 120px; height: 120px; } .preview-sm { width: 48px; height: 48px; } /* ?���?????�C��?��??��??��??? */ /* ?????��?a��??��??�?��? */ .qq-group { padding-left: 20px; } .qq-group li { margin: 10px 0; } /* ?????��?a��??��??��??? */ /* blockquote ??�?��? */ blockquote { font-size: 14px; border-left-color: #e5e5e5; background-color: #f0f0f0; } blockquote.warning { background-color: #f2dede; border-color: #ebccd1; color: #a94442; } blockquote.note { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; } blockquote.info { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; } blockquote.tip { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; } /* blockquote ??��??? */ .api-content .page-header { margin-bottom: 10px; } .guide-content h1,.api-content > h1 { margin-bottom: 10px; margin-top: 4px; border-bottom: 1px solid #eee; padding-bottom: 13px; } .api-content #nav { border: none; } .submenu a { background: #f5f5f5; border-radius: 0; } .submenu a:hover, .submenu a:active, .submenu a.active, .submenu a.active:hover, .submenu a.active:active { background: #44b5f6; border-color: #44b5f6; border-radius: 0; color: #fff; } .signature, .table-striped > tbody > tr > td.signature { margin: 10px 0 10px 0; padding: 8px; color: #000000; background: rgba(230, 236, 255, 0.81); border: 1px rgba(191, 207, 255, 0.81) solid; font-family: "courier new", "times new roman", monospace; line-height: 1.3em; white-space: pre-line; word-wrap: break-word; word-break: break-all; } pre { background: #efefef; } pre code.hljs { background: transparent; color: #28353d; } /* adjust comment color of hljs, because comments are important! */ .hljs-comment { color: #ff6900; font-style: normal; } td p { margin: 0; } table.detail-table .param-name-col { width: 15%; min-width: 100px; } table.detail-table .param-type-col { width: 15%; min-width: 150px; } table.detail-table .param-desc-col { width: 70%; } table.summary-table .col-method { width: 20%; } table.summary-table .col-property { width: 20%; } table.summary-table .col-const { width: 20%; } table.summary-table .col-event { width: 20%; } table.summary-table .col-defined { width: 15%; } .detail-header { margin-top: 30px; } .doc-description { border-left: solid 1px #ddd; border-right: solid 1px #ddd; padding: 10px 8px; margin: 0; } .event-doc .doc-description { border-bottom: solid 1px #ddd; } .doc-description p:last-child { margin-bottom: 0; } .signature-defs { color: #936; } .signature-type, .signature-type a { color: #693; } .tool-link { float: right; color: #ddd; margin: 0 8px; } .icon-hash:before { content: '#'; font-size: 32px; font-weight: bold; /*top: -10px;*/ line-height: 0.5; } .tool-link:hover { color: #bbb; text-decoration: none; } .hashlink { display: none; } h1:hover .hashlink, h2:hover .hashlink, h3:hover .hashlink, h4:hover .hashlink, h5:hover .hashlink { display: inline; } .top-nav { margin-bottom: 10px; } .ml-10 { margin-left: 10px; } .ml-20 { margin-left: 20px; } .ml-40 { margin-left: 40px; } .mt-10 { margin-top:10px; } .mt-20 { margin-top:20px; } .mt-40 { margin-top:40px; } .bg { background-color: #fff; }
0.213172
0.152916
.dropdown-calendar.opened-calendar { background: #FFFFFF; border-top: 0.5px solid #CCCCCC; border-left: 0.5px solid #CCCCCC; border-right: 0.5px solid #CCCCCC; border-top-left-radius: 16px; border-top-right-radius: 16px; display: table; position: relative; } .dropdown-calendar { box-sizing: border-box; box-shadow: -1px 43px 54px -26px rgba(35, 35, 35, 0.25); padding-left: 20px; padding-top: 12px; display: table; position: relative; } .dropdown-calendar, .dropdown-calendar .dropdown-part { width: 350px; height: auto; box-sizing: border-box; box-shadow: -1px 43px 54px -26px rgba(35, 35, 35, 0.25); padding: 12px 20px 0; } .dropdown-calendar .dropdown-part { background: #FFFFFF; border-bottom: 0.5px solid #CCCCCC; border-left: 0.5px solid #CCCCCC; border-right: 0.5px solid #CCCCCC; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; padding-top: 0; padding-bottom: 20px; position: absolute; top: 100%; left: 0; z-index: 1; visibility: hidden; } .dropdown-calendar.opened-calendar .dropdown-part { visibility: visible; } .dropdown-calendar ul { padding-inline-start: 0px; } .dropdown-calendar li { /*display: table;*/ cursor: pointer; list-style-type: none; padding-top: 10px; padding-bottom: 5px; } .dropdown-calendar div { width: 25px; height: 25px; font-style: normal; font-weight: 500; font-size: 14px; line-height: 16px; vertical-align: middle; text-align: center; display: table-cell; } .dropdownn-calendar-today { background-color: #319BF7; color: white; border-radius: 50%; display: inline-block; } .dropdown-calendar span { width: 12px; height: 12px; background-color: #319BF7; color: white; border-radius: 50%; display: inline-block; font-style: normal; font-weight: normal; font-size: 8px; margin-right: 10px; } .dropdown-calendar .invisible-element { visibility: hidden; } .dropdown-calendar #open-calendar:after { font-family: "Helvetica", serif; content: "\25BC"; margin-left: 5px; } .dropdown-calendar #open-calendar.tapped:after { /*font-family: "Font Awesome 5 Pro", serif;*/ font-family: "Helvetica", serif; content: "\25B2"; margin-left: 5px; } .dropdown-calendar .footer-calendar { display: inline-table; justify-content: space-between; } .dropdown-calendar .footer-calendar > div { padding-left: 20px; padding-right: 20px; } .dropdown-calendar .footer-calendar div { width: auto; height: auto; cursor: pointer; } .dropdown-calendar .footer-calendar div:hover { color: #319BF7; }
css/app.css
.dropdown-calendar.opened-calendar { background: #FFFFFF; border-top: 0.5px solid #CCCCCC; border-left: 0.5px solid #CCCCCC; border-right: 0.5px solid #CCCCCC; border-top-left-radius: 16px; border-top-right-radius: 16px; display: table; position: relative; } .dropdown-calendar { box-sizing: border-box; box-shadow: -1px 43px 54px -26px rgba(35, 35, 35, 0.25); padding-left: 20px; padding-top: 12px; display: table; position: relative; } .dropdown-calendar, .dropdown-calendar .dropdown-part { width: 350px; height: auto; box-sizing: border-box; box-shadow: -1px 43px 54px -26px rgba(35, 35, 35, 0.25); padding: 12px 20px 0; } .dropdown-calendar .dropdown-part { background: #FFFFFF; border-bottom: 0.5px solid #CCCCCC; border-left: 0.5px solid #CCCCCC; border-right: 0.5px solid #CCCCCC; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; padding-top: 0; padding-bottom: 20px; position: absolute; top: 100%; left: 0; z-index: 1; visibility: hidden; } .dropdown-calendar.opened-calendar .dropdown-part { visibility: visible; } .dropdown-calendar ul { padding-inline-start: 0px; } .dropdown-calendar li { /*display: table;*/ cursor: pointer; list-style-type: none; padding-top: 10px; padding-bottom: 5px; } .dropdown-calendar div { width: 25px; height: 25px; font-style: normal; font-weight: 500; font-size: 14px; line-height: 16px; vertical-align: middle; text-align: center; display: table-cell; } .dropdownn-calendar-today { background-color: #319BF7; color: white; border-radius: 50%; display: inline-block; } .dropdown-calendar span { width: 12px; height: 12px; background-color: #319BF7; color: white; border-radius: 50%; display: inline-block; font-style: normal; font-weight: normal; font-size: 8px; margin-right: 10px; } .dropdown-calendar .invisible-element { visibility: hidden; } .dropdown-calendar #open-calendar:after { font-family: "Helvetica", serif; content: "\25BC"; margin-left: 5px; } .dropdown-calendar #open-calendar.tapped:after { /*font-family: "Font Awesome 5 Pro", serif;*/ font-family: "Helvetica", serif; content: "\25B2"; margin-left: 5px; } .dropdown-calendar .footer-calendar { display: inline-table; justify-content: space-between; } .dropdown-calendar .footer-calendar > div { padding-left: 20px; padding-right: 20px; } .dropdown-calendar .footer-calendar div { width: auto; height: auto; cursor: pointer; } .dropdown-calendar .footer-calendar div:hover { color: #319BF7; }
0.509032
0.080647
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap'); html, body { background: white; margin: 0; padding: 0; background: whitesmoke; font-family: 'Russo One', Helvetica, sans-serif; } .nav { width: 80%; margin: auto; padding: 10px; background: #1f1f1f; color: #ffd300; text-transform: uppercase; z-index: 1; } .logo { font-family: 'Russo One'; text-align: center; font-size: 2em; } .nav ul { font-family: 'Russo One'; list-style-type: none; margin: 0; padding: 0; width: 100%; } .nav ul::after { content: ""; clear: both; display: block; } .nav ul li { float: left; width: 18%; padding: 1%; text-align: center; } .nav ul li a { display: block; padding: 10px 0px; text-decoration: none; text-transform: uppercase; color: #ffd300; } .nav ul li a:hover { text-decoration: none; text-transform: uppercase; color: #1f1f1f; background: #ffd300; } .active { background: white !important; color: #1f1f1f !important; } .container { position: relative; width: 80%; background: #1f1f1f; color: white; margin: 0px auto; padding: 10px; min-height: 700px; } .container::after { content:""; display: block; clear: both; } form div { width: 80%; margin: auto; color: #ffd300; } form div .label { font-family: 'Russo One', Helvetica, sans-serif; text-align: left; margin: 1em 0px; } form div input { width: 100%; border: none; font-family: 'Russo One', Helvetica, sans-serif; background: #ffd300; font-size: 1.2em; border-bottom: 2px solid #ffd300; height: 30px; margin: 1em 0px; padding: 0; display: block; } form div button { color: #ffd300; font-size: 1.2em; font-family: 'Russo One', Helvetica, sans-serif; display: block; background: none; border: none; width: 100%; padding: .5em 0px; margin: 1em 0px; border: 2px solid #ffd300; text-transform: uppercase; } h2{ text-align: center; margin: 1em; letter-spacing: 2px; text-transform: uppercase; } form div button:hover { background: #ffd300; color: #1f1f1f; cursor: pointer; } table { border-collapse: collapse; font-family: Arial; width: 100%; font-size: large; } td { text-align: left; vertical-align: middle; padding: 15px; } td a { text-decoration: none; color: #ffd300; margin-left: 5px; letter-spacing: 2px; text-transform: uppercase; font-family: 'Russo One'; } td a:hover { color: #1f1f1f; background: #ffd300; } th { font-family: 'Russo One'; color: #ffd300; letter-spacing: 1px; text-align: left; padding: 15px; } .carContainer { margin: 0; padding: 0; } .car { width: 23%; height: 300px; background: white; color: black; position: relative; float: left; margin: .5%; padding: .5%; } .car:hover { background: #3f3f3f; color: #ffd300; } .carName { margin-top: 10px; } .carImage img { width: 100%; height: 220px; } .carImageCover img { width: 100%; } .carPrice { position: absolute; right: 0px; top: -5px; background: #ffd300; color: #1f1f1f; font-size: 1.2em; } .carPrice::after { content: "$ "; } .carContainer::after { content: ""; clear: both; display: block; } .mContainer { margin: 0; padding: 0; } .manufacturer { width: 23%; height: 100px; background: white; color: black; position: relative; float: left; margin: .5%; padding: .5%; } .manufacturer:hover { background: #3f3f3f; color: #ffd300; } .mName { margin-top: 30px; } .carDetailsContainer { width: 80%; margin: 0px auto; text-align: center; font-size: 1.5em; } .specTable { border-collapse: collapse; } .specTable th, .specTable td { border: 2px solid white; } select { width: 80%; margin: 0px 10%; font-size: 1.2em; } .userBtn { display: block; background:#ffd300; color: #1f1f1f; text-decoration: none; margin: 1em 0px; padding: 1em 0px; } .userBtn:hover { background: #1f1f1f; color: #ffd300; border-left: 3px solid #ffd300; } .footer{ width: 80%; margin: 0px auto; background: #1f1f1f; color:#ffd300; margin: 0px auto; padding: 10px; } .footer p{ text-align: center; margin: 0px; }
public/css/style.css
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap'); html, body { background: white; margin: 0; padding: 0; background: whitesmoke; font-family: 'Russo One', Helvetica, sans-serif; } .nav { width: 80%; margin: auto; padding: 10px; background: #1f1f1f; color: #ffd300; text-transform: uppercase; z-index: 1; } .logo { font-family: 'Russo One'; text-align: center; font-size: 2em; } .nav ul { font-family: 'Russo One'; list-style-type: none; margin: 0; padding: 0; width: 100%; } .nav ul::after { content: ""; clear: both; display: block; } .nav ul li { float: left; width: 18%; padding: 1%; text-align: center; } .nav ul li a { display: block; padding: 10px 0px; text-decoration: none; text-transform: uppercase; color: #ffd300; } .nav ul li a:hover { text-decoration: none; text-transform: uppercase; color: #1f1f1f; background: #ffd300; } .active { background: white !important; color: #1f1f1f !important; } .container { position: relative; width: 80%; background: #1f1f1f; color: white; margin: 0px auto; padding: 10px; min-height: 700px; } .container::after { content:""; display: block; clear: both; } form div { width: 80%; margin: auto; color: #ffd300; } form div .label { font-family: 'Russo One', Helvetica, sans-serif; text-align: left; margin: 1em 0px; } form div input { width: 100%; border: none; font-family: 'Russo One', Helvetica, sans-serif; background: #ffd300; font-size: 1.2em; border-bottom: 2px solid #ffd300; height: 30px; margin: 1em 0px; padding: 0; display: block; } form div button { color: #ffd300; font-size: 1.2em; font-family: 'Russo One', Helvetica, sans-serif; display: block; background: none; border: none; width: 100%; padding: .5em 0px; margin: 1em 0px; border: 2px solid #ffd300; text-transform: uppercase; } h2{ text-align: center; margin: 1em; letter-spacing: 2px; text-transform: uppercase; } form div button:hover { background: #ffd300; color: #1f1f1f; cursor: pointer; } table { border-collapse: collapse; font-family: Arial; width: 100%; font-size: large; } td { text-align: left; vertical-align: middle; padding: 15px; } td a { text-decoration: none; color: #ffd300; margin-left: 5px; letter-spacing: 2px; text-transform: uppercase; font-family: 'Russo One'; } td a:hover { color: #1f1f1f; background: #ffd300; } th { font-family: 'Russo One'; color: #ffd300; letter-spacing: 1px; text-align: left; padding: 15px; } .carContainer { margin: 0; padding: 0; } .car { width: 23%; height: 300px; background: white; color: black; position: relative; float: left; margin: .5%; padding: .5%; } .car:hover { background: #3f3f3f; color: #ffd300; } .carName { margin-top: 10px; } .carImage img { width: 100%; height: 220px; } .carImageCover img { width: 100%; } .carPrice { position: absolute; right: 0px; top: -5px; background: #ffd300; color: #1f1f1f; font-size: 1.2em; } .carPrice::after { content: "$ "; } .carContainer::after { content: ""; clear: both; display: block; } .mContainer { margin: 0; padding: 0; } .manufacturer { width: 23%; height: 100px; background: white; color: black; position: relative; float: left; margin: .5%; padding: .5%; } .manufacturer:hover { background: #3f3f3f; color: #ffd300; } .mName { margin-top: 30px; } .carDetailsContainer { width: 80%; margin: 0px auto; text-align: center; font-size: 1.5em; } .specTable { border-collapse: collapse; } .specTable th, .specTable td { border: 2px solid white; } select { width: 80%; margin: 0px 10%; font-size: 1.2em; } .userBtn { display: block; background:#ffd300; color: #1f1f1f; text-decoration: none; margin: 1em 0px; padding: 1em 0px; } .userBtn:hover { background: #1f1f1f; color: #ffd300; border-left: 3px solid #ffd300; } .footer{ width: 80%; margin: 0px auto; background: #1f1f1f; color:#ffd300; margin: 0px auto; padding: 10px; } .footer p{ text-align: center; margin: 0px; }
0.438785
0.104477
html,body,div,dl,dt,dd,ul,p,th,td,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend{ margin: 0; padding: 0; } cite,em,strong,th{font-style:normal;} td,th,div{word-break:break-all;word-wrap:break-word;} /* 允许长单词换行到下一行*/ form{display: inline;}/*此元素会被显示为内联元素,元素前后没有换行符 */ table{border-collapse: collapse;border-spacing: 0} /* border-spacing 属性设置相邻单元格的边框间的距离(仅用于“边框分离”模式)。 */ th{text-align:left;font-weight:100;} ol li{list-style:decimal outside;}/* 声明列表标志相对于列表项内容的类型,位置 */ ol{padding:0 0 0 18px;} li{list-style: none;} img{border: 0;} html{-webkit-text-size-adjust:none;overflow:scroll;} /* =================== html5标签 =================== */ article,aside,details,figure,footer,header,hgroup,nav,section{display:block;} /* =================== 清除浮动【请勿修改】 >> cc 作用于父模型 >> c 作用于浮动模型后,父模型区域里 =================== */ .cc{zoom:1;} .cc:after{ content:'\20'; display: block; height: 0; clear: both; visibility: hidden; background-color: red; } .c{ clear:both; height: 0; font:0/0 Arial; overflow: hidden; width: 0; } /* =================== 基础样式 >> b 加粗 >> u 下划线 >> i 斜体 >> w 文本不换行 >> tal 文本靠左显示 >> tac 文本居中显示 >> tar 文本靠右显示 >> fl 左浮动 >> fr 右浮动 >> pr 相对定位 >> cp 鼠标点击手势 >> vt 表格内容靠上显示 =================== */ .b{font-weight:700 !important;}\ .u{text-decoration:underline !important;} .i{font-style: italic !important;} .w{white-space: nowrap!important;} .tal{text-align: left !important;} .tar{text-align:right !important;} .tac{text-align:center !important;} .fl{float: left!important;} .fr{float:right!important;} .pr{position:relative;} .cp{cursor:pointer;}/* 鼠标点击变成手势*/ .vt{vertical-align: top;} .dn{display: none;} /* =================== 字体 >> f10 小字体 >> f12 正常字 >> f14 大字 >> f16 更大 >> f24 标题类 >> fn 文本去粗 =================== */ .f10{font-size: 10px;} .f12{font-size: 12px;} .f14{font-size: 14px;} .f16{font-size: 16px;} .f24{font-size: 24px;font-family:Arial,"Microsoft yahei",Simsun;} .fn{font-weight: normal !important;} /* =================== 全局 =================== */ body{font:12px/1.5 Arial,Microsoft,Yahei,Simsun;color:#333;background: url(../images/install/bg.png)} /* =================== 包裹 =================== */ .wrap{width:750px;margin: 50px auto 0;background: #fff;box-shadow:2px 2px 5px 1px rgba(0,0,0,.6) inset;} .header{height:80px;box-shadow: 0 3px 3px #ddd inset;background:#246fa6 url(../images/install/header.png) 0 0 repeat-x;position: relative;} .logo{float: left;width: 230px;height:80px;background: url(../images/install/logo.png) no-repeat center;overflow: hidden;} .icon_install{background: url(../images/install/icon_install.png) no-repeat} .icon_install, .icon_update{float: left;margin-top:35px;height:30px;width:90px;overflow: hidden;text-indent:-200em;} .icon_update{background: url(../images/install/icon_update.png) no-repeat} .select .main{padding-top: 35px;} .select .main .pact{width: 670px;height: 350px;overflow: hidden;overflow-y:scroll;margin:0 auto;font-size:12px;line-height: 1.5;white-space: pre-wrap;display: block;border: 1px solid #bdbcbc;font-size:12px; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; word-break: normal; } .bottom{padding:0 0 25px;} .bottom .btn{display: inline-block;width:100px;height: 30px;font:bold 14px/30px Arial,"Microsoft Yahei",Simsun;background: url(../images/install/btn.png) no-repeat;color: #fff !important;margin:10px 5px;}
Install/css/install.css
html,body,div,dl,dt,dd,ul,p,th,td,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend{ margin: 0; padding: 0; } cite,em,strong,th{font-style:normal;} td,th,div{word-break:break-all;word-wrap:break-word;} /* 允许长单词换行到下一行*/ form{display: inline;}/*此元素会被显示为内联元素,元素前后没有换行符 */ table{border-collapse: collapse;border-spacing: 0} /* border-spacing 属性设置相邻单元格的边框间的距离(仅用于“边框分离”模式)。 */ th{text-align:left;font-weight:100;} ol li{list-style:decimal outside;}/* 声明列表标志相对于列表项内容的类型,位置 */ ol{padding:0 0 0 18px;} li{list-style: none;} img{border: 0;} html{-webkit-text-size-adjust:none;overflow:scroll;} /* =================== html5标签 =================== */ article,aside,details,figure,footer,header,hgroup,nav,section{display:block;} /* =================== 清除浮动【请勿修改】 >> cc 作用于父模型 >> c 作用于浮动模型后,父模型区域里 =================== */ .cc{zoom:1;} .cc:after{ content:'\20'; display: block; height: 0; clear: both; visibility: hidden; background-color: red; } .c{ clear:both; height: 0; font:0/0 Arial; overflow: hidden; width: 0; } /* =================== 基础样式 >> b 加粗 >> u 下划线 >> i 斜体 >> w 文本不换行 >> tal 文本靠左显示 >> tac 文本居中显示 >> tar 文本靠右显示 >> fl 左浮动 >> fr 右浮动 >> pr 相对定位 >> cp 鼠标点击手势 >> vt 表格内容靠上显示 =================== */ .b{font-weight:700 !important;}\ .u{text-decoration:underline !important;} .i{font-style: italic !important;} .w{white-space: nowrap!important;} .tal{text-align: left !important;} .tar{text-align:right !important;} .tac{text-align:center !important;} .fl{float: left!important;} .fr{float:right!important;} .pr{position:relative;} .cp{cursor:pointer;}/* 鼠标点击变成手势*/ .vt{vertical-align: top;} .dn{display: none;} /* =================== 字体 >> f10 小字体 >> f12 正常字 >> f14 大字 >> f16 更大 >> f24 标题类 >> fn 文本去粗 =================== */ .f10{font-size: 10px;} .f12{font-size: 12px;} .f14{font-size: 14px;} .f16{font-size: 16px;} .f24{font-size: 24px;font-family:Arial,"Microsoft yahei",Simsun;} .fn{font-weight: normal !important;} /* =================== 全局 =================== */ body{font:12px/1.5 Arial,Microsoft,Yahei,Simsun;color:#333;background: url(../images/install/bg.png)} /* =================== 包裹 =================== */ .wrap{width:750px;margin: 50px auto 0;background: #fff;box-shadow:2px 2px 5px 1px rgba(0,0,0,.6) inset;} .header{height:80px;box-shadow: 0 3px 3px #ddd inset;background:#246fa6 url(../images/install/header.png) 0 0 repeat-x;position: relative;} .logo{float: left;width: 230px;height:80px;background: url(../images/install/logo.png) no-repeat center;overflow: hidden;} .icon_install{background: url(../images/install/icon_install.png) no-repeat} .icon_install, .icon_update{float: left;margin-top:35px;height:30px;width:90px;overflow: hidden;text-indent:-200em;} .icon_update{background: url(../images/install/icon_update.png) no-repeat} .select .main{padding-top: 35px;} .select .main .pact{width: 670px;height: 350px;overflow: hidden;overflow-y:scroll;margin:0 auto;font-size:12px;line-height: 1.5;white-space: pre-wrap;display: block;border: 1px solid #bdbcbc;font-size:12px; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; word-break: normal; } .bottom{padding:0 0 25px;} .bottom .btn{display: inline-block;width:100px;height: 30px;font:bold 14px/30px Arial,"Microsoft Yahei",Simsun;background: url(../images/install/btn.png) no-repeat;color: #fff !important;margin:10px 5px;}
0.167763
0.0745
body, html{ height: 100%; color: #5C476F; } .header {opacity: currentColor;} .header.active {color:#777;background-color:white;} #nama{ border:2px solid black; padding-left:2px; padding-right:2px; float:left; margin-top:4px; margin-right:8px; font-family: 'Pacifico', cursive; } #nama:visited, #nama:link, #nama:hover{ color:black; } #hero{ padding-top: 20%; background: url("../1.jpg") center center fixed; background-size: cover; background-attachment: scroll; height: 100%; text-align: center; font-family: 'Acme', sans-serif; } #univ{ font-family: 'Exo', sans-serif; } #description h2{ font-family: 'Courgette', cursive; } /*kalo */ #description { padding-top: 4em; padding-bottom: 4em; color: #AC4C5E; background-color: #FFBC65; } .text-inverse{ color:#F5F5F5; } /*hero itu gambar yg besar*/ #hero .container{ border: 5px solid #C4EDD; } #skills ul li{ list-style: none; } #howitworks{ padding-top: 4em; background-color: #AC4C5E; color: #EEEEEE; } #skills{ list-style=none; } footer{ padding-top: 40px; padding-bottom: 40px; background-color: #228896; } dl{ padding-left: 20px; } #portfolio{ padding-bottom: 50px; } .active { background-color: white; } #text{ vertical-align: middle; margin-top: 10px; } #headHobi, #textHobi, #headWeb, #textHobi, #headRistek, #textRistek{ cursor: pointer; padding-top: 20px; } #textHobi, #textWeb, #textRistek{ color: white; text-align: justify; } #iconWeb{ text-align: right; } #hobi{ text-align: left; } #description h1{ text-align: center; } #about h2{ font-family: 'Courgette', cursive; } /*kalo */ #about { padding-top: 4em; padding-bottom: 4em; color: #AC4C5E; background-color: #FFBC65; } #about h1{ text-align: center; } #flow { max-width: 50%; height: auto; } section > h2{ padding-bottom: 5px; border-bottom-color: black; border-bottom-style: solid; border-bottom-style: outset; } div > h2{ padding-bottom: 5px; border-bottom-color: white; border-bottom-style: solid; border-bottom-style: outset; }
CSS/style.css
body, html{ height: 100%; color: #5C476F; } .header {opacity: currentColor;} .header.active {color:#777;background-color:white;} #nama{ border:2px solid black; padding-left:2px; padding-right:2px; float:left; margin-top:4px; margin-right:8px; font-family: 'Pacifico', cursive; } #nama:visited, #nama:link, #nama:hover{ color:black; } #hero{ padding-top: 20%; background: url("../1.jpg") center center fixed; background-size: cover; background-attachment: scroll; height: 100%; text-align: center; font-family: 'Acme', sans-serif; } #univ{ font-family: 'Exo', sans-serif; } #description h2{ font-family: 'Courgette', cursive; } /*kalo */ #description { padding-top: 4em; padding-bottom: 4em; color: #AC4C5E; background-color: #FFBC65; } .text-inverse{ color:#F5F5F5; } /*hero itu gambar yg besar*/ #hero .container{ border: 5px solid #C4EDD; } #skills ul li{ list-style: none; } #howitworks{ padding-top: 4em; background-color: #AC4C5E; color: #EEEEEE; } #skills{ list-style=none; } footer{ padding-top: 40px; padding-bottom: 40px; background-color: #228896; } dl{ padding-left: 20px; } #portfolio{ padding-bottom: 50px; } .active { background-color: white; } #text{ vertical-align: middle; margin-top: 10px; } #headHobi, #textHobi, #headWeb, #textHobi, #headRistek, #textRistek{ cursor: pointer; padding-top: 20px; } #textHobi, #textWeb, #textRistek{ color: white; text-align: justify; } #iconWeb{ text-align: right; } #hobi{ text-align: left; } #description h1{ text-align: center; } #about h2{ font-family: 'Courgette', cursive; } /*kalo */ #about { padding-top: 4em; padding-bottom: 4em; color: #AC4C5E; background-color: #FFBC65; } #about h1{ text-align: center; } #flow { max-width: 50%; height: auto; } section > h2{ padding-bottom: 5px; border-bottom-color: black; border-bottom-style: solid; border-bottom-style: outset; } div > h2{ padding-bottom: 5px; border-bottom-color: white; border-bottom-style: solid; border-bottom-style: outset; }
0.271638
0.044101
body {font-family: Arial, Helvetica, sans-serif;} * {box-sizing: border-box;} /* Button used to open the chat form - fixed at the bottom of the page */ .open-button { background-color: #6495ED; color: white; padding: 16px 20px; border: none; cursor: pointer; opacity: 0.8; position: fixed; bottom: 50px; right: 15px; width: 70px; height: 70px; border-radius: 60%; } /* The popup chat - hidden by default */ .chat-popup { display: none; position: fixed; bottom: 0; right: 15px; z-index: 9; margin-bottom: 5px; border-radius: 5px; } /* Add styles to the form container */ .form-container { width: 330px; height: 450px; padding: 5px; background-color: #BCC8BE ; border-radius: 10px; } /* Set a style for the submit/send button */ .form-container .btn { background-color: #4CAF50; color: white; padding: 10px 20px; border: none; cursor: pointer; width: 152px; margin-bottom: 10px; opacity: 0.8; } /* Add a red background color to the cancel button */ .form-container .cancel { background-color: red; } /* Add some hover effects to buttons */ .form-container .btn:hover, .open-button:hover { opacity: 1; } /* Full-width textarea */ .form-container input { width: 320px; padding: 15px; border: 3px solid #DCDCDC; background: #f1f1f1; margin-bottom: 5px; resize: none; border-radius: 2px; height: 40px; } /* When the textarea gets focus, do something */ .form-container input:focus { background-color: #ddd; outline: none; } .boxChat{ background-color: white; margin: 5px 0 0 0; border: 3px solid #DCDCDC; border-radius: 5px; height: 308px; width: 320px; overflow: auto; } /* style dành cho chat message*/ .ctn { border: 1px solid #61B3F1; background-color: #f1f1f1; border-radius: 5px; padding: 10px 5px 10px 5px; margin: 5px; width: 80%; word-wrap: break-word; word-break: break-word; } .darker { border-color: #61B3F1; background-color: #C8E1F3; float: right; } .ctn::after { content: ""; clear: both; display: block; } .ctn img { float: left; max-width: 30px; margin: 5px; width: 30%; border-radius: 50%; } .ctn img.right { float: right; } .time-right { float: right; color: #aaa; font-size: 10px; } .time-left { float: left; color: #999; font-size: 10px; } /* close*/ .tag-remove::before { content: 'x'; // here is your X(cross) sign. color: #fff; font-weight: 300; font-family: Arial, sans-serif; } #mdiv { width: 20px; height: 20px; background-color: red; border: 1px solid white; float: right; border-radius: 4px; } .mdiv { height: 20px; width: 2px; margin-left: 8px; background-color: white; transform: rotate(45deg); z-index: 1; } .md { height: 20px; width: 2px; background-color: white; transform: rotate(90deg); z-index: 2; } /*Status*/ .status { width: 7px; height: 7px; position: absolute; background: #3dd43d; left: 37px; top: 35px; border-radius: 3.5px; } /*dotdotdot*/ .loading:after { content: ' .'; animation: dots 1s steps(5, end) infinite; } @keyframes dots { 0%, 20% { content: ' .'; color: red; font-size: 30px; } 40% { content: ' . .'; color: yellow; font-size: 30px; } 60% { content: ' . . .'; color: green; font-size: 30px; } 80%, 100% { content: ' . .'; color: yellow; font-size: 30px; } }
public/cssChatbot/style.css
body {font-family: Arial, Helvetica, sans-serif;} * {box-sizing: border-box;} /* Button used to open the chat form - fixed at the bottom of the page */ .open-button { background-color: #6495ED; color: white; padding: 16px 20px; border: none; cursor: pointer; opacity: 0.8; position: fixed; bottom: 50px; right: 15px; width: 70px; height: 70px; border-radius: 60%; } /* The popup chat - hidden by default */ .chat-popup { display: none; position: fixed; bottom: 0; right: 15px; z-index: 9; margin-bottom: 5px; border-radius: 5px; } /* Add styles to the form container */ .form-container { width: 330px; height: 450px; padding: 5px; background-color: #BCC8BE ; border-radius: 10px; } /* Set a style for the submit/send button */ .form-container .btn { background-color: #4CAF50; color: white; padding: 10px 20px; border: none; cursor: pointer; width: 152px; margin-bottom: 10px; opacity: 0.8; } /* Add a red background color to the cancel button */ .form-container .cancel { background-color: red; } /* Add some hover effects to buttons */ .form-container .btn:hover, .open-button:hover { opacity: 1; } /* Full-width textarea */ .form-container input { width: 320px; padding: 15px; border: 3px solid #DCDCDC; background: #f1f1f1; margin-bottom: 5px; resize: none; border-radius: 2px; height: 40px; } /* When the textarea gets focus, do something */ .form-container input:focus { background-color: #ddd; outline: none; } .boxChat{ background-color: white; margin: 5px 0 0 0; border: 3px solid #DCDCDC; border-radius: 5px; height: 308px; width: 320px; overflow: auto; } /* style dành cho chat message*/ .ctn { border: 1px solid #61B3F1; background-color: #f1f1f1; border-radius: 5px; padding: 10px 5px 10px 5px; margin: 5px; width: 80%; word-wrap: break-word; word-break: break-word; } .darker { border-color: #61B3F1; background-color: #C8E1F3; float: right; } .ctn::after { content: ""; clear: both; display: block; } .ctn img { float: left; max-width: 30px; margin: 5px; width: 30%; border-radius: 50%; } .ctn img.right { float: right; } .time-right { float: right; color: #aaa; font-size: 10px; } .time-left { float: left; color: #999; font-size: 10px; } /* close*/ .tag-remove::before { content: 'x'; // here is your X(cross) sign. color: #fff; font-weight: 300; font-family: Arial, sans-serif; } #mdiv { width: 20px; height: 20px; background-color: red; border: 1px solid white; float: right; border-radius: 4px; } .mdiv { height: 20px; width: 2px; margin-left: 8px; background-color: white; transform: rotate(45deg); z-index: 1; } .md { height: 20px; width: 2px; background-color: white; transform: rotate(90deg); z-index: 2; } /*Status*/ .status { width: 7px; height: 7px; position: absolute; background: #3dd43d; left: 37px; top: 35px; border-radius: 3.5px; } /*dotdotdot*/ .loading:after { content: ' .'; animation: dots 1s steps(5, end) infinite; } @keyframes dots { 0%, 20% { content: ' .'; color: red; font-size: 30px; } 40% { content: ' . .'; color: yellow; font-size: 30px; } 60% { content: ' . . .'; color: green; font-size: 30px; } 80%, 100% { content: ' . .'; color: yellow; font-size: 30px; } }
0.319334
0.092278
.player{ position: fixed; left: 50%; top: 98.5%; transform: translate(-50%, -98.5%); width: 95%; height: 100px; background: #191414; border-radius: 10px; box-shadow: 0 1px 10px .5px rgba(255, 255, 255, 0.1); /*display: inline-block;*/ } .player .pContent { position: relative; width: 100%; height: 100px; display: flex; justify-content: flex-start; align-items: center; padding: 0 15px; } .player .pContent .artwork{ position: relative; min-width: 70px; height: 70px; } .player .pContent .info{ position: relative; display: flex; flex-wrap: wrap; justify-content: center; align-items: space-between; text-align: left; height: 100px; width: 250px; overflow: hidden; color: white; margin: auto 1em; padding: 15px 0; } .player .pContent .info .title{ display: flex; align-self: flex-start; height: 35px; width: 100%; font-size: .7rem; font-weight: 400; } .player .pContent .info .artist{ display: flex; align-items: flex-end; height: 35px; width: 100%; font-size: .75em; font-weight: 100; } .player .pContent .progressBar{ position: relative; display: flex; justify-content: center; align-items: center; height: 100px; width: 100%; overflow: auto; } .player .pContent .progressBar .past, .player .pContent .progressBar .end{ color: white; font-size: .6em; font-weight: 200; padding: 0 .5em } .player .pContent .progressBar .bar{ position: relative; width: 85%; height: 2px; background: rgb(46, 46, 46); margin: 0 1em; } .player .pContent .progressBar .bar .tracker{ position: absolute; left: 0; top: 0; height: 2px; background: rgb(177, 177, 177); } .player .pContent .controls{ position: relative; display: flex; justify-content: space-between; align-items: center; height: 100px; width: 200px; } .player .pContent .controls .controlButton { color: white !important; height: 60px; min-width: 60px !important; border-radius: 50%; margin: .5em auto; padding: 0 !important; } .player .pContent .controls .controlButton svg { font-size: 1.5em; line-height: 1.5em; } .player .pContent .controls .play svg { font-size: 3em; line-height: 3em; } .player .pContent .close { position: absolute; top: 5px; right: 45px; color: white !important; height: 30px; min-width: 30px !important; border-radius: 50%; padding: 0 !important; transform: rotateZ(90deg); } .player .pContent .minimize { position: absolute; top: 5px; right: 15px; color: white !important; height: 30px; min-width: 30px !important; border-radius: 50%; padding: 0 !important; transform: rotateZ(90deg); } .player .pContent .minimize svg, .player .pContent .close svg{ font-size: 1em; line-height: 1em; } .miniPlayer { position: fixed; left: 50%; top: 98.5%; transform: translate(-50%, -98.5%); width: 100%; height: 64px; border-radius: 2px; padding-right: 1.5vh; /*display: none;*/ justify-content: flex-end; } .miniPlayer .minimizedArtwork { position: relative; width: 64px; height: 64px; border-radius: 2px; box-shadow: 1px 1px 10px .5px rgba(0, 0, 0, .5), inset 0 0 5px 10px rgba(0, 0, 0, 0.1); } .miniPlayer .maximize { position: relative; color: white !important; height: 64px; min-width: 64px !important; border-radius: 2px !important; padding: 0 !important; background: rgba(0, 0, 0, 0.2) !important; } .miniPlayer .maximize svg { font-size: 1em; line-height: 1em; } @media all and (max-width: 1000px){ .player{ height: 150px; } .player .pContent{ flex-wrap: wrap; } .player .pContent .info .artist{ all: unset; width: 100%; font-size: .8em; font-weight: 200; text-align: left; align-self: flex-end; } .player .pContent .info .title{ all: unset; width: 100%; font-size: .8em; text-align: left; } .player .pContent .controls{ width: 40%; } .player .pContent .progressBar{ height: 50px; } } @media all and (max-width: 650px){ .player{ max-height: 150px; } .player .pContent{ flex-wrap: wrap; } .player .pContent .artwork{ display: none; } .player .pContent .info { width: 80%; height: 60px; } .player .pContent .info .artist{ all: unset; width: 100%; font-size: .5em; font-weight: 200; text-align: left; align-self: flex-end; } .player .pContent .info .title{ all: unset; width: 100%; font-size: .6em; text-align: left; } .player .pContent .controls{ width: 100%; height: 50px; } .player .pContent .progressBar{ height: 50px; } }
src/components/Player.css
.player{ position: fixed; left: 50%; top: 98.5%; transform: translate(-50%, -98.5%); width: 95%; height: 100px; background: #191414; border-radius: 10px; box-shadow: 0 1px 10px .5px rgba(255, 255, 255, 0.1); /*display: inline-block;*/ } .player .pContent { position: relative; width: 100%; height: 100px; display: flex; justify-content: flex-start; align-items: center; padding: 0 15px; } .player .pContent .artwork{ position: relative; min-width: 70px; height: 70px; } .player .pContent .info{ position: relative; display: flex; flex-wrap: wrap; justify-content: center; align-items: space-between; text-align: left; height: 100px; width: 250px; overflow: hidden; color: white; margin: auto 1em; padding: 15px 0; } .player .pContent .info .title{ display: flex; align-self: flex-start; height: 35px; width: 100%; font-size: .7rem; font-weight: 400; } .player .pContent .info .artist{ display: flex; align-items: flex-end; height: 35px; width: 100%; font-size: .75em; font-weight: 100; } .player .pContent .progressBar{ position: relative; display: flex; justify-content: center; align-items: center; height: 100px; width: 100%; overflow: auto; } .player .pContent .progressBar .past, .player .pContent .progressBar .end{ color: white; font-size: .6em; font-weight: 200; padding: 0 .5em } .player .pContent .progressBar .bar{ position: relative; width: 85%; height: 2px; background: rgb(46, 46, 46); margin: 0 1em; } .player .pContent .progressBar .bar .tracker{ position: absolute; left: 0; top: 0; height: 2px; background: rgb(177, 177, 177); } .player .pContent .controls{ position: relative; display: flex; justify-content: space-between; align-items: center; height: 100px; width: 200px; } .player .pContent .controls .controlButton { color: white !important; height: 60px; min-width: 60px !important; border-radius: 50%; margin: .5em auto; padding: 0 !important; } .player .pContent .controls .controlButton svg { font-size: 1.5em; line-height: 1.5em; } .player .pContent .controls .play svg { font-size: 3em; line-height: 3em; } .player .pContent .close { position: absolute; top: 5px; right: 45px; color: white !important; height: 30px; min-width: 30px !important; border-radius: 50%; padding: 0 !important; transform: rotateZ(90deg); } .player .pContent .minimize { position: absolute; top: 5px; right: 15px; color: white !important; height: 30px; min-width: 30px !important; border-radius: 50%; padding: 0 !important; transform: rotateZ(90deg); } .player .pContent .minimize svg, .player .pContent .close svg{ font-size: 1em; line-height: 1em; } .miniPlayer { position: fixed; left: 50%; top: 98.5%; transform: translate(-50%, -98.5%); width: 100%; height: 64px; border-radius: 2px; padding-right: 1.5vh; /*display: none;*/ justify-content: flex-end; } .miniPlayer .minimizedArtwork { position: relative; width: 64px; height: 64px; border-radius: 2px; box-shadow: 1px 1px 10px .5px rgba(0, 0, 0, .5), inset 0 0 5px 10px rgba(0, 0, 0, 0.1); } .miniPlayer .maximize { position: relative; color: white !important; height: 64px; min-width: 64px !important; border-radius: 2px !important; padding: 0 !important; background: rgba(0, 0, 0, 0.2) !important; } .miniPlayer .maximize svg { font-size: 1em; line-height: 1em; } @media all and (max-width: 1000px){ .player{ height: 150px; } .player .pContent{ flex-wrap: wrap; } .player .pContent .info .artist{ all: unset; width: 100%; font-size: .8em; font-weight: 200; text-align: left; align-self: flex-end; } .player .pContent .info .title{ all: unset; width: 100%; font-size: .8em; text-align: left; } .player .pContent .controls{ width: 40%; } .player .pContent .progressBar{ height: 50px; } } @media all and (max-width: 650px){ .player{ max-height: 150px; } .player .pContent{ flex-wrap: wrap; } .player .pContent .artwork{ display: none; } .player .pContent .info { width: 80%; height: 60px; } .player .pContent .info .artist{ all: unset; width: 100%; font-size: .5em; font-weight: 200; text-align: left; align-self: flex-end; } .player .pContent .info .title{ all: unset; width: 100%; font-size: .6em; text-align: left; } .player .pContent .controls{ width: 100%; height: 50px; } .player .pContent .progressBar{ height: 50px; } }
0.362631
0.079032
.wrapper{ position: relative; height: 700px; width: 1400px; background: #145da0; position: relative; overflow: hidden; z-index:-10; } .circle{ position: absolute; height: 500px; width: 500px; background: #2e8bc0; border-radius: 50%; left: -10px; } .floor{ position: absolute; height: 70px; width: 1400px; background: #eeede7; bottom:0px; z-index:-9; } .lamp{ position: absolute; height: 90px; width: 200px; background: #ffc93c; border-top-right-radius: 50%; border-top-left-radius: 50%; top: 40%; left: 10%; transform: rotateX(30deg); } .lamp::after{ content: ""; position: absolute; height: 90px; width: 200px; background: white; border-radius: 50%; transform: rotateX(80deg); top: 45px; } .lamp-stand{ position: absolute; width: 10px; border-top: 340px solid black; border-left: 5px solid transparent; border-right: 5px solid tranasparent; top: 90px; left: 58px; transform: rotate(10deg); box-sizing: border-box; } .lamp-stand::before{ content: ""; position: absolute; width: 10px; border-top: 340px solid black; border-left: 5px solid transparent; border-right: 5px solid tranasparent; top: -350px; left: 60px; transform: rotate(-20deg); box-sizing: border-box; } .lamp-stand::after{ content: ""; position: absolute; width: 10px; border-top: 340px solid black; border-left: 5px solid transparent; border-right: 5px solid tranasparent; top: -350px; left: 30px; transform: rotate(-12deg); box-sizing: border-box; } .flask{ position: absolute; height:10px; width: 60px; border-bottom: 160px solid #fb929e; border-left: 20px solid transparent; border-right: 20px solid transparent; border-top-right-radius: 0px; border-top-left-radius: 0px; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; left: 280px; bottom: 30px; } .flask::before{ content: ""; position: absolute; height: 30px; width: 60px; background: white; border-radius: 50%; transform: rotateX(80deg); top: -5px; } .flask::after{ content: ""; position: absolute; height: 100px; width: 10px; background: #43f037; border-top-right-radius: 10px; border-top-left-radius: 10px; left: 25px; top: -90px; } .leaves{ content: ""; position: absolute; height: 60px; width: 50px; border-radius: 20px; box-sizing: border-box; box-shadow: 5px -19px #43f037; transform: rotate(-30deg); } .leaves.one{ left: -20px; top: -20px; } .leaves.two{ left: -20px; top: -70px; } .leaves.three{ transform: scaleY(-1) rotate(150deg); left: 30px; top: -40px; } .leaves.four{ transform: scaleY(-1) rotate(180deg); left: 30px; top: -90px; } .leaves.five{ left: -25px; top: -105px; transform: rotate(-10deg); } .chair{ position: absolute; height: 200px; width: 70px; top: 47%; left: 30%; border-radius: 50%; box-sizing: box-border; box-shadow: 18px 0 #ffc93c, 23px 0 #ffc93c, 28px 0 #ffc93c, 33px 0 #ffc93c, 45px 0 #ffc93c, 50px 0 #ffc93c, 55px 0 #ffc93c, 60px 0 #ffc93c, 65px 0 #ffc93c, 70px 0 #ffc93c, 75px 0 #ffc93c, 80px 0 #ffc93c, 85px 0 #ffc93c, 90px 0 #ffc93c; } .chair::before{ content: ""; position: absolute; height: 60px; width: 136px; background: white; border-radius: 50%; transform: rotateX(50deg) rotate(10deg); top: 160px; left: 55px; } .chair::after{ content: ""; position: absolute; height: 60px; width: 150px; background: transparent; border-radius: 50%; transform: rotateX(50deg) rotate(10deg); top: 152px; left: 57px; box-sizing: border-box; box-shadow: -15px 25px orange; } .chair-leg{ position: absolute; width: 10px; border-top: 125px solid #b9b7bd; border-left: 5px solid transparent; border-right: 5px solid tranasparent; transform: rotate(20deg); } .chair-leg::after{ content:""; position: absolute; height: 20px; width: 5px; background : grey; top: -145px; left: -3px; } .chair-leg.one{ top: 220px; left: 40px; box-sizing: border-box; } .chair-leg.two{ top: 230px; left: 80px; transform: rotate(8deg); box-sizing: border-box; } .chair-leg.three{ top: 230px; left: 140px; transform: rotate(-8deg); box-sizing: border-box; } .chair-leg.four{ top: 225px; left: 180px; transform: rotate(-16deg); box-sizing: border-box; } .table{ position: absolute; height: 10px; width: 700px; background: linear-gradient(to right, black 0% , black 40%, blue 40%, blue 100%); right: 150px; bottom:240px; } .table-leg{ position: absolute; width: 10px; border-top: 250px solid black; border-left: 5px solid transparent; border-right: 5px solid tranasparent; left: 30px; transform: rotate(15deg); box-sizing: border-box; } .table-leg.two{ left: 250px; transform: scaleX(-1) rotate(5deg); } .table-leg.three{ position: absolute; left: 450px; z-index:-8; } .table-leg.four{ position: absolute; left: 650px; transform: scaleX(-1) rotate(10deg); z-index:-8; } .table-lamp{ position: absolute; height: 20px; width: 50px; background: #d59bf6; transform: rotate(40deg); right: 400px; top: -130px; z-index: -6; } .table-lamp::before{ content: ""; position: absolute; width: 1px; border-bottom: 10px solid #d59bf6; border-right: 25px solid transparent; border-left: 25px solid transparent; top: -9px; } .table-lamp::after{ content: ""; position: absolute; height: 10px; width: 10px; background: white; border-radius: 50%; left: 50%; transform: translateX(-50%); bottom: -5px; filter: blur(1px); } .table-lamp-stand{ position: absolute; height: 94px; width: 70px; left: 22px; top: -10px; box-sizing: border-box; box-shadow: 2px -2px black; } .table-lamp-stand::before{ content: ""; position: absolute; height: 20px; width: 50px; border-bottom: 20px solid #d59bf6; border-left: 10px solid transparent; border-right: 10px solid transparent; border-radius: 20%; transform: rotate(-40deg) rotateX(30deg); bottom:-25px; left: 35px; } .table-lamp-stand::after{ content: ""; position: absolute; height: 50px; width: 50px; background: white; border-radius: 50%; transform: rotate(-40deg) rotateX(85deg); bottom:-30px; left: 45px; } .monitor{ position: absolute; height: 100px; width: 150px; background: #0A003E; left: 310px; top: -140px; transform: skewX(-10deg); border-radius: 7px; box-sizing: border-box; box-shadow: -8px 0 #00008b; } .monitor::before{ content: ""; position: absolute; height: 90px; width: 30px; background: #00008b; box-sizing: border-box; border-top: 1px solid black; left: 47%; top: 40px; transform: skewX(20deg); } .monitor::after{ content: ""; position: absolute; height: 10px; width: 70px; background: #00008b; border-bottom-right-radius:8px; border-bottom-left-radius: 8px; box-sizing: border-box; left: 33%; top: 130px; transform: skewX(20deg); } .cup{ position: absolute; height: 10px; width: 30px; border-top-left-radius: 5px; border-top-right-radius: 5px; border-top: 50px solid #88d8c0; border-left: 10px solid transparent; border-right: 10px solid transparent; top: -50px; left: 50px; } .cup::after{ content: ""; position: absolute; height: 30px; width: 30px; border-radius: 50%; border: 5px solid #88d8c0; border-right: none; border-top: none; top: -42px; left: -22px; transform: rotate(30deg); } .vapour{ position: absolute; height: 15px; width: 15px; border-radius: 40%; top: -80px; left: -5px; box-sizing: border-box; box-shadow: 2px 0px 1px grey; } .vapour::after{ content: ""; position: absolute; height: 15px; width: 15px; border-radius: 40%; top: 13px; left: 12px; box-sizing: border-box; box-shadow: -2px 0 1px grey; } .vapour.two{ left: 5px; } .vapour.three{ left: 14px; } .keyboard{ position: absolute; height: 6px; width: 90px; background: grey; left: 140px; top: -7px; border-radius: 3px; border-top: 0.2px solid black; border-right: 0.2px solid black; } .keyboard::before{ content:""; position: absolute; height: 1px; border-right: 40px solid grey; border-top: 5px solid transparent; border-top-right-radius: 2px; left: -39px; top: 0px; } .keyboard::after{ content:""; position: absolute; height: 4px; width: 5px; background: black; top: -4px; box-sizing: border-box; box-shadow: 10px 0px black, 20px 0px black, 30px 0px black, 40px 0px black, 50px 0px black, 60px 0px black, 70px 0px black, 80px 0px black, -10px 1px black, -20px 2px black, -30px 3px black; } .stem{ position: absolute; height: 40px; width: 20px; border-radius: 50%; right: 210px; bottom: 45px; box-sizing: border-box; box-shadow: 4px 0 #a2c11c; transform: rotate(-40deg); } .stem::before{ content: ""; position: absolute; height: 40px; width: 20px; border-radius: 50%; box-sizing: border-box; box-shadow: -4px 0 #a2c11c; transform: rotate(110deg); top: 28px; left: 20px; } .stem::after{ content: ""; position: absolute; height: 50px; width: 20px; border-radius: 50%; box-sizing: border-box; box-shadow: 4px 0 #a2c11c; transform: rotate(-40deg); top: 5px; left: -15px; } .leaf { position: absolute; margin: auto; top: 0; right: 0; bottom: 0; left: 0; background-color: #a2c11c; height: 25px; width: 25px; transform:rotate(-45deg) ; } .leaf::after { background-color: #a2c11c; content: ""; border-radius: 50%; position: absolute; width: 25px; height: 25px; top: 0px; left: 12.5px; } .leaf::before { content: ""; background-color: #a2c11c; border-radius: 50%; position: absolute; width: 25px; height: 25px; top: -12.5px; left: 0px; } .leaf.one{ left: 170px; top: -80px; transform: rotate(15deg); } .leaf.two{ left: 220px; top: -130px; transform: rotateX(40deg); } .leaf.three{ left: 380px; top: -100px; transform: rotate(-90deg); } .flower-pot{ position: absolute; height: 10px; width: 40px; border-top-left-radius: 3px; border-top-right-radius: 3px; border-top: 35px solid #ff5da2; border-left: 5px solid transparent; border-right: 5px solid transparent; right: 175px; top: -35px; } .flower-pot::before{ content: ""; position: absolute; height: 22px; width: 2px; background: white; left: 0px; transform: rotate(-10deg); top: -30px; } .flower-pot::after{ content: ""; position: absolute; height: 2px; width: 30px; background: white; left: 5px; top: -4px; } .midrib{ position: absolute; height: 27px; width: 1px; background: white; border-radius: 5px; transform: rotate(60deg); top: -49px; left: -45px; filter: blur(1px); } .midrib::before{ content: ""; position: absolute; height: 27px; width: 1px; background: white; border-radius: 5px; transform: rotate(-10deg); top: -35px; left: -10px; filter: blur(1px); } .midrib::after{ content: ""; position: absolute; height: 27px; width: 1px; background: white; border-radius: 5px; transform: rotate(80deg); top: -94px; left: 44px; filter: blur(1px); } .cat-body{ position: absolute; height: 50px; width: 100px; background: #B5B5B6; right: 50px; border-radius: 32% 73% 33% 31% / 48% 54% 17% 34%; top: -50px; right: 60px; } .cat-body::before{ content: ""; position: absolute; height: 40px; width: 60px; background: #B5B5B6; right: 50px; border-radius: 50%; top: 10px; right: -40px; transform: rotate(5deg); } .cat-body::after{ content: ""; position: absolute; height: 35px; width: 35px; right: 50px; border-radius: 50%; top: 15px; right: 55px; transform: rotate(5deg); box-sizing: border-box; box-shadow: 1px -0.5px black; } .cat-tail{ position: absolute; height: 90px; width: 10px; background: #B5B5B6; border-radius: 100% 0% 51% 0% / 57% 81% 78% 81%; top: 10px; left: 3px; transform: rotate(-5deg); } .cat-tail::before{ content: ""; position: absolute; height: 70px; width: 40px; border-radius: 51%; top: 42px; left: -38px; box-sizing: border-box; box-shadow: 6px 11px #B5B5B6, 7px 9px #B5B5B6, 9px 9px #B5B5B6; transform: rotate(7deg); } .cat-tail::after{ content: ""; position: absolute; height: 15px; width: 15px; background: #B5B5B6; border-radius: 50%; top: 100px; left: -32px; box-sizing: border-box; } .cat-ear{ position: absolute; height: 0px; border-bottom: 20px solid #3c4245; border-left: 10px solid transparent; border-right: 10px solid transparent; transform: rotate(-20deg); } .cat-ear::after{ content: ""; position: absolute; height: 0px; border-bottom: 10px solid pink; border-left: 5px solid transparent; border-right: 5px solid transparent; top: 9px; left: -4px; } .cat-ear.one{ left: 85px; } .cat-ear.two{ left: 120px; transform: rotate(20deg); } .cat-face{ position: absolute; width: 40px; height: 40px; left: 95px; top: 10px; background-image: radial-gradient(2px 2px at 9px 18px, white 50%, transparent 50%), radial-gradient(2px 2px at 30px 18px, white 50%, transparent 50%),radial-gradient(10px 5px at 9px 18px, black 50%, transparent 50%), radial-gradient(10px 5px at 30px 18px, black 50%, transparent 50%), radial-gradient(6px 4px at 20px 26px, pink 50%, transparent 50%), radial-gradient(12px 7px at 20px 26px, black 50%, transparent 50%); } .cat-face::before{ content: ""; position: absolute; height: 10px; width: 10px; border-radius: 50%; top: 55%; left: 9px; box-sizing: border-box; box-shadow: 0.5px 1px black; } .cat-face::after{ content: ""; position: absolute; height: 10px; width: 10px; border-radius: 50%; top: 55%; left: 20px; box-sizing: border-box; box-shadow: -0.5px 1px black; } .mustache{ position: absolute; height: 1px; width: 20px; background: black;top: 25px; left: -6px; transform: rotate(10deg); } .mustache::before{ content: ""; position: absolute; height: 1px; width: 20px; background: black; top: 2px; transform: rotate(-10deg); } .mustache::after{ content: ""; position: absolute; height: 1px; width: 20px; background: black; top: 4px; transform: rotate(-20deg); } .mustache.right{ top: 25px; left: -6px; } .mustache.left{ transform: rotate(185deg); top: 28px; left: 26px; } .cat-hand{ position: absolute; height: 60px; width: 30px; left: 40%; top: 40px; border-radius: 50%; box-sizing: border-box; box-shadow: 10px 0px #B5B5B6, 12px 0px #B5B5B6; } .cat-hand::before{ content: ""; position: absolute; height: 10px; width: 10px; background: #B5B5B6; border-radius: 50%; left: 20px; top: 50px; box-sizing: border-box; box-shadow: -2px -1px #B5B5B6; } .clock{ position: absolute; height: 100px; width: 100px; background: #b7b7b7; border-radius: 50%; left: 43%; top: 185px; border: 4px solid #2772db; } .clock::before{ content: ""; position: absolute; height: 35px; width: 3px; background: white; top: 50%; transform: translateX(50px) translateY(-35px); } .clock::after{ content: ""; position: absolute; height: 3px; width: 30px; background: white; left: 50%; transform: translateY(50px); } .clock-num{ position: absolute; height: 5px; width: 5px; border-radius: 50%; background: white; left: 50%; top: 3px; box-sizing: border-box; box-shadow: 0px 90px white, 43px 45px white, -48px 45px white, 22px 81px white, 36px 66px white, -41px 23px white, -24px 6px white, -24px 83px white, -41px 68px white, 22px 6px white, 36px 21px white; } .head-lamp { position: absolute; height: 40px; width: 100px; background: #bbe9db; border-radius: 100px 100px 15px 15px; left: 60%; transform: translatex(-50%); top: 125px; } .head-lamp::before { content: ""; position: absolute; height: 140px; width: 2px; background: white; left: 50%; top: -140px; transform: translatex(-50%); } .head-lamp::after { content: ""; position: absolute; height: 20px; width: 40px; background: yellow; border-radius: 0 0 60px 60px; left: 50%; top: 40px; transform: translatex(-50%); filter: blur(1px); } .book-shelf{ position: absolute; height: 240px; width: 300px; right: 0px; background: #d0b49f; border: 20px solid #522e24; border-top: none; border-right: none; box-sizing: border-box; } .book-shelf::before{ content: ""; position: absolute; height: 10px; width: 300px; background: #522e24; top: 50%; } .book1{ position: absolute; height: 90px; width: 20px; background: #854b50; top: 20px; } .book2{ position: absolute; height: 80px; width: 20px; background: #898578; top: 30px; left: 20px; } .book3{ position: absolute; height: 90px; width: 20px; background: #1d6460; top: 20px; left: 40px; } .book4{ position: absolute; height: 20px; width: 90px; background: linear-gradient(to right, rgb(179, 122, 69) 0%, rgb(179, 122, 69) 30%, rgb(226, 195, 140) 30%,rgb(226, 195, 140) 40%, rgb(179, 122, 69) 40%,rgb(179, 122, 69) 70%, rgb(226, 195, 140) 70%, rgb(226, 195, 140) 80%, rgb(179, 122, 69) 80%,rgb(179, 122, 69) 100%); top: 90px; left: 120px; border-radius: 2px; } .book5{ position: absolute; height: 20px; width: 90px; background: linear-gradient(to right, rgb(179, 122, 69) 0%, rgb(179, 122, 69) 30%, rgb(226, 195, 140) 30%,rgb(226, 195, 140) 40%, rgb(179, 122, 69) 40%,rgb(179, 122, 69) 70%, rgb(226, 195, 140) 70%, rgb(226, 195, 140) 80%, rgb(179, 122, 69) 80%,rgb(179, 122, 69) 100%); top: 70px; left: 130px; border-radius: 2px; } .book6{ position: absolute; height: 90px; width: 20px; background: #171810; top: 130px; transform: rotate(-20deg); left: 35px; } .book6::before { position: absolute; content: ""; height: 15px; width: 15px; border-radius: 50%; background: #C5B358; left: 2px; top: 6px; } .book6::after { position: absolute; content: ""; width: 5px; height: 50px; background: #C5B358; left: 50%; transform: translatex(-50%); top: 30px; } .book7{ position: absolute; height: 90px; width: 20px; background: #524a50; top: 130px; transform: rotate(-20deg); left: 15px; } .book8{ position: absolute; height: 20px; width: 90px; background: #45171d; top: 200px; left: 100px; border-radius: 2px; box-sizing: border-box; box-shadow: -10px -20px #e471a7, 0px -40px #45171d; } .book8::before{ content:""; position: absolute; height: 15px; width: 2px; background: #fdc57b; left: 5px; top: 2px; box-sizing: border-box; box-shadow: 3px 0px #fdc57b, 6px 0px #fdc57b, 9px 0px #fdc57b, 12px 0px #fdc57b, 15px 0px #fdc57b, 18px 0px #fdc57b, 21px 0px #fdc57b, 24px 0px #fdc57b, 27px 0px #fdc57b, 30px 0px #fdc57b, -10px -20px #fdc57b, -7px -20px #fdc57b, -4px -20px #fdc57b, -1px -20px #fdc57b, 2px -20px #fdc57b, 5px -20px #fdc57b, 8px -20px #fdc57b, 11px -20px #fdc57b, 14px -20px #fdc57b, 17px -20px #fdc57b, 3px -40px #fdc57b, 6px -40px #fdc57b, 9px -40px #fdc57b, 12px -40px #fdc57b, 15px -40px #fdc57b, 18px -40px #fdc57b, 21px -40px #fdc57b, 24px -40px #fdc57b, 27px -40px #fdc57b, 30px -40px #fdc57b; } .book8::after{ content:""; position: absolute; height: 15px; width: 15px; background: #915b4a; border-radius: 50%; right: 10px; top: 3px; box-sizing: border-box; box-shadow: 0px -40px #915b4a, -10px -20px #915b4a; } .dustbin{ position: absolute; width: 60px; height: 80px; transform: perspective(3px) rotateX(-1deg); left: 50%; bottom: 50px; overflow: hidden; border: 2px solid black; border-top: 2px solid #b7b7b7; border-top-left-radius: 2px; border-top-right-radius: 2px; } .dustbin::before { content: ""; position: absolute; height: 200px; width: 200px; background: repeating-linear-gradient(40deg, transparent 0 5px, #3c4245 5px 8px); border-radius: 50%; left:-70px; top: -90px; } .dustbin::after { content: ""; position: absolute; height: 200px; width: 200px; background: repeating-linear-gradient(-40deg, transparent 0 5px, #3c4245 5px 8px); border-radius: 50%; left:-70px; top: -90px; }
Designs/Workdesk/workdesk.css
.wrapper{ position: relative; height: 700px; width: 1400px; background: #145da0; position: relative; overflow: hidden; z-index:-10; } .circle{ position: absolute; height: 500px; width: 500px; background: #2e8bc0; border-radius: 50%; left: -10px; } .floor{ position: absolute; height: 70px; width: 1400px; background: #eeede7; bottom:0px; z-index:-9; } .lamp{ position: absolute; height: 90px; width: 200px; background: #ffc93c; border-top-right-radius: 50%; border-top-left-radius: 50%; top: 40%; left: 10%; transform: rotateX(30deg); } .lamp::after{ content: ""; position: absolute; height: 90px; width: 200px; background: white; border-radius: 50%; transform: rotateX(80deg); top: 45px; } .lamp-stand{ position: absolute; width: 10px; border-top: 340px solid black; border-left: 5px solid transparent; border-right: 5px solid tranasparent; top: 90px; left: 58px; transform: rotate(10deg); box-sizing: border-box; } .lamp-stand::before{ content: ""; position: absolute; width: 10px; border-top: 340px solid black; border-left: 5px solid transparent; border-right: 5px solid tranasparent; top: -350px; left: 60px; transform: rotate(-20deg); box-sizing: border-box; } .lamp-stand::after{ content: ""; position: absolute; width: 10px; border-top: 340px solid black; border-left: 5px solid transparent; border-right: 5px solid tranasparent; top: -350px; left: 30px; transform: rotate(-12deg); box-sizing: border-box; } .flask{ position: absolute; height:10px; width: 60px; border-bottom: 160px solid #fb929e; border-left: 20px solid transparent; border-right: 20px solid transparent; border-top-right-radius: 0px; border-top-left-radius: 0px; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; left: 280px; bottom: 30px; } .flask::before{ content: ""; position: absolute; height: 30px; width: 60px; background: white; border-radius: 50%; transform: rotateX(80deg); top: -5px; } .flask::after{ content: ""; position: absolute; height: 100px; width: 10px; background: #43f037; border-top-right-radius: 10px; border-top-left-radius: 10px; left: 25px; top: -90px; } .leaves{ content: ""; position: absolute; height: 60px; width: 50px; border-radius: 20px; box-sizing: border-box; box-shadow: 5px -19px #43f037; transform: rotate(-30deg); } .leaves.one{ left: -20px; top: -20px; } .leaves.two{ left: -20px; top: -70px; } .leaves.three{ transform: scaleY(-1) rotate(150deg); left: 30px; top: -40px; } .leaves.four{ transform: scaleY(-1) rotate(180deg); left: 30px; top: -90px; } .leaves.five{ left: -25px; top: -105px; transform: rotate(-10deg); } .chair{ position: absolute; height: 200px; width: 70px; top: 47%; left: 30%; border-radius: 50%; box-sizing: box-border; box-shadow: 18px 0 #ffc93c, 23px 0 #ffc93c, 28px 0 #ffc93c, 33px 0 #ffc93c, 45px 0 #ffc93c, 50px 0 #ffc93c, 55px 0 #ffc93c, 60px 0 #ffc93c, 65px 0 #ffc93c, 70px 0 #ffc93c, 75px 0 #ffc93c, 80px 0 #ffc93c, 85px 0 #ffc93c, 90px 0 #ffc93c; } .chair::before{ content: ""; position: absolute; height: 60px; width: 136px; background: white; border-radius: 50%; transform: rotateX(50deg) rotate(10deg); top: 160px; left: 55px; } .chair::after{ content: ""; position: absolute; height: 60px; width: 150px; background: transparent; border-radius: 50%; transform: rotateX(50deg) rotate(10deg); top: 152px; left: 57px; box-sizing: border-box; box-shadow: -15px 25px orange; } .chair-leg{ position: absolute; width: 10px; border-top: 125px solid #b9b7bd; border-left: 5px solid transparent; border-right: 5px solid tranasparent; transform: rotate(20deg); } .chair-leg::after{ content:""; position: absolute; height: 20px; width: 5px; background : grey; top: -145px; left: -3px; } .chair-leg.one{ top: 220px; left: 40px; box-sizing: border-box; } .chair-leg.two{ top: 230px; left: 80px; transform: rotate(8deg); box-sizing: border-box; } .chair-leg.three{ top: 230px; left: 140px; transform: rotate(-8deg); box-sizing: border-box; } .chair-leg.four{ top: 225px; left: 180px; transform: rotate(-16deg); box-sizing: border-box; } .table{ position: absolute; height: 10px; width: 700px; background: linear-gradient(to right, black 0% , black 40%, blue 40%, blue 100%); right: 150px; bottom:240px; } .table-leg{ position: absolute; width: 10px; border-top: 250px solid black; border-left: 5px solid transparent; border-right: 5px solid tranasparent; left: 30px; transform: rotate(15deg); box-sizing: border-box; } .table-leg.two{ left: 250px; transform: scaleX(-1) rotate(5deg); } .table-leg.three{ position: absolute; left: 450px; z-index:-8; } .table-leg.four{ position: absolute; left: 650px; transform: scaleX(-1) rotate(10deg); z-index:-8; } .table-lamp{ position: absolute; height: 20px; width: 50px; background: #d59bf6; transform: rotate(40deg); right: 400px; top: -130px; z-index: -6; } .table-lamp::before{ content: ""; position: absolute; width: 1px; border-bottom: 10px solid #d59bf6; border-right: 25px solid transparent; border-left: 25px solid transparent; top: -9px; } .table-lamp::after{ content: ""; position: absolute; height: 10px; width: 10px; background: white; border-radius: 50%; left: 50%; transform: translateX(-50%); bottom: -5px; filter: blur(1px); } .table-lamp-stand{ position: absolute; height: 94px; width: 70px; left: 22px; top: -10px; box-sizing: border-box; box-shadow: 2px -2px black; } .table-lamp-stand::before{ content: ""; position: absolute; height: 20px; width: 50px; border-bottom: 20px solid #d59bf6; border-left: 10px solid transparent; border-right: 10px solid transparent; border-radius: 20%; transform: rotate(-40deg) rotateX(30deg); bottom:-25px; left: 35px; } .table-lamp-stand::after{ content: ""; position: absolute; height: 50px; width: 50px; background: white; border-radius: 50%; transform: rotate(-40deg) rotateX(85deg); bottom:-30px; left: 45px; } .monitor{ position: absolute; height: 100px; width: 150px; background: #0A003E; left: 310px; top: -140px; transform: skewX(-10deg); border-radius: 7px; box-sizing: border-box; box-shadow: -8px 0 #00008b; } .monitor::before{ content: ""; position: absolute; height: 90px; width: 30px; background: #00008b; box-sizing: border-box; border-top: 1px solid black; left: 47%; top: 40px; transform: skewX(20deg); } .monitor::after{ content: ""; position: absolute; height: 10px; width: 70px; background: #00008b; border-bottom-right-radius:8px; border-bottom-left-radius: 8px; box-sizing: border-box; left: 33%; top: 130px; transform: skewX(20deg); } .cup{ position: absolute; height: 10px; width: 30px; border-top-left-radius: 5px; border-top-right-radius: 5px; border-top: 50px solid #88d8c0; border-left: 10px solid transparent; border-right: 10px solid transparent; top: -50px; left: 50px; } .cup::after{ content: ""; position: absolute; height: 30px; width: 30px; border-radius: 50%; border: 5px solid #88d8c0; border-right: none; border-top: none; top: -42px; left: -22px; transform: rotate(30deg); } .vapour{ position: absolute; height: 15px; width: 15px; border-radius: 40%; top: -80px; left: -5px; box-sizing: border-box; box-shadow: 2px 0px 1px grey; } .vapour::after{ content: ""; position: absolute; height: 15px; width: 15px; border-radius: 40%; top: 13px; left: 12px; box-sizing: border-box; box-shadow: -2px 0 1px grey; } .vapour.two{ left: 5px; } .vapour.three{ left: 14px; } .keyboard{ position: absolute; height: 6px; width: 90px; background: grey; left: 140px; top: -7px; border-radius: 3px; border-top: 0.2px solid black; border-right: 0.2px solid black; } .keyboard::before{ content:""; position: absolute; height: 1px; border-right: 40px solid grey; border-top: 5px solid transparent; border-top-right-radius: 2px; left: -39px; top: 0px; } .keyboard::after{ content:""; position: absolute; height: 4px; width: 5px; background: black; top: -4px; box-sizing: border-box; box-shadow: 10px 0px black, 20px 0px black, 30px 0px black, 40px 0px black, 50px 0px black, 60px 0px black, 70px 0px black, 80px 0px black, -10px 1px black, -20px 2px black, -30px 3px black; } .stem{ position: absolute; height: 40px; width: 20px; border-radius: 50%; right: 210px; bottom: 45px; box-sizing: border-box; box-shadow: 4px 0 #a2c11c; transform: rotate(-40deg); } .stem::before{ content: ""; position: absolute; height: 40px; width: 20px; border-radius: 50%; box-sizing: border-box; box-shadow: -4px 0 #a2c11c; transform: rotate(110deg); top: 28px; left: 20px; } .stem::after{ content: ""; position: absolute; height: 50px; width: 20px; border-radius: 50%; box-sizing: border-box; box-shadow: 4px 0 #a2c11c; transform: rotate(-40deg); top: 5px; left: -15px; } .leaf { position: absolute; margin: auto; top: 0; right: 0; bottom: 0; left: 0; background-color: #a2c11c; height: 25px; width: 25px; transform:rotate(-45deg) ; } .leaf::after { background-color: #a2c11c; content: ""; border-radius: 50%; position: absolute; width: 25px; height: 25px; top: 0px; left: 12.5px; } .leaf::before { content: ""; background-color: #a2c11c; border-radius: 50%; position: absolute; width: 25px; height: 25px; top: -12.5px; left: 0px; } .leaf.one{ left: 170px; top: -80px; transform: rotate(15deg); } .leaf.two{ left: 220px; top: -130px; transform: rotateX(40deg); } .leaf.three{ left: 380px; top: -100px; transform: rotate(-90deg); } .flower-pot{ position: absolute; height: 10px; width: 40px; border-top-left-radius: 3px; border-top-right-radius: 3px; border-top: 35px solid #ff5da2; border-left: 5px solid transparent; border-right: 5px solid transparent; right: 175px; top: -35px; } .flower-pot::before{ content: ""; position: absolute; height: 22px; width: 2px; background: white; left: 0px; transform: rotate(-10deg); top: -30px; } .flower-pot::after{ content: ""; position: absolute; height: 2px; width: 30px; background: white; left: 5px; top: -4px; } .midrib{ position: absolute; height: 27px; width: 1px; background: white; border-radius: 5px; transform: rotate(60deg); top: -49px; left: -45px; filter: blur(1px); } .midrib::before{ content: ""; position: absolute; height: 27px; width: 1px; background: white; border-radius: 5px; transform: rotate(-10deg); top: -35px; left: -10px; filter: blur(1px); } .midrib::after{ content: ""; position: absolute; height: 27px; width: 1px; background: white; border-radius: 5px; transform: rotate(80deg); top: -94px; left: 44px; filter: blur(1px); } .cat-body{ position: absolute; height: 50px; width: 100px; background: #B5B5B6; right: 50px; border-radius: 32% 73% 33% 31% / 48% 54% 17% 34%; top: -50px; right: 60px; } .cat-body::before{ content: ""; position: absolute; height: 40px; width: 60px; background: #B5B5B6; right: 50px; border-radius: 50%; top: 10px; right: -40px; transform: rotate(5deg); } .cat-body::after{ content: ""; position: absolute; height: 35px; width: 35px; right: 50px; border-radius: 50%; top: 15px; right: 55px; transform: rotate(5deg); box-sizing: border-box; box-shadow: 1px -0.5px black; } .cat-tail{ position: absolute; height: 90px; width: 10px; background: #B5B5B6; border-radius: 100% 0% 51% 0% / 57% 81% 78% 81%; top: 10px; left: 3px; transform: rotate(-5deg); } .cat-tail::before{ content: ""; position: absolute; height: 70px; width: 40px; border-radius: 51%; top: 42px; left: -38px; box-sizing: border-box; box-shadow: 6px 11px #B5B5B6, 7px 9px #B5B5B6, 9px 9px #B5B5B6; transform: rotate(7deg); } .cat-tail::after{ content: ""; position: absolute; height: 15px; width: 15px; background: #B5B5B6; border-radius: 50%; top: 100px; left: -32px; box-sizing: border-box; } .cat-ear{ position: absolute; height: 0px; border-bottom: 20px solid #3c4245; border-left: 10px solid transparent; border-right: 10px solid transparent; transform: rotate(-20deg); } .cat-ear::after{ content: ""; position: absolute; height: 0px; border-bottom: 10px solid pink; border-left: 5px solid transparent; border-right: 5px solid transparent; top: 9px; left: -4px; } .cat-ear.one{ left: 85px; } .cat-ear.two{ left: 120px; transform: rotate(20deg); } .cat-face{ position: absolute; width: 40px; height: 40px; left: 95px; top: 10px; background-image: radial-gradient(2px 2px at 9px 18px, white 50%, transparent 50%), radial-gradient(2px 2px at 30px 18px, white 50%, transparent 50%),radial-gradient(10px 5px at 9px 18px, black 50%, transparent 50%), radial-gradient(10px 5px at 30px 18px, black 50%, transparent 50%), radial-gradient(6px 4px at 20px 26px, pink 50%, transparent 50%), radial-gradient(12px 7px at 20px 26px, black 50%, transparent 50%); } .cat-face::before{ content: ""; position: absolute; height: 10px; width: 10px; border-radius: 50%; top: 55%; left: 9px; box-sizing: border-box; box-shadow: 0.5px 1px black; } .cat-face::after{ content: ""; position: absolute; height: 10px; width: 10px; border-radius: 50%; top: 55%; left: 20px; box-sizing: border-box; box-shadow: -0.5px 1px black; } .mustache{ position: absolute; height: 1px; width: 20px; background: black;top: 25px; left: -6px; transform: rotate(10deg); } .mustache::before{ content: ""; position: absolute; height: 1px; width: 20px; background: black; top: 2px; transform: rotate(-10deg); } .mustache::after{ content: ""; position: absolute; height: 1px; width: 20px; background: black; top: 4px; transform: rotate(-20deg); } .mustache.right{ top: 25px; left: -6px; } .mustache.left{ transform: rotate(185deg); top: 28px; left: 26px; } .cat-hand{ position: absolute; height: 60px; width: 30px; left: 40%; top: 40px; border-radius: 50%; box-sizing: border-box; box-shadow: 10px 0px #B5B5B6, 12px 0px #B5B5B6; } .cat-hand::before{ content: ""; position: absolute; height: 10px; width: 10px; background: #B5B5B6; border-radius: 50%; left: 20px; top: 50px; box-sizing: border-box; box-shadow: -2px -1px #B5B5B6; } .clock{ position: absolute; height: 100px; width: 100px; background: #b7b7b7; border-radius: 50%; left: 43%; top: 185px; border: 4px solid #2772db; } .clock::before{ content: ""; position: absolute; height: 35px; width: 3px; background: white; top: 50%; transform: translateX(50px) translateY(-35px); } .clock::after{ content: ""; position: absolute; height: 3px; width: 30px; background: white; left: 50%; transform: translateY(50px); } .clock-num{ position: absolute; height: 5px; width: 5px; border-radius: 50%; background: white; left: 50%; top: 3px; box-sizing: border-box; box-shadow: 0px 90px white, 43px 45px white, -48px 45px white, 22px 81px white, 36px 66px white, -41px 23px white, -24px 6px white, -24px 83px white, -41px 68px white, 22px 6px white, 36px 21px white; } .head-lamp { position: absolute; height: 40px; width: 100px; background: #bbe9db; border-radius: 100px 100px 15px 15px; left: 60%; transform: translatex(-50%); top: 125px; } .head-lamp::before { content: ""; position: absolute; height: 140px; width: 2px; background: white; left: 50%; top: -140px; transform: translatex(-50%); } .head-lamp::after { content: ""; position: absolute; height: 20px; width: 40px; background: yellow; border-radius: 0 0 60px 60px; left: 50%; top: 40px; transform: translatex(-50%); filter: blur(1px); } .book-shelf{ position: absolute; height: 240px; width: 300px; right: 0px; background: #d0b49f; border: 20px solid #522e24; border-top: none; border-right: none; box-sizing: border-box; } .book-shelf::before{ content: ""; position: absolute; height: 10px; width: 300px; background: #522e24; top: 50%; } .book1{ position: absolute; height: 90px; width: 20px; background: #854b50; top: 20px; } .book2{ position: absolute; height: 80px; width: 20px; background: #898578; top: 30px; left: 20px; } .book3{ position: absolute; height: 90px; width: 20px; background: #1d6460; top: 20px; left: 40px; } .book4{ position: absolute; height: 20px; width: 90px; background: linear-gradient(to right, rgb(179, 122, 69) 0%, rgb(179, 122, 69) 30%, rgb(226, 195, 140) 30%,rgb(226, 195, 140) 40%, rgb(179, 122, 69) 40%,rgb(179, 122, 69) 70%, rgb(226, 195, 140) 70%, rgb(226, 195, 140) 80%, rgb(179, 122, 69) 80%,rgb(179, 122, 69) 100%); top: 90px; left: 120px; border-radius: 2px; } .book5{ position: absolute; height: 20px; width: 90px; background: linear-gradient(to right, rgb(179, 122, 69) 0%, rgb(179, 122, 69) 30%, rgb(226, 195, 140) 30%,rgb(226, 195, 140) 40%, rgb(179, 122, 69) 40%,rgb(179, 122, 69) 70%, rgb(226, 195, 140) 70%, rgb(226, 195, 140) 80%, rgb(179, 122, 69) 80%,rgb(179, 122, 69) 100%); top: 70px; left: 130px; border-radius: 2px; } .book6{ position: absolute; height: 90px; width: 20px; background: #171810; top: 130px; transform: rotate(-20deg); left: 35px; } .book6::before { position: absolute; content: ""; height: 15px; width: 15px; border-radius: 50%; background: #C5B358; left: 2px; top: 6px; } .book6::after { position: absolute; content: ""; width: 5px; height: 50px; background: #C5B358; left: 50%; transform: translatex(-50%); top: 30px; } .book7{ position: absolute; height: 90px; width: 20px; background: #524a50; top: 130px; transform: rotate(-20deg); left: 15px; } .book8{ position: absolute; height: 20px; width: 90px; background: #45171d; top: 200px; left: 100px; border-radius: 2px; box-sizing: border-box; box-shadow: -10px -20px #e471a7, 0px -40px #45171d; } .book8::before{ content:""; position: absolute; height: 15px; width: 2px; background: #fdc57b; left: 5px; top: 2px; box-sizing: border-box; box-shadow: 3px 0px #fdc57b, 6px 0px #fdc57b, 9px 0px #fdc57b, 12px 0px #fdc57b, 15px 0px #fdc57b, 18px 0px #fdc57b, 21px 0px #fdc57b, 24px 0px #fdc57b, 27px 0px #fdc57b, 30px 0px #fdc57b, -10px -20px #fdc57b, -7px -20px #fdc57b, -4px -20px #fdc57b, -1px -20px #fdc57b, 2px -20px #fdc57b, 5px -20px #fdc57b, 8px -20px #fdc57b, 11px -20px #fdc57b, 14px -20px #fdc57b, 17px -20px #fdc57b, 3px -40px #fdc57b, 6px -40px #fdc57b, 9px -40px #fdc57b, 12px -40px #fdc57b, 15px -40px #fdc57b, 18px -40px #fdc57b, 21px -40px #fdc57b, 24px -40px #fdc57b, 27px -40px #fdc57b, 30px -40px #fdc57b; } .book8::after{ content:""; position: absolute; height: 15px; width: 15px; background: #915b4a; border-radius: 50%; right: 10px; top: 3px; box-sizing: border-box; box-shadow: 0px -40px #915b4a, -10px -20px #915b4a; } .dustbin{ position: absolute; width: 60px; height: 80px; transform: perspective(3px) rotateX(-1deg); left: 50%; bottom: 50px; overflow: hidden; border: 2px solid black; border-top: 2px solid #b7b7b7; border-top-left-radius: 2px; border-top-right-radius: 2px; } .dustbin::before { content: ""; position: absolute; height: 200px; width: 200px; background: repeating-linear-gradient(40deg, transparent 0 5px, #3c4245 5px 8px); border-radius: 50%; left:-70px; top: -90px; } .dustbin::after { content: ""; position: absolute; height: 200px; width: 200px; background: repeating-linear-gradient(-40deg, transparent 0 5px, #3c4245 5px 8px); border-radius: 50%; left:-70px; top: -90px; }
0.608245
0.071559
.top_url_box .header{ height:60px; background:#ffffff; } .box{ margin:0 auto; } .header_box{ width:100%; height:60px; display: -webkit-flex; display: flex; justify-content:space-between; } .logo_box{ width:240px; height:60px; font-size: 18px; font-weight: bold; text-align: center; line-height: 60px; background:#58a0fd; color:white; } .logo_right_box{ width:100%; display: flex; display: -webkit-flex; display: flex; justify-content:space-between; } .logo_right_left li{ width:112px; } .logo_right_left img{ vertical-align: middle; } .logo_right_left{ display: flex; width:430px; line-height: 60px; justify-content:center; } .logo_2right{ width: 220px; display: flex; justify-content:space-between; } .logo_2right li{ width:120px; line-height: 60px; } .logo_bt:not(.activa){ color:#4f6aa8; width:100px; margin: 0px 3px; } .activa{ color:#58a0fd; } /*娑撳濯哄锟*/ .top_url_box{ height:30px; /* width:1236px; */ line-height: 55px; padding-left: 30px; background-color:#ffffff; } .top_url_box span{ color:#4F6AA8; } .top_url_box a{ color:#58A0FD; } #dropdown_box{ width:150px; height:150px; background: white; display: none; position: absolute; top:40px; right:95px; } .dropdown_li span{ color:#4f6aa8; font-size: 14px; } .dropdown_li span:hover{ color:#58a0fd; } .dropdown_li{ height:50px; text-align: center; line-height: 50px; } .dropdown_li img{ width:24px; vertical-align: middle; margin-right: 5px; } .arcbox{ /* width:1236px; */ height:100px; padding-left: 30px; line-height: 50px; color:#4F6AA8; background-color:#ffffff; } .yp_id{ width:175px; height:33px; padding-left: 3px; background: rgba(0,0,0,0); margin:0px 7px 0px 3px; border: 1px solid #4F6AA8; border-radius: 2px; } .pollutionRate{ width: 89px; height:27px; margin-left:5px; padding-left:10px; line-height: 27px; appearance:none; -moz-appearance:none; -webkit-appearance:none; background: url("../img/xl.png") no-repeat scroll 65px transparent; border: 1px solid #a5a5a5; font-size: 12px; border-radius: 2px; color:#666666; } .mainSpecies{ width: 108px; height:33px; background: rgba(0,0,0,0); margin:0px 7px 0px 3px; line-height: 33px; appearance:none; -moz-appearance:none; -webkit-appearance:none; background: url("../img/xl.png") no-repeat scroll 90px center transparent; border: 1px solid #a5a5a5; font-size: 12px; border-radius: 2px; } .nzw_spacies, .province, .city, .county{ width: 89px; height:27px; background: rgba(0,0,0,0); margin-left:5px; line-height: 27px; appearance:none; -moz-appearance:none; -webkit-appearance:none; background: url("../img/xl.png") no-repeat scroll 65px transparent; border: 1px solid #a5a5a5; font-size: 12px; border-radius: 2px; padding-left:10px; color:#666666; } .nzw_zl{ display: inline-block; margin-left: 10px; color:#a5a5a5; } .year, .month, .datetime{ width: 89px; height:27px; background: rgba(0,0,0,0); margin:5px; line-height: 27px; appearance:none; -moz-appearance:none; -webkit-appearance:none; background: url("../img/xl.png") no-repeat scroll 65px transparent; border: 1px solid #a5a5a5; font-size: 12px; border-radius: 2px; padding-left:10px; color:#666666; } .search{ width:80px; height:27px; border:0; margin-left:15px; cursor: pointer; border-radius: 2px; color:white; background: url("../img/search2.png") no-repeat 12px 8px #237AE4; padding-left:15px; } /*閸愬懎顔*/ .echartmap{ height:730px; padding-left:30px; display: flex; justify-content:flex-start; background-color:#ffffff; } .echart_ul li{ width:168px; height:25px; } .echart_ul li input{ appearance: none; -moz-appearance: none; width:15px; height:15px; border-radius: 3px; margin-right: 18px; -webkit-appearance: none; border:1px solid #4F6AA8; } .echart_ul li input:checked{ background: url(../img/check_box.jpg); } .echart_map{ width:87%; height:60%; background: #fbfbfb; margin-left:-50px; } .footer { width: 1020px; margin: 0 auto; margin-top: 65px; height: 100px; } .footer p { color: #0; text-align: center; font-size: 12px; color:#999999; }
src/main/webapp/assets/css/p_chartView.css
.top_url_box .header{ height:60px; background:#ffffff; } .box{ margin:0 auto; } .header_box{ width:100%; height:60px; display: -webkit-flex; display: flex; justify-content:space-between; } .logo_box{ width:240px; height:60px; font-size: 18px; font-weight: bold; text-align: center; line-height: 60px; background:#58a0fd; color:white; } .logo_right_box{ width:100%; display: flex; display: -webkit-flex; display: flex; justify-content:space-between; } .logo_right_left li{ width:112px; } .logo_right_left img{ vertical-align: middle; } .logo_right_left{ display: flex; width:430px; line-height: 60px; justify-content:center; } .logo_2right{ width: 220px; display: flex; justify-content:space-between; } .logo_2right li{ width:120px; line-height: 60px; } .logo_bt:not(.activa){ color:#4f6aa8; width:100px; margin: 0px 3px; } .activa{ color:#58a0fd; } /*娑撳濯哄锟*/ .top_url_box{ height:30px; /* width:1236px; */ line-height: 55px; padding-left: 30px; background-color:#ffffff; } .top_url_box span{ color:#4F6AA8; } .top_url_box a{ color:#58A0FD; } #dropdown_box{ width:150px; height:150px; background: white; display: none; position: absolute; top:40px; right:95px; } .dropdown_li span{ color:#4f6aa8; font-size: 14px; } .dropdown_li span:hover{ color:#58a0fd; } .dropdown_li{ height:50px; text-align: center; line-height: 50px; } .dropdown_li img{ width:24px; vertical-align: middle; margin-right: 5px; } .arcbox{ /* width:1236px; */ height:100px; padding-left: 30px; line-height: 50px; color:#4F6AA8; background-color:#ffffff; } .yp_id{ width:175px; height:33px; padding-left: 3px; background: rgba(0,0,0,0); margin:0px 7px 0px 3px; border: 1px solid #4F6AA8; border-radius: 2px; } .pollutionRate{ width: 89px; height:27px; margin-left:5px; padding-left:10px; line-height: 27px; appearance:none; -moz-appearance:none; -webkit-appearance:none; background: url("../img/xl.png") no-repeat scroll 65px transparent; border: 1px solid #a5a5a5; font-size: 12px; border-radius: 2px; color:#666666; } .mainSpecies{ width: 108px; height:33px; background: rgba(0,0,0,0); margin:0px 7px 0px 3px; line-height: 33px; appearance:none; -moz-appearance:none; -webkit-appearance:none; background: url("../img/xl.png") no-repeat scroll 90px center transparent; border: 1px solid #a5a5a5; font-size: 12px; border-radius: 2px; } .nzw_spacies, .province, .city, .county{ width: 89px; height:27px; background: rgba(0,0,0,0); margin-left:5px; line-height: 27px; appearance:none; -moz-appearance:none; -webkit-appearance:none; background: url("../img/xl.png") no-repeat scroll 65px transparent; border: 1px solid #a5a5a5; font-size: 12px; border-radius: 2px; padding-left:10px; color:#666666; } .nzw_zl{ display: inline-block; margin-left: 10px; color:#a5a5a5; } .year, .month, .datetime{ width: 89px; height:27px; background: rgba(0,0,0,0); margin:5px; line-height: 27px; appearance:none; -moz-appearance:none; -webkit-appearance:none; background: url("../img/xl.png") no-repeat scroll 65px transparent; border: 1px solid #a5a5a5; font-size: 12px; border-radius: 2px; padding-left:10px; color:#666666; } .search{ width:80px; height:27px; border:0; margin-left:15px; cursor: pointer; border-radius: 2px; color:white; background: url("../img/search2.png") no-repeat 12px 8px #237AE4; padding-left:15px; } /*閸愬懎顔*/ .echartmap{ height:730px; padding-left:30px; display: flex; justify-content:flex-start; background-color:#ffffff; } .echart_ul li{ width:168px; height:25px; } .echart_ul li input{ appearance: none; -moz-appearance: none; width:15px; height:15px; border-radius: 3px; margin-right: 18px; -webkit-appearance: none; border:1px solid #4F6AA8; } .echart_ul li input:checked{ background: url(../img/check_box.jpg); } .echart_map{ width:87%; height:60%; background: #fbfbfb; margin-left:-50px; } .footer { width: 1020px; margin: 0 auto; margin-top: 65px; height: 100px; } .footer p { color: #0; text-align: center; font-size: 12px; color:#999999; }
0.152947
0.058777
@-moz-document domain("planfix.ru"), domain("planfix.com"), domain("planfix.ua") { /* ПланФикс - Кнопки сверху в окнах свойств (by Kirr) 2018-11-14 */ /* Видимая нижняя граница для всех окон (отодвинутая от края окна, как вверху) */ .g-popup-win-scroll-content { margin-bottom: 20px; } /* Для окна настройки фильтра у списка в планировщике и в других местах */ .task-filter-buttons-container { position: fixed; display: grid; width: 900px; top: 20px; margin-left: -30px; background: #efefef; padding: 20px 30px 20px 30px; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4); } .task-filter-container { min-width: 920px !important; } .task-filter-buttons-container td { padding-top: 0px; /* margin-right: 540px; */ } .task-filter-header { padding-top: 60px; } /* Замена надписи на кнопке "Закрыть" на "Отмена" (очень грубо) */ /* .task-filter-buttons-container td .task-filter-buttons-left::before { content: 'Отмена'; position: absolute; z-index: 100; background: #acacac; color: white; padding: 2px; margin-top: 4px; margin-left: 6px; pointer-events: none; } .task-filter-buttons-container td .task-filter-buttons-left:hover::before { background: #636363; } */ /* Для окна создания/редактирования задачи, шаблона задачи, свойств проекта, сотрудника, контакта, компании Также влияет на другие */ .g-popup-win-scroll-content-main .tr-task-bottom { position: fixed; top: 20px; margin-left: -20px; background: #efefef; width: 670px; padding: 10px 20px 20px 20px; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4); } .g-popup-win-scroll-content-main { min-width: 670px !important; } .g-popup-win-scroll-content-main .tr-task-bottom .bottom-btn-wrapper { padding-left: 1px !important; } /* Вот это, к сожалению, влияет и на многие окна, в остальном этими стилями не затронутые. Но ничего страшного, просто над заголовком получается полоска пустого места. */ .g-popup-win-scroll-content .g-popup-win-scroll-content-header { padding-top: 70px; } /* Для окна создания/редактирования сотрудника */ .g-popup-win-scroll-content-main .user-create .user-buttons { position: fixed; top: 20px; margin-left: -20px; background: #efefef; width: 670px; padding: 20px 20px 20px 20px; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4); } /* Для окна изменения параметров отчёта */ .g-popup-win-scroll-content-main .report-view-params-buttons { position: fixed; top: 20px; margin-left: -20px; background: #efefef; width: 820px; padding: 20px 20px 20px 20px; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4); } /* Устранение влияния стиля .task-filter-container выше */ .report-filters-container .task-filter-container { min-width: 705px !important; } .g-popup-win-scroll-content .report-create-filter-header { padding-top: 60px; } .g-popup-win-scroll-content table.report-params-container { min-width: 820px; } /* Для окна создания/изменения структуры справочника */ .g-popup-win-scroll-content-main .hb-edit-container tr .bottom-btn-wrapper { position: fixed; top: 20px; margin-left: -20px; background: #efefef; width: 670px; padding: 17px 20px 25px 20px; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4); } /* Для окна создания/изменения сценария */ .g-popup-win-scroll-content-main .trigger-block.trigger-block-buttons { position: fixed; top: 20px; margin-left: -20px; background: #efefef; width: 920px; padding: 20px 20px 20px 20px; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4); } .g-popup-win-scroll-content .trigger-header { padding-top: 60px; } .g-popup-win-scroll-content .trigger-create { min-width: 920px; } }
data/usercss/165986.user.css
@-moz-document domain("planfix.ru"), domain("planfix.com"), domain("planfix.ua") { /* ПланФикс - Кнопки сверху в окнах свойств (by Kirr) 2018-11-14 */ /* Видимая нижняя граница для всех окон (отодвинутая от края окна, как вверху) */ .g-popup-win-scroll-content { margin-bottom: 20px; } /* Для окна настройки фильтра у списка в планировщике и в других местах */ .task-filter-buttons-container { position: fixed; display: grid; width: 900px; top: 20px; margin-left: -30px; background: #efefef; padding: 20px 30px 20px 30px; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4); } .task-filter-container { min-width: 920px !important; } .task-filter-buttons-container td { padding-top: 0px; /* margin-right: 540px; */ } .task-filter-header { padding-top: 60px; } /* Замена надписи на кнопке "Закрыть" на "Отмена" (очень грубо) */ /* .task-filter-buttons-container td .task-filter-buttons-left::before { content: 'Отмена'; position: absolute; z-index: 100; background: #acacac; color: white; padding: 2px; margin-top: 4px; margin-left: 6px; pointer-events: none; } .task-filter-buttons-container td .task-filter-buttons-left:hover::before { background: #636363; } */ /* Для окна создания/редактирования задачи, шаблона задачи, свойств проекта, сотрудника, контакта, компании Также влияет на другие */ .g-popup-win-scroll-content-main .tr-task-bottom { position: fixed; top: 20px; margin-left: -20px; background: #efefef; width: 670px; padding: 10px 20px 20px 20px; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4); } .g-popup-win-scroll-content-main { min-width: 670px !important; } .g-popup-win-scroll-content-main .tr-task-bottom .bottom-btn-wrapper { padding-left: 1px !important; } /* Вот это, к сожалению, влияет и на многие окна, в остальном этими стилями не затронутые. Но ничего страшного, просто над заголовком получается полоска пустого места. */ .g-popup-win-scroll-content .g-popup-win-scroll-content-header { padding-top: 70px; } /* Для окна создания/редактирования сотрудника */ .g-popup-win-scroll-content-main .user-create .user-buttons { position: fixed; top: 20px; margin-left: -20px; background: #efefef; width: 670px; padding: 20px 20px 20px 20px; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4); } /* Для окна изменения параметров отчёта */ .g-popup-win-scroll-content-main .report-view-params-buttons { position: fixed; top: 20px; margin-left: -20px; background: #efefef; width: 820px; padding: 20px 20px 20px 20px; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4); } /* Устранение влияния стиля .task-filter-container выше */ .report-filters-container .task-filter-container { min-width: 705px !important; } .g-popup-win-scroll-content .report-create-filter-header { padding-top: 60px; } .g-popup-win-scroll-content table.report-params-container { min-width: 820px; } /* Для окна создания/изменения структуры справочника */ .g-popup-win-scroll-content-main .hb-edit-container tr .bottom-btn-wrapper { position: fixed; top: 20px; margin-left: -20px; background: #efefef; width: 670px; padding: 17px 20px 25px 20px; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4); } /* Для окна создания/изменения сценария */ .g-popup-win-scroll-content-main .trigger-block.trigger-block-buttons { position: fixed; top: 20px; margin-left: -20px; background: #efefef; width: 920px; padding: 20px 20px 20px 20px; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4); } .g-popup-win-scroll-content .trigger-header { padding-top: 60px; } .g-popup-win-scroll-content .trigger-create { min-width: 920px; } }
0.107239
0.087525
.form-table.meta_box h2 { border-bottom:1px dashed #ccc; } .form-table.meta_box th label { font-weight:bold; } .form-table.meta_box .description { font-size:11px; color:#777; font-style:italic; } .form-table.meta_box .meta_box_items { margin:0; padding:0; } .form-table.meta_box .meta_box_items li { display:inline-block; width:20%; min-width:100px; } /* repeatable */ .form-table.meta_box .meta_box_repeatable { width:100%; } .form-table.meta_box .meta_box_repeatable th { width:auto !important; padding:5px 10px; border-bottom:1px dashed #ccc; text-transform:uppercase; font-size:10px; text-shadow:none; color:#ccc; } .form-table.meta_box .meta_box_repeatable tfoot th { border-bottom:none; } .form-table.meta_box .meta_box_repeatable td { width:auto !important; vertical-align:top; padding:10px; border-bottom:1px dashed #ccc; background:#fbfbfb; } .form-table.meta_box .meta_box_repeatable tr:nth-child(even) td { background:none; } .form-table.meta_box .meta_box_repeatable td * { display:block; margin-bottom:3px; } .form-table.meta_box .meta_box_repeatable td .meta_box_upload_image_button, .form-table.meta_box .meta_box_repeatable td small, .form-table.meta_box .meta_box_repeatable td small a { display:inline-block; } .form-table.meta_box .meta_box_repeatable td label { display:block; float:left; width:100px; font-weight:bold; line-height:30px; clear:left; } .form-table.meta_box .meta_box_repeatable td p { margin:0; float:left; padding-bottom:5px; } .form-table.meta_box .meta_box_repeatable td textarea { width: 300px; } .form-table.meta_box .meta_box_repeatable .repeatable_id { background:#ccc; width:30px; text-align:center; } .meta_box_repeatable .sort_label { display:block; width:20px; height:17px; /*background:url(../images/sprite.png) no-repeat -68px -100px;*/ } .meta_box_repeatable .sort { display:block; width:20px; height:15px; /*background:url(../images/sprite.png) 0 -100px;*/ margin-top:6px; cursor:move; } .meta_box_repeatable_add, .meta_box_repeatable_remove { display:block; width:18px; height:16px; /*background:url(../images/sprite.png);*/ margin-top:5px; text-decoration:none; cursor: pointer !important; } .meta_box_repeatable_add { background-position:-30px -100px; } .meta_box_repeatable_remove { background-position:-50px -100px; } .meta_box_repeatable tr:first-child .meta_box_repeatable_remove, .meta_box_repeatable tr:first-child > td > .sort { display:none; } /* image */ .meta_box_preview_image { max-width:200px; max-height:200px; display:block; margin-bottom:3px; } /* file */ .meta_box_file { display:block; width:37px; height:48px; background:url(../images/sprite.png) 0 0; float:left; margin-right:15px; } .meta_box_file.checked { background-position:-50px 0; } .meta_box_filename { margin-bottom:5px; display:block; font-weight:bold; } /* Select */ .form-table select { width:auto; } .chosen-container-multi { width: 95% !important; } .widget-content .meta_box_repeatable select { width:96%; } /* post_drop_sort */ .post_drop_sort_areas, .post_drop_sort_source { width:250px; margin-right:20px; float:left; } .post_drop_sort_areas ul, .post_drop_sort_source { border-radius:5px; border:3px dashed #ccc; margin:0 0 10px; padding:5px 10px 10px; } .post_drop_sort_source { width:224px; background:#ccc; border:none; } .sort_list li { padding:5px 10px; cursor:move; background:#fff; margin:5px 0 0; text-align:center; } .sort_list li.post_drop_sort_area_name { font-weight:bold; border-bottom:1px dashed #ccc; color:#999; background:none; margin:0 0 10px; padding:5px 0; } .post_drop_sort_source.sort_list li.post_drop_sort_area_name { color:#fff; border-color:#fff; } /** * Repeatable Row Styles */ .meta_box_repeatable .meta_box_repeatable_row { width:100%; } .form-table.meta_box .meta_box_repeatable_row td * { display:inline; } .form-table.meta_box .meta_box_repeatable_row td { background-color: #fbfbfb; } .form-table.meta_box .meta_box_repeatable_row li { display:block; float: left; padding: 5px; /*min-height: 60px;*/ } .form-table.meta_box .meta_box_repeatable_row select/*, .form-table.meta_box .meta_box_repeatable_row textarea */ { max-width: 120px; width:120px; }/* .form-table.meta_box .meta_box_repeatable_row .small-text{ max-width: 280px; width: 280px; height: 28px; }*/ .form-table.meta_box .meta_box_repeatable_row input[type=radio], .form-table.meta_box .meta_box_repeatable_row input[type=checkbox] { float: left; display: block; margin-top: 7px; } .form-table.meta_box .meta_box_repeatable_row td label { line-height:inherit; float:none; } .meta_box_repeatable .description { font-size:11px; font-weight:300; } .meta_box_repeatable .meta_box_repeatable_remove, .meta_box_repeatable .ui-sortable-handle { border: none; } .meta_box_repeatable .meta_box_repeatable_remove:hover, .meta_box_repeatable .ui-sortable-handle:hover { cursor:move; } .meta_box_repeatable .meta_box_repeatable_remove{ color:#ccc; } .meta_box_repeatable .meta_box_repeatable_remove:hover { color:#cc0000; } .meta_box_repeatable .ui-sortable-handle:hover { color:#333; } .meta_box_repeatable .dashicons { font-size:14px; width: 14px; height: 14px; } /** * Tooltip Styles */ /* Base styles for the element that has a tooltip */ [data-tooltip], .tooltip { position: relative; cursor: pointer; } .form-table.meta_box .dashicons-info { width: 16px; height: 16px; font-size: 16px; line-height: 20px; display: inline-block; } .form-table .dashicons-info:before { color:#ccc; } /* Base styles for the entire tooltip */ [data-tooltip]:before, [data-tooltip]:after, .tooltip:before, .tooltip:after { position: absolute; visibility: hidden; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24); -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24); transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24); -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); pointer-events: none; } /* Show the entire tooltip on hover and focus */ [data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after, .tooltip:hover:before, .tooltip:hover:after, .tooltip:focus:before, .tooltip:focus:after { visibility: visible; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; } /* Base styles for the tooltip's directional arrow */ .tooltip:before, [data-tooltip]:before { z-index: 1001; border: 6px solid transparent; background: transparent; content: ""; } /* Base styles for the tooltip's content area */ .tooltip:after, [data-tooltip]:after { z-index: 1000; padding: 16px; width: 160px; background-color: #000; background-color: hsla(0, 0%, 20%, 0.9); color: #fff; content: attr(data-tooltip); font-size: 14px; font-weight: normal; line-height: 1.2; } /* Directions */ /* Top (default) */ [data-tooltip]:before, [data-tooltip]:after, .tooltip:before, .tooltip:after, .tooltip-top:before, .tooltip-top:after { bottom: 100%; left: 50%; } [data-tooltip]:before, .tooltip:before, .tooltip-top:before { margin-left: -6px; margin-bottom: -12px; border-top-color: #000; border-top-color: hsla(0, 0%, 20%, 0.9); } /* Horizontally align top/bottom tooltips */ [data-tooltip]:after, .tooltip:after, .tooltip-top:after { margin-left: -80px; } [data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after, .tooltip:hover:before, .tooltip:hover:after, .tooltip:focus:before, .tooltip:focus:after, .tooltip-top:hover:before, .tooltip-top:hover:after, .tooltip-top:focus:before, .tooltip-top:focus:after { -webkit-transform: translateY(-12px); -moz-transform: translateY(-12px); transform: translateY(-12px); } /* Left */ .tooltip-left:before, .tooltip-left:after { right: 100%; bottom: 50%; left: auto; } .tooltip-left:before { margin-left: 0; margin-right: -12px; margin-bottom: 0; border-top-color: transparent; border-left-color: #000; border-left-color: hsla(0, 0%, 20%, 0.9); } .tooltip-left:hover:before, .tooltip-left:hover:after, .tooltip-left:focus:before, .tooltip-left:focus:after { -webkit-transform: translateX(-12px); -moz-transform: translateX(-12px); transform: translateX(-12px); } /* Bottom */ .tooltip-bottom:before, .tooltip-bottom:after { top: 100%; bottom: auto; left: 50%; } .tooltip-bottom:before { margin-top: -12px; margin-bottom: 0; border-top-color: transparent; border-bottom-color: #000; border-bottom-color: hsla(0, 0%, 20%, 0.9); } .tooltip-bottom:hover:before, .tooltip-bottom:hover:after, .tooltip-bottom:focus:before, .tooltip-bottom:focus:after { -webkit-transform: translateY(12px); -moz-transform: translateY(12px); transform: translateY(12px); } /* Right */ .tooltip-right:before, .tooltip-right:after { bottom: 50%; left: 100%; } .tooltip-right:before { margin-bottom: 0; margin-left: -12px; border-top-color: transparent; border-right-color: #000; border-right-color: hsla(0, 0%, 20%, 0.9); } .tooltip-right:hover:before, .tooltip-right:hover:after, .tooltip-right:focus:before, .tooltip-right:focus:after { -webkit-transform: translateX(12px); -moz-transform: translateX(12px); transform: translateX(12px); } /* Move directional arrows down a bit for left/right tooltips */ .tooltip-left:before, .tooltip-right:before { top: 3px; } /* Vertically center tooltip content for left/right tooltips */ .tooltip-left:after, .tooltip-right:after { margin-left: 0; margin-bottom: -16px; } /* Criteria fields */ .criteria_fields { float: left; margin-right: 10px !important; } /* Custom */ #schema_article { display: none; } #schema_cpt .form-table th { width: 1% !important; } #schema_cpt .description { margin-bottom: 20px; display: block; } #_schema_review_pros-repeatable input, #_schema_review_cons-repeatable input { float:left; } .form-table.meta_box .meta_box_repeatable td * { margin:0; } /* Remove "+ Add New Category" */ .post-type-schema .taxonomy-add-new { display:none; } /* Input & Textarea placeholder */ #schema_post_meta_box input::-webkit-input-placeholder { color: #ccc; } #schema_post_meta_box input:-moz-placeholder { /* older Firefox*/ color: #ccc; } #schema_post_meta_box input::-moz-placeholder { /* Firefox 19+ */ color: #ccc; } #schema_post_meta_box input:-ms-input-placeholder { color: #ccc; } #schema_post_meta_box textarea::-webkit-input-placeholder { color: #ccc; } #schema_post_meta_box textarea:-moz-placeholder { /* older Firefox*/ color: #ccc; } #schema_post_meta_box textarea::-moz-placeholder { /* Firefox 19+ */ color: #ccc; } #schema_post_meta_box textarea:-ms-input-placeholder { color: #ccc; }
web/app/plugins/schema/includes/admin/meta/css/meta_box.css
.form-table.meta_box h2 { border-bottom:1px dashed #ccc; } .form-table.meta_box th label { font-weight:bold; } .form-table.meta_box .description { font-size:11px; color:#777; font-style:italic; } .form-table.meta_box .meta_box_items { margin:0; padding:0; } .form-table.meta_box .meta_box_items li { display:inline-block; width:20%; min-width:100px; } /* repeatable */ .form-table.meta_box .meta_box_repeatable { width:100%; } .form-table.meta_box .meta_box_repeatable th { width:auto !important; padding:5px 10px; border-bottom:1px dashed #ccc; text-transform:uppercase; font-size:10px; text-shadow:none; color:#ccc; } .form-table.meta_box .meta_box_repeatable tfoot th { border-bottom:none; } .form-table.meta_box .meta_box_repeatable td { width:auto !important; vertical-align:top; padding:10px; border-bottom:1px dashed #ccc; background:#fbfbfb; } .form-table.meta_box .meta_box_repeatable tr:nth-child(even) td { background:none; } .form-table.meta_box .meta_box_repeatable td * { display:block; margin-bottom:3px; } .form-table.meta_box .meta_box_repeatable td .meta_box_upload_image_button, .form-table.meta_box .meta_box_repeatable td small, .form-table.meta_box .meta_box_repeatable td small a { display:inline-block; } .form-table.meta_box .meta_box_repeatable td label { display:block; float:left; width:100px; font-weight:bold; line-height:30px; clear:left; } .form-table.meta_box .meta_box_repeatable td p { margin:0; float:left; padding-bottom:5px; } .form-table.meta_box .meta_box_repeatable td textarea { width: 300px; } .form-table.meta_box .meta_box_repeatable .repeatable_id { background:#ccc; width:30px; text-align:center; } .meta_box_repeatable .sort_label { display:block; width:20px; height:17px; /*background:url(../images/sprite.png) no-repeat -68px -100px;*/ } .meta_box_repeatable .sort { display:block; width:20px; height:15px; /*background:url(../images/sprite.png) 0 -100px;*/ margin-top:6px; cursor:move; } .meta_box_repeatable_add, .meta_box_repeatable_remove { display:block; width:18px; height:16px; /*background:url(../images/sprite.png);*/ margin-top:5px; text-decoration:none; cursor: pointer !important; } .meta_box_repeatable_add { background-position:-30px -100px; } .meta_box_repeatable_remove { background-position:-50px -100px; } .meta_box_repeatable tr:first-child .meta_box_repeatable_remove, .meta_box_repeatable tr:first-child > td > .sort { display:none; } /* image */ .meta_box_preview_image { max-width:200px; max-height:200px; display:block; margin-bottom:3px; } /* file */ .meta_box_file { display:block; width:37px; height:48px; background:url(../images/sprite.png) 0 0; float:left; margin-right:15px; } .meta_box_file.checked { background-position:-50px 0; } .meta_box_filename { margin-bottom:5px; display:block; font-weight:bold; } /* Select */ .form-table select { width:auto; } .chosen-container-multi { width: 95% !important; } .widget-content .meta_box_repeatable select { width:96%; } /* post_drop_sort */ .post_drop_sort_areas, .post_drop_sort_source { width:250px; margin-right:20px; float:left; } .post_drop_sort_areas ul, .post_drop_sort_source { border-radius:5px; border:3px dashed #ccc; margin:0 0 10px; padding:5px 10px 10px; } .post_drop_sort_source { width:224px; background:#ccc; border:none; } .sort_list li { padding:5px 10px; cursor:move; background:#fff; margin:5px 0 0; text-align:center; } .sort_list li.post_drop_sort_area_name { font-weight:bold; border-bottom:1px dashed #ccc; color:#999; background:none; margin:0 0 10px; padding:5px 0; } .post_drop_sort_source.sort_list li.post_drop_sort_area_name { color:#fff; border-color:#fff; } /** * Repeatable Row Styles */ .meta_box_repeatable .meta_box_repeatable_row { width:100%; } .form-table.meta_box .meta_box_repeatable_row td * { display:inline; } .form-table.meta_box .meta_box_repeatable_row td { background-color: #fbfbfb; } .form-table.meta_box .meta_box_repeatable_row li { display:block; float: left; padding: 5px; /*min-height: 60px;*/ } .form-table.meta_box .meta_box_repeatable_row select/*, .form-table.meta_box .meta_box_repeatable_row textarea */ { max-width: 120px; width:120px; }/* .form-table.meta_box .meta_box_repeatable_row .small-text{ max-width: 280px; width: 280px; height: 28px; }*/ .form-table.meta_box .meta_box_repeatable_row input[type=radio], .form-table.meta_box .meta_box_repeatable_row input[type=checkbox] { float: left; display: block; margin-top: 7px; } .form-table.meta_box .meta_box_repeatable_row td label { line-height:inherit; float:none; } .meta_box_repeatable .description { font-size:11px; font-weight:300; } .meta_box_repeatable .meta_box_repeatable_remove, .meta_box_repeatable .ui-sortable-handle { border: none; } .meta_box_repeatable .meta_box_repeatable_remove:hover, .meta_box_repeatable .ui-sortable-handle:hover { cursor:move; } .meta_box_repeatable .meta_box_repeatable_remove{ color:#ccc; } .meta_box_repeatable .meta_box_repeatable_remove:hover { color:#cc0000; } .meta_box_repeatable .ui-sortable-handle:hover { color:#333; } .meta_box_repeatable .dashicons { font-size:14px; width: 14px; height: 14px; } /** * Tooltip Styles */ /* Base styles for the element that has a tooltip */ [data-tooltip], .tooltip { position: relative; cursor: pointer; } .form-table.meta_box .dashicons-info { width: 16px; height: 16px; font-size: 16px; line-height: 20px; display: inline-block; } .form-table .dashicons-info:before { color:#ccc; } /* Base styles for the entire tooltip */ [data-tooltip]:before, [data-tooltip]:after, .tooltip:before, .tooltip:after { position: absolute; visibility: hidden; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24); -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24); transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24); -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); pointer-events: none; } /* Show the entire tooltip on hover and focus */ [data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after, .tooltip:hover:before, .tooltip:hover:after, .tooltip:focus:before, .tooltip:focus:after { visibility: visible; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; } /* Base styles for the tooltip's directional arrow */ .tooltip:before, [data-tooltip]:before { z-index: 1001; border: 6px solid transparent; background: transparent; content: ""; } /* Base styles for the tooltip's content area */ .tooltip:after, [data-tooltip]:after { z-index: 1000; padding: 16px; width: 160px; background-color: #000; background-color: hsla(0, 0%, 20%, 0.9); color: #fff; content: attr(data-tooltip); font-size: 14px; font-weight: normal; line-height: 1.2; } /* Directions */ /* Top (default) */ [data-tooltip]:before, [data-tooltip]:after, .tooltip:before, .tooltip:after, .tooltip-top:before, .tooltip-top:after { bottom: 100%; left: 50%; } [data-tooltip]:before, .tooltip:before, .tooltip-top:before { margin-left: -6px; margin-bottom: -12px; border-top-color: #000; border-top-color: hsla(0, 0%, 20%, 0.9); } /* Horizontally align top/bottom tooltips */ [data-tooltip]:after, .tooltip:after, .tooltip-top:after { margin-left: -80px; } [data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after, .tooltip:hover:before, .tooltip:hover:after, .tooltip:focus:before, .tooltip:focus:after, .tooltip-top:hover:before, .tooltip-top:hover:after, .tooltip-top:focus:before, .tooltip-top:focus:after { -webkit-transform: translateY(-12px); -moz-transform: translateY(-12px); transform: translateY(-12px); } /* Left */ .tooltip-left:before, .tooltip-left:after { right: 100%; bottom: 50%; left: auto; } .tooltip-left:before { margin-left: 0; margin-right: -12px; margin-bottom: 0; border-top-color: transparent; border-left-color: #000; border-left-color: hsla(0, 0%, 20%, 0.9); } .tooltip-left:hover:before, .tooltip-left:hover:after, .tooltip-left:focus:before, .tooltip-left:focus:after { -webkit-transform: translateX(-12px); -moz-transform: translateX(-12px); transform: translateX(-12px); } /* Bottom */ .tooltip-bottom:before, .tooltip-bottom:after { top: 100%; bottom: auto; left: 50%; } .tooltip-bottom:before { margin-top: -12px; margin-bottom: 0; border-top-color: transparent; border-bottom-color: #000; border-bottom-color: hsla(0, 0%, 20%, 0.9); } .tooltip-bottom:hover:before, .tooltip-bottom:hover:after, .tooltip-bottom:focus:before, .tooltip-bottom:focus:after { -webkit-transform: translateY(12px); -moz-transform: translateY(12px); transform: translateY(12px); } /* Right */ .tooltip-right:before, .tooltip-right:after { bottom: 50%; left: 100%; } .tooltip-right:before { margin-bottom: 0; margin-left: -12px; border-top-color: transparent; border-right-color: #000; border-right-color: hsla(0, 0%, 20%, 0.9); } .tooltip-right:hover:before, .tooltip-right:hover:after, .tooltip-right:focus:before, .tooltip-right:focus:after { -webkit-transform: translateX(12px); -moz-transform: translateX(12px); transform: translateX(12px); } /* Move directional arrows down a bit for left/right tooltips */ .tooltip-left:before, .tooltip-right:before { top: 3px; } /* Vertically center tooltip content for left/right tooltips */ .tooltip-left:after, .tooltip-right:after { margin-left: 0; margin-bottom: -16px; } /* Criteria fields */ .criteria_fields { float: left; margin-right: 10px !important; } /* Custom */ #schema_article { display: none; } #schema_cpt .form-table th { width: 1% !important; } #schema_cpt .description { margin-bottom: 20px; display: block; } #_schema_review_pros-repeatable input, #_schema_review_cons-repeatable input { float:left; } .form-table.meta_box .meta_box_repeatable td * { margin:0; } /* Remove "+ Add New Category" */ .post-type-schema .taxonomy-add-new { display:none; } /* Input & Textarea placeholder */ #schema_post_meta_box input::-webkit-input-placeholder { color: #ccc; } #schema_post_meta_box input:-moz-placeholder { /* older Firefox*/ color: #ccc; } #schema_post_meta_box input::-moz-placeholder { /* Firefox 19+ */ color: #ccc; } #schema_post_meta_box input:-ms-input-placeholder { color: #ccc; } #schema_post_meta_box textarea::-webkit-input-placeholder { color: #ccc; } #schema_post_meta_box textarea:-moz-placeholder { /* older Firefox*/ color: #ccc; } #schema_post_meta_box textarea::-moz-placeholder { /* Firefox 19+ */ color: #ccc; } #schema_post_meta_box textarea:-ms-input-placeholder { color: #ccc; }
0.273283
0.077413
/* ========================================================================== 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 ========================================================================== */ body{ margin: 0; font-family: arial; height: 100%; } html{ height: 100%; } *{ margin: 0; } /*GLOBAL*/ a{ text-decoration: none; color: inherit; } a:hover{ color: #650d1b; } figure{ margin: 0; width: 100%; } ul{ list-style: none; } img{ width: 100%; } /*DISPLAY NONE*/ .social, .galery p, .galery article:nth-child(5), .galery article:nth-child(6), .blog p:nth-child(2), #map, #old{ display: none; } /*HEADER*/ .dropdown{ position: fixed; display: inline-block; background: #650d1b; width: 100%; } .dropdown-content{ display: none; position: absolute; background-color: black; opacity: 0.9; text-align: center; width: 100%; letter-spacing: 2px; font-weight: bold; z-index: 1; } .dropdown-content a{ color: white; padding: 20px; display: block; text-transform: uppercase; } .dropdown-content a:hover{ color: #650d1b; } .dropdown:hover .dropdown-content { display: block; } .dropdown p{ font-size: 25px; text-align: center; color: white; } .bkground{ background: url("../img/back.jpg") fixed center; background-size: cover; color: white; width: 100%; height: 100vh; } .bkground2{ background: url("../img/back.jpg") fixed center; background-size: cover; color: white; width: 100%; height: 50vh; } header{ display: flex; } nav p{ letter-spacing: 2px; } .bkground h1{ font-family: times; text-shadow: 2px 2px 4px #eee; text-align: center; font-size: 50px; width: 100%; margin-top: 40%; text-transform: uppercase; color: #650d1b; font-weight: bold; /*opacity: .7;*/ /*letter-spacing: 3px;*/ } /*CONTAINER*/ .container, .containerg, .containerb{ width: 90%; margin: 5% auto; } .container h2, .containerg h1, .containerb h1{ margin: 5% auto; border-left: 2px #650d1b solid; border-right: 2px #650d1b solid; padding: 0 5%; } .containerg h1, .containerb h1{ font-size: 30px; } .galerypage article{ margin: 10% auto; border-bottom: 1px #650d1b solid; } .galerypage h2{ margin: 3% auto; } .galerypage p{ text-align: justify; } .galery{ display: flex; justify-content: space-between; flex-wrap: wrap; } .galery h3{ font-size: 16px; text-align: left; margin: 10% auto; } .exemple{ margin: 1%; width: 48%; text-align: center; } /*page user*/ .user h2{ font-size: 22px; } .user form{ flex-direction: column; width: 100%; } .user input[name="name"], .user input[name="pass"], .user input[name="email"]{ width: 80%; } .birth select{ width: 25%; } .birth input{ width: 25%; } .birth, .line{ display: flex; flex-wrap: wrap; flex-direction: column; margin: 5% auto; } .user input[name="submituser"]{ display: flex; margin: 5% 0; background: #650d1b; color: white; padding: 7px; width: 60%; } .line input, .contact input{ padding: 8px; } .birth input{ padding: 5px; } .birth select{ border-radius: 0; border: 1px lightgrey solid; background: white; padding: 4px; } .user input, .contact input, .contact textarea{ border-radius: 0; border: 1px lightgrey solid; margin: 3px 0; } .user label{ margin: 5px 0; } /*page user end*/ /*contact page*/ .contact iframe{ width: 100%; margin-bottom: 5px; } .contact input[name="submitcont"]{ width: 50%; background: #650d1b; color: white; } .contact input{ width: 80%; } .contact textarea{ padding: 8px; width: 80%; height: 50px; } .contact img{ width: 8%; } h3{ margin: 3% auto; } h3 img{ width: 6%; } #map img{ width: 3%; } #telmail{ border: 1px lightgrey solid; margin: 5% auto; padding: 5px 15px ; } #telmail h4{ font-size: 20px; } /*contact page end*/ /*blog page*/ .containerb article{ margin: 5% 0; border: 1px lightgrey solid; padding: 10px; } .containerb p{ text-align: justify; } .containerb h2{ margin-bottom: 5%; } /*blog page end*/ /*footer*/ footer{ background: black; } .end{ width: 100%; padding: 8px 0; } footer p, .end label{ color: white; } #new input[name="email"], #new input[name="emaill"]{ background: #650d1b; color: white; border: 0; padding: 5px 0; } #new input{ width: 100%; } input[name="submitnew"]{ margin: 1% 0; background: #650d1b; color: white; border: 0; padding: 3px; } footer p{ text-align: center; font-size: 14px; } @media (min-width: 500px) { .bkground h1{ margin-top: 30%; } } @media (min-width: 680px) { .bkground h1{ margin-top: 25%; } } @media (min-width: 768px) { .bkground h1{ margin-top: 15%; } .blog p:nth-child(2), #new input:nth-child(2), #new label:nth-child(1), .galery p, .logo figure, #old{ display: block; } .social{ width: 15%; display: flex; flex-direction: row; margin-top: 40px; } .social img{ width: 50%; } header{ display: flex; justify-content: flex-end; } #new input:nth-child(4){ display: none; } .galery h3{ margin: 4% auto; } .galery p{ text-align: left; margin-bottom: 7%; } .blog{ display: flex; justify-content: space-between; } .container h2{ margin: 5% auto; } .blog p{ text-align: justify; width: 45%; border-top: 1px #650d1b solid; border-bottom: 1px #650d1b solid; } /*user page*/ .user input[name="submituser"]{ width: 35%; } .user{ margin: auto 20%; } /*end user page*/ /*contact page*/ .contact input, .contact textarea{ width: 80%; } .contact textarea{ height: 100px; } .contact input[name="submitcont"]{ width: 40%; } #telmail{ width: 30%; height: 300px; padding: 10px; } .contact form{ width: 60%; } h3 img{ width: 3%; } .contact{ width: 100%; display: flex; justify-content: space-between; align-items: baseline; } .line{ margin: 0 0 5% 0; } /*end contact pag */ /*galery page*/ .galerypage article{ display: flex; align-items: center; border-bottom: none; } .phrase{ margin-left: 5%; } /*end galery page*/ /*page blog */ .containerb h2{ margin-bottom: 2%; } /*end page blog*/ input[name="submitnew"]{ width: 100%; } .end{ display: flex; justify-content: center; /*align-items: center;*/ } #new{ width: 50%; } #new p, #old p{ text-align: left; } #new input{ width: 50%; } #new input[name="submitnew"]{ width: 30%; } #old{ width: 30%; } #button{ background: #650d1b; width: 30%; color: white; padding: 8px; } } @media (min-width: 1024px) { .galery figure{ width: 50%; } .bkground h1{ font-size: 80px; } .exemple img{ width: 220px; } .exemple{ width: 48%; display: flex; margin: 15px auto; } .flex{ border-top: 1px #650d1b solid; border-bottom: 1px #650d1b solid; } .galery article:nth-child(2), .galery article:nth-child(4), .galery article:nth-child(6){ flex-direction: row-reverse; } .galery article:nth-child(5), .galery article:nth-child(6){ display: flex; } .flex{ padding: 30px; } .exemple img{ -webkit-transition: all 1s ease; /* Safari and Chrome */ -moz-transition: all 1s ease; /* Firefox */ -ms-transition: all 1s ease; /* IE 9 */ -o-transition: all 1s ease; /* Opera */ transition: all 2s ease; } .exemple img:hover{ transform:scale(1.25); -ms-transform:scale(1.25); /* IE 9 */ -moz-transform:scale(1.25); /* Firefox */ -webkit-transform:scale(1.25); /* Safari and Chrome */ -o-transform:scale(1.25); } #map{ display:block; } #map p{ margin: auto auto 2% auto; } /*user page*/ .user input[name="submituser"]{ width: 20%; } .user input[name="name"], .user input[name="pass"], .user input[name="email"]{ width: 60%; } /*end user pag*/ /*galery page*/ .phrase p{ line-height: 30px; } .phrase h2{ margin: 0 0 3% 0; } .galerypage article{ margin: 5% 0; } /*end galery page*/ /*page blog*/ .b article{ width: 45%; } .b article:nth-child(1), .b article:nth-child(2){ margin-bottom: 10px; } .b{ display: flex; justify-content: space-between; flex-wrap: wrap; } /*end blog page*/ } /* ========================================================================== 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 ========================================================================== */ body{ margin: 0; font-family: arial; height: 100%; } html{ height: 100%; } *{ margin: 0; } /*GLOBAL*/ a{ text-decoration: none; color: inherit; } a:hover{ color: #650d1b; } figure{ margin: 0; width: 100%; } ul{ list-style: none; } img{ width: 100%; } /*DISPLAY NONE*/ .social, .galery p, .galery article:nth-child(5), .galery article:nth-child(6), .blog p:nth-child(2), #map, #old{ display: none; } /*HEADER*/ .dropdown{ position: fixed; display: inline-block; background: #650d1b; width: 100%; } .dropdown-content{ display: none; position: absolute; background-color: black; opacity: 0.9; text-align: center; width: 100%; letter-spacing: 2px; font-weight: bold; z-index: 1; } .dropdown-content a{ color: white; padding: 20px; display: block; text-transform: uppercase; } .dropdown-content a:hover{ color: #650d1b; } .dropdown:hover .dropdown-content { display: block; } .dropdown p{ font-size: 25px; text-align: center; color: white; } .bkground{ background: url("../img/back.jpg") fixed center; background-size: cover; color: white; width: 100%; height: 100vh; } .bkground2{ background: url("../img/back.jpg") fixed center; background-size: cover; color: white; width: 100%; height: 50vh; } header{ display: flex; } nav p{ letter-spacing: 2px; } .bkground h1{ font-family: times; text-shadow: 2px 2px 4px #eee; text-align: center; font-size: 50px; width: 100%; margin-top: 40%; text-transform: uppercase; color: #650d1b; font-weight: bold; /*opacity: .7;*/ /*letter-spacing: 3px;*/ } /*CONTAINER*/ .container, .containerg, .containerb{ width: 90%; margin: 5% auto; } .container h2, .containerg h1, .containerb h1{ margin: 5% auto; border-left: 2px #650d1b solid; border-right: 2px #650d1b solid; padding: 0 5%; } .containerg h1, .containerb h1{ font-size: 30px; } .galerypage article{ margin: 10% auto; border-bottom: 1px #650d1b solid; } .galerypage h2{ margin: 3% auto; } .galerypage p{ text-align: justify; } .galery{ display: flex; justify-content: space-between; flex-wrap: wrap; } .galery h3{ font-size: 16px; text-align: left; margin: 10% auto; } .exemple{ margin: 1%; width: 48%; text-align: center; } /*page user*/ .user h2{ font-size: 22px; } .user form{ flex-direction: column; width: 100%; } .user input[name="name"], .user input[name="pass"], .user input[name="email"]{ width: 80%; } .birth select{ width: 25%; } .birth input{ width: 25%; } .birth, .line{ display: flex; flex-wrap: wrap; flex-direction: column; margin: 5% auto; } .user input[name="submituser"]{ display: flex; margin: 5% 0; background: #650d1b; color: white; padding: 7px; width: 60%; } .line input, .contact input{ padding: 8px; } .birth input{ padding: 5px; } .birth select{ border-radius: 0; border: 1px lightgrey solid; background: white; padding: 4px; } .user input, .contact input, .contact textarea{ border-radius: 0; border: 1px lightgrey solid; margin: 3px 0; } .user label{ margin: 5px 0; } /*page user end*/ /*contact page*/ .contact iframe{ width: 100%; margin-bottom: 5px; } .contact input[name="submitcont"]{ width: 50%; background: #650d1b; color: white; } .contact input{ width: 80%; } .contact textarea{ padding: 8px; width: 80%; height: 50px; } .contact img{ width: 8%; } h3{ margin: 3% auto; } h3 img{ width: 6%; } #map img{ width: 3%; } #telmail{ border: 1px lightgrey solid; margin: 5% auto; padding: 5px 15px ; } #telmail h4{ font-size: 20px; } /*contact page end*/ /*blog page*/ .containerb article{ margin: 5% 0; border: 1px lightgrey solid; padding: 10px; } .containerb p{ text-align: justify; } .containerb h2{ margin-bottom: 5%; } /*blog page end*/ /*footer*/ footer{ background: black; } .end{ width: 100%; padding: 8px 0; } footer p, .end label{ color: white; } #new input[name="email"], #new input[name="emaill"]{ background: #650d1b; color: white; border: 0; padding: 5px 0; } #new input{ width: 100%; } input[name="submitnew"]{ margin: 1% 0; background: #650d1b; color: white; border: 0; padding: 3px; } footer p{ text-align: center; font-size: 14px; } @media (min-width: 500px) { .bkground h1{ margin-top: 30%; } } @media (min-width: 680px) { .bkground h1{ margin-top: 25%; } } @media (min-width: 768px) { .bkground h1{ margin-top: 15%; } .blog p:nth-child(2), #new input:nth-child(2), #new label:nth-child(1), .galery p, .logo figure, #old{ display: block; } .social{ width: 15%; display: flex; flex-direction: row; margin-top: 40px; } .social img{ width: 50%; } header{ display: flex; justify-content: flex-end; } #new input:nth-child(4){ display: none; } .galery h3{ margin: 4% auto; } .galery p{ text-align: left; margin-bottom: 7%; } .blog{ display: flex; justify-content: space-between; } .container h2{ margin: 5% auto; } .blog p{ text-align: justify; width: 45%; border-top: 1px #650d1b solid; border-bottom: 1px #650d1b solid; } /*user page*/ .user input[name="submituser"]{ width: 35%; } .user{ margin: auto 20%; } /*end user page*/ /*contact page*/ .contact input, .contact textarea{ width: 80%; } .contact textarea{ height: 100px; } .contact input[name="submitcont"]{ width: 40%; } #telmail{ width: 30%; height: 300px; padding: 10px; } .contact form{ width: 60%; } h3 img{ width: 3%; } .contact{ width: 100%; display: flex; justify-content: space-between; align-items: baseline; } .line{ margin: 0 0 5% 0; } /*end contact pag */ /*galery page*/ .galerypage article{ display: flex; align-items: center; border-bottom: none; } .phrase{ margin-left: 5%; } /*end galery page*/ /*page blog */ .containerb h2{ margin-bottom: 2%; } /*end page blog*/ input[name="submitnew"]{ width: 100%; } .end{ display: flex; justify-content: center; /*align-items: center;*/ } #new{ width: 50%; } #new p, #old p{ text-align: left; } #new input{ width: 50%; } #new input[name="submitnew"]{ width: 30%; } #old{ width: 30%; } #button{ background: #650d1b; width: 30%; color: white; padding: 8px; } } @media (min-width: 1024px) { .galery figure{ width: 50%; } .bkground h1{ font-size: 80px; } .exemple img{ width: 220px; } .exemple{ width: 48%; display: flex; margin: 15px auto; } .flex{ border-top: 1px #650d1b solid; border-bottom: 1px #650d1b solid; } .galery article:nth-child(2), .galery article:nth-child(4), .galery article:nth-child(6){ flex-direction: row-reverse; } .galery article:nth-child(5), .galery article:nth-child(6){ display: flex; } .flex{ padding: 30px; } .exemple img{ -webkit-transition: all 1s ease; /* Safari and Chrome */ -moz-transition: all 1s ease; /* Firefox */ -ms-transition: all 1s ease; /* IE 9 */ -o-transition: all 1s ease; /* Opera */ transition: all 2s ease; } .exemple img:hover{ transform:scale(1.25); -ms-transform:scale(1.25); /* IE 9 */ -moz-transform:scale(1.25); /* Firefox */ -webkit-transform:scale(1.25); /* Safari and Chrome */ -o-transform:scale(1.25); } #map{ display:block; } #map p{ margin: auto auto 2% auto; } /*user page*/ .user input[name="submituser"]{ width: 20%; } .user input[name="name"], .user input[name="pass"], .user input[name="email"]{ width: 60%; } /*end user pag*/ /*galery page*/ .phrase p{ line-height: 30px; } .phrase h2{ margin: 0 0 3% 0; } .galerypage article{ margin: 5% 0; } /*end galery page*/ /*page blog*/ .b article{ width: 45%; } .b article:nth-child(1), .b article:nth-child(2){ margin-bottom: 10px; } .b{ display: flex; justify-content: space-between; flex-wrap: wrap; } /*end blog page*/ } /* ========================================================================== 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.523908
0.069985
.scrollbarall{height:225px;position:relative;overflow:hidden;} .scrollbarall .scrollbar{height:100%;width:5px;position:absolute;right:0;top:0;_right:-1px;z-index:20;} .scrollbarall .track{position:relative;background:#e8e8e8;} .scrollbarall .thumb{background:#b5b5b5;width:100%;position:absolute;cursor:pointer;border-radius:10px;} .scrollbarall .viewport{height:100%;width:100%;position:relative;z-index:10;} .scrollbarall .viewport div.mask{position:absolute;width:100%;height:100%;left:0;top:0;z-index:100;filter:alpha(opacity=0);opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);background:#fff;} .scrollbarall .overview{position:absolute;} .scrollbarall-01{height:196px;} /*****租车*********/ .select-carType{ margin-top:35px;width:100%;} .select-carType .slt-title{width: 100%; border-bottom: 1px solid #ddd; height: 38px;} .select-carType .slt-title span{width:130px; height: 35px; line-height: 35px; text-align: center; border-top: 3px solid #e93d79; color: #e63d78; font-size: 16px; font-weight: bold; margin-left: 20px; border-left: 1px solid #ddd; border-right: 1px solid #ddd; float: left; border-bottom: 1px solid #fff; background-color: #fff;} .select-carType .slt-title a{ float: right; line-height: 38px; font-size: 14px; color: #333;} .slt-infoBox .sltCondition{width: 100%; border-bottom: 1px solid #ddd; padding:20px 0; display:block; float: left;} .slt-infoBox .sltCondition .typeName{ height: 20px; line-height: 20px; float: left;width: 80px; padding-left: 35px; font-size: 16px; color: #333;} .slt-infoBox .sltCondition .typeName.bg1{ background: url(../images/selectCar-icon1.png) 10px center no-repeat;} .slt-infoBox .sltCondition .typeName.bg2{ background: url(../images/selectCar-icon2.png) 10px center no-repeat;} .slt-infoBox .sltCondition .typeName.bg3{ background: url(../images/selectCar-icon3.png) 10px center no-repeat;} .slt-infoBox .sltCondition .typeName.bg4{ background: url(../images/selectCar-icon4.png) 10px center no-repeat;;} .slt-infoBox .sltCondition .inner{ padding-left: 130px; line-height: 24px;} .slt-infoBox .sltCondition .inner a{ font-size: 14px; color: #333; margin:0 20px; padding: 3px 10px; float: left;} .slt-infoBox .sltCondition .inner a.action{ background-color: #fd73a4; color: #fff;} .result{ margin-top: 20px; height: 30px; line-height: 30px; font-size: 12px; color: #333; text-align: right; float: right;} .result em{color: #e53c75;} .result .cbox{ margin-left: 4px;vertical-align:middle;} .carBox{ margin-right: -33px; margin-top: 20px; clear: both;} .carBox .itembox{width:375px; float: left; border: 1px solid #ddd; margin-right:33px; margin-bottom: 30px;} .carBox .itembox .tabInne{width:375px; height: 245px;} .carBox .itembox .htile{padding: 10px; height: 16px; color: #333;} .carBox .itembox .htile span{float: left; font-size: 16px;color: #333;} .carBox .itembox .htile .tab{ float: right; text-align: right;} .carBox .itembox .htile .tab span{ float: left; font-size: 14px;} .carBox .itembox .htile .tab a{width:16px; height: 16px; font-size:16px; border-radius: 20px; margin-left: 5px; margin-top: 3px; float: left;} .carBox .itembox .htile .tab a.red{ background: #ee0f08;} .carBox .itembox .htile .tab a.black{ background: #000;} .carBox .itembox .htile .tab a.white{ background: #fff; border:1px solid #ddd;} .carBox .itembox .htile .tab a.blue{ background: #2270ae} .carBox .itembox .htile .tab a.red{ background: #FF0000;} .carBox .itembox .htile .tab a.black{ background: #000;} .carBox .itembox .htile .tab a.white{ background: #fff; border:1px solid #ddd;} .carBox .itembox .htile .tab a.yellow{ background: #FFFF00} .carBox .itembox .htile .tab a.blue{ background: #0000FF} .carBox .itembox .htile .tab a.gray{ background: #808080} .carBox .itembox .htile .tab a.purple{ background: #800080} .carBox .itembox .htile .tab a.orange{ background: #FFA500} .carBox .itembox .htile .tab a.brown{ background: #A52A2A} .carBox .itembox .htile .tab a.gold{ background: #ffd700} .carBox .itembox .htile .tab a.silvery{ background: #c0c0c0} .carBox .itembox .htile .tab a.champagne{ background: #D1B7A6} .carBox .itembox .pname .spa1{ font-size: 16px; color: #e53c75; height:30px; line-height: 30px; font-weight: bold; padding-left: 10px;} .carBox .itembox .pname .spa2{ font-size: 14px; color: #999; padding-left: 20px; font-weight: normal;} .carBox .itembox .pname .spa2 em{ text-decoration: line-through;} .carBox .itembox .alink{ margin:0 auto; margin-top:15px; margin-bottom:20px;width: 190px; height: 30px;} .carBox .itembox .alink a{ float: left; width:90px; height: 30px; line-height: 30px; background-color: #f6f4f5; color: #000; display:block; text-align: center; border:1px solid #ddd;} /*****租车详情*********/ .Mask{width: 100%; height: 100%; position: absolute; top: 0;left: 0; background-color: #000; opacity: 0.7;z-index: 10001; display:none;} .main1{width:800px; background:#fff;position:absolute; left: 50%; margin-left: -400px;top: 50px; z-index:100;} .img-info1{width:320px; float: left;} .hotel-detail-box1{position: relative;padding: 0 0 40px 380px;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;} .hotel-detail-box1 .img-info1 {width: 380px;position: absolute;left:0px;} .hotel-detail-box1 .slider-box-4-js {width: 360px;padding: 20px 20px 20px 0; padding-top: 30px;} .hotel-detail-box1 .slider-box-4-js .big-img-box {width: 100%; height: 260px;} .hotel-detail-box1 .base-info{padding-left:20px;position:relative;height:220px;} .hotel-detail-box1 .base-info h1{ font-size: 26px; margin-top: 40px;} .hotel-detail-box1 .car-rent{width:50%; float: left; height: 35px;line-height: 35px; } .hotel-detail-box1 .car-rent span{font-size: 14px; color: #333;} .hotel-detail-box1 .car-rent span i{ color:#FC5682; font-size: 14px; } .hotel-detail-box1 .score-info{border-top:1px solid #fce195;border-bottom:1px solid #fce195;background-color:#fefaef;padding:10px 15px 10px 15px;} .slider-box-4-js .sel-box{width:100%;height:56px;position:relative} .slider-box-4-js .slider-box{width:300px;height:100%;position:relative;margin:0 auto;overflow:hidden;} .slider-box-4-js .item-box{height:100%;position:absolute;left:0;top:0;} .slider-box-4-js .item{width:70px;height:50px;border:3px solid #fff;float:left;margin-right:10px;cursor:pointer;} .slider-box-4-js .item-current{border:3px solid #FC5682;cursor:default;} .slider-box-4-js img{width:100%;height:100%;} .slider-box-4-js .btn-lef,.slider-box-4-js .btn-rig{position:absolute;top:25px;left:5px;cursor:pointer;} .slider-box-4-js .btn-rig{left:auto;right:5px;} .hotel-detail-box1 .slide-box{float: left; width: 330px;height: 260px; position:relative;background-color: #333;overflow:hidden;} .hotel-detail-box1 .img-box{height: 100%;width: 100%;} .hotel-detail-box1 .img-box li{height: 100%;width: 100%;} .hotel-detail-box1 .img-box img{height: 100%;width: 100%;} .hotel-detail-box1 .dot-box{margin-top: 230px; padding-left: 0;} /* ============ 婚礼课堂样式 ============ */ .ktmain .kt-tab{ height:38px; line-height: 38px; margin-top: 20px; margin-bottom: 20px;} .ktmain .kt-tab a{width:168px; float: left; height: 38px; text-align:center; color: #000; font-size: 16px; font-weight: bold;border-right: 2px solid #fff; background-color: #eeeeee;} .ktmain .kt-tab a:hover,.ktmain .kt-tab a.action{ background-color: #ec1c64; color: #fff;} .ktmain .ktlist{} .ktmain .ktlist li{width: 100%; height: 90px; padding: 20px 0; border-bottom: 1px solid #ddd;} .ktmain .ktlist img{width:135px; height: 90px; display: block; float: left;} .ktmain .ktlist .inroduce{padding-left: 20px; height: 90px; overflow: hidden;width: 1040px;float: right;position:relative;} .ktmain .ktlist .inroduce h2 a{ font-size: 14px; font-weight: bold; color: #000; line-height: 24px;} .ktmain .ktlist .inroduce h2 a:hover,.ktmain .ktlist .inroduce p a{ color: #ec1c64} .ktmain .ktlist .inroduce p{ line-height: 20px; font-size: 12px; color: #666;height: 40px; overflow: hidden; margin-top: 15px;} .ktmain .ktlist .inroduce p a{margin-left:10px;} .ktmain .ktlist .inroduce .time{display:block;position:absolute;right:0;top:5px;color:#999;} .ad-vedio{width: 100%;} .ad-vedio .adpic{position: relative; width: 1920px;left: 50%;margin-left: -960px;} /* ============ 婚礼课堂详情 ============ */ .ktmain-info .tit{ height: 60px; line-height: 60px; border-bottom: 1px solid #ddd; text-align:center; font-size: 14px; color: #d39a02;} .ktmain-info p{ text-indent: 2em; font-size: 12px; color: #666; line-height: 24px;} .ktmain-info .content{padding-bottom:40px;} /*酒店列表搜索框 2016 1.1 来自名叫张青的未来问候*/ .screening-2-js .search-box{float:left;height:30px;margin-top:9px;} .screening-2-js .search{height:28px;width:260px;border:1px solid #e0e0e0;background-color:#fff;float:left;position:relative; margin-left: 30px;} .screening-2-js .search input{height:16px;padding:8px 6px 4px 30px;width:224px;font-size:14px;color:#333;} .screening-2-js .search .ico-6-js{position:absolute;left:6px;top:6px; float: left;} .screening-2-js .search .txt{margin-top: 0; line-height: 16px;} .screening-2-js .sub-1-js .subt{margin-top: 0px; line-height: 30px; background:none; color: #fff;} .screening-2-js .sub-1-js { height: 30px;padding: 0 10px;background-color: #FC5682;display: block;color: #fff;position: relative;float: left;}
app/assets/styles/zq-css.css
.scrollbarall{height:225px;position:relative;overflow:hidden;} .scrollbarall .scrollbar{height:100%;width:5px;position:absolute;right:0;top:0;_right:-1px;z-index:20;} .scrollbarall .track{position:relative;background:#e8e8e8;} .scrollbarall .thumb{background:#b5b5b5;width:100%;position:absolute;cursor:pointer;border-radius:10px;} .scrollbarall .viewport{height:100%;width:100%;position:relative;z-index:10;} .scrollbarall .viewport div.mask{position:absolute;width:100%;height:100%;left:0;top:0;z-index:100;filter:alpha(opacity=0);opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);background:#fff;} .scrollbarall .overview{position:absolute;} .scrollbarall-01{height:196px;} /*****租车*********/ .select-carType{ margin-top:35px;width:100%;} .select-carType .slt-title{width: 100%; border-bottom: 1px solid #ddd; height: 38px;} .select-carType .slt-title span{width:130px; height: 35px; line-height: 35px; text-align: center; border-top: 3px solid #e93d79; color: #e63d78; font-size: 16px; font-weight: bold; margin-left: 20px; border-left: 1px solid #ddd; border-right: 1px solid #ddd; float: left; border-bottom: 1px solid #fff; background-color: #fff;} .select-carType .slt-title a{ float: right; line-height: 38px; font-size: 14px; color: #333;} .slt-infoBox .sltCondition{width: 100%; border-bottom: 1px solid #ddd; padding:20px 0; display:block; float: left;} .slt-infoBox .sltCondition .typeName{ height: 20px; line-height: 20px; float: left;width: 80px; padding-left: 35px; font-size: 16px; color: #333;} .slt-infoBox .sltCondition .typeName.bg1{ background: url(../images/selectCar-icon1.png) 10px center no-repeat;} .slt-infoBox .sltCondition .typeName.bg2{ background: url(../images/selectCar-icon2.png) 10px center no-repeat;} .slt-infoBox .sltCondition .typeName.bg3{ background: url(../images/selectCar-icon3.png) 10px center no-repeat;} .slt-infoBox .sltCondition .typeName.bg4{ background: url(../images/selectCar-icon4.png) 10px center no-repeat;;} .slt-infoBox .sltCondition .inner{ padding-left: 130px; line-height: 24px;} .slt-infoBox .sltCondition .inner a{ font-size: 14px; color: #333; margin:0 20px; padding: 3px 10px; float: left;} .slt-infoBox .sltCondition .inner a.action{ background-color: #fd73a4; color: #fff;} .result{ margin-top: 20px; height: 30px; line-height: 30px; font-size: 12px; color: #333; text-align: right; float: right;} .result em{color: #e53c75;} .result .cbox{ margin-left: 4px;vertical-align:middle;} .carBox{ margin-right: -33px; margin-top: 20px; clear: both;} .carBox .itembox{width:375px; float: left; border: 1px solid #ddd; margin-right:33px; margin-bottom: 30px;} .carBox .itembox .tabInne{width:375px; height: 245px;} .carBox .itembox .htile{padding: 10px; height: 16px; color: #333;} .carBox .itembox .htile span{float: left; font-size: 16px;color: #333;} .carBox .itembox .htile .tab{ float: right; text-align: right;} .carBox .itembox .htile .tab span{ float: left; font-size: 14px;} .carBox .itembox .htile .tab a{width:16px; height: 16px; font-size:16px; border-radius: 20px; margin-left: 5px; margin-top: 3px; float: left;} .carBox .itembox .htile .tab a.red{ background: #ee0f08;} .carBox .itembox .htile .tab a.black{ background: #000;} .carBox .itembox .htile .tab a.white{ background: #fff; border:1px solid #ddd;} .carBox .itembox .htile .tab a.blue{ background: #2270ae} .carBox .itembox .htile .tab a.red{ background: #FF0000;} .carBox .itembox .htile .tab a.black{ background: #000;} .carBox .itembox .htile .tab a.white{ background: #fff; border:1px solid #ddd;} .carBox .itembox .htile .tab a.yellow{ background: #FFFF00} .carBox .itembox .htile .tab a.blue{ background: #0000FF} .carBox .itembox .htile .tab a.gray{ background: #808080} .carBox .itembox .htile .tab a.purple{ background: #800080} .carBox .itembox .htile .tab a.orange{ background: #FFA500} .carBox .itembox .htile .tab a.brown{ background: #A52A2A} .carBox .itembox .htile .tab a.gold{ background: #ffd700} .carBox .itembox .htile .tab a.silvery{ background: #c0c0c0} .carBox .itembox .htile .tab a.champagne{ background: #D1B7A6} .carBox .itembox .pname .spa1{ font-size: 16px; color: #e53c75; height:30px; line-height: 30px; font-weight: bold; padding-left: 10px;} .carBox .itembox .pname .spa2{ font-size: 14px; color: #999; padding-left: 20px; font-weight: normal;} .carBox .itembox .pname .spa2 em{ text-decoration: line-through;} .carBox .itembox .alink{ margin:0 auto; margin-top:15px; margin-bottom:20px;width: 190px; height: 30px;} .carBox .itembox .alink a{ float: left; width:90px; height: 30px; line-height: 30px; background-color: #f6f4f5; color: #000; display:block; text-align: center; border:1px solid #ddd;} /*****租车详情*********/ .Mask{width: 100%; height: 100%; position: absolute; top: 0;left: 0; background-color: #000; opacity: 0.7;z-index: 10001; display:none;} .main1{width:800px; background:#fff;position:absolute; left: 50%; margin-left: -400px;top: 50px; z-index:100;} .img-info1{width:320px; float: left;} .hotel-detail-box1{position: relative;padding: 0 0 40px 380px;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;} .hotel-detail-box1 .img-info1 {width: 380px;position: absolute;left:0px;} .hotel-detail-box1 .slider-box-4-js {width: 360px;padding: 20px 20px 20px 0; padding-top: 30px;} .hotel-detail-box1 .slider-box-4-js .big-img-box {width: 100%; height: 260px;} .hotel-detail-box1 .base-info{padding-left:20px;position:relative;height:220px;} .hotel-detail-box1 .base-info h1{ font-size: 26px; margin-top: 40px;} .hotel-detail-box1 .car-rent{width:50%; float: left; height: 35px;line-height: 35px; } .hotel-detail-box1 .car-rent span{font-size: 14px; color: #333;} .hotel-detail-box1 .car-rent span i{ color:#FC5682; font-size: 14px; } .hotel-detail-box1 .score-info{border-top:1px solid #fce195;border-bottom:1px solid #fce195;background-color:#fefaef;padding:10px 15px 10px 15px;} .slider-box-4-js .sel-box{width:100%;height:56px;position:relative} .slider-box-4-js .slider-box{width:300px;height:100%;position:relative;margin:0 auto;overflow:hidden;} .slider-box-4-js .item-box{height:100%;position:absolute;left:0;top:0;} .slider-box-4-js .item{width:70px;height:50px;border:3px solid #fff;float:left;margin-right:10px;cursor:pointer;} .slider-box-4-js .item-current{border:3px solid #FC5682;cursor:default;} .slider-box-4-js img{width:100%;height:100%;} .slider-box-4-js .btn-lef,.slider-box-4-js .btn-rig{position:absolute;top:25px;left:5px;cursor:pointer;} .slider-box-4-js .btn-rig{left:auto;right:5px;} .hotel-detail-box1 .slide-box{float: left; width: 330px;height: 260px; position:relative;background-color: #333;overflow:hidden;} .hotel-detail-box1 .img-box{height: 100%;width: 100%;} .hotel-detail-box1 .img-box li{height: 100%;width: 100%;} .hotel-detail-box1 .img-box img{height: 100%;width: 100%;} .hotel-detail-box1 .dot-box{margin-top: 230px; padding-left: 0;} /* ============ 婚礼课堂样式 ============ */ .ktmain .kt-tab{ height:38px; line-height: 38px; margin-top: 20px; margin-bottom: 20px;} .ktmain .kt-tab a{width:168px; float: left; height: 38px; text-align:center; color: #000; font-size: 16px; font-weight: bold;border-right: 2px solid #fff; background-color: #eeeeee;} .ktmain .kt-tab a:hover,.ktmain .kt-tab a.action{ background-color: #ec1c64; color: #fff;} .ktmain .ktlist{} .ktmain .ktlist li{width: 100%; height: 90px; padding: 20px 0; border-bottom: 1px solid #ddd;} .ktmain .ktlist img{width:135px; height: 90px; display: block; float: left;} .ktmain .ktlist .inroduce{padding-left: 20px; height: 90px; overflow: hidden;width: 1040px;float: right;position:relative;} .ktmain .ktlist .inroduce h2 a{ font-size: 14px; font-weight: bold; color: #000; line-height: 24px;} .ktmain .ktlist .inroduce h2 a:hover,.ktmain .ktlist .inroduce p a{ color: #ec1c64} .ktmain .ktlist .inroduce p{ line-height: 20px; font-size: 12px; color: #666;height: 40px; overflow: hidden; margin-top: 15px;} .ktmain .ktlist .inroduce p a{margin-left:10px;} .ktmain .ktlist .inroduce .time{display:block;position:absolute;right:0;top:5px;color:#999;} .ad-vedio{width: 100%;} .ad-vedio .adpic{position: relative; width: 1920px;left: 50%;margin-left: -960px;} /* ============ 婚礼课堂详情 ============ */ .ktmain-info .tit{ height: 60px; line-height: 60px; border-bottom: 1px solid #ddd; text-align:center; font-size: 14px; color: #d39a02;} .ktmain-info p{ text-indent: 2em; font-size: 12px; color: #666; line-height: 24px;} .ktmain-info .content{padding-bottom:40px;} /*酒店列表搜索框 2016 1.1 来自名叫张青的未来问候*/ .screening-2-js .search-box{float:left;height:30px;margin-top:9px;} .screening-2-js .search{height:28px;width:260px;border:1px solid #e0e0e0;background-color:#fff;float:left;position:relative; margin-left: 30px;} .screening-2-js .search input{height:16px;padding:8px 6px 4px 30px;width:224px;font-size:14px;color:#333;} .screening-2-js .search .ico-6-js{position:absolute;left:6px;top:6px; float: left;} .screening-2-js .search .txt{margin-top: 0; line-height: 16px;} .screening-2-js .sub-1-js .subt{margin-top: 0px; line-height: 30px; background:none; color: #fff;} .screening-2-js .sub-1-js { height: 30px;padding: 0 10px;background-color: #FC5682;display: block;color: #fff;position: relative;float: left;}
0.41941
0.093761
@charset "UTF-8"; body { font-family: 'Inter', sans-serif; background-color: #151719; } .header { padding: 15px 20px; background-image: url(../images/Shapes.svg); background-repeat: no-repeat; background-size: contain; background-position: 150px 0; } .wrapper { width: 1104px; margin: 0 auto; } .header-top { 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; } .header-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; list-style: none; } .header-list__item { margin-left: 45px; } .header-list__item a { text-decoration: none; font-size: 16px; } .header-list__link01 { color: #C5D2DC; -webkit-transition: color 0.4s ease; transition: color 0.4s ease; } .header-list__link01:hover { color: #5D5DFF; } .header-list__link02 { color: #FFFFFF; padding: 10px 19px; background-color: #5D5DFF; border-radius: 2px; font-weight: 500; -webkit-transition: -webkit-box-shadow 0.2s ease; transition: -webkit-box-shadow 0.2s ease; transition: box-shadow 0.2s ease; transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease; } .header-list__link02:hover { -webkit-box-shadow: 0 0 10px #5D5DFF; box-shadow: 0 0 10px #5D5DFF; } .header-bottom { text-align: center; padding: 61px 0; } .header-bottom-title { font-size: 52px; font-weight: 800; color: #D9E3EA; letter-spacing: -0.5px; margin-bottom: 17px; } .header-bottom-description { font-size: 20px; width: 650px; color: #9BA9B4; margin: 0px auto; line-height: 30px; letter-spacing: -0.25px; } .header-bottom-list { 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; list-style-type: none; } .header-bottom-list__item { margin: 30px 25px 63px 0px; } .header-bottom-list__item-link { text-decoration: none; font-size: 16px; font-weight: 500; } .header-bottom__link01 { color: #FFFFFF; padding: 14px 30px; background-color: #5D5DFF; border-radius: 2px; -webkit-transition: -webkit-box-shadow 0.2s ease; transition: -webkit-box-shadow 0.2s ease; transition: box-shadow 0.2s ease; transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease; } .header-bottom__link01:hover { -webkit-box-shadow: 0 0 10px #5D5DFF; box-shadow: 0 0 10px #5D5DFF; } .header-bottom__link02 { color: #C5D2DC; padding: 14px 30px; background-color: #33363A; border-radius: 2px; -webkit-transition: -webkit-box-shadow 0.2s ease; transition: -webkit-box-shadow 0.2s ease; transition: box-shadow 0.2s ease; transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease; } .header-bottom__link02:hover { -webkit-box-shadow: 0 0 10px #33363A; box-shadow: 0 0 10px #33363A; } .video-container { margin-left: 40px; width: 1024px; height: 576px; position: relative; } .video-container video { max-width: 100%; max-height: 100%; -o-object-fit: cover; object-fit: cover; } .pausebtn { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 150px; height: 150px; background-size: cover; background-position: center center; background-repeat: no-repeat; background-image: url(../images/Play.svg); } .section-page01 { display: block; margin-bottom: 62px; } .section-text { margin-top: 51px; text-align: center; } .section-text-page02 { margin: 86px 0; } .section-text__title { font-size: 40px; font-weight: 800; color: #D9E3EA; letter-spacing: -0.5px; margin-bottom: 19px; } .section-text__title-page02 { margin-top: 25px; margin-left: 13px; margin-bottom: 17px; } .section-text__description { width: 800px; margin: 0 auto; font-size: 20px; color: #9BA9B4; letter-spacing: -0.25px; line-height: 1.5; } .section-text__description-page02 { width: 720px; padding-left: 7px; } .section-text__description-page03 { width: 768px; margin-top: -2px; } .section-text__btn { font-size: 14px; font-weight: 600; color: #36A269; text-decoration: none; padding: 7px 12px; background-color: #C6F6D5; border-radius: 15px; -webkit-transition: -webkit-box-shadow 0.2s ease; transition: -webkit-box-shadow 0.2s ease; transition: box-shadow 0.2s ease; transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease; } .section-text__btn:hover { -webkit-box-shadow: 0 0 10px #C6F6D5; box-shadow: 0 0 10px #C6F6D5; } .section-features { display: block; margin-top: 79px; } .section-features__line { 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; margin-bottom: 45px; } .section-features__block { text-align: center; -webkit-transition: -webkit-box-shadow 0.4s ease, -webkit-transform 0.4s ease; transition: -webkit-box-shadow 0.4s ease, -webkit-transform 0.4s ease; transition: box-shadow 0.4s ease, transform 0.4s ease; transition: box-shadow 0.4s ease, transform 0.4s ease, -webkit-box-shadow 0.4s ease, -webkit-transform 0.4s ease; cursor: pointer; } .section-features__block:hover { -webkit-box-shadow: 0 0 10px #33363A; box-shadow: 0 0 10px #33363A; -webkit-transform: scale(1.1); transform: scale(1.1); } .section-features__block-title { font-size: 24px; font-weight: 700; color: #D9E3EA; letter-spacing: -0.25px; margin-top: 16px; margin-bottom: 0; } .section-features__block-description { width: 327px; font-size: 18px; color: #9BA9B4; letter-spacing: -0.25px; margin-top: 11px; line-height: 1.5; } .section-tabs { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-top: 70px; margin-bottom: 82px; } .section-tabs__item { margin-left: 6px; margin-right: -6px; } .section-tabs__item-blue { font-family: 'Architects Daughter', cursive; font-size: 20px; color: #5D5DFF; letter-spacing: 0.25px; margin-top: 55px; } .section-tabs__item-title { font-size: 32px; font-weight: 700; color: #D9E3EA; letter-spacing: -0.25px; margin-top: -6px; } .section-tabs__item-description { width: 500px; font-size: 20px; color: #9BA9B4; letter-spacing: -0.25px; line-height: 1.5; margin-top: -20px; margin-bottom: 18px; } .section-tabs__item-list { list-style-type: none; padding-left: 0; } .section-tabs__item-list-tik { font-size: 18px; color: #9BA9B4; letter-spacing: -0.25px; position: relative; padding-left: 20px; margin-bottom: 15px; } .section-tabs__item-list-tik::before { content: ''; display: block; background-repeat: no-repeat; background-size: cover; background-position: 0 9; width: 11.98px; height: 8.99px; position: absolute; left: 0%; right: 94.61%; top: 33.33%; bottom: 33.38%; } .section-tabs__item-list-tik01::before { background-image: url(../images/Path.svg); } .section-tabs__item-list-tik02::before { background-image: url(../images/Path.svg); } .section-tabs__item-list-tik03::before { background-image: url(../images/Path.svg); } .section-tabs img { margin-top: -6px; } .line { height: 1px; background: #33363A; border: none; } .profile-line { height: 1px; border: none; background: #33363A; } .section-page03 { padding-top: 18px; } .section-carts { margin-top: 80px; } .section-profiles { 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; } .section-profile { cursor: pointer; padding: 20px 24px 7px; display: block; background: #25282C; } .section-profile__img { position: relative; } .section-profile__img::after { content: ''; display: block; background-image: url(../images/“.svg); background-repeat: no-repeat; background-size: cover; width: 24px; height: 18.05px; position: absolute; left: 37px; top: 0%; } .section-profile-description { width: 304px; font-size: 18px; color: #9BA9B4; letter-spacing: -0.25px; line-height: 1.5; margin-bottom: 23px; } .section-profile-title { font-size: 16px; font-weight: 500; color: #D9E3EA; letter-spacing: -0.25px; } .section-profile-title__dark { color: #33363A; } .section-profile-title__blue { color: #5D5DFF; } .contact { margin: 75px 0; } .contact-item { height: 206px; background-image: url(../images/contact-image.png); 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; } .contact-text { margin-top: -13px; margin-left: 47px; display: block; } .contact-text__title { font-size: 32px; font-weight: 700; color: #FFFFFF; letter-spacing: -0.25px; margin-bottom: -5px; } .contact-text__description { font-size: 18px; color: #E2E1FF; letter-spacing: -0.25px; } .contact-form { margin-right: 48px; } .contact-form input { padding: 13.8px 84px 13.8px 14px; color: #FFFFFF; border-radius: 2px; border: 1px solid #8D8DFF; background-color: #4B4ACF; } .contact-form input::-webkit-input-placeholder { font-size: 16px; color: #ABABFF; letter-spacing: -0.25px; } .contact-form input:-ms-input-placeholder { font-size: 16px; color: #ABABFF; letter-spacing: -0.25px; } .contact-form input::-ms-input-placeholder { font-size: 16px; color: #ABABFF; letter-spacing: -0.25px; } .contact-form input::placeholder { font-size: 16px; color: #ABABFF; letter-spacing: -0.25px; } .contact-form button { margin-left: 3.8px; padding: 14.8px 32px; font-size: 16px; font-weight: 500; color: #5D5DFF; letter-spacing: -0.25px; background-color: #FFFFFF; border: none; border-radius: 2px; cursor: pointer; -webkit-transition: -webkit-transform 0.4s ease; transition: -webkit-transform 0.4s ease; transition: transform 0.4s ease; transition: transform 0.4s ease, -webkit-transform 0.4s ease; } .contact-form button:hover { -webkit-transform: scale(0.95); transform: scale(0.95); } .footer-item { margin-top: -31px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .footer-item__text { display: block; margin-top: 20px; } .footer-item__text-description { width: 352px; font-size: 16px; color: #9BA9B4; letter-spacing: -0.25px; line-height: 1.5; margin-top: 10px; } .footer-item__link { width: 650px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .footer-item__link-menu { display: block; } .footer-item__link-menu-right { padding-right: 82px; } .footer-item__link-menu h5 { font-size: 14px; font-weight: 500; color: #D9E3EA; } .footer-item__link-menu-list { margin-top: -18px; list-style: none; padding-left: 0; line-height: 1.6; } .footer-item__link-menu-list li a { font-size: 14px; color: #9BA9B4; text-decoration: none; } .footer-bottom { margin-top: 25px; margin-bottom: 59px; 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; } .footer-bottom__description { font-size: 14px; color: #9BA9B4; } .footer-bottom__social { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .footer-bottom__social div { width: 32px; height: 32px; border-radius: 100%; background: #25282C; margin-left: 16px; 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; cursor: pointer; -webkit-transition: -webkit-box-shadow 0.4s ease, -webkit-transform 0.4s ease; transition: -webkit-box-shadow 0.4s ease, -webkit-transform 0.4s ease; transition: box-shadow 0.4s ease, transform 0.4s ease; transition: box-shadow 0.4s ease, transform 0.4s ease, -webkit-box-shadow 0.4s ease, -webkit-transform 0.4s ease; } .footer-bottom__social div:hover { -webkit-box-shadow: 0 0 10px #25282C; box-shadow: 0 0 10px #25282C; -webkit-transform: rotate(360deg) scale(1.5); transform: rotate(360deg) scale(1.5); } .important { height: 1177px; } .form { display: -webkit-box; display: -ms-flexbox; display: flex; } .form-logo { margin: 24px 0; } .form-text { display: block; position: absolute; width: 768px; height: 124px; left: 376px; top: 125px; } .form-text__title { font-size: 52px; font-weight: 800; color: #D9E3EA; letter-spacing: -0.5px; text-align: center; line-height: 1.2; } .form-text__item { width: 400px; height: 644px; background: #151719; margin: 79px auto; } .form-text__item-google { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 7px; background: #E53D3E; border-radius: 2px; cursor: pointer; } .form-text__item-google img { padding: 10px 16px 10px 9px; border-right: 1px solid #F56565; } .form-text__item-google__description { font-size: 16px; font-weight: 500; letter-spacing: -0.25px; color: #FFFFFF; margin: 0 78px; } .form-text__item-line { margin: 28px 0 29px 0; text-align: center; font-size: 16px; color: #9BA9B4; letter-spacing: -0.25px; position: relative; } .form-text__item-line::before { content: ''; display: block; width: 90px; height: 1px; background-image: url(../images/line-dotted.svg); position: absolute; left: 0; top: 50%; } .form-text__item-line::after { content: ''; display: block; width: 90px; height: 1px; background-image: url(../images/line-dotted.svg); position: absolute; right: 0; top: 50%; } .form-text__item-inputs { display: block; } .form-text__item-inputs__input { margin-bottom: 20px; } .form-text__item-inputs__input p { font-size: 14px; font-weight: 500; color: #C5D2DC; margin-bottom: 7px; } .form-text__item-inputs__input p span { color: #E53D3E; } .form-text__item-inputs__input input { padding: 13px 163px 13px 15px; background: #33363A; color: #C5D2DC; border: 1px solid #D8D8D8; border-radius: 2px; } .form-text__item-inputs__input input::-webkit-input-placeholder { font-size: 16px; color: #707D86; letter-spacing: -0.25px; overflow: visible; } .form-text__item-inputs__input input:-ms-input-placeholder { font-size: 16px; color: #707D86; letter-spacing: -0.25px; overflow: visible; } .form-text__item-inputs__input input::-ms-input-placeholder { font-size: 16px; color: #707D86; letter-spacing: -0.25px; overflow: visible; } .form-text__item-inputs__input input::placeholder { font-size: 16px; color: #707D86; letter-spacing: -0.25px; overflow: visible; } .form-text__item-pro-text { font-size: 14px; width: 378px; color: #707D86; line-height: 1.5; text-align: center; margin: 20px auto 25px auto; } .form-text__item-pro-text a { color: #9BA9B4; } .form-text__item-btn { padding: 15px 0; background: #5D5DFF; text-align: center; cursor: pointer; border-radius: 2px; -webkit-transition: -webkit-box-shadow 0.4s ease, -webkit-transform 0.4s ease; transition: -webkit-box-shadow 0.4s ease, -webkit-transform 0.4s ease; transition: box-shadow 0.4s ease, transform 0.4s ease; transition: box-shadow 0.4s ease, transform 0.4s ease, -webkit-box-shadow 0.4s ease, -webkit-transform 0.4s ease; } .form-text__item-btn:hover { -webkit-box-shadow: 0 0 10px #5D5DFF; box-shadow: 0 0 10px #5D5DFF; -webkit-transform: scale(0.9); transform: scale(0.9); } .form-text__item-btn a { font-size: 16px; font-weight: 500; color: #FFFFFF; letter-spacing: -0.25px; text-decoration: none; } .form-text__item-link { margin: 27px auto; font-size: 16px; color: #9BA9B4; letter-spacing: -0.25px; text-align: center; } .form-text__item-link a { color: #5D5DFF; text-decoration: none; } .form-text__item-keep-me { font-size: 16px; letter-spacing: -0.25px; 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; margin-bottom: 28px; } .form-text__item-keep-me__problem { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .form-text__item-keep-me__problem input { margin-right: 10px; width: 16px; height: 16px; background: #5D5DFF; border-radius: 2px; } .form-text__item-keep-me__problem span { color: #9BA9B4; } .form-text__item-keep-me a { text-decoration: none; color: #5D5DFF; margin: auto 0; } /*# sourceMappingURL=style.css.map */
Landing Template/styles/style.css
@charset "UTF-8"; body { font-family: 'Inter', sans-serif; background-color: #151719; } .header { padding: 15px 20px; background-image: url(../images/Shapes.svg); background-repeat: no-repeat; background-size: contain; background-position: 150px 0; } .wrapper { width: 1104px; margin: 0 auto; } .header-top { 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; } .header-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; list-style: none; } .header-list__item { margin-left: 45px; } .header-list__item a { text-decoration: none; font-size: 16px; } .header-list__link01 { color: #C5D2DC; -webkit-transition: color 0.4s ease; transition: color 0.4s ease; } .header-list__link01:hover { color: #5D5DFF; } .header-list__link02 { color: #FFFFFF; padding: 10px 19px; background-color: #5D5DFF; border-radius: 2px; font-weight: 500; -webkit-transition: -webkit-box-shadow 0.2s ease; transition: -webkit-box-shadow 0.2s ease; transition: box-shadow 0.2s ease; transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease; } .header-list__link02:hover { -webkit-box-shadow: 0 0 10px #5D5DFF; box-shadow: 0 0 10px #5D5DFF; } .header-bottom { text-align: center; padding: 61px 0; } .header-bottom-title { font-size: 52px; font-weight: 800; color: #D9E3EA; letter-spacing: -0.5px; margin-bottom: 17px; } .header-bottom-description { font-size: 20px; width: 650px; color: #9BA9B4; margin: 0px auto; line-height: 30px; letter-spacing: -0.25px; } .header-bottom-list { 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; list-style-type: none; } .header-bottom-list__item { margin: 30px 25px 63px 0px; } .header-bottom-list__item-link { text-decoration: none; font-size: 16px; font-weight: 500; } .header-bottom__link01 { color: #FFFFFF; padding: 14px 30px; background-color: #5D5DFF; border-radius: 2px; -webkit-transition: -webkit-box-shadow 0.2s ease; transition: -webkit-box-shadow 0.2s ease; transition: box-shadow 0.2s ease; transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease; } .header-bottom__link01:hover { -webkit-box-shadow: 0 0 10px #5D5DFF; box-shadow: 0 0 10px #5D5DFF; } .header-bottom__link02 { color: #C5D2DC; padding: 14px 30px; background-color: #33363A; border-radius: 2px; -webkit-transition: -webkit-box-shadow 0.2s ease; transition: -webkit-box-shadow 0.2s ease; transition: box-shadow 0.2s ease; transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease; } .header-bottom__link02:hover { -webkit-box-shadow: 0 0 10px #33363A; box-shadow: 0 0 10px #33363A; } .video-container { margin-left: 40px; width: 1024px; height: 576px; position: relative; } .video-container video { max-width: 100%; max-height: 100%; -o-object-fit: cover; object-fit: cover; } .pausebtn { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 150px; height: 150px; background-size: cover; background-position: center center; background-repeat: no-repeat; background-image: url(../images/Play.svg); } .section-page01 { display: block; margin-bottom: 62px; } .section-text { margin-top: 51px; text-align: center; } .section-text-page02 { margin: 86px 0; } .section-text__title { font-size: 40px; font-weight: 800; color: #D9E3EA; letter-spacing: -0.5px; margin-bottom: 19px; } .section-text__title-page02 { margin-top: 25px; margin-left: 13px; margin-bottom: 17px; } .section-text__description { width: 800px; margin: 0 auto; font-size: 20px; color: #9BA9B4; letter-spacing: -0.25px; line-height: 1.5; } .section-text__description-page02 { width: 720px; padding-left: 7px; } .section-text__description-page03 { width: 768px; margin-top: -2px; } .section-text__btn { font-size: 14px; font-weight: 600; color: #36A269; text-decoration: none; padding: 7px 12px; background-color: #C6F6D5; border-radius: 15px; -webkit-transition: -webkit-box-shadow 0.2s ease; transition: -webkit-box-shadow 0.2s ease; transition: box-shadow 0.2s ease; transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease; } .section-text__btn:hover { -webkit-box-shadow: 0 0 10px #C6F6D5; box-shadow: 0 0 10px #C6F6D5; } .section-features { display: block; margin-top: 79px; } .section-features__line { 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; margin-bottom: 45px; } .section-features__block { text-align: center; -webkit-transition: -webkit-box-shadow 0.4s ease, -webkit-transform 0.4s ease; transition: -webkit-box-shadow 0.4s ease, -webkit-transform 0.4s ease; transition: box-shadow 0.4s ease, transform 0.4s ease; transition: box-shadow 0.4s ease, transform 0.4s ease, -webkit-box-shadow 0.4s ease, -webkit-transform 0.4s ease; cursor: pointer; } .section-features__block:hover { -webkit-box-shadow: 0 0 10px #33363A; box-shadow: 0 0 10px #33363A; -webkit-transform: scale(1.1); transform: scale(1.1); } .section-features__block-title { font-size: 24px; font-weight: 700; color: #D9E3EA; letter-spacing: -0.25px; margin-top: 16px; margin-bottom: 0; } .section-features__block-description { width: 327px; font-size: 18px; color: #9BA9B4; letter-spacing: -0.25px; margin-top: 11px; line-height: 1.5; } .section-tabs { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-top: 70px; margin-bottom: 82px; } .section-tabs__item { margin-left: 6px; margin-right: -6px; } .section-tabs__item-blue { font-family: 'Architects Daughter', cursive; font-size: 20px; color: #5D5DFF; letter-spacing: 0.25px; margin-top: 55px; } .section-tabs__item-title { font-size: 32px; font-weight: 700; color: #D9E3EA; letter-spacing: -0.25px; margin-top: -6px; } .section-tabs__item-description { width: 500px; font-size: 20px; color: #9BA9B4; letter-spacing: -0.25px; line-height: 1.5; margin-top: -20px; margin-bottom: 18px; } .section-tabs__item-list { list-style-type: none; padding-left: 0; } .section-tabs__item-list-tik { font-size: 18px; color: #9BA9B4; letter-spacing: -0.25px; position: relative; padding-left: 20px; margin-bottom: 15px; } .section-tabs__item-list-tik::before { content: ''; display: block; background-repeat: no-repeat; background-size: cover; background-position: 0 9; width: 11.98px; height: 8.99px; position: absolute; left: 0%; right: 94.61%; top: 33.33%; bottom: 33.38%; } .section-tabs__item-list-tik01::before { background-image: url(../images/Path.svg); } .section-tabs__item-list-tik02::before { background-image: url(../images/Path.svg); } .section-tabs__item-list-tik03::before { background-image: url(../images/Path.svg); } .section-tabs img { margin-top: -6px; } .line { height: 1px; background: #33363A; border: none; } .profile-line { height: 1px; border: none; background: #33363A; } .section-page03 { padding-top: 18px; } .section-carts { margin-top: 80px; } .section-profiles { 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; } .section-profile { cursor: pointer; padding: 20px 24px 7px; display: block; background: #25282C; } .section-profile__img { position: relative; } .section-profile__img::after { content: ''; display: block; background-image: url(../images/“.svg); background-repeat: no-repeat; background-size: cover; width: 24px; height: 18.05px; position: absolute; left: 37px; top: 0%; } .section-profile-description { width: 304px; font-size: 18px; color: #9BA9B4; letter-spacing: -0.25px; line-height: 1.5; margin-bottom: 23px; } .section-profile-title { font-size: 16px; font-weight: 500; color: #D9E3EA; letter-spacing: -0.25px; } .section-profile-title__dark { color: #33363A; } .section-profile-title__blue { color: #5D5DFF; } .contact { margin: 75px 0; } .contact-item { height: 206px; background-image: url(../images/contact-image.png); 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; } .contact-text { margin-top: -13px; margin-left: 47px; display: block; } .contact-text__title { font-size: 32px; font-weight: 700; color: #FFFFFF; letter-spacing: -0.25px; margin-bottom: -5px; } .contact-text__description { font-size: 18px; color: #E2E1FF; letter-spacing: -0.25px; } .contact-form { margin-right: 48px; } .contact-form input { padding: 13.8px 84px 13.8px 14px; color: #FFFFFF; border-radius: 2px; border: 1px solid #8D8DFF; background-color: #4B4ACF; } .contact-form input::-webkit-input-placeholder { font-size: 16px; color: #ABABFF; letter-spacing: -0.25px; } .contact-form input:-ms-input-placeholder { font-size: 16px; color: #ABABFF; letter-spacing: -0.25px; } .contact-form input::-ms-input-placeholder { font-size: 16px; color: #ABABFF; letter-spacing: -0.25px; } .contact-form input::placeholder { font-size: 16px; color: #ABABFF; letter-spacing: -0.25px; } .contact-form button { margin-left: 3.8px; padding: 14.8px 32px; font-size: 16px; font-weight: 500; color: #5D5DFF; letter-spacing: -0.25px; background-color: #FFFFFF; border: none; border-radius: 2px; cursor: pointer; -webkit-transition: -webkit-transform 0.4s ease; transition: -webkit-transform 0.4s ease; transition: transform 0.4s ease; transition: transform 0.4s ease, -webkit-transform 0.4s ease; } .contact-form button:hover { -webkit-transform: scale(0.95); transform: scale(0.95); } .footer-item { margin-top: -31px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .footer-item__text { display: block; margin-top: 20px; } .footer-item__text-description { width: 352px; font-size: 16px; color: #9BA9B4; letter-spacing: -0.25px; line-height: 1.5; margin-top: 10px; } .footer-item__link { width: 650px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .footer-item__link-menu { display: block; } .footer-item__link-menu-right { padding-right: 82px; } .footer-item__link-menu h5 { font-size: 14px; font-weight: 500; color: #D9E3EA; } .footer-item__link-menu-list { margin-top: -18px; list-style: none; padding-left: 0; line-height: 1.6; } .footer-item__link-menu-list li a { font-size: 14px; color: #9BA9B4; text-decoration: none; } .footer-bottom { margin-top: 25px; margin-bottom: 59px; 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; } .footer-bottom__description { font-size: 14px; color: #9BA9B4; } .footer-bottom__social { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .footer-bottom__social div { width: 32px; height: 32px; border-radius: 100%; background: #25282C; margin-left: 16px; 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; cursor: pointer; -webkit-transition: -webkit-box-shadow 0.4s ease, -webkit-transform 0.4s ease; transition: -webkit-box-shadow 0.4s ease, -webkit-transform 0.4s ease; transition: box-shadow 0.4s ease, transform 0.4s ease; transition: box-shadow 0.4s ease, transform 0.4s ease, -webkit-box-shadow 0.4s ease, -webkit-transform 0.4s ease; } .footer-bottom__social div:hover { -webkit-box-shadow: 0 0 10px #25282C; box-shadow: 0 0 10px #25282C; -webkit-transform: rotate(360deg) scale(1.5); transform: rotate(360deg) scale(1.5); } .important { height: 1177px; } .form { display: -webkit-box; display: -ms-flexbox; display: flex; } .form-logo { margin: 24px 0; } .form-text { display: block; position: absolute; width: 768px; height: 124px; left: 376px; top: 125px; } .form-text__title { font-size: 52px; font-weight: 800; color: #D9E3EA; letter-spacing: -0.5px; text-align: center; line-height: 1.2; } .form-text__item { width: 400px; height: 644px; background: #151719; margin: 79px auto; } .form-text__item-google { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 7px; background: #E53D3E; border-radius: 2px; cursor: pointer; } .form-text__item-google img { padding: 10px 16px 10px 9px; border-right: 1px solid #F56565; } .form-text__item-google__description { font-size: 16px; font-weight: 500; letter-spacing: -0.25px; color: #FFFFFF; margin: 0 78px; } .form-text__item-line { margin: 28px 0 29px 0; text-align: center; font-size: 16px; color: #9BA9B4; letter-spacing: -0.25px; position: relative; } .form-text__item-line::before { content: ''; display: block; width: 90px; height: 1px; background-image: url(../images/line-dotted.svg); position: absolute; left: 0; top: 50%; } .form-text__item-line::after { content: ''; display: block; width: 90px; height: 1px; background-image: url(../images/line-dotted.svg); position: absolute; right: 0; top: 50%; } .form-text__item-inputs { display: block; } .form-text__item-inputs__input { margin-bottom: 20px; } .form-text__item-inputs__input p { font-size: 14px; font-weight: 500; color: #C5D2DC; margin-bottom: 7px; } .form-text__item-inputs__input p span { color: #E53D3E; } .form-text__item-inputs__input input { padding: 13px 163px 13px 15px; background: #33363A; color: #C5D2DC; border: 1px solid #D8D8D8; border-radius: 2px; } .form-text__item-inputs__input input::-webkit-input-placeholder { font-size: 16px; color: #707D86; letter-spacing: -0.25px; overflow: visible; } .form-text__item-inputs__input input:-ms-input-placeholder { font-size: 16px; color: #707D86; letter-spacing: -0.25px; overflow: visible; } .form-text__item-inputs__input input::-ms-input-placeholder { font-size: 16px; color: #707D86; letter-spacing: -0.25px; overflow: visible; } .form-text__item-inputs__input input::placeholder { font-size: 16px; color: #707D86; letter-spacing: -0.25px; overflow: visible; } .form-text__item-pro-text { font-size: 14px; width: 378px; color: #707D86; line-height: 1.5; text-align: center; margin: 20px auto 25px auto; } .form-text__item-pro-text a { color: #9BA9B4; } .form-text__item-btn { padding: 15px 0; background: #5D5DFF; text-align: center; cursor: pointer; border-radius: 2px; -webkit-transition: -webkit-box-shadow 0.4s ease, -webkit-transform 0.4s ease; transition: -webkit-box-shadow 0.4s ease, -webkit-transform 0.4s ease; transition: box-shadow 0.4s ease, transform 0.4s ease; transition: box-shadow 0.4s ease, transform 0.4s ease, -webkit-box-shadow 0.4s ease, -webkit-transform 0.4s ease; } .form-text__item-btn:hover { -webkit-box-shadow: 0 0 10px #5D5DFF; box-shadow: 0 0 10px #5D5DFF; -webkit-transform: scale(0.9); transform: scale(0.9); } .form-text__item-btn a { font-size: 16px; font-weight: 500; color: #FFFFFF; letter-spacing: -0.25px; text-decoration: none; } .form-text__item-link { margin: 27px auto; font-size: 16px; color: #9BA9B4; letter-spacing: -0.25px; text-align: center; } .form-text__item-link a { color: #5D5DFF; text-decoration: none; } .form-text__item-keep-me { font-size: 16px; letter-spacing: -0.25px; 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; margin-bottom: 28px; } .form-text__item-keep-me__problem { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .form-text__item-keep-me__problem input { margin-right: 10px; width: 16px; height: 16px; background: #5D5DFF; border-radius: 2px; } .form-text__item-keep-me__problem span { color: #9BA9B4; } .form-text__item-keep-me a { text-decoration: none; color: #5D5DFF; margin: auto 0; } /*# sourceMappingURL=style.css.map */
0.239616
0.04879
@import "main.css"; * { margin: 0 auto; box-sizing: border-box; padding: 0; font-family: var(--font-family); list-style: none; } /*element styles*/ body, html { background-color: var(--main-bg-color); color: var(--dark); overflow-y: auto; overflow-x: hidden; } header { position: fixed; width: 100%; background-color: var(--main-bg-color); z-index: 100; padding: 0px 10px; } #quote-sentence-container h1 { font-size: 50px; font-weight: 600; line-height: 68px; margin-bottom: 5%; } .center-items { display: flex; justify-content: center; align-items: center; } button { appearance: none; -moz-appearance: none; -webkit-appearance: none; padding: 5px; border-radius: 5px; border: var(--main-border); background-color: var(--main-bg-color); color: var(--dark); transition: transform 0.2s; cursor: pointer; z-index: 2; outline: none; } button:hover { transform: scale(1.08); } button:active { transform: scale(1.04); } #menu-button { display: none; } /* scrollbar */ ::-webkit-scrollbar { width: 10px; } ::-webkit-scrollbar-track { background: var(--main-bg-color); } ::-webkit-scrollbar-thumb { border-radius: 15px; background: #c4c4c4; } /* navbar */ .main-navbar { max-width: 1160px; background-color: var(--main-bg-color); width: 100%; height: 60px; display: flex; flex-direction: row; align-items: center; padding: 55px 0px; } .main-navbar a { display: block; margin: 10px 40px 0; cursor: pointer; } a::after { content: " "; display: block; border-radius: 100px; background-color: var(--main-color); width: 0; height: 0; transition: width 0.15s, height 0.15s; } a:hover::after { width: 100%; height: 3px; } .main-navbar button { background-color: var(--main-yellow); font-size: 15px; padding: 6px 15px; color: var(--main-bg-color); border: none; outline: none; } .flex-spacer { flex-grow: 1; } .d-flex { display: flex; } .justify-content-center { justify-content: center; } #main-title { font-weight: bold; } #main-title-container { margin-right: 60px; } /* home page */ #main-container { max-width: 1200px; padding: 20px; overflow: hidden; } #quote-sentence-container { margin-top: 90px; position: relative; right: 10px; display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; height: 75vh; position: relative; bottom: 25px; } #quote-sentence-container p { font-size: 22px; margin-bottom: 10%; color: #757384; position: relative; top: 30px; left: 5px; opacity: 0.9; line-height: 1.55; } #quote-sentence-container h1 { font-size: 62px; line-height: 1.32; font-weight: bold; } #quote-sentence-container button { background-color: var(--main-color); padding: 10px 10px; color: var(--main-bg-color); border: none; outline: none; position: relative; top: 60px; width: 186px; height: 64px; border-radius: 8px; font-weight: 600; font-size: 20px; line-height: 27px; left: 5px; } #home-data-img { position: relative; left: 200px; } #home-section { height: 100%; } /* trends */ #trends-section { padding: 50px 0; position: relative; top: 100px; margin-bottom: 300px; } #trends-header { margin-bottom: 80px; } #trends-grid-container { display: grid; grid-template-columns: 30% 30% 30%; grid-gap: 40px; } .trends-grid { width: 100%; height: 200px; padding: 20px; background-color: var(--main-yellow); border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 8px; display: flex; flex-direction: column; justify-content: center; align-items: center; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); } .trends-image-holder { padding: 5px 0; height: 120px; display: flex; } .trends-grid button { width: 80px; font-size: 14px; font-weight: bold; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); margin: 10px; border: none; background: var(--dark); color: var(--main-bg-color); } .trends-grid:nth-child(even) button { background: var(--main-bg-color); color: var(--dark); } .trends-grid:nth-child(odd) { background-color: var(--main-color); color: var(--main-bg-color); } .trends-grid a:hover::after { width: 0; height: 0; } /* Steps Section */ #steps-section { height: 90vh; margin-bottom: 160px; } .computer-img { display: flex; justify-content: center; align-items: center; position: relative; top: 80px; margin-bottom: 160px; } .direction { margin-bottom: 80px; } #create-my-own-button { background-color: #89ae6b; color: white; width: 186px; height: 64px; border-radius: 8px; font-weight: 600; font-size: 20px; line-height: 27px; } /* credits/footer */ #credit-container { padding: 10px 0; width: 100%; height: 65vh; background-color: #f0faeb; } #credit-title { position: relative; top: 30px; } .developers { position: relative; top: 80px; } .footer-sentence { color: #bababa; margin-top: 250px; } /* graph string set */ .graph-string-set { position: absolute; z-index: 1; } .graph-string-set div { position: absolute; } @keyframes fadeOut { from { opacity: 0; } to { opacity: 1; } } /* menu */ .menu-panel { position: absolute; right: 80px; top: 40px; background-color: var(--main-bg-color); z-index: 10; width: auto; height: auto; flex-direction: column; background-color: var(--main-bg-color); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); margin-bottom: 50px; border-radius: 8px; } .menu-panel-items { flex-direction: column; margin: 30px; cursor: pointer; } #sign-up-button-menu { margin: 40px; background-color: var(--main-yellow); font-size: 15px; padding: 6px 15px; color: var(--main-bg-color); border: none; outline: none; } #sign-in-popup { position: fixed; top: 30%; left: calc(50% - 150px); z-index: 1000; background-color: var(--main-bg-color); box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.4); border-radius: 8px; padding: 20px; overflow: hidden; display: none; width: 300px; align-items: center; flex-direction: column; } /* responsive */ @media only screen and (max-width: 1188px) { #home-data-img-container { display: none; } #quote-sentence-container { display: flex; justify-content: center; align-items: center; } #menu-button { display: block; } #sign-up-button { display: none; } #about-page, #projects-page, #login-page { display: none; } } @media only screen and (max-width: 768px) { #trends-section { margin-bottom: 10%; } #trends-grid-container { grid-template-columns: 1fr 1fr; margin-bottom: 10%; text-align: center; } #quote-sentence-container h1 { font-size: 40px; } } @media only screen and (max-width: 425px) { #trends-grid-container { grid-template-columns: 1fr; margin-bottom: 10%; text-align: center; } #quote-sentence-container h1 { font-size: 28px; } }
public/css/home.css
@import "main.css"; * { margin: 0 auto; box-sizing: border-box; padding: 0; font-family: var(--font-family); list-style: none; } /*element styles*/ body, html { background-color: var(--main-bg-color); color: var(--dark); overflow-y: auto; overflow-x: hidden; } header { position: fixed; width: 100%; background-color: var(--main-bg-color); z-index: 100; padding: 0px 10px; } #quote-sentence-container h1 { font-size: 50px; font-weight: 600; line-height: 68px; margin-bottom: 5%; } .center-items { display: flex; justify-content: center; align-items: center; } button { appearance: none; -moz-appearance: none; -webkit-appearance: none; padding: 5px; border-radius: 5px; border: var(--main-border); background-color: var(--main-bg-color); color: var(--dark); transition: transform 0.2s; cursor: pointer; z-index: 2; outline: none; } button:hover { transform: scale(1.08); } button:active { transform: scale(1.04); } #menu-button { display: none; } /* scrollbar */ ::-webkit-scrollbar { width: 10px; } ::-webkit-scrollbar-track { background: var(--main-bg-color); } ::-webkit-scrollbar-thumb { border-radius: 15px; background: #c4c4c4; } /* navbar */ .main-navbar { max-width: 1160px; background-color: var(--main-bg-color); width: 100%; height: 60px; display: flex; flex-direction: row; align-items: center; padding: 55px 0px; } .main-navbar a { display: block; margin: 10px 40px 0; cursor: pointer; } a::after { content: " "; display: block; border-radius: 100px; background-color: var(--main-color); width: 0; height: 0; transition: width 0.15s, height 0.15s; } a:hover::after { width: 100%; height: 3px; } .main-navbar button { background-color: var(--main-yellow); font-size: 15px; padding: 6px 15px; color: var(--main-bg-color); border: none; outline: none; } .flex-spacer { flex-grow: 1; } .d-flex { display: flex; } .justify-content-center { justify-content: center; } #main-title { font-weight: bold; } #main-title-container { margin-right: 60px; } /* home page */ #main-container { max-width: 1200px; padding: 20px; overflow: hidden; } #quote-sentence-container { margin-top: 90px; position: relative; right: 10px; display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; height: 75vh; position: relative; bottom: 25px; } #quote-sentence-container p { font-size: 22px; margin-bottom: 10%; color: #757384; position: relative; top: 30px; left: 5px; opacity: 0.9; line-height: 1.55; } #quote-sentence-container h1 { font-size: 62px; line-height: 1.32; font-weight: bold; } #quote-sentence-container button { background-color: var(--main-color); padding: 10px 10px; color: var(--main-bg-color); border: none; outline: none; position: relative; top: 60px; width: 186px; height: 64px; border-radius: 8px; font-weight: 600; font-size: 20px; line-height: 27px; left: 5px; } #home-data-img { position: relative; left: 200px; } #home-section { height: 100%; } /* trends */ #trends-section { padding: 50px 0; position: relative; top: 100px; margin-bottom: 300px; } #trends-header { margin-bottom: 80px; } #trends-grid-container { display: grid; grid-template-columns: 30% 30% 30%; grid-gap: 40px; } .trends-grid { width: 100%; height: 200px; padding: 20px; background-color: var(--main-yellow); border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 8px; display: flex; flex-direction: column; justify-content: center; align-items: center; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); } .trends-image-holder { padding: 5px 0; height: 120px; display: flex; } .trends-grid button { width: 80px; font-size: 14px; font-weight: bold; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); margin: 10px; border: none; background: var(--dark); color: var(--main-bg-color); } .trends-grid:nth-child(even) button { background: var(--main-bg-color); color: var(--dark); } .trends-grid:nth-child(odd) { background-color: var(--main-color); color: var(--main-bg-color); } .trends-grid a:hover::after { width: 0; height: 0; } /* Steps Section */ #steps-section { height: 90vh; margin-bottom: 160px; } .computer-img { display: flex; justify-content: center; align-items: center; position: relative; top: 80px; margin-bottom: 160px; } .direction { margin-bottom: 80px; } #create-my-own-button { background-color: #89ae6b; color: white; width: 186px; height: 64px; border-radius: 8px; font-weight: 600; font-size: 20px; line-height: 27px; } /* credits/footer */ #credit-container { padding: 10px 0; width: 100%; height: 65vh; background-color: #f0faeb; } #credit-title { position: relative; top: 30px; } .developers { position: relative; top: 80px; } .footer-sentence { color: #bababa; margin-top: 250px; } /* graph string set */ .graph-string-set { position: absolute; z-index: 1; } .graph-string-set div { position: absolute; } @keyframes fadeOut { from { opacity: 0; } to { opacity: 1; } } /* menu */ .menu-panel { position: absolute; right: 80px; top: 40px; background-color: var(--main-bg-color); z-index: 10; width: auto; height: auto; flex-direction: column; background-color: var(--main-bg-color); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); margin-bottom: 50px; border-radius: 8px; } .menu-panel-items { flex-direction: column; margin: 30px; cursor: pointer; } #sign-up-button-menu { margin: 40px; background-color: var(--main-yellow); font-size: 15px; padding: 6px 15px; color: var(--main-bg-color); border: none; outline: none; } #sign-in-popup { position: fixed; top: 30%; left: calc(50% - 150px); z-index: 1000; background-color: var(--main-bg-color); box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.4); border-radius: 8px; padding: 20px; overflow: hidden; display: none; width: 300px; align-items: center; flex-direction: column; } /* responsive */ @media only screen and (max-width: 1188px) { #home-data-img-container { display: none; } #quote-sentence-container { display: flex; justify-content: center; align-items: center; } #menu-button { display: block; } #sign-up-button { display: none; } #about-page, #projects-page, #login-page { display: none; } } @media only screen and (max-width: 768px) { #trends-section { margin-bottom: 10%; } #trends-grid-container { grid-template-columns: 1fr 1fr; margin-bottom: 10%; text-align: center; } #quote-sentence-container h1 { font-size: 40px; } } @media only screen and (max-width: 425px) { #trends-grid-container { grid-template-columns: 1fr; margin-bottom: 10%; text-align: center; } #quote-sentence-container h1 { font-size: 28px; } }
0.243552
0.061593
margin-right: 0px !important; } /* latin */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 400; src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } .navbar { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } .server_icon { -webkit-border-radius: 24px; -moz-border-radius: 24px; border-radius: 24px; } body.modal-open { overflow: auto; } .home_buttons{ margin-top: 5px; } .action_buttons{ padding-left: 0px; margin-top: 5px; } tr:hover { background-color: #f5f5f5; } .subreddit_prefix { margin-top: 5px; margin-right: 3px; } .subreddit_form{ padding-left: 0px; } .subreddit_items{ padding-left: 0px; padding-right: 0px; } .col-6.col-md-1{ margin-right: 10px; margin-left: 10px; } .entry_div { } .nsfw_div { margin-top: 5px; margin-left: 0px; } .channel_name { margin-top: 5px; margin-left: 0px; margin-right: 0; } .subreddit { margin-top: 5px; margin-left: 0px; } div.dropdown.btn-group,.delete_keyw_div{ margin-top: 5px; } .add_keyword_button { margin-top: 5px; } .entry_element_style { margin-top: 5px; } th, td { padding: 5px; } hr { border-color: #444; } canvas { vertical-align: middle; } .subreddit_box { min-height: 70px; margin-bottom: 10px; position: relative; border: 3px solid; border-color: #444; cursor: default; padding: 15px; border-radius: 3px; transition: background-color 0.15s ease-out 0s; } input[type=text] { border: 1px solid; border-color: #444; background-color: #303030; color: white; } input[type=text]:focus { color: white; background-color: #303030; } .left_button { margin-right: 10px; } h1 { text-align: center; width: 32px; height: 32px; margin: 0 auto; display:inline; } #myserverdiv { display: flex; justify-content: center; } #myservertable { align-self: center; } /* * Base structure */ html, body { font-family: 'Poppins'; height: 100%; background-color: #333; } body { text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5); } .masthead { height: 70vh; min-height: 500px; background-size: cover; background-position: center; background-repeat: no-repeat; }
app/static/css/main.css
margin-right: 0px !important; } /* latin */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 400; src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } .navbar { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } .server_icon { -webkit-border-radius: 24px; -moz-border-radius: 24px; border-radius: 24px; } body.modal-open { overflow: auto; } .home_buttons{ margin-top: 5px; } .action_buttons{ padding-left: 0px; margin-top: 5px; } tr:hover { background-color: #f5f5f5; } .subreddit_prefix { margin-top: 5px; margin-right: 3px; } .subreddit_form{ padding-left: 0px; } .subreddit_items{ padding-left: 0px; padding-right: 0px; } .col-6.col-md-1{ margin-right: 10px; margin-left: 10px; } .entry_div { } .nsfw_div { margin-top: 5px; margin-left: 0px; } .channel_name { margin-top: 5px; margin-left: 0px; margin-right: 0; } .subreddit { margin-top: 5px; margin-left: 0px; } div.dropdown.btn-group,.delete_keyw_div{ margin-top: 5px; } .add_keyword_button { margin-top: 5px; } .entry_element_style { margin-top: 5px; } th, td { padding: 5px; } hr { border-color: #444; } canvas { vertical-align: middle; } .subreddit_box { min-height: 70px; margin-bottom: 10px; position: relative; border: 3px solid; border-color: #444; cursor: default; padding: 15px; border-radius: 3px; transition: background-color 0.15s ease-out 0s; } input[type=text] { border: 1px solid; border-color: #444; background-color: #303030; color: white; } input[type=text]:focus { color: white; background-color: #303030; } .left_button { margin-right: 10px; } h1 { text-align: center; width: 32px; height: 32px; margin: 0 auto; display:inline; } #myserverdiv { display: flex; justify-content: center; } #myservertable { align-self: center; } /* * Base structure */ html, body { font-family: 'Poppins'; height: 100%; background-color: #333; } body { text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5); } .masthead { height: 70vh; min-height: 500px; background-size: cover; background-position: center; background-repeat: no-repeat; }
0.275519
0.066812
pre.sh_sourceCode .sh_keyword { color: #aa0d91; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_type { color: #008000; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_string { color: #c80000; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_regexp { color: #008000; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_specialchar { color: #ff00ff; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_comment { color: #007400; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_number { color: #3200ff; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_preproc { color: #008200; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_function { color: #000000; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_url { color: #008000; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_date { color: #000000; font-weight: bold; font-style: normal; } pre.sh_sourceCode .sh_time { color: #000000; font-weight: bold; font-style: normal; } pre.sh_sourceCode .sh_file { color: #000000; font-weight: bold; font-style: normal; } pre.sh_sourceCode .sh_ip { color: #008000; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_name { color: #008000; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_variable { color: #000000; font-weight: bold; font-style: normal; } pre.sh_sourceCode .sh_oldfile { color: #ff00ff; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_newfile { color: #008000; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_difflines { color: #000000; font-weight: bold; font-style: normal; } pre.sh_sourceCode .sh_selector { color: #000000; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_property { color: #c80000; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_value { color: #3200ff; font-weight: normal; font-style: normal; }
src/libs/demo-assets/shjs/shjs.css
pre.sh_sourceCode .sh_keyword { color: #aa0d91; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_type { color: #008000; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_string { color: #c80000; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_regexp { color: #008000; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_specialchar { color: #ff00ff; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_comment { color: #007400; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_number { color: #3200ff; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_preproc { color: #008200; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_function { color: #000000; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_url { color: #008000; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_date { color: #000000; font-weight: bold; font-style: normal; } pre.sh_sourceCode .sh_time { color: #000000; font-weight: bold; font-style: normal; } pre.sh_sourceCode .sh_file { color: #000000; font-weight: bold; font-style: normal; } pre.sh_sourceCode .sh_ip { color: #008000; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_name { color: #008000; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_variable { color: #000000; font-weight: bold; font-style: normal; } pre.sh_sourceCode .sh_oldfile { color: #ff00ff; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_newfile { color: #008000; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_difflines { color: #000000; font-weight: bold; font-style: normal; } pre.sh_sourceCode .sh_selector { color: #000000; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_property { color: #c80000; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_value { color: #3200ff; font-weight: normal; font-style: normal; }
0.188137
0.080285
:root { --blue: #007bff; --indigo: #6610f2; --purple: #6f42c1; --pink: #e83e8c; --red: #dc3545; --orange: #fd7e14; --yellow: #ffc107; --green: #28a745; --teal: #20c997; --cyan: #17a2b8; --white: #fff; --gray: #6c757d; --gray-dark: #343a40; --primary: #007bff; --secondary: #6c757d; --success: #28a745; --info: #17a2b8; --warning: #ffc107; --danger: #dc3545; --light: #f8f9fa; --dark: #343a40; --breakpoint-xs: 0; --breakpoint-sm: 576px; --breakpoint-md: 768px; --breakpoint-lg: 992px; --breakpoint-xl: 1200px; --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace } *, ::after, ::before { box-sizing: border-box } html { font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -ms-overflow-style: scrollbar; -webkit-tap-highlight-color: transparent } @-ms-viewport { width: device-width } article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section { display: block } body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; text-align: left; background-color: #fff } [tabindex="-1"]:focus { outline: 0 !important } hr { box-sizing: content-box; height: 0; overflow: visible } h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: .5rem } p { margin-top: 0; margin-bottom: 1rem } abbr[data-original-title], abbr[title] { text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; cursor: help; border-bottom: 0 } address { margin-bottom: 1rem; font-style: normal; line-height: inherit } dl, ol, ul { margin-top: 0; margin-bottom: 1rem } ol ol, ol ul, ul ol, ul ul { margin-bottom: 0 } dt { font-weight: 700 } dd { margin-bottom: .5rem; margin-left: 0 } blockquote { margin: 0 0 1rem } dfn { font-style: italic } b, strong { font-weight: bolder } small { font-size: 80% } sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline } sub { bottom: -.25em } sup { top: -.5em } a { color: #007bff; text-decoration: none; background-color: transparent; -webkit-text-decoration-skip: objects } a:hover { color: #0056b3; text-decoration: underline } a:not([href]):not([tabindex]) { color: inherit; text-decoration: none } a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { color: inherit; text-decoration: none } a:not([href]):not([tabindex]):focus { outline: 0 } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em } pre { margin-top: 0; margin-bottom: 1rem; overflow: auto; -ms-overflow-style: scrollbar } figure { margin: 0 0 1rem } img { vertical-align: middle; border-style: none } svg:not(:root) { overflow: hidden } table { border-collapse: collapse } caption { padding-top: .75rem; padding-bottom: .75rem; color: #6c757d; text-align: left; caption-side: bottom } th { text-align: inherit } label { display: inline-block; margin-bottom: .5rem } button { border-radius: 0 } button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color } button, input, optgroup, select, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit } button, input { overflow: visible } button, select { text-transform: none } [type=reset], [type=submit], button, html [type=button] { -webkit-appearance: button } [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner { padding: 0; border-style: none } input[type=checkbox], input[type=radio] { box-sizing: border-box; padding: 0 } input[type=date], input[type=datetime-local], input[type=month], input[type=time] { -webkit-appearance: listbox } textarea { overflow: auto; resize: vertical } fieldset { min-width: 0; padding: 0; margin: 0; border: 0 } legend { display: block; width: 100%; max-width: 100%; padding: 0; margin-bottom: .5rem; font-size: 1.5rem; line-height: inherit; color: inherit; white-space: normal } progress { vertical-align: baseline } [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button { height: auto } [type=search] { outline-offset: -2px; -webkit-appearance: none } [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration { -webkit-appearance: none } ::-webkit-file-upload-button { font: inherit; -webkit-appearance: button } output { display: inline-block } summary { display: list-item; cursor: pointer } template { display: none } [hidden] { display: none !important } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { margin-bottom: .5rem; font-family: inherit; font-weight: 500; line-height: 1.2; color: inherit } .h1, h1 { font-size: 2.5rem } .h2, h2 { font-size: 2rem } .h3, h3 { font-size: 1.75rem } .h4, h4 { font-size: 1.5rem } .h5, h5 { font-size: 1.25rem } .h6, h6 { font-size: 1rem } .lead { font-size: 1.25rem; font-weight: 300 } .display-1 { font-size: 6rem; font-weight: 300; line-height: 1.2 } .display-2 { font-size: 5.5rem; font-weight: 300; line-height: 1.2 } .display-3 { font-size: 4.5rem; font-weight: 300; line-height: 1.2 } .display-4 { font-size: 3.5rem; font-weight: 300; line-height: 1.2 } hr { margin-top: 1rem; margin-bottom: 1rem; border: 0; border-top: 1px solid rgba(0, 0, 0, .1) } .small, small { font-size: 80%; font-weight: 400 } .mark, mark { padding: .2em; background-color: #fcf8e3 } .list-unstyled { padding-left: 0; list-style: none } .list-inline { padding-left: 0; list-style: none } .list-inline-item { display: inline-block } .list-inline-item:not(:last-child) { margin-right: .5rem } .initialism { font-size: 90%; text-transform: uppercase } .blockquote { margin-bottom: 1rem; font-size: 1.25rem } .blockquote-footer { display: block; font-size: 80%; color: #6c757d } .blockquote-footer::before { content: "\2014 \00A0" } .img-fluid { max-width: 100%; height: auto } .img-thumbnail { padding: .25rem; background-color: #fff; border: 1px solid #dee2e6; border-radius: .25rem; max-width: 100%; height: auto } .figure { display: inline-block } .figure-img { margin-bottom: .5rem; line-height: 1 } .figure-caption { font-size: 90%; color: #6c757d } code, kbd, pre, samp { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace } code { font-size: 87.5%; color: #e83e8c; word-break: break-word } a>code { color: inherit } kbd { padding: .2rem .4rem; font-size: 87.5%; color: #fff; background-color: #212529; border-radius: .2rem } kbd kbd { padding: 0; font-size: 100%; font-weight: 700 } pre { display: block; font-size: 87.5%; color: #212529 } pre code { font-size: inherit; color: inherit; word-break: normal } .pre-scrollable { max-height: 340px; overflow-y: scroll } .container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto } @media (min-width:576px) { .container { max-width: 540px } } @media (min-width:768px) { .container { max-width: 720px } } @media (min-width:992px) { .container { max-width: 960px } } @media (min-width:1200px) { .container { max-width: 1140px } } .container-fluid { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto } .row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px } .no-gutters { margin-right: 0; margin-left: 0 } .no-gutters>.col, .no-gutters>[class*=col-] { padding-right: 0; padding-left: 0 } .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { position: relative; width: 100%; min-height: 1px; padding-right: 15px; padding-left: 15px } .col { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100% } .col-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none } .col-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333% } .col-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667% } .col-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% } .col-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333% } .col-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667% } .col-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% } .col-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333% } .col-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667% } .col-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75% } .col-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333% } .col-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667% } .col-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .order-first { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1 } .order-last { -webkit-box-ordinal-group: 14; -ms-flex-order: 13; order: 13 } .order-0 { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0 } .order-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1 } .order-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2 } .order-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3 } .order-4 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4 } .order-5 { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5 } .order-6 { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6 } .order-7 { -webkit-box-ordinal-group: 8; -ms-flex-order: 7; order: 7 } .order-8 { -webkit-box-ordinal-group: 9; -ms-flex-order: 8; order: 8 } .order-9 { -webkit-box-ordinal-group: 10; -ms-flex-order: 9; order: 9 } .order-10 { -webkit-box-ordinal-group: 11; -ms-flex-order: 10; order: 10 } .order-11 { -webkit-box-ordinal-group: 12; -ms-flex-order: 11; order: 11 } .order-12 { -webkit-box-ordinal-group: 13; -ms-flex-order: 12; order: 12 } .offset-1 { margin-left: 8.333333% } .offset-2 { margin-left: 16.666667% } .offset-3 { margin-left: 25% } .offset-4 { margin-left: 33.333333% } .offset-5 { margin-left: 41.666667% } .offset-6 { margin-left: 50% } .offset-7 { margin-left: 58.333333% } .offset-8 { margin-left: 66.666667% } .offset-9 { margin-left: 75% } .offset-10 { margin-left: 83.333333% } .offset-11 { margin-left: 91.666667% } @media (min-width:576px) { .col-sm { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100% } .col-sm-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none } .col-sm-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333% } .col-sm-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667% } .col-sm-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% } .col-sm-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333% } .col-sm-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667% } .col-sm-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% } .col-sm-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333% } .col-sm-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667% } .col-sm-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75% } .col-sm-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333% } .col-sm-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667% } .col-sm-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .order-sm-first { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1 } .order-sm-last { -webkit-box-ordinal-group: 14; -ms-flex-order: 13; order: 13 } .order-sm-0 { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0 } .order-sm-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1 } .order-sm-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2 } .order-sm-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3 } .order-sm-4 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4 } .order-sm-5 { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5 } .order-sm-6 { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6 } .order-sm-7 { -webkit-box-ordinal-group: 8; -ms-flex-order: 7; order: 7 } .order-sm-8 { -webkit-box-ordinal-group: 9; -ms-flex-order: 8; order: 8 } .order-sm-9 { -webkit-box-ordinal-group: 10; -ms-flex-order: 9; order: 9 } .order-sm-10 { -webkit-box-ordinal-group: 11; -ms-flex-order: 10; order: 10 } .order-sm-11 { -webkit-box-ordinal-group: 12; -ms-flex-order: 11; order: 11 } .order-sm-12 { -webkit-box-ordinal-group: 13; -ms-flex-order: 12; order: 12 } .offset-sm-0 { margin-left: 0 } .offset-sm-1 { margin-left: 8.333333% } .offset-sm-2 { margin-left: 16.666667% } .offset-sm-3 { margin-left: 25% } .offset-sm-4 { margin-left: 33.333333% } .offset-sm-5 { margin-left: 41.666667% } .offset-sm-6 { margin-left: 50% } .offset-sm-7 { margin-left: 58.333333% } .offset-sm-8 { margin-left: 66.666667% } .offset-sm-9 { margin-left: 75% } .offset-sm-10 { margin-left: 83.333333% } .offset-sm-11 { margin-left: 91.666667% } } @media (min-width:768px) { .col-md { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100% } .col-md-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none } .col-md-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333% } .col-md-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667% } .col-md-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% } .col-md-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333% } .col-md-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667% } .col-md-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% } .col-md-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333% } .col-md-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667% } .col-md-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75% } .col-md-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333% } .col-md-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667% } .col-md-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .order-md-first { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1 } .order-md-last { -webkit-box-ordinal-group: 14; -ms-flex-order: 13; order: 13 } .order-md-0 { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0 } .order-md-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1 } .order-md-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2 } .order-md-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3 } .order-md-4 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4 } .order-md-5 { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5 } .order-md-6 { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6 } .order-md-7 { -webkit-box-ordinal-group: 8; -ms-flex-order: 7; order: 7 } .order-md-8 { -webkit-box-ordinal-group: 9; -ms-flex-order: 8; order: 8 } .order-md-9 { -webkit-box-ordinal-group: 10; -ms-flex-order: 9; order: 9 } .order-md-10 { -webkit-box-ordinal-group: 11; -ms-flex-order: 10; order: 10 } .order-md-11 { -webkit-box-ordinal-group: 12; -ms-flex-order: 11; order: 11 } .order-md-12 { -webkit-box-ordinal-group: 13; -ms-flex-order: 12; order: 12 } .offset-md-0 { margin-left: 0 } .offset-md-1 { margin-left: 8.333333% } .offset-md-2 { margin-left: 16.666667% } .offset-md-3 { margin-left: 25% } .offset-md-4 { margin-left: 33.333333% } .offset-md-5 { margin-left: 41.666667% } .offset-md-6 { margin-left: 50% } .offset-md-7 { margin-left: 58.333333% } .offset-md-8 { margin-left: 66.666667% } .offset-md-9 { margin-left: 75% } .offset-md-10 { margin-left: 83.333333% } .offset-md-11 { margin-left: 91.666667% } } @media (min-width:992px) { .col-lg { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100% } .col-lg-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none } .col-lg-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333% } .col-lg-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667% } .col-lg-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% } .col-lg-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333% } .col-lg-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667% } .col-lg-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% } .col-lg-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333% } .col-lg-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667% } .col-lg-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75% } .col-lg-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333% } .col-lg-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667% } .col-lg-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .order-lg-first { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1 } .order-lg-last { -webkit-box-ordinal-group: 14; -ms-flex-order: 13; order: 13 } .order-lg-0 { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0 } .order-lg-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1 } .order-lg-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2 } .order-lg-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3 } .order-lg-4 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4 } .order-lg-5 { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5 } .order-lg-6 { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6 } .order-lg-7 { -webkit-box-ordinal-group: 8; -ms-flex-order: 7; order: 7 } .order-lg-8 { -webkit-box-ordinal-group: 9; -ms-flex-order: 8; order: 8 } .order-lg-9 { -webkit-box-ordinal-group: 10; -ms-flex-order: 9; order: 9 } .order-lg-10 { -webkit-box-ordinal-group: 11; -ms-flex-order: 10; order: 10 } .order-lg-11 { -webkit-box-ordinal-group: 12; -ms-flex-order: 11; order: 11 } .order-lg-12 { -webkit-box-ordinal-group: 13; -ms-flex-order: 12; order: 12 } .offset-lg-0 { margin-left: 0 } .offset-lg-1 { margin-left: 8.333333% } .offset-lg-2 { margin-left: 16.666667% } .offset-lg-3 { margin-left: 25% } .offset-lg-4 { margin-left: 33.333333% } .offset-lg-5 { margin-left: 41.666667% } .offset-lg-6 { margin-left: 50% } .offset-lg-7 { margin-left: 58.333333% } .offset-lg-8 { margin-left: 66.666667% } .offset-lg-9 { margin-left: 75% } .offset-lg-10 { margin-left: 83.333333% } .offset-lg-11 { margin-left: 91.666667% } } @media (min-width:1200px) { .col-xl { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100% } .col-xl-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none } .col-xl-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333% } .col-xl-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667% } .col-xl-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% } .col-xl-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333% } .col-xl-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667% } .col-xl-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% } .col-xl-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333% } .col-xl-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667% } .col-xl-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75% } .col-xl-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333% } .col-xl-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667% } .col-xl-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .order-xl-first { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1 } .order-xl-last { -webkit-box-ordinal-group: 14; -ms-flex-order: 13; order: 13 } .order-xl-0 { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0 } .order-xl-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1 } .order-xl-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2 } .order-xl-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3 } .order-xl-4 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4 } .order-xl-5 { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5 } .order-xl-6 { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6 } .order-xl-7 { -webkit-box-ordinal-group: 8; -ms-flex-order: 7; order: 7 } .order-xl-8 { -webkit-box-ordinal-group: 9; -ms-flex-order: 8; order: 8 } .order-xl-9 { -webkit-box-ordinal-group: 10; -ms-flex-order: 9; order: 9 } .order-xl-10 { -webkit-box-ordinal-group: 11; -ms-flex-order: 10; order: 10 } .order-xl-11 { -webkit-box-ordinal-group: 12; -ms-flex-order: 11; order: 11 } .order-xl-12 { -webkit-box-ordinal-group: 13; -ms-flex-order: 12; order: 12 } .offset-xl-0 { margin-left: 0 } .offset-xl-1 { margin-left: 8.333333% } .offset-xl-2 { margin-left: 16.666667% } .offset-xl-3 { margin-left: 25% } .offset-xl-4 { margin-left: 33.333333% } .offset-xl-5 { margin-left: 41.666667% } .offset-xl-6 { margin-left: 50% } .offset-xl-7 { margin-left: 58.333333% } .offset-xl-8 { margin-left: 66.666667% } .offset-xl-9 { margin-left: 75% } .offset-xl-10 { margin-left: 83.333333% } .offset-xl-11 { margin-left: 91.666667% } } .table { width: 100%; max-width: 100%; margin-bottom: 1rem; background-color: transparent } .table td, .table th { padding: .75rem; vertical-align: top; border-top: 1px solid #dee2e6 } .table thead th { vertical-align: bottom; border-bottom: 2px solid #dee2e6 } .table tbody+tbody { border-top: 2px solid #dee2e6 } .table .table { background-color: #fff } .table-sm td, .table-sm th { padding: .3rem } .table-bordered { border: 1px solid #dee2e6 } .table-bordered td, .table-bordered th { border: 1px solid #dee2e6 } .table-bordered thead td, .table-bordered thead th { border-bottom-width: 2px } .table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, .05) } .table-hover tbody tr:hover { background-color: rgba(0, 0, 0, .075) } .table-primary, .table-primary>td, .table-primary>th { background-color: #b8daff } .table-hover .table-primary:hover { background-color: #9fcdff } .table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th { background-color: #9fcdff } .table-secondary, .table-secondary>td, .table-secondary>th { background-color: #d6d8db } .table-hover .table-secondary:hover { background-color: #c8cbcf } .table-hover .table-secondary:hover>td, .table-hover .table-secondary:hover>th { background-color: #c8cbcf } .table-success, .table-success>td, .table-success>th { background-color: #c3e6cb } .table-hover .table-success:hover { background-color: #b1dfbb } .table-hover .table-success:hover>td, .table-hover .table-success:hover>th { background-color: #b1dfbb } .table-info, .table-info>td, .table-info>th { background-color: #bee5eb } .table-hover .table-info:hover { background-color: #abdde5 } .table-hover .table-info:hover>td, .table-hover .table-info:hover>th { background-color: #abdde5 } .table-warning, .table-warning>td, .table-warning>th { background-color: #ffeeba } .table-hover .table-warning:hover { background-color: #ffe8a1 } .table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th { background-color: #ffe8a1 } .table-danger, .table-danger>td, .table-danger>th { background-color: #f5c6cb } .table-hover .table-danger:hover { background-color: #f1b0b7 } .table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th { background-color: #f1b0b7 } .table-light, .table-light>td, .table-light>th { background-color: #fdfdfe } .table-hover .table-light:hover { background-color: #ececf6 } .table-hover .table-light:hover>td, .table-hover .table-light:hover>th { background-color: #ececf6 } .table-dark, .table-dark>td, .table-dark>th { background-color: #c6c8ca } .table-hover .table-dark:hover { background-color: #b9bbbe } .table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th { background-color: #b9bbbe } .table-active, .table-active>td, .table-active>th { background-color: rgba(0, 0, 0, .075) } .table-hover .table-active:hover { background-color: rgba(0, 0, 0, .075) } .table-hover .table-active:hover>td, .table-hover .table-active:hover>th { background-color: rgba(0, 0, 0, .075) } .table .thead-dark th { color: #fff; background-color: #212529; border-color: #32383e } .table .thead-light th { color: #495057; background-color: #e9ecef; border-color: #dee2e6 } .table-dark { color: #fff; background-color: #212529 } .table-dark td, .table-dark th, .table-dark thead th { border-color: #32383e } .table-dark.table-bordered { border: 0 } .table-dark.table-striped tbody tr:nth-of-type(odd) { background-color: rgba(255, 255, 255, .05) } .table-dark.table-hover tbody tr:hover { background-color: rgba(255, 255, 255, .075) } @media (max-width:575.98px) { .table-responsive-sm { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar } .table-responsive-sm>.table-bordered { border: 0 } } @media (max-width:767.98px) { .table-responsive-md { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar } .table-responsive-md>.table-bordered { border: 0 } } @media (max-width:991.98px) { .table-responsive-lg { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar } .table-responsive-lg>.table-bordered { border: 0 } } @media (max-width:1199.98px) { .table-responsive-xl { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar } .table-responsive-xl>.table-bordered { border: 0 } } .table-responsive { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar } .table-responsive>.table-bordered { border: 0 } .form-control { display: block; width: 100%; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out } .form-control::-ms-expand { background-color: transparent; border: 0 } .form-control:focus { color: #495057; background-color: #fff; border-color: #80bdff; outline: 0; box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25) } .form-control::-webkit-input-placeholder { color: #6c757d; opacity: 1 } .form-control::-moz-placeholder { color: #6c757d; opacity: 1 } .form-control:-ms-input-placeholder { color: #6c757d; opacity: 1 } .form-control::-ms-input-placeholder { color: #6c757d; opacity: 1 } .form-control::placeholder { color: #6c757d; opacity: 1 } .form-control:disabled, .form-control[readonly] { background-color: #e9ecef; opacity: 1 } select.form-control:not([size]):not([multiple]) { height: calc(2.25rem+2px) } select.form-control:focus::-ms-value { color: #495057; background-color: #fff } .form-control-file, .form-control-range { display: block; width: 100% } .col-form-label { padding-top: calc(.375rem+1px); padding-bottom: calc(.375rem+1px); margin-bottom: 0; font-size: inherit; line-height: 1.5 } .col-form-label-lg { padding-top: calc(.5rem+1px); padding-bottom: calc(.5rem+1px); font-size: 1.25rem; line-height: 1.5 } .col-form-label-sm { padding-top: calc(.25rem+1px); padding-bottom: calc(.25rem+1px); font-size: .875rem; line-height: 1.5 } .form-control-plaintext { display: block; width: 100%; padding-top: .375rem; padding-bottom: .375rem; margin-bottom: 0; line-height: 1.5; background-color: transparent; border: solid transparent; border-width: 1px 0 } .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg>.form-control-plaintext.form-control, .input-group-lg>.input-group-append>.form-control-plaintext.btn, .input-group-lg>.input-group-append>.form-control-plaintext.input-group-text, .input-group-lg>.input-group-prepend>.form-control-plaintext.btn, .input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text, .input-group-sm>.form-control-plaintext.form-control, .input-group-sm>.input-group-append>.form-control-plaintext.btn, .input-group-sm>.input-group-append>.form-control-plaintext.input-group-text, .input-group-sm>.input-group-prepend>.form-control-plaintext.btn, .input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text { padding-right: 0; padding-left: 0 } .form-control-sm, .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text { padding: .25rem .5rem; font-size: .875rem; line-height: 1.5; border-radius: .2rem } .input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]), .input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]), .input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]), .input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]), .input-group-sm>select.form-control:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) { height: calc(1.8125rem+2px) } .form-control-lg, .input-group-lg>.form-control, .input-group-lg>.input-group-append>.btn, .input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-prepend>.input-group-text { padding: .5rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: .3rem } .input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]), .input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]), .input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]), .input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]), .input-group-lg>select.form-control:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) { height: calc(2.875rem+2px) } .form-group { margin-bottom: 1rem } .form-text { display: block; margin-top: .25rem } .form-row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -5px; margin-left: -5px } .form-row>.col, .form-row>[class*=col-] { padding-right: 5px; padding-left: 5px } .form-check { position: relative; display: block; padding-left: 1.25rem } .form-check-input { position: absolute; margin-top: .3rem; margin-left: -1.25rem } .form-check-input:disabled~.form-check-label { color: #6c757d } .form-check-label { margin-bottom: 0 } .form-check-inline { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-left: 0; margin-right: .75rem } .form-check-inline .form-check-input { position: static; margin-top: 0; margin-right: .3125rem; margin-left: 0 } .valid-feedback { display: none; width: 100%; margin-top: .25rem; font-size: 80%; color: #28a745 } .valid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: .5rem; margin-top: .1rem; font-size: .875rem; line-height: 1; color: #fff; background-color: rgba(40, 167, 69, .8); border-radius: .2rem } .custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid { border-color: #28a745 } .custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus { border-color: #28a745; box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25) } .custom-select.is-valid~.valid-feedback, .custom-select.is-valid~.valid-tooltip, .form-control.is-valid~.valid-feedback, .form-control.is-valid~.valid-tooltip, .was-validated .custom-select:valid~.valid-feedback, .was-validated .custom-select:valid~.valid-tooltip, .was-validated .form-control:valid~.valid-feedback, .was-validated .form-control:valid~.valid-tooltip { display: block } .form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label { color: #28a745 } .form-check-input.is-valid~.valid-feedback, .form-check-input.is-valid~.valid-tooltip, .was-validated .form-check-input:valid~.valid-feedback, .was-validated .form-check-input:valid~.valid-tooltip { display: block } .custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label { color: #28a745 } .custom-control-input.is-valid~.custom-control-label::before, .was-validated .custom-control-input:valid~.custom-control-label::before { background-color: #71dd8a } .custom-control-input.is-valid~.valid-feedback, .custom-control-input.is-valid~.valid-tooltip, .was-validated .custom-control-input:valid~.valid-feedback, .was-validated .custom-control-input:valid~.valid-tooltip { display: block } .custom-control-input.is-valid:checked~.custom-control-label::before, .was-validated .custom-control-input:valid:checked~.custom-control-label::before { background-color: #34ce57 } .custom-control-input.is-valid:focus~.custom-control-label::before, .was-validated .custom-control-input:valid:focus~.custom-control-label::before { box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25) } .custom-file-input.is-valid~.custom-file-label, .was-validated .custom-file-input:valid~.custom-file-label { border-color: #28a745 } .custom-file-input.is-valid~.custom-file-label::before, .was-validated .custom-file-input:valid~.custom-file-label::before { border-color: inherit } .custom-file-input.is-valid~.valid-feedback, .custom-file-input.is-valid~.valid-tooltip, .was-validated .custom-file-input:valid~.valid-feedback, .was-validated .custom-file-input:valid~.valid-tooltip { display: block } .custom-file-input.is-valid:focus~.custom-file-label, .was-validated .custom-file-input:valid:focus~.custom-file-label { box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25) } .invalid-feedback { display: none; width: 100%; margin-top: .25rem; font-size: 80%; color: #dc3545 } .invalid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: .5rem; margin-top: .1rem; font-size: .875rem; line-height: 1; color: #fff; background-color: rgba(220, 53, 69, .8); border-radius: .2rem } .custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid { border-color: #dc3545 } .custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus { border-color: #dc3545; box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25) } .custom-select.is-invalid~.invalid-feedback, .custom-select.is-invalid~.invalid-tooltip, .form-control.is-invalid~.invalid-feedback, .form-control.is-invalid~.invalid-tooltip, .was-validated .custom-select:invalid~.invalid-feedback, .was-validated .custom-select:invalid~.invalid-tooltip, .was-validated .form-control:invalid~.invalid-feedback, .was-validated .form-control:invalid~.invalid-tooltip { display: block } .form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label { color: #dc3545 } .form-check-input.is-invalid~.invalid-feedback, .form-check-input.is-invalid~.invalid-tooltip, .was-validated .form-check-input:invalid~.invalid-feedback, .was-validated .form-check-input:invalid~.invalid-tooltip { display: block } .custom-control-input.is-invalid~.custom-control-label, .was-validated .custom-control-input:invalid~.custom-control-label { color: #dc3545 } .custom-control-input.is-invalid~.custom-control-label::before, .was-validated .custom-control-input:invalid~.custom-control-label::before { background-color: #efa2a9 } .custom-control-input.is-invalid~.invalid-feedback, .custom-control-input.is-invalid~.invalid-tooltip, .was-validated .custom-control-input:invalid~.invalid-feedback, .was-validated .custom-control-input:invalid~.invalid-tooltip { display: block } .custom-control-input.is-invalid:checked~.custom-control-label::before, .was-validated .custom-control-input:invalid:checked~.custom-control-label::before { background-color: #e4606d } .custom-control-input.is-invalid:focus~.custom-control-label::before, .was-validated .custom-control-input:invalid:focus~.custom-control-label::before { box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25) } .custom-file-input.is-invalid~.custom-file-label, .was-validated .custom-file-input:invalid~.custom-file-label { border-color: #dc3545 } .custom-file-input.is-invalid~.custom-file-label::before, .was-validated .custom-file-input:invalid~.custom-file-label::before { border-color: inherit } .custom-file-input.is-invalid~.invalid-feedback, .custom-file-input.is-invalid~.invalid-tooltip, .was-validated .custom-file-input:invalid~.invalid-feedback, .was-validated .custom-file-input:invalid~.invalid-tooltip { display: block } .custom-file-input.is-invalid:focus~.custom-file-label, .was-validated .custom-file-input:invalid:focus~.custom-file-label { box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25) } .form-inline { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .form-inline .form-check { width: 100% } @media (min-width:576px) { .form-inline label { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 0 } .form-inline .form-group { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 0 } .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle } .form-inline .form-control-plaintext { display: inline-block } .form-inline .input-group { width: auto } .form-inline .form-check { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: auto; padding-left: 0 } .form-inline .form-check-input { position: relative; margin-top: 0; margin-right: .25rem; margin-left: 0 } .form-inline .custom-control { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center } .form-inline .custom-control-label { margin-bottom: 0 } } .btn { display: inline-block; font-weight: 400; text-align: center; white-space: nowrap; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid transparent; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; border-radius: .25rem; transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out } .btn:focus, .btn:hover { text-decoration: none } .btn.focus, .btn:focus { outline: 0; box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25) } .btn.disabled, .btn:disabled { opacity: .65 } .btn:not(:disabled):not(.disabled) { cursor: pointer } .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active { background-image: none } a.btn.disabled, fieldset:disabled a.btn { pointer-events: none } .btn-primary { color: #fff; background-color: #007bff; border-color: #007bff } .btn-primary:hover { color: #fff; background-color: #0069d9; border-color: #0062cc } .btn-primary.focus, .btn-primary:focus { box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5) } .btn-primary.disabled, .btn-primary:disabled { color: #fff; background-color: #007bff; border-color: #007bff } .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle { color: #fff; background-color: #0062cc; border-color: #005cbf } .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5) } .btn-secondary { color: #fff; background-color: #6c757d; border-color: #6c757d } .btn-secondary:hover { color: #fff; background-color: #5a6268; border-color: #545b62 } .btn-secondary.focus, .btn-secondary:focus { box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5) } .btn-secondary.disabled, .btn-secondary:disabled { color: #fff; background-color: #6c757d; border-color: #6c757d } .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle { color: #fff; background-color: #545b62; border-color: #4e555b } .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5) } .btn-success { color: #fff; background-color: #28a745; border-color: #28a745 } .btn-success:hover { color: #fff; background-color: #218838; border-color: #1e7e34 } .btn-success.focus, .btn-success:focus { box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5) } .btn-success.disabled, .btn-success:disabled { color: #fff; background-color: #28a745; border-color: #28a745 } .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle { color: #fff; background-color: #1e7e34; border-color: #1c7430 } .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5) } .btn-info { color: #fff; background-color: #17a2b8; border-color: #17a2b8 } .btn-info:hover { color: #fff; background-color: #138496; border-color: #117a8b } .btn-info.focus, .btn-info:focus { box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5) } .btn-info.disabled, .btn-info:disabled { color: #fff; background-color: #17a2b8; border-color: #17a2b8 } .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle { color: #fff; background-color: #117a8b; border-color: #10707f } .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5) } .btn-warning { color: #212529; background-color: #ffc107; border-color: #ffc107 } .btn-warning:hover { color: #212529; background-color: #e0a800; border-color: #d39e00 } .btn-warning.focus, .btn-warning:focus { box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5) } .btn-warning.disabled, .btn-warning:disabled { color: #212529; background-color: #ffc107; border-color: #ffc107 } .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle { color: #212529; background-color: #d39e00; border-color: #c69500 } .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-warning.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5) } .btn-danger { color: #fff; background-color: #dc3545; border-color: #dc3545 } .btn-danger:hover { color: #fff; background-color: #c82333; border-color: #bd2130 } .btn-danger.focus, .btn-danger:focus { box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5) } .btn-danger.disabled, .btn-danger:disabled { color: #fff; background-color: #dc3545; border-color: #dc3545 } .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle { color: #fff; background-color: #bd2130; border-color: #b21f2d } .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5) } .btn-light { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa } .btn-light:hover { color: #212529; background-color: #e2e6ea; border-color: #dae0e5 } .btn-light.focus, .btn-light:focus { box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5) } .btn-light.disabled, .btn-light:disabled { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa } .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle { color: #212529; background-color: #dae0e5; border-color: #d3d9df } .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5) } .btn-dark { color: #fff; background-color: #343a40; border-color: #343a40 } .btn-dark:hover { color: #fff; background-color: #23272b; border-color: #1d2124 } .btn-dark.focus, .btn-dark:focus { box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) } .btn-dark.disabled, .btn-dark:disabled { color: #fff; background-color: #343a40; border-color: #343a40 } .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle { color: #fff; background-color: #1d2124; border-color: #171a1d } .btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-dark.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) } .btn-outline-primary { color: #007bff; background-color: transparent; background-image: none; border-color: #007bff } .btn-outline-primary:hover { color: #fff; background-color: #007bff; border-color: #007bff } .btn-outline-primary.focus, .btn-outline-primary:focus { box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5) } .btn-outline-primary.disabled, .btn-outline-primary:disabled { color: #007bff; background-color: transparent } .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle { color: #fff; background-color: #007bff; border-color: #007bff } .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5) } .btn-outline-secondary { color: #6c757d; background-color: transparent; background-image: none; border-color: #6c757d } .btn-outline-secondary:hover { color: #fff; background-color: #6c757d; border-color: #6c757d } .btn-outline-secondary.focus, .btn-outline-secondary:focus { box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5) } .btn-outline-secondary.disabled, .btn-outline-secondary:disabled { color: #6c757d; background-color: transparent } .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle { color: #fff; background-color: #6c757d; border-color: #6c757d } .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5) } .btn-outline-success { color: #28a745; background-color: transparent; background-image: none; border-color: #28a745 } .btn-outline-success:hover { color: #fff; background-color: #28a745; border-color: #28a745 } .btn-outline-success.focus, .btn-outline-success:focus { box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5) } .btn-outline-success.disabled, .btn-outline-success:disabled { color: #28a745; background-color: transparent } .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle { color: #fff; background-color: #28a745; border-color: #28a745 } .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5) } .btn-outline-info { color: #17a2b8; background-color: transparent; background-image: none; border-color: #17a2b8 } .btn-outline-info:hover { color: #fff; background-color: #17a2b8; border-color: #17a2b8 } .btn-outline-info.focus, .btn-outline-info:focus { box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5) } .btn-outline-info.disabled, .btn-outline-info:disabled { color: #17a2b8; background-color: transparent } .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show>.btn-outline-info.dropdown-toggle { color: #fff; background-color: #17a2b8; border-color: #17a2b8 } .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-info.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5) } .btn-outline-warning { color: #ffc107; background-color: transparent; background-image: none; border-color: #ffc107 } .btn-outline-warning:hover { color: #212529; background-color: #ffc107; border-color: #ffc107 } .btn-outline-warning.focus, .btn-outline-warning:focus { box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5) } .btn-outline-warning.disabled, .btn-outline-warning:disabled { color: #ffc107; background-color: transparent } .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show>.btn-outline-warning.dropdown-toggle { color: #212529; background-color: #ffc107; border-color: #ffc107 } .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-warning.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5) } .btn-outline-danger { color: #dc3545; background-color: transparent; background-image: none; border-color: #dc3545 } .btn-outline-danger:hover { color: #fff; background-color: #dc3545; border-color: #dc3545 } .btn-outline-danger.focus, .btn-outline-danger:focus { box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5) } .btn-outline-danger.disabled, .btn-outline-danger:disabled { color: #dc3545; background-color: transparent } .btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle { color: #fff; background-color: #dc3545; border-color: #dc3545 } .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-danger.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5) } .btn-outline-light { color: #f8f9fa; background-color: transparent; background-image: none; border-color: #f8f9fa } .btn-outline-light:hover { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa } .btn-outline-light.focus, .btn-outline-light:focus { box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5) } .btn-outline-light.disabled, .btn-outline-light:disabled { color: #f8f9fa; background-color: transparent } .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa } .btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-light.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5) } .btn-outline-dark { color: #343a40; background-color: transparent; background-image: none; border-color: #343a40 } .btn-outline-dark:hover { color: #fff; background-color: #343a40; border-color: #343a40 } .btn-outline-dark.focus, .btn-outline-dark:focus { box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) } .btn-outline-dark.disabled, .btn-outline-dark:disabled { color: #343a40; background-color: transparent } .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show>.btn-outline-dark.dropdown-toggle { color: #fff; background-color: #343a40; border-color: #343a40 } .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-dark.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) } .btn-link { font-weight: 400; color: #007bff; background-color: transparent } .btn-link:hover { color: #0056b3; text-decoration: underline; background-color: transparent; border-color: transparent } .btn-link.focus, .btn-link:focus { text-decoration: underline; border-color: transparent; box-shadow: none } .btn-link.disabled, .btn-link:disabled { color: #6c757d } .btn-group-lg>.btn, .btn-lg { padding: .5rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: .3rem } .btn-group-sm>.btn, .btn-sm { padding: .25rem .5rem; font-size: .875rem; line-height: 1.5; border-radius: .2rem } .btn-block { display: block; width: 100% } .btn-block+.btn-block { margin-top: .5rem } input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block { width: 100% } .fade { opacity: 0; transition: opacity .15s linear } .fade.show { opacity: 1 } .collapse { display: none } .collapse.show { display: block } tr.collapse.show { display: table-row } tbody.collapse.show { display: table-row-group } .collapsing { position: relative; height: 0; overflow: hidden; transition: height .35s ease } .dropdown, .dropup { position: relative } .dropdown-toggle::after { display: inline-block; width: 0; height: 0; margin-left: .255em; vertical-align: .255em; content: ""; border-top: .3em solid; border-right: .3em solid transparent; border-bottom: 0; border-left: .3em solid transparent } .dropdown-toggle:empty::after { margin-left: 0 } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: .5rem 0; margin: .125rem 0 0; font-size: 1rem; color: #212529; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, .15); border-radius: .25rem } .dropup .dropdown-menu { margin-top: 0; margin-bottom: .125rem } .dropup .dropdown-toggle::after { display: inline-block; width: 0; height: 0; margin-left: .255em; vertical-align: .255em; content: ""; border-top: 0; border-right: .3em solid transparent; border-bottom: .3em solid; border-left: .3em solid transparent } .dropup .dropdown-toggle:empty::after { margin-left: 0 } .dropright .dropdown-menu { margin-top: 0; margin-left: .125rem } .dropright .dropdown-toggle::after { display: inline-block; width: 0; height: 0; margin-left: .255em; vertical-align: .255em; content: ""; border-top: .3em solid transparent; border-bottom: .3em solid transparent; border-left: .3em solid } .dropright .dropdown-toggle:empty::after { margin-left: 0 } .dropright .dropdown-toggle::after { vertical-align: 0 } .dropleft .dropdown-menu { margin-top: 0; margin-right: .125rem } .dropleft .dropdown-toggle::after { display: inline-block; width: 0; height: 0; margin-left: .255em; vertical-align: .255em; content: "" } .dropleft .dropdown-toggle::after { display: none } .dropleft .dropdown-toggle::before { display: inline-block; width: 0; height: 0; margin-right: .255em; vertical-align: .255em; content: ""; border-top: .3em solid transparent; border-right: .3em solid; border-bottom: .3em solid transparent } .dropleft .dropdown-toggle:empty::after { margin-left: 0 } .dropleft .dropdown-toggle::before { vertical-align: 0 } .dropdown-divider { height: 0; margin: .5rem 0; overflow: hidden; border-top: 1px solid #e9ecef } .dropdown-item { display: block; width: 100%; padding: .25rem 1.5rem; clear: both; font-weight: 400; color: #212529; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0 } .dropdown-item:focus, .dropdown-item:hover { color: #16181b; text-decoration: none; background-color: #f8f9fa } .dropdown-item.active, .dropdown-item:active { color: #fff; text-decoration: none; background-color: #007bff } .dropdown-item.disabled, .dropdown-item:disabled { color: #6c757d; background-color: transparent } .dropdown-menu.show { display: block } .dropdown-header { display: block; padding: .5rem 1.5rem; margin-bottom: 0; font-size: .875rem; color: #6c757d; white-space: nowrap } .btn-group, .btn-group-vertical { position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; vertical-align: middle } .btn-group-vertical>.btn, .btn-group>.btn { position: relative; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto } .btn-group-vertical>.btn:hover, .btn-group>.btn:hover { z-index: 1 } .btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus { z-index: 1 } .btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group, .btn-group-vertical .btn+.btn, .btn-group-vertical .btn+.btn-group, .btn-group-vertical .btn-group+.btn, .btn-group-vertical .btn-group+.btn-group { margin-left: -1px } .btn-toolbar { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start } .btn-toolbar .input-group { width: auto } .btn-group>.btn:first-child { margin-left: 0 } .btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 0; border-bottom-right-radius: 0 } .btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0 } .dropdown-toggle-split { padding-right: .5625rem; padding-left: .5625rem } .dropdown-toggle-split::after { margin-left: 0 } .btn-group-sm>.btn+.dropdown-toggle-split, .btn-sm+.dropdown-toggle-split { padding-right: .375rem; padding-left: .375rem } .btn-group-lg>.btn+.dropdown-toggle-split, .btn-lg+.dropdown-toggle-split { padding-right: .75rem; padding-left: .75rem } .btn-group-vertical { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center } .btn-group-vertical .btn, .btn-group-vertical .btn-group { width: 100% } .btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group { margin-top: -1px; margin-left: 0 } .btn-group-vertical>.btn-group:not(:last-child)>.btn, .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-bottom-left-radius: 0 } .btn-group-vertical>.btn-group:not(:first-child)>.btn, .btn-group-vertical>.btn:not(:first-child) { border-top-left-radius: 0; border-top-right-radius: 0 } .btn-group-toggle>.btn, .btn-group-toggle>.btn-group>.btn { margin-bottom: 0 } .btn-group-toggle>.btn input[type=checkbox], .btn-group-toggle>.btn input[type=radio], .btn-group-toggle>.btn-group>.btn input[type=checkbox], .btn-group-toggle>.btn-group>.btn input[type=radio] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none } .input-group { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; width: 100% } .input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control { position: relative; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; width: 1%; margin-bottom: 0 } .input-group>.custom-file:focus, .input-group>.custom-select:focus, .input-group>.form-control:focus { z-index: 3 } .input-group>.custom-file+.custom-file, .input-group>.custom-file+.custom-select, .input-group>.custom-file+.form-control, .input-group>.custom-select+.custom-file, .input-group>.custom-select+.custom-select, .input-group>.custom-select+.form-control, .input-group>.form-control+.custom-file, .input-group>.form-control+.custom-select, .input-group>.form-control+.form-control { margin-left: -1px } .input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0 } .input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0 } .input-group>.custom-file { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .input-group>.custom-file:not(:last-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label::before { border-top-right-radius: 0; border-bottom-right-radius: 0 } .input-group>.custom-file:not(:first-child) .custom-file-label, .input-group>.custom-file:not(:first-child) .custom-file-label::before { border-top-left-radius: 0; border-bottom-left-radius: 0 } .input-group-append, .input-group-prepend { display: -webkit-box; display: -ms-flexbox; display: flex } .input-group-append .btn, .input-group-prepend .btn { position: relative; z-index: 2 } .input-group-append .btn+.btn, .input-group-append .btn+.input-group-text, .input-group-append .input-group-text+.btn, .input-group-append .input-group-text+.input-group-text, .input-group-prepend .btn+.btn, .input-group-prepend .btn+.input-group-text, .input-group-prepend .input-group-text+.btn, .input-group-prepend .input-group-text+.input-group-text { margin-left: -1px } .input-group-prepend { margin-right: -1px } .input-group-append { margin-left: -1px } .input-group-text { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .375rem .75rem; margin-bottom: 0; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; text-align: center; white-space: nowrap; background-color: #e9ecef; border: 1px solid #ced4da; border-radius: .25rem } .input-group-text input[type=checkbox], .input-group-text input[type=radio] { margin-top: 0 } .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text { border-top-right-radius: 0; border-bottom-right-radius: 0 } .input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text { border-top-left-radius: 0; border-bottom-left-radius: 0 } .custom-control { position: relative; display: block; min-height: 1.5rem; padding-left: 1.5rem } .custom-control-inline { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; margin-right: 1rem } .custom-control-input { position: absolute; z-index: -1; opacity: 0 } .custom-control-input:checked~.custom-control-label::before { color: #fff; background-color: #007bff } .custom-control-input:focus~.custom-control-label::before { box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25) } .custom-control-input:active~.custom-control-label::before { color: #fff; background-color: #b3d7ff } .custom-control-input:disabled~.custom-control-label { color: #6c757d } .custom-control-input:disabled~.custom-control-label::before { background-color: #e9ecef } .custom-control-label { margin-bottom: 0 } .custom-control-label::before { position: absolute; top: .25rem; left: 0; display: block; width: 1rem; height: 1rem; pointer-events: none; content: ""; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: #dee2e6 } .custom-control-label::after { position: absolute; top: .25rem; left: 0; display: block; width: 1rem; height: 1rem; content: ""; background-repeat: no-repeat; background-position: center center; background-size: 50% 50% } .custom-checkbox .custom-control-label::before { border-radius: .25rem } .custom-checkbox .custom-control-input:checked~.custom-control-label::before { background-color: #007bff } .custom-checkbox .custom-control-input:checked~.custom-control-label::after { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") } .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before { background-color: #007bff } .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E") } .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before { background-color: rgba(0, 123, 255, .5) } .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before { background-color: rgba(0, 123, 255, .5) } .custom-radio .custom-control-label::before { border-radius: 50% } .custom-radio .custom-control-input:checked~.custom-control-label::before { background-color: #007bff } .custom-radio .custom-control-input:checked~.custom-control-label::after { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E") } .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before { background-color: rgba(0, 123, 255, .5) } .custom-select { display: inline-block; width: 100%; height: calc(2.25rem+2px); padding: .375rem 1.75rem .375rem .75rem; line-height: 1.5; color: #495057; vertical-align: middle; background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center; background-size: 8px 10px; border: 1px solid #ced4da; border-radius: .25rem; -webkit-appearance: none; -moz-appearance: none; appearance: none } .custom-select:focus { border-color: #80bdff; outline: 0; box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(128, 189, 255, .5) } .custom-select:focus::-ms-value { color: #495057; background-color: #fff } .custom-select[multiple], .custom-select[size]:not([size="1"]) { height: auto; padding-right: .75rem; background-image: none } .custom-select:disabled { color: #6c757d; background-color: #e9ecef } .custom-select::-ms-expand { opacity: 0 } .custom-select-sm { height: calc(1.8125rem+2px); padding-top: .375rem; padding-bottom: .375rem; font-size: 75% } .custom-select-lg { height: calc(2.875rem+2px); padding-top: .375rem; padding-bottom: .375rem; font-size: 125% } .custom-file { position: relative; display: inline-block; width: 100%; height: calc(2.25rem+2px); margin-bottom: 0 } .custom-file-input { position: relative; z-index: 2; width: 100%; height: calc(2.25rem+2px); margin: 0; opacity: 0 } .custom-file-input:focus~.custom-file-control { border-color: #80bdff; box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25) } .custom-file-input:focus~.custom-file-control::before { border-color: #80bdff } .custom-file-input:lang(en)~.custom-file-label::after { content: "Browse" } .custom-file-label { position: absolute; top: 0; right: 0; left: 0; z-index: 1; height: calc(2.25rem+2px); padding: .375rem .75rem; line-height: 1.5; color: #495057; background-color: #fff; border: 1px solid #ced4da; border-radius: .25rem } .custom-file-label::after { position: absolute; top: 0; right: 0; bottom: 0; z-index: 3; display: block; height: calc(calc(2.25rem+2px) - 1px * 2); padding: .375rem .75rem; line-height: 1.5; color: #495057; content: "Browse"; background-color: #e9ecef; border-left: 1px solid #ced4da; border-radius: 0 .25rem .25rem 0 } .nav { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none } .nav-link { display: block; padding: .5rem 1rem } .nav-link:focus, .nav-link:hover { text-decoration: none } .nav-link.disabled { color: #6c757d } .nav-tabs { border-bottom: 1px solid #dee2e6 } .nav-tabs .nav-item { margin-bottom: -1px } .nav-tabs .nav-link { border: 1px solid transparent; border-top-left-radius: .25rem; border-top-right-radius: .25rem } .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { border-color: #e9ecef #e9ecef #dee2e6 } .nav-tabs .nav-link.disabled { color: #6c757d; background-color: transparent; border-color: transparent } .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { color: #495057; background-color: #fff; border-color: #dee2e6 #dee2e6 #fff } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0 } .nav-pills .nav-link { border-radius: .25rem } .nav-pills .nav-link.active, .nav-pills .show>.nav-link { color: #fff; background-color: #007bff } .nav-fill .nav-item { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; text-align: center } .nav-justified .nav-item { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; text-align: center } .tab-content>.tab-pane { display: none } .tab-content>.active { display: block } .navbar { position: relative; 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; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: .5rem 1rem } .navbar>.container, .navbar>.container-fluid { 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; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between } .navbar-brand { display: inline-block; padding-top: .3125rem; padding-bottom: .3125rem; margin-right: 1rem; font-size: 1.25rem; line-height: inherit; white-space: nowrap } .navbar-brand:focus, .navbar-brand:hover { text-decoration: none } .navbar-nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-left: 0; margin-bottom: 0; list-style: none } .navbar-nav .nav-link { padding-right: 0; padding-left: 0 } .navbar-nav .dropdown-menu { position: static; float: none } .navbar-text { display: inline-block; padding-top: .5rem; padding-bottom: .5rem } .navbar-collapse { -ms-flex-preferred-size: 100%; flex-basis: 100%; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .navbar-toggler { padding: .25rem .75rem; font-size: 1.25rem; line-height: 1; background-color: transparent; border: 1px solid transparent; border-radius: .25rem } .navbar-toggler:focus, .navbar-toggler:hover { text-decoration: none } .navbar-toggler:not(:disabled):not(.disabled) { cursor: pointer } .navbar-toggler-icon { display: inline-block; width: 1.5em; height: 1.5em; vertical-align: middle; content: ""; background: no-repeat center center; background-size: 100% 100% } @media (max-width:575.98px) { .navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid { padding-right: 0; padding-left: 0 } } @media (min-width:576px) { .navbar-expand-sm { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start } .navbar-expand-sm .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row } .navbar-expand-sm .navbar-nav .dropdown-menu { position: absolute } .navbar-expand-sm .navbar-nav .dropdown-menu-right { right: 0; left: auto } .navbar-expand-sm .navbar-nav .nav-link { padding-right: .5rem; padding-left: .5rem } .navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid { -ms-flex-wrap: nowrap; flex-wrap: nowrap } .navbar-expand-sm .navbar-collapse { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto } .navbar-expand-sm .navbar-toggler { display: none } .navbar-expand-sm .dropup .dropdown-menu { top: auto; bottom: 100% } } @media (max-width:767.98px) { .navbar-expand-md>.container, .navbar-expand-md>.container-fluid { padding-right: 0; padding-left: 0 } } @media (min-width:768px) { .navbar-expand-md { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start } .navbar-expand-md .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row } .navbar-expand-md .navbar-nav .dropdown-menu { position: absolute } .navbar-expand-md .navbar-nav .dropdown-menu-right { right: 0; left: auto } .navbar-expand-md .navbar-nav .nav-link { padding-right: .5rem; padding-left: .5rem } .navbar-expand-md>.container, .navbar-expand-md>.container-fluid { -ms-flex-wrap: nowrap; flex-wrap: nowrap } .navbar-expand-md .navbar-collapse { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto } .navbar-expand-md .navbar-toggler { display: none } .navbar-expand-md .dropup .dropdown-menu { top: auto; bottom: 100% } } @media (max-width:991.98px) { .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid { padding-right: 0; padding-left: 0 } } @media (min-width:992px) { .navbar-expand-lg { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start } .navbar-expand-lg .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row } .navbar-expand-lg .navbar-nav .dropdown-menu { position: absolute } .navbar-expand-lg .navbar-nav .dropdown-menu-right { right: 0; left: auto } .navbar-expand-lg .navbar-nav .nav-link { padding-right: .5rem; padding-left: .5rem } .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid { -ms-flex-wrap: nowrap; flex-wrap: nowrap } .navbar-expand-lg .navbar-collapse { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto } .navbar-expand-lg .navbar-toggler { display: none } .navbar-expand-lg .dropup .dropdown-menu { top: auto; bottom: 100% } } @media (max-width:1199.98px) { .navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid { padding-right: 0; padding-left: 0 } } @media (min-width:1200px) { .navbar-expand-xl { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start } .navbar-expand-xl .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row } .navbar-expand-xl .navbar-nav .dropdown-menu { position: absolute } .navbar-expand-xl .navbar-nav .dropdown-menu-right { right: 0; left: auto } .navbar-expand-xl .navbar-nav .nav-link { padding-right: .5rem; padding-left: .5rem } .navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid { -ms-flex-wrap: nowrap; flex-wrap: nowrap } .navbar-expand-xl .navbar-collapse { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto } .navbar-expand-xl .navbar-toggler { display: none } .navbar-expand-xl .dropup .dropdown-menu { top: auto; bottom: 100% } } .navbar-expand { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start } .navbar-expand>.container, .navbar-expand>.container-fluid { padding-right: 0; padding-left: 0 } .navbar-expand .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row } .navbar-expand .navbar-nav .dropdown-menu { position: absolute } .navbar-expand .navbar-nav .dropdown-menu-right { right: 0; left: auto } .navbar-expand .navbar-nav .nav-link { padding-right: .5rem; padding-left: .5rem } .navbar-expand>.container, .navbar-expand>.container-fluid { -ms-flex-wrap: nowrap; flex-wrap: nowrap } .navbar-expand .navbar-collapse { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto } .navbar-expand .navbar-toggler { display: none } .navbar-expand .dropup .dropdown-menu { top: auto; bottom: 100% } .navbar-light .navbar-brand { color: rgba(0, 0, 0, .9) } .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover { color: rgba(0, 0, 0, .9) } .navbar-light .navbar-nav .nav-link { color: rgba(0, 0, 0, .5) } .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { color: rgba(0, 0, 0, .7) } .navbar-light .navbar-nav .nav-link.disabled { color: rgba(0, 0, 0, .3) } .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link { color: rgba(0, 0, 0, .9) } .navbar-light .navbar-toggler { color: rgba(0, 0, 0, .5); border-color: rgba(0, 0, 0, .1) } .navbar-light .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") } .navbar-light .navbar-text { color: rgba(0, 0, 0, .5) } .navbar-light .navbar-text a { color: rgba(0, 0, 0, .9) } .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover { color: rgba(0, 0, 0, .9) } .navbar-dark .navbar-brand { color: #fff } .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover { color: #fff } .navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, .5) } .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover { color: rgba(255, 255, 255, .75) } .navbar-dark .navbar-nav .nav-link.disabled { color: rgba(255, 255, 255, .25) } .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link { color: #fff } .navbar-dark .navbar-toggler { color: rgba(255, 255, 255, .5); border-color: rgba(255, 255, 255, .1) } .navbar-dark .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") } .navbar-dark .navbar-text { color: rgba(255, 255, 255, .5) } .navbar-dark .navbar-text a { color: #fff } .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover { color: #fff } .card { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0, 0, 0, .125); border-radius: .25rem } .card>hr { margin-right: 0; margin-left: 0 } .card>.list-group:first-child .list-group-item:first-child { border-top-left-radius: .25rem; border-top-right-radius: .25rem } .card>.list-group:last-child .list-group-item:last-child { border-bottom-right-radius: .25rem; border-bottom-left-radius: .25rem } .card-body { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 1.25rem } .card-title { margin-bottom: .75rem } .card-subtitle { margin-top: -.375rem; margin-bottom: 0 } .card-text:last-child { margin-bottom: 0 } .card-link:hover { text-decoration: none } .card-link+.card-link { margin-left: 1.25rem } .card-header { padding: .75rem 1.25rem; margin-bottom: 0; background-color: rgba(0, 0, 0, .03); border-bottom: 1px solid rgba(0, 0, 0, .125) } .card-header:first-child { border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0 } .card-header+.list-group .list-group-item:first-child { border-top: 0 } .card-footer { padding: .75rem 1.25rem; background-color: rgba(0, 0, 0, .03); border-top: 1px solid rgba(0, 0, 0, .125) } .card-footer:last-child { border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px) } .card-header-tabs { margin-right: -.625rem; margin-bottom: -.75rem; margin-left: -.625rem; border-bottom: 0 } .card-header-pills { margin-right: -.625rem; margin-left: -.625rem } .card-img-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 1.25rem } .card-img { width: 100%; border-radius: calc(.25rem - 1px) } .card-img-top { width: 100%; border-top-left-radius: calc(.25rem - 1px); border-top-right-radius: calc(.25rem - 1px) } .card-img-bottom { width: 100%; border-bottom-right-radius: calc(.25rem - 1px); border-bottom-left-radius: calc(.25rem - 1px) } .card-deck { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column } .card-deck .card { margin-bottom: 15px } @media (min-width:576px) { .card-deck { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; margin-right: -15px; margin-left: -15px } .card-deck .card { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1 0 0%; flex: 1 0 0%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-right: 15px; margin-bottom: 0; margin-left: 15px } } .card-group { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column } .card-group>.card { margin-bottom: 15px } @media (min-width:576px) { .card-group { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap } .card-group>.card { -webkit-box-flex: 1; -ms-flex: 1 0 0%; flex: 1 0 0%; margin-bottom: 0 } .card-group>.card+.card { margin-left: 0; border-left: 0 } .card-group>.card:first-child { border-top-right-radius: 0; border-bottom-right-radius: 0 } .card-group>.card:first-child .card-header, .card-group>.card:first-child .card-img-top { border-top-right-radius: 0 } .card-group>.card:first-child .card-footer, .card-group>.card:first-child .card-img-bottom { border-bottom-right-radius: 0 } .card-group>.card:last-child { border-top-left-radius: 0; border-bottom-left-radius: 0 } .card-group>.card:last-child .card-header, .card-group>.card:last-child .card-img-top { border-top-left-radius: 0 } .card-group>.card:last-child .card-footer, .card-group>.card:last-child .card-img-bottom { border-bottom-left-radius: 0 } .card-group>.card:only-child { border-radius: .25rem } .card-group>.card:only-child .card-header, .card-group>.card:only-child .card-img-top { border-top-left-radius: .25rem; border-top-right-radius: .25rem } .card-group>.card:only-child .card-footer, .card-group>.card:only-child .card-img-bottom { border-bottom-right-radius: .25rem; border-bottom-left-radius: .25rem } .card-group>.card:not(:first-child):not(:last-child):not(:only-child) { border-radius: 0 } .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top { border-radius: 0 } } .card-columns .card { margin-bottom: .75rem } @media (min-width:576px) { .card-columns { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; -webkit-column-gap: 1.25rem; -moz-column-gap: 1.25rem; column-gap: 1.25rem } .card-columns .card { display: inline-block; width: 100% } } .breadcrumb { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: .75rem 1rem; margin-bottom: 1rem; list-style: none; background-color: #e9ecef; border-radius: .25rem } .breadcrumb-item+.breadcrumb-item::before { display: inline-block; padding-right: .5rem; padding-left: .5rem; color: #6c757d; content: "/" } .breadcrumb-item+.breadcrumb-item:hover::before { text-decoration: underline } .breadcrumb-item+.breadcrumb-item:hover::before { text-decoration: none } .breadcrumb-item.active { color: #6c757d } .pagination { display: -webkit-box; display: -ms-flexbox; display: flex; padding-left: 0; list-style: none; border-radius: .25rem } .page-link { position: relative; display: block; padding: .5rem .75rem; margin-left: -1px; line-height: 1.25; color: #007bff; background-color: #fff; border: 1px solid #dee2e6 } .page-link:hover { color: #0056b3; text-decoration: none; background-color: #e9ecef; border-color: #dee2e6 } .page-link:focus { z-index: 2; outline: 0; box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25) } .page-link:not(:disabled):not(.disabled) { cursor: pointer } .page-item:first-child .page-link { margin-left: 0; border-top-left-radius: .25rem; border-bottom-left-radius: .25rem } .page-item:last-child .page-link { border-top-right-radius: .25rem; border-bottom-right-radius: .25rem } .page-item.active .page-link { z-index: 1; color: #fff; background-color: #007bff; border-color: #007bff } .page-item.disabled .page-link { color: #6c757d; pointer-events: none; cursor: auto; background-color: #fff; border-color: #dee2e6 } .pagination-lg .page-link { padding: .75rem 1.5rem; font-size: 1.25rem; line-height: 1.5 } .pagination-lg .page-item:first-child .page-link { border-top-left-radius: .3rem; border-bottom-left-radius: .3rem } .pagination-lg .page-item:last-child .page-link { border-top-right-radius: .3rem; border-bottom-right-radius: .3rem } .pagination-sm .page-link { padding: .25rem .5rem; font-size: .875rem; line-height: 1.5 } .pagination-sm .page-item:first-child .page-link { border-top-left-radius: .2rem; border-bottom-left-radius: .2rem } .pagination-sm .page-item:last-child .page-link { border-top-right-radius: .2rem; border-bottom-right-radius: .2rem } .badge { display: inline-block; padding: .25em .4em; font-size: 75%; font-weight: 700; line-height: 1; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25rem } .badge:empty { display: none } .btn .badge { position: relative; top: -1px } .badge-pill { padding-right: .6em; padding-left: .6em; border-radius: 10rem } .badge-primary { color: #fff; background-color: #007bff } .badge-primary[href]:focus, .badge-primary[href]:hover { color: #fff; text-decoration: none; background-color: #0062cc } .badge-secondary { color: #fff; background-color: #6c757d } .badge-secondary[href]:focus, .badge-secondary[href]:hover { color: #fff; text-decoration: none; background-color: #545b62 } .badge-success { color: #fff; background-color: #28a745 } .badge-success[href]:focus, .badge-success[href]:hover { color: #fff; text-decoration: none; background-color: #1e7e34 } .badge-info { color: #fff; background-color: #17a2b8 } .badge-info[href]:focus, .badge-info[href]:hover { color: #fff; text-decoration: none; background-color: #117a8b } .badge-warning { color: #212529; background-color: #ffc107 } .badge-warning[href]:focus, .badge-warning[href]:hover { color: #212529; text-decoration: none; background-color: #d39e00 } .badge-danger { color: #fff; background-color: #dc3545 } .badge-danger[href]:focus, .badge-danger[href]:hover { color: #fff; text-decoration: none; background-color: #bd2130 } .badge-light { color: #212529; background-color: #f8f9fa } .badge-light[href]:focus, .badge-light[href]:hover { color: #212529; text-decoration: none; background-color: #dae0e5 } .badge-dark { color: #fff; background-color: #343a40 } .badge-dark[href]:focus, .badge-dark[href]:hover { color: #fff; text-decoration: none; background-color: #1d2124 } .jumbotron { padding: 2rem 1rem; margin-bottom: 2rem; background-color: #e9ecef; border-radius: .3rem } @media (min-width:576px) { .jumbotron { padding: 4rem 2rem } } .jumbotron-fluid { padding-right: 0; padding-left: 0; border-radius: 0 } .alert { position: relative; padding: .75rem 1.25rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: .25rem } .alert-heading { color: inherit } .alert-link { font-weight: 700 } .alert-dismissible { padding-right: 4rem } .alert-dismissible .close { position: absolute; top: 0; right: 0; padding: .75rem 1.25rem; color: inherit } .alert-primary { color: #004085; background-color: #cce5ff; border-color: #b8daff } .alert-primary hr { border-top-color: #9fcdff } .alert-primary .alert-link { color: #002752 } .alert-secondary { color: #383d41; background-color: #e2e3e5; border-color: #d6d8db } .alert-secondary hr { border-top-color: #c8cbcf } .alert-secondary .alert-link { color: #202326 } .alert-success { color: #155724; background-color: #d4edda; border-color: #c3e6cb } .alert-success hr { border-top-color: #b1dfbb } .alert-success .alert-link { color: #0b2e13 } .alert-info { color: #0c5460; background-color: #d1ecf1; border-color: #bee5eb } .alert-info hr { border-top-color: #abdde5 } .alert-info .alert-link { color: #062c33 } .alert-warning { color: #856404; background-color: #fff3cd; border-color: #ffeeba } .alert-warning hr { border-top-color: #ffe8a1 } .alert-warning .alert-link { color: #533f03 } .alert-danger { color: #721c24; background-color: #f8d7da; border-color: #f5c6cb } .alert-danger hr { border-top-color: #f1b0b7 } .alert-danger .alert-link { color: #491217 } .alert-light { color: #818182; background-color: #fefefe; border-color: #fdfdfe } .alert-light hr { border-top-color: #ececf6 } .alert-light .alert-link { color: #686868 } .alert-dark { color: #1b1e21; background-color: #d6d8d9; border-color: #c6c8ca } .alert-dark hr { border-top-color: #b9bbbe } .alert-dark .alert-link { color: #040505 } @-webkit-keyframes progress-bar-stripes { from { background-position: 1rem 0 } to { background-position: 0 0 } } @keyframes progress-bar-stripes { from { background-position: 1rem 0 } to { background-position: 0 0 } } .progress { display: -webkit-box; display: -ms-flexbox; display: flex; height: 1rem; overflow: hidden; font-size: .75rem; background-color: #e9ecef; border-radius: .25rem } .progress-bar { 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; color: #fff; text-align: center; background-color: #007bff; transition: width .6s ease } .progress-bar-striped { background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-size: 1rem 1rem } .progress-bar-animated { -webkit-animation: progress-bar-stripes 1s linear infinite; animation: progress-bar-stripes 1s linear infinite } .media { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start } .media-body { -webkit-box-flex: 1; -ms-flex: 1; flex: 1 } .list-group { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-left: 0; margin-bottom: 0 } .list-group-item-action { width: 100%; color: #495057; text-align: inherit } .list-group-item-action:focus, .list-group-item-action:hover { color: #495057; text-decoration: none; background-color: #f8f9fa } .list-group-item-action:active { color: #212529; background-color: #e9ecef } .list-group-item { position: relative; display: block; padding: .75rem 1.25rem; margin-bottom: -1px; background-color: #fff; border: 1px solid rgba(0, 0, 0, .125) } .list-group-item:first-child { border-top-left-radius: .25rem; border-top-right-radius: .25rem } .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: .25rem; border-bottom-left-radius: .25rem } .list-group-item:focus, .list-group-item:hover { z-index: 1; text-decoration: none } .list-group-item.disabled, .list-group-item:disabled { color: #6c757d; background-color: #fff } .list-group-item.active { z-index: 2; color: #fff; background-color: #007bff; border-color: #007bff } .list-group-flush .list-group-item { border-right: 0; border-left: 0; border-radius: 0 } .list-group-flush:first-child .list-group-item:first-child { border-top: 0 } .list-group-flush:last-child .list-group-item:last-child { border-bottom: 0 } .list-group-item-primary { color: #004085; background-color: #b8daff } .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover { color: #004085; background-color: #9fcdff } .list-group-item-primary.list-group-item-action.active { color: #fff; background-color: #004085; border-color: #004085 } .list-group-item-secondary { color: #383d41; background-color: #d6d8db } .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover { color: #383d41; background-color: #c8cbcf } .list-group-item-secondary.list-group-item-action.active { color: #fff; background-color: #383d41; border-color: #383d41 } .list-group-item-success { color: #155724; background-color: #c3e6cb } .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover { color: #155724; background-color: #b1dfbb } .list-group-item-success.list-group-item-action.active { color: #fff; background-color: #155724; border-color: #155724 } .list-group-item-info { color: #0c5460; background-color: #bee5eb } .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover { color: #0c5460; background-color: #abdde5 } .list-group-item-info.list-group-item-action.active { color: #fff; background-color: #0c5460; border-color: #0c5460 } .list-group-item-warning { color: #856404; background-color: #ffeeba } .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover { color: #856404; background-color: #ffe8a1 } .list-group-item-warning.list-group-item-action.active { color: #fff; background-color: #856404; border-color: #856404 } .list-group-item-danger { color: #721c24; background-color: #f5c6cb } .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover { color: #721c24; background-color: #f1b0b7 } .list-group-item-danger.list-group-item-action.active { color: #fff; background-color: #721c24; border-color: #721c24 } .list-group-item-light { color: #818182; background-color: #fdfdfe } .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover { color: #818182; background-color: #ececf6 } .list-group-item-light.list-group-item-action.active { color: #fff; background-color: #818182; border-color: #818182 } .list-group-item-dark { color: #1b1e21; background-color: #c6c8ca } .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover { color: #1b1e21; background-color: #b9bbbe } .list-group-item-dark.list-group-item-action.active { color: #fff; background-color: #1b1e21; border-color: #1b1e21 } .close { float: right; font-size: 1.5rem; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: .5 } .close:focus, .close:hover { color: #000; text-decoration: none; opacity: .75 } .close:not(:disabled):not(.disabled) { cursor: pointer } button.close { padding: 0; background-color: transparent; border: 0; -webkit-appearance: none } .modal-open { overflow: hidden } .modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; outline: 0 } .modal-open .modal { overflow-x: hidden; overflow-y: auto } .modal-dialog { position: relative; width: auto; margin: .5rem; pointer-events: none } .modal.fade .modal-dialog { transition: -webkit-transform .3s ease-out; transition: transform .3s ease-out; transition: transform .3s ease-out, -webkit-transform .3s ease-out; -webkit-transform: translate(0, -25%); transform: translate(0, -25%) } .modal.show .modal-dialog { -webkit-transform: translate(0, 0); transform: translate(0, 0) } .modal-dialog-centered { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: calc(100% - (.5rem * 2)) } .modal-content { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, .2); border-radius: .3rem; outline: 0 } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000 } .modal-backdrop.fade { opacity: 0 } .modal-backdrop.show { opacity: .5 } .modal-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 1rem; border-bottom: 1px solid #e9ecef; border-top-left-radius: .3rem; border-top-right-radius: .3rem } .modal-header .close { padding: 1rem; margin: -1rem -1rem -1rem auto } .modal-title { margin-bottom: 0; line-height: 1.5 } .modal-body { position: relative; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 1rem } .modal-footer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding: 1rem; border-top: 1px solid #e9ecef } .modal-footer>:not(:first-child) { margin-left: .25rem } .modal-footer>:not(:last-child) { margin-right: .25rem } .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll } @media (min-width:576px) { .modal-dialog { max-width: 500px; margin: 1.75rem auto } .modal-dialog-centered { min-height: calc(100% - (1.75rem * 2)) } .modal-sm { max-width: 300px } } @media (min-width:992px) { .modal-lg { max-width: 800px } } .tooltip { position: absolute; z-index: 1070; display: block; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-style: normal; font-weight: 400; 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: .875rem; word-wrap: break-word; opacity: 0 } .tooltip.show { opacity: .9 } .tooltip .arrow { position: absolute; display: block; width: .8rem; height: .4rem } .tooltip .arrow::before { position: absolute; content: ""; border-color: transparent; border-style: solid } .bs-tooltip-auto[x-placement^=top], .bs-tooltip-top { padding: .4rem 0 } .bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow { bottom: 0 } .bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before { top: 0; border-width: .4rem .4rem 0; border-top-color: #000 } .bs-tooltip-auto[x-placement^=right], .bs-tooltip-right { padding: 0 .4rem } .bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow { left: 0; width: .4rem; height: .8rem } .bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before { right: 0; border-width: .4rem .4rem .4rem 0; border-right-color: #000 } .bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom { padding: .4rem 0 } .bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow { top: 0 } .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before { bottom: 0; border-width: 0 .4rem .4rem; border-bottom-color: #000 } .bs-tooltip-auto[x-placement^=left], .bs-tooltip-left { padding: 0 .4rem } .bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow { right: 0; width: .4rem; height: .8rem } .bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before { left: 0; border-width: .4rem 0 .4rem .4rem; border-left-color: #000 } .tooltip-inner { max-width: 200px; padding: .25rem .5rem; color: #fff; text-align: center; background-color: #000; border-radius: .25rem } .popover { position: absolute; top: 0; left: 0; z-index: 1060; display: block; max-width: 276px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-style: normal; font-weight: 400; 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: .875rem; word-wrap: break-word; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, .2); border-radius: .3rem } .popover .arrow { position: absolute; display: block; width: 1rem; height: .5rem; margin: 0 .3rem } .popover .arrow::after, .popover .arrow::before { position: absolute; display: block; content: ""; border-color: transparent; border-style: solid } .bs-popover-auto[x-placement^=top], .bs-popover-top { margin-bottom: .5rem } .bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow { bottom: calc((.5rem+1px) * -1) } .bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before { border-width: .5rem .5rem 0 } .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before { bottom: 0; border-top-color: rgba(0, 0, 0, .25) } .bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after { bottom: 1px; border-top-color: #fff } .bs-popover-auto[x-placement^=right], .bs-popover-right { margin-left: .5rem } .bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow { left: calc((.5rem+1px) * -1); width: .5rem; height: 1rem; margin: .3rem 0 } .bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before { border-width: .5rem .5rem .5rem 0 } .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before { left: 0; border-right-color: rgba(0, 0, 0, .25) } .bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after { left: 1px; border-right-color: #fff } .bs-popover-auto[x-placement^=bottom], .bs-popover-bottom { margin-top: .5rem } .bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow { top: calc((.5rem+1px) * -1) } .bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before { border-width: 0 .5rem .5rem .5rem } .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before { top: 0; border-bottom-color: rgba(0, 0, 0, .25) } .bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after { top: 1px; border-bottom-color: #fff } .bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before { position: absolute; top: 0; left: 50%; display: block; width: 1rem; margin-left: -.5rem; content: ""; border-bottom: 1px solid #f7f7f7 } .bs-popover-auto[x-placement^=left], .bs-popover-left { margin-right: .5rem } .bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow { right: calc((.5rem+1px) * -1); width: .5rem; height: 1rem; margin: .3rem 0 } .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before { border-width: .5rem 0 .5rem .5rem } .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before { right: 0; border-left-color: rgba(0, 0, 0, .25) } .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after { right: 1px; border-left-color: #fff } .popover-header { padding: .5rem .75rem; margin-bottom: 0; font-size: 1rem; color: inherit; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-top-left-radius: calc(.3rem - 1px); border-top-right-radius: calc(.3rem - 1px) } .popover-header:empty { display: none } .popover-body { padding: .5rem .75rem; color: #212529 } .carousel { position: relative } .carousel-inner { position: relative; width: 100%; overflow: hidden } .carousel-item { position: relative; display: none; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; transition: -webkit-transform .6s ease; transition: transform .6s ease; transition: transform .6s ease, -webkit-transform .6s ease; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000px; perspective: 1000px } .carousel-item-next, .carousel-item-prev, .carousel-item.active { display: block } .carousel-item-next, .carousel-item-prev { position: absolute; top: 0 } .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right { -webkit-transform: translateX(0); transform: translateX(0) } @supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) { .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) } } .active.carousel-item-right, .carousel-item-next { -webkit-transform: translateX(100%); transform: translateX(100%) } @supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) { .active.carousel-item-right, .carousel-item-next { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0) } } .active.carousel-item-left, .carousel-item-prev { -webkit-transform: translateX(-100%); transform: translateX(-100%) } @supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) { .active.carousel-item-left, .carousel-item-prev { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0) } } .carousel-control-next, .carousel-control-prev { position: absolute; top: 0; bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 15%; color: #fff; text-align: center; opacity: .5 } .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover { color: #fff; text-decoration: none; outline: 0; opacity: .9 } .carousel-control-prev { left: 0 } .carousel-control-next { right: 0 } .carousel-control-next-icon, .carousel-control-prev-icon { display: inline-block; width: 20px; height: 20px; background: transparent no-repeat center center; background-size: 100% 100% } .carousel-control-prev-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") } .carousel-control-next-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") } .carousel-indicators { position: absolute; right: 0; bottom: 10px; left: 0; z-index: 15; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-left: 0; margin-right: 15%; margin-left: 15%; list-style: none } .carousel-indicators li { position: relative; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; width: 30px; height: 3px; margin-right: 3px; margin-left: 3px; text-indent: -999px; background-color: rgba(255, 255, 255, .5) } .carousel-indicators li::before { position: absolute; top: -10px; left: 0; display: inline-block; width: 100%; height: 10px; content: "" } .carousel-indicators li::after { position: absolute; bottom: -10px; left: 0; display: inline-block; width: 100%; height: 10px; content: "" } .carousel-indicators .active { background-color: #fff } .carousel-caption { position: absolute; right: 15%; bottom: 20px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center } .align-baseline { vertical-align: baseline !important } .align-top { vertical-align: top !important } .align-middle { vertical-align: middle !important } .align-bottom { vertical-align: bottom !important } .align-text-bottom { vertical-align: text-bottom !important } .align-text-top { vertical-align: text-top !important } .bg-primary { background-color: #007bff !important } a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover { background-color: #0062cc !important } .bg-secondary { background-color: #6c757d !important } a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover { background-color: #545b62 !important } .bg-success { background-color: #28a745 !important } a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover { background-color: #1e7e34 !important } .bg-info { background-color: #17a2b8 !important } a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover { background-color: #117a8b !important } .bg-warning { background-color: #ffc107 !important } a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover { background-color: #d39e00 !important } .bg-danger { background-color: #dc3545 !important } a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover { background-color: #bd2130 !important } .bg-light { background-color: #f8f9fa !important } a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover { background-color: #dae0e5 !important } .bg-dark { background-color: #343a40 !important } a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover { background-color: #1d2124 !important } .bg-white { background-color: #fff !important } .bg-transparent { background-color: transparent !important } .border { border: 1px solid #dee2e6 !important } .border-top { border-top: 1px solid #dee2e6 !important } .border-right { border-right: 1px solid #dee2e6 !important } .border-bottom { border-bottom: 1px solid #dee2e6 !important } .border-left { border-left: 1px solid #dee2e6 !important } .border-0 { border: 0 !important } .border-top-0 { border-top: 0 !important } .border-right-0 { border-right: 0 !important } .border-bottom-0 { border-bottom: 0 !important } .border-left-0 { border-left: 0 !important } .border-primary { border-color: #007bff !important } .border-secondary { border-color: #6c757d !important } .border-success { border-color: #28a745 !important } .border-info { border-color: #17a2b8 !important } .border-warning { border-color: #ffc107 !important } .border-danger { border-color: #dc3545 !important } .border-light { border-color: #f8f9fa !important } .border-dark { border-color: #343a40 !important } .border-white { border-color: #fff !important } .rounded { border-radius: .25rem !important } .rounded-top { border-top-left-radius: .25rem !important; border-top-right-radius: .25rem !important } .rounded-right { border-top-right-radius: .25rem !important; border-bottom-right-radius: .25rem !important } .rounded-bottom { border-bottom-right-radius: .25rem !important; border-bottom-left-radius: .25rem !important } .rounded-left { border-top-left-radius: .25rem !important; border-bottom-left-radius: .25rem !important } .rounded-circle { border-radius: 50% !important } .rounded-0 { border-radius: 0 !important } .clearfix::after { display: block; clear: both; content: "" } .d-none { display: none !important } .d-inline { display: inline !important } .d-inline-block { display: inline-block !important } .d-block { display: block !important } .d-table { display: table !important } .d-table-row { display: table-row !important } .d-table-cell { display: table-cell !important } .d-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important } .d-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important } @media (min-width:576px) { .d-sm-none { display: none !important } .d-sm-inline { display: inline !important } .d-sm-inline-block { display: inline-block !important } .d-sm-block { display: block !important } .d-sm-table { display: table !important } .d-sm-table-row { display: table-row !important } .d-sm-table-cell { display: table-cell !important } .d-sm-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important } .d-sm-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important } } @media (min-width:768px) { .d-md-none { display: none !important } .d-md-inline { display: inline !important } .d-md-inline-block { display: inline-block !important } .d-md-block { display: block !important } .d-md-table { display: table !important } .d-md-table-row { display: table-row !important } .d-md-table-cell { display: table-cell !important } .d-md-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important } .d-md-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important } } @media (min-width:992px) { .d-lg-none { display: none !important } .d-lg-inline { display: inline !important } .d-lg-inline-block { display: inline-block !important } .d-lg-block { display: block !important } .d-lg-table { display: table !important } .d-lg-table-row { display: table-row !important } .d-lg-table-cell { display: table-cell !important } .d-lg-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important } .d-lg-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important } } @media (min-width:1200px) { .d-xl-none { display: none !important } .d-xl-inline { display: inline !important } .d-xl-inline-block { display: inline-block !important } .d-xl-block { display: block !important } .d-xl-table { display: table !important } .d-xl-table-row { display: table-row !important } .d-xl-table-cell { display: table-cell !important } .d-xl-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important } .d-xl-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important } } @media print { .d-print-none { display: none !important } .d-print-inline { display: inline !important } .d-print-inline-block { display: inline-block !important } .d-print-block { display: block !important } .d-print-table { display: table !important } .d-print-table-row { display: table-row !important } .d-print-table-cell { display: table-cell !important } .d-print-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important } .d-print-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important } } .embed-responsive { position: relative; display: block; width: 100%; padding: 0; overflow: hidden } .embed-responsive::before { display: block; content: "" } .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0 } .embed-responsive-21by9::before { padding-top: 42.857143% } .embed-responsive-16by9::before { padding-top: 56.25% } .embed-responsive-4by3::before { padding-top: 75% } .embed-responsive-1by1::before { padding-top: 100% } .flex-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important } .flex-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important } .flex-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important } .flex-column-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important } .flex-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important } .flex-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important } .flex-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important } .justify-content-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important } .justify-content-end { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important } .justify-content-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important } .justify-content-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important } .justify-content-around { -ms-flex-pack: distribute !important; justify-content: space-around !important } .align-items-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important } .align-items-end { -webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important } .align-items-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important } .align-items-baseline { -webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important } .align-items-stretch { -webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important } .align-content-start { -ms-flex-line-pack: start !important; align-content: flex-start !important } .align-content-end { -ms-flex-line-pack: end !important; align-content: flex-end !important } .align-content-center { -ms-flex-line-pack: center !important; align-content: center !important } .align-content-between { -ms-flex-line-pack: justify !important; align-content: space-between !important } .align-content-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important } .align-content-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important } .align-self-auto { -ms-flex-item-align: auto !important; align-self: auto !important } .align-self-start { -ms-flex-item-align: start !important; align-self: flex-start !important } .align-self-end { -ms-flex-item-align: end !important; align-self: flex-end !important } .align-self-center { -ms-flex-item-align: center !important; align-self: center !important } .align-self-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important } .align-self-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important } @media (min-width:576px) { .flex-sm-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important } .flex-sm-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important } .flex-sm-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important } .flex-sm-column-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important } .flex-sm-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important } .flex-sm-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important } .flex-sm-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important } .justify-content-sm-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important } .justify-content-sm-end { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important } .justify-content-sm-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important } .justify-content-sm-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important } .justify-content-sm-around { -ms-flex-pack: distribute !important; justify-content: space-around !important } .align-items-sm-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important } .align-items-sm-end { -webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important } .align-items-sm-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important } .align-items-sm-baseline { -webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important } .align-items-sm-stretch { -webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important } .align-content-sm-start { -ms-flex-line-pack: start !important; align-content: flex-start !important } .align-content-sm-end { -ms-flex-line-pack: end !important; align-content: flex-end !important } .align-content-sm-center { -ms-flex-line-pack: center !important; align-content: center !important } .align-content-sm-between { -ms-flex-line-pack: justify !important; align-content: space-between !important } .align-content-sm-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important } .align-content-sm-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important } .align-self-sm-auto { -ms-flex-item-align: auto !important; align-self: auto !important } .align-self-sm-start { -ms-flex-item-align: start !important; align-self: flex-start !important } .align-self-sm-end { -ms-flex-item-align: end !important; align-self: flex-end !important } .align-self-sm-center { -ms-flex-item-align: center !important; align-self: center !important } .align-self-sm-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important } .align-self-sm-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important } } @media (min-width:768px) { .flex-md-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important } .flex-md-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important } .flex-md-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important } .flex-md-column-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important } .flex-md-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important } .flex-md-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important } .flex-md-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important } .justify-content-md-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important } .justify-content-md-end { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important } .justify-content-md-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important } .justify-content-md-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important } .justify-content-md-around { -ms-flex-pack: distribute !important; justify-content: space-around !important } .align-items-md-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important } .align-items-md-end { -webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important } .align-items-md-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important } .align-items-md-baseline { -webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important } .align-items-md-stretch { -webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important } .align-content-md-start { -ms-flex-line-pack: start !important; align-content: flex-start !important } .align-content-md-end { -ms-flex-line-pack: end !important; align-content: flex-end !important } .align-content-md-center { -ms-flex-line-pack: center !important; align-content: center !important } .align-content-md-between { -ms-flex-line-pack: justify !important; align-content: space-between !important } .align-content-md-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important } .align-content-md-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important } .align-self-md-auto { -ms-flex-item-align: auto !important; align-self: auto !important } .align-self-md-start { -ms-flex-item-align: start !important; align-self: flex-start !important } .align-self-md-end { -ms-flex-item-align: end !important; align-self: flex-end !important } .align-self-md-center { -ms-flex-item-align: center !important; align-self: center !important } .align-self-md-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important } .align-self-md-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important } } @media (min-width:992px) { .flex-lg-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important } .flex-lg-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important } .flex-lg-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important } .flex-lg-column-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important } .flex-lg-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important } .flex-lg-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important } .flex-lg-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important } .justify-content-lg-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important } .justify-content-lg-end { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important } .justify-content-lg-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important } .justify-content-lg-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important } .justify-content-lg-around { -ms-flex-pack: distribute !important; justify-content: space-around !important } .align-items-lg-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important } .align-items-lg-end { -webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important } .align-items-lg-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important } .align-items-lg-baseline { -webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important } .align-items-lg-stretch { -webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important } .align-content-lg-start { -ms-flex-line-pack: start !important; align-content: flex-start !important } .align-content-lg-end { -ms-flex-line-pack: end !important; align-content: flex-end !important } .align-content-lg-center { -ms-flex-line-pack: center !important; align-content: center !important } .align-content-lg-between { -ms-flex-line-pack: justify !important; align-content: space-between !important } .align-content-lg-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important } .align-content-lg-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important } .align-self-lg-auto { -ms-flex-item-align: auto !important; align-self: auto !important } .align-self-lg-start { -ms-flex-item-align: start !important; align-self: flex-start !important } .align-self-lg-end { -ms-flex-item-align: end !important; align-self: flex-end !important } .align-self-lg-center { -ms-flex-item-align: center !important; align-self: center !important } .align-self-lg-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important } .align-self-lg-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important } } @media (min-width:1200px) { .flex-xl-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important } .flex-xl-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important } .flex-xl-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important } .flex-xl-column-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important } .flex-xl-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important } .flex-xl-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important } .flex-xl-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important } .justify-content-xl-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important } .justify-content-xl-end { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important } .justify-content-xl-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important } .justify-content-xl-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important } .justify-content-xl-around { -ms-flex-pack: distribute !important; justify-content: space-around !important } .align-items-xl-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important } .align-items-xl-end { -webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important } .align-items-xl-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important } .align-items-xl-baseline { -webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important } .align-items-xl-stretch { -webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important } .align-content-xl-start { -ms-flex-line-pack: start !important; align-content: flex-start !important } .align-content-xl-end { -ms-flex-line-pack: end !important; align-content: flex-end !important } .align-content-xl-center { -ms-flex-line-pack: center !important; align-content: center !important } .align-content-xl-between { -ms-flex-line-pack: justify !important; align-content: space-between !important } .align-content-xl-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important } .align-content-xl-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important } .align-self-xl-auto { -ms-flex-item-align: auto !important; align-self: auto !important } .align-self-xl-start { -ms-flex-item-align: start !important; align-self: flex-start !important } .align-self-xl-end { -ms-flex-item-align: end !important; align-self: flex-end !important } .align-self-xl-center { -ms-flex-item-align: center !important; align-self: center !important } .align-self-xl-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important } .align-self-xl-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important } } .float-left { float: left !important } .float-right { float: right !important } .float-none { float: none !important } @media (min-width:576px) { .float-sm-left { float: left !important } .float-sm-right { float: right !important } .float-sm-none { float: none !important } } @media (min-width:768px) { .float-md-left { float: left !important } .float-md-right { float: right !important } .float-md-none { float: none !important } } @media (min-width:992px) { .float-lg-left { float: left !important } .float-lg-right { float: right !important } .float-lg-none { float: none !important } } @media (min-width:1200px) { .float-xl-left { float: left !important } .float-xl-right { float: right !important } .float-xl-none { float: none !important } } .position-static { position: static !important } .position-relative { position: relative !important } .position-absolute { position: absolute !important } .position-fixed { position: fixed !important } .position-sticky { position: -webkit-sticky !important; position: sticky !important } .fixed-top { position: fixed; top: 0; right: 0; left: 0; z-index: 1030 } .fixed-bottom { position: fixed; right: 0; bottom: 0; left: 0; z-index: 1030 } @supports ((position:-webkit-sticky) or (position:sticky)) { .sticky-top { position: -webkit-sticky; position: sticky; top: 0; z-index: 1020 } } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; -webkit-clip-path: inset(50%); clip-path: inset(50%); border: 0 } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; overflow: visible; clip: auto; white-space: normal; -webkit-clip-path: none; clip-path: none } .w-25 { width: 25% !important } .w-50 { width: 50% !important } .w-75 { width: 75% !important } .w-100 { width: 100% !important } .h-25 { height: 25% !important } .h-50 { height: 50% !important } .h-75 { height: 75% !important } .h-100 { height: 100% !important } .mw-100 { max-width: 100% !important } .mh-100 { max-height: 100% !important } .m-0 { margin: 0 !important } .mt-0, .my-0 { margin-top: 0 !important } .mr-0, .mx-0 { margin-right: 0 !important } .mb-0, .my-0 { margin-bottom: 0 !important } .ml-0, .mx-0 { margin-left: 0 !important } .m-1 { margin: .25rem !important } .mt-1, .my-1 { margin-top: .25rem !important } .mr-1, .mx-1 { margin-right: .25rem !important } .mb-1, .my-1 { margin-bottom: .25rem !important } .ml-1, .mx-1 { margin-left: .25rem !important } .m-2 { margin: .5rem !important } .mt-2, .my-2 { margin-top: .5rem !important } .mr-2, .mx-2 { margin-right: .5rem !important } .mb-2, .my-2 { margin-bottom: .5rem !important } .ml-2, .mx-2 { margin-left: .5rem !important } .m-3 { margin: 1rem !important } .mt-3, .my-3 { margin-top: 1rem !important } .mr-3, .mx-3 { margin-right: 1rem !important } .mb-3, .my-3 { margin-bottom: 1rem !important } .ml-3, .mx-3 { margin-left: 1rem !important } .m-4 { margin: 1.5rem !important } .mt-4, .my-4 { margin-top: 1.5rem !important } .mr-4, .mx-4 { margin-right: 1.5rem !important } .mb-4, .my-4 { margin-bottom: 1.5rem !important } .ml-4, .mx-4 { margin-left: 1.5rem !important } .m-5 { margin: 3rem !important } .mt-5, .my-5 { margin-top: 3rem !important } .mr-5, .mx-5 { margin-right: 3rem !important } .mb-5, .my-5 { margin-bottom: 3rem !important } .ml-5, .mx-5 { margin-left: 3rem !important } .p-0 { padding: 0 !important } .pt-0, .py-0 { padding-top: 0 !important } .pr-0, .px-0 { padding-right: 0 !important } .pb-0, .py-0 { padding-bottom: 0 !important } .pl-0, .px-0 { padding-left: 0 !important } .p-1 { padding: .25rem !important } .pt-1, .py-1 { padding-top: .25rem !important } .pr-1, .px-1 { padding-right: .25rem !important } .pb-1, .py-1 { padding-bottom: .25rem !important } .pl-1, .px-1 { padding-left: .25rem !important } .p-2 { padding: .5rem !important } .pt-2, .py-2 { padding-top: .5rem !important } .pr-2, .px-2 { padding-right: .5rem !important } .pb-2, .py-2 { padding-bottom: .5rem !important } .pl-2, .px-2 { padding-left: .5rem !important } .p-3 { padding: 1rem !important } .pt-3, .py-3 { padding-top: 1rem !important } .pr-3, .px-3 { padding-right: 1rem !important } .pb-3, .py-3 { padding-bottom: 1rem !important } .pl-3, .px-3 { padding-left: 1rem !important } .p-4 { padding: 1.5rem !important } .pt-4, .py-4 { padding-top: 1.5rem !important } .pr-4, .px-4 { padding-right: 1.5rem !important } .pb-4, .py-4 { padding-bottom: 1.5rem !important } .pl-4, .px-4 { padding-left: 1.5rem !important } .p-5 { padding: 3rem !important } .pt-5, .py-5 { padding-top: 3rem !important } .pr-5, .px-5 { padding-right: 3rem !important } .pb-5, .py-5 { padding-bottom: 3rem !important } .pl-5, .px-5 { padding-left: 3rem !important } .m-auto { margin: auto !important } .mt-auto, .my-auto { margin-top: auto !important } .mr-auto, .mx-auto { margin-right: auto !important } .mb-auto, .my-auto { margin-bottom: auto !important } .ml-auto, .mx-auto { margin-left: auto !important } @media (min-width:576px) { .m-sm-0 { margin: 0 !important } .mt-sm-0, .my-sm-0 { margin-top: 0 !important } .mr-sm-0, .mx-sm-0 { margin-right: 0 !important } .mb-sm-0, .my-sm-0 { margin-bottom: 0 !important } .ml-sm-0, .mx-sm-0 { margin-left: 0 !important } .m-sm-1 { margin: .25rem !important } .mt-sm-1, .my-sm-1 { margin-top: .25rem !important } .mr-sm-1, .mx-sm-1 { margin-right: .25rem !important } .mb-sm-1, .my-sm-1 { margin-bottom: .25rem !important } .ml-sm-1, .mx-sm-1 { margin-left: .25rem !important } .m-sm-2 { margin: .5rem !important } .mt-sm-2, .my-sm-2 { margin-top: .5rem !important } .mr-sm-2, .mx-sm-2 { margin-right: .5rem !important } .mb-sm-2, .my-sm-2 { margin-bottom: .5rem !important } .ml-sm-2, .mx-sm-2 { margin-left: .5rem !important } .m-sm-3 { margin: 1rem !important } .mt-sm-3, .my-sm-3 { margin-top: 1rem !important } .mr-sm-3, .mx-sm-3 { margin-right: 1rem !important } .mb-sm-3, .my-sm-3 { margin-bottom: 1rem !important } .ml-sm-3, .mx-sm-3 { margin-left: 1rem !important } .m-sm-4 { margin: 1.5rem !important } .mt-sm-4, .my-sm-4 { margin-top: 1.5rem !important } .mr-sm-4, .mx-sm-4 { margin-right: 1.5rem !important } .mb-sm-4, .my-sm-4 { margin-bottom: 1.5rem !important } .ml-sm-4, .mx-sm-4 { margin-left: 1.5rem !important } .m-sm-5 { margin: 3rem !important } .mt-sm-5, .my-sm-5 { margin-top: 3rem !important } .mr-sm-5, .mx-sm-5 { margin-right: 3rem !important } .mb-sm-5, .my-sm-5 { margin-bottom: 3rem !important } .ml-sm-5, .mx-sm-5 { margin-left: 3rem !important } .p-sm-0 { padding: 0 !important } .pt-sm-0, .py-sm-0 { padding-top: 0 !important } .pr-sm-0, .px-sm-0 { padding-right: 0 !important } .pb-sm-0, .py-sm-0 { padding-bottom: 0 !important } .pl-sm-0, .px-sm-0 { padding-left: 0 !important } .p-sm-1 { padding: .25rem !important } .pt-sm-1, .py-sm-1 { padding-top: .25rem !important } .pr-sm-1, .px-sm-1 { padding-right: .25rem !important } .pb-sm-1, .py-sm-1 { padding-bottom: .25rem !important } .pl-sm-1, .px-sm-1 { padding-left: .25rem !important } .p-sm-2 { padding: .5rem !important } .pt-sm-2, .py-sm-2 { padding-top: .5rem !important } .pr-sm-2, .px-sm-2 { padding-right: .5rem !important } .pb-sm-2, .py-sm-2 { padding-bottom: .5rem !important } .pl-sm-2, .px-sm-2 { padding-left: .5rem !important } .p-sm-3 { padding: 1rem !important } .pt-sm-3, .py-sm-3 { padding-top: 1rem !important } .pr-sm-3, .px-sm-3 { padding-right: 1rem !important } .pb-sm-3, .py-sm-3 { padding-bottom: 1rem !important } .pl-sm-3, .px-sm-3 { padding-left: 1rem !important } .p-sm-4 { padding: 1.5rem !important } .pt-sm-4, .py-sm-4 { padding-top: 1.5rem !important } .pr-sm-4, .px-sm-4 { padding-right: 1.5rem !important } .pb-sm-4, .py-sm-4 { padding-bottom: 1.5rem !important } .pl-sm-4, .px-sm-4 { padding-left: 1.5rem !important } .p-sm-5 { padding: 3rem !important } .pt-sm-5, .py-sm-5 { padding-top: 3rem !important } .pr-sm-5, .px-sm-5 { padding-right: 3rem !important } .pb-sm-5, .py-sm-5 { padding-bottom: 3rem !important } .pl-sm-5, .px-sm-5 { padding-left: 3rem !important } .m-sm-auto { margin: auto !important } .mt-sm-auto, .my-sm-auto { margin-top: auto !important } .mr-sm-auto, .mx-sm-auto { margin-right: auto !important } .mb-sm-auto, .my-sm-auto { margin-bottom: auto !important } .ml-sm-auto, .mx-sm-auto { margin-left: auto !important } } @media (min-width:768px) { .m-md-0 { margin: 0 !important } .mt-md-0, .my-md-0 { margin-top: 0 !important } .mr-md-0, .mx-md-0 { margin-right: 0 !important } .mb-md-0, .my-md-0 { margin-bottom: 0 !important } .ml-md-0, .mx-md-0 { margin-left: 0 !important } .m-md-1 { margin: .25rem !important } .mt-md-1, .my-md-1 { margin-top: .25rem !important } .mr-md-1, .mx-md-1 { margin-right: .25rem !important } .mb-md-1, .my-md-1 { margin-bottom: .25rem !important } .ml-md-1, .mx-md-1 { margin-left: .25rem !important } .m-md-2 { margin: .5rem !important } .mt-md-2, .my-md-2 { margin-top: .5rem !important } .mr-md-2, .mx-md-2 { margin-right: .5rem !important } .mb-md-2, .my-md-2 { margin-bottom: .5rem !important } .ml-md-2, .mx-md-2 { margin-left: .5rem !important } .m-md-3 { margin: 1rem !important } .mt-md-3, .my-md-3 { margin-top: 1rem !important } .mr-md-3, .mx-md-3 { margin-right: 1rem !important } .mb-md-3, .my-md-3 { margin-bottom: 1rem !important } .ml-md-3, .mx-md-3 { margin-left: 1rem !important } .m-md-4 { margin: 1.5rem !important } .mt-md-4, .my-md-4 { margin-top: 1.5rem !important } .mr-md-4, .mx-md-4 { margin-right: 1.5rem !important } .mb-md-4, .my-md-4 { margin-bottom: 1.5rem !important } .ml-md-4, .mx-md-4 { margin-left: 1.5rem !important } .m-md-5 { margin: 3rem !important } .mt-md-5, .my-md-5 { margin-top: 3rem !important } .mr-md-5, .mx-md-5 { margin-right: 3rem !important } .mb-md-5, .my-md-5 { margin-bottom: 3rem !important } .ml-md-5, .mx-md-5 { margin-left: 3rem !important } .p-md-0 { padding: 0 !important } .pt-md-0, .py-md-0 { padding-top: 0 !important } .pr-md-0, .px-md-0 { padding-right: 0 !important } .pb-md-0, .py-md-0 { padding-bottom: 0 !important } .pl-md-0, .px-md-0 { padding-left: 0 !important } .p-md-1 { padding: .25rem !important } .pt-md-1, .py-md-1 { padding-top: .25rem !important } .pr-md-1, .px-md-1 { padding-right: .25rem !important } .pb-md-1, .py-md-1 { padding-bottom: .25rem !important } .pl-md-1, .px-md-1 { padding-left: .25rem !important } .p-md-2 { padding: .5rem !important } .pt-md-2, .py-md-2 { padding-top: .5rem !important } .pr-md-2, .px-md-2 { padding-right: .5rem !important } .pb-md-2, .py-md-2 { padding-bottom: .5rem !important } .pl-md-2, .px-md-2 { padding-left: .5rem !important } .p-md-3 { padding: 1rem !important } .pt-md-3, .py-md-3 { padding-top: 1rem !important } .pr-md-3, .px-md-3 { padding-right: 1rem !important } .pb-md-3, .py-md-3 { padding-bottom: 1rem !important } .pl-md-3, .px-md-3 { padding-left: 1rem !important } .p-md-4 { padding: 1.5rem !important } .pt-md-4, .py-md-4 { padding-top: 1.5rem !important } .pr-md-4, .px-md-4 { padding-right: 1.5rem !important } .pb-md-4, .py-md-4 { padding-bottom: 1.5rem !important } .pl-md-4, .px-md-4 { padding-left: 1.5rem !important } .p-md-5 { padding: 3rem !important } .pt-md-5, .py-md-5 { padding-top: 3rem !important } .pr-md-5, .px-md-5 { padding-right: 3rem !important } .pb-md-5, .py-md-5 { padding-bottom: 3rem !important } .pl-md-5, .px-md-5 { padding-left: 3rem !important } .m-md-auto { margin: auto !important } .mt-md-auto, .my-md-auto { margin-top: auto !important } .mr-md-auto, .mx-md-auto { margin-right: auto !important } .mb-md-auto, .my-md-auto { margin-bottom: auto !important } .ml-md-auto, .mx-md-auto { margin-left: auto !important } } @media (min-width:992px) { .m-lg-0 { margin: 0 !important } .mt-lg-0, .my-lg-0 { margin-top: 0 !important } .mr-lg-0, .mx-lg-0 { margin-right: 0 !important } .mb-lg-0, .my-lg-0 { margin-bottom: 0 !important } .ml-lg-0, .mx-lg-0 { margin-left: 0 !important } .m-lg-1 { margin: .25rem !important } .mt-lg-1, .my-lg-1 { margin-top: .25rem !important } .mr-lg-1, .mx-lg-1 { margin-right: .25rem !important } .mb-lg-1, .my-lg-1 { margin-bottom: .25rem !important } .ml-lg-1, .mx-lg-1 { margin-left: .25rem !important } .m-lg-2 { margin: .5rem !important } .mt-lg-2, .my-lg-2 { margin-top: .5rem !important } .mr-lg-2, .mx-lg-2 { margin-right: .5rem !important } .mb-lg-2, .my-lg-2 { margin-bottom: .5rem !important } .ml-lg-2, .mx-lg-2 { margin-left: .5rem !important } .m-lg-3 { margin: 1rem !important } .mt-lg-3, .my-lg-3 { margin-top: 1rem !important } .mr-lg-3, .mx-lg-3 { margin-right: 1rem !important } .mb-lg-3, .my-lg-3 { margin-bottom: 1rem !important } .ml-lg-3, .mx-lg-3 { margin-left: 1rem !important } .m-lg-4 { margin: 1.5rem !important } .mt-lg-4, .my-lg-4 { margin-top: 1.5rem !important } .mr-lg-4, .mx-lg-4 { margin-right: 1.5rem !important } .mb-lg-4, .my-lg-4 { margin-bottom: 1.5rem !important } .ml-lg-4, .mx-lg-4 { margin-left: 1.5rem !important } .m-lg-5 { margin: 3rem !important } .mt-lg-5, .my-lg-5 { margin-top: 3rem !important } .mr-lg-5, .mx-lg-5 { margin-right: 3rem !important } .mb-lg-5, .my-lg-5 { margin-bottom: 3rem !important } .ml-lg-5, .mx-lg-5 { margin-left: 3rem !important } .p-lg-0 { padding: 0 !important } .pt-lg-0, .py-lg-0 { padding-top: 0 !important } .pr-lg-0, .px-lg-0 { padding-right: 0 !important } .pb-lg-0, .py-lg-0 { padding-bottom: 0 !important } .pl-lg-0, .px-lg-0 { padding-left: 0 !important } .p-lg-1 { padding: .25rem !important } .pt-lg-1, .py-lg-1 { padding-top: .25rem !important } .pr-lg-1, .px-lg-1 { padding-right: .25rem !important } .pb-lg-1, .py-lg-1 { padding-bottom: .25rem !important } .pl-lg-1, .px-lg-1 { padding-left: .25rem !important } .p-lg-2 { padding: .5rem !important } .pt-lg-2, .py-lg-2 { padding-top: .5rem !important } .pr-lg-2, .px-lg-2 { padding-right: .5rem !important } .pb-lg-2, .py-lg-2 { padding-bottom: .5rem !important } .pl-lg-2, .px-lg-2 { padding-left: .5rem !important } .p-lg-3 { padding: 1rem !important } .pt-lg-3, .py-lg-3 { padding-top: 1rem !important } .pr-lg-3, .px-lg-3 { padding-right: 1rem !important } .pb-lg-3, .py-lg-3 { padding-bottom: 1rem !important } .pl-lg-3, .px-lg-3 { padding-left: 1rem !important } .p-lg-4 { padding: 1.5rem !important } .pt-lg-4, .py-lg-4 { padding-top: 1.5rem !important } .pr-lg-4, .px-lg-4 { padding-right: 1.5rem !important } .pb-lg-4, .py-lg-4 { padding-bottom: 1.5rem !important } .pl-lg-4, .px-lg-4 { padding-left: 1.5rem !important } .p-lg-5 { padding: 3rem !important } .pt-lg-5, .py-lg-5 { padding-top: 3rem !important } .pr-lg-5, .px-lg-5 { padding-right: 3rem !important } .pb-lg-5, .py-lg-5 { padding-bottom: 3rem !important } .pl-lg-5, .px-lg-5 { padding-left: 3rem !important } .m-lg-auto { margin: auto !important } .mt-lg-auto, .my-lg-auto { margin-top: auto !important } .mr-lg-auto, .mx-lg-auto { margin-right: auto !important } .mb-lg-auto, .my-lg-auto { margin-bottom: auto !important } .ml-lg-auto, .mx-lg-auto { margin-left: auto !important } } @media (min-width:1200px) { .m-xl-0 { margin: 0 !important } .mt-xl-0, .my-xl-0 { margin-top: 0 !important } .mr-xl-0, .mx-xl-0 { margin-right: 0 !important } .mb-xl-0, .my-xl-0 { margin-bottom: 0 !important } .ml-xl-0, .mx-xl-0 { margin-left: 0 !important } .m-xl-1 { margin: .25rem !important } .mt-xl-1, .my-xl-1 { margin-top: .25rem !important } .mr-xl-1, .mx-xl-1 { margin-right: .25rem !important } .mb-xl-1, .my-xl-1 { margin-bottom: .25rem !important } .ml-xl-1, .mx-xl-1 { margin-left: .25rem !important } .m-xl-2 { margin: .5rem !important } .mt-xl-2, .my-xl-2 { margin-top: .5rem !important } .mr-xl-2, .mx-xl-2 { margin-right: .5rem !important } .mb-xl-2, .my-xl-2 { margin-bottom: .5rem !important } .ml-xl-2, .mx-xl-2 { margin-left: .5rem !important } .m-xl-3 { margin: 1rem !important } .mt-xl-3, .my-xl-3 { margin-top: 1rem !important } .mr-xl-3, .mx-xl-3 { margin-right: 1rem !important } .mb-xl-3, .my-xl-3 { margin-bottom: 1rem !important } .ml-xl-3, .mx-xl-3 { margin-left: 1rem !important } .m-xl-4 { margin: 1.5rem !important } .mt-xl-4, .my-xl-4 { margin-top: 1.5rem !important } .mr-xl-4, .mx-xl-4 { margin-right: 1.5rem !important } .mb-xl-4, .my-xl-4 { margin-bottom: 1.5rem !important } .ml-xl-4, .mx-xl-4 { margin-left: 1.5rem !important } .m-xl-5 { margin: 3rem !important } .mt-xl-5, .my-xl-5 { margin-top: 3rem !important } .mr-xl-5, .mx-xl-5 { margin-right: 3rem !important } .mb-xl-5, .my-xl-5 { margin-bottom: 3rem !important } .ml-xl-5, .mx-xl-5 { margin-left: 3rem !important } .p-xl-0 { padding: 0 !important } .pt-xl-0, .py-xl-0 { padding-top: 0 !important } .pr-xl-0, .px-xl-0 { padding-right: 0 !important } .pb-xl-0, .py-xl-0 { padding-bottom: 0 !important } .pl-xl-0, .px-xl-0 { padding-left: 0 !important } .p-xl-1 { padding: .25rem !important } .pt-xl-1, .py-xl-1 { padding-top: .25rem !important } .pr-xl-1, .px-xl-1 { padding-right: .25rem !important } .pb-xl-1, .py-xl-1 { padding-bottom: .25rem !important } .pl-xl-1, .px-xl-1 { padding-left: .25rem !important } .p-xl-2 { padding: .5rem !important } .pt-xl-2, .py-xl-2 { padding-top: .5rem !important } .pr-xl-2, .px-xl-2 { padding-right: .5rem !important } .pb-xl-2, .py-xl-2 { padding-bottom: .5rem !important } .pl-xl-2, .px-xl-2 { padding-left: .5rem !important } .p-xl-3 { padding: 1rem !important } .pt-xl-3, .py-xl-3 { padding-top: 1rem !important } .pr-xl-3, .px-xl-3 { padding-right: 1rem !important } .pb-xl-3, .py-xl-3 { padding-bottom: 1rem !important } .pl-xl-3, .px-xl-3 { padding-left: 1rem !important } .p-xl-4 { padding: 1.5rem !important } .pt-xl-4, .py-xl-4 { padding-top: 1.5rem !important } .pr-xl-4, .px-xl-4 { padding-right: 1.5rem !important } .pb-xl-4, .py-xl-4 { padding-bottom: 1.5rem !important } .pl-xl-4, .px-xl-4 { padding-left: 1.5rem !important } .p-xl-5 { padding: 3rem !important } .pt-xl-5, .py-xl-5 { padding-top: 3rem !important } .pr-xl-5, .px-xl-5 { padding-right: 3rem !important } .pb-xl-5, .py-xl-5 { padding-bottom: 3rem !important } .pl-xl-5, .px-xl-5 { padding-left: 3rem !important } .m-xl-auto { margin: auto !important } .mt-xl-auto, .my-xl-auto { margin-top: auto !important } .mr-xl-auto, .mx-xl-auto { margin-right: auto !important } .mb-xl-auto, .my-xl-auto { margin-bottom: auto !important } .ml-xl-auto, .mx-xl-auto { margin-left: auto !important } } .text-justify { text-align: justify !important } .text-nowrap { white-space: nowrap !important } .text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .text-left { text-align: left !important } .text-right { text-align: right !important } .text-center { text-align: center !important } @media (min-width:576px) { .text-sm-left { text-align: left !important } .text-sm-right { text-align: right !important } .text-sm-center { text-align: center !important } } @media (min-width:768px) { .text-md-left { text-align: left !important } .text-md-right { text-align: right !important } .text-md-center { text-align: center !important } } @media (min-width:992px) { .text-lg-left { text-align: left !important } .text-lg-right { text-align: right !important } .text-lg-center { text-align: center !important } } @media (min-width:1200px) { .text-xl-left { text-align: left !important } .text-xl-right { text-align: right !important } .text-xl-center { text-align: center !important } } .text-lowercase { text-transform: lowercase !important } .text-uppercase { text-transform: uppercase !important } .text-capitalize { text-transform: capitalize !important } .font-weight-light { font-weight: 300 !important } .font-weight-normal { font-weight: 400 !important } .font-weight-bold { font-weight: 700 !important } .font-italic { font-style: italic !important } .text-white { color: #fff !important } .text-primary { color: #007bff !important } a.text-primary:focus, a.text-primary:hover { color: #0062cc !important } .text-secondary { color: #6c757d !important } a.text-secondary:focus, a.text-secondary:hover { color: #545b62 !important } .text-success { color: #28a745 !important } a.text-success:focus, a.text-success:hover { color: #1e7e34 !important } .text-info { color: #17a2b8 !important } a.text-info:focus, a.text-info:hover { color: #117a8b !important } .text-warning { color: #ffc107 !important } a.text-warning:focus, a.text-warning:hover { color: #d39e00 !important } .text-danger { color: #dc3545 !important } a.text-danger:focus, a.text-danger:hover { color: #bd2130 !important } .text-light { color: #f8f9fa !important } a.text-light:focus, a.text-light:hover { color: #dae0e5 !important } .text-dark { color: #343a40 !important } a.text-dark:focus, a.text-dark:hover { color: #1d2124 !important } .text-muted { color: #6c757d !important } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0 } .visible { visibility: visible !important } .invisible { visibility: hidden !important } @media print { *, ::after, ::before { text-shadow: none !important; box-shadow: none !important } a:not(.btn) { text-decoration: underline } abbr[title]::after { content: " ("attr(title) ")" } pre { white-space: pre-wrap !important } blockquote, pre { border: 1px solid #999; page-break-inside: avoid } thead { display: table-header-group } img, tr { page-break-inside: avoid } h2, h3, p { orphans: 3; widows: 3 } h2, h3 { page-break-after: avoid } @page { size: a3 } body { min-width: 992px !important } .container { min-width: 992px !important } .navbar { display: none } .badge { border: 1px solid #000 } .table { border-collapse: collapse !important } .table td, .table th { background-color: #fff !important } .table-bordered td, .table-bordered th { border: 1px solid #ddd !important } } /*# sourceMappingURL=bootstrap.min.css.map */ /* ======================================================================== Gelr:style.css ( Main Theme CSS file )Theme Name:Gelr Bootstrap 4 Admin TemplateVersion:1.0Author:Vizz StudioAuthor URI:https://themeforest.net/user/vizzstudioIf you having trouble in editing js. please send a mail to <EMAIL> This is the file you need to edit to change the look of the theme.======================================================================== - // TABLE OF CONTENTS // -================================================ # Admin Dashboard =============================================== =>General Style =>Global Style =>Functions =>Typography =>Sidebar =>Header =>Notification Menu =>Alert =>Accordions =>Buttons =>Cards =>List =>Modals =>Pagination =>Tabs =>Grid =>Icons =>Table =>Toastr =>Sweet Alert =>Image Cropper =>Css Loaders =>App Tour =>Ladda Button =>Dropzone =>Forms =>Mail Box =>Gallery =>Session =>Error Pages =>Invoice =>Home*/ /* ========================================= */ /* General Styling */ /* ========================================= */ * { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; background: transparent; box-sizing: border-box; } *, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } *:focus { outline: 0; } html { -webkit-font-smoothing: antialiased; } img { max-width: 100%; height: auto; } ol, ul { list-style: none; } :focus { outline: 0; } .clear { clear: both; line-height: 0; font-size: 0; } .clearfix:after { clear: both; content: '.'; display: block; visibility: hidden; height: 0; } .clearfix:after .test { color: red; } .clearfix { display: inline-block; } * html .clearfix { height: 1%; } .clearfix { display: block; } header, nav, section, article, aside, footer { display: block; } /* ============================ */ /* Preloader */ /* ============================ */ .loading { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; z-index: 9999; } .spinner { width: 40px; height: 40px; position: relative; top: 50%; transform: translate(0, -50%); margin: 0 auto; } .double-bounce1, .double-bounce2 { width: 100%; height: 100%; border-radius: 50%; background-color: #fff; opacity: 0.6; position: absolute; top: 0; left: 0; -webkit-animation: sk-bounce 2.0s infinite ease-in-out; animation: sk-bounce 2.0s infinite ease-in-out; } .double-bounce2 { -webkit-animation-delay: -1.0s; animation-delay: -1.0s; } @-webkit-keyframes sk-bounce { 0%, 100% { -webkit-transform: scale(0); } 50% { -webkit-transform: scale(1); } } @keyframes sk-bounce { 0%, 100% { transform: scale(0); -webkit-transform: scale(0); } 50% { transform: scale(1); -webkit-transform: scale(1); } } /* End Preloader */ img { margin: 0; } /* links */ a, a:visited { text-decoration: none; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; outline: 0; font-family: 'Poppins', sans-serif; } a:hover { text-decoration: none; } a:focus { text-decoration: none; outline: 0; } p a, p a:visited { line-height: inherit; outline: 0; } /* list */ ul, ol { margin-bottom: 0px; margin-top: 0px; padding: 0; } ul { margin: 0; list-style-type: none; } ol { list-style: decimal; } ol, ul.square, ul.circle, ul.disc { margin-left: 0px; } ul.square { list-style: square outside; } ul.circle { list-style: circle outside; } ul.disc { list-style: disc outside; } ul ul, ul ol, ol ol, ol ul { margin: 0; } ul ul li, ul ol li, ol ol li, ol ul li { margin-bottom: 0px; } button { cursor: pointer; outline: none !important; letter-spacing: 0; } .vz_main_content { margin-top: 100px; padding: 22px 15px; } .vz_main_container { position: relative; margin: 0 auto; display: block; clear: both; float: unset; right: 0; margin-left: 350px; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .pcoded-navbar.mob-open~.pcoded-header, .pcoded-navbar.mob-open~.pcoded-main-container, .pcoded-navbar.navbar-collapsed:hover~.pcoded-header, .pcoded-navbar.navbar-collapsed:hover~.pcoded-main-container { margin-left: 80px; } /*------------------------- 1. Core Css -------------------*/ .page-container { width: 100%; height: 100%; min-height: 100vh; padding-left: 280px; -webkit-transition: padding-left 0.3s ease 0s; transition: padding-left 0.3s ease 0s; } .sidebar_collapsed.page-container { padding-left: 0; } .main-content { width: 100%; background: #f0f4fb; } .main-content-inner, .content-wrapper { padding: 40px 0; } @media (max-width:992px) { .main-content-inner, .content-wrapper { padding: 40px 15px; } } .main-content { width: 100%; background: #f0f4fb; } @media (max-width:991.98px) { .main-content { padding-top: 60px; } } /*------------------------- END Core Css -------------------*/ .footer-area { text-align: center; padding: 23px 0 19px; background: #fff; } .footer-area p { color: #676666; margin-bottom: 0; } @media (min-width:992px) { .d_block_lg { display: block !important; } .d_none_lg { display: none !important; } } @media (max-width:991px) { .d_none_sm { display: none !important; } .d_block_sm { display: block !important; } } /*Medium Desktop Device*/ @media screen and (min-width:1200px) and (max-width:1440px) { .col-ml-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .col-ml-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .col-ml-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } .col-ml-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } } @media (max-width:1370px) { .page-container, .sidebar_collapsed.page-container { padding-left: 0; } } /* ============================= */ /* Fancy Box */ /* ============================= */ .fancybox-next span, .fancybox-prev span { background-image: none !important; width: 44px !important; height: 44px !important; line-height: 44px !important; text-align: center; } .fancybox-next span:before, .fancybox-prev span:before { content: ''; position: absolute; font-family: 'FontAwesome'; left: 0px; top: 0px; font-size: 12px; width: 44px !important; height: 44px !important; line-height: 44px !important; background-color: rgba(28, 28, 28, 0.4) !important; color: #ffffff; visibility: visible; transition: all 300ms ease; -webkit-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; -moz-transition: all 300ms ease; } .fancybox-next span:before { content: '\f178'; } .fancybox-prev span:before { content: '\f177'; } .fancybox-next:hover span:before, .fancybox-prev:hover span:before { background: #212529 !important; color: #FFFFFF; } .fancybox-type-image .fancybox-close { right: 0px; top: 0px; width: 45px; height: 45px; background: url(../images/icon-cross.html) center center no-repeat; background-color: #212529 !important; } .fancybox-type-image .fancybox-close:hover { background-color: #000000 !important; } .fancybox-type-image .fancybox-skin { padding: 0px !important; } .section_heading { font-size: 40px; margin-bottom: 60px; position: relative; display: inline-block; } @media only screen and (max-width:480px) { .section_heading { font-size: 25px !important; } } .section_heading .heading_bg { top: 30px; color: #666; font-size: 70px; width: 100%; display: block; position: relative; opacity: 0.1; } @media only screen and (max-width:767px) { .section_heading .heading_bg { font-size: 50px; } } @media only screen and (max-width:480px) { .section_heading .heading_bg { font-size: 25px; } } /* ============================ */ /* Card */ /* ============================ */ .card { overflow: hidden; border-radius: 4px; background-color: #fff; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; border: 1px solid #e0e6f5; } .card:hover { box-shadow: none; } .card .card-body { padding: 25px; } .card .card_title { margin-bottom: 24px; color: #212529; font-weight: 600; font-size: 16px; line-height: 28px; } .card .card-footer { border-top: 1px solid #e6e6f2; background: #f9f9f9; } .h-full { height: 100%; } .arrow-none:after { display: none !important; } .stretched_card { display: -webkit-flex; display: flex; -webkit-align-items: stretch; align-items: stretch; justify-content: stretch; } .stretched_card>.card { width: 100%; min-width: 100%; } .chart_container { height: 350px; } .sparklines-full { margin-left: -10px; transform: translateX(5px) translateY(5px); } .jqstooltip { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; background: #fff !important; color: #444 !important; border-radius: 4px; } .jqstooltip span { color: #444 !important; } .jqsfield { font-size: 10px !important; color: black !important; /*set the text color here */ } .carousel img { width: 100%; } /* Ace Editor */ .ace_editor { margin: auto; height: 300px; width: 100%; } .ace_editor .ace_content { font-size: 14px; } .card_dropdown .dropdown-menu { font-size: 14px; text-align: right; text-transform: initial; } #morris_line { font-family: 'Montserrat' !important; } .h-2p { height: 3px !important; } @media screen and (max-width:767px) { .mb-xs-mob-4 { margin-bottom: 1.5rem; } } @media screen and (max-width:991px) { .d-block-mob { display: block !important; } .mt-mob-0 { margin-top: 0 !important; } .mt-mob-1 { margin-top: 0.25rem !important; } .mt-mob-2 { margin-top: 0.5rem !important; } .mt-mob-3 { margin-top: 1rem !important; } .mt-mob-4 { margin-top: 1.5rem !important; } .mt-mob-5 { margin-top: 3rem !important; } .mr-mob-0 { margin-right: 0 !important; } .mr-mob-1 { margin-right: 0.25rem !important; } .mr-mob-2 { margin-right: 0.5rem !important; } .mr-mob-3 { margin-right: 1rem !important; } .mr-mob-4 { margin-right: 1.5rem !important; } .mr-mob-5 { margin-right: 3rem !important; } .mb-mob-0 { margin-bottom: 0 !important; } .mb-mob-1 { margin-bottom: 0.25rem !important; } .mb-mob-2 { margin-bottom: 0.5rem !important; } .mb-mob-3 { margin-bottom: 1rem !important; } .mb-mob-4 { margin-bottom: 1.5rem !important; } .mb-mob-5 { margin-bottom: 3rem !important; } .ml-mob-0 { margin-left: 0 !important; } .ml-mob-1 { margin-left: 0.25rem !important; } .ml-mob-2 { margin-left: 0.5rem !important; } .ml-mob-3 { margin-left: 1rem !important; } .ml-mob-4 { margin-left: 1.5rem !important; } .ml-mob-5 { margin-left: 3rem !important; } .pt-mob-0 { padding-top: 0 !important; } .pt-mob-1 { padding-top: 0.25rem !important; } .pt-mob-2 { padding-top: 0.5rem !important; } .pt-mob-3 { padding-top: 1rem !important; } .pt-mob-4 { padding-top: 1.5rem !important; } .pt-mob-5 { padding-top: 3rem !important; } .pr-mob-0 { padding-right: 0 !important; } .pr-mob-1 { padding-right: 0.25rem !important; } .pr-mob-2 { padding-right: 0.5rem !important; } .pr-mob-3 { padding-right: 1rem !important; } .pr-mob-4 { padding-right: 1.5rem !important; } .pr-mob-5 { padding-right: 3rem !important; } .pb-mob-0 { padding-bottom: 0 !important; } .pb-mob-1 { padding-bottom: 0.25rem !important; } .pb-mob-2 { padding-bottom: 0.5rem !important; } .pb-mob-3 { padding-bottom: 1rem !important; } .pb-mob-4 { padding-bottom: 1.5rem !important; } .pb-mob-5 { padding-bottom: 3rem !important; } .pl-mob-0 { padding-left: 0 !important; } .pl-mob-1 { padding-left: 0.25rem !important; } .pl-mob-2 { padding-left: 0.5rem !important; } .pl-mob-3 { padding-left: 1rem !important; } .pl-mob-4 { padding-left: 1.5rem !important; } .pl-mob-5 { padding-left: 3rem !important; } } @media screen and (max-width:767px) { .pull-left-mob { float: left !important; } } .social-sales-icon-circle { height: 40px; width: 40px; line-height: 1; text-align: center; border-radius: 100%; padding: 12px 13px; display: inline-block; } .social-sales-count { float: right; line-height: 2.9; } .facebook-bgcolor { background-color: #3b5898; color: #fff; } .twitter-bgcolor { background-color: #1ea2f2; color: #fff; } .instagram-bgcolor { background-color: #9361fa; color: #fff; } .pinterest-bgcolor { background-color: #c8232c; color: #fff; } .googleplus-bgcolor { background-color: #d34836; color: #fff; } footer { border-top: 1px solid #e0e6f5; } /* ========================================= */ /* LAYOUT */ /* ========================================= */ /* ============================ */ /* Typography */ /* ============================ */ * { margin: 0; padding: 0; } body { margin: 0; padding: 0; font-size: 16px; font-family: "Montserrat", sans-serif; font-weight: 400; overflow-x: hidden; } h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-family: "Montserrat", sans-serif; line-height: normal; color: #444; font-weight: 600; } h1 { font-size: 40px; } h2 { font-size: 30px; } h3 { font-size: 24px; } h4 { font-size: 20px; } h5 { font-size: 18px; } h6 { font-size: 16px; } p { font-size: 14px; font-weight: 400; line-height: 25px; } a { color: #5e2572; } a:hover { color: #5e2572; } ul li { font-size: 14px; font-weight: 400; } blockquote { font-size: 16px !important; font-weight: 300; border: none; line-height: 30px; color: #202020; margin-bottom: 20px; font-style: italic; position: relative; margin-top: 40px; padding: 60px 30px 40px; text-align: center; } @media only screen and (max-width:640px) { blockquote { padding: 30px 25px 30px 70px; } } @media only screen and (max-width:480px) { blockquote { padding: 32px 20px; } } blockquote:before { content: "\e67f"; font-family: themify; font-size: 45px; color: #e7e6e6; left: 50%; position: absolute; top: 3px; transform: translate(-50%, 0px); } @media only screen and (max-width:480px) { blockquote:before { opacity: 0.2; } } blockquote span { position: relative; padding-left: 20px; } blockquote span:before { content: ''; width: 12px; height: 1px; background: #202020; position: absolute; left: 0; top: 50%; margin-top: -2px; } .text-primary { color: #5e2572 !important; } .text-secondary { color: #fa6c39 !important; } .text-success { color: #06D6A0 !important; } .text-danger { color: #F2385A !important; } .text-warning { color: #5e2572 !important; } .text-dark { color: #444 !important; } .text-light { color: #d2ddeb !important; } /* ============================ */ /* Sidebar Menu */ /* ============================ */ .brand_logo { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .brand_logo .vz_brand { width: 35px; height: 35px; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .brand_logo .vz_brand .vz_brand_title { margin-left: 10px; font-weight: 100; color: #fff; font-size: 18px; } .vz_main_header { z-index: 1028; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; min-height: 80px; padding: 0; top: 0; color: #444; width: 100%; margin-left: 0; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; border-bottom: 1px solid #e0e6f5; background: #fff; } .vz_main_header.top_nav { background: #fff; height: 100px; z-index: 1111; position: fixed; top: 0; } .vz_main_header.top_nav .search-field { background: transparent; margin-right: .75rem; } .vz_main_header.top_nav .search-field .input-group { border: 1px solid #e0e6f5; border-radius: 50px; padding: 4px 12px; } .vz_main_header.top_nav .search-field .input-group .form-control { border: none !important; border-radius: 50px; } .vz_main_header.top_nav .search-field .input-group .input-group-prepend { background: transparent; color: #c9c8c8; width: auto; border: none; } .vz_main_header.top_nav .search-field .input-group .input-group-prepend .input-group-text { border: 0 !important; color: #c7c7c7; background: transparent !important; } .vz_main_header.top_nav .language_dropdown { border: 1px solid #e0e6f5; border-radius: 50px; } .vz_main_header.top_nav .language_dropdown.dropdown .dropdown-item { display: flex; align-items: center; margin-bottom: 0; padding: 10px 25px; justify-content: space-between; } .vz_main_header.top_nav .language_dropdown.dropdown .btn { padding: 8px 15px !important; } .vz_main_header.top_nav .logout_link { margin-right: 15px; color: #848484 !important; } .vz_main_header.top_nav .logout_link:hover { color: #000 !important; } .vz_main_header.top_nav .logout_link i { margin-left: 10px; font-size: 16px !important; } .vz_main_header.top_nav .nav_wrapper_main .navbar-nav .nav-item.nav-profile .profile_sec { position: relative; } .vz_main_header.top_nav .nav_wrapper_main .navbar-nav .nav-item.nav-profile .profile_sec img { width: 45px !important; height: 45px !important; } .vz_main_header.top_nav .nav_wrapper_main .navbar-nav .nav-item.nav-profile .profile_sec i { position: absolute; background: #5e2572; border-radius: 50%; width: 18px; height: 18px; font-size: 11px; line-height: 15px; text-align: center; border: 2px solid #fff; bottom: -15px; right: -9px; color: #fff; } .vz_main_header.top_nav .nav_wrapper_main .navbar-nav .nav-item.nav-profile .profile_sec .hi_name { color: #848484; } .vz_main_header.top_nav .nav_wrapper_main .navbar-nav .nav-item.nav-profile .profile_sec .profile_name { color: #000 !important; } .vz_main_header.top_nav .nav_wrapper_main .navbar-nav .nav-item .nav-link { color: #444; } .vz_main_header.top_nav .nav_wrapper_main .navbar-nav .nav-item .nav-link.count-indicator i { color: #444; } .vz_main_header.top_nav .nav_wrapper_main .navbar-nav .nav-item .nav-link.count-indicator .count { background: #5e2572; color: #fff; width: 5px; height: 5px; left: 15px; border-radius: 50%; } .vz_main_header .mobile_header { display: none; } .vz_main_header .mobile_header .logo-dark, .vz_main_header .mobile_header .logo-thumb { display: none; } .vz_main_header .navbar-nav { padding-left: 0; list-style: none; margin-bottom: 0; display: inline-block; } .vz_main_header .navbar-nav>li { line-height: 70px; display: inline-block; } .vz_main_header .navbar-nav>li .nav-link { padding: 0; } .vz_mobile_menu_icon { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 37px; height: 70px; padding: 0 10px; } .vz_mobile_menu_icon span { position: relative; display: block; width: 100%; height: 1px; background-color: #848484; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-backface-visibility: hidden; backface-visibility: hidden; border-radius: 1px; } .vz_mobile_menu_icon span:after, .vz_mobile_menu_icon span:before { content: ""; position: absolute; left: 0; height: 1px; background-color: #848484; -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-backface-visibility: hidden; backface-visibility: hidden; border-radius: 0; } .vz_mobile_menu_icon span:after { top: 5px; width: 70%; } .vz_mobile_menu_icon span:before { top: -5px; width: 40%; } .vz_main_header:before, .vz_main_container:before { content: ""; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .vz_navbar { display: block; z-index: 1029; position: fixed; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; width: 350px; height: 100vh; top: 100px; background: #fff; color: #4a4a4a; border-right: 1px solid #e0e6f5; } .vz_navbar ul { padding-left: 0; list-style: none; margin-bottom: 0; } .vz_navbar .scroll-div.navbar-content { height: calc(100vh - 100px); } .vz_navbar .header-logo { position: relative; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -ms-inline-flexbox; display: inline-flex; float: left; height: 70px; text-align: center; width: 350px; margin-right: 0; padding: 10px 20px; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .vz_navbar .header-logo .logo-dark { display: none; } .vz_navbar .header-logo .logo-thumb { -webkit-transform: rotateY(-90deg); transform: rotateY(-90deg); opacity: 0; position: absolute; -webkit-transition: unset; transition: unset; } .vz_navbar .header-logo .vz_mobile_menu_icon { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 37px; height: 70px; position: absolute; right: 10px; top: 0; padding: 0 10px; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .vz_navbar .vz_mobile_menu_icon span { position: relative; display: block; width: 100%; height: 2.8px; background-color: #a9b7d0; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-backface-visibility: hidden; backface-visibility: hidden; border-radius: 2px; } .vz_navbar .vz_mobile_menu_icon span:after, .vz_navbar .vz_mobile_menu_icon span:before { content: ""; position: absolute; left: 0; height: 2.8px; background-color: #a9b7d0; -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-backface-visibility: hidden; backface-visibility: hidden; border-radius: 2px; } .vz_navbar .vz_mobile_menu_icon span:after { top: 5px; width: 70%; } .vz_navbar .vz_mobile_menu_icon span:before { top: -5px; width: 40%; } .vz_navbar.navbar-collapsed { width: 125px; height: 100%; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .vz_navbar.navbar-collapsed .header-logo { width: 80px; } .vz_navbar a { color: #8d97ad; } .vz_navbar .pcoded-badge { font-size: 75%; position: absolute; right: 30px; top: 12px; padding: 2px 7px; border-radius: 2px; } .vz_navbar .vz_inner_nav { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .vz_navbar .vz_inner_nav li { position: relative; } .vz_navbar .vz_inner_nav li>a { text-align: left; padding: 10px 15px; margin: 5px 0 0; display: block; border-radius: 0; position: relative; } .vz_navbar .vz_inner_nav li>a>.vz_menu_icon { font-size: 1rem; padding: 4px 7px; margin-right: 7px; border-radius: 4px; width: 30px; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 30px; text-align: center; } .vz_navbar .header-logo+.scroll-div { float: left; display: inline-block; } .vz_navbar .vz_inner_nav li.disabled>a { cursor: default; opacity: 0.5; } .vz_navbar .navbar-content, .vz_navbar .navbar-wrapper { width: 100%; height: 100%; position: relative; } .vz_navbar.navbar-collapsed~.vz_main_header { width: 100%; } .vz_navbar.navbar-collapsed~.vz_main_container { margin-left: 126px; } /* .vz_navbar.navbar-collapsed:hover { width:350px !important; } */ .vz_navbar.navbar-collapsed:hover .header-logo { width: 350px; } .vz_navbar.navbar-collapsed:hover .header-logo .logo-thumb { -webkit-transform: rotateY(-90deg); transform: rotateY(-90deg); opacity: 0; } .vz_navbar.navbar-collapsed:hover .header-logo .vz_mobile_menu_icon { display: -webkit-box; display: -ms-flexbox; display: flex; right: 10px; } .vz_navbar .vz_inner_nav>li.active>a, .vz_navbar .vz_inner_nav>li:hover a { background: #F7F7FA; color: #5e2572; } @media only screen and (max-width:991px) { .vz_navbar.navbar-collapsed~.vz_main_container { margin-left: 0; } #vz_mobileCollapseIcon { display: none; } .vz_main_header { background: #3f4d67; color: #fff; } .vz_main_header #vz_mobile_head { display: none; right: 20px; } .vz_main_header>.collapse:not(.show) { display: -webkit-box; display: -ms-flexbox; display: flex; background: #fff; -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08); box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08); } .vz_main_header .mobile_header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; height: 80px; } .vz_main_header .mobile_header .brand_logo { margin-left: 20px; } .vz_main_header .mobile_header .vz_mobile_menu_icon { right: 20px; } .vz_main_header .full-screen { display: none; } .vz_navbar { margin-left: -350px; position: absolute; height: 100%; } .vz_navbar .scroll-div.navbar-content { height: 100%; } .vz_navbar~.vz_main_header, .vz_navbar~.vz_main_container { margin-left: 0; } .vz_navbar~.vz_main_header { width: 100%; } .vz_navbar .navbar-brand { display: none; } .vz_navbar.mob-open { margin-left: 0; } .vz_navbar.mob-open~.vz_main_header, .vz_navbar.mob-open~.vz_main_container { margin-left: 0; } } @media only screen and (max-width:575px) { .vz_main_header .navbar-nav>li:first-child { padding-left: 0; } .vz_main_header .navbar-nav.mr-auto li { display: none; } .vz_main_content { padding: 30px 15px; } } .vz_main_sec .menu_icon { margin-right: 10px; font-size: 1rem; font-weight: 600; } .vz_main_sec .vz_navbar .vz_navigation { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; height: auto; min-height: 100%; } .vz_main_sec .vz_navbar .toggle-sidebar { position: fixed; bottom: 0; left: 0; background: #2c3547; width: 40px; height: 40px; font-size: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 0 5px 0 0; } .vz_main_sec .vz_navbar.navbar-collapsed .toggle-sidebar { display: none; } .vz_main_sec .vz_navbar .header-logo { padding: 10px 20px; } .vz_main_sec .vz_navbar .sidebar { left: 0; position: relative; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-box-shadow: inset -1px 0 0 0 rgba(169, 183, 208, 0.2); box-shadow: inset -1px 0 0 0 rgba(169, 183, 208, 0.2); } .vz_main_sec .vz_navbar .sidebar .nav-link span { display: block; font-size: 12px; } .vz_main_sec .vz_navbar .sidebar li { position: relative; } .vz_main_sec .vz_navbar .sidebar li:hover { background: #faf6fc; transition: all ease 0.5s; } .vz_main_sec .vz_navbar .sidebar li:hover a { color: #4a4a4a; } .vz_main_sec .vz_navbar .sidebar li.active { color: #5e2572; } .vz_main_sec .vz_navbar .sidebar li.active:after { content: ""; background-color: #5e2572; z-index: 1027; position: absolute; left: 0; top: 0; width: 4px; height: 100%; } .vz_main_sec .vz_navbar .sidebar li a { font-size: 22px; padding: 17px 20px; position: relative; cursor: pointer; } .vz_main_sec .vz_navbar .sidebar li a:after { content: ""; position: absolute; height: 1px; width: 60%; left: 20%; bottom: 0; border-bottom: 1px solid rgba(181, 189, 202, 0.2); } .vz_main_sec .vz_navbar .sidebar_content { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; position: relative; } .vz_main_sec .vz_navbar .sidebar_content label { font-weight: 600; color: #666; display: inline-block; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 2px; font-size: 12px; } .vz_main_sec .vz_navbar .sidebar_content .vz_sidebar_link { display: none; position: absolute; top: 0; width: 100%; } .vz_main_sec .vz_navbar .sidebar_content .vz_sidebar_link.active { display: block; } .vz_main_sec .vz_navbar .sidebar_content .vz_sidebar_link .vz_inner_nav li.menu_title { font-size: 16px; padding: 16px 15px 16px 18px; font-weight: 400; text-transform: capitalize; } .vz_main_sec .vz_navbar .sidebar_content .vz_sidebar_link .vz_inner_nav li.menu_title:after { content: ""; position: absolute; height: 1px; width: 40px; left: 18px; bottom: 13px; border-bottom: 1px solid rgba(181, 189, 202, 0.2); } .vz_main_sec .vz_navbar .sidebar li:last-child a:after { display: none; } .dropdownAnimation, .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item .submenu, .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown { animation-name: dropdownAnimation; -webkit-animation-duration: 0.25s; -moz-animation-duration: 0.25s; -ms-animation-duration: 0.25s; -o-animation-duration: 0.25s; animation-duration: 0.25s; -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 dropdownAnimation { from { opacity: 0; transform: translate3d(0, -30px, 0); } to { opacity: 1; transform: translate3d(0, 0px, 0); } } .view_btn { float: right; display: inline-block; color: white; font-size: 12px; background: #5e2572; padding: 7px 15px; margin-left: 2.5rem; border-radius: 4px; } @media only screen and (max-width:480px) { .view_btn { float: none; margin-top: 6px; } } .menu_icon { margin-right: 10px; font-size: 1rem; color: #565658; font-weight: 600; } .rtl .menu_icon { margin-right: 0; margin-left: 10px; } .rt-notification-list .rt-notification-item .rt-notification-thumbnail { color: #fff; position: relative; } .rt-notification-list .rt-notification-item .rt-notification-thumbnail img { width: 36px; height: 36px; border-radius: 100%; } .rt-notification-list .rt-notification-item .rt-notification-item-content { line-height: 1; padding-left: 15px; } .rt-notification-list .rt-notification-item .rt-notification-subject { font-family: "Montserrat", sans-serif; text-overflow: ellipsis; overflow: hidden; max-width: 100%; white-space: nowrap; margin-bottom: 2px; } .rt-notification-list .rt-notification-item .small-text { font-size: 12px; } .rt-notification-list .rt-notification-item .rt-notification-item-content p { margin-bottom: 10px; line-height: 16px; } .ps .ps__rail-x.ps--clicking, .ps .ps__rail-x:focus, .ps .ps__rail-x:hover, .ps .ps__rail-y.ps--clicking, .ps .ps__rail-y:focus, .ps .ps__rail-y:hover { background: transparent !important; } .ps__thumb-y { background: #2a3446 !important; } .ps__rail-y.ps--clicking .ps__thumb-y, .ps__rail-y:focus>.ps__thumb-y, .ps__rail-y:hover>.ps__thumb-y { background: #222a38 !important; } /* ============================ */ /* End Sidebar Menu */ /* ============================ */ /*============================ */ /* Header */ /* ============================ */ .rt_nav_header.horizontal-layout { font-family: "Montserrat", sans-serif; } .rt_nav_header.horizontal-layout .dropdownAnimation, .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item .submenu, .rt_nav_header.horizontal-layout .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown, .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .rt_nav_header.horizontal-layout .navbar-dropdown { animation-name: dropdownAnimation; -webkit-animation-duration: 0.25s; -moz-animation-duration: 0.25s; -ms-animation-duration: 0.25s; -o-animation-duration: 0.25s; animation-duration: 0.25s; -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 dropdownAnimation { from { opacity: 0; transform: translate3d(0, -30px, 0); } to { opacity: 1; transform: translate3d(0, 0px, 0); } } .rt_nav_header.horizontal-layout .view_btn { float: right; display: inline-block; color: white; font-size: 12px; background: #5e2572; padding: 7px 15px; margin-left: 2.5rem; border-radius: 4px; } @media only screen and (max-width:480px) { .rt_nav_header.horizontal-layout .view_btn { float: none; margin-top: 6px; } } .rt_nav_header.horizontal-layout .menu_icon { margin-right: 10px; font-size: 1rem; color: #565658; font-weight: 600; } .rtl .rt_nav_header.horizontal-layout .menu_icon { margin-right: 0; margin-left: 10px; } .rt_nav_header.horizontal-layout .rt-notification-list .rt-notification-item .rt-notification-thumbnail { color: #fff; position: relative; } .rt_nav_header.horizontal-layout .rt-notification-list .rt-notification-item .rt-notification-thumbnail img { width: 36px; height: 36px; border-radius: 100%; } .rt_nav_header.horizontal-layout .rt-notification-list .rt-notification-item .rt-notification-item-content { line-height: 1; padding-left: 15px; } .rt_nav_header.horizontal-layout .rt-notification-list .rt-notification-item .rt-notification-subject { font-family: "Montserrat", sans-serif; text-overflow: ellipsis; overflow: hidden; max-width: 100%; white-space: nowrap; margin-bottom: 2px; } .rt_nav_header.horizontal-layout .rt-notification-list .rt-notification-item .small-text { font-size: 12px; } .rt_nav_header.horizontal-layout .rt-notification-list .rt-notification-item .rt-notification-item-content p { margin-bottom: 10px; line-height: 16px; } .rt_nav_header.horizontal-layout .nav-bottom { background: #FFFFFF; position: relative; top: 0; right: 0; left: 0; width: 100%; display: flex; align-items: center; transition-duration: 3s; -webkit-transition-property: position, left, right, top, z-index; -moz-transition-property: position, left, right, top, z-index; -ms-transition-property: position, left, right, top, z-index; -o-transition-property: position, left, right, top, z-index; transition-property: position, left, right, top, z-index; box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); -moz-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); } @media (max-width:768px) { .rt_nav_header.horizontal-layout .nav-bottom { display: none; } .rt_nav_header.horizontal-layout .nav-bottom.header-toggled { display: block; max-height: calc(100vh - 60px); overflow: auto; } } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation { position: relative; width: 100%; z-index: 99; justify-content: space-between; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -ms-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-property: background, box-shadow; transition-property: background, box-shadow; } @media (max-width:768px) { .rt_nav_header.horizontal-layout .nav-bottom .page-navigation { border: none; } } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item { line-height: 1; text-align: left; } @media (max-width:768px) { .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item { display: block; width: 100%; border-right: none; } } @media (min-width:992px) { .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item:first-child>.nav-link { padding-left: 0; } } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item:last-child { border-right: none; } @media (max-width:992px) { .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item:last-child>.nav-link { padding-right: 0; } } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item>.nav-link { color: #242425; padding: 22px 10px; line-height: 1; font-weight: 600; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item>.nav-link .menu-title { font-size: .875rem; font-weight: 500; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item>.nav-link .menu-arrow { margin-left: 5px; font-size: 15px; display: inline-block; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); moz-transform-origin: center; -o-transform-origin: center; -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; -webkit-transition-duration: 0.25s; -moz-transition-duration: 0.25s; -ms-transition-duration: 0.25s; -o-transition-duration: 0.25s; transition-duration: 0.25s; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item>.nav-link .menu-arrow:before { font-family: 'ionicons'; content: "\f3d0"; speak: none; font-size: .625rem; font-style: normal; font-weight: 600; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } @media (min-width:768px) { .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item:hover .submenu { display: block; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item:hover .submenu .menu_icon { font-size: 0.75rem; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item:hover>.nav-link { background: transparent; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item:hover>.nav-link i, .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item:hover>.nav-link .menu-title { color: #5e2572; transition: color 1s ease; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item:hover>.nav-link .menu-arrow { transform: rotate(-180deg); } } @media (max-width:768px) { .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item.show-submenu .submenu { display: block; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item.show-submenu>.nav-link { background: transparent; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item.show-submenu>.nav-link i, .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item.show-submenu>.nav-link .menu-title { color: #5e2572; transition: color 1s ease; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item.show-submenu>.nav-link .menu-arrow { transform: rotate(-180deg); } } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item.active>.nav-link { position: relative; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item.active>.nav-link .menu-title, .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item.active>.nav-link i, .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item.active>.nav-link .menu-arrow { color: #5e2572; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item .submenu { display: none; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item .submenu ul { list-style-type: none; padding-left: 0; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item .submenu ul li { display: block; line-height: 20px; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item .submenu ul li a { display: block; padding: 5px 10px; font-weight: 400; color: #242425; text-decoration: none; text-align: left; margin: 4px 0; text-overflow: ellipsis; overflow: hidden; max-width: 100%; white-space: nowrap; transition-duration: 0.2s; transition-property: background; border-radius: 6px; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item .submenu ul li a:hover { color: #5e2572; transition: color .1s linear; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item .submenu ul li a:hover i { color: #5e2572; transition: color .1s linear; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item .submenu ul li a:hover:before { background: #5e2572; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item .submenu ul li.active a { color: #5e2572; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item .submenu ul li.active a:before { background: #5e2572; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item:not(.mega-menu) { position: relative; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item:not(.mega-menu) .submenu { left: 0; } @media (min-width:768px) { .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item:not(.mega-menu) .submenu { position: absolute; top: 61px; z-index: 999; background: #FFFFFF; border-top: none; border-radius: 4px; box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item:not(.mega-menu) .submenu li a { position: relative; padding-left: 2px; } } @media (max-width:768px) { .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item:not(.mega-menu) .submenu { position: relative; top: 0; box-shadow: none; } } @media (max-width:768px) { .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item:not(.mega-menu) .submenu { top: 0; } } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item:not(.mega-menu) .submenu ul { width: auto; padding: 25px; } @media (max-width:768px) { .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item:not(.mega-menu) .submenu ul { padding: 0 23px; } } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item.mega-menu .submenu { width: 100%; left: 0; right: 0; padding: 25px; } @media (min-width:768px) { .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item.mega-menu .submenu { position: absolute; top: 61px; z-index: 999; background: #FFFFFF; border-top: none; border-radius: 4px; box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item.mega-menu .submenu li a { position: relative; } } @media (max-width:768px) { .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item.mega-menu .submenu { position: relative; top: 0; box-shadow: none; } } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item.mega-menu .submenu .category-heading { font-size: .875rem; font-weight: 500; text-align: left; color: #5e2572; padding: 1rem 0; margin-bottom: 0; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item.mega-menu .submenu .col-group-wrapper { padding: 0 1rem; } @media (max-width:768px) { .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item.mega-menu .submenu { padding: 0 32px; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item.mega-menu .submenu .col-group-wrapper { margin-left: 0; margin-right: 0; padding: 0; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item.mega-menu .submenu .col-group-wrapper .col-group { padding-left: 0; padding-right: 0; margin-bottom: 20px; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item.mega-menu .submenu .col-group-wrapper .col-group .category-heading:after { display: none; } } .rt_nav_header.horizontal-layout.fixed-on-scroll .nav-bottom { position: fixed; top: 0; right: 0; left: 0; z-index: 1030; border-bottom: 1px solid #f2f2f2; } @media (max-width:991px) { .rt_nav_header.horizontal-layout { position: fixed; z-index: 1030; top: 0; left: 0; right: 0; } .rt_nav_header.horizontal-layout .top_nav { border-bottom: 1px solid #f2f2f2; } } .flex-grow-1, .flex-grow { flex-grow: 1 !important; } .top_nav { background: #502565; height: 70px; } .top_nav .view_btn:hover { color: #fff; } .top_nav .rt_nav_wrapper { padding: 0 1rem 0 0; } @media (max-width:767px) { .top_nav .rt_nav_wrapper { padding: 0 1rem; } } .top_nav .rt_nav_wrapper .nav_logo { margin-right: 0; padding: 0.25rem 0; } .top_nav .rt_nav_wrapper .nav_logo:active, .top_nav .rt_nav_wrapper .nav_logo:focus, .top_nav .rt_nav_wrapper .nav_logo:hover { color: #5e5e5e; } .top_nav .rt_nav_wrapper .nav_logo img { max-width: 100%; height: 30px; margin: auto; vertical-align: middle; } .top_nav .rt_nav_wrapper .nav_logo_mob { display: none; } .top_nav .rt_nav_wrapper .nav_logo_mob img { width: auto; max-width: 100%; height: 28px; margin-left: 0; } @media (max-width:576px) { .top_nav .rt_nav_wrapper { width: 100px; } .top_nav .rt_nav_wrapper .nav_logo { display: none; } .top_nav .rt_nav_wrapper .nav_logo_mob { display: block; } } .top_nav .nav_wrapper_main { color: #FFFFFF; padding: 0 0 0 1rem; } .top_nav .nav_wrapper_main .navbar-nav { flex-direction: row !important; align-items: center !important; } .top_nav .nav_wrapper_main .navbar-nav .nav-item { margin-left: 1rem; margin-right: 1rem; line-height: 1; } .top_nav .nav_wrapper_main .navbar-nav .nav-item .nav-link { color: #FFFFFF; font-size: 14px; vertical-align: middle; } .top_nav .nav_wrapper_main .navbar-nav .nav-item .nav-link.count-indicator { position: relative; text-align: center; } .top_nav .nav_wrapper_main .navbar-nav .nav-item .nav-link.count-indicator i { color: #FFFFFF; vertical-align: middle; } .top_nav .nav_wrapper_main .navbar-nav .nav-item .nav-link.count-indicator .count { position: absolute; left: 10px; width: 15px; height: 15px; line-height: 15px; border-radius: 100%; background: #fff; top: -5px; font-size: .5625rem; color: #444; text-align: center; font-weight: bold; } .top_nav .nav_wrapper_main .navbar-nav .nav-item .nav-link.count-indicator:after { display: none; } .top_nav .nav_wrapper_main .navbar-nav .nav-item .nav-link i { font-size: 1rem; vertical-align: middle; line-height: 1.2; } .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown { font-size: 0.9rem; margin-top: 0; position: absolute !important; top: calc(66px - 6px) !important; right: 0 !important; left: auto !important; border: 0; padding: 0 0 20px; min-width: 100%; border-radius: 10px; box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); -moz-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); overflow: hidden; } @media (max-width:992px) { .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown { top: calc(75px - 6px) !important; } } .rtl .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown { right: auto; left: 0; } .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown.dropdown-left { left: 0; right: auto; } .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown .badge { margin-left: 2.5rem; } .rtl .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown .badge { margin-left: 0; margin-right: 1.25rem; } .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown a.dropdown-item:hover { cursor: pointer; } .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item { display: flex; align-items: center; margin-bottom: 0; padding: 10px 25px; font-size: 12px; } .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item:active { background: transparent; } .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item i { font-size: 17px; } .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item .rt-notification-subject { font-family: "Montserrat", sans-serif; text-overflow: ellipsis; overflow: hidden; max-width: 100%; white-space: nowrap; } .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item .rt-notification-icon { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item .small-text { font-size: 12px; } .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-divider { margin: 0; } @media (max-width:768px) { .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown { position: static; } .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown { left: 10px; right: 10px; width: calc(100% - 20px); min-width: auto; } } .top_nav .nav_wrapper_main .navbar-nav.navbar-nav-right .nav-item.nav-profile .nav-link { padding: 0; } .top_nav .nav_wrapper_main .navbar-nav.navbar-nav-right .nav-item.nav-profile .nav-link:after { display: none; } .top_nav .nav_wrapper_main .navbar-nav.navbar-nav-right .nav-item.nav-profile img { width: 35px; height: 35px; border-radius: 50px; margin-left: 10px; } .top_nav .nav_wrapper_main .navbar-nav.navbar-nav-right .nav-item.nav-profile .profile_name { vertical-align: middle; color: #FFFFFF; margin-left: .25rem; } @media (max-width:767px) { .top_nav .nav_wrapper_main .navbar-nav.navbar-nav-right .nav-item.nav-profile .profile_name { display: none; } } .top_nav .nav_wrapper_main .navbar-nav.navbar-nav-right .nav-item.nav-language .dropdown-toggle { border: 1px solid #7b7b7b; color: #c7c7c7; padding: .35rem .81rem; } .top_nav .nav_wrapper_main .navbar-nav.navbar-nav-right .nav-item:last-child { margin-right: 0; } .top_nav .nav_wrapper_main .navbar-toggler { display: none; } @media (max-width:768px) { .top_nav .nav_wrapper_main .navbar-toggler { display: block; padding-right: 0; } } @media (max-width:576px) { .top_nav .nav_wrapper_main { width: calc(100% - 70px); } } .header-area { padding: 0 0 0 30px; background: #fff; position: relative; -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1); } @media (max-width:991px) { .header-area .col-md-6 { flex: 0 0 100%; max-width: 100%; } } .header-area .mobile-logo { left: 30px; position: absolute; top: 50%; transform: translate(0px, -50%); width: 25px; z-index: 1; } .header-area .search-box { border: 1px solid #eaeaea; padding-left: 20px; border-radius: 50px; } .header-area .nav-btn { margin-right: 30px; margin-top: 0; cursor: pointer; width: 50px; height: 50px; text-align: center; line-height: 30px; padding-top: 18px; } @media (max-width:991px) { .header-area .nav-btn { margin-right: 0; margin-top: 0; height: auto; width: auto; } } .header-area .nav-btn span { width: 22px; height: 1px; background: #444; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; text-align: center; display: block; margin: 0 auto 6px; } .header-area .nav-btn span:nth-child(3) { margin-bottom: 0; } .header-area .nav-btn span:nth-child(3), .header-area .nav-btn span:nth-child(1) { width: 22px; } .header-area .search-box form { position: relative; } .header-area .search-box form input { width: 270px; padding-right: 11px; border-radius: 33px; border: none; height: 40px; padding-left: 40px; letter-spacing: 0; font-size: 14px; font-weight: 500; } .header-area .search-box form input::-webkit-input-placeholder { color: #b1a7a7; } .header-area .search-box form input::-moz-placeholder { color: #b1a7a7; } .header-area .search-box form input:-ms-input-placeholder { color: #b1a7a7; } .header-area .search-box form i { position: absolute; left: 6px; top: 10px; font-size: 22px; color: #b1a7a7; } .sidebar_collapsed .nav-btn span:nth-child(2) { opacity: 0; } .sidebar_collapsed .nav-btn span:first-child { -webkit-transform: rotate(90deg) translate(5px, 5px); transform: rotate(90deg) translate(5px, 5px); } .sidebar_collapsed .nav-btn span:last-child { -webkit-transform: rotate(90deg) translate(-9px, -3px); transform: rotate(90deg) translate(-9px, -3px); } /* notification-area */ .notification-area { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; position: relative; z-index: 2; } .notification-area li { display: inline-block; margin-left: 20px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } @media only screen and (max-width:480px) { .notification-area .bell-notify-box.notify-box { right: -120px !important; width: 280px; } } @media only screen and (max-width:480px) { .notification-area .nt-enveloper-box.notify-box { right: -78px !important; width: 280px; } } .notification-area .user-dropdown { margin-top: 5px; margin-bottom: 5px; } .notification-area .user-dropdown .btn { padding: 0; margin: 0 auto; border-radius: 0; font-size: 13px; color: #b1a7a7; box-shadow: none; background: transparent; border: none; } .notification-area .user-dropdown .btn.dropdown-toggle:after { position: absolute; top: 26px; right: 70px; font-size: 15px; } .notification-area .user-dropdown .btn span, .notification-area .user-dropdown .btn img { display: inline-block; vertical-align: middle; } .notification-area .user-dropdown .btn img { border-radius: 50px; margin-right: 15px; width: 55px; } .notification-area .user-dropdown .btn span { padding: 0 15px; } .notification-area .user-dropdown .btn span i { font-size: 10px; font-weight: bold; vertical-align: middle; margin-left: 2px; } .notification-area .user-dropdown .dropdown-menu.show { top: 58px !important; } .notification-area .user-dropdown .dropdown-menu .divider { margin: 10px 0; display: block; border: 0.5px solid #f5f4f4; } .notification-area .user-dropdown .dropdown-menu a { font-size: 14px; color: #8a8a8a; letter-spacing: 0; font-weight: 500; padding: 10px 70px 10px 25px; } .notification-area .user-dropdown .dropdown-menu a i { margin-right: 10px; vertical-align: baseline; } .divider { margin: 10px 0; display: block; border: 0.5px solid #f5f4f4; } .notification-area li>i { font-size: 18px; color: #bdbcbc; vertical-align: middle; -webkit-transition: color 0.3s ease 0s; transition: color 0.3s ease 0s; } .notification-area li:hover>i, .dropdown.show>i { color: #5e2572; } .notification-area li i>span { position: absolute; right: -5px; top: -7px; font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 600; color: #fff; background: #5e2572; height: 8px; width: 8px; border-radius: 50%; text-align: center; line-height: 20px; padding-left: 2px; } .notify-box { width: 350px; overflow: hidden; padding: 0; margin: 0; } .notify-box .notify-title { background: #5e2572; display: block; padding: 18px 30px; color: #fff; font-size: 15px; letter-spacing: 0; overflow: hidden; } .notify-box .notify-title a { float: right; display: inline-block; color: #5e2572; font-size: 13px; background: #fff; padding: 2px 8px; border-radius: 4px; } @media only screen and (max-width:480px) { .notify-box .notify-title a { float: none; margin-top: 6px; } } .nt-enveloper-box .nofity-list a { padding: 10px 20px; display: block; border-bottom: 1px solid #f5f2f2; height: auto; } @media only screen and (max-width:480px) { .nt-enveloper-box .nofity-list a { padding: 20px 15px; } } .nt-enveloper-box .nofity-list a:hover { background: #eaeaea; } .nt-enveloper-box .nofity-list a:last-child { margin-bottom: 0; border-bottom: none; } .nt-enveloper-box .nofity-list .notify-thumb { float: left; margin-right: 20px; } @media only screen and (max-width:480px) { .nt-enveloper-box .nofity-list .notify-thumb { margin-right: 15px; } } .nt-enveloper-box .nofity-list .notify-thumb i { height: 50px; width: 50px; line-height: 50px; display: block; border-radius: 50%; text-align: center; font-size: 23px; border: 1px solid; } @media only screen and (max-width:480px) { .nt-enveloper-box .nofity-list .notify-thumb i { font-size: 18px; height: 40px; line-height: 40px; width: 40px; } } .nt-enveloper-box .nofity-list .notify-thumb img { width: 60px; height: 60px; border-radius: 50%; margin-top: 4px; } @media only screen and (max-width:480px) { .nt-enveloper-box .nofity-list .notify-thumb img { width: 50px; height: 50px; } } .nt-enveloper-box .nofity-list .notify-text { overflow: hidden; padding: 0; } .nt-enveloper-box .nofity-list .notify-text h3 { color: #666; font-size: 15px; margin-bottom: 0; line-height: 24px; } .nt-enveloper-box .nofity-list .notify-text p { font-size: 14px; color: #4e4e4e; line-height: 22px; margin-bottom: 4px; } .nt-enveloper-box .nofity-list .notify-text span { letter-spacing: 0; color: #6d6c6c; font-size: 11px; font-weight: 300; } .nt-enveloper-box .nofity-list .notify-text span.msg { display: block; font-size: 12px; color: #4e4e4e; line-height: 22px; margin-bottom: 0; margin-top: 0; font-weight: 400; } .nofity-list a { padding: 0 30px; display: block; border-bottom: 1px solid #f5f2f2; padding-left: 0; height: 70px; } @media only screen and (max-width:991px) { .nofity-list a { height: auto; } } @media only screen and (max-width:480px) { .nofity-list a { padding: 20px 15px; } } .nofity-list a:hover { background: #eaeaea; } .nofity-list a:last-child { margin-bottom: 0; border-bottom: none; } .nofity-list .notify-thumb { float: left; margin-right: 20px; } @media only screen and (max-width:480px) { .nofity-list .notify-thumb { margin-right: 15px; } } .nofity-list .notify-thumb i { height: 70px; width: 50px; line-height: 70px; display: block; border-radius: 0; text-align: center; font-size: 23px; border: 1px solid; } @media only screen and (max-width:480px) { .nofity-list .notify-thumb i { font-size: 18px; height: 40px; line-height: 40px; width: 40px; } } .nofity-list .notify-thumb img { width: 60px; height: 60px; border-radius: 50%; margin-top: 4px; } @media only screen and (max-width:480px) { .nofity-list .notify-thumb img { width: 50px; height: 50px; } } .nofity-list .notify-text { overflow: hidden; padding: 10px 0px; } @media only screen and (max-width:991px) { .nofity-list .notify-text { padding: 0; } } .nofity-list .notify-text h3 { color: #666; font-size: 15px; margin-bottom: 0; line-height: 24px; } .nofity-list .notify-text p { font-size: 14px; color: #4e4e4e; line-height: 22px; margin-bottom: 4px; } .nofity-list .notify-text span { letter-spacing: 0; color: #6d6c6c; font-size: 11px; font-weight: 300; } .nofity-list .notify-text span.msg { display: block; font-size: 12px; color: #4e4e4e; line-height: 22px; margin-bottom: 0; margin-top: 0; font-weight: 400; } /* notify envelope */ .expanded .notification-area li#full-view-exit { display: inline-block; } .notification-area li#full-view-exit { display: none; } .expanded .notification-area li#full-view { display: none; } .notification-area li#full-view { display: inline-block; } .nt-enveloper-box .notify-text p { margin-bottom: 0; } .notification-area .dropdown-toggle, .user-name.dropdown-toggle { position: relative; } .notification-area .dropdown-toggle:after, .user-name.dropdown-toggle:after { display: none; } .notification-area .dropdown-menu, .user-profile .dropdown-menu { background: #fff; border: none; -webkit-transform: none !important; transform: none !important; top: 130% !important; right: -20px !important; left: auto !important; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; display: block !important; visibility: hidden; opacity: 0; cursor: initial; } .notification-area .dropdown-menu.show { top: 48px !important; } .notification-area .dropdown-menu.show, .user-profile .dropdown-menu.show { visibility: visible; opacity: 1; box-shadow: 0 0 45px 0 rgba(131, 23, 254, 0.06); } /* ============================ */ /* End Header */ /* ============================ */ /* ============================ */ /* Offset Menu */ /* ============================ */ .offset-area { position: fixed; right: -320px; top: 0; height: 100vh; width: 320px; background: #502565; z-index: 998; box-shadow: -5px 0 20px rgba(0, 0, 0, 0.05); -webkit-transition: right 0.3s cubic-bezier(0.62, -0.01, 0.2, 0.83) 0s; transition: right 0.3s cubic-bezier(0.62, -0.01, 0.2, 0.83) 0s; } .offset-area .timeline_title h4, .offset-area .timeline-task p, .offset-area .timeline_title i, .offset-area .timeline_title span { color: #fff !important; } .offset-area .offset-close { font-size: 14px; position: absolute; left: 0; top: 13px; height: 40px; width: 40px; cursor: pointer; text-align: center; line-height: 40px; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; z-index: 1; color: #fff; } .offset-area .offset-close:hover { -webkit-transform: rotate(90deg); transform: rotate(90deg); } .offset-area .offset-menu-tab { padding: 20px 20px; border-bottom: 1px solid #eaeaea; margin-bottom: 20px; } .offset-area .offset-menu-tab li { display: inline-block; width: 50%; text-align: center; } .offset-area .offset-menu-tab li a { display: block; font-size: 16px; color: #fff; position: relative; } .offset-area .offset-menu-tab li a:before { left: 100%; } .offset-area .offset-menu-tab li a.active:before { left: 0; } .show_hide.offset-area { right: 0; } .offset-menu-tab li a.active, .offset-menu-tab li a:hover { color: #0093FF; } .offset-menu-tab li:last-child a:before { display: none !important; } .offset-content { padding: 15px; color: #fff; } .recent-activity { padding-top: 7px; padding-left: 53px; } .offset-settings h4 { font-family: 'lato', sans-serif; font-size: 18px; letter-spacing: 0; font-weight: 600; color: #fff; margin-bottom: 23px; } .ui_switch input[type=checkbox] { height: 0; width: 0; visibility: hidden; position: absolute; } .ui_switch label { cursor: pointer; text-indent: -9999px; width: 40px; height: 23px; background: #0093FF; display: block; border-radius: 100px; position: relative; margin: 0; } .ui_switch label:after { content: ''; position: absolute; top: 4px; left: 5px; width: 15px; height: 15px; background: #fff; border-radius: 90px; -webkit-transition: 0.3s; transition: 0.3s; } .ui_switch input:checked+label { background: #eaeaea; } .ui_switch input:checked+label:after { left: calc(100% - 5px); -webkit-transform: translateX(-100%); transform: translateX(-100%); } .ui_switch label:active:after { width: 40px; } .settings_sec { margin-bottom: 30px; } .settings_sec p { color: #f9f9f9; font-size: 14px; } .settings_sec .setting_list_title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 10px; } .settings_sec .setting_list_title h5 { font-size: 16px; color: #fff; font-weight: 600; } /* ============================ */ /* TimeLine */ /* ============================ */ .timeline_title { margin-bottom: 6px; } .timeline_title h4 { font-size: 15px; letter-spacing: 0; color: #333; margin-bottom: 2px; } .timeline_title span.time { color: #8c8a8a; font-size: 13px; } .timeline_title span.time i { margin-right: 5px; color: #2c3cb7; font-size: 11px; } .timeline-area { padding-left: 52px; padding-top: 6px; } .timeline-task { position: relative; margin-bottom: 35px; } .timeline-task p { color: #666; font-size: 14px; line-height: 25px; margin-bottom: -10px; } .timeline-task:before { content: ''; position: absolute; left: -35px; top: 0; height: calc(100%+33px); width: 2px; background: #eaeaea; } .timeline-task:last-child { margin-bottom: 0; } .timeline-task:last-child p { margin-bottom: 0; } .timeline-task:last-child:before { height: 100%; } .timeline-task .icon { position: absolute; left: -52px; top: -6px; height: 35px; width: 35px; line-height: 44px; border-radius: 50%; text-align: center; font-size: 12px; border: 1px solid; background: #f9f9f9; } .timeline-task .icon svg { width: 18px; height: 18px; } /* ============================ */ /* End TimeLine */ /* ============================ */ .bg_blue { border-color: transparent !important; color: #0067b3; background: #80c9ff; } .bg_success { border-color: transparent !important; color: #048c68; background: #61fbd3; } .bg_secondary { border-color: transparent !important; color: #5e2572; background: #ebeafe; } .bg_danger { border-color: transparent !important; color: #e80f37; background: #fab0bd; } .bg_warning { border-color: transparent !important; color: #ccad00; background: #ffef99; } .bg_info { border-color: transparent !important; color: #0076cc; background: #80c9ff; } /* ============================ */ /* End Offset Menu */ /* ============================ */ /* ============================ */ /* Alert */ /* ============================ */ .alert { letter-spacing: 0; font-size: 14px; border: none; padding: 10px 16px; font-weight: 600; } .alert span { font-size: 13px; } .alert strong, .alert-link { font-weight: 700; } .alert-primary, .alert-danger, .alert-warning, .alert-dark, .alert-info, .alert-light, .alert-success { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; color: #FFFFFF; } .alert-primary .alert-link, .alert-danger .alert-link, .alert-warning .alert-link, .alert-info .alert-link, .alert-success .alert-link { color: #fff; text-decoration: underline; } .alert-primary { background-color: #5e2572; border-left: 4px solid #9178f9; } .alert-success { border-left: 4px solid #05a47b; background-color: #06D6A0; } .alert-danger { border-left: 4px solid #b80c2b; background-color: #F2385A; } .alert-warning { border-left: 4px solid #FFA000; background-color: #FFC107; } .alert-info { border-left: 4px solid #005899; background-color: #0093FF; } .alert-dark { border-left: 4px solid #37474F; background-color: #607D8B; } .alert-light { border-left: 4px solid #607D8B; background-color: #CFD8DC; } /* additional content */ .alert-heading { margin-bottom: 7px; } .alert-dismiss .alert { padding: 13px 15px; } .alert-dismiss .alert-dismissible .close { top: 4px; outline: none; font-size: 13px; } .alert-primary hr { border-top-color: #fff; } /* ============================ */ /* End Alert */ /* ============================ */ /* ============================ */ /* Accordions */ /* ============================ */ .accordion { /* Accordion Style 2 */ } .accordion .card { margin-bottom: 20px; } .accordion .card:last-child { margin-bottom: 0; } .accordion .card-header { padding: 0; border: none; } .accordion .card-header a { position: relative; display: block; background: #EFF3F6; padding: 16px 15px; border-radius: 3px; color: #444; letter-spacing: 0; font-size: 15px; font-weight: 500; } .accordion .card-body { padding: 10px; border: 1px solid #eff3f6; font-size: 14px; letter-spacing: 0; color: #444; line-height: 27px; font-weight: 400; } .accordion.accordion-style-2 .card-header a:before { content: "\f106"; font-family: fontawesome; position: absolute; right: 13px; color: #444; font-size: 26px; top: 50%; transform: translate(0, -50%); } .accordion.accordion-style-2 .card-header a.collapsed:before { content: "\f107"; } .accordion.primary-bg .card-header a { background: #5e2572; color: #fff; } .accordion.primary-bg .card-header a:before { color: #fff; } /* Accordion Style 3 */ .accordion-style-3 .card-header a:before { content: "\e622"; font-family: 'themify'; position: absolute; right: 13px; color: #444; font-size: 15px; } .accordion-style-3 .card-header a.collapsed:before { content: "\e61a"; } /* ============================ */ /* End Accordions/* ============================ */ /* ============================ */ /* Buttons */ /* ============================ */ .btn { font-size: 14px; font-family: "Montserrat", sans-serif; font-weight: 500; /*==================== General Buttons ====================*/ /*==================== Outline Buttons ====================*/ /*==================== Inverse Buttons ====================*/ /*==================== Social Buttons ====================*/ } .btn i { margin-right: 5px; vertical-align: initial; } .btn.btn-rounded { border-radius: 50px; } .btn.btn-fixed-w { width: 110px; } .btn.btn-xl { padding: 19px 24px; } .btn.btn-lg { padding: 15px 30px; } .btn.btn-md { padding: 10px 18px; } .btn.btn-sm { padding: 8px 13px; } .btn.btn-xs { padding: 8px 12px; font-size: 12px; } .btn.btn-flat { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .btn.btn-primary { background-color: #5e2572; border-color: #5e2572; } .btn.btn-primary:hover { background-color: #3e194b; border-color: #3e194b; } .btn.btn-secondary { background-color: #fa6c39; border-color: #fa6c39; } .btn.btn-secondary:hover { background-color: #f94707; border-color: #f94707; } .btn.btn-success { background-color: #06D6A0; border-color: #06D6A0; } .btn.btn-success:hover { background-color: #05a47b; border-color: #05a47b; } .btn.btn-danger { background-color: #F2385A; border-color: #F2385A; } .btn.btn-danger:hover { background-color: #e80f37; border-color: #e80f37; } .btn.btn-warning { background-color: #FFD800; border-color: #FFD800; } .btn.btn-warning:hover { background-color: #ccad00; border-color: #ccad00; } .btn.btn-info { background-color: #0093FF; border-color: #0093FF; } .btn.btn-info:hover { background-color: #0076cc; border-color: #0076cc; } .btn.btn-dark { background-color: #444; border-color: #444; } .btn.btn-dark:hover { background-color: #5e5e5e; border-color: #5e5e5e; } .btn.btn-light { background-color: #eaeaea; border-color: #eaeaea; } .btn.btn-light:hover { background-color: #d1d1d1; border-color: #d1d1d1; } .btn.btn-outline-primary { border-color: #5e2572; color: #5e2572; } .btn.btn-outline-primary:hover { background-color: #5e2572; border-color: #5e2572; color: #FFFFFF; } .btn.btn-outline-secondary { border-color: #fa6c39; color: #fa6c39; } .btn.btn-outline-secondary:hover { background-color: #fa6c39; border-color: #fa6c39; color: #FFFFFF; } .btn.btn-outline-success { border-color: #06D6A0; color: #06D6A0; } .btn.btn-outline-success:hover { background-color: #06D6A0; border-color: #06D6A0; color: #FFFFFF; } .btn.btn-outline-danger { border-color: #F2385A; color: #F2385A; } .btn.btn-outline-danger:hover { background-color: #F2385A; border-color: #F2385A; color: #FFFFFF; } .btn.btn-outline-info { border-color: #0093FF; color: #0093FF; } .btn.btn-outline-info:hover { background-color: #0093FF; border-color: #0093FF; color: #FFFFFF; } .btn.btn-outline-warning { border-color: #FFD800; color: #FFD800; } .btn.btn-outline-warning:hover { background-color: #FFD800; border-color: #FFD800; color: inherit; } .btn.btn-outline-dark { border-color: #444; color: #444; } .btn.btn-outline-dark:hover { background-color: #444; border-color: #444; color: #FFFFFF; } .btn.btn-outline-light { border-color: #eaeaea; color: #848484; } .btn.btn-outline-light:hover { background-color: #eaeaea; border-color: #eaeaea; color: inherit; } .btn.btn-inverse-primary { background-color: #e1c4ec; border-color: transparent; color: #5e2572; } .btn.btn-inverse-primary:hover { background-color: #5e2572; border-color: #5e2572; color: #fff; } .btn.btn-inverse-secondary { background-color: #fedbce; border-color: transparent; color: #fa6c39; } .btn.btn-inverse-secondary:hover { background-color: #fa6c39; border-color: #fa6c39; color: #fff; } .btn.btn-inverse-success { background-color: #a1fce5; border-color: transparent; color: #06D6A0; } .btn.btn-inverse-success:hover { background-color: #06D6A0; border-color: #06D6A0; color: #fff; } .btn.btn-inverse-danger { background-color: #feeef1; border-color: transparent; color: #F2385A; } .btn.btn-inverse-danger:hover { background-color: #F2385A; border-color: #F2385A; color: #fff; } .btn.btn-inverse-warning { background-color: #fff6c2; border-color: transparent; color: #FFD800; } .btn.btn-inverse-warning:hover { background-color: #FFD800; border-color: #FFD800; color: #fff; } .btn.btn-inverse-info { background-color: #85cbff; border-color: transparent; color: #0093FF; } .btn.btn-inverse-info:hover { background-color: #0093FF; border-color: #0093FF; color: #fff; } .btn.btn-inverse-dark { background-color: #c4c4c4; border-color: transparent; color: #444; } .btn.btn-inverse-dark:hover { background-color: #444; border-color: #444; color: #fff; } .btn.btn-inverse-light { background-color: transparent; border-color: #d1d1d1; color: #d1d1d1; } .btn.btn-inverse-light:hover { background-color: #eaeaea; border-color: #eaeaea; color: #000000; } .btn.btn-social { padding: 10px 14px; font-size: 14px; } .btn.btn-social i { margin-right: 0; } .btn.btn-social-fb { background: #3b579d; color: #fff; } .btn.btn-social-fb:hover { background: #375192; } .btn.btn-social-tw { background: #1da1f2; color: #fff; } .btn.btn-social-tw:hover { background: #0f9bf1; } .btn.btn-social-li { background: #0177b4; color: #fff; } .btn.btn-social-li:hover { background: #016da5; } .btn.btn-social-in { background: #fb3958; color: #fff; } .btn.btn-social-in:hover { background: #fb2a4b; } .btn.btn-social-pi { background: #c8232c; color: #fff; } .btn.btn-social-pi:hover { background: #bb2129; } .btn.btn-social-outline-fb { border: 1px solid #3b579d; color: #3b579d; } .btn.btn-social-outline-fb:hover { background: #375192; color: #fff; } .btn.btn-social-outline-tw { border: 1px solid #1da1f2; color: #1da1f2; } .btn.btn-social-outline-tw:hover { background: #0f9bf1; color: #fff; } .btn.btn-social-outline-li { border: 1px solid #0177b4; color: #0177b4; } .btn.btn-social-outline-li:hover { background: #016da5; color: #fff; } .btn.btn-social-outline-in { border: 1px solid #fb3958; color: #fb3958; } .btn.btn-social-outline-in:hover { background: #fb2a4b; color: #fff; } .btn.btn-social-outline-pi { border: 1px solid #c8232c; color: #c8232c; } .btn.btn-social-outline-pi:hover { background: #bb2129; color: #fff; } /* ============================ */ /* Badges/* ============================ */ .badge { font-size: 14px; font-family: "Montserrat", sans-serif; font-weight: 500; /*==================== General Badges ====================*/ } .badge.badge-pill { padding: 8px 12px; } .badge.badge-primary { background-color: #5e2572; border-color: #5e2572; padding: 5px 10px; } .badge.badge-primary:hover { background-color: #3e194b; border-color: #3e194b; } .badge.badge-secondary { background-color: #fa6c39; border-color: #fa6c39; padding: 5px 10px; } .badge.badge-secondary:hover { background-color: #f94707; border-color: #f94707; } .badge.badge-success { background-color: #06D6A0; border-color: #06D6A0; padding: 5px 10px; } .badge.badge-success:hover { background-color: #05a47b; border-color: #05a47b; } .badge.badge-danger { background-color: #F2385A; border-color: #F2385A; padding: 5px 10px; } .badge.badge-danger:hover { background-color: #e80f37; border-color: #e80f37; } .badge.badge-warning { background-color: #FFD800; border-color: #FFD800; padding: 5px 10px; } .badge.badge-warning:hover { background-color: #ccad00; border-color: #ccad00; } .badge.badge-info { background-color: #0093FF; border-color: #0093FF; padding: 5px 10px; } .badge.badge-info:hover { background-color: #0076cc; border-color: #0076cc; } .badge.badge-dark { background-color: #444; border-color: #444; padding: 5px 10px; } .badge.badge-dark:hover { background-color: #5e5e5e; border-color: #5e5e5e; } .badge.badge-light { background-color: #eaeaea; border-color: #eaeaea; padding: 5px 10px; } .badge.badge-light:hover { background-color: #d1d1d1; border-color: #d1d1d1; } .btn .badge { padding: .25em .4em; border-radius: 50px; top: 0; right: -4px; font-size: 12px; background: #fff; } .nav-pills .nav-link { color: #5e2572; } .nav-pills .nav-link.active { background-color: #5e2572; } .nav-pills .nav-link.disabled { color: #6c757d; } /* ============================ */ /* End Badges/* ============================ */ /* ============================ */ /* Cards/* ============================ */ .card_with_image { float: left; width: 100%; background: #fff; box-shadow: 0 1px 5px 0 rgba(5, 5, 5, 0.2); border-radius: 10px; padding-bottom: 0; } .card_with_image .rt_post_data { padding: 25px; float: left; width: 100%; } .card_with_image .blog_card_image { background: #212121; display: block; text-align: center; border-radius: 10px 10px 0 0; overflow: hidden; } .card_with_image .blog_card_date { text-align: center; padding-right: 20px; padding-left: 0; width: 10%; float: left; } @media only screen and (max-width:480px) { .card_with_image .blog_card_date { width: 20%; } } .card_with_image .blog_card_date h3 { line-height: 35px; margin-bottom: 0; } .card_with_image .blog_card_date p { font-size: 14px; } .card_with_image .blog_card_date .blog_chat_icon ul { padding: 0; margin: 0 auto; list-style: none; display: block; } .card_with_image .blog_card_date .blog_chat_icon ul li { margin: 0 auto; padding-left: 0; text-align: center; width: 74%; } .card_with_image .blog_card_date .blog_chat_icon ul li i { font-size: 20px; } .card_with_image .blog_card_date .blog_chat_icon span { font-size: 16px; } .card_with_image .blog_card_description { float: left; width: 90%; } @media only screen and (max-width:480px) { .card_with_image .blog_card_description { width: 80%; } } .card_with_image .blog_card_description .blog_data { float: left; width: 100%; } .card_with_image .blog_card_description .blog_data h3 { margin-top: 0; font-weight: 700; font-size: 20px; line-height: 28px; } @media only screen and (max-width:480px) { .card_with_image .blog_card_description .blog_data h3 { font-size: 18px; line-height: 30px; } } .card_with_image .blog_card_description .blog_data p { color: #656565; } .grid-item { margin-bottom: 0; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; } @media only screen and (max-width:991px) { .grid-item { width: 100%; float: left; } } .image_card { margin-right: 25px; transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1); background-color: #444; width: 100%; position: relative; border-radius: 12px; overflow: hidden; margin-bottom: 15px; box-shadow: 0px 10px 10px -7px rgba(0, 0, 0, 0.1); } .image_card:hover { box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1); transform: scale(1.1, 1.1); } .image_card:hover .card_author { color: #eaeaea; } .image_card:hover .card_img_hover_sec { height: 100%; opacity: 0.3; } .image_card:hover .card__info { background-color: transparent; position: relative; } .image_card:hover .card__info h3, .image_card:hover .card__info .card_by { color: #fff; } .image_card:hover .card_img_hover { opacity: 1; } .image_card .card_clock { width: 15px; vertical-align: middle; fill: #fff; } .image_card .card_date { font-size: 12px; color: #fff; vertical-align: middle; margin-left: 5px; } .image_card .card_info { float: right; } .image_card .card_img { visibility: hidden; background-size: cover; background-position: center; background-repeat: no-repeat; width: 100%; height: 275px; border-top-left-radius: 12px; border-top-right-radius: 12px; } .image_card .card_img_hover { position: absolute; padding: 16px; width: 100%; opacity: 0; top: 0; } .image_card .card_img_hover_sec { transition: 0.2s all ease-out; background-size: cover; background-position: center; background-repeat: no-repeat; width: 100%; position: absolute; height: 275px; top: 0; } .image_card .card__info { z-index: 2; background-color: #fff; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; padding: 26px 24px 34px 24px; } .image_card .card_title { margin-top: 5px; margin-bottom: 0; font-size: 20px; line-height: 30px; } .image_card .card_by { font-size: 11px; font-weight: 400; padding-bottom: 10px; display: inline-block; letter-spacing: 2px; text-transform: uppercase; } .image_card .card_author { font-weight: 600; text-decoration: none; color: #fa6c39; } .team_member { background: #fff none repeat scroll 0 0; border-radius: 10px; margin-bottom: 0; padding: 30px 25px; position: relative; text-align: center; -webkit-box-shadow: 3px 4px 9px -6px #cccccc; -moz-box-shadow: 3px 4px 9px -6px #cccccc; box-shadow: 3px 4px 9px -6px #cccccc; border: 1px solid #f9f9f9; width: 100%; } .team_member img { border-radius: 50%; margin: 0 auto 15px; width: auto; } .team_member .member_name { margin-bottom: 20px; } .team_member .member_name h3 { margin-bottom: 2px; margin-top: 10px; font-size: 20px; } @media only screen and (max-width:640px) { .team_member .member_name h3 { font-size: 18px; } } .team_member .member_name span { display: block; font-size: 12px; color: #666666; font-family: 'Roboto', sans-serif; font-weight: 300; } .team_member ul li { display: inline-block; padding-left: 5px; } .team_member ul li:before { display: none; } .team_member ul li:hover { background-color: #FFFFFF; border-color: #FFFFFF; transition: all 0.5s ease; } .team_member ul li i { color: #212529; display: inline-block; line-height: 30px; } @media only screen and (max-width:1200px) { .team_member ul li i { line-height: 20px; font-size: 11px; } } @media only screen and (max-width:991px) { .team_member ul li i { line-height: 30px; font-size: 18px; } } .team_member ul li i:hover { color: #212529; } .article_card { position: relative; float: left; overflow: hidden; background-color: #ffffff; color: #2B2B2B; text-align: center; font-size: 16px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); margin-bottom: 0 !important; } @media only screen and (max-width:768px) { .article_card { width: 100%; } } .article_card * { -webkit-box-sizing: border-box; box-sizing: border-box; } .article_card img { max-width: 100%; vertical-align: top; position: relative; width: 100%; } .article_card figcaption { padding: 10%; padding-bottom: calc(25%); background-color: #ffffff; } @media only screen and (min-width:600px) and (max-width:768px) { .article_card figcaption { padding: 5% 5% calc(15%); } } .article_card h3 { margin-top: 5px; margin-bottom: 0; } .article_card h3 a { font-size: 18px; line-height: 24px; color: #444; text-transform: uppercase; font-weight: 600; } .article_card h5 { font-weight: 400; margin: 0; text-transform: uppercase; color: #888; line-height: 18px; font-size: 12px; } .article_card footer { border-top: 1px solid rgba(0, 0, 0, 0.065); padding: 0 20px; font-size: 13px; line-height: 50px; text-align: left; position: absolute; bottom: 0; left: 0; width: 100%; } .article_card footer .icons { position: absolute; right: 20px; top: 0; } .article_card footer .icons i { display: inline-block; margin-right: 5px; font-size: 1em; } .article_card footer .icons>div { display: inline-block; margin-left: 8px; } .bg-card-primary, .bg-card-success, .bg-card-danger, .bg-card-warning, .bg-card-info, .bg-card-dark, .bg-card-secondary { color: #fff; } .bg-card-primary h4, .bg-card-success h4, .bg-card-danger h4, .bg-card-warning h4, .bg-card-info h4, .bg-card-dark h4, .bg-card-secondary h4 { color: #fff; line-height: 30px; } .bg-card-primary { background: #5e2572; } .bg-card-secondary { background: #fa6c39; } .bg-card-success { background: #06D6A0; } .bg-card-danger { background: #F2385A; } .bg-card-warning { background: #FFD800; } .bg-card-info { background: #0093FF; } .bg-card-dark { background: #444; } .bg-card-light { background: #eaeaea; } .bg-card-light p { color: #444; } .bg-card-light hr { border-color: #444; } .card-icon p { color: #757474; font-size: 12px; margin-bottom: 5px; } .card-icon span { font-size: 22px; color: #5e2572; } .card-icon i { font-size: 30px; margin-bottom: 14px; display: inline-block; color: #5e2572; } .profile_card .profile_image { margin-top: -80px; margin-bottom: 20px; } .profile_card .profile_image img { width: 128px; height: 128px; -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); border-radius: 100%; } .stats_bar { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .bg-primary-gradient { background: #8E2DE2; background: linear-gradient(to right, #8E2DE2 0%, #4A00E0 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8E2DE2', endColorstr='#4A00E0', GradientType=1); } .bg-success-gradient { background: #11998e; background: linear-gradient(to right, #11998e 0%, #38ef7d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#11998e', endColorstr='#38ef7d', GradientType=1); } .bg-warning-gradient { background: #FFD3A5; background: linear-gradient(to right, #FFD3A5 0%, #FD6585 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD3A5', endColorstr='#FD6585', GradientType=1); } .bg-warning-gradient i { color: #FD6585; } .bg-danger-gradient { background: #bc4e9c; background: linear-gradient(to right, #bc4e9c 0%, #f80759 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f80759', endColorstr='#bc4e9c', GradientType=1); } .bg-danger-gradient i { color: #f80759; } .bg-secondary-gradient { background: #EE9AE5; background: linear-gradient(to right, #EE9AE5 0%, #5961F9 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5961F9', endColorstr='#EE9AE5', GradientType=1); } .bg-secondary-gradient i { color: #5961F9; } .bg-primary { background-color: #5e2572 !important; color: #FFFFFF; } .bg-secondary { background-color: #fa6c39 !important; color: #FFFFFF; } .bg-success { background-color: #06D6A0 !important; } .bg-warning { background-color: #FFD800 !important; } .bg-danger { background-color: #F2385A !important; color: #FFFFFF; } .bg-info { background-color: #0093FF !important; color: #FFFFFF; } .bg-dark { background-color: #444 !important; color: #FFFFFF; } /* ============================ */ /* End Cards/* ============================ */ /* ============================ */ /* Dropdown/* ============================ */ .dropdown .btn { padding: 8px 24px; } .dropdown-toggle:after { font-family: themify; content: "\e64b"; border: none; font-size: 12px; vertical-align: middle; display: initial; } .dropup .dropdown-toggle:after { font-family: themify; content: "\e648"; border: none; font-size: 12px; vertical-align: middle; display: initial; } .dropright .dropdown-toggle:after { font-family: themify; content: "\e649"; border: none; font-size: 12px; vertical-align: middle; display: initial; } .dropleft .dropdown-toggle:after { font-family: themify; content: "\e64a"; border: none; font-size: 12px; vertical-align: middle; display: initial; } .dropleft .dropdown-toggle:before { display: none; } .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle { background-color: #3e194b; border-color: #3e194b; } .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle { background-color: #f94707; border-color: #f94707; } .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle { background-color: #05a47b; border-color: #05a47b; } .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle { background-color: #e80f37; border-color: #e80f37; } .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle { background-color: #ccad00; border-color: #ccad00; } .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle { background-color: #2b2b2b; border-color: #2b2b2b; } .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle { background-color: #d1d1d1; border-color: #d1d1d1; } .btn-split .btn { padding: 8px 30px; } .btn-split .btn.dropdown-toggle { padding: 8px 12px; } .btn-split .btn.dropdown-toggle.btn-primary { border-left: 1px solid #3e194b; } .btn-split .btn.dropdown-toggle.btn-secondary { border-left: 1px solid #f95a20; } .btn-split .btn.dropdown-toggle.btn-success { border-left: 1px solid #05bd8d; } .btn-split .btn.dropdown-toggle.btn-danger { border-left: 1px solid #e80f37; } .btn-split .btn.dropdown-toggle.btn-warning { border-left: 1px solid #ccad00; } .btn-split .btn.dropdown-toggle.btn-info { border-left: 1px solid #0076cc; } .btn-split .btn.dropdown-toggle.btn-dark { border-left: 1px solid #2b2b2b; } .btn-split .btn.dropdown-toggle.btn-light { border-left: 1px solid #d1d1d1; } /* ============================ */ /* End Dropdown/* ============================ */ /* ============================ */ /* List Group/* ============================ */ .list-group-item.active { background-color: #5e2572; border-color: #5e2572; } .list-group-item.active h3, .list-group-item.active h4, .list-group-item.active h5, .list-group-item.active a, .list-group-item.active p { color: #FFFFFF; } .list-group-item h5 { margin-bottom: 10px !important; } .list-group-item.list-group-item-primary { background-color: #5e2572; border-color: #5e2572; color: #FFFFFF; } .list-group-item.list-group-item-primary:hover { color: #FFFFFF; background-color: #3e194b; border-color: #3e194b; } .list-group-item.list-group-item-secondary { background-color: #fa6c39; border-color: #fa6c39; color: #FFFFFF; } .list-group-item.list-group-item-secondary:hover { color: #FFFFFF; background-color: #f94707; border-color: #f94707; } .list-group-item.list-group-item-success { background-color: #06D6A0; border-color: #06D6A0; color: #FFFFFF; } .list-group-item.list-group-item-success:hover { color: #FFFFFF; background-color: #05a47b; border-color: #05a47b; } .list-group-item.list-group-item-danger { background-color: #F2385A; border-color: #F2385A; color: #FFFFFF; } .list-group-item.list-group-item-danger:hover { color: #FFFFFF; background-color: #e80f37; border-color: #e80f37; } .list-group-item.list-group-item-warning { background-color: #FFD800; border-color: #FFD800; color: #FFFFFF; } .list-group-item.list-group-item-warning:hover { color: #FFFFFF; background-color: #ccad00; border-color: #ccad00; } .list-group-item.list-group-item-info { background-color: #0093FF; border-color: #0093FF; color: #FFFFFF; } .list-group-item.list-group-item-info:hover { color: #FFFFFF; background-color: #0076cc; border-color: #0076cc; } .list-group-item.list-group-item-dark { background-color: #444; border-color: #444; color: #FFFFFF; } .list-group-item.list-group-item-dark:hover { color: #FFFFFF; background-color: #2b2b2b; border-color: #2b2b2b; } .list-group-item.list-group-item-light { background-color: #eaeaea; border-color: #eaeaea; color: #000000; } .list-group-item.list-group-item-light:hover { color: #000000; background-color: #d1d1d1; border-color: #d1d1d1; } /* ============================ */ /* List Group/* ============================ */ /* ============================ */ /* Modal/* ============================ */ .modal-dialog.modal-xl { max-width: 100%; } /* ============================ */ /* End Modal/* ============================ */ /* ============================ */ /* Pagination/* ============================ */ .pagination li a { color: #5e2572; } .pagination li a:hover { color: #5e2572; } .pagination li.active .page-link { background: #5e2572; border-color: #5e2572; } /* ============================ */ /* End Pagination/* ============================ */ /* ============================ */ /* ProgressBar/* ============================ */ .progress-bar { background-color: #5e2572; } .progress-bar.bg-primary { background-color: #5e2572; } .progress-bar.bg-secondary { background-color: #fa6c39 !important; } .progress-bar.bg-success { background-color: #06D6A0 !important; } .progress-bar.bg-danger { background-color: #F2385A !important; } .progress-bar.bg-warning { background-color: #FFD800 !important; } .progress-bar.bg-info { background-color: #0093FF !important; } .progress-bar.bg-dark { background-color: #444 !important; } .progress-bar.bg-light { background-color: #eaeaea !important; } /* ============================ */ /* End ProgressBar/* ============================ */ /* ============================ */ /* Tabs/* ============================ */ .nav-tabs { border-color: #5e2572; } .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { background-color: #5e2572; border-color: #5e2572; color: #FFFFFF; } .nav-tabs .nav-link { color: #444; } .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { border-color: #5e2572; background-color: #5e2572; color: #fff; } .vertical_tabs a { text-align: center; margin-bottom: 10px; } .vertical_tabs a i { display: block; margin-bottom: 6px; } /* ============================ */ /* End Tabs/* ============================ */ /* ============================ */ /* Grid/* ============================ */ .grid-col { padding: 10px 15px; background: #f9f9f9; margin-bottom: 30px; color: #666; border: 1px solid #e3e6e8; } /* ============================ */ /* End Grid/* ============================ */ /* ============================ */ /* Icons/* ============================ */ .fw-icons { border: 1px solid #eaeaea; padding: 10px; margin: 0.5%; flex: 0 0 24%; } @media (max-width:640px) { .fw-icons { flex: 0 0 100%; } } .fw-icons a { color: #444; margin: 9px 0; display: inline-block; font-family: 'lato', sans-serif; } .fw-icons a:hover { color: #5e2572; } .fw-icons a i { width: 30px; font-size: 14px; color: #5e2572; } .icon-section { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .icon-section .icon-container { cursor: pointer; -ms-flex-preferred-size: calc(100% * (1/4)); flex-basis: calc(100% * (1/4)); } @media (max-width:767px) { .icon-section .icon-container { flex-basis: 100%; } } .icon-section .icon-container [class^="ti-"] { width: 30px; font-size: 14px; display: inline-block; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } .icon-section .icon-container:hover [class^="ti-"] { -webkit-transform: scale(2); transform: scale(2); -webkit-transform-origin: left center; transform-origin: left center; } .icon-section .icon-container:hover span { color: #5e2572; } .icon-section .icon-container:hover span.icon-name { -webkit-transform: translateX(10px); transform: translateX(10px); } .icon-section .icon-container span.icon-name { color: #444; margin: 9px 0; display: inline-block; font-family: 'lato', sans-serif; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #icons { transition: opacity .2s ease-in-out; padding-left: 5px; width: 100%; list-style: none; text-align: left; font-size: 1px; } #icons li { position: relative; z-index: 0; display: inline-block; padding: 22px; width: 85px; border-radius: 4px; list-style: none; text-align: center; font-weight: normal; font-size: 32px; cursor: pointer; } #icons li:hover { color: #5e2572; } #icons li.active { color: #5e2572; } .et-examples { color: #555; margin-left: 1px; vertical-align: middle; } .et-examples .box1 { display: block; width: 33%; float: left; padding: 0; border: 1px solid #e5e5e5; margin: -1px 0 0 -1px; font-size: 13px; } @media (max-width:640px) { .et-examples .box1 { width: 100%; } } .et-examples .box1 span { display: inline-block; margin-right: 5px; min-width: 70px; min-height: 70px; border-right: 1px solid #f1f1f1; line-height: 70px; text-align: center; font-size: 32px; } /* ============================ */ /* End Icons/* ============================ */ /* ============================ */ /* Maps/* ============================ */ #animated_chart, #curved_chart, #zoom_country_chart, #pattern_map, #capitals_map, #pie_map { height: 400px; } #google_map, #rt_cutom_marker { height: 600px; } .map-marker { /* adjusting for the marker dimensions so that it is centered on coordinates */ margin-left: -8px; margin-top: -8px; } .map-marker.map-clickable { cursor: pointer; } .pulse { width: 10px; height: 10px; border: 5px solid #5e2572; border-radius: 30px; background-color: #716f42; z-index: 10; position: absolute; } .map-marker .dot { border: 10px solid #7e3199; background: transparent; border-radius: 60px; height: 50px; width: 50px; -webkit-animation: pulse 3s ease-out; animation: pulse 3s ease-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; position: absolute; top: -20px; left: -20px; z-index: 1; opacity: 0; } @-webkit-keyframes pulse { 0% { -webkit-transform: scale(0); opacity: 0.0; } 25% { -webkit-transform: scale(0); opacity: 0.1; } 50% { -webkit-transform: scale(0.1); opacity: 0.3; } 75% { -webkit-transform: scale(0.5); opacity: 0.5; } 100% { -webkit-transform: scale(1); opacity: 0.0; } } /* ============================ */ /* End Maps/* ============================ */ /* ============================ */ /* Table/* ============================ */ .table { font-size: 14px; } .table th { font-weight: 600; } .table i { margin-right: 0; } table .progress { height: 8px; } .table-primary, .table-primary>td, .table-primary>th { background-color: #b163cd !important; color: #FFFFFF; } .table-success, .table-success>td, .table-success>th { background-color: #7afbda !important; } .table-warning, .table-warning>td, .table-warning>th { background-color: #ffef99 !important; } .table-secondary, .table-secondary>td, .table-secondary>th { background-color: #fedbce !important; } .table-danger, .table-danger>td, .table-danger>th { background-color: #fbc8d1 !important; } .table-dark, .table-dark>td, .table-dark>th { background-color: #919191 !important; color: #FFFFFF; } .table-light, .table-light>td, .table-light>th { background-color: white !important; } .single-table .table { margin-bottom: 0; } table tr th { border-bottom: none; } table tr th, table tr td { vertical-align: middle !important; padding: 15px 10px !important; font-size: 12px; font-weight: 500; } table tr th .badge, table tr td .badge { font-size: 12px; } .table .thead-light th { background-color: #f9f9f9 !important; border-color: #f9f9f9 !important; } .table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.03); } .data-tables table tr th, .data-tables table tr td { border-top: 1px solid rgba(120, 130, 140, 0.13) !important; } table tr td [class^="ti-"] { cursor: pointer; } .table-bordered td, .table-bordered th { border: 1px solid rgba(120, 130, 140, 0.13) !important; } .data-tables { font-size: 14px; } table.dataTable thead th, table.dataTable thead td { border-bottom: 1px solid rgba(120, 130, 140, 0.13) !important; } @media screen and (max-width:767px) { table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before { top: 3px !important; left: 44% !important; height: 10px !important; width: 10px !important; line-height: 10px !important; } table.dataTable { width: 100%; } } .dataTables_wrapper .dataTable thead .sorting:before, .dataTables_wrapper .dataTable thead .sorting_asc:before, .dataTables_wrapper .dataTable thead .sorting_asc_disabled:before, .dataTables_wrapper .dataTable thead .sorting_desc:before, .dataTables_wrapper .dataTable thead .sorting_desc_disabled:before { content: "\f3d7"; right: 17px; font-family: Ionicons; } .dataTables_wrapper .dataTable thead .sorting:after, .dataTables_wrapper .dataTable thead .sorting_asc:after, .dataTables_wrapper .dataTable thead .sorting_asc_disabled:after, .dataTables_wrapper .dataTable thead .sorting_desc:after, .dataTables_wrapper .dataTable thead .sorting_desc_disabled:after { content: "\f3d4"; right: 7px !important; font-family: Ionicons; } table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc { background-image: none !important; } div.dataTables_wrapper div.dataTables_length select { width: 76px; margin: 0 10px; } .dataTables_wrapper .dataTables_paginate .paginate_button { padding: 0 !important; } .dataTables_wrapper .dataTables_paginate .paginate_button:hover { background: transparent !important; border-color: transparent !important; } /* datatable-primary */ .datatable-primary thead { background: #5e2572; color: #fff; } .dataTables_wrapper .dataTables_paginate .paginate_button:hover { border: none; background: transparent; } .dataTables_wrapper .dataTables_paginate .paginate_button { padding: 0; border: none; margin-top: 20px; } table.dataTable.no-footer { border-bottom: 1px solid rgba(120, 130, 140, 0.13) !important; } table.dataTable thead th, table.dataTable thead td { border-bottom-color: transparent; } .datatable-primary .dataTables_paginate .page-item.active .page-link, .datatable-primary .dataTables_paginate .page-item .page-link:hover { background-color: #5e2572; border-color: #5e2572; color: #fff; } .datatable-primary .dataTables_paginate .page-link { color: #5e2572; border: 1px solid #5e2572; } .datatable-primary .dataTables_paginate .paginate_button.disabled, .datatable-primary .dataTables_paginate .paginate_button.disabled:hover, .datatable-primary .dataTables_paginate .paginate_button.disabled:active { color: #5e2572 !important; border: none; } .datatable-primary .dataTables_paginate .page-item.disabled .page-link { color: #9f98f7; background-color: #f9f9f9; border-color: #c9c6f5; } /* datatable-dark */ .datatable-dark thead { background: #444; color: #fff; } .datatable-dark .dataTables_paginate .page-item.active .page-link, .datatable-dark .dataTables_paginate .page-item .page-link:hover { background-color: #444; border-color: #444; color: #fff; } .datatable-dark .dataTables_paginate .page-link { color: #444; border: 1px solid #444; } .datatable-dark .dataTables_paginate .paginate_button.disabled, .datatable-dark .dataTables_paginate .paginate_button.disabled:hover, .datatable-dark .dataTables_paginate .paginate_button.disabled:active { color: #444 !important; border: none; } .datatable-dark .dataTables_paginate .page-item.disabled .page-link { color: #999; background-color: #f9f9f9; border-color: #999; } .jsgrid .jsgrid-pager { display: flex; padding-left: 0; list-style: none; border-radius: 4px; line-height: 40px; } .jsgrid .jsgrid-pager .page-item .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-page .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-page a { border-color: #f2f2f2; font-size: 14px; font-weight: 400; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-page a { position: relative; display: block; padding: 0.5rem 0.75rem; margin-left: -1px; line-height: 1.25; color: #5e2572; background-color: #fff; border: 1px solid #dee2e6; } .jsgrid .jsgrid-pager-page, .jsgrid .jsgrid-pager-nav-button { padding-left: 10px !important; padding-right: 0 !important; } .jsgrid .jsgrid-pager-current-page { padding: 9px 15px !important; font-weight: initial; line-height: initial; margin-left: 10px; background: #5e2572; color: #fff; height: 35px; margin-top: 3px; border-radius: 4px; } .jsgrid .jsgrid-mode-button { background-image: url("../images/js-grid.html") !important; } .jsgrid .jsgrid-button { background-image: url("../images/js-grid.html") !important; } .jsgrid .jsgrid-edit-row input[type='text'], .jsgrid .jsgrid-edit-row input[type='number'], .jsgrid .jsgrid-edit-row input[type='password'], .jsgrid .jsgrid-edit-row input[type='tel'], .jsgrid .jsgrid-edit-row input[type='email'], .jsgrid .jsgrid-edit-row select, .jsgrid .jsgrid-edit-row textarea, .jsgrid .jsgrid-filter-row input[type='text'], .jsgrid .jsgrid-filter-row input[type='number'], .jsgrid .jsgrid-filter-row input[type='password'], .jsgrid .jsgrid-filter-row input[type='tel'], .jsgrid .jsgrid-filter-row input[type='email'], .jsgrid .jsgrid-filter-row select, .jsgrid .jsgrid-filter-row textarea, .jsgrid .jsgrid-insert-row input[type='text'], .jsgrid .jsgrid-insert-row input[type='number'], .jsgrid .jsgrid-insert-row input[type='password'], .jsgrid .jsgrid-insert-row input[type='tel'], .jsgrid .jsgrid-insert-row input[type='email'], .jsgrid .jsgrid-insert-row select, .jsgrid .jsgrid-insert-row textarea { width: 100%; padding: 8px; background: #fff; border: 1px solid #eaeaea; } .jsgrid-header-row>.jsgrid-header-cell { font-weight: 600; } /* ============================ */ /* End Table/* ============================ */ /* ============================ */ /* Toastr/* ============================ */ .toast-title { font-weight: 700; } .toast-message { font-size: 14px; font-weight: 600; -ms-word-wrap: break-word; word-wrap: break-word; } .toast-message a, .toast-message label { color: #FFFFFF; } .toast-message a:hover { color: #CCC; text-decoration: none; } .toast-close-button { position: relative; right: -.3em; top: -.3em; float: right; font-size: 20px; font-weight: 700; color: #FFF; -webkit-text-shadow: 0 1px 0 #fff; text-shadow: 0 1px 0 #fff; opacity: .8; filter: alpha(opacity=80); line-height: 1; } .toast-close-button:focus, .toast-close-button:hover { color: #000; text-decoration: none; cursor: pointer; opacity: .4; filter: alpha(opacity=40); } .toast-close-button .rtl .toast-close-button { left: -.3em; float: left; right: .3em; } button.toast-close-button { padding: 0; cursor: pointer; background: 0 0; border: 0; -webkit-appearance: none; } .toastr_top_center { top: 12px; right: 12px; width: 100%; } .toastr_bottom_center { bottom: 12px; right: 12px; width: 100%; } .toastr_top_left { top: 12px; left: 12px; } .toastr_top_right { top: 12px; right: 12px; } .toastr_bottom_right { right: 12px; bottom: 12px; } .toastr_bottom_left { bottom: 12px; left: 12px; } #toast-container { position: fixed; z-index: 999999; pointer-events: none; } #toast-container * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } #toast-container>div { position: relative; pointer-events: auto; overflow: hidden; margin: 0 0 6px; padding: 15px 15px 15px 50px; width: 300px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background-position: 15px center; background-repeat: no-repeat; -moz-box-shadow: 0 0 12px #999; -webkit-box-shadow: 0 0 12px #999; box-shadow: 0 0 12px #999; color: #FFF; opacity: .8; filter: alpha(opacity=80); } #toastr_top_left, #toastr_top_right, #toastr_top_center, #toastr_bottom_left, #toastr_bottom_right, #toastr_bottom_center { position: fixed; z-index: 999999; pointer-events: none; } #toastr_top_left>div, #toastr_top_right>div, #toastr_top_center>div, #toastr_bottom_left>div, #toastr_bottom_right>div, #toastr_bottom_center>div { position: relative; pointer-events: auto; overflow: hidden; margin: 0 0 6px; padding: 15px 15px 15px 50px; width: 300px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background-position: 15px center; background-repeat: no-repeat; -moz-box-shadow: 0 0 12px #999; -webkit-box-shadow: 0 0 12px #999; box-shadow: 0 0 12px #999; color: #FFF; opacity: .8; font-size: 14px; filter: alpha(opacity=80); } #toast-container>div.rtl { direction: rtl; padding: 15px 50px 15px 15px; background-position: right 15px center; } #toastr_top_left>div:hover, #toastr_top_right>div:hover, #toastr_top_center>div:hover, #toastr_bottom_left>div:hover, #toastr_bottom_right>div:hover, #toastr_bottom_center>div:hover, #toast-container>div:hover { -moz-box-shadow: 0 0 12px #000; -webkit-box-shadow: 0 0 12px #000; box-shadow: 0 0 12px #000; opacity: 1; filter: alpha(opacity=100); cursor: pointer; } #toast-container.toastr_bottom_center>div, #toast-container.toastr_top_center>div, #toastr_bottom_center.toastr_bottom_center>div, #toastr_top_center.toastr_top_center>div { width: 300px; margin-left: auto; margin-right: auto; } .toast { background-color: #030303; } #toastr_bottom_right .toast-success, #toastr_bottom_center .toast-success, #toastr_bottom_left .toast-success, #toast-container .toast-success, #toastr_top_left .toast-success, #toastr_top_right .toast-success, #toastr_top_center .toast-success { background-color: #06D6A0; background-image: none; color: #fff; } #toastr_bottom_right .toast-error, #toastr_bottom_center .toast-error, #toastr_bottom_left .toast-error, #toastr_top_left .toast-error, #toastr_top_right .toast-error, #toastr_top_center .toast-error, #toast-container .toast-error { background-color: #F2385A; } #toastr_bottom_right .toast-info, #toastr_bottom_center .toast-info, #toastr_bottom_left .toast-info, #toast-container .toast-info, #toastr_top_right .toast-info, #toastr_top_center .toast-info, #toastr_top_left .toast-info { background-color: #5e2572; } #toastr_bottom_right .toast-warning, #toastr_bottom_center .toast-warning, #toastr_bottom_left .toast-warning, #toast-container .toast-warning, #toastr_top_left .toast-warning, #toastr_top_right .toast-warning, #toastr_top_center .toast-warning { background-color: #FFD800; } .toast-progress { position: absolute; left: 0; bottom: 0; height: 4px; background-color: #000; opacity: .4; filter: alpha(opacity=40); } @media all and (max-width:240px) { #toast-container>div { padding: 8px 8px 8px 50px; width: 11em; } #toast-container>div.rtl { padding: 8px 50px 8px 8px; } #toast-container .toast-close-button { right: -.2em; top: -.2em; } #toast-container .rtl .toast-close-button { left: -.2em; right: .2em; } } @media all and (min-width:241px) and (max-width:480px) { #toast-container>div { padding: 8px 8px 8px 50px; width: 18em; } #toast-container>div.rtl { padding: 8px 50px 8px 8px; } #toast-container .toast-close-button { right: -.2em; top: -.2em; } #toast-container .rtl .toast-close-button { left: -.2em; right: .2em; } } @media all and (min-width:481px) and (max-width:768px) { #toast-container>div { padding: 15px 15px 15px 50px; width: 25em; } #toast-container>div.rtl { padding: 15px 50px 15px 15px; } } /* ============================ */ /* End Toastr/* ============================ */ /* ============================ */ /* Sweet Alert/* ============================ */ .swal2-container .swal2-styled:not(.swal2-cancel) { background: #5e2572 !important; outline: none; } .swal2-popup .swal2-title { color: #444 !important; font-size: 24px !important; } /* ============================ */ /* End Sweet Alert/* ============================ */ /* ============================ */ /* Cropper/* ============================ */ .img-preview { overflow: hidden; float: left; background-color: #eee; width: 100%; text-align: center; margin-right: 10px; margin-bottom: 10px; } .preview-lg { width: 200px; height: 150px; } .img-container, .img-preview { background-color: #f7f7f7; text-align: center; width: 100%; } .preview-md { width: 150px; height: 120px; } .preview-sm { width: 100px; height: 75px; } /* ============================ */ /* End Cropper/* ============================ */ /* ============================ */ /* Loaders/* ============================ */ .ring_loader { display: inline-block; position: relative; width: 64px; height: 64px; } .ring_loader div { box-sizing: border-box; display: block; position: absolute; width: 51px; height: 51px; margin: 4px; border-radius: 50%; animation: ring_loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite; } .primary_ring_loader div { border: 4px solid #5e2572; border-color: #5e2572 transparent transparent transparent; } .secondary_ring_loader div { border: 4px solid #fa6c39; border-color: #fa6c39 transparent transparent transparent; } .success_ring_loader div { border: 4px solid #06D6A0; border-color: #06D6A0 transparent transparent transparent; } .warning_ring_loader div { border: 4px solid #FFD800; border-color: #FFD800 transparent transparent transparent; } .danger_ring_loader div { border: 4px solid #F2385A; border-color: #F2385A transparent transparent transparent; } .dark_ring_loader div { border: 4px solid #444; border-color: #444 transparent transparent transparent; } .ring_loader div:nth-child(1) { animation-delay: -0.45s; } .ring_loader div:nth-child(2) { animation-delay: -0.3s; } .ring_loader div:nth-child(3) { animation-delay: -0.15s; } @keyframes ring_loader { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .default_loader { display: inline-block; position: relative; width: 80px; height: 80px; } .default_loader div { position: absolute; width: 6px; height: 6px; border-radius: 50%; animation: default_loader 1.2s linear infinite; } .default_loader div:nth-child(1) { animation-delay: 0s; top: 37px; left: 66px; } .default_loader div:nth-child(2) { animation-delay: -0.1s; top: 22px; left: 62px; } .default_loader div:nth-child(3) { animation-delay: -0.2s; top: 11px; left: 52px; } .default_loader div:nth-child(4) { animation-delay: -0.3s; top: 7px; left: 37px; } .default_loader div:nth-child(5) { animation-delay: -0.4s; top: 11px; left: 22px; } .default_loader div:nth-child(6) { animation-delay: -0.5s; top: 22px; left: 11px; } .default_loader div:nth-child(7) { animation-delay: -0.6s; top: 37px; left: 7px; } .default_loader div:nth-child(8) { animation-delay: -0.7s; top: 52px; left: 11px; } .default_loader div:nth-child(9) { animation-delay: -0.8s; top: 62px; left: 22px; } .default_loader div:nth-child(10) { animation-delay: -0.9s; top: 66px; left: 37px; } .default_loader div:nth-child(11) { animation-delay: -1s; top: 62px; left: 52px; } .default_loader div:nth-child(12) { animation-delay: -1.1s; top: 52px; left: 62px; } @keyframes default_loader { 0%, 20%, 80%, 100% { transform: scale(1); } 50% { transform: scale(1.5); } } .loader_dual { display: inline-block; width: 50px; height: 50px; } .loader_dual:after { content: " "; display: block; width: 50px; height: 50px; margin: 8px; border-radius: 50%; animation: loader_dual 1.2s linear infinite; } .primary_dual_loader:after { border: 4px solid #5e2572; border-color: #5e2572 transparent #5e2572 transparent; } .secondary_dual_loader:after { border: 4px solid #fa6c39; border-color: #fa6c39 transparent #fa6c39 transparent; } .success_dual_loader:after { border: 4px solid #06D6A0; border-color: #06D6A0 transparent #06D6A0 transparent; } .warning_dual_loader:after { border: 4px solid #FFD800; border-color: #FFD800 transparent #FFD800 transparent; } .danger_dual_loader:after { border: 4px solid #F2385A; border-color: #F2385A transparent #F2385A transparent; } .dark_dual_loader:after { border: 4px solid #444; border-color: #444 transparent #444 transparent; } @keyframes loader_dual { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .roller_loader { display: inline-block; position: relative; width: 64px; height: 64px; } .roller_loader div { animation: roller_loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite; transform-origin: 32px 32px; } .roller_loader div:after { content: " "; display: block; position: absolute; width: 6px; height: 6px; border-radius: 50%; margin: -3px 0 0 -3px; } .roller_loader div:nth-child(1) { animation-delay: -0.036s; } .roller_loader div:nth-child(1):after { top: 50px; left: 50px; } .roller_loader div:nth-child(2) { animation-delay: -0.072s; } .roller_loader div:nth-child(2):after { top: 54px; left: 45px; } .roller_loader div:nth-child(3) { animation-delay: -0.108s; } .roller_loader div:nth-child(3):after { top: 57px; left: 39px; } .roller_loader div:nth-child(4) { animation-delay: -0.144s; } .roller_loader div:nth-child(4):after { top: 58px; left: 32px; } .roller_loader div:nth-child(5) { animation-delay: -0.18s; } .roller_loader div:nth-child(5):after { top: 57px; left: 25px; } .roller_loader div:nth-child(6) { animation-delay: -0.216s; } .roller_loader div:nth-child(6):after { top: 54px; left: 19px; } .roller_loader div:nth-child(7) { animation-delay: -0.252s; } .roller_loader div:nth-child(7):after { top: 50px; left: 14px; } .roller_loader div:nth-child(8) { animation-delay: -0.288s; } .roller_loader div:nth-child(8):after { top: 45px; left: 10px; } @keyframes roller_loader { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .primary_roller_loader div:after { background: #5e2572; } .secondary_roller_loader div:after { background: #fa6c39; } .success_roller_loader div:after { background: #06D6A0; } .warning_roller_loader div:after { background: #FFD800; } .danger_roller_loader div:after { background: #F2385A; } .dark_roller_loader div:after { background: #444; } .loader_rippler { display: inline-block; position: relative; width: 64px; height: 64px; } .loader_rippler div { position: absolute; border: 4px solid; opacity: 1; border-radius: 50%; animation: loader_rippler 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; } .loader_rippler div:nth-child(2) { animation-delay: -0.5s; } @keyframes loader_rippler { 0% { top: 28px; left: 28px; width: 0; height: 0; opacity: 1; } 100% { top: -1px; left: -1px; width: 58px; height: 58px; opacity: 0; } } .primary_ripple_loader div { border-color: #5e2572; } .secondary_ripple_loader div { border-color: #fa6c39; } .success_ripple_loader div { border-color: #06D6A0; } .warning_ripple_loader div { border-color: #FFD800; } .danger_ripple_loader div { border-color: #F2385A; } .dark_ripple_loader div { border-color: #444; } .spinner_loader { display: inline-block; position: relative; width: 64px; height: 64px; } .spinner_loader div { transform-origin: 32px 32px; animation: spinner_loader 1.2s linear infinite; } .spinner_loader div:after { content: " "; display: block; position: absolute; top: 3px; left: 29px; width: 5px; height: 14px; border-radius: 20%; } .spinner_loader div:nth-child(1) { transform: rotate(0deg); animation-delay: -1.1s; } .spinner_loader div:nth-child(2) { transform: rotate(30deg); animation-delay: -1s; } .spinner_loader div:nth-child(3) { transform: rotate(60deg); animation-delay: -0.9s; } .spinner_loader div:nth-child(4) { transform: rotate(90deg); animation-delay: -0.8s; } .spinner_loader div:nth-child(5) { transform: rotate(120deg); animation-delay: -0.7s; } .spinner_loader div:nth-child(6) { transform: rotate(150deg); animation-delay: -0.6s; } .spinner_loader div:nth-child(7) { transform: rotate(180deg); animation-delay: -0.5s; } .spinner_loader div:nth-child(8) { transform: rotate(210deg); animation-delay: -0.4s; } .spinner_loader div:nth-child(9) { transform: rotate(240deg); animation-delay: -0.3s; } .spinner_loader div:nth-child(10) { transform: rotate(270deg); animation-delay: -0.2s; } .spinner_loader div:nth-child(11) { transform: rotate(300deg); animation-delay: -0.1s; } .spinner_loader div:nth-child(12) { transform: rotate(330deg); animation-delay: 0s; } @keyframes spinner_loader { 0% { opacity: 1; } 100% { opacity: 0; } } .primary_spinner_loader div:after { background: #5e2572; } .secondary_spinner_loader div:after { background: #fa6c39; } .success_spinner_loader div:after { background: #06D6A0; } .warning_spinner_loader div:after { background: #FFD800; } .danger_spinner_loader div:after { background: #F2385A; } .dark_spinner_loader div:after { background: #444; } .dark_spinner_loader div:after { background: #444; } /* ============================ */ /* End Loaders/* ============================ */ /* ============================ */ /* Tour/* ============================ */ .hopscotch-bubble { background-color: #5e2572 !important; border: none !important; color: #FFFFFF !important; font-size: 13px !important; } .hopscotch-bubble .hopscotch-bubble-number { background: none !important; background-color: #fff !important; color: #444 !important; padding: 0 !important; border-radius: 50px !important; } .hopscotch-bubble h3 { color: #fff !important; } .hopscotch-bubble .hopscotch-nav-button.next { border-color: #eaeaea !important; color: #444 !important; margin: 0 0 0 10px; text-shadow: none !important; background-color: #FFFFFF !important; background-image: none !important; } .hopscotch-bubble .hopscotch-bubble-arrow-container.right { right: -33px !important; } .hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border { border-left: 17px solid #5e2572 !important; } .hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow { border-left: 17px solid #5e2572 !important; left: -3px !important; } .hopscotch-bubble .hopscotch-bubble-arrow-container.down { bottom: -33px !important; } .hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border { border-top: 17px solid #5e2572 !important; } .hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow { border-top: 17px solid #5e2572 !important; } .hopscotch-bubble .hopscotch-bubble-arrow-container.left { left: -15px !important; } .hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border { border-right: 17px solid #5e2572 !important; } .hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow { border-right: 17px solid #5e2572 !important; } .hopscotch-bubble .hopscotch-bubble-arrow-container.up { top: -15px !important; } .hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border { border-bottom: 17px solid #5e2572 !important; } .hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow { border-bottom: 17px solid #5e2572 !important; } /* ============================ */ /* End Tour/* ============================ */ /* ============================ */ /* Ladda Btn/* ============================ */ .ladda-button[disabled]:hover, .ladda-button[data-loading]:hover { cursor: default !important; } .primary-btn.ladda-button[disabled], .primary-btn.ladda-button[data-loading], .primary-btn.ladda-button[disabled]:hover, .primary-btn.ladda-button[data-loading]:hover { background-color: #7e3199 !important; } .secondary-btn.ladda-button[disabled], .secondary-btn.ladda-button[data-loading], .secondary-btn.ladda-button[disabled]:hover, .secondary-btn.ladda-button[data-loading]:hover { background-color: #fb916b !important; } .success-btn.ladda-button[disabled], .success-btn.ladda-button[data-loading], .success-btn.ladda-button[disabled]:hover, .success-btn.ladda-button[data-loading]:hover { background-color: #17f8be !important; } .warning-btn.ladda-button[disabled], .warning-btn.ladda-button[data-loading], .warning-btn.ladda-button[disabled]:hover, .warning-btn.ladda-button[data-loading]:hover { background-color: #ffe033 !important; } .danger-btn.ladda-button[disabled], .danger-btn.ladda-button[data-loading], .danger-btn.ladda-button[disabled]:hover, .danger-btn.ladda-button[data-loading]:hover { background-color: #f56882 !important; } .dark-btn.ladda-button[disabled], .dark-btn.ladda-button[data-loading], .dark-btn.ladda-button[disabled]:hover, .dark-btn.ladda-button[data-loading]:hover { background-color: #5e5e5e !important; } .light-btn.ladda-button[disabled], .light-btn.ladda-button[data-loading], .light-btn.ladda-button[disabled]:hover, .light-btn.ladda-button[data-loading]:hover { background-color: white !important; } .ladda-button[data-style=contract] { width: auto !important; } /* ============================ */ /* End Ladda Btn/* ============================ */ /* ============================ */ /* Dropzone/* ============================ */ .dropzone { cursor: pointer; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } .dropzone i { font-size: 60px; } .dropzone .dz-preview { margin: 10px !important; } .dropzone.dropzone-primary { border: 2px dashed #7e3199 !important; } .dropzone.dropzone-primary i { color: #7e3199; opacity: 0.5; } .dropzone.dropzone-secondary { border: 2px dashed #fb916b !important; } .dropzone.dropzone-secondary i { color: #fb916b; opacity: 0.5; } .dropzone.dropzone-success { border: 2px dashed #17f8be !important; } .dropzone.dropzone-success i { color: #17f8be; opacity: 0.5; } .dropzone.dropzone-warning { border: 2px dashed #ffe033 !important; } .dropzone.dropzone-warning i { color: #ffe033; opacity: 0.5; } .dropzone.dropzone-danger { border: 2px dashed #f56882 !important; } .dropzone.dropzone-danger i { color: #f56882; opacity: 0.5; } .dropzone.dropzone-dark { border: 2px dashed #5e5e5e !important; } .dropzone.dropzone-dark i { color: #5e5e5e; opacity: 0.5; } .dropzone.dropzone-light { border: 2px dashed #eaeaea !important; } .dropzone.dropzone-light i { color: #eaeaea; opacity: 0.5; } /* ============================ */ /* End Dropzone/* ============================ */ /* ============================ */ /* Forms/* ============================ */ .form-control:focus { color: #495057; background-color: #fff; border-color: #5e2572; outline: 0; box-shadow: none; } .form-control, .form-control:focus { outline: none; box-shadow: none; } .form-rounded { border-radius: 40px; } .form-control { font-size: 14px; border: 1px solid rgba(170, 170, 170, 0.3); } label { font-weight: 500; color: #666; display: inline-block; margin-bottom: 8px; } .font-14 { font-size: 14px; } .input-rounded { border-radius: 50px; } .custom-file-label, .custom-file-input, .custom-file { height: calc(2.25rem+7px); padding: 10.8px 12px; } .custom-file-label:after { height: calc(calc(2.25rem+7px) - 1px * 2); padding: 10.8px 12px; } .grid-col { padding: 10px 15px; background: #f3f8fb; margin-bottom: 30px; color: #666; border: 1px solid #e3e6e8; } .custom-control-label { margin-top: 2px; } .form-control-feedback { font-size: 14px; margin-top: 8px; font-weight: 500; color: #000; } .form-check .form-check-label { min-height: 18px; display: block; margin-left: 15px; font-size: 14px; line-height: 1; } .primary-checkbox.custom-checkbox .custom-control-input:checked~.custom-control-label::before, .primary-radio.custom-checkbox .custom-control-input:checked~.custom-control-label::before { background-color: #5e2572 !important; } .primary-checkbox.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before, .primary-radio.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before { background-color: #b163cd !important; } .primary-checkbox.custom-radio .custom-control-input:checked~.custom-control-label::before, .primary-radio.custom-radio .custom-control-input:checked~.custom-control-label::before { background-color: #5e2572 !important; } .primary-checkbox.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before, .primary-radio.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before { background-color: #b163cd !important; } .secondary-checkbox.custom-checkbox .custom-control-input:checked~.custom-control-label::before, .secondary-radio.custom-checkbox .custom-control-input:checked~.custom-control-label::before { background-color: #fa6c39 !important; } .secondary-checkbox.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before, .secondary-radio.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before { background-color: #fedbce !important; } .secondary-checkbox.custom-radio .custom-control-input:checked~.custom-control-label::before, .secondary-radio.custom-radio .custom-control-input:checked~.custom-control-label::before { background-color: #fa6c39 !important; } .secondary-checkbox.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before, .secondary-radio.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before { background-color: #fedbce !important; } .success-checkbox.custom-checkbox .custom-control-input:checked~.custom-control-label::before, .success-radio.custom-checkbox .custom-control-input:checked~.custom-control-label::before { background-color: #06D6A0 !important; } .success-checkbox.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before, .success-radio.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before { background-color: #7afbda !important; } .success-checkbox.custom-radio .custom-control-input:checked~.custom-control-label::before, .success-radio.custom-radio .custom-control-input:checked~.custom-control-label::before { background-color: #06D6A0 !important; } .success-checkbox.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before, .success-radio.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before { background-color: #7afbda !important; } .danger-checkbox.custom-checkbox .custom-control-input:checked~.custom-control-label::before, .danger-radio.custom-checkbox .custom-control-input:checked~.custom-control-label::before { background-color: #F2385A !important; } .danger-checkbox.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before, .danger-radio.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before { background-color: #fbc8d1 !important; } .danger-checkbox.custom-radio .custom-control-input:checked~.custom-control-label::before, .danger-radio.custom-radio .custom-control-input:checked~.custom-control-label::before { background-color: #F2385A !important; } .danger-checkbox.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before, .danger-radio.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before { background-color: #fbc8d1 !important; } .warning-checkbox.custom-checkbox .custom-control-input:checked~.custom-control-label::before, .warning-radio.custom-checkbox .custom-control-input:checked~.custom-control-label::before { background-color: #FFD800 !important; } .warning-checkbox.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before, .warning-radio.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before { background-color: #ffef99 !important; } .warning-checkbox.custom-radio .custom-control-input:checked~.custom-control-label::before, .warning-radio.custom-radio .custom-control-input:checked~.custom-control-label::before { background-color: #FFD800 !important; } .warning-checkbox.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before, .warning-radio.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before { background-color: #ffef99 !important; } .dark-checkbox.custom-checkbox .custom-control-input:checked~.custom-control-label::before, .dark-radio.custom-checkbox .custom-control-input:checked~.custom-control-label::before { background-color: #444 !important; } .dark-checkbox.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before, .dark-radio.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before { background-color: #919191 !important; } .dark-checkbox.custom-radio .custom-control-input:checked~.custom-control-label::before, .dark-radio.custom-radio .custom-control-input:checked~.custom-control-label::before { background-color: #444 !important; } .dark-checkbox.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before, .dark-radio.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before { background-color: #919191 !important; } .input-group-text { background-color: #f9f9f9 !important; border: 1px solid rgba(170, 170, 170, 0.3) !important; } .valid-tooltip { background-color: #48facc; } .custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid { border-color: #06D6A0; } .custom_checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; padding-left: 0; } .custom_checkbox .custom_check_label { min-height: 18px; display: block; margin-left: 1.75rem; font-size: 14px; line-height: 1.5; } .rtl .custom_checkbox .custom_check_label { margin-left: 0; margin-right: 1.75rem; } .custom_checkbox .custom_check_label input { position: absolute; top: 0; left: 0; margin-left: 0; margin-top: 0; z-index: 1; cursor: pointer; opacity: 0; filter: alpha(opacity=0); } .rtl .custom_checkbox .custom_check_label input { left: auto; right: 0; } .custom_checkbox .custom_check_label input[type="checkbox"]+.input-helper:before, .custom_checkbox .custom_check_label input[type="checkbox"]+.input-helper:after { position: absolute; top: 0; left: 0; } .rtl .custom_checkbox .custom_check_label input[type="checkbox"]+.input-helper:before, .rtl .custom_checkbox .custom_check_label input[type="checkbox"]+.input-helper:after { left: auto; right: 0; } .custom_checkbox .custom_check_label input[type="checkbox"]+.input-helper:before { content: ""; width: 20px; height: 20px; border-radius: 5px; border: solid #eaeaea; border-width: 2px; -webkit-transition-duration: 250ms; transition-duration: 250ms; } .custom_checkbox .custom_check_label input[type="checkbox"]+.input-helper:after { -webkit-transition-duration: 250ms; transition-duration: 250ms; font-family: Ionicons; font-style: normal; opacity: 0; filter: alpha(opacity=0); -webkit-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); content: "\f3fd"; font-weight: bold; color: #FFFFFF; left: 4px; font-size: 26px; top: 1px; } .custom_checkbox .custom_check_label input[type="checkbox"]:checked+.input-helper:before { background: #5e2572; border-width: 0; } .custom_checkbox .custom_check_label input[type="checkbox"]:checked+.input-helper:after { width: 18px; opacity: 1; line-height: 18px; filter: alpha(opacity=100); -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .custom_checkbox .custom_check_label input[type="checkbox"]:disabled+.input-helper:before { border-color: #eaeaea; } .custom_checkbox .custom_check_label input[type="checkbox"]:disabled:checked+.input-helper:after { background: #5e2572; color: #eaeaea; } .custom_checkbox .custom_check_label input[type="radio"]+.input-helper:before { position: absolute; content: ""; top: 0; left: 0; border: solid #eaeaea; border-width: 2px; width: 20px; height: 20px; border-radius: 50%; -webkit-transition-duration: 250ms; transition-duration: 250ms; } .rtl .custom_checkbox .custom_check_label input[type="radio"]+.input-helper:before { left: auto; right: 0; } .custom_checkbox .custom_check_label input[type="radio"]+.input-helper:after { content: ""; width: 8px; height: 8px; color: #FFFFFF; background: #5e2572; border-radius: 50%; top: 6px; left: 6px; -webkit-transition: all; -o-transition: all; transition: all; -webkit-transition-duration: 250ms; transition-duration: 250ms; opacity: 0; filter: alpha(opacity=0); -webkit-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); position: absolute; } .rtl .custom_checkbox .custom_check_label input[type="radio"]+.input-helper:after { left: auto; right: 6px; } .custom_checkbox .custom_check_label input[type="radio"]:checked+.input-helper:before { background: #5e2572; border: 2px solid #5e2572; } .custom_checkbox .custom_check_label input[type="radio"]:checked+.input-helper:after { opacity: 1; line-height: 1.5; filter: alpha(opacity=100); -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .custom_checkbox .custom_check_label input[type="radio"]:disabled+.input-helper:before { border-color: #eaeaea; } .custom_checkbox .custom_check_label input[type="radio"]:disabled:checked+.input-helper:before { background: #5e2572; } .custom_checkbox .custom_check_label input[type="radio"]:disabled:checked+.input-helper:after { background: #eaeaea; } /* ============================ */ /* End Forms/* ============================ */ /* ============================ */ /* Calendar/* ============================ */ .full_calendar table tr td { vertical-align: middle !important; padding: initial !important; } .full_calendar .fc-event { border: none; padding: 3px !important; text-align: center; } .full_calendar a { color: #fff !important; font-size: 12px; } .full_calendar.fc-unthemed .fc-toolbar .fc-button:focus, .full_calendar.fc-unthemed .fc-toolbar .fc-button:active, .full_calendar.fc-unthemed .fc-toolbar .fc-button.fc-state-active { background: #5e2572; color: #fff; border: 1px solid #5e2572; -webkit-box-shadow: none; box-shadow: none; text-shadow: none; } .full_calendar.fc-unthemed .fc-toolbar .fc-button { color: #a1a8c3; background: transparent; border: 1px solid #ebedf2; text-shadow: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; } .full_calendar.fc-unthemed .fc-toolbar .fc-button:hover { background: #f7f8fa; border: 1px solid #ebedf2; color: #a1a8c3; } .full_calendar.fc-unthemed .fc-toolbar .fc-button { outline: none !important; font-size: 14px; } .full_calendar.fc-unthemed .fc-toolbar h2 { font-size: 1.2rem; font-weight: 500; text-transform: uppercase; margin-top: 0.75rem; margin: 0; } .external-event { padding: 5px 10px; font-weight: 500; margin-bottom: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); border-radius: 3px; cursor: move; text-align: center; } /* ============================ */ /* End Calendar/* ============================ */ /* ============================ */ /* Mail Box/* ============================ */ .mail_content { padding: 30px; background-color: #ffffff; border: 1px solid #e8e8e8; } .mail_content .fa.fa-star { color: #FFD800; } @media screen and (max-width:991px) { .mail_content .mail_list .label-primary, .mail_content .mail_list .label-secondary, .mail_content .mail_list .label-danger, .mail_content .mail_list .label-warning, .mail_content .mail_list .label-success { display: inline-block; margin-bottom: 10px; } } @media screen and (max-width:991px) { .mail_content .all_mails_btn { float: none !important; margin-top: 20px; } } .recipient { font-size: 13px; margin-top: 5px; color: #666; font-weight: 600; } .mailbox-time { font-size: 11px; color: #868383; font-weight: 500; } @media screen and (max-width:991px) { .reply_btn { float: none !important; } } .mailbox-attachments li { float: left; width: 200px; border: 1px solid #eee; margin-bottom: 10px; margin-right: 10px; } .mailbox-attachments li .btn-primary { position: relative; overflow: hidden; height: 20px; width: 25px; } .mailbox-attachments li .btn-primary i { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 12px; } .mailbox-attachments .mailbox-attachment-name { font-weight: bold; color: #666; } .mailbox-attachments .mailbox-attachment-icon, .mailbox-attachments .mailbox-attachment-info, .mailbox-attachments .mailbox-attachment-size { display: block; } .mailbox-attachments .mailbox-attachment-info { padding: 10px; background: #f4f4f4; } .mailbox-attachments .mailbox-attachment-size { color: #999; font-size: 12px; } .mailbox-attachments .mailbox-attachment-icon { text-align: center; font-size: 65px; color: #666; padding: 20px 10px; } .mailbox-attachments .mailbox-attachment-icon.has-img { padding: 0; } .mailbox-attachments .mailbox-attachment-icon.has-img>img { max-width: 100%; height: auto; } .label-primary, .label-secondary, .label-danger, .label-warning, .label-success { padding: 5px; background: #5e2572; color: #fff; border-radius: 4px; text-align: center; font-size: 12px; } .label-secondary { background: #fa6c39; } .label-success { background: #06D6A0; } .label-warning { background: #FFD800; } .label-danger { background: #F2385A; } .mail_tabs { margin-top: 30px; border: 1px solid #eaeaea; border-radius: 9px; overflow: hidden; } .mail_tabs li { display: block; } .mail_tabs li a { display: block; color: #555555; padding: 10px 15px; text-decoration: none; background-color: #ffffff; margin-bottom: 1px; } .mail_tabs li a i { font-size: 14px; margin-right: 10px; } .mail_tabs li.active a, .mail_tabs li a:hover { background-color: #f5f5f5; color: #5e2572; } .inbox_numb { -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; width: 30px; height: 30px; display: inline-block; text-align: center; line-height: 30px; margin-left: 5px; } .mail_head { display: inline-block; width: auto; float: left; margin: 0; font-size: 20px; } .mail_more_btn, .mail_nav, .mail_count_nav { margin: 30px 0; } .mail_list table tr td:nth-child(4) { font-size: 95%; } .mail_list table tr td:nth-child(5) { font-size: 85%; } .mail_list table tr.unread td:nth-child(3) { font-weight: 700; } .mail_list table tr td:nth-child(3), .mail_list table tr td:nth-child(4), .mail_list table tr td:nth-child(5), .mail_list table .star { cursor: pointer; } /* ============================ */ /* End Mailbox/* ============================ */ /* ============================ */ /* Gallery/* ============================ */ #mt_portfolio.portfolio_col_2 { padding-top: 0 !important; } #mt_portfolio.portfolio_col_2 .portfolio_grid { width: calc(50% - 25px); margin: 10px; } @media only screen and (max-width:767px) { #mt_portfolio.portfolio_col_2 .portfolio_grid { padding: 0 15px; width: 97% !important; } } @media only screen and (max-width:480px) { #mt_portfolio.portfolio_col_2 .portfolio_grid { width: 95%; } } #mt_portfolio .portfolio_grid { width: calc(33.3333333% - 25px); height: auto; margin: 12px; float: left; position: relative; } @media only screen and (max-width:767px) { #mt_portfolio .portfolio_grid { margin-left: 0; } } @media only screen and (max-width:767px) { #mt_portfolio .portfolio_grid { padding: 0 15px; width: 97%; } } @media only screen and (max-width:480px) { #mt_portfolio .portfolio_grid { width: 95%; } } #mt_portfolio .portfolio_item h2 { margin-top: 15px; } #mt_portfolio li:after { display: none; } #mt_portfolio li:before { display: none; } #mt_portfolio .portfolio_row { margin-top: 30px; } @media only screen and (max-width:767px) { #mt_portfolio .portfolio_row { margin-top: 0; } } #mt_portfolio .portfolio_hover * { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.25s ease; transition: all 0.25s ease; } #mt_portfolio .portfolio_hover:before { position: absolute; top: 10px; bottom: 10px; left: 10px; right: 10px; top: 100%; content: ''; background-color: #212529; -webkit-transition: all 0.25s ease; transition: all 0.25s ease; -webkit-transition-delay: 0.25s; transition-delay: 0.25s; } @media only screen and (max-width:767px) { #mt_portfolio .portfolio_hover:before { right: 25px; left: 25px; } } #mt_portfolio .portfolio_hover img { vertical-align: top; max-width: 100%; backface-visibility: hidden; } #mt_portfolio .portfolio_hover figcaption { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 1; align-items: center; display: flex; flex-direction: column; justify-content: center; } #mt_portfolio .portfolio_hover h3, #mt_portfolio .portfolio_hover h5 { margin: 0; opacity: 0; letter-spacing: 1px; } #mt_portfolio .portfolio_hover h3 { -webkit-transform: translateY(-100%); transform: translateY(-100%); text-transform: uppercase; font-weight: 600; font-size: 18px; color: #FFFFFF; -webkit-transition-delay: 0.05s; transition-delay: 0.05s; margin-bottom: 5px; } @media only screen and (max-width:767px) { #mt_portfolio .portfolio_hover h3 { font-size: 16px; } } #mt_portfolio .portfolio_hover h5 { font-weight: normal; padding: 3px 10px; -webkit-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition-delay: 0s; transition-delay: 0s; } #mt_portfolio .portfolio_hover .open_img h5 { background: #FFFFFF; border-radius: 50%; color: #212529; display: block; height: 40px; text-align: center; width: 40px; } #mt_portfolio .portfolio_hover:hover:before, #mt_portfolio .portfolio_hover.hover:before { top: 10px; -webkit-transition-delay: 0s; transition-delay: 0s; } #mt_portfolio .portfolio_hover:hover h3, #mt_portfolio .portfolio_hover.hover h3, #mt_portfolio .portfolio_hover:hover h5, #mt_portfolio .portfolio_hover.hover h5 { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; } #mt_portfolio .portfolio_hover:hover h3, #mt_portfolio .portfolio_hover.hover h3 { -webkit-transition-delay: 0.3s; transition-delay: 0.3s; } #mt_portfolio .portfolio_hover:hover h5, #mt_portfolio .portfolio_hover.hover h5 { -webkit-transition-delay: 0.2s; transition-delay: 0.2s; } figure.portfolio_item { color: #fff; position: relative; overflow: hidden; background: #000000; text-align: left; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 8px; } figure.portfolio_item * { -webkit-box-sizing: border-box; box-sizing: border-box; } figure.portfolio_item img { opacity: 1; width: 100%; -webkit-transition: opacity 0.35s; transition: opacity 0.35s; } figure.portfolio_item>div { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } figure.portfolio_item>div::before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ''; opacity: 0; -webkit-transition: opacity 0.4s; transition: opacity 0.4s; -webkit-transition-delay: 0.3s; transition-delay: 0.3s; background-image: linear-gradient(-45deg, #000000 0%, black 40%, black); } figure.portfolio_item h2 a, .portfolio_cat { font-weight: 700; font-size: 20px; top: 0; opacity: 0; padding: 25px; margin: 0; position: relative; color: transparent; text-shadow: 0 0 10px #ffffff; -webkit-transition: all 0.4s; transition: all 0.4s; -webkit-transition-delay: 0s; transition-delay: 0s; } .portfolio_cat { top: 55px; position: absolute; padding-left: 26px; padding-top: 0; line-height: 10px; } .portfolio_cat li { display: inline-block; color: #fafafa; padding: 0; margin: 0; font-size: 12px; opacity: 0.5; letter-spacing: 2px; } figure.portfolio_item h2 span { font-weight: 800; } figure.portfolio_item i { display: inline-block; font-size: 28px; color: #000; position: absolute; bottom: 20px; right: 0px; opacity: 0; z-index: 1; -webkit-transition: 0.05s linear; transition: 0.05s linear; -webkit-transition-delay: 0.4s; transition-delay: 0.4s; background: #fff; border-radius: 50%; width: 40px; height: 40px; text-align: center; line-height: 40px; } figure.portfolio_item .curl { width: 0px; height: 0px; position: absolute; bottom: 0; right: 0; background: linear-gradient(135deg, #ffffff, #f3f3f3 20%, #bbbbbb 38%, #aaaaaa 44%, #888888 50%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.3)); box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); transition: all .4s ease; -webkit-transition-delay: 0.3s; transition-delay: 0.3s; } figure.portfolio_item .curl:before, figure.portfolio_item .curl:after { content: ''; position: absolute; z-index: -1; left: 12%; bottom: 6%; width: 70%; max-width: 300px; max-height: 100px; height: 55%; box-shadow: 0 12px 15px rgba(0, 0, 0, 0.3); transform: skew(-10deg) rotate(-6deg); } figure.portfolio_item .curl:after { left: auto; right: 6%; bottom: auto; top: 14%; transform: skew(-15deg) rotate(-84deg); } figure.portfolio_item.hover>div .portfolio_cat, figure.portfolio_item:hover>div .portfolio_cat, figure.portfolio_item:hover>div h2 a, figure.portfolio_item.hover>div h2 a { opacity: 1; text-shadow: 0 0 0px #ffffff; -webkit-transition-delay: 0.3s; transition-delay: 0.3s; } figure.portfolio_item:hover>div::before, figure.portfolio_item.hover>div::before { opacity: 1; -webkit-transition-delay: 0s; transition-delay: 0s; } figure.portfolio_item:hover i, figure.portfolio_item.hover i { opacity: 0.9; -webkit-transition-delay: 0.15s; transition-delay: 0.15s; right: 15px; transition: 0.5s all ease; } figure.portfolio_item:hover .curl, figure.portfolio_item.hover .curl { width: 90px; height: 90px; -webkit-transition-delay: 0s; transition-delay: 0s; } /* ============================ */ /* End Gallery/* ============================ */ /* ============================ */ /* Login/* ============================ */ .limiter { width: 100%; margin: 0 auto; } .container-login100 { width: 100%; min-height: 100vh; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; background: #f2f2f2; } .wrap-login100 { width: 100%; background: #fff; overflow: hidden; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; flex-wrap: wrap; align-items: stretch; flex-direction: row-reverse; } .login100-more { width: calc(100% - 560px); background-repeat: no-repeat; background-size: cover; background-position: center; position: relative; z-index: 1; } .login100-more::before { content: ""; display: block; position: absolute; z-index: -1; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0, 0, 0, 0.1); } .login100-form { width: 560px; min-height: 100vh; display: block; background-color: #f7f7f7; padding: 133px 55px 55px 55px; } .login100-form-title { width: 100%; display: block; font-size: 30px; color: #333333; line-height: 1.2; text-align: center; } @media (max-width:992px) { .login100-form { width: 50%; padding-left: 30px; padding-right: 30px; } .login100-more { width: 50%; } } @media (max-width:768px) { .login100-form { width: 100%; } .login100-more { display: none; } } @media (max-width:576px) { .login100-form { padding-left: 15px; padding-right: 15px; padding-top: 70px; } } .login-bg, .register-bg { height: 100vh; background: url(../images/login-bg.html) no-repeat; background-size: cover; width: 470px; float: left; position: relative; } .register-bg { background: url(../images/register-bg.html) no-repeat; -webkit-background-size: cover; background-size: cover; } @media only screen and (max-width:767px) { .login_txt { display: none; } } .login-overlay { height: 100%; display: block; position: absolute; width: 100%; background: rgba(29, 29, 38, 0.7); top: 0; left: 0; z-index: 1; } .login-left { position: absolute; top: 50%; text-align: center; z-index: 2; left: 50%; transform: translate(-50%, -50%); width: 100%; } .login-left p { font-size: 15px; color: #fff; width: 82%; margin: 50px auto; } .login-left a { display: inline-block; border-radius: 30px; padding: 10px 30px; } .login-form { width: calc(100% - 470px); float: left; position: relative; } .login-form form { position: absolute; top: 50%; z-index: 2; left: 50%; transform: translate(-50%, -50%); width: 50%; background: #fff; border-radius: 10px; -webkit-box-shadow: 0 18px 37.7px 15.3px rgba(0, 0, 0, 0.07); -moz-box-shadow: 0 18px 37.7px 15.3px rgba(0, 0, 0, 0.07); box-shadow: 0 18px 37.7px 15.3px rgba(0, 0, 0, 0.07); } .login-form form h2 { color: #444; font-weight: 500; } .login-form form .input-group { padding-bottom: 12px; border-bottom: solid 1px rgba(0, 0, 0, 0.4); } .login-area { background: #f9f9f9; } .login-form-body { padding: 50px; } .form-gp { margin-bottom: 25px; position: relative; } .form-gp label { position: absolute; left: 0; top: 0; color: #b3b2b2; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; font-size: 12px; } .form-gp.focused label { top: -15px; color: #5e2572; } .form-gp input { width: 100%; height: 30px; border: none; border-bottom: 1px solid #e6e6e6; font-size: 12px; } .form-gp input::-webkit-input-placeholder { color: #dad7d7; } .form-gp input::-moz-placeholder { color: #dad7d7; } .form-gp input:-ms-input-placeholder { color: #dad7d7; } .form-gp input:-moz-placeholder { color: #dad7d7; } .form-gp i { position: absolute; right: 5px; bottom: 15px; color: #5e2572; font-size: 16px; } .rmber-area { font-size: 13px; } .submit-btn-area { text-align: center; } .submit-btn-area button { width: 100%; height: 50px; border-radius: 40px; text-transform: uppercase; letter-spacing: 0; font-weight: 600; font-size: 12px; box-shadow: 0 0 22px rgba(0, 0, 0, 0.07); -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } .submit-btn-area button i { margin-left: 15px; -webkit-transition: margin-left 0.3s ease 0s; transition: margin-left 0.3s ease 0s; } .submit-btn-area button:hover i { margin-left: 20px; } .login-other a { display: block; width: 100%; max-width: 250px; height: 43px; line-height: 43px; border-radius: 40px; text-transform: capitalize; letter-spacing: 0; font-weight: 600; font-size: 12px; box-shadow: 0 0 22px rgba(0, 0, 0, 0.07); } .login-other a i { margin-left: 5px; } .login-other a.fb-login { background: #3b5998; color: #fff; } .login-other a.fb-login:hover { box-shadow: 0 5px 15px rgba(44, 113, 218, 0.38); } .login-other a.google-login { background: #DD4B39; color: #fff; } .login-other a.google-login:hover { box-shadow: 0 5px 15px rgba(251, 87, 87, 0.38); } .form-footer a { margin-left: 5px; } @media only screen and (max-width:1100px) { .login-form { float: left; width: 100%; } .login-form form { padding: 50px 30px 20px; position: static; transform: inherit; width: 100%; } .credentials-form form { width: 90%; padding: 0; position: absolute; transform: translate(-50%, -50%); } .login-bg, .register-bg { width: 100%; height: auto; } .login-left { display: block; left: 0; position: relative; right: 0; top: 0; transform: inherit; z-index: 10; padding: 30px; } } /* login-s3 */ .lock-screen { background: url(../images/login-bg.html) center/cover no-repeat; position: relative; z-index: 1; height: 100vh; } .lock-screen .login-form { height: 100%; margin: 0 auto; display: block; float: none; } .lock-screen:before { content: ''; position: absolute; left: 0; top: 0; z-index: -1; height: 100%; width: 100%; background: #272727; opacity: 0.7; } .lock-form-head { text-align: center; background: #5e2572; padding: 40px; color: #fff; border-radius: 10px 10px 0 0; } .lock-form-head h4 { color: #fff; } /* ============================ */ /* End Login/* ============================ */ /* ============================ */ /* Error/* ============================ */ #notfound { position: relative; height: 100vh; } #notfound .notfound { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .notfound { max-width: 410px; width: 100%; text-align: center; } .notfound .notfound-404 { height: 280px; position: relative; z-index: -1; } .notfound .notfound-404 h1 { font-size: 230px; margin: 0px; font-weight: 900; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); background: url("../images/register-bg.html") no-repeat; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-size: cover; background-position: center; } .notfound h2 { color: #000; font-size: 24px; font-weight: 700; text-transform: uppercase; margin-top: 0; } .notfound p { color: #000; font-size: 14px; font-weight: 400; margin-bottom: 20px; margin-top: 0px; } .notfound a { font-size: 14px; text-decoration: none; text-transform: uppercase; display: inline-block; padding: 15px 30px; color: #fff; font-weight: 700; -webkit-box-shadow: 0px 4px 15px -5px #5e2572; box-shadow: 0px 4px 15px -5px #5e2572; } @media only screen and (max-width:767px) { .notfound .notfound-404 { height: 142px; } .notfound .notfound-404 h1 { font-size: 112px; } } /* ============================ */ /* End Error/* ============================ */ /* ============================ */ /* Invoice/* ============================ */ .invoice-head { margin-bottom: 30px; border-bottom: 1px solid #efebeb; padding-bottom: 20px; } .invoice-head .iv-left span { color: #444; } .invoice-head span { font-size: 21px; font-weight: 700; color: #777; } .invoice-address h3 { font-size: 24px; text-transform: uppercase; font-weight: 600; color: #333; margin-bottom: 15px; } .invoice-address h5 { font-size: 17px; margin-bottom: 10px; } .invoice-address p { font-size: 15px; color: #555; } .invoice-date li { font-size: 15px; color: #555; font-weight: 700; margin-bottom: 5px; } .invoice-table .table-bordered td, .invoice-table .table-bordered th { border: 1px solid rgba(120, 130, 140, 0.13) !important; border-left: none !important; border-right: none !important; } .invoice-table tr td { color: #666; } .invoice-table tfoot tr td { text-transform: uppercase; font-weight: 600; color: #444; } .invoice-buttons a { display: inline-block; font-size: 15px; color: #fff; background: #815ef6; padding: 12px 19px; border-radius: 3px; text-transform: capitalize; font-family: 'Lato', sans-serif; font-weight: 600; letter-spacing: 0.03em; margin-left: 6px; } .invoice-buttons a:hover { background: #574494; } /* ============================ */ /* End Invoice/* ============================ */ /* ====================== */ /* Pricing */ /* ====================== */ #mt_pricing .main_pricing_conatiner.highlight_pricing { background: #5e2572; } #mt_pricing .main_pricing_conatiner.highlight_pricing:hover a { color: #FFFFFF; background: #212529 !important; transition: all 0.5s ease; text-shadow: initial; -ms-box-shadow: -1px 4px 36px 0 rgba(0, 0, 0, 0.61); -o-box-shadow: -1px 4px 36px 0 rgba(0, 0, 0, 0.61); -webkit-box-shadow: -1px 4px 36px 0 rgba(0, 0, 0, 0.61); -moz-box-shadow: -1px 4px 36px 0 rgba(0, 0, 0, 0.61); box-shadow: -1px 4px 36px 0 rgba(0, 0, 0, 0.61); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } #mt_pricing .main_pricing_conatiner.highlight_pricing .price_listing ul li { color: #FFFFFF; } #mt_pricing .main_pricing_conatiner.highlight_pricing .price_listing ul li:before { background: #FFFFFF !important; } #mt_pricing .main_pricing_conatiner.highlight_pricing h2 { color: #FFFFFF !important; } #mt_pricing .main_pricing_conatiner.highlight_pricing h2 .price_icon i { color: #FFFFFF !important; } #mt_pricing .main_pricing_conatiner.highlight_pricing .price_tag { color: #FFFFFF !important; } #mt_pricing .main_pricing_conatiner.highlight_pricing .per_month { color: #FFFFFF !important; } #mt_pricing .main_pricing_conatiner.highlight_pricing .mt_btn_color { background: #FFFFFF; color: #212529; } #mt_pricing .main_pricing_conatiner { background: #FFFFFF none repeat scroll 0 0; overflow: hidden; -webkit-box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61); -moz-box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61); -o-box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61); -ms-box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61); box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61); } @media only screen and (max-width:991px) { #mt_pricing .main_pricing_conatiner { margin-bottom: 40px; } } #mt_pricing .main_pricing_conatiner:hover a { color: #f9f9f9; background-color: #444444 !important; transition: all 0.5s ease; text-shadow: initial; -ms-box-shadow: -1px 4px 36px 0 rgba(204, 204, 204, 0.61); -o-box-shadow: -1px 4px 36px 0 rgba(204, 204, 204, 0.61); -webkit-box-shadow: -1px 4px 36px 0 rgba(204, 204, 204, 0.61); -moz-box-shadow: -1px 4px 36px 0 rgba(204, 204, 204, 0.61); box-shadow: -1px 4px 36px 0 rgba(204, 204, 204, 0.61); } #mt_pricing .main_pricing_conatiner .price { padding: 35px 0 0; text-align: center; position: relative; } #mt_pricing .main_pricing_conatiner .price h2 { font-weight: 500; margin-bottom: 5px; color: #212529; } @media only screen and (max-width:480px) { #mt_pricing .main_pricing_conatiner .price h2 { font-size: 24px; margin-bottom: 0; margin-top: 0; } } #mt_pricing .main_pricing_conatiner .price h2 .price_icon { display: block; margin-bottom: 6px; } #mt_pricing .main_pricing_conatiner .price h2 .price_icon i { color: #212529; font-size: 65px; } #mt_pricing .main_pricing_conatiner .price .price_tag { font-size: 48px; font-weight: 500; color: #212529; position: relative; } @media only screen and (max-width:480px) { #mt_pricing .main_pricing_conatiner .price .price_tag { font-size: 40px; } } #mt_pricing .main_pricing_conatiner .price .price_tag .currency { font-size: 28px; left: -18px; position: absolute; } #mt_pricing .main_pricing_conatiner .price .per_month { font-size: 14px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: #212529; } #mt_pricing .main_pricing_conatiner .price_listing { padding: 25px 40px 8px; } #mt_pricing .main_pricing_conatiner .price_listing ul { text-align: center; } #mt_pricing .main_pricing_conatiner .price_listing ul li { margin-bottom: 15px; } #mt_pricing .main_pricing_conatiner .price_listing ul li:before { width: 10px; height: 10px; border-radius: 50%; } @media only screen and (max-width:480px) { #mt_pricing .main_pricing_conatiner .price_listing { padding: 30px 10px 25px 10px; } } #mt_pricing .main_pricing_conatiner .choose_plan_btn { text-align: center; padding-bottom: 40px; } #mt_pricing .main_pricing_conatiner .choose_plan_btn .mt_btn_white { background: #f9f9f9; height: 55px; line-height: 55px; padding: 0; text-align: center; width: 55px; border-color: #f9f9f9 !important; -webkit-box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61); -moz-box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61); -o-box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61); -ms-box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61); box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61); } #mt_pricing .main_pricing_conatiner .choose_plan_btn .mt_btn_white i { font-size: 45px; } /* =========================== */ /* End Pricing */ /* =========================== */ /* ============================ */ /* Profile/* ============================ */ .profile_page .card { -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; } .card-header { padding: 20px 25px; background-color: #fff; } .rounded-card img, .user-img img { margin: 0 auto; display: block; width: 100%; } .user-img img { -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } .follow-btn button:first-child, .user-about i { margin-right: 10px; } .card-block { padding: 1.25rem; } .card-block.user-info { position: absolute; width: 100%; } .profile-bg-img { width: 100%; height: 195px; background-size: cover !important; background-position: center center !important; position: relative; } .profile-bg-img:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); } .user-title { position: relative; bottom: -50px; } .user-title h2 { color: #fff; text-shadow: 1px 1px 4px #373a3c; font-size: 20px; margin-bottom: 0; } .profile-image img { border: 4px solid #fff; } .user-info .media-body, .user-info .media-left { display: table-cell; vertical-align: middle; } .cover-btn { bottom: 15px; right: 35px; position: absolute; } .cover-profile .profile-bg-img { margin-bottom: 25px; } .groups-contact span { float: right; } .groups-contact span h4 { font-size: 18px; margin-bottom: 20px; } @media only screen and (max-width:768px) { .wizard>.steps>ul>li { float: inherit; width: 100%; } figure.effect-steve h2 { margin-top: 0; } .cover-profile .profile-bg-img { height: 305px; } .cover-btn { float: none !important; } .card-block.user-info { position: inherit; text-align: center; margin-bottom: 20px; } .user-info .media-left, .user-info .media-body { display: block; } .cover-btn { position: inherit; float: none; } .cover-btn .btn:first-child { margin-right: 10px; } .user-info .user-title { position: initial; margin-bottom: 10px; margin-top: 10px; } } /* ============================ */ /* End Profile/* ============================ */ /* ============================ */ /* Home/* ============================ */ .recent_activity small { font-size: 11px; } .stat-icon i { font-size: 36px; } .rt_icon_card { padding: 10px; } .rt_icon_card span { font-weight: 600; } .rt_icon_card p { font-size: 16px; font-weight: 500; } .rt_icon_card .icon_rt { float: left; width: 60px; position: relative; z-index: 1; height: 60px; background: #3644FF; border-radius: 10px; } .rt_icon_card .icon_rt i { line-height: 60px; margin-bottom: 0; font-size: 38px; color: #fff; } .traffic-sales-amount { float: right; color: #3d405c; } .subheader_main { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 15px; background: #fff; border: 1px solid #e7ecf9; } .subheader_main .rt_subheader_main { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0; } .subheader_main .rt_subheader_main .rt_subheader_title { margin: 0; padding: 0 1.5rem 0 0; font-size: 16px; font-weight: 700; color: #434349; } .subheader_main .rt_subheader_main .kt-subheader__separator { display: block; width: 12px; height: 4px; border-radius: 2px; background: rgba(149, 156, 182, 0.5); margin: 0 1.5rem 0 0; } .subheader_main .rt_subheader_main .rt_breadcrumb { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; list-style-type: none; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0; padding: 0; } .subheader_main .rt_subheader_main .rt_breadcrumb .rt_breadcrumb_home_icon { padding: 0px 0.65rem 0px 0px; -webkit-transition: all 0.3s; transition: all 0.3s; } .subheader_main .rt_subheader_main .rt_breadcrumb .rt_breadcrumb_home_icon i { font-size: 14px; color: #959cb6; } .subheader_main .rt_subheader_main .rt_breadcrumb .rt_breadcrumb_home_icon:hover i { -webkit-transition: all 0.3s; transition: all 0.3s; color: #5e2572; } .subheader_main .rt_subheader_main .rt_breadcrumb .rt_breadcrumb_separator { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 0.45rem 0 0; color: rgba(149, 156, 182, 0.5); } .subheader_main .rt_subheader_main .rt_breadcrumb .breadcrumb_link { padding: 0 0.35rem 0 0; font-size: 14px; font-weight: 500; color: #959cb6; -webkit-transition: all 0.3s; transition: all 0.3s; } .subheader_main .rt_subheader_main .rt_breadcrumb .breadcrumb_link:hover { color: #5e2572; -webkit-transition: all 0.3s; transition: all 0.3s; } .analytics_widget { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column; flex-flow: column; } .analytics_widget .widget-bg-transparent, .analytics_widget .widget-bg { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; width: 100%; } .analytics_widget .analytics_chart { margin-right: -15px; margin-left: -15px; height: 60px; } .analytics_widget .widget-bg { background: #fff; width: 100%; position: relative; border-radius: 0; border: 1px solid #e7ecf9 !important; } .analytics_widget .widget-body { padding: 15px 15px; } .analytics_widget .counter-w-info p { color: #000; font-weight: 500; } .analytics_widget .counter-w-info .counter-title { font-weight: 600; font-size: 1.875rem; line-height: 1.2; color: #444; margin-bottom: 0.625rem; } .analytics_widget .counter_arrow { font-size: 14px !important; } .analytics_widget .counter_arrow i { font-size: 14px; } #main_chart { font-size: 12px; } .chart_stats { padding: 20px 10px 30px 60px; border-radius: 15px; } .chart_stats p, .chart_stats h3 { color: #fff; } .chart_stats p { margin-bottom: 5px !important; } .bullet-line-list { padding-left: 30px; position: relative; list-style-type: none; margin-bottom: 0; } .bullet-line-list:after { content: ""; border: 1px solid #e9e8ef; position: absolute; top: 0; bottom: 0; left: 10px; } .bullet-line-list li { position: relative; margin-bottom: 20px; } .bullet-line-list li:before { content: ""; width: 22px; height: 22px; left: -30px; top: 0; margin-right: 15px; z-index: 2; position: absolute; border: 4px solid #ffffff; border-radius: 100%; background: #5e2572; } .orders_overview { background: #f9f9f9; padding: 0px 20px 10px 20px; border-radius: 10px; } #morris_line svg text { font-family: Montserrat; } #sale_chart_vz { height: 350px; position: relative; } #sale_chart_vz svg text { font-size: 12px; } #vz_pie_chart_home { width: 100%; height: 400px; } #vz_pie_chart_home svg g { font-size: 12px !important; } .tab_links a { font-size: 14px; color: #4a4a4a; margin-left: 14px; font-weight: 500; padding-bottom: 5px; } .tab_links a.active, .tab_links a:hover { border-bottom: 1px solid #5e2572; color: #5e2572; } .slide_widget .vz_nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .slide_widget .vz_nav .vz_nav-next, .slide_widget .vz_nav .vz_nav-prev { background-color: rgba(94, 37, 114, 0.2); position: relative; opacity: 1; width: 2rem; height: 2rem; border-radius: 5px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-left: 5px; -webkit-transition: all 0.3s; transition: all 0.3s; } .slide_widget .vz_nav .vz_nav-next:hover, .slide_widget .vz_nav .vz_nav-prev:hover { background-color: #5e2572; } .slide_widget .progress { height: 5px; } .slide_widget .slide_progress h4 { font-size: 15px; font-weight: 500; } .slide_widget .slide_progress p { font-size: 12px; } .slide_widget .card_title { font-size: 18px; color: #4a4a4a; } .slide_widget .card_title span { font-size: 28px; vertical-align: sub; margin-right: 5px; width: 60px; height: 60px; display: inline-block; text-align: center; line-height: 60px; position: relative; z-index: 1; } .slide_widget .card_title span img { position: absolute; width: 100%; left: 0px; top: 45%; transform: translate(0, -50%); z-index: -1; opacity: 0.08; } #sales_stats { height: 350px; } .bullet_wrap_chart .bullet_chart { display: inline-block; margin-right: 20px; font-size: 14px; } .bullet_wrap_chart .bullet_chart .circle_chart { width: 10px; height: 10px; display: inline-block; margin-right: 10px; border-radius: 50px; background: #5e2572; } .bullet_wrap_chart .bullet_chart .circle_chart.circle_light_chart { background: #fa6c39; } .dot_vz { width: 10px; height: 10px; display: inline-block; padding: 0; border-radius: 100%; margin-right: 15px; } .dot_vz.dot_vz_primary { background-color: #5e2572; } .dot_vz.dot_vz_secondary { background-color: #fa6c39; } .dot_vz.dot_vz_success { background-color: #06D6A0; } .dot_vz.dot_vz_warning { background-color: #FFD800; } .dot_vz.dot_vz_danger { background-color: #F2385A; } .dot_vz.dot_vz_dark { background-color: #444; } .dot_vz.dot_vz_light { background-color: #eaeaea; } .widget_row .col-auto { position: relative; z-index: 1; } .widget_row .col-auto img { position: absolute; width: 80%; top: 45%; transform: translate(-50%, -50%) rotate(-224deg); z-index: 1; opacity: 0.08; left: 50%; } .widget_row i { font-size: 28px; } #mobile_visits_chart { height: 334px; } #traffic_status { height: 330px; } #sales_country { height: 150px; } .avatar-md { width: 36px; height: 36px; } .avatar-md img { border-radius: 100%; } .badge-light-primary.badge-dot { background-color: #845EC2; } .badge.badge-dot, .badge.badge-dot-outline { width: 8px; height: 8px; display: inline-block; padding: 0; border-radius: 100%; } .sales_country_labels span { font-size: 14px; } .heading_icon { font-size: 28px; vertical-align: sub; margin-right: 5px; width: 60px; height: 60px; display: inline-block; text-align: center; line-height: 60px; position: relative; z-index: 1; float: left; } .heading_icon img { position: absolute; width: 100%; left: 0px; top: 45%; transform: translate(0, -50%); z-index: -1; opacity: 0.08; } #sales_statistics_chart { height: 245px; } #referral_chart { height: 260px; } .referral_chart_labels span { font-size: 14px; } .badge-primary1 { background-color: #731943; } .badge-primary2 { background-color: #8C2641; } .badge-primary3 { background-color: #F2836B; } .badge-primary4 { background-color: #F26666; } /* ============================ */ /* End Home/* ============================ */ /*# sourceMappingURL=style.css.map */ /** * Owl Carousel v2.2.1 * Copyright 2013-2017 <NAME> * Licensed under () */ .owl-carousel, .owl-carousel .owl-item { -webkit-tap-highlight-color: transparent; position: relative } .owl-carousel { display: none; width: 100%; z-index: 1 } .owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; -moz-backface-visibility: hidden } .owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0 } .owl-carousel .owl-stage-outer { position: relative; overflow: hidden; -webkit-transform: translate3d(0, 0, 0) } .owl-carousel .owl-item, .owl-carousel .owl-wrapper { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0) } .owl-carousel .owl-item { min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-touch-callout: none } .owl-carousel .owl-item img { display: block; width: 100% } .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled { display: none } .no-js .owl-carousel, .owl-carousel.owl-loaded { display: block } .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev { cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } .owl-carousel.owl-loading { opacity: 0; display: block } .owl-carousel.owl-hidden { opacity: 0 } .owl-carousel.owl-refresh .owl-item { visibility: hidden } .owl-carousel.owl-drag .owl-item { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } .owl-carousel.owl-grab { cursor: move; cursor: grab } .owl-carousel.owl-rtl { direction: rtl } .owl-carousel.owl-rtl .owl-item { float: right } .owl-carousel .animated { animation-duration: 1s; animation-fill-mode: both } .owl-carousel .owl-animated-in { z-index: 0 } .owl-carousel .owl-animated-out { z-index: 1 } .owl-carousel .fadeOut { animation-name: fadeOut } @keyframes fadeOut { 0% { opacity: 1 } 100% { opacity: 0 } } .owl-height { transition: height .5s ease-in-out } .owl-carousel .owl-item .owl-lazy { opacity: 0; transition: opacity .4s ease } .owl-carousel .owl-item img.owl-lazy { transform-style: preserve-3d } .owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000 } .owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url(owl.video.play.html) no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; transition: transform .1s ease } .owl-carousel .owl-video-play-icon:hover { -ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3) } .owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn { display: none } .owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity .4s ease } .owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100% } /** * Owl Carousel v2.2.1 * Copyright 2013-2017 <NAME> * Licensed under () */ .owl-theme .owl-dots, .owl-theme .owl-nav { text-align: center; -webkit-tap-highlight-color: transparent } .owl-theme .owl-nav { margin-top: 10px } .owl-theme .owl-nav [class*=owl-] { color: #FFF; font-size: 14px; margin: 5px; padding: 4px 7px; background: #D6D6D6; display: inline-block; cursor: pointer; border-radius: 3px } .owl-theme .owl-nav [class*=owl-]:hover { background: #869791; color: #FFF; text-decoration: none } .owl-theme .owl-nav .disabled { opacity: .5; cursor: default } .owl-theme .owl-nav.disabled+.owl-dots { margin-top: 10px } .owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1 } .owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 5px 7px; background: #D6D6D6; display: block; -webkit-backface-visibility: visible; transition: opacity .2s ease; border-radius: 30px } .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #869791 } /*! * Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font:SIL OFL 1.1,CSS:MIT License) */ @font-face { font-family: 'FontAwesome'; src: url('../fonts/fontawesome-webfont5b62.eot?v=4.6.3'); src: url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont5b62.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont5b62.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont5b62.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont5b62.svg?v=4.6.3#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal } .fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } .fa-lg { font-size: 1.33333333em; line-height: .75em; vertical-align: -15% } .fa-2x { font-size: 2em } .fa-3x { font-size: 3em } .fa-4x { font-size: 4em } .fa-5x { font-size: 5em } .fa-fw { width: 1.28571429em; text-align: center } .fa-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none } .fa-ul>li { position: relative } .fa-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: .14285714em; text-align: center } .fa-li.fa-lg { left: -1.85714286em } .fa-border { padding: .2em .25em .15em; border: solid .08em #eee; border-radius: .1em } .fa-pull-left { float: left } .fa-pull-right { float: right } .fa.fa-pull-left { margin-right: .3em } .fa.fa-pull-right { margin-left: .3em } .pull-right { float: right } .pull-left { float: left } .fa.pull-left { margin-right: .3em } .fa.pull-right { margin-left: .3em } .fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear } .fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8) } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg) } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg) } } .fa-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg) } .fa-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg) } .fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg) } .fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)"; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1) } .fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)"; -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1) } :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { filter: none } .fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle } .fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center } .fa-stack-1x { line-height: inherit } .fa-stack-2x { font-size: 2em } .fa-inverse { color: #fff } .fa-glass:before { content: "\f000" } .fa-music:before { content: "\f001" } .fa-search:before { content: "\f002" } .fa-envelope-o:before { content: "\f003" } .fa-heart:before { content: "\f004" } .fa-star:before { content: "\f005" } .fa-star-o:before { content: "\f006" } .fa-user:before { content: "\f007" } .fa-film:before { content: "\f008" } .fa-th-large:before { content: "\f009" } .fa-th:before { content: "\f00a" } .fa-th-list:before { content: "\f00b" } .fa-check:before { content: "\f00c" } .fa-remove:before, .fa-close:before, .fa-times:before { content: "\f00d" } .fa-search-plus:before { content: "\f00e" } .fa-search-minus:before { content: "\f010" } .fa-power-off:before { content: "\f011" } .fa-signal:before { content: "\f012" } .fa-gear:before, .fa-cog:before { content: "\f013" } .fa-trash-o:before { content: "\f014" } .fa-home:before { content: "\f015" } .fa-file-o:before { content: "\f016" } .fa-clock-o:before { content: "\f017" } .fa-road:before { content: "\f018" } .fa-download:before { content: "\f019" } .fa-arrow-circle-o-down:before { content: "\f01a" } .fa-arrow-circle-o-up:before { content: "\f01b" } .fa-inbox:before { content: "\f01c" } .fa-play-circle-o:before { content: "\f01d" } .fa-rotate-right:before, .fa-repeat:before { content: "\f01e" } .fa-refresh:before { content: "\f021" } .fa-list-alt:before { content: "\f022" } .fa-lock:before { content: "\f023" } .fa-flag:before { content: "\f024" } .fa-headphones:before { content: "\f025" } .fa-volume-off:before { content: "\f026" } .fa-volume-down:before { content: "\f027" } .fa-volume-up:before { content: "\f028" } .fa-qrcode:before { content: "\f029" } .fa-barcode:before { content: "\f02a" } .fa-tag:before { content: "\f02b" } .fa-tags:before { content: "\f02c" } .fa-book:before { content: "\f02d" } .fa-bookmark:before { content: "\f02e" } .fa-print:before { content: "\f02f" } .fa-camera:before { content: "\f030" } .fa-font:before { content: "\f031" } .fa-bold:before { content: "\f032" } .fa-italic:before { content: "\f033" } .fa-text-height:before { content: "\f034" } .fa-text-width:before { content: "\f035" } .fa-align-left:before { content: "\f036" } .fa-align-center:before { content: "\f037" } .fa-align-right:before { content: "\f038" } .fa-align-justify:before { content: "\f039" } .fa-list:before { content: "\f03a" } .fa-dedent:before, .fa-outdent:before { content: "\f03b" } .fa-indent:before { content: "\f03c" } .fa-video-camera:before { content: "\f03d" } .fa-photo:before, .fa-image:before, .fa-picture-o:before { content: "\f03e" } .fa-pencil:before { content: "\f040" } .fa-map-marker:before { content: "\f041" } .fa-adjust:before { content: "\f042" } .fa-tint:before { content: "\f043" } .fa-edit:before, .fa-pencil-square-o:before { content: "\f044" } .fa-share-square-o:before { content: "\f045" } .fa-check-square-o:before { content: "\f046" } .fa-arrows:before { content: "\f047" } .fa-step-backward:before { content: "\f048" } .fa-fast-backward:before { content: "\f049" } .fa-backward:before { content: "\f04a" } .fa-play:before { content: "\f04b" } .fa-pause:before { content: "\f04c" } .fa-stop:before { content: "\f04d" } .fa-forward:before { content: "\f04e" } .fa-fast-forward:before { content: "\f050" } .fa-step-forward:before { content: "\f051" } .fa-eject:before { content: "\f052" } .fa-chevron-left:before { content: "\f053" } .fa-chevron-right:before { content: "\f054" } .fa-plus-circle:before { content: "\f055" } .fa-minus-circle:before { content: "\f056" } .fa-times-circle:before { content: "\f057" } .fa-check-circle:before { content: "\f058" } .fa-question-circle:before { content: "\f059" } .fa-info-circle:before { content: "\f05a" } .fa-crosshairs:before { content: "\f05b" } .fa-times-circle-o:before { content: "\f05c" } .fa-check-circle-o:before { content: "\f05d" } .fa-ban:before { content: "\f05e" } .fa-arrow-left:before { content: "\f060" } .fa-arrow-right:before { content: "\f061" } .fa-arrow-up:before { content: "\f062" } .fa-arrow-down:before { content: "\f063" } .fa-mail-forward:before, .fa-share:before { content: "\f064" } .fa-expand:before { content: "\f065" } .fa-compress:before { content: "\f066" } .fa-plus:before { content: "\f067" } .fa-minus:before { content: "\f068" } .fa-asterisk:before { content: "\f069" } .fa-exclamation-circle:before { content: "\f06a" } .fa-gift:before { content: "\f06b" } .fa-leaf:before { content: "\f06c" } .fa-fire:before { content: "\f06d" } .fa-eye:before { content: "\f06e" } .fa-eye-slash:before { content: "\f070" } .fa-warning:before, .fa-exclamation-triangle:before { content: "\f071" } .fa-plane:before { content: "\f072" } .fa-calendar:before { content: "\f073" } .fa-random:before { content: "\f074" } .fa-comment:before { content: "\f075" } .fa-magnet:before { content: "\f076" } .fa-chevron-up:before { content: "\f077" } .fa-chevron-down:before { content: "\f078" } .fa-retweet:before { content: "\f079" } .fa-shopping-cart:before { content: "\f07a" } .fa-folder:before { content: "\f07b" } .fa-folder-open:before { content: "\f07c" } .fa-arrows-v:before { content: "\f07d" } .fa-arrows-h:before { content: "\f07e" } .fa-bar-chart-o:before, .fa-bar-chart:before { content: "\f080" } .fa-twitter-square:before { content: "\f081" } .fa-facebook-square:before { content: "\f082" } .fa-camera-retro:before { content: "\f083" } .fa-key:before { content: "\f084" } .fa-gears:before, .fa-cogs:before { content: "\f085" } .fa-comments:before { content: "\f086" } .fa-thumbs-o-up:before { content: "\f087" } .fa-thumbs-o-down:before { content: "\f088" } .fa-star-half:before { content: "\f089" } .fa-heart-o:before { content: "\f08a" } .fa-sign-out:before { content: "\f08b" } .fa-linkedin-square:before { content: "\f08c" } .fa-thumb-tack:before { content: "\f08d" } .fa-external-link:before { content: "\f08e" } .fa-sign-in:before { content: "\f090" } .fa-trophy:before { content: "\f091" } .fa-github-square:before { content: "\f092" } .fa-upload:before { content: "\f093" } .fa-lemon-o:before { content: "\f094" } .fa-phone:before { content: "\f095" } .fa-square-o:before { content: "\f096" } .fa-bookmark-o:before { content: "\f097" } .fa-phone-square:before { content: "\f098" } .fa-twitter:before { content: "\f099" } .fa-facebook-f:before, .fa-facebook:before { content: "\f09a" } .fa-github:before { content: "\f09b" } .fa-unlock:before { content: "\f09c" } .fa-credit-card:before { content: "\f09d" } .fa-feed:before, .fa-rss:before { content: "\f09e" } .fa-hdd-o:before { content: "\f0a0" } .fa-bullhorn:before { content: "\f0a1" } .fa-bell:before { content: "\f0f3" } .fa-certificate:before { content: "\f0a3" } .fa-hand-o-right:before { content: "\f0a4" } .fa-hand-o-left:before { content: "\f0a5" } .fa-hand-o-up:before { content: "\f0a6" } .fa-hand-o-down:before { content: "\f0a7" } .fa-arrow-circle-left:before { content: "\f0a8" } .fa-arrow-circle-right:before { content: "\f0a9" } .fa-arrow-circle-up:before { content: "\f0aa" } .fa-arrow-circle-down:before { content: "\f0ab" } .fa-globe:before { content: "\f0ac" } .fa-wrench:before { content: "\f0ad" } .fa-tasks:before { content: "\f0ae" } .fa-filter:before { content: "\f0b0" } .fa-briefcase:before { content: "\f0b1" } .fa-arrows-alt:before { content: "\f0b2" } .fa-group:before, .fa-users:before { content: "\f0c0" } .fa-chain:before, .fa-link:before { content: "\f0c1" } .fa-cloud:before { content: "\f0c2" } .fa-flask:before { content: "\f0c3" } .fa-cut:before, .fa-scissors:before { content: "\f0c4" } .fa-copy:before, .fa-files-o:before { content: "\f0c5" } .fa-paperclip:before { content: "\f0c6" } .fa-save:before, .fa-floppy-o:before { content: "\f0c7" } .fa-square:before { content: "\f0c8" } .fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: "\f0c9" } .fa-list-ul:before { content: "\f0ca" } .fa-list-ol:before { content: "\f0cb" } .fa-strikethrough:before { content: "\f0cc" } .fa-underline:before { content: "\f0cd" } .fa-table:before { content: "\f0ce" } .fa-magic:before { content: "\f0d0" } .fa-truck:before { content: "\f0d1" } .fa-pinterest:before { content: "\f0d2" } .fa-pinterest-square:before { content: "\f0d3" } .fa-google-plus-square:before { content: "\f0d4" } .fa-google-plus:before { content: "\f0d5" } .fa-money:before { content: "\f0d6" } .fa-caret-down:before { content: "\f0d7" } .fa-caret-up:before { content: "\f0d8" } .fa-caret-left:before { content: "\f0d9" } .fa-caret-right:before { content: "\f0da" } .fa-columns:before { content: "\f0db" } .fa-unsorted:before, .fa-sort:before { content: "\f0dc" } .fa-sort-down:before, .fa-sort-desc:before { content: "\f0dd" } .fa-sort-up:before, .fa-sort-asc:before { content: "\f0de" } .fa-envelope:before { content: "\f0e0" } .fa-linkedin:before { content: "\f0e1" } .fa-rotate-left:before, .fa-undo:before { content: "\f0e2" } .fa-legal:before, .fa-gavel:before { content: "\f0e3" } .fa-dashboard:before, .fa-tachometer:before { content: "\f0e4" } .fa-comment-o:before { content: "\f0e5" } .fa-comments-o:before { content: "\f0e6" } .fa-flash:before, .fa-bolt:before { content: "\f0e7" } .fa-sitemap:before { content: "\f0e8" } .fa-umbrella:before { content: "\f0e9" } .fa-paste:before, .fa-clipboard:before { content: "\f0ea" } .fa-lightbulb-o:before { content: "\f0eb" } .fa-exchange:before { content: "\f0ec" } .fa-cloud-download:before { content: "\f0ed" } .fa-cloud-upload:before { content: "\f0ee" } .fa-user-md:before { content: "\f0f0" } .fa-stethoscope:before { content: "\f0f1" } .fa-suitcase:before { content: "\f0f2" } .fa-bell-o:before { content: "\f0a2" } .fa-coffee:before { content: "\f0f4" } .fa-cutlery:before { content: "\f0f5" } .fa-file-text-o:before { content: "\f0f6" } .fa-building-o:before { content: "\f0f7" } .fa-hospital-o:before { content: "\f0f8" } .fa-ambulance:before { content: "\f0f9" } .fa-medkit:before { content: "\f0fa" } .fa-fighter-jet:before { content: "\f0fb" } .fa-beer:before { content: "\f0fc" } .fa-h-square:before { content: "\f0fd" } .fa-plus-square:before { content: "\f0fe" } .fa-angle-double-left:before { content: "\f100" } .fa-angle-double-right:before { content: "\f101" } .fa-angle-double-up:before { content: "\f102" } .fa-angle-double-down:before { content: "\f103" } .fa-angle-left:before { content: "\f104" } .fa-angle-right:before { content: "\f105" } .fa-angle-up:before { content: "\f106" } .fa-angle-down:before { content: "\f107" } .fa-desktop:before { content: "\f108" } .fa-laptop:before { content: "\f109" } .fa-tablet:before { content: "\f10a" } .fa-mobile-phone:before, .fa-mobile:before { content: "\f10b" } .fa-circle-o:before { content: "\f10c" } .fa-quote-left:before { content: "\f10d" } .fa-quote-right:before { content: "\f10e" } .fa-spinner:before { content: "\f110" } .fa-circle:before { content: "\f111" } .fa-mail-reply:before, .fa-reply:before { content: "\f112" } .fa-github-alt:before { content: "\f113" } .fa-folder-o:before { content: "\f114" } .fa-folder-open-o:before { content: "\f115" } .fa-smile-o:before { content: "\f118" } .fa-frown-o:before { content: "\f119" } .fa-meh-o:before { content: "\f11a" } .fa-gamepad:before { content: "\f11b" } .fa-keyboard-o:before { content: "\f11c" } .fa-flag-o:before { content: "\f11d" } .fa-flag-checkered:before { content: "\f11e" } .fa-terminal:before { content: "\f120" } .fa-code:before { content: "\f121" } .fa-mail-reply-all:before, .fa-reply-all:before { content: "\f122" } .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: "\f123" } .fa-location-arrow:before { content: "\f124" } .fa-crop:before { content: "\f125" } .fa-code-fork:before { content: "\f126" } .fa-unlink:before, .fa-chain-broken:before { content: "\f127" } .fa-question:before { content: "\f128" } .fa-info:before { content: "\f129" } .fa-exclamation:before { content: "\f12a" } .fa-superscript:before { content: "\f12b" } .fa-subscript:before { content: "\f12c" } .fa-eraser:before { content: "\f12d" } .fa-puzzle-piece:before { content: "\f12e" } .fa-microphone:before { content: "\f130" } .fa-microphone-slash:before { content: "\f131" } .fa-shield:before { content: "\f132" } .fa-calendar-o:before { content: "\f133" } .fa-fire-extinguisher:before { content: "\f134" } .fa-rocket:before { content: "\f135" } .fa-maxcdn:before { content: "\f136" } .fa-chevron-circle-left:before { content: "\f137" } .fa-chevron-circle-right:before { content: "\f138" } .fa-chevron-circle-up:before { content: "\f139" } .fa-chevron-circle-down:before { content: "\f13a" } .fa-html5:before { content: "\f13b" } .fa-css3:before { content: "\f13c" } .fa-anchor:before { content: "\f13d" } .fa-unlock-alt:before { content: "\f13e" } .fa-bullseye:before { content: "\f140" } .fa-ellipsis-h:before { content: "\f141" } .fa-ellipsis-v:before { content: "\f142" } .fa-rss-square:before { content: "\f143" } .fa-play-circle:before { content: "\f144" } .fa-ticket:before { content: "\f145" } .fa-minus-square:before { content: "\f146" } .fa-minus-square-o:before { content: "\f147" } .fa-level-up:before { content: "\f148" } .fa-level-down:before { content: "\f149" } .fa-check-square:before { content: "\f14a" } .fa-pencil-square:before { content: "\f14b" } .fa-external-link-square:before { content: "\f14c" } .fa-share-square:before { content: "\f14d" } .fa-compass:before { content: "\f14e" } .fa-toggle-down:before, .fa-caret-square-o-down:before { content: "\f150" } .fa-toggle-up:before, .fa-caret-square-o-up:before { content: "\f151" } .fa-toggle-right:before, .fa-caret-square-o-right:before { content: "\f152" } .fa-euro:before, .fa-eur:before { content: "\f153" } .fa-gbp:before { content: "\f154" } .fa-dollar:before, .fa-usd:before { content: "\f155" } .fa-rupee:before, .fa-inr:before { content: "\f156" } .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: "\f157" } .fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: "\f158" } .fa-won:before, .fa-krw:before { content: "\f159" } .fa-bitcoin:before, .fa-btc:before { content: "\f15a" } .fa-file:before { content: "\f15b" } .fa-file-text:before { content: "\f15c" } .fa-sort-alpha-asc:before { content: "\f15d" } .fa-sort-alpha-desc:before { content: "\f15e" } .fa-sort-amount-asc:before { content: "\f160" } .fa-sort-amount-desc:before { content: "\f161" } .fa-sort-numeric-asc:before { content: "\f162" } .fa-sort-numeric-desc:before { content: "\f163" } .fa-thumbs-up:before { content: "\f164" } .fa-thumbs-down:before { content: "\f165" } .fa-youtube-square:before { content: "\f166" } .fa-youtube:before { content: "\f167" } .fa-xing:before { content: "\f168" } .fa-xing-square:before { content: "\f169" } .fa-youtube-play:before { content: "\f16a" } .fa-dropbox:before { content: "\f16b" } .fa-stack-overflow:before { content: "\f16c" } .fa-instagram:before { content: "\f16d" } .fa-flickr:before { content: "\f16e" } .fa-adn:before { content: "\f170" } .fa-bitbucket:before { content: "\f171" } .fa-bitbucket-square:before { content: "\f172" } .fa-tumblr:before { content: "\f173" } .fa-tumblr-square:before { content: "\f174" } .fa-long-arrow-down:before { content: "\f175" } .fa-long-arrow-up:before { content: "\f176" } .fa-long-arrow-left:before { content: "\f177" } .fa-long-arrow-right:before { content: "\f178" } .fa-apple:before { content: "\f179" } .fa-windows:before { content: "\f17a" } .fa-android:before { content: "\f17b" } .fa-linux:before { content: "\f17c" } .fa-dribbble:before { content: "\f17d" } .fa-skype:before { content: "\f17e" } .fa-foursquare:before { content: "\f180" } .fa-trello:before { content: "\f181" } .fa-female:before { content: "\f182" } .fa-male:before { content: "\f183" } .fa-gittip:before, .fa-gratipay:before { content: "\f184" } .fa-sun-o:before { content: "\f185" } .fa-moon-o:before { content: "\f186" } .fa-archive:before { content: "\f187" } .fa-bug:before { content: "\f188" } .fa-vk:before { content: "\f189" } .fa-weibo:before { content: "\f18a" } .fa-renren:before { content: "\f18b" } .fa-pagelines:before { content: "\f18c" } .fa-stack-exchange:before { content: "\f18d" } .fa-arrow-circle-o-right:before { content: "\f18e" } .fa-arrow-circle-o-left:before { content: "\f190" } .fa-toggle-left:before, .fa-caret-square-o-left:before { content: "\f191" } .fa-dot-circle-o:before { content: "\f192" } .fa-wheelchair:before { content: "\f193" } .fa-vimeo-square:before { content: "\f194" } .fa-turkish-lira:before, .fa-try:before { content: "\f195" } .fa-plus-square-o:before { content: "\f196" } .fa-space-shuttle:before { content: "\f197" } .fa-slack:before { content: "\f198" } .fa-envelope-square:before { content: "\f199" } .fa-wordpress:before { content: "\f19a" } .fa-openid:before { content: "\f19b" } .fa-institution:before, .fa-bank:before, .fa-university:before { content: "\f19c" } .fa-mortar-board:before, .fa-graduation-cap:before { content: "\f19d" } .fa-yahoo:before { content: "\f19e" } .fa-google:before { content: "\f1a0" } .fa-reddit:before { content: "\f1a1" } .fa-reddit-square:before { content: "\f1a2" } .fa-stumbleupon-circle:before { content: "\f1a3" } .fa-stumbleupon:before { content: "\f1a4" } .fa-delicious:before { content: "\f1a5" } .fa-digg:before { content: "\f1a6" } .fa-pied-piper-pp:before { content: "\f1a7" } .fa-pied-piper-alt:before { content: "\f1a8" } .fa-drupal:before { content: "\f1a9" } .fa-joomla:before { content: "\f1aa" } .fa-language:before { content: "\f1ab" } .fa-fax:before { content: "\f1ac" } .fa-building:before { content: "\f1ad" } .fa-child:before { content: "\f1ae" } .fa-paw:before { content: "\f1b0" } .fa-spoon:before { content: "\f1b1" } .fa-cube:before { content: "\f1b2" } .fa-cubes:before { content: "\f1b3" } .fa-behance:before { content: "\f1b4" } .fa-behance-square:before { content: "\f1b5" } .fa-steam:before { content: "\f1b6" } .fa-steam-square:before { content: "\f1b7" } .fa-recycle:before { content: "\f1b8" } .fa-automobile:before, .fa-car:before { content: "\f1b9" } .fa-cab:before, .fa-taxi:before { content: "\f1ba" } .fa-tree:before { content: "\f1bb" } .fa-spotify:before { content: "\f1bc" } .fa-deviantart:before { content: "\f1bd" } .fa-soundcloud:before { content: "\f1be" } .fa-database:before { content: "\f1c0" } .fa-file-pdf-o:before { content: "\f1c1" } .fa-file-word-o:before { content: "\f1c2" } .fa-file-excel-o:before { content: "\f1c3" } .fa-file-powerpoint-o:before { content: "\f1c4" } .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: "\f1c5" } .fa-file-zip-o:before, .fa-file-archive-o:before { content: "\f1c6" } .fa-file-sound-o:before, .fa-file-audio-o:before { content: "\f1c7" } .fa-file-movie-o:before, .fa-file-video-o:before { content: "\f1c8" } .fa-file-code-o:before { content: "\f1c9" } .fa-vine:before { content: "\f1ca" } .fa-codepen:before { content: "\f1cb" } .fa-jsfiddle:before { content: "\f1cc" } .fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content: "\f1cd" } .fa-circle-o-notch:before { content: "\f1ce" } .fa-ra:before, .fa-resistance:before, .fa-rebel:before { content: "\f1d0" } .fa-ge:before, .fa-empire:before { content: "\f1d1" } .fa-git-square:before { content: "\f1d2" } .fa-git:before { content: "\f1d3" } .fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before { content: "\f1d4" } .fa-tencent-weibo:before { content: "\f1d5" } .fa-qq:before { content: "\f1d6" } .fa-wechat:before, .fa-weixin:before { content: "\f1d7" } .fa-send:before, .fa-paper-plane:before { content: "\f1d8" } .fa-send-o:before, .fa-paper-plane-o:before { content: "\f1d9" } .fa-history:before { content: "\f1da" } .fa-circle-thin:before { content: "\f1db" } .fa-header:before { content: "\f1dc" } .fa-paragraph:before { content: "\f1dd" } .fa-sliders:before { content: "\f1de" } .fa-share-alt:before { content: "\f1e0" } .fa-share-alt-square:before { content: "\f1e1" } .fa-bomb:before { content: "\f1e2" } .fa-soccer-ball-o:before, .fa-futbol-o:before { content: "\f1e3" } .fa-tty:before { content: "\f1e4" } .fa-binoculars:before { content: "\f1e5" } .fa-plug:before { content: "\f1e6" } .fa-slideshare:before { content: "\f1e7" } .fa-twitch:before { content: "\f1e8" } .fa-yelp:before { content: "\f1e9" } .fa-newspaper-o:before { content: "\f1ea" } .fa-wifi:before { content: "\f1eb" } .fa-calculator:before { content: "\f1ec" } .fa-paypal:before { content: "\f1ed" } .fa-google-wallet:before { content: "\f1ee" } .fa-cc-visa:before { content: "\f1f0" } .fa-cc-mastercard:before { content: "\f1f1" } .fa-cc-discover:before { content: "\f1f2" } .fa-cc-amex:before { content: "\f1f3" } .fa-cc-paypal:before { content: "\f1f4" } .fa-cc-stripe:before { content: "\f1f5" } .fa-bell-slash:before { content: "\f1f6" } .fa-bell-slash-o:before { content: "\f1f7" } .fa-trash:before { content: "\f1f8" } .fa-copyright:before { content: "\f1f9" } .fa-at:before { content: "\f1fa" } .fa-eyedropper:before { content: "\f1fb" } .fa-paint-brush:before { content: "\f1fc" } .fa-birthday-cake:before { content: "\f1fd" } .fa-area-chart:before { content: "\f1fe" } .fa-pie-chart:before { content: "\f200" } .fa-line-chart:before { content: "\f201" } .fa-lastfm:before { content: "\f202" } .fa-lastfm-square:before { content: "\f203" } .fa-toggle-off:before { content: "\f204" } .fa-toggle-on:before { content: "\f205" } .fa-bicycle:before { content: "\f206" } .fa-bus:before { content: "\f207" } .fa-ioxhost:before { content: "\f208" } .fa-angellist:before { content: "\f209" } .fa-cc:before { content: "\f20a" } .fa-shekel:before, .fa-sheqel:before, .fa-ils:before { content: "\f20b" } .fa-meanpath:before { content: "\f20c" } .fa-buysellads:before { content: "\f20d" } .fa-connectdevelop:before { content: "\f20e" } .fa-dashcube:before { content: "\f210" } .fa-forumbee:before { content: "\f211" } .fa-leanpub:before { content: "\f212" } .fa-sellsy:before { content: "\f213" } .fa-shirtsinbulk:before { content: "\f214" } .fa-simplybuilt:before { content: "\f215" } .fa-skyatlas:before { content: "\f216" } .fa-cart-plus:before { content: "\f217" } .fa-cart-arrow-down:before { content: "\f218" } .fa-diamond:before { content: "\f219" } .fa-ship:before { content: "\f21a" } .fa-user-secret:before { content: "\f21b" } .fa-motorcycle:before { content: "\f21c" } .fa-street-view:before { content: "\f21d" } .fa-heartbeat:before { content: "\f21e" } .fa-venus:before { content: "\f221" } .fa-mars:before { content: "\f222" } .fa-mercury:before { content: "\f223" } .fa-intersex:before, .fa-transgender:before { content: "\f224" } .fa-transgender-alt:before { content: "\f225" } .fa-venus-double:before { content: "\f226" } .fa-mars-double:before { content: "\f227" } .fa-venus-mars:before { content: "\f228" } .fa-mars-stroke:before { content: "\f229" } .fa-mars-stroke-v:before { content: "\f22a" } .fa-mars-stroke-h:before { content: "\f22b" } .fa-neuter:before { content: "\f22c" } .fa-genderless:before { content: "\f22d" } .fa-facebook-official:before { content: "\f230" } .fa-pinterest-p:before { content: "\f231" } .fa-whatsapp:before { content: "\f232" } .fa-server:before { content: "\f233" } .fa-user-plus:before { content: "\f234" } .fa-user-times:before { content: "\f235" } .fa-hotel:before, .fa-bed:before { content: "\f236" } .fa-viacoin:before { content: "\f237" } .fa-train:before { content: "\f238" } .fa-subway:before { content: "\f239" } .fa-medium:before { content: "\f23a" } .fa-yc:before, .fa-y-combinator:before { content: "\f23b" } .fa-optin-monster:before { content: "\f23c" } .fa-opencart:before { content: "\f23d" } .fa-expeditedssl:before { content: "\f23e" } .fa-battery-4:before, .fa-battery-full:before { content: "\f240" } .fa-battery-3:before, .fa-battery-three-quarters:before { content: "\f241" } .fa-battery-2:before, .fa-battery-half:before { content: "\f242" } .fa-battery-1:before, .fa-battery-quarter:before { content: "\f243" } .fa-battery-0:before, .fa-battery-empty:before { content: "\f244" } .fa-mouse-pointer:before { content: "\f245" } .fa-i-cursor:before { content: "\f246" } .fa-object-group:before { content: "\f247" } .fa-object-ungroup:before { content: "\f248" } .fa-sticky-note:before { content: "\f249" } .fa-sticky-note-o:before { content: "\f24a" } .fa-cc-jcb:before { content: "\f24b" } .fa-cc-diners-club:before { content: "\f24c" } .fa-clone:before { content: "\f24d" } .fa-balance-scale:before { content: "\f24e" } .fa-hourglass-o:before { content: "\f250" } .fa-hourglass-1:before, .fa-hourglass-start:before { content: "\f251" } .fa-hourglass-2:before, .fa-hourglass-half:before { content: "\f252" } .fa-hourglass-3:before, .fa-hourglass-end:before { content: "\f253" } .fa-hourglass:before { content: "\f254" } .fa-hand-grab-o:before, .fa-hand-rock-o:before { content: "\f255" } .fa-hand-stop-o:before, .fa-hand-paper-o:before { content: "\f256" } .fa-hand-scissors-o:before { content: "\f257" } .fa-hand-lizard-o:before { content: "\f258" } .fa-hand-spock-o:before { content: "\f259" } .fa-hand-pointer-o:before { content: "\f25a" } .fa-hand-peace-o:before { content: "\f25b" } .fa-trademark:before { content: "\f25c" } .fa-registered:before { content: "\f25d" } .fa-creative-commons:before { content: "\f25e" } .fa-gg:before { content: "\f260" } .fa-gg-circle:before { content: "\f261" } .fa-tripadvisor:before { content: "\f262" } .fa-odnoklassniki:before { content: "\f263" } .fa-odnoklassniki-square:before { content: "\f264" } .fa-get-pocket:before { content: "\f265" } .fa-wikipedia-w:before { content: "\f266" } .fa-safari:before { content: "\f267" } .fa-chrome:before { content: "\f268" } .fa-firefox:before { content: "\f269" } .fa-opera:before { content: "\f26a" } .fa-internet-explorer:before { content: "\f26b" } .fa-tv:before, .fa-television:before { content: "\f26c" } .fa-contao:before { content: "\f26d" } .fa-500px:before { content: "\f26e" } .fa-amazon:before { content: "\f270" } .fa-calendar-plus-o:before { content: "\f271" } .fa-calendar-minus-o:before { content: "\f272" } .fa-calendar-times-o:before { content: "\f273" } .fa-calendar-check-o:before { content: "\f274" } .fa-industry:before { content: "\f275" } .fa-map-pin:before { content: "\f276" } .fa-map-signs:before { content: "\f277" } .fa-map-o:before { content: "\f278" } .fa-map:before { content: "\f279" } .fa-commenting:before { content: "\f27a" } .fa-commenting-o:before { content: "\f27b" } .fa-houzz:before { content: "\f27c" } .fa-vimeo:before { content: "\f27d" } .fa-black-tie:before { content: "\f27e" } .fa-fonticons:before { content: "\f280" } .fa-reddit-alien:before { content: "\f281" } .fa-edge:before { content: "\f282" } .fa-credit-card-alt:before { content: "\f283" } .fa-codiepie:before { content: "\f284" } .fa-modx:before { content: "\f285" } .fa-fort-awesome:before { content: "\f286" } .fa-usb:before { content: "\f287" } .fa-product-hunt:before { content: "\f288" } .fa-mixcloud:before { content: "\f289" } .fa-scribd:before { content: "\f28a" } .fa-pause-circle:before { content: "\f28b" } .fa-pause-circle-o:before { content: "\f28c" } .fa-stop-circle:before { content: "\f28d" } .fa-stop-circle-o:before { content: "\f28e" } .fa-shopping-bag:before { content: "\f290" } .fa-shopping-basket:before { content: "\f291" } .fa-hashtag:before { content: "\f292" } .fa-bluetooth:before { content: "\f293" } .fa-bluetooth-b:before { content: "\f294" } .fa-percent:before { content: "\f295" } .fa-gitlab:before { content: "\f296" } .fa-wpbeginner:before { content: "\f297" } .fa-wpforms:before { content: "\f298" } .fa-envira:before { content: "\f299" } .fa-universal-access:before { content: "\f29a" } .fa-wheelchair-alt:before { content: "\f29b" } .fa-question-circle-o:before { content: "\f29c" } .fa-blind:before { content: "\f29d" } .fa-audio-description:before { content: "\f29e" } .fa-volume-control-phone:before { content: "\f2a0" } .fa-braille:before { content: "\f2a1" } .fa-assistive-listening-systems:before { content: "\f2a2" } .fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before { content: "\f2a3" } .fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before { content: "\f2a4" } .fa-glide:before { content: "\f2a5" } .fa-glide-g:before { content: "\f2a6" } .fa-signing:before, .fa-sign-language:before { content: "\f2a7" } .fa-low-vision:before { content: "\f2a8" } .fa-viadeo:before { content: "\f2a9" } .fa-viadeo-square:before { content: "\f2aa" } .fa-snapchat:before { content: "\f2ab" } .fa-snapchat-ghost:before { content: "\f2ac" } .fa-snapchat-square:before { content: "\f2ad" } .fa-pied-piper:before { content: "\f2ae" } .fa-first-order:before { content: "\f2b0" } .fa-yoast:before { content: "\f2b1" } .fa-themeisle:before { content: "\f2b2" } .fa-google-plus-circle:before, .fa-google-plus-official:before { content: "\f2b3" } .fa-fa:before, .fa-font-awesome:before { content: "\f2b4" } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0 } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto } @font-face { font-family: 'themify'; src: url('../fonts/themify9f24.eot?-fvbane'); src: url('../fonts/themifyd41d.eot?#iefix-fvbane') format('embedded-opentype'), url('../fonts/themify9f24.woff?-fvbane') format('woff'), url('../fonts/themify9f24.ttf?-fvbane') format('truetype'), url('../fonts/themify9f24.svg?-fvbane#themify') format('svg'); font-weight: normal; font-style: normal; } [class^="ti-"], [class*=" ti-"] { font-family: 'themify'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .ti-wand:before { content: "\e600"; } .ti-volume:before { content: "\e601"; } .ti-user:before { content: "\e602"; } .ti-unlock:before { content: "\e603"; } .ti-unlink:before { content: "\e604"; } .ti-trash:before { content: "\e605"; } .ti-thought:before { content: "\e606"; } .ti-target:before { content: "\e607"; } .ti-tag:before { content: "\e608"; } .ti-tablet:before { content: "\e609"; } .ti-star:before { content: "\e60a"; } .ti-spray:before { content: "\e60b"; } .ti-signal:before { content: "\e60c"; } .ti-shopping-cart:before { content: "\e60d"; } .ti-shopping-cart-full:before { content: "\e60e"; } .ti-settings:before { content: "\e60f"; } .ti-search:before { content: "\e610"; } .ti-zoom-in:before { content: "\e611"; } .ti-zoom-out:before { content: "\e612"; } .ti-cut:before { content: "\e613"; } .ti-ruler:before { content: "\e614"; } .ti-ruler-pencil:before { content: "\e615"; } .ti-ruler-alt:before { content: "\e616"; } .ti-bookmark:before { content: "\e617"; } .ti-bookmark-alt:before { content: "\e618"; } .ti-reload:before { content: "\e619"; } .ti-plus:before { content: "\e61a"; } .ti-pin:before { content: "\e61b"; } .ti-pencil:before { content: "\e61c"; } .ti-pencil-alt:before { content: "\e61d"; } .ti-paint-roller:before { content: "\e61e"; } .ti-paint-bucket:before { content: "\e61f"; } .ti-na:before { content: "\e620"; } .ti-mobile:before { content: "\e621"; } .ti-minus:before { content: "\e622"; } .ti-medall:before { content: "\e623"; } .ti-medall-alt:before { content: "\e624"; } .ti-marker:before { content: "\e625"; } .ti-marker-alt:before { content: "\e626"; } .ti-arrow-up:before { content: "\e627"; } .ti-arrow-right:before { content: "\e628"; } .ti-arrow-left:before { content: "\e629"; } .ti-arrow-down:before { content: "\e62a"; } .ti-lock:before { content: "\e62b"; } .ti-location-arrow:before { content: "\e62c"; } .ti-link:before { content: "\e62d"; } .ti-layout:before { content: "\e62e"; } .ti-layers:before { content: "\e62f"; } .ti-layers-alt:before { content: "\e630"; } .ti-key:before { content: "\e631"; } .ti-import:before { content: "\e632"; } .ti-image:before { content: "\e633"; } .ti-heart:before { content: "\e634"; } .ti-heart-broken:before { content: "\e635"; } .ti-hand-stop:before { content: "\e636"; } .ti-hand-open:before { content: "\e637"; } .ti-hand-drag:before { content: "\e638"; } .ti-folder:before { content: "\e639"; } .ti-flag:before { content: "\e63a"; } .ti-flag-alt:before { content: "\e63b"; } .ti-flag-alt-2:before { content: "\e63c"; } .ti-eye:before { content: "\e63d"; } .ti-export:before { content: "\e63e"; } .ti-exchange-vertical:before { content: "\e63f"; } .ti-desktop:before { content: "\e640"; } .ti-cup:before { content: "\e641"; } .ti-crown:before { content: "\e642"; } .ti-comments:before { content: "\e643"; } .ti-comment:before { content: "\e644"; } .ti-comment-alt:before { content: "\e645"; } .ti-close:before { content: "\e646"; } .ti-clip:before { content: "\e647"; } .ti-angle-up:before { content: "\e648"; } .ti-angle-right:before { content: "\e649"; } .ti-angle-left:before { content: "\e64a"; } .ti-angle-down:before { content: "\e64b"; } .ti-check:before { content: "\e64c"; } .ti-check-box:before { content: "\e64d"; } .ti-camera:before { content: "\e64e"; } .ti-announcement:before { content: "\e64f"; } .ti-brush:before { content: "\e650"; } .ti-briefcase:before { content: "\e651"; } .ti-bolt:before { content: "\e652"; } .ti-bolt-alt:before { content: "\e653"; } .ti-blackboard:before { content: "\e654"; } .ti-bag:before { content: "\e655"; } .ti-move:before { content: "\e656"; } .ti-arrows-vertical:before { content: "\e657"; } .ti-arrows-horizontal:before { content: "\e658"; } .ti-fullscreen:before { content: "\e659"; } .ti-arrow-top-right:before { content: "\e65a"; } .ti-arrow-top-left:before { content: "\e65b"; } .ti-arrow-circle-up:before { content: "\e65c"; } .ti-arrow-circle-right:before { content: "\e65d"; } .ti-arrow-circle-left:before { content: "\e65e"; } .ti-arrow-circle-down:before { content: "\e65f"; } .ti-angle-double-up:before { content: "\e660"; } .ti-angle-double-right:before { content: "\e661"; } .ti-angle-double-left:before { content: "\e662"; } .ti-angle-double-down:before { content: "\e663"; } .ti-zip:before { content: "\e664"; } .ti-world:before { content: "\e665"; } .ti-wheelchair:before { content: "\e666"; } .ti-view-list:before { content: "\e667"; } .ti-view-list-alt:before { content: "\e668"; } .ti-view-grid:before { content: "\e669"; } .ti-uppercase:before { content: "\e66a"; } .ti-upload:before { content: "\e66b"; } .ti-underline:before { content: "\e66c"; } .ti-truck:before { content: "\e66d"; } .ti-timer:before { content: "\e66e"; } .ti-ticket:before { content: "\e66f"; } .ti-thumb-up:before { content: "\e670"; } .ti-thumb-down:before { content: "\e671"; } .ti-text:before { content: "\e672"; } .ti-stats-up:before { content: "\e673"; } .ti-stats-down:before { content: "\e674"; } .ti-split-v:before { content: "\e675"; } .ti-split-h:before { content: "\e676"; } .ti-smallcap:before { content: "\e677"; } .ti-shine:before { content: "\e678"; } .ti-shift-right:before { content: "\e679"; } .ti-shift-left:before { content: "\e67a"; } .ti-shield:before { content: "\e67b"; } .ti-notepad:before { content: "\e67c"; } .ti-server:before { content: "\e67d"; } .ti-quote-right:before { content: "\e67e"; } .ti-quote-left:before { content: "\e67f"; } .ti-pulse:before { content: "\e680"; } .ti-printer:before { content: "\e681"; } .ti-power-off:before { content: "\e682"; } .ti-plug:before { content: "\e683"; } .ti-pie-chart:before { content: "\e684"; } .ti-paragraph:before { content: "\e685"; } .ti-panel:before { content: "\e686"; } .ti-package:before { content: "\e687"; } .ti-music:before { content: "\e688"; } .ti-music-alt:before { content: "\e689"; } .ti-mouse:before { content: "\e68a"; } .ti-mouse-alt:before { content: "\e68b"; } .ti-money:before { content: "\e68c"; } .ti-microphone:before { content: "\e68d"; } .ti-menu:before { content: "\e68e"; } .ti-menu-alt:before { content: "\e68f"; } .ti-map:before { content: "\e690"; } .ti-map-alt:before { content: "\e691"; } .ti-loop:before { content: "\e692"; } .ti-location-pin:before { content: "\e693"; } .ti-list:before { content: "\e694"; } .ti-light-bulb:before { content: "\e695"; } .ti-Italic:before { content: "\e696"; } .ti-info:before { content: "\e697"; } .ti-infinite:before { content: "\e698"; } .ti-id-badge:before { content: "\e699"; } .ti-hummer:before { content: "\e69a"; } .ti-home:before { content: "\e69b"; } .ti-help:before { content: "\e69c"; } .ti-headphone:before { content: "\e69d"; } .ti-harddrives:before { content: "\e69e"; } .ti-harddrive:before { content: "\e69f"; } .ti-gift:before { content: "\e6a0"; } .ti-game:before { content: "\e6a1"; } .ti-filter:before { content: "\e6a2"; } .ti-files:before { content: "\e6a3"; } .ti-file:before { content: "\e6a4"; } .ti-eraser:before { content: "\e6a5"; } .ti-envelope:before { content: "\e6a6"; } .ti-download:before { content: "\e6a7"; } .ti-direction:before { content: "\e6a8"; } .ti-direction-alt:before { content: "\e6a9"; } .ti-dashboard:before { content: "\e6aa"; } .ti-control-stop:before { content: "\e6ab"; } .ti-control-shuffle:before { content: "\e6ac"; } .ti-control-play:before { content: "\e6ad"; } .ti-control-pause:before { content: "\e6ae"; } .ti-control-forward:before { content: "\e6af"; } .ti-control-backward:before { content: "\e6b0"; } .ti-cloud:before { content: "\e6b1"; } .ti-cloud-up:before { content: "\e6b2"; } .ti-cloud-down:before { content: "\e6b3"; } .ti-clipboard:before { content: "\e6b4"; } .ti-car:before { content: "\e6b5"; } .ti-calendar:before { content: "\e6b6"; } .ti-book:before { content: "\e6b7"; } .ti-bell:before { content: "\e6b8"; } .ti-basketball:before { content: "\e6b9"; } .ti-bar-chart:before { content: "\e6ba"; } .ti-bar-chart-alt:before { content: "\e6bb"; } .ti-back-right:before { content: "\e6bc"; } .ti-back-left:before { content: "\e6bd"; } .ti-arrows-corner:before { content: "\e6be"; } .ti-archive:before { content: "\e6bf"; } .ti-anchor:before { content: "\e6c0"; } .ti-align-right:before { content: "\e6c1"; } .ti-align-left:before { content: "\e6c2"; } .ti-align-justify:before { content: "\e6c3"; } .ti-align-center:before { content: "\e6c4"; } .ti-alert:before { content: "\e6c5"; } .ti-alarm-clock:before { content: "\e6c6"; } .ti-agenda:before { content: "\e6c7"; } .ti-write:before { content: "\e6c8"; } .ti-window:before { content: "\e6c9"; } .ti-widgetized:before { content: "\e6ca"; } .ti-widget:before { content: "\e6cb"; } .ti-widget-alt:before { content: "\e6cc"; } .ti-wallet:before { content: "\e6cd"; } .ti-video-clapper:before { content: "\e6ce"; } .ti-video-camera:before { content: "\e6cf"; } .ti-vector:before { content: "\e6d0"; } .ti-themify-logo:before { content: "\e6d1"; } .ti-themify-favicon:before { content: "\e6d2"; } .ti-themify-favicon-alt:before { content: "\e6d3"; } .ti-support:before { content: "\e6d4"; } .ti-stamp:before { content: "\e6d5"; } .ti-split-v-alt:before { content: "\e6d6"; } .ti-slice:before { content: "\e6d7"; } .ti-shortcode:before { content: "\e6d8"; } .ti-shift-right-alt:before { content: "\e6d9"; } .ti-shift-left-alt:before { content: "\e6da"; } .ti-ruler-alt-2:before { content: "\e6db"; } .ti-receipt:before { content: "\e6dc"; } .ti-pin2:before { content: "\e6dd"; } .ti-pin-alt:before { content: "\e6de"; } .ti-pencil-alt2:before { content: "\e6df"; } .ti-palette:before { content: "\e6e0"; } .ti-more:before { content: "\e6e1"; } .ti-more-alt:before { content: "\e6e2"; } .ti-microphone-alt:before { content: "\e6e3"; } .ti-magnet:before { content: "\e6e4"; } .ti-line-double:before { content: "\e6e5"; } .ti-line-dotted:before { content: "\e6e6"; } .ti-line-dashed:before { content: "\e6e7"; } .ti-layout-width-full:before { content: "\e6e8"; } .ti-layout-width-default:before { content: "\e6e9"; } .ti-layout-width-default-alt:before { content: "\e6ea"; } .ti-layout-tab:before { content: "\e6eb"; } .ti-layout-tab-window:before { content: "\e6ec"; } .ti-layout-tab-v:before { content: "\e6ed"; } .ti-layout-tab-min:before { content: "\e6ee"; } .ti-layout-slider:before { content: "\e6ef"; } .ti-layout-slider-alt:before { content: "\e6f0"; } .ti-layout-sidebar-right:before { content: "\e6f1"; } .ti-layout-sidebar-none:before { content: "\e6f2"; } .ti-layout-sidebar-left:before { content: "\e6f3"; } .ti-layout-placeholder:before { content: "\e6f4"; } .ti-layout-menu:before { content: "\e6f5"; } .ti-layout-menu-v:before { content: "\e6f6"; } .ti-layout-menu-separated:before { content: "\e6f7"; } .ti-layout-menu-full:before { content: "\e6f8"; } .ti-layout-media-right-alt:before { content: "\e6f9"; } .ti-layout-media-right:before { content: "\e6fa"; } .ti-layout-media-overlay:before { content: "\e6fb"; } .ti-layout-media-overlay-alt:before { content: "\e6fc"; } .ti-layout-media-overlay-alt-2:before { content: "\e6fd"; } .ti-layout-media-left-alt:before { content: "\e6fe"; } .ti-layout-media-left:before { content: "\e6ff"; } .ti-layout-media-center-alt:before { content: "\e700"; } .ti-layout-media-center:before { content: "\e701"; } .ti-layout-list-thumb:before { content: "\e702"; } .ti-layout-list-thumb-alt:before { content: "\e703"; } .ti-layout-list-post:before { content: "\e704"; } .ti-layout-list-large-image:before { content: "\e705"; } .ti-layout-line-solid:before { content: "\e706"; } .ti-layout-grid4:before { content: "\e707"; } .ti-layout-grid3:before { content: "\e708"; } .ti-layout-grid2:before { content: "\e709"; } .ti-layout-grid2-thumb:before { content: "\e70a"; } .ti-layout-cta-right:before { content: "\e70b"; } .ti-layout-cta-left:before { content: "\e70c"; } .ti-layout-cta-center:before { content: "\e70d"; } .ti-layout-cta-btn-right:before { content: "\e70e"; } .ti-layout-cta-btn-left:before { content: "\e70f"; } .ti-layout-column4:before { content: "\e710"; } .ti-layout-column3:before { content: "\e711"; } .ti-layout-column2:before { content: "\e712"; } .ti-layout-accordion-separated:before { content: "\e713"; } .ti-layout-accordion-merged:before { content: "\e714"; } .ti-layout-accordion-list:before { content: "\e715"; } .ti-ink-pen:before { content: "\e716"; } .ti-info-alt:before { content: "\e717"; } .ti-help-alt:before { content: "\e718"; } .ti-headphone-alt:before { content: "\e719"; } .ti-hand-point-up:before { content: "\e71a"; } .ti-hand-point-right:before { content: "\e71b"; } .ti-hand-point-left:before { content: "\e71c"; } .ti-hand-point-down:before { content: "\e71d"; } .ti-gallery:before { content: "\e71e"; } .ti-face-smile:before { content: "\e71f"; } .ti-face-sad:before { content: "\e720"; } .ti-credit-card:before { content: "\e721"; } .ti-control-skip-forward:before { content: "\e722"; } .ti-control-skip-backward:before { content: "\e723"; } .ti-control-record:before { content: "\e724"; } .ti-control-eject:before { content: "\e725"; } .ti-comments-smiley:before { content: "\e726"; } .ti-brush-alt:before { content: "\e727"; } .ti-youtube:before { content: "\e728"; } .ti-vimeo:before { content: "\e729"; } .ti-twitter:before { content: "\e72a"; } .ti-time:before { content: "\e72b"; } .ti-tumblr:before { content: "\e72c"; } .ti-skype:before { content: "\e72d"; } .ti-share:before { content: "\e72e"; } .ti-share-alt:before { content: "\e72f"; } .ti-rocket:before { content: "\e730"; } .ti-pinterest:before { content: "\e731"; } .ti-new-window:before { content: "\e732"; } .ti-microsoft:before { content: "\e733"; } .ti-list-ol:before { content: "\e734"; } .ti-linkedin:before { content: "\e735"; } .ti-layout-sidebar-2:before { content: "\e736"; } .ti-layout-grid4-alt:before { content: "\e737"; } .ti-layout-grid3-alt:before { content: "\e738"; } .ti-layout-grid2-alt:before { content: "\e739"; } .ti-layout-column4-alt:before { content: "\e73a"; } .ti-layout-column3-alt:before { content: "\e73b"; } .ti-layout-column2-alt:before { content: "\e73c"; } .ti-instagram:before { content: "\e73d"; } .ti-google:before { content: "\e73e"; } .ti-github:before { content: "\e73f"; } .ti-flickr:before { content: "\e740"; } .ti-facebook:before { content: "\e741"; } .ti-dropbox:before { content: "\e742"; } .ti-dribbble:before { content: "\e743"; } .ti-apple:before { content: "\e744"; } .ti-android:before { content: "\e745"; } .ti-save:before { content: "\e746"; } .ti-save-alt:before { content: "\e747"; } .ti-yahoo:before { content: "\e748"; } .ti-wordpress:before { content: "\e749"; } .ti-vimeo-alt:before { content: "\e74a"; } .ti-twitter-alt:before { content: "\e74b"; } .ti-tumblr-alt:before { content: "\e74c"; } .ti-trello:before { content: "\e74d"; } .ti-stack-overflow:before { content: "\e74e"; } .ti-soundcloud:before { content: "\e74f"; } .ti-sharethis:before { content: "\e750"; } .ti-sharethis-alt:before { content: "\e751"; } .ti-reddit:before { content: "\e752"; } .ti-pinterest-alt:before { content: "\e753"; } .ti-microsoft-alt:before { content: "\e754"; } .ti-linux:before { content: "\e755"; } .ti-jsfiddle:before { content: "\e756"; } .ti-joomla:before { content: "\e757"; } .ti-html5:before { content: "\e758"; } .ti-flickr-alt:before { content: "\e759"; } .ti-email:before { content: "\e75a"; } .ti-drupal:before { content: "\e75b"; } .ti-dropbox-alt:before { content: "\e75c"; } .ti-css3:before { content: "\e75d"; } .ti-rss:before { content: "\e75e"; } .ti-rss-alt:before { content: "\e75f"; } @charset "UTF-8"; /*! Ionicons,v2.0.0 Created by <NAME> for the Ionic Framework,http://ionicons.com/ https://twitter.com/benjsperry https://twitter.com/ionicframework MIT License:https://github.com/driftyco/ionicons Android-style icons originally built by Google’s Material Design Icons:https://github.com/google/material-design-icons used under CC BY http://creativecommons.org/licenses/by/4.0/ Modified icons to fit ionicon’s grid from original.*/ @font-face { font-family: "Ionicons"; src: url("../fonts/ionicons28b528b5.eot?v=2.0.0"); src: url("../fonts/ionicons28b528b5.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons28b528b5.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons28b528b5.woff?v=2.0.0") format("woff"), url("../fonts/ionicons28b528b5.svg?v=2.0.0#Ionicons") format("svg"); font-weight: normal; font-style: normal } .ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before { display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } .ion-alert:before { content: "\f101" } .ion-alert-circled:before { content: "\f100" } .ion-android-add:before { content: "\f2c7" } .ion-android-add-circle:before { content: "\f359" } .ion-android-alarm-clock:before { content: "\f35a" } .ion-android-alert:before { content: "\f35b" } .ion-android-apps:before { content: "\f35c" } .ion-android-archive:before { content: "\f2c9" } .ion-android-arrow-back:before { content: "\f2ca" } .ion-android-arrow-down:before { content: "\f35d" } .ion-android-arrow-dropdown:before { content: "\f35f" } .ion-android-arrow-dropdown-circle:before { content: "\f35e" } .ion-android-arrow-dropleft:before { content: "\f361" } .ion-android-arrow-dropleft-circle:before { content: "\f360" } .ion-android-arrow-dropright:before { content: "\f363" } .ion-android-arrow-dropright-circle:before { content: "\f362" } .ion-android-arrow-dropup:before { content: "\f365" } .ion-android-arrow-dropup-circle:before { content: "\f364" } .ion-android-arrow-forward:before { content: "\f30f" } .ion-android-arrow-up:before { content: "\f366" } .ion-android-attach:before { content: "\f367" } .ion-android-bar:before { content: "\f368" } .ion-android-bicycle:before { content: "\f369" } .ion-android-boat:before { content: "\f36a" } .ion-android-bookmark:before { content: "\f36b" } .ion-android-bulb:before { content: "\f36c" } .ion-android-bus:before { content: "\f36d" } .ion-android-calendar:before { content: "\f2d1" } .ion-android-call:before { content: "\f2d2" } .ion-android-camera:before { content: "\f2d3" } .ion-android-cancel:before { content: "\f36e" } .ion-android-car:before { content: "\f36f" } .ion-android-cart:before { content: "\f370" } .ion-android-chat:before { content: "\f2d4" } .ion-android-checkbox:before { content: "\f374" } .ion-android-checkbox-blank:before { content: "\f371" } .ion-android-checkbox-outline:before { content: "\f373" } .ion-android-checkbox-outline-blank:before { content: "\f372" } .ion-android-checkmark-circle:before { content: "\f375" } .ion-android-clipboard:before { content: "\f376" } .ion-android-close:before { content: "\f2d7" } .ion-android-cloud:before { content: "\f37a" } .ion-android-cloud-circle:before { content: "\f377" } .ion-android-cloud-done:before { content: "\f378" } .ion-android-cloud-outline:before { content: "\f379" } .ion-android-color-palette:before { content: "\f37b" } .ion-android-compass:before { content: "\f37c" } .ion-android-contact:before { content: "\f2d8" } .ion-android-contacts:before { content: "\f2d9" } .ion-android-contract:before { content: "\f37d" } .ion-android-create:before { content: "\f37e" } .ion-android-delete:before { content: "\f37f" } .ion-android-desktop:before { content: "\f380" } .ion-android-document:before { content: "\f381" } .ion-android-done:before { content: "\f383" } .ion-android-done-all:before { content: "\f382" } .ion-android-download:before { content: "\f2dd" } .ion-android-drafts:before { content: "\f384" } .ion-android-exit:before { content: "\f385" } .ion-android-expand:before { content: "\f386" } .ion-android-favorite:before { content: "\f388" } .ion-android-favorite-outline:before { content: "\f387" } .ion-android-film:before { content: "\f389" } .ion-android-folder:before { content: "\f2e0" } .ion-android-folder-open:before { content: "\f38a" } .ion-android-funnel:before { content: "\f38b" } .ion-android-globe:before { content: "\f38c" } .ion-android-hand:before { content: "\f2e3" } .ion-android-hangout:before { content: "\f38d" } .ion-android-happy:before { content: "\f38e" } .ion-android-home:before { content: "\f38f" } .ion-android-image:before { content: "\f2e4" } .ion-android-laptop:before { content: "\f390" } .ion-android-list:before { content: "\f391" } .ion-android-locate:before { content: "\f2e9" } .ion-android-lock:before { content: "\f392" } .ion-android-mail:before { content: "\f2eb" } .ion-android-map:before { content: "\f393" } .ion-android-menu:before { content: "\f394" } .ion-android-microphone:before { content: "\f2ec" } .ion-android-microphone-off:before { content: "\f395" } .ion-android-more-horizontal:before { content: "\f396" } .ion-android-more-vertical:before { content: "\f397" } .ion-android-navigate:before { content: "\f398" } .ion-android-notifications:before { content: "\f39b" } .ion-android-notifications-none:before { content: "\f399" } .ion-android-notifications-off:before { content: "\f39a" } .ion-android-open:before { content: "\f39c" } .ion-android-options:before { content: "\f39d" } .ion-android-people:before { content: "\f39e" } .ion-android-person:before { content: "\f3a0" } .ion-android-person-add:before { content: "\f39f" } .ion-android-phone-landscape:before { content: "\f3a1" } .ion-android-phone-portrait:before { content: "\f3a2" } .ion-android-pin:before { content: "\f3a3" } .ion-android-plane:before { content: "\f3a4" } .ion-android-playstore:before { content: "\f2f0" } .ion-android-print:before { content: "\f3a5" } .ion-android-radio-button-off:before { content: "\f3a6" } .ion-android-radio-button-on:before { content: "\f3a7" } .ion-android-refresh:before { content: "\f3a8" } .ion-android-remove:before { content: "\f2f4" } .ion-android-remove-circle:before { content: "\f3a9" } .ion-android-restaurant:before { content: "\f3aa" } .ion-android-sad:before { content: "\f3ab" } .ion-android-search:before { content: "\f2f5" } .ion-android-send:before { content: "\f2f6" } .ion-android-settings:before { content: "\f2f7" } .ion-android-share:before { content: "\f2f8" } .ion-android-share-alt:before { content: "\f3ac" } .ion-android-star:before { content: "\f2fc" } .ion-android-star-half:before { content: "\f3ad" } .ion-android-star-outline:before { content: "\f3ae" } .ion-android-stopwatch:before { content: "\f2fd" } .ion-android-subway:before { content: "\f3af" } .ion-android-sunny:before { content: "\f3b0" } .ion-android-sync:before { content: "\f3b1" } .ion-android-textsms:before { content: "\f3b2" } .ion-android-time:before { content: "\f3b3" } .ion-android-train:before { content: "\f3b4" } .ion-android-unlock:before { content: "\f3b5" } .ion-android-upload:before { content: "\f3b6" } .ion-android-volume-down:before { content: "\f3b7" } .ion-android-volume-mute:before { content: "\f3b8" } .ion-android-volume-off:before { content: "\f3b9" } .ion-android-volume-up:before { content: "\f3ba" } .ion-android-walk:before { content: "\f3bb" } .ion-android-warning:before { content: "\f3bc" } .ion-android-watch:before { content: "\f3bd" } .ion-android-wifi:before { content: "\f305" } .ion-aperture:before { content: "\f313" } .ion-archive:before { content: "\f102" } .ion-arrow-down-a:before { content: "\f103" } .ion-arrow-down-b:before { content: "\f104" } .ion-arrow-down-c:before { content: "\f105" } .ion-arrow-expand:before { content: "\f25e" } .ion-arrow-graph-down-left:before { content: "\f25f" } .ion-arrow-graph-down-right:before { content: "\f260" } .ion-arrow-graph-up-left:before { content: "\f261" } .ion-arrow-graph-up-right:before { content: "\f262" } .ion-arrow-left-a:before { content: "\f106" } .ion-arrow-left-b:before { content: "\f107" } .ion-arrow-left-c:before { content: "\f108" } .ion-arrow-move:before { content: "\f263" } .ion-arrow-resize:before { content: "\f264" } .ion-arrow-return-left:before { content: "\f265" } .ion-arrow-return-right:before { content: "\f266" } .ion-arrow-right-a:before { content: "\f109" } .ion-arrow-right-b:before { content: "\f10a" } .ion-arrow-right-c:before { content: "\f10b" } .ion-arrow-shrink:before { content: "\f267" } .ion-arrow-swap:before { content: "\f268" } .ion-arrow-up-a:before { content: "\f10c" } .ion-arrow-up-b:before { content: "\f10d" } .ion-arrow-up-c:before { content: "\f10e" } .ion-asterisk:before { content: "\f314" } .ion-at:before { content: "\f10f" } .ion-backspace:before { content: "\f3bf" } .ion-backspace-outline:before { content: "\f3be" } .ion-bag:before { content: "\f110" } .ion-battery-charging:before { content: "\f111" } .ion-battery-empty:before { content: "\f112" } .ion-battery-full:before { content: "\f113" } .ion-battery-half:before { content: "\f114" } .ion-battery-low:before { content: "\f115" } .ion-beaker:before { content: "\f269" } .ion-beer:before { content: "\f26a" } .ion-bluetooth:before { content: "\f116" } .ion-bonfire:before { content: "\f315" } .ion-bookmark:before { content: "\f26b" } .ion-bowtie:before { content: "\f3c0" } .ion-briefcase:before { content: "\f26c" } .ion-bug:before { content: "\f2be" } .ion-calculator:before { content: "\f26d" } .ion-calendar:before { content: "\f117" } .ion-camera:before { content: "\f118" } .ion-card:before { content: "\f119" } .ion-cash:before { content: "\f316" } .ion-chatbox:before { content: "\f11b" } .ion-chatbox-working:before { content: "\f11a" } .ion-chatboxes:before { content: "\f11c" } .ion-chatbubble:before { content: "\f11e" } .ion-chatbubble-working:before { content: "\f11d" } .ion-chatbubbles:before { content: "\f11f" } .ion-checkmark:before { content: "\f122" } .ion-checkmark-circled:before { content: "\f120" } .ion-checkmark-round:before { content: "\f121" } .ion-chevron-down:before { content: "\f123" } .ion-chevron-left:before { content: "\f124" } .ion-chevron-right:before { content: "\f125" } .ion-chevron-up:before { content: "\f126" } .ion-clipboard:before { content: "\f127" } .ion-clock:before { content: "\f26e" } .ion-close:before { content: "\f12a" } .ion-close-circled:before { content: "\f128" } .ion-close-round:before { content: "\f129" } .ion-closed-captioning:before { content: "\f317" } .ion-cloud:before { content: "\f12b" } .ion-code:before { content: "\f271" } .ion-code-download:before { content: "\f26f" } .ion-code-working:before { content: "\f270" } .ion-coffee:before { content: "\f272" } .ion-compass:before { content: "\f273" } .ion-compose:before { content: "\f12c" } .ion-connection-bars:before { content: "\f274" } .ion-contrast:before { content: "\f275" } .ion-crop:before { content: "\f3c1" } .ion-cube:before { content: "\f318" } .ion-disc:before { content: "\f12d" } .ion-document:before { content: "\f12f" } .ion-document-text:before { content: "\f12e" } .ion-drag:before { content: "\f130" } .ion-earth:before { content: "\f276" } .ion-easel:before { content: "\f3c2" } .ion-edit:before { content: "\f2bf" } .ion-egg:before { content: "\f277" } .ion-eject:before { content: "\f131" } .ion-email:before { content: "\f132" } .ion-email-unread:before { content: "\f3c3" } .ion-erlenmeyer-flask:before { content: "\f3c5" } .ion-erlenmeyer-flask-bubbles:before { content: "\f3c4" } .ion-eye:before { content: "\f133" } .ion-eye-disabled:before { content: "\f306" } .ion-female:before { content: "\f278" } .ion-filing:before { content: "\f134" } .ion-film-marker:before { content: "\f135" } .ion-fireball:before { content: "\f319" } .ion-flag:before { content: "\f279" } .ion-flame:before { content: "\f31a" } .ion-flash:before { content: "\f137" } .ion-flash-off:before { content: "\f136" } .ion-folder:before { content: "\f139" } .ion-fork:before { content: "\f27a" } .ion-fork-repo:before { content: "\f2c0" } .ion-forward:before { content: "\f13a" } .ion-funnel:before { content: "\f31b" } .ion-gear-a:before { content: "\f13d" } .ion-gear-b:before { content: "\f13e" } .ion-grid:before { content: "\f13f" } .ion-hammer:before { content: "\f27b" } .ion-happy:before { content: "\f31c" } .ion-happy-outline:before { content: "\f3c6" } .ion-headphone:before { content: "\f140" } .ion-heart:before { content: "\f141" } .ion-heart-broken:before { content: "\f31d" } .ion-help:before { content: "\f143" } .ion-help-buoy:before { content: "\f27c" } .ion-help-circled:before { content: "\f142" } .ion-home:before { content: "\f144" } .ion-icecream:before { content: "\f27d" } .ion-image:before { content: "\f147" } .ion-images:before { content: "\f148" } .ion-information:before { content: "\f14a" } .ion-information-circled:before { content: "\f149" } .ion-ionic:before { content: "\f14b" } .ion-ios-alarm:before { content: "\f3c8" } .ion-ios-alarm-outline:before { content: "\f3c7" } .ion-ios-albums:before { content: "\f3ca" } .ion-ios-albums-outline:before { content: "\f3c9" } .ion-ios-americanfootball:before { content: "\f3cc" } .ion-ios-americanfootball-outline:before { content: "\f3cb" } .ion-ios-analytics:before { content: "\f3ce" } .ion-ios-analytics-outline:before { content: "\f3cd" } .ion-ios-arrow-back:before { content: "\f3cf" } .ion-ios-arrow-down:before { content: "\f3d0" } .ion-ios-arrow-forward:before { content: "\f3d1" } .ion-ios-arrow-left:before { content: "\f3d2" } .ion-ios-arrow-right:before { content: "\f3d3" } .ion-ios-arrow-thin-down:before { content: "\f3d4" } .ion-ios-arrow-thin-left:before { content: "\f3d5" } .ion-ios-arrow-thin-right:before { content: "\f3d6" } .ion-ios-arrow-thin-up:before { content: "\f3d7" } .ion-ios-arrow-up:before { content: "\f3d8" } .ion-ios-at:before { content: "\f3da" } .ion-ios-at-outline:before { content: "\f3d9" } .ion-ios-barcode:before { content: "\f3dc" } .ion-ios-barcode-outline:before { content: "\f3db" } .ion-ios-baseball:before { content: "\f3de" } .ion-ios-baseball-outline:before { content: "\f3dd" } .ion-ios-basketball:before { content: "\f3e0" } .ion-ios-basketball-outline:before { content: "\f3df" } .ion-ios-bell:before { content: "\f3e2" } .ion-ios-bell-outline:before { content: "\f3e1" } .ion-ios-body:before { content: "\f3e4" } .ion-ios-body-outline:before { content: "\f3e3" } .ion-ios-bolt:before { content: "\f3e6" } .ion-ios-bolt-outline:before { content: "\f3e5" } .ion-ios-book:before { content: "\f3e8" } .ion-ios-book-outline:before { content: "\f3e7" } .ion-ios-bookmarks:before { content: "\f3ea" } .ion-ios-bookmarks-outline:before { content: "\f3e9" } .ion-ios-box:before { content: "\f3ec" } .ion-ios-box-outline:before { content: "\f3eb" } .ion-ios-briefcase:before { content: "\f3ee" } .ion-ios-briefcase-outline:before { content: "\f3ed" } .ion-ios-browsers:before { content: "\f3f0" } .ion-ios-browsers-outline:before { content: "\f3ef" } .ion-ios-calculator:before { content: "\f3f2" } .ion-ios-calculator-outline:before { content: "\f3f1" } .ion-ios-calendar:before { content: "\f3f4" } .ion-ios-calendar-outline:before { content: "\f3f3" } .ion-ios-camera:before { content: "\f3f6" } .ion-ios-camera-outline:before { content: "\f3f5" } .ion-ios-cart:before { content: "\f3f8" } .ion-ios-cart-outline:before { content: "\f3f7" } .ion-ios-chatboxes:before { content: "\f3fa" } .ion-ios-chatboxes-outline:before { content: "\f3f9" } .ion-ios-chatbubble:before { content: "\f3fc" } .ion-ios-chatbubble-outline:before { content: "\f3fb" } .ion-ios-checkmark:before { content: "\f3ff" } .ion-ios-checkmark-empty:before { content: "\f3fd" } .ion-ios-checkmark-outline:before { content: "\f3fe" } .ion-ios-circle-filled:before { content: "\f400" } .ion-ios-circle-outline:before { content: "\f401" } .ion-ios-clock:before { content: "\f403" } .ion-ios-clock-outline:before { content: "\f402" } .ion-ios-close:before { content: "\f406" } .ion-ios-close-empty:before { content: "\f404" } .ion-ios-close-outline:before { content: "\f405" } .ion-ios-cloud:before { content: "\f40c" } .ion-ios-cloud-download:before { content: "\f408" } .ion-ios-cloud-download-outline:before { content: "\f407" } .ion-ios-cloud-outline:before { content: "\f409" } .ion-ios-cloud-upload:before { content: "\f40b" } .ion-ios-cloud-upload-outline:before { content: "\f40a" } .ion-ios-cloudy:before { content: "\f410" } .ion-ios-cloudy-night:before { content: "\f40e" } .ion-ios-cloudy-night-outline:before { content: "\f40d" } .ion-ios-cloudy-outline:before { content: "\f40f" } .ion-ios-cog:before { content: "\f412" } .ion-ios-cog-outline:before { content: "\f411" } .ion-ios-color-filter:before { content: "\f414" } .ion-ios-color-filter-outline:before { content: "\f413" } .ion-ios-color-wand:before { content: "\f416" } .ion-ios-color-wand-outline:before { content: "\f415" } .ion-ios-compose:before { content: "\f418" } .ion-ios-compose-outline:before { content: "\f417" } .ion-ios-contact:before { content: "\f41a" } .ion-ios-contact-outline:before { content: "\f419" } .ion-ios-copy:before { content: "\f41c" } .ion-ios-copy-outline:before { content: "\f41b" } .ion-ios-crop:before { content: "\f41e" } .ion-ios-crop-strong:before { content: "\f41d" } .ion-ios-download:before { content: "\f420" } .ion-ios-download-outline:before { content: "\f41f" } .ion-ios-drag:before { content: "\f421" } .ion-ios-email:before { content: "\f423" } .ion-ios-email-outline:before { content: "\f422" } .ion-ios-eye:before { content: "\f425" } .ion-ios-eye-outline:before { content: "\f424" } .ion-ios-fastforward:before { content: "\f427" } .ion-ios-fastforward-outline:before { content: "\f426" } .ion-ios-filing:before { content: "\f429" } .ion-ios-filing-outline:before { content: "\f428" } .ion-ios-film:before { content: "\f42b" } .ion-ios-film-outline:before { content: "\f42a" } .ion-ios-flag:before { content: "\f42d" } .ion-ios-flag-outline:before { content: "\f42c" } .ion-ios-flame:before { content: "\f42f" } .ion-ios-flame-outline:before { content: "\f42e" } .ion-ios-flask:before { content: "\f431" } .ion-ios-flask-outline:before { content: "\f430" } .ion-ios-flower:before { content: "\f433" } .ion-ios-flower-outline:before { content: "\f432" } .ion-ios-folder:before { content: "\f435" } .ion-ios-folder-outline:before { content: "\f434" } .ion-ios-football:before { content: "\f437" } .ion-ios-football-outline:before { content: "\f436" } .ion-ios-game-controller-a:before { content: "\f439" } .ion-ios-game-controller-a-outline:before { content: "\f438" } .ion-ios-game-controller-b:before { content: "\f43b" } .ion-ios-game-controller-b-outline:before { content: "\f43a" } .ion-ios-gear:before { content: "\f43d" } .ion-ios-gear-outline:before { content: "\f43c" } .ion-ios-glasses:before { content: "\f43f" } .ion-ios-glasses-outline:before { content: "\f43e" } .ion-ios-grid-view:before { content: "\f441" } .ion-ios-grid-view-outline:before { content: "\f440" } .ion-ios-heart:before { content: "\f443" } .ion-ios-heart-outline:before { content: "\f442" } .ion-ios-help:before { content: "\f446" } .ion-ios-help-empty:before { content: "\f444" } .ion-ios-help-outline:before { content: "\f445" } .ion-ios-home:before { content: "\f448" } .ion-ios-home-outline:before { content: "\f447" } .ion-ios-infinite:before { content: "\f44a" } .ion-ios-infinite-outline:before { content: "\f449" } .ion-ios-information:before { content: "\f44d" } .ion-ios-information-empty:before { content: "\f44b" } .ion-ios-information-outline:before { content: "\f44c" } .ion-ios-ionic-outline:before { content: "\f44e" } .ion-ios-keypad:before { content: "\f450" } .ion-ios-keypad-outline:before { content: "\f44f" } .ion-ios-lightbulb:before { content: "\f452" } .ion-ios-lightbulb-outline:before { content: "\f451" } .ion-ios-list:before { content: "\f454" } .ion-ios-list-outline:before { content: "\f453" } .ion-ios-location:before { content: "\f456" } .ion-ios-location-outline:before { content: "\f455" } .ion-ios-locked:before { content: "\f458" } .ion-ios-locked-outline:before { content: "\f457" } .ion-ios-loop:before { content: "\f45a" } .ion-ios-loop-strong:before { content: "\f459" } .ion-ios-medical:before { content: "\f45c" } .ion-ios-medical-outline:before { content: "\f45b" } .ion-ios-medkit:before { content: "\f45e" } .ion-ios-medkit-outline:before { content: "\f45d" } .ion-ios-mic:before { content: "\f461" } .ion-ios-mic-off:before { content: "\f45f" } .ion-ios-mic-outline:before { content: "\f460" } .ion-ios-minus:before { content: "\f464" } .ion-ios-minus-empty:before { content: "\f462" } .ion-ios-minus-outline:before { content: "\f463" } .ion-ios-monitor:before { content: "\f466" } .ion-ios-monitor-outline:before { content: "\f465" } .ion-ios-moon:before { content: "\f468" } .ion-ios-moon-outline:before { content: "\f467" } .ion-ios-more:before { content: "\f46a" } .ion-ios-more-outline:before { content: "\f469" } .ion-ios-musical-note:before { content: "\f46b" } .ion-ios-musical-notes:before { content: "\f46c" } .ion-ios-navigate:before { content: "\f46e" } .ion-ios-navigate-outline:before { content: "\f46d" } .ion-ios-nutrition:before { content: "\f470" } .ion-ios-nutrition-outline:before { content: "\f46f" } .ion-ios-paper:before { content: "\f472" } .ion-ios-paper-outline:before { content: "\f471" } .ion-ios-paperplane:before { content: "\f474" } .ion-ios-paperplane-outline:before { content: "\f473" } .ion-ios-partlysunny:before { content: "\f476" } .ion-ios-partlysunny-outline:before { content: "\f475" } .ion-ios-pause:before { content: "\f478" } .ion-ios-pause-outline:before { content: "\f477" } .ion-ios-paw:before { content: "\f47a" } .ion-ios-paw-outline:before { content: "\f479" } .ion-ios-people:before { content: "\f47c" } .ion-ios-people-outline:before { content: "\f47b" } .ion-ios-person:before { content: "\f47e" } .ion-ios-person-outline:before { content: "\f47d" } .ion-ios-personadd:before { content: "\f480" } .ion-ios-personadd-outline:before { content: "\f47f" } .ion-ios-photos:before { content: "\f482" } .ion-ios-photos-outline:before { content: "\f481" } .ion-ios-pie:before { content: "\f484" } .ion-ios-pie-outline:before { content: "\f483" } .ion-ios-pint:before { content: "\f486" } .ion-ios-pint-outline:before { content: "\f485" } .ion-ios-play:before { content: "\f488" } .ion-ios-play-outline:before { content: "\f487" } .ion-ios-plus:before { content: "\f48b" } .ion-ios-plus-empty:before { content: "\f489" } .ion-ios-plus-outline:before { content: "\f48a" } .ion-ios-pricetag:before { content: "\f48d" } .ion-ios-pricetag-outline:before { content: "\f48c" } .ion-ios-pricetags:before { content: "\f48f" } .ion-ios-pricetags-outline:before { content: "\f48e" } .ion-ios-printer:before { content: "\f491" } .ion-ios-printer-outline:before { content: "\f490" } .ion-ios-pulse:before { content: "\f493" } .ion-ios-pulse-strong:before { content: "\f492" } .ion-ios-rainy:before { content: "\f495" } .ion-ios-rainy-outline:before { content: "\f494" } .ion-ios-recording:before { content: "\f497" } .ion-ios-recording-outline:before { content: "\f496" } .ion-ios-redo:before { content: "\f499" } .ion-ios-redo-outline:before { content: "\f498" } .ion-ios-refresh:before { content: "\f49c" } .ion-ios-refresh-empty:before { content: "\f49a" } .ion-ios-refresh-outline:before { content: "\f49b" } .ion-ios-reload:before { content: "\f49d" } .ion-ios-reverse-camera:before { content: "\f49f" } .ion-ios-reverse-camera-outline:before { content: "\f49e" } .ion-ios-rewind:before { content: "\f4a1" } .ion-ios-rewind-outline:before { content: "\f4a0" } .ion-ios-rose:before { content: "\f4a3" } .ion-ios-rose-outline:before { content: "\f4a2" } .ion-ios-search:before { content: "\f4a5" } .ion-ios-search-strong:before { content: "\f4a4" } .ion-ios-settings:before { content: "\f4a7" } .ion-ios-settings-strong:before { content: "\f4a6" } .ion-ios-shuffle:before { content: "\f4a9" } .ion-ios-shuffle-strong:before { content: "\f4a8" } .ion-ios-skipbackward:before { content: "\f4ab" } .ion-ios-skipbackward-outline:before { content: "\f4aa" } .ion-ios-skipforward:before { content: "\f4ad" } .ion-ios-skipforward-outline:before { content: "\f4ac" } .ion-ios-snowy:before { content: "\f4ae" } .ion-ios-speedometer:before { content: "\f4b0" } .ion-ios-speedometer-outline:before { content: "\f4af" } .ion-ios-star:before { content: "\f4b3" } .ion-ios-star-half:before { content: "\f4b1" } .ion-ios-star-outline:before { content: "\f4b2" } .ion-ios-stopwatch:before { content: "\f4b5" } .ion-ios-stopwatch-outline:before { content: "\f4b4" } .ion-ios-sunny:before { content: "\f4b7" } .ion-ios-sunny-outline:before { content: "\f4b6" } .ion-ios-telephone:before { content: "\f4b9" } .ion-ios-telephone-outline:before { content: "\f4b8" } .ion-ios-tennisball:before { content: "\f4bb" } .ion-ios-tennisball-outline:before { content: "\f4ba" } .ion-ios-thunderstorm:before { content: "\f4bd" } .ion-ios-thunderstorm-outline:before { content: "\f4bc" } .ion-ios-time:before { content: "\f4bf" } .ion-ios-time-outline:before { content: "\f4be" } .ion-ios-timer:before { content: "\f4c1" } .ion-ios-timer-outline:before { content: "\f4c0" } .ion-ios-toggle:before { content: "\f4c3" } .ion-ios-toggle-outline:before { content: "\f4c2" } .ion-ios-trash:before { content: "\f4c5" } .ion-ios-trash-outline:before { content: "\f4c4" } .ion-ios-undo:before { content: "\f4c7" } .ion-ios-undo-outline:before { content: "\f4c6" } .ion-ios-unlocked:before { content: "\f4c9" } .ion-ios-unlocked-outline:before { content: "\f4c8" } .ion-ios-upload:before { content: "\f4cb" } .ion-ios-upload-outline:before { content: "\f4ca" } .ion-ios-videocam:before { content: "\f4cd" } .ion-ios-videocam-outline:before { content: "\f4cc" } .ion-ios-volume-high:before { content: "\f4ce" } .ion-ios-volume-low:before { content: "\f4cf" } .ion-ios-wineglass:before { content: "\f4d1" } .ion-ios-wineglass-outline:before { content: "\f4d0" } .ion-ios-world:before { content: "\f4d3" } .ion-ios-world-outline:before { content: "\f4d2" } .ion-ipad:before { content: "\f1f9" } .ion-iphone:before { content: "\f1fa" } .ion-ipod:before { content: "\f1fb" } .ion-jet:before { content: "\f295" } .ion-key:before { content: "\f296" } .ion-knife:before { content: "\f297" } .ion-laptop:before { content: "\f1fc" } .ion-leaf:before { content: "\f1fd" } .ion-levels:before { content: "\f298" } .ion-lightbulb:before { content: "\f299" } .ion-link:before { content: "\f1fe" } .ion-load-a:before { content: "\f29a" } .ion-load-b:before { content: "\f29b" } .ion-load-c:before { content: "\f29c" } .ion-load-d:before { content: "\f29d" } .ion-location:before { content: "\f1ff" } .ion-lock-combination:before { content: "\f4d4" } .ion-locked:before { content: "\f200" } .ion-log-in:before { content: "\f29e" } .ion-log-out:before { content: "\f29f" } .ion-loop:before { content: "\f201" } .ion-magnet:before { content: "\f2a0" } .ion-male:before { content: "\f2a1" } .ion-man:before { content: "\f202" } .ion-map:before { content: "\f203" } .ion-medkit:before { content: "\f2a2" } .ion-merge:before { content: "\f33f" } .ion-mic-a:before { content: "\f204" } .ion-mic-b:before { content: "\f205" } .ion-mic-c:before { content: "\f206" } .ion-minus:before { content: "\f209" } .ion-minus-circled:before { content: "\f207" } .ion-minus-round:before { content: "\f208" } .ion-model-s:before { content: "\f2c1" } .ion-monitor:before { content: "\f20a" } .ion-more:before { content: "\f20b" } .ion-mouse:before { content: "\f340" } .ion-music-note:before { content: "\f20c" } .ion-navicon:before { content: "\f20e" } .ion-navicon-round:before { content: "\f20d" } .ion-navigate:before { content: "\f2a3" } .ion-network:before { content: "\f341" } .ion-no-smoking:before { content: "\f2c2" } .ion-nuclear:before { content: "\f2a4" } .ion-outlet:before { content: "\f342" } .ion-paintbrush:before { content: "\f4d5" } .ion-paintbucket:before { content: "\f4d6" } .ion-paper-airplane:before { content: "\f2c3" } .ion-paperclip:before { content: "\f20f" } .ion-pause:before { content: "\f210" } .ion-person:before { content: "\f213" } .ion-person-add:before { content: "\f211" } .ion-person-stalker:before { content: "\f212" } .ion-pie-graph:before { content: "\f2a5" } .ion-pin:before { content: "\f2a6" } .ion-pinpoint:before { content: "\f2a7" } .ion-pizza:before { content: "\f2a8" } .ion-plane:before { content: "\f214" } .ion-planet:before { content: "\f343" } .ion-play:before { content: "\f215" } .ion-playstation:before { content: "\f30a" } .ion-plus:before { content: "\f218" } .ion-plus-circled:before { content: "\f216" } .ion-plus-round:before { content: "\f217" } .ion-podium:before { content: "\f344" } .ion-pound:before { content: "\f219" } .ion-power:before { content: "\f2a9" } .ion-pricetag:before { content: "\f2aa" } .ion-pricetags:before { content: "\f2ab" } .ion-printer:before { content: "\f21a" } .ion-pull-request:before { content: "\f345" } .ion-qr-scanner:before { content: "\f346" } .ion-quote:before { content: "\f347" } .ion-radio-waves:before { content: "\f2ac" } .ion-record:before { content: "\f21b" } .ion-refresh:before { content: "\f21c" } .ion-reply:before { content: "\f21e" } .ion-reply-all:before { content: "\f21d" } .ion-ribbon-a:before { content: "\f348" } .ion-ribbon-b:before { content: "\f349" } .ion-sad:before { content: "\f34a" } .ion-sad-outline:before { content: "\f4d7" } .ion-scissors:before { content: "\f34b" } .ion-search:before { content: "\f21f" } .ion-settings:before { content: "\f2ad" } .ion-share:before { content: "\f220" } .ion-shuffle:before { content: "\f221" } .ion-skip-backward:before { content: "\f222" } .ion-skip-forward:before { content: "\f223" } .ion-social-android:before { content: "\f225" } .ion-social-android-outline:before { content: "\f224" } .ion-social-angular:before { content: "\f4d9" } .ion-social-angular-outline:before { content: "\f4d8" } .ion-social-apple:before { content: "\f227" } .ion-social-apple-outline:before { content: "\f226" } .ion-social-bitcoin:before { content: "\f2af" } .ion-social-bitcoin-outline:before { content: "\f2ae" } .ion-social-buffer:before { content: "\f229" } .ion-social-buffer-outline:before { content: "\f228" } .ion-social-chrome:before { content: "\f4db" } .ion-social-chrome-outline:before { content: "\f4da" } .ion-social-codepen:before { content: "\f4dd" } .ion-social-codepen-outline:before { content: "\f4dc" } .ion-social-css3:before { content: "\f4df" } .ion-social-css3-outline:before { content: "\f4de" } .ion-social-designernews:before { content: "\f22b" } .ion-social-designernews-outline:before { content: "\f22a" } .ion-social-dribbble:before { content: "\f22d" } .ion-social-dribbble-outline:before { content: "\f22c" } .ion-social-dropbox:before { content: "\f22f" } .ion-social-dropbox-outline:before { content: "\f22e" } .ion-social-euro:before { content: "\f4e1" } .ion-social-euro-outline:before { content: "\f4e0" } .ion-social-facebook:before { content: "\f231" } .ion-social-facebook-outline:before { content: "\f230" } .ion-social-foursquare:before { content: "\f34d" } .ion-social-foursquare-outline:before { content: "\f34c" } .ion-social-freebsd-devil:before { content: "\f2c4" } .ion-social-github:before { content: "\f233" } .ion-social-github-outline:before { content: "\f232" } .ion-social-google:before { content: "\f34f" } .ion-social-google-outline:before { content: "\f34e" } .ion-social-googleplus:before { content: "\f235" } .ion-social-googleplus-outline:before { content: "\f234" } .ion-social-hackernews:before { content: "\f237" } .ion-social-hackernews-outline:before { content: "\f236" } .ion-social-html5:before { content: "\f4e3" } .ion-social-html5-outline:before { content: "\f4e2" } .ion-social-instagram:before { content: "\f351" } .ion-social-instagram-outline:before { content: "\f350" } .ion-social-javascript:before { content: "\f4e5" } .ion-social-javascript-outline:before { content: "\f4e4" } .ion-social-linkedin:before { content: "\f239" } .ion-social-linkedin-outline:before { content: "\f238" } .ion-social-markdown:before { content: "\f4e6" } .ion-social-nodejs:before { content: "\f4e7" } .ion-social-octocat:before { content: "\f4e8" } .ion-social-pinterest:before { content: "\f2b1" } .ion-social-pinterest-outline:before { content: "\f2b0" } .ion-social-python:before { content: "\f4e9" } .ion-social-reddit:before { content: "\f23b" } .ion-social-reddit-outline:before { content: "\f23a" } .ion-social-rss:before { content: "\f23d" } .ion-social-rss-outline:before { content: "\f23c" } .ion-social-sass:before { content: "\f4ea" } .ion-social-skype:before { content: "\f23f" } .ion-social-skype-outline:before { content: "\f23e" } .ion-social-snapchat:before { content: "\f4ec" } .ion-social-snapchat-outline:before { content: "\f4eb" } .ion-social-tumblr:before { content: "\f241" } .ion-social-tumblr-outline:before { content: "\f240" } .ion-social-tux:before { content: "\f2c5" } .ion-social-twitch:before { content: "\f4ee" } .ion-social-twitch-outline:before { content: "\f4ed" } .ion-social-twitter:before { content: "\f243" } .ion-social-twitter-outline:before { content: "\f242" } .ion-social-usd:before { content: "\f353" } .ion-social-usd-outline:before { content: "\f352" } .ion-social-vimeo:before { content: "\f245" } .ion-social-vimeo-outline:before { content: "\f244" } .ion-social-whatsapp:before { content: "\f4f0" } .ion-social-whatsapp-outline:before { content: "\f4ef" } .ion-social-windows:before { content: "\f247" } .ion-social-windows-outline:before { content: "\f246" } .ion-social-wordpress:before { content: "\f249" } .ion-social-wordpress-outline:before { content: "\f248" } .ion-social-yahoo:before { content: "\f24b" } .ion-social-yahoo-outline:before { content: "\f24a" } .ion-social-yen:before { content: "\f4f2" } .ion-social-yen-outline:before { content: "\f4f1" } .ion-social-youtube:before { content: "\f24d" } .ion-social-youtube-outline:before { content: "\f24c" } .ion-soup-can:before { content: "\f4f4" } .ion-soup-can-outline:before { content: "\f4f3" } .ion-speakerphone:before { content: "\f2b2" } .ion-speedometer:before { content: "\f2b3" } .ion-spoon:before { content: "\f2b4" } .ion-star:before { content: "\f24e" } .ion-stats-bars:before { content: "\f2b5" } .ion-steam:before { content: "\f30b" } .ion-stop:before { content: "\f24f" } .ion-thermometer:before { content: "\f2b6" } .ion-thumbsdown:before { content: "\f250" } .ion-thumbsup:before { content: "\f251" } .ion-toggle:before { content: "\f355" } .ion-toggle-filled:before { content: "\f354" } .ion-transgender:before { content: "\f4f5" } .ion-trash-a:before { content: "\f252" } .ion-trash-b:before { content: "\f253" } .ion-trophy:before { content: "\f356" } .ion-tshirt:before { content: "\f4f7" } .ion-tshirt-outline:before { content: "\f4f6" } .ion-umbrella:before { content: "\f2b7" } .ion-university:before { content: "\f357" } .ion-unlocked:before { content: "\f254" } .ion-upload:before { content: "\f255" } .ion-usb:before { content: "\f2b8" } .ion-videocamera:before { content: "\f256" } .ion-volume-high:before { content: "\f257" } .ion-volume-low:before { content: "\f258" } .ion-volume-medium:before { content: "\f259" } .ion-volume-mute:before { content: "\f25a" } .ion-wand:before { content: "\f358" } .ion-waterdrop:before { content: "\f25b" } .ion-wifi:before { content: "\f25c" } .ion-wineglass:before { content: "\f2b9" } .ion-woman:before { content: "\f25d" } .ion-wrench:before { content: "\f2ba" } .ion-xbox:before { content: "\f30c" } @font-face { font-family: 'et-line'; src: url('../fonts/et-line.eot'); src: url('../fonts/et-lined41d.eot?#iefix') format('embedded-opentype'), url('../fonts/et-line.woff') format('woff'), url('../fonts/et-line.ttf') format('truetype'), url('../fonts/et-line.svg#et-line') format('svg'); font-weight: normal; font-style: normal; } /* Use the following CSS code if you want to use data attributes for inserting your icons */ [data-icon]:before { font-family: 'et-line'; content: attr(data-icon); speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: inline-block; } /* Use the following CSS code if you want to have a class per icon */ /*Instead of a list of all class selectors,you can use the generic selector below,but it's slower:[class*="icon-"]{*/ .icon-mobile, .icon-laptop, .icon-desktop, .icon-tablet, .icon-phone, .icon-document, .icon-documents, .icon-search, .icon-clipboard, .icon-newspaper, .icon-notebook, .icon-book-open, .icon-browser, .icon-calendar, .icon-presentation, .icon-picture, .icon-pictures, .icon-video, .icon-camera, .icon-printer, .icon-toolbox, .icon-briefcase, .icon-wallet, .icon-gift, .icon-bargraph, .icon-grid, .icon-expand, .icon-focus, .icon-edit, .icon-adjustments, .icon-ribbon, .icon-hourglass, .icon-lock, .icon-megaphone, .icon-shield, .icon-trophy, .icon-flag, .icon-map, .icon-puzzle, .icon-basket, .icon-envelope, .icon-streetsign, .icon-telescope, .icon-gears, .icon-key, .icon-paperclip, .icon-attachment, .icon-pricetags, .icon-lightbulb, .icon-layers, .icon-pencil, .icon-tools, .icon-tools-2, .icon-scissors, .icon-paintbrush, .icon-magnifying-glass, .icon-circle-compass, .icon-linegraph, .icon-mic, .icon-strategy, .icon-beaker, .icon-caution, .icon-recycle, .icon-anchor, .icon-profile-male, .icon-profile-female, .icon-bike, .icon-wine, .icon-hotairballoon, .icon-globe, .icon-genius, .icon-map-pin, .icon-dial, .icon-chat, .icon-heart, .icon-cloud, .icon-upload, .icon-download, .icon-target, .icon-hazardous, .icon-piechart, .icon-speedometer, .icon-global, .icon-compass, .icon-lifesaver, .icon-clock, .icon-aperture, .icon-quote, .icon-scope, .icon-alarmclock, .icon-refresh, .icon-happy, .icon-sad, .icon-facebook, .icon-twitter, .icon-googleplus, .icon-rss, .icon-tumblr, .icon-linkedin, .icon-dribbble { font-family: 'et-line'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: inline-block; } .icon-mobile:before { content: "\e000"; } .icon-laptop:before { content: "\e001"; } .icon-desktop:before { content: "\e002"; } .icon-tablet:before { content: "\e003"; } .icon-phone:before { content: "\e004"; } .icon-document:before { content: "\e005"; } .icon-documents:before { content: "\e006"; } .icon-search:before { content: "\e007"; } .icon-clipboard:before { content: "\e008"; } .icon-newspaper:before { content: "\e009"; } .icon-notebook:before { content: "\e00a"; } .icon-book-open:before { content: "\e00b"; } .icon-browser:before { content: "\e00c"; } .icon-calendar:before { content: "\e00d"; } .icon-presentation:before { content: "\e00e"; } .icon-picture:before { content: "\e00f"; } .icon-pictures:before { content: "\e010"; } .icon-video:before { content: "\e011"; } .icon-camera:before { content: "\e012"; } .icon-printer:before { content: "\e013"; } .icon-toolbox:before { content: "\e014"; } .icon-briefcase:before { content: "\e015"; } .icon-wallet:before { content: "\e016"; } .icon-gift:before { content: "\e017"; } .icon-bargraph:before { content: "\e018"; } .icon-grid:before { content: "\e019"; } .icon-expand:before { content: "\e01a"; } .icon-focus:before { content: "\e01b"; } .icon-edit:before { content: "\e01c"; } .icon-adjustments:before { content: "\e01d"; } .icon-ribbon:before { content: "\e01e"; } .icon-hourglass:before { content: "\e01f"; } .icon-lock:before { content: "\e020"; } .icon-megaphone:before { content: "\e021"; } .icon-shield:before { content: "\e022"; } .icon-trophy:before { content: "\e023"; } .icon-flag:before { content: "\e024"; } .icon-map:before { content: "\e025"; } .icon-puzzle:before { content: "\e026"; } .icon-basket:before { content: "\e027"; } .icon-envelope:before { content: "\e028"; } .icon-streetsign:before { content: "\e029"; } .icon-telescope:before { content: "\e02a"; } .icon-gears:before { content: "\e02b"; } .icon-key:before { content: "\e02c"; } .icon-paperclip:before { content: "\e02d"; } .icon-attachment:before { content: "\e02e"; } .icon-pricetags:before { content: "\e02f"; } .icon-lightbulb:before { content: "\e030"; } .icon-layers:before { content: "\e031"; } .icon-pencil:before { content: "\e032"; } .icon-tools:before { content: "\e033"; } .icon-tools-2:before { content: "\e034"; } .icon-scissors:before { content: "\e035"; } .icon-paintbrush:before { content: "\e036"; } .icon-magnifying-glass:before { content: "\e037"; } .icon-circle-compass:before { content: "\e038"; } .icon-linegraph:before { content: "\e039"; } .icon-mic:before { content: "\e03a"; } .icon-strategy:before { content: "\e03b"; } .icon-beaker:before { content: "\e03c"; } .icon-caution:before { content: "\e03d"; } .icon-recycle:before { content: "\e03e"; } .icon-anchor:before { content: "\e03f"; } .icon-profile-male:before { content: "\e040"; } .icon-profile-female:before { content: "\e041"; } .icon-bike:before { content: "\e042"; } .icon-wine:before { content: "\e043"; } .icon-hotairballoon:before { content: "\e044"; } .icon-globe:before { content: "\e045"; } .icon-genius:before { content: "\e046"; } .icon-map-pin:before { content: "\e047"; } .icon-dial:before { content: "\e048"; } .icon-chat:before { content: "\e049"; } .icon-heart:before { content: "\e04a"; } .icon-cloud:before { content: "\e04b"; } .icon-upload:before { content: "\e04c"; } .icon-download:before { content: "\e04d"; } .icon-target:before { content: "\e04e"; } .icon-hazardous:before { content: "\e04f"; } .icon-piechart:before { content: "\e050"; } .icon-speedometer:before { content: "\e051"; } .icon-global:before { content: "\e052"; } .icon-compass:before { content: "\e053"; } .icon-lifesaver:before { content: "\e054"; } .icon-clock:before { content: "\e055"; } .icon-aperture:before { content: "\e056"; } .icon-quote:before { content: "\e057"; } .icon-scope:before { content: "\e058"; } .icon-alarmclock:before { content: "\e059"; } .icon-refresh:before { content: "\e05a"; } .icon-happy:before { content: "\e05b"; } .icon-sad:before { content: "\e05c"; } .icon-facebook:before { content: "\e05d"; } .icon-twitter:before { content: "\e05e"; } .icon-googleplus:before { content: "\e05f"; } .icon-rss:before { content: "\e060"; } .icon-tumblr:before { content: "\e061"; } .icon-linkedin:before { content: "\e062"; } .icon-dribbble:before { content: "\e063"; } @font-face { font-family: "feather"; src: url('../fonts/feathere8ab.eot?t=1525787366991'); /* IE9*/ src: url('../fonts/feathere8ab.eot?t=1525787366991#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/feathere8ab.woff?t=1525787366991') format('woff'), /* chrome,firefox */ url('../fonts/feathere8ab.ttf?t=1525787366991') format('truetype'), /* chrome,firefox,opera,Safari,Android,iOS 4.2+*/ url('../fonts/feathere8ab.svg?t=1525787366991#feather') format('svg'); /* iOS 4.1- */ } .feather { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'feather' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .ft-alert-octagon:before { content: "\e81b"; } .ft-alert-circle:before { content: "\e81c"; } .ft-activity:before { content: "\e81d"; } .ft-alert-triangle:before { content: "\e81e"; } .ft-align-center:before { content: "\e81f"; } .ft-airplay:before { content: "\e820"; } .ft-align-justify:before { content: "\e821"; } .ft-align-left:before { content: "\e822"; } .ft-align-right:before { content: "\e823"; } .ft-arrow-down-left:before { content: "\e824"; } .ft-arrow-down-right:before { content: "\e825"; } .ft-anchor:before { content: "\e826"; } .ft-aperture:before { content: "\e827"; } .ft-arrow-left:before { content: "\e828"; } .ft-arrow-right:before { content: "\e829"; } .ft-arrow-down:before { content: "\e82a"; } .ft-arrow-up-left:before { content: "\e82b"; } .ft-arrow-up-right:before { content: "\e82c"; } .ft-arrow-up:before { content: "\e82d"; } .ft-award:before { content: "\e82e"; } .ft-bar-chart:before { content: "\e82f"; } .ft-at-sign:before { content: "\e830"; } .ft-bar-chart-2:before { content: "\e831"; } .ft-battery-charging:before { content: "\e832"; } .ft-bell-off:before { content: "\e833"; } .ft-battery:before { content: "\e834"; } .ft-bluetooth:before { content: "\e835"; } .ft-bell:before { content: "\e836"; } .ft-book:before { content: "\e837"; } .ft-briefcase:before { content: "\e838"; } .ft-camera-off:before { content: "\e839"; } .ft-calendar:before { content: "\e83a"; } .ft-bookmark:before { content: "\e83b"; } .ft-box:before { content: "\e83c"; } .ft-camera:before { content: "\e83d"; } .ft-check-circle:before { content: "\e83e"; } .ft-check:before { content: "\e83f"; } .ft-check-square:before { content: "\e840"; } .ft-cast:before { content: "\e841"; } .ft-chevron-down:before { content: "\e842"; } .ft-chevron-left:before { content: "\e843"; } .ft-chevron-right:before { content: "\e844"; } .ft-chevron-up:before { content: "\e845"; } .ft-chevrons-down:before { content: "\e846"; } .ft-chevrons-right:before { content: "\e847"; } .ft-chevrons-up:before { content: "\e848"; } .ft-chevrons-left:before { content: "\e849"; } .ft-circle:before { content: "\e84a"; } .ft-clipboard:before { content: "\e84b"; } .ft-chrome:before { content: "\e84c"; } .ft-clock:before { content: "\e84d"; } .ft-cloud-lightning:before { content: "\e84e"; } .ft-cloud-drizzle:before { content: "\e84f"; } .ft-cloud-rain:before { content: "\e850"; } .ft-cloud-off:before { content: "\e851"; } .ft-codepen:before { content: "\e852"; } .ft-cloud-snow:before { content: "\e853"; } .ft-compass:before { content: "\e854"; } .ft-copy:before { content: "\e855"; } .ft-corner-down-right:before { content: "\e856"; } .ft-corner-down-left:before { content: "\e857"; } .ft-corner-left-down:before { content: "\e858"; } .ft-corner-left-up:before { content: "\e859"; } .ft-corner-up-left:before { content: "\e85a"; } .ft-corner-up-right:before { content: "\e85b"; } .ft-corner-right-down:before { content: "\e85c"; } .ft-corner-right-up:before { content: "\e85d"; } .ft-cpu:before { content: "\e85e"; } .ft-credit-card:before { content: "\e85f"; } .ft-crosshair:before { content: "\e860"; } .ft-disc:before { content: "\e861"; } .ft-delete:before { content: "\e862"; } .ft-download-cloud:before { content: "\e863"; } .ft-download:before { content: "\e864"; } .ft-droplet:before { content: "\e865"; } .ft-edit-2:before { content: "\e866"; } .ft-edit:before { content: "\e867"; } .ft-edit-1:before { content: "\e868"; } .ft-external-link:before { content: "\e869"; } .ft-eye:before { content: "\e86a"; } .ft-feather:before { content: "\e86b"; } .ft-facebook:before { content: "\e86c"; } .ft-file-minus:before { content: "\e86d"; } .ft-eye-off:before { content: "\e86e"; } .ft-fast-forward:before { content: "\e86f"; } .ft-file-text:before { content: "\e870"; } .ft-film:before { content: "\e871"; } .ft-file:before { content: "\e872"; } .ft-file-plus:before { content: "\e873"; } .ft-folder:before { content: "\e874"; } .ft-filter:before { content: "\e875"; } .ft-flag:before { content: "\e876"; } .ft-globe:before { content: "\e877"; } .ft-grid:before { content: "\e878"; } .ft-heart:before { content: "\e879"; } .ft-home:before { content: "\e87a"; } .ft-github:before { content: "\e87b"; } .ft-image:before { content: "\e87c"; } .ft-inbox:before { content: "\e87d"; } .ft-layers:before { content: "\e87e"; } .ft-info:before { content: "\e87f"; } .ft-instagram:before { content: "\e880"; } .ft-layout:before { content: "\e881"; } .ft-link-2:before { content: "\e882"; } .ft-life-buoy:before { content: "\e883"; } .ft-link:before { content: "\e884"; } .ft-log-in:before { content: "\e885"; } .ft-list:before { content: "\e886"; } .ft-lock:before { content: "\e887"; } .ft-log-out:before { content: "\e888"; } .ft-loader:before { content: "\e889"; } .ft-mail:before { content: "\e88a"; } .ft-maximize-2:before { content: "\e88b"; } .ft-map:before { content: "\e88c"; } .ft-map-pin:before { content: "\e88e"; } .ft-menu:before { content: "\e88f"; } .ft-message-circle:before { content: "\e890"; } .ft-message-square:before { content: "\e891"; } .ft-minimize-2:before { content: "\e892"; } .ft-mic-off:before { content: "\e893"; } .ft-minus-circle:before { content: "\e894"; } .ft-mic:before { content: "\e895"; } .ft-minus-square:before { content: "\e896"; } .ft-minus:before { content: "\e897"; } .ft-moon:before { content: "\e898"; } .ft-monitor:before { content: "\e899"; } .ft-more-vertical:before { content: "\e89a"; } .ft-more-horizontal:before { content: "\e89b"; } .ft-move:before { content: "\e89c"; } .ft-music:before { content: "\e89d"; } .ft-navigation-2:before { content: "\e89e"; } .ft-navigation:before { content: "\e89f"; } .ft-octagon:before { content: "\e8a0"; } .ft-package:before { content: "\e8a1"; } .ft-pause-circle:before { content: "\e8a2"; } .ft-pause:before { content: "\e8a3"; } .ft-percent:before { content: "\e8a4"; } .ft-phone-call:before { content: "\e8a5"; } .ft-phone-forwarded:before { content: "\e8a6"; } .ft-phone-missed:before { content: "\e8a7"; } .ft-phone-off:before { content: "\e8a8"; } .ft-phone-incoming:before { content: "\e8a9"; } .ft-phone:before { content: "\e8aa"; } .ft-phone-outgoing:before { content: "\e8ab"; } .ft-pie-chart:before { content: "\e8ac"; } .ft-play-circle:before { content: "\e8ad"; } .ft-play:before { content: "\e8ae"; } .ft-plus-square:before { content: "\e8af"; } .ft-plus-circle:before { content: "\e8b0"; } .ft-plus:before { content: "\e8b1"; } .ft-pocket:before { content: "\e8b2"; } .ft-printer:before { content: "\e8b3"; } .ft-power:before { content: "\e8b4"; } .ft-radio:before { content: "\e8b5"; } .ft-repeat:before { content: "\e8b6"; } .ft-refresh-ccw:before { content: "\e8b7"; } .ft-rewind:before { content: "\e8b8"; } .ft-rotate-ccw:before { content: "\e8b9"; } .ft-refresh-cw:before { content: "\e8ba"; } .ft-rotate-cw:before { content: "\e8bb"; } .ft-save:before { content: "\e8bc"; } .ft-search:before { content: "\e8bd"; } .ft-server:before { content: "\e8be"; } .ft-scissors:before { content: "\e8bf"; } .ft-share-2:before { content: "\e8c0"; } .ft-share:before { content: "\e8c1"; } .ft-shield:before { content: "\e8c2"; } .ft-settings:before { content: "\e8c3"; } .ft-skip-back:before { content: "\e8c4"; } .ft-shuffle:before { content: "\e8c5"; } .ft-sidebar:before { content: "\e8c6"; } .ft-skip-forward:before { content: "\e8c7"; } .ft-slack:before { content: "\e8c8"; } .ft-slash:before { content: "\e8c9"; } .ft-smartphone:before { content: "\e8ca"; } .ft-square:before { content: "\e8cb"; } .ft-speaker:before { content: "\e8cc"; } .ft-star:before { content: "\e8cd"; } .ft-stop-circle:before { content: "\e8ce"; } .ft-sun:before { content: "\e8cf"; } .ft-sunrise:before { content: "\e8d0"; } .ft-tablet:before { content: "\e8d1"; } .ft-tag:before { content: "\e8d2"; } .ft-sunset:before { content: "\e8d3"; } .ft-target:before { content: "\e8d4"; } .ft-thermometer:before { content: "\e8d5"; } .ft-thumbs-up:before { content: "\e8d6"; } .ft-thumbs-down:before { content: "\e8d7"; } .ft-toggle-left:before { content: "\e8d8"; } .ft-toggle-right:before { content: "\e8d9"; } .ft-trash-2:before { content: "\e8da"; } .ft-trash:before { content: "\e8db"; } .ft-trending-up:before { content: "\e8dc"; } .ft-trending-down:before { content: "\e8dd"; } .ft-triangle:before { content: "\e8de"; } .ft-type:before { content: "\e8df"; } .ft-twitter:before { content: "\e8e0"; } .ft-upload:before { content: "\e8e1"; } .ft-umbrella:before { content: "\e8e2"; } .ft-upload-cloud:before { content: "\e8e3"; } .ft-unlock:before { content: "\e8e4"; } .ft-user-check:before { content: "\e8e5"; } .ft-user-minus:before { content: "\e8e6"; } .ft-user-plus:before { content: "\e8e7"; } .ft-user-x:before { content: "\e8e8"; } .ft-user:before { content: "\e8e9"; } .ft-users:before { content: "\e8ea"; } .ft-video-off:before { content: "\e8eb"; } .ft-video:before { content: "\e8ec"; } .ft-voicemail:before { content: "\e8ed"; } .ft-volume-x:before { content: "\e8ee"; } .ft-volume-2:before { content: "\e8ef"; } .ft-volume-1:before { content: "\e8f0"; } .ft-volume:before { content: "\e8f1"; } .ft-watch:before { content: "\e8f2"; } .ft-wifi:before { content: "\e8f3"; } .ft-x-square:before { content: "\e8f4"; } .ft-wind:before { content: "\e8f5"; } .ft-x:before { content: "\e8f6"; } .ft-x-circle:before { content: "\e8f7"; } .ft-zap:before { content: "\e8f8"; } .ft-zoom-in:before { content: "\e8f9"; } .ft-zoom-out:before { content: "\e8fa"; } .ft-command:before { content: "\e8fb"; } .ft-cloud:before { content: "\e8fc"; } .ft-hash:before { content: "\e8fd"; } .ft-headphones:before { content: "\e8fe"; } .ft-underline:before { content: "\e8ff"; } .ft-italic:before { content: "\e900"; } .ft-bold:before { content: "\e901"; } .ft-crop:before { content: "\e902"; } .ft-help-circle:before { content: "\e903"; } .ft-paperclip:before { content: "\e904"; } .ft-shopping-cart:before { content: "\e905"; } .ft-tv:before { content: "\e906"; } .ft-wifi-off:before { content: "\e907"; } .ft-minimize:before { content: "\e88d"; } .ft-maximize:before { content: "\e908"; } .ft-gitlab:before { content: "\e909"; } .ft-sliders:before { content: "\e90a"; } .ft-star-on:before { content: "\e90b"; } .ft-heart-on:before { content: "\e90c"; } .ft-archive:before { content: "\e90d"; } .ft-arrow-down-circle:before { content: "\e90e"; } .ft-arrow-up-circle:before { content: "\e90f"; } .ft-arrow-left-circle:before { content: "\e910"; } .ft-arrow-right-circle:before { content: "\e911"; } .ft-bar-chart-line-:before { content: "\e912"; } .ft-bar-chart-line:before { content: "\e913"; } .ft-book-open:before { content: "\e914"; } .ft-code:before { content: "\e915"; } .ft-database:before { content: "\e916"; } .ft-dollar-sign:before { content: "\e917"; } .ft-folder-plus:before { content: "\e918"; } .ft-gift:before { content: "\e919"; } .ft-folder-minus:before { content: "\e91a"; } .ft-git-commit:before { content: "\e91b"; } .ft-git-branch:before { content: "\e91c"; } .ft-git-pull-request:before { content: "\e91d"; } .ft-git-merge:before { content: "\e91e"; } .ft-linkedin:before { content: "\e91f"; } .ft-hard-drive:before { content: "\e920"; } .ft-more-vertical-:before { content: "\e921"; } .ft-more-horizontal-:before { content: "\e922"; } .ft-rss:before { content: "\e923"; } .ft-send:before { content: "\e924"; } .ft-shield-off:before { content: "\e925"; } .ft-shopping-bag:before { content: "\e926"; } .ft-terminal:before { content: "\e927"; } .ft-truck:before { content: "\e928"; } .ft-zap-off:before { content: "\e929"; } .ft-youtube:before { content: "\e92a"; } /*!* metismenu - v2.7.8* A jQuery menu plugin* https://github.com/onokumus/metismenu#readme** Made by <NAME> <<EMAIL>>(https://github.com/onokumus)* Under MIT License*/ .metismenu .arrow { float: right; line-height: 1.42857; } *[dir="rtl"] .metismenu .arrow { float: left; } /* * Require Bootstrap 3.x * https://github.com/twbs/bootstrap */ .metismenu .glyphicon.arrow:before { content: "\e079"; } .metismenu .active>a>.glyphicon.arrow:before { content: "\e114"; } /* * Require Font-Awesome * http://fortawesome.github.io/Font-Awesome/ */ .metismenu .fa.arrow:before { content: "\f104"; } .metismenu .active>a>.fa.arrow:before { content: "\f107"; } /* * Require Ionicons * http://ionicons.com/ */ .metismenu .ion.arrow:before { content: "\f3d2" } .metismenu .active>a>.ion.arrow:before { content: "\f3d0"; } .metismenu .plus-times { float: right; } *[dir="rtl"] .metismenu .plus-times { float: left; } .metismenu .fa.plus-times:before { content: "\f067"; } .metismenu .active>a>.fa.plus-times { -webkit-transform: rotate(45deg); transform: rotate(45deg); } .metismenu .plus-minus { float: right; } *[dir="rtl"] .metismenu .plus-minus { float: left; } .metismenu .fa.plus-minus:before { content: "\f067"; } .metismenu .active>a>.fa.plus-minus:before { content: "\f068"; } .metismenu .collapse { display: none; } .metismenu .collapse.in { display: block; } .metismenu .collapsing { position: relative; height: 0; overflow: hidden; transition-timing-function: ease; transition-duration: .35s; transition-property: height, visibility; } .metismenu .has-arrow { position: relative; } .metismenu .has-arrow::after { position: absolute; content: ''; width: .5em; height: .5em; border-width: 1px 0 0 1px; border-style: solid; border-color: initial; right: 1em; -webkit-transform: rotate(-45deg) translate(0, -50%); transform: rotate(-45deg) translate(0, -50%); -webkit-transform-origin: top; transform-origin: top; top: 50%; transition: all .3s ease-out; } *[dir="rtl"] .metismenu .has-arrow::after { right: auto; left: 1em; -webkit-transform: rotate(135deg) translate(0, -50%); transform: rotate(135deg) translate(0, -50%); } .metismenu .active>.has-arrow::after, .metismenu .has-arrow[aria-expanded="true"]::after { -webkit-transform: rotate(-135deg) translate(0, -50%); transform: rotate(-135deg) translate(0, -50%); } *[dir="rtl"] .metismenu .active>.has-arrow::after, *[dir="rtl"] .metismenu .has-arrow[aria-expanded="true"]::after { -webkit-transform: rotate(225deg) translate(0, -50%); transform: rotate(225deg) translate(0, -50%); } /*# sourceMappingURL=metisMenu.css.map */ /*! * SlickNav Responsive Mobile Menu v1.0.10 * (c) 2016 <NAME> * licensed under MIT */ .slicknav_btn, .slicknav_nav .slicknav_item { cursor: pointer } .slicknav_menu, .slicknav_menu * { box-sizing: border-box } .slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: .438em .625em; line-height: 1.125em } .slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar { margin-top: .188em } .slicknav_menu .slicknav_menutxt { display: block; line-height: 1.188em; float: left; color: #fff; font-weight: 700; text-shadow: 0 1px 3px #000 } .slicknav_menu .slicknav_icon { float: left; width: 1.125em; height: .875em; margin: .188em 0 0 .438em } .slicknav_menu .slicknav_icon:before { background: 0 0; width: 1.125em; height: .875em; display: block; content: ""; position: absolute } .slicknav_menu .slicknav_no-text { margin: 0 } .slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: .125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .25); box-shadow: 0 1px 0 rgba(0, 0, 0, .25) } .slicknav_menu:after, .slicknav_menu:before { content: " "; display: table } .slicknav_menu:after { clear: both } .slicknav_nav li, .slicknav_nav ul { display: block } .slicknav_nav .slicknav_arrow { font-size: .8em; margin: 0 0 0 .4em } .slicknav_nav .slicknav_item a { display: inline } .slicknav_nav .slicknav_row, .slicknav_nav a { display: block } .slicknav_nav .slicknav_parent-link a { display: inline } .slicknav_menu { *zoom: 1; font-size: 16px; background: #4c4c4c; padding: 5px } .slicknav_nav, .slicknav_nav ul { list-style: none; overflow: hidden; padding: 0 } .slicknav_menu .slicknav_icon-bar { background-color: #fff } .slicknav_btn { margin: 5px 5px 6px; text-decoration: none; text-shadow: 0 1px 1px rgba(255, 255, 255, .75); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background-color: #222 } .slicknav_nav { clear: both; color: #fff; margin: 0; font-size: .875em } .slicknav_nav ul { margin: 0 0 0 20px } .slicknav_nav .slicknav_row, .slicknav_nav a { padding: 5px 10px; margin: 2px 5px } .slicknav_nav .slicknav_row:hover { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; background: #ccc; color: #fff } .slicknav_nav a { text-decoration: none; color: #fff } .slicknav_nav a:hover { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; background: #ccc; color: #222 } .slicknav_nav .slicknav_txtnode { margin-left: 15px } .slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a { padding: 0; margin: 0 } .slicknav_brand { float: left; color: #fff; font-size: 18px; line-height: 30px; padding: 7px 12px; height: 44px } @font-face { font-family: "feather"; src: url('../fonts/feathere8ab.eot?t=1525787366991'); /* IE9*/ src: url('../fonts/feathere8ab.eot?t=1525787366991#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/feathere8ab.woff?t=1525787366991') format('woff'), /* chrome,firefox */ url('../fonts/feathere8ab.ttf?t=1525787366991') format('truetype'), /* chrome,firefox,opera,Safari,Android,iOS 4.2+*/ url('../fonts/feathere8ab.svg?t=1525787366991#feather') format('svg'); /* iOS 4.1- */ } .feather { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'feather' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .ft-alert-octagon:before { content: "\e81b"; } .ft-alert-circle:before { content: "\e81c"; } .ft-activity:before { content: "\e81d"; } .ft-alert-triangle:before { content: "\e81e"; } .ft-align-center:before { content: "\e81f"; } .ft-airplay:before { content: "\e820"; } .ft-align-justify:before { content: "\e821"; } .ft-align-left:before { content: "\e822"; } .ft-align-right:before { content: "\e823"; } .ft-arrow-down-left:before { content: "\e824"; } .ft-arrow-down-right:before { content: "\e825"; } .ft-anchor:before { content: "\e826"; } .ft-aperture:before { content: "\e827"; } .ft-arrow-left:before { content: "\e828"; } .ft-arrow-right:before { content: "\e829"; } .ft-arrow-down:before { content: "\e82a"; } .ft-arrow-up-left:before { content: "\e82b"; } .ft-arrow-up-right:before { content: "\e82c"; } .ft-arrow-up:before { content: "\e82d"; } .ft-award:before { content: "\e82e"; } .ft-bar-chart:before { content: "\e82f"; } .ft-at-sign:before { content: "\e830"; } .ft-bar-chart-2:before { content: "\e831"; } .ft-battery-charging:before { content: "\e832"; } .ft-bell-off:before { content: "\e833"; } .ft-battery:before { content: "\e834"; } .ft-bluetooth:before { content: "\e835"; } .ft-bell:before { content: "\e836"; } .ft-book:before { content: "\e837"; } .ft-briefcase:before { content: "\e838"; } .ft-camera-off:before { content: "\e839"; } .ft-calendar:before { content: "\e83a"; } .ft-bookmark:before { content: "\e83b"; } .ft-box:before { content: "\e83c"; } .ft-camera:before { content: "\e83d"; } .ft-check-circle:before { content: "\e83e"; } .ft-check:before { content: "\e83f"; } .ft-check-square:before { content: "\e840"; } .ft-cast:before { content: "\e841"; } .ft-chevron-down:before { content: "\e842"; } .ft-chevron-left:before { content: "\e843"; } .ft-chevron-right:before { content: "\e844"; } .ft-chevron-up:before { content: "\e845"; } .ft-chevrons-down:before { content: "\e846"; } .ft-chevrons-right:before { content: "\e847"; } .ft-chevrons-up:before { content: "\e848"; } .ft-chevrons-left:before { content: "\e849"; } .ft-circle:before { content: "\e84a"; } .ft-clipboard:before { content: "\e84b"; } .ft-chrome:before { content: "\e84c"; } .ft-clock:before { content: "\e84d"; } .ft-cloud-lightning:before { content: "\e84e"; } .ft-cloud-drizzle:before { content: "\e84f"; } .ft-cloud-rain:before { content: "\e850"; } .ft-cloud-off:before { content: "\e851"; } .ft-codepen:before { content: "\e852"; } .ft-cloud-snow:before { content: "\e853"; } .ft-compass:before { content: "\e854"; } .ft-copy:before { content: "\e855"; } .ft-corner-down-right:before { content: "\e856"; } .ft-corner-down-left:before { content: "\e857"; } .ft-corner-left-down:before { content: "\e858"; } .ft-corner-left-up:before { content: "\e859"; } .ft-corner-up-left:before { content: "\e85a"; } .ft-corner-up-right:before { content: "\e85b"; } .ft-corner-right-down:before { content: "\e85c"; } .ft-corner-right-up:before { content: "\e85d"; } .ft-cpu:before { content: "\e85e"; } .ft-credit-card:before { content: "\e85f"; } .ft-crosshair:before { content: "\e860"; } .ft-disc:before { content: "\e861"; } .ft-delete:before { content: "\e862"; } .ft-download-cloud:before { content: "\e863"; } .ft-download:before { content: "\e864"; } .ft-droplet:before { content: "\e865"; } .ft-edit-2:before { content: "\e866"; } .ft-edit:before { content: "\e867"; } .ft-edit-1:before { content: "\e868"; } .ft-external-link:before { content: "\e869"; } .ft-eye:before { content: "\e86a"; } .ft-feather:before { content: "\e86b"; } .ft-facebook:before { content: "\e86c"; } .ft-file-minus:before { content: "\e86d"; } .ft-eye-off:before { content: "\e86e"; } .ft-fast-forward:before { content: "\e86f"; } .ft-file-text:before { content: "\e870"; } .ft-film:before { content: "\e871"; } .ft-file:before { content: "\e872"; } .ft-file-plus:before { content: "\e873"; } .ft-folder:before { content: "\e874"; } .ft-filter:before { content: "\e875"; } .ft-flag:before { content: "\e876"; } .ft-globe:before { content: "\e877"; } .ft-grid:before { content: "\e878"; } .ft-heart:before { content: "\e879"; } .ft-home:before { content: "\e87a"; } .ft-github:before { content: "\e87b"; } .ft-image:before { content: "\e87c"; } .ft-inbox:before { content: "\e87d"; } .ft-layers:before { content: "\e87e"; } .ft-info:before { content: "\e87f"; } .ft-instagram:before { content: "\e880"; } .ft-layout:before { content: "\e881"; } .ft-link-2:before { content: "\e882"; } .ft-life-buoy:before { content: "\e883"; } .ft-link:before { content: "\e884"; } .ft-log-in:before { content: "\e885"; } .ft-list:before { content: "\e886"; } .ft-lock:before { content: "\e887"; } .ft-log-out:before { content: "\e888"; } .ft-loader:before { content: "\e889"; } .ft-mail:before { content: "\e88a"; } .ft-maximize-2:before { content: "\e88b"; } .ft-map:before { content: "\e88c"; } .ft-map-pin:before { content: "\e88e"; } .ft-menu:before { content: "\e88f"; } .ft-message-circle:before { content: "\e890"; } .ft-message-square:before { content: "\e891"; } .ft-minimize-2:before { content: "\e892"; } .ft-mic-off:before { content: "\e893"; } .ft-minus-circle:before { content: "\e894"; } .ft-mic:before { content: "\e895"; } .ft-minus-square:before { content: "\e896"; } .ft-minus:before { content: "\e897"; } .ft-moon:before { content: "\e898"; } .ft-monitor:before { content: "\e899"; } .ft-more-vertical:before { content: "\e89a"; } .ft-more-horizontal:before { content: "\e89b"; } .ft-move:before { content: "\e89c"; } .ft-music:before { content: "\e89d"; } .ft-navigation-2:before { content: "\e89e"; } .ft-navigation:before { content: "\e89f"; } .ft-octagon:before { content: "\e8a0"; } .ft-package:before { content: "\e8a1"; } .ft-pause-circle:before { content: "\e8a2"; } .ft-pause:before { content: "\e8a3"; } .ft-percent:before { content: "\e8a4"; } .ft-phone-call:before { content: "\e8a5"; } .ft-phone-forwarded:before { content: "\e8a6"; } .ft-phone-missed:before { content: "\e8a7"; } .ft-phone-off:before { content: "\e8a8"; } .ft-phone-incoming:before { content: "\e8a9"; } .ft-phone:before { content: "\e8aa"; } .ft-phone-outgoing:before { content: "\e8ab"; } .ft-pie-chart:before { content: "\e8ac"; } .ft-play-circle:before { content: "\e8ad"; } .ft-play:before { content: "\e8ae"; } .ft-plus-square:before { content: "\e8af"; } .ft-plus-circle:before { content: "\e8b0"; } .ft-plus:before { content: "\e8b1"; } .ft-pocket:before { content: "\e8b2"; } .ft-printer:before { content: "\e8b3"; } .ft-power:before { content: "\e8b4"; } .ft-radio:before { content: "\e8b5"; } .ft-repeat:before { content: "\e8b6"; } .ft-refresh-ccw:before { content: "\e8b7"; } .ft-rewind:before { content: "\e8b8"; } .ft-rotate-ccw:before { content: "\e8b9"; } .ft-refresh-cw:before { content: "\e8ba"; } .ft-rotate-cw:before { content: "\e8bb"; } .ft-save:before { content: "\e8bc"; } .ft-search:before { content: "\e8bd"; } .ft-server:before { content: "\e8be"; } .ft-scissors:before { content: "\e8bf"; } .ft-share-2:before { content: "\e8c0"; } .ft-share:before { content: "\e8c1"; } .ft-shield:before { content: "\e8c2"; } .ft-settings:before { content: "\e8c3"; } .ft-skip-back:before { content: "\e8c4"; } .ft-shuffle:before { content: "\e8c5"; } .ft-sidebar:before { content: "\e8c6"; } .ft-skip-forward:before { content: "\e8c7"; } .ft-slack:before { content: "\e8c8"; } .ft-slash:before { content: "\e8c9"; } .ft-smartphone:before { content: "\e8ca"; } .ft-square:before { content: "\e8cb"; } .ft-speaker:before { content: "\e8cc"; } .ft-star:before { content: "\e8cd"; } .ft-stop-circle:before { content: "\e8ce"; } .ft-sun:before { content: "\e8cf"; } .ft-sunrise:before { content: "\e8d0"; } .ft-tablet:before { content: "\e8d1"; } .ft-tag:before { content: "\e8d2"; } .ft-sunset:before { content: "\e8d3"; } .ft-target:before { content: "\e8d4"; } .ft-thermometer:before { content: "\e8d5"; } .ft-thumbs-up:before { content: "\e8d6"; } .ft-thumbs-down:before { content: "\e8d7"; } .ft-toggle-left:before { content: "\e8d8"; } .ft-toggle-right:before { content: "\e8d9"; } .ft-trash-2:before { content: "\e8da"; } .ft-trash:before { content: "\e8db"; } .ft-trending-up:before { content: "\e8dc"; } .ft-trending-down:before { content: "\e8dd"; } .ft-triangle:before { content: "\e8de"; } .ft-type:before { content: "\e8df"; } .ft-twitter:before { content: "\e8e0"; } .ft-upload:before { content: "\e8e1"; } .ft-umbrella:before { content: "\e8e2"; } .ft-upload-cloud:before { content: "\e8e3"; } .ft-unlock:before { content: "\e8e4"; } .ft-user-check:before { content: "\e8e5"; } .ft-user-minus:before { content: "\e8e6"; } .ft-user-plus:before { content: "\e8e7"; } .ft-user-x:before { content: "\e8e8"; } .ft-user:before { content: "\e8e9"; } .ft-users:before { content: "\e8ea"; } .ft-video-off:before { content: "\e8eb"; } .ft-video:before { content: "\e8ec"; } .ft-voicemail:before { content: "\e8ed"; } .ft-volume-x:before { content: "\e8ee"; } .ft-volume-2:before { content: "\e8ef"; } .ft-volume-1:before { content: "\e8f0"; } .ft-volume:before { content: "\e8f1"; } .ft-watch:before { content: "\e8f2"; } .ft-wifi:before { content: "\e8f3"; } .ft-x-square:before { content: "\e8f4"; } .ft-wind:before { content: "\e8f5"; } .ft-x:before { content: "\e8f6"; } .ft-x-circle:before { content: "\e8f7"; } .ft-zap:before { content: "\e8f8"; } .ft-zoom-in:before { content: "\e8f9"; } .ft-zoom-out:before { content: "\e8fa"; } .ft-command:before { content: "\e8fb"; } .ft-cloud:before { content: "\e8fc"; } .ft-hash:before { content: "\e8fd"; } .ft-headphones:before { content: "\e8fe"; } .ft-underline:before { content: "\e8ff"; } .ft-italic:before { content: "\e900"; } .ft-bold:before { content: "\e901"; } .ft-crop:before { content: "\e902"; } .ft-help-circle:before { content: "\e903"; } .ft-paperclip:before { content: "\e904"; } .ft-shopping-cart:before { content: "\e905"; } .ft-tv:before { content: "\e906"; } .ft-wifi-off:before { content: "\e907"; } .ft-minimize:before { content: "\e88d"; } .ft-maximize:before { content: "\e908"; } .ft-gitlab:before { content: "\e909"; } .ft-sliders:before { content: "\e90a"; } .ft-star-on:before { content: "\e90b"; } .ft-heart-on:before { content: "\e90c"; } .ft-archive:before { content: "\e90d"; } .ft-arrow-down-circle:before { content: "\e90e"; } .ft-arrow-up-circle:before { content: "\e90f"; } .ft-arrow-left-circle:before { content: "\e910"; } .ft-arrow-right-circle:before { content: "\e911"; } .ft-bar-chart-line-:before { content: "\e912"; } .ft-bar-chart-line:before { content: "\e913"; } .ft-book-open:before { content: "\e914"; } .ft-code:before { content: "\e915"; } .ft-database:before { content: "\e916"; } .ft-dollar-sign:before { content: "\e917"; } .ft-folder-plus:before { content: "\e918"; } .ft-gift:before { content: "\e919"; } .ft-folder-minus:before { content: "\e91a"; } .ft-git-commit:before { content: "\e91b"; } .ft-git-branch:before { content: "\e91c"; } .ft-git-pull-request:before { content: "\e91d"; } .ft-git-merge:before { content: "\e91e"; } .ft-linkedin:before { content: "\e91f"; } .ft-hard-drive:before { content: "\e920"; } .ft-more-vertical-:before { content: "\e921"; } .ft-more-horizontal-:before { content: "\e922"; } .ft-rss:before { content: "\e923"; } .ft-send:before { content: "\e924"; } .ft-shield-off:before { content: "\e925"; } .ft-shopping-bag:before { content: "\e926"; } .ft-terminal:before { content: "\e927"; } .ft-truck:before { content: "\e928"; } .ft-zap-off:before { content: "\e929"; } .ft-youtube:before { content: "\e92a"; } .ps { overflow: hidden !important; overflow-anchor: none; -ms-overflow-style: none; touch-action: auto; -ms-touch-action: auto } .ps__rail-x { display: none; opacity: 0; transition: background-color .2s linear, opacity .2s linear; -webkit-transition: background-color .2s linear, opacity .2s linear; height: 15px; bottom: 0; position: absolute } .ps__rail-y { display: none; opacity: 0; transition: background-color .2s linear, opacity .2s linear; -webkit-transition: background-color .2s linear, opacity .2s linear; width: 15px; right: 0; position: absolute } .ps--active-x>.ps__rail-x, .ps--active-y>.ps__rail-y { display: block; background-color: transparent } .ps--focus>.ps__rail-x, .ps--focus>.ps__rail-y, .ps--scrolling-x>.ps__rail-x, .ps--scrolling-y>.ps__rail-y, .ps:hover>.ps__rail-x, .ps:hover>.ps__rail-y { opacity: .6 } .ps .ps__rail-x.ps--clicking, .ps .ps__rail-x:focus, .ps .ps__rail-x:hover, .ps .ps__rail-y.ps--clicking, .ps .ps__rail-y:focus, .ps .ps__rail-y:hover { background-color: #eee; opacity: .9 } .ps__thumb-x { background-color: #aaa; border-radius: 6px; transition: background-color .2s linear, height .2s ease-in-out; -webkit-transition: background-color .2s linear, height .2s ease-in-out; height: 6px; bottom: 2px; position: absolute } .ps__thumb-y { background-color: #aaa; border-radius: 6px; transition: background-color .2s linear, width .2s ease-in-out; -webkit-transition: background-color .2s linear, width .2s ease-in-out; width: 6px; right: 2px; position: absolute } .ps__rail-x.ps--clicking .ps__thumb-x, .ps__rail-x:focus>.ps__thumb-x, .ps__rail-x:hover>.ps__thumb-x { background-color: #999; height: 11px } .ps__rail-y.ps--clicking .ps__thumb-y, .ps__rail-y:focus>.ps__thumb-y, .ps__rail-y:hover>.ps__thumb-y { background-color: #999; width: 11px } @supports (-ms-overflow-style:none) { .ps { overflow: auto !important } } @media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) { .ps { overflow: auto !important } } /*# sourceMappingURL=perfect-scrollbar.min.css.map */
public/css/all.css
:root { --blue: #007bff; --indigo: #6610f2; --purple: #6f42c1; --pink: #e83e8c; --red: #dc3545; --orange: #fd7e14; --yellow: #ffc107; --green: #28a745; --teal: #20c997; --cyan: #17a2b8; --white: #fff; --gray: #6c757d; --gray-dark: #343a40; --primary: #007bff; --secondary: #6c757d; --success: #28a745; --info: #17a2b8; --warning: #ffc107; --danger: #dc3545; --light: #f8f9fa; --dark: #343a40; --breakpoint-xs: 0; --breakpoint-sm: 576px; --breakpoint-md: 768px; --breakpoint-lg: 992px; --breakpoint-xl: 1200px; --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace } *, ::after, ::before { box-sizing: border-box } html { font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -ms-overflow-style: scrollbar; -webkit-tap-highlight-color: transparent } @-ms-viewport { width: device-width } article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section { display: block } body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; text-align: left; background-color: #fff } [tabindex="-1"]:focus { outline: 0 !important } hr { box-sizing: content-box; height: 0; overflow: visible } h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: .5rem } p { margin-top: 0; margin-bottom: 1rem } abbr[data-original-title], abbr[title] { text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; cursor: help; border-bottom: 0 } address { margin-bottom: 1rem; font-style: normal; line-height: inherit } dl, ol, ul { margin-top: 0; margin-bottom: 1rem } ol ol, ol ul, ul ol, ul ul { margin-bottom: 0 } dt { font-weight: 700 } dd { margin-bottom: .5rem; margin-left: 0 } blockquote { margin: 0 0 1rem } dfn { font-style: italic } b, strong { font-weight: bolder } small { font-size: 80% } sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline } sub { bottom: -.25em } sup { top: -.5em } a { color: #007bff; text-decoration: none; background-color: transparent; -webkit-text-decoration-skip: objects } a:hover { color: #0056b3; text-decoration: underline } a:not([href]):not([tabindex]) { color: inherit; text-decoration: none } a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { color: inherit; text-decoration: none } a:not([href]):not([tabindex]):focus { outline: 0 } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em } pre { margin-top: 0; margin-bottom: 1rem; overflow: auto; -ms-overflow-style: scrollbar } figure { margin: 0 0 1rem } img { vertical-align: middle; border-style: none } svg:not(:root) { overflow: hidden } table { border-collapse: collapse } caption { padding-top: .75rem; padding-bottom: .75rem; color: #6c757d; text-align: left; caption-side: bottom } th { text-align: inherit } label { display: inline-block; margin-bottom: .5rem } button { border-radius: 0 } button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color } button, input, optgroup, select, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit } button, input { overflow: visible } button, select { text-transform: none } [type=reset], [type=submit], button, html [type=button] { -webkit-appearance: button } [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner { padding: 0; border-style: none } input[type=checkbox], input[type=radio] { box-sizing: border-box; padding: 0 } input[type=date], input[type=datetime-local], input[type=month], input[type=time] { -webkit-appearance: listbox } textarea { overflow: auto; resize: vertical } fieldset { min-width: 0; padding: 0; margin: 0; border: 0 } legend { display: block; width: 100%; max-width: 100%; padding: 0; margin-bottom: .5rem; font-size: 1.5rem; line-height: inherit; color: inherit; white-space: normal } progress { vertical-align: baseline } [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button { height: auto } [type=search] { outline-offset: -2px; -webkit-appearance: none } [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration { -webkit-appearance: none } ::-webkit-file-upload-button { font: inherit; -webkit-appearance: button } output { display: inline-block } summary { display: list-item; cursor: pointer } template { display: none } [hidden] { display: none !important } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { margin-bottom: .5rem; font-family: inherit; font-weight: 500; line-height: 1.2; color: inherit } .h1, h1 { font-size: 2.5rem } .h2, h2 { font-size: 2rem } .h3, h3 { font-size: 1.75rem } .h4, h4 { font-size: 1.5rem } .h5, h5 { font-size: 1.25rem } .h6, h6 { font-size: 1rem } .lead { font-size: 1.25rem; font-weight: 300 } .display-1 { font-size: 6rem; font-weight: 300; line-height: 1.2 } .display-2 { font-size: 5.5rem; font-weight: 300; line-height: 1.2 } .display-3 { font-size: 4.5rem; font-weight: 300; line-height: 1.2 } .display-4 { font-size: 3.5rem; font-weight: 300; line-height: 1.2 } hr { margin-top: 1rem; margin-bottom: 1rem; border: 0; border-top: 1px solid rgba(0, 0, 0, .1) } .small, small { font-size: 80%; font-weight: 400 } .mark, mark { padding: .2em; background-color: #fcf8e3 } .list-unstyled { padding-left: 0; list-style: none } .list-inline { padding-left: 0; list-style: none } .list-inline-item { display: inline-block } .list-inline-item:not(:last-child) { margin-right: .5rem } .initialism { font-size: 90%; text-transform: uppercase } .blockquote { margin-bottom: 1rem; font-size: 1.25rem } .blockquote-footer { display: block; font-size: 80%; color: #6c757d } .blockquote-footer::before { content: "\2014 \00A0" } .img-fluid { max-width: 100%; height: auto } .img-thumbnail { padding: .25rem; background-color: #fff; border: 1px solid #dee2e6; border-radius: .25rem; max-width: 100%; height: auto } .figure { display: inline-block } .figure-img { margin-bottom: .5rem; line-height: 1 } .figure-caption { font-size: 90%; color: #6c757d } code, kbd, pre, samp { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace } code { font-size: 87.5%; color: #e83e8c; word-break: break-word } a>code { color: inherit } kbd { padding: .2rem .4rem; font-size: 87.5%; color: #fff; background-color: #212529; border-radius: .2rem } kbd kbd { padding: 0; font-size: 100%; font-weight: 700 } pre { display: block; font-size: 87.5%; color: #212529 } pre code { font-size: inherit; color: inherit; word-break: normal } .pre-scrollable { max-height: 340px; overflow-y: scroll } .container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto } @media (min-width:576px) { .container { max-width: 540px } } @media (min-width:768px) { .container { max-width: 720px } } @media (min-width:992px) { .container { max-width: 960px } } @media (min-width:1200px) { .container { max-width: 1140px } } .container-fluid { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto } .row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px } .no-gutters { margin-right: 0; margin-left: 0 } .no-gutters>.col, .no-gutters>[class*=col-] { padding-right: 0; padding-left: 0 } .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { position: relative; width: 100%; min-height: 1px; padding-right: 15px; padding-left: 15px } .col { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100% } .col-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none } .col-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333% } .col-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667% } .col-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% } .col-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333% } .col-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667% } .col-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% } .col-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333% } .col-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667% } .col-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75% } .col-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333% } .col-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667% } .col-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .order-first { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1 } .order-last { -webkit-box-ordinal-group: 14; -ms-flex-order: 13; order: 13 } .order-0 { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0 } .order-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1 } .order-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2 } .order-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3 } .order-4 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4 } .order-5 { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5 } .order-6 { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6 } .order-7 { -webkit-box-ordinal-group: 8; -ms-flex-order: 7; order: 7 } .order-8 { -webkit-box-ordinal-group: 9; -ms-flex-order: 8; order: 8 } .order-9 { -webkit-box-ordinal-group: 10; -ms-flex-order: 9; order: 9 } .order-10 { -webkit-box-ordinal-group: 11; -ms-flex-order: 10; order: 10 } .order-11 { -webkit-box-ordinal-group: 12; -ms-flex-order: 11; order: 11 } .order-12 { -webkit-box-ordinal-group: 13; -ms-flex-order: 12; order: 12 } .offset-1 { margin-left: 8.333333% } .offset-2 { margin-left: 16.666667% } .offset-3 { margin-left: 25% } .offset-4 { margin-left: 33.333333% } .offset-5 { margin-left: 41.666667% } .offset-6 { margin-left: 50% } .offset-7 { margin-left: 58.333333% } .offset-8 { margin-left: 66.666667% } .offset-9 { margin-left: 75% } .offset-10 { margin-left: 83.333333% } .offset-11 { margin-left: 91.666667% } @media (min-width:576px) { .col-sm { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100% } .col-sm-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none } .col-sm-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333% } .col-sm-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667% } .col-sm-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% } .col-sm-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333% } .col-sm-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667% } .col-sm-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% } .col-sm-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333% } .col-sm-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667% } .col-sm-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75% } .col-sm-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333% } .col-sm-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667% } .col-sm-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .order-sm-first { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1 } .order-sm-last { -webkit-box-ordinal-group: 14; -ms-flex-order: 13; order: 13 } .order-sm-0 { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0 } .order-sm-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1 } .order-sm-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2 } .order-sm-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3 } .order-sm-4 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4 } .order-sm-5 { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5 } .order-sm-6 { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6 } .order-sm-7 { -webkit-box-ordinal-group: 8; -ms-flex-order: 7; order: 7 } .order-sm-8 { -webkit-box-ordinal-group: 9; -ms-flex-order: 8; order: 8 } .order-sm-9 { -webkit-box-ordinal-group: 10; -ms-flex-order: 9; order: 9 } .order-sm-10 { -webkit-box-ordinal-group: 11; -ms-flex-order: 10; order: 10 } .order-sm-11 { -webkit-box-ordinal-group: 12; -ms-flex-order: 11; order: 11 } .order-sm-12 { -webkit-box-ordinal-group: 13; -ms-flex-order: 12; order: 12 } .offset-sm-0 { margin-left: 0 } .offset-sm-1 { margin-left: 8.333333% } .offset-sm-2 { margin-left: 16.666667% } .offset-sm-3 { margin-left: 25% } .offset-sm-4 { margin-left: 33.333333% } .offset-sm-5 { margin-left: 41.666667% } .offset-sm-6 { margin-left: 50% } .offset-sm-7 { margin-left: 58.333333% } .offset-sm-8 { margin-left: 66.666667% } .offset-sm-9 { margin-left: 75% } .offset-sm-10 { margin-left: 83.333333% } .offset-sm-11 { margin-left: 91.666667% } } @media (min-width:768px) { .col-md { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100% } .col-md-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none } .col-md-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333% } .col-md-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667% } .col-md-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% } .col-md-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333% } .col-md-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667% } .col-md-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% } .col-md-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333% } .col-md-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667% } .col-md-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75% } .col-md-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333% } .col-md-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667% } .col-md-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .order-md-first { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1 } .order-md-last { -webkit-box-ordinal-group: 14; -ms-flex-order: 13; order: 13 } .order-md-0 { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0 } .order-md-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1 } .order-md-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2 } .order-md-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3 } .order-md-4 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4 } .order-md-5 { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5 } .order-md-6 { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6 } .order-md-7 { -webkit-box-ordinal-group: 8; -ms-flex-order: 7; order: 7 } .order-md-8 { -webkit-box-ordinal-group: 9; -ms-flex-order: 8; order: 8 } .order-md-9 { -webkit-box-ordinal-group: 10; -ms-flex-order: 9; order: 9 } .order-md-10 { -webkit-box-ordinal-group: 11; -ms-flex-order: 10; order: 10 } .order-md-11 { -webkit-box-ordinal-group: 12; -ms-flex-order: 11; order: 11 } .order-md-12 { -webkit-box-ordinal-group: 13; -ms-flex-order: 12; order: 12 } .offset-md-0 { margin-left: 0 } .offset-md-1 { margin-left: 8.333333% } .offset-md-2 { margin-left: 16.666667% } .offset-md-3 { margin-left: 25% } .offset-md-4 { margin-left: 33.333333% } .offset-md-5 { margin-left: 41.666667% } .offset-md-6 { margin-left: 50% } .offset-md-7 { margin-left: 58.333333% } .offset-md-8 { margin-left: 66.666667% } .offset-md-9 { margin-left: 75% } .offset-md-10 { margin-left: 83.333333% } .offset-md-11 { margin-left: 91.666667% } } @media (min-width:992px) { .col-lg { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100% } .col-lg-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none } .col-lg-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333% } .col-lg-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667% } .col-lg-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% } .col-lg-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333% } .col-lg-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667% } .col-lg-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% } .col-lg-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333% } .col-lg-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667% } .col-lg-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75% } .col-lg-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333% } .col-lg-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667% } .col-lg-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .order-lg-first { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1 } .order-lg-last { -webkit-box-ordinal-group: 14; -ms-flex-order: 13; order: 13 } .order-lg-0 { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0 } .order-lg-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1 } .order-lg-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2 } .order-lg-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3 } .order-lg-4 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4 } .order-lg-5 { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5 } .order-lg-6 { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6 } .order-lg-7 { -webkit-box-ordinal-group: 8; -ms-flex-order: 7; order: 7 } .order-lg-8 { -webkit-box-ordinal-group: 9; -ms-flex-order: 8; order: 8 } .order-lg-9 { -webkit-box-ordinal-group: 10; -ms-flex-order: 9; order: 9 } .order-lg-10 { -webkit-box-ordinal-group: 11; -ms-flex-order: 10; order: 10 } .order-lg-11 { -webkit-box-ordinal-group: 12; -ms-flex-order: 11; order: 11 } .order-lg-12 { -webkit-box-ordinal-group: 13; -ms-flex-order: 12; order: 12 } .offset-lg-0 { margin-left: 0 } .offset-lg-1 { margin-left: 8.333333% } .offset-lg-2 { margin-left: 16.666667% } .offset-lg-3 { margin-left: 25% } .offset-lg-4 { margin-left: 33.333333% } .offset-lg-5 { margin-left: 41.666667% } .offset-lg-6 { margin-left: 50% } .offset-lg-7 { margin-left: 58.333333% } .offset-lg-8 { margin-left: 66.666667% } .offset-lg-9 { margin-left: 75% } .offset-lg-10 { margin-left: 83.333333% } .offset-lg-11 { margin-left: 91.666667% } } @media (min-width:1200px) { .col-xl { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100% } .col-xl-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none } .col-xl-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333% } .col-xl-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667% } .col-xl-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% } .col-xl-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333% } .col-xl-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667% } .col-xl-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% } .col-xl-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333% } .col-xl-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667% } .col-xl-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75% } .col-xl-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333% } .col-xl-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667% } .col-xl-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .order-xl-first { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1 } .order-xl-last { -webkit-box-ordinal-group: 14; -ms-flex-order: 13; order: 13 } .order-xl-0 { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0 } .order-xl-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1 } .order-xl-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2 } .order-xl-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3 } .order-xl-4 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4 } .order-xl-5 { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5 } .order-xl-6 { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6 } .order-xl-7 { -webkit-box-ordinal-group: 8; -ms-flex-order: 7; order: 7 } .order-xl-8 { -webkit-box-ordinal-group: 9; -ms-flex-order: 8; order: 8 } .order-xl-9 { -webkit-box-ordinal-group: 10; -ms-flex-order: 9; order: 9 } .order-xl-10 { -webkit-box-ordinal-group: 11; -ms-flex-order: 10; order: 10 } .order-xl-11 { -webkit-box-ordinal-group: 12; -ms-flex-order: 11; order: 11 } .order-xl-12 { -webkit-box-ordinal-group: 13; -ms-flex-order: 12; order: 12 } .offset-xl-0 { margin-left: 0 } .offset-xl-1 { margin-left: 8.333333% } .offset-xl-2 { margin-left: 16.666667% } .offset-xl-3 { margin-left: 25% } .offset-xl-4 { margin-left: 33.333333% } .offset-xl-5 { margin-left: 41.666667% } .offset-xl-6 { margin-left: 50% } .offset-xl-7 { margin-left: 58.333333% } .offset-xl-8 { margin-left: 66.666667% } .offset-xl-9 { margin-left: 75% } .offset-xl-10 { margin-left: 83.333333% } .offset-xl-11 { margin-left: 91.666667% } } .table { width: 100%; max-width: 100%; margin-bottom: 1rem; background-color: transparent } .table td, .table th { padding: .75rem; vertical-align: top; border-top: 1px solid #dee2e6 } .table thead th { vertical-align: bottom; border-bottom: 2px solid #dee2e6 } .table tbody+tbody { border-top: 2px solid #dee2e6 } .table .table { background-color: #fff } .table-sm td, .table-sm th { padding: .3rem } .table-bordered { border: 1px solid #dee2e6 } .table-bordered td, .table-bordered th { border: 1px solid #dee2e6 } .table-bordered thead td, .table-bordered thead th { border-bottom-width: 2px } .table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, .05) } .table-hover tbody tr:hover { background-color: rgba(0, 0, 0, .075) } .table-primary, .table-primary>td, .table-primary>th { background-color: #b8daff } .table-hover .table-primary:hover { background-color: #9fcdff } .table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th { background-color: #9fcdff } .table-secondary, .table-secondary>td, .table-secondary>th { background-color: #d6d8db } .table-hover .table-secondary:hover { background-color: #c8cbcf } .table-hover .table-secondary:hover>td, .table-hover .table-secondary:hover>th { background-color: #c8cbcf } .table-success, .table-success>td, .table-success>th { background-color: #c3e6cb } .table-hover .table-success:hover { background-color: #b1dfbb } .table-hover .table-success:hover>td, .table-hover .table-success:hover>th { background-color: #b1dfbb } .table-info, .table-info>td, .table-info>th { background-color: #bee5eb } .table-hover .table-info:hover { background-color: #abdde5 } .table-hover .table-info:hover>td, .table-hover .table-info:hover>th { background-color: #abdde5 } .table-warning, .table-warning>td, .table-warning>th { background-color: #ffeeba } .table-hover .table-warning:hover { background-color: #ffe8a1 } .table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th { background-color: #ffe8a1 } .table-danger, .table-danger>td, .table-danger>th { background-color: #f5c6cb } .table-hover .table-danger:hover { background-color: #f1b0b7 } .table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th { background-color: #f1b0b7 } .table-light, .table-light>td, .table-light>th { background-color: #fdfdfe } .table-hover .table-light:hover { background-color: #ececf6 } .table-hover .table-light:hover>td, .table-hover .table-light:hover>th { background-color: #ececf6 } .table-dark, .table-dark>td, .table-dark>th { background-color: #c6c8ca } .table-hover .table-dark:hover { background-color: #b9bbbe } .table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th { background-color: #b9bbbe } .table-active, .table-active>td, .table-active>th { background-color: rgba(0, 0, 0, .075) } .table-hover .table-active:hover { background-color: rgba(0, 0, 0, .075) } .table-hover .table-active:hover>td, .table-hover .table-active:hover>th { background-color: rgba(0, 0, 0, .075) } .table .thead-dark th { color: #fff; background-color: #212529; border-color: #32383e } .table .thead-light th { color: #495057; background-color: #e9ecef; border-color: #dee2e6 } .table-dark { color: #fff; background-color: #212529 } .table-dark td, .table-dark th, .table-dark thead th { border-color: #32383e } .table-dark.table-bordered { border: 0 } .table-dark.table-striped tbody tr:nth-of-type(odd) { background-color: rgba(255, 255, 255, .05) } .table-dark.table-hover tbody tr:hover { background-color: rgba(255, 255, 255, .075) } @media (max-width:575.98px) { .table-responsive-sm { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar } .table-responsive-sm>.table-bordered { border: 0 } } @media (max-width:767.98px) { .table-responsive-md { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar } .table-responsive-md>.table-bordered { border: 0 } } @media (max-width:991.98px) { .table-responsive-lg { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar } .table-responsive-lg>.table-bordered { border: 0 } } @media (max-width:1199.98px) { .table-responsive-xl { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar } .table-responsive-xl>.table-bordered { border: 0 } } .table-responsive { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar } .table-responsive>.table-bordered { border: 0 } .form-control { display: block; width: 100%; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out } .form-control::-ms-expand { background-color: transparent; border: 0 } .form-control:focus { color: #495057; background-color: #fff; border-color: #80bdff; outline: 0; box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25) } .form-control::-webkit-input-placeholder { color: #6c757d; opacity: 1 } .form-control::-moz-placeholder { color: #6c757d; opacity: 1 } .form-control:-ms-input-placeholder { color: #6c757d; opacity: 1 } .form-control::-ms-input-placeholder { color: #6c757d; opacity: 1 } .form-control::placeholder { color: #6c757d; opacity: 1 } .form-control:disabled, .form-control[readonly] { background-color: #e9ecef; opacity: 1 } select.form-control:not([size]):not([multiple]) { height: calc(2.25rem+2px) } select.form-control:focus::-ms-value { color: #495057; background-color: #fff } .form-control-file, .form-control-range { display: block; width: 100% } .col-form-label { padding-top: calc(.375rem+1px); padding-bottom: calc(.375rem+1px); margin-bottom: 0; font-size: inherit; line-height: 1.5 } .col-form-label-lg { padding-top: calc(.5rem+1px); padding-bottom: calc(.5rem+1px); font-size: 1.25rem; line-height: 1.5 } .col-form-label-sm { padding-top: calc(.25rem+1px); padding-bottom: calc(.25rem+1px); font-size: .875rem; line-height: 1.5 } .form-control-plaintext { display: block; width: 100%; padding-top: .375rem; padding-bottom: .375rem; margin-bottom: 0; line-height: 1.5; background-color: transparent; border: solid transparent; border-width: 1px 0 } .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg>.form-control-plaintext.form-control, .input-group-lg>.input-group-append>.form-control-plaintext.btn, .input-group-lg>.input-group-append>.form-control-plaintext.input-group-text, .input-group-lg>.input-group-prepend>.form-control-plaintext.btn, .input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text, .input-group-sm>.form-control-plaintext.form-control, .input-group-sm>.input-group-append>.form-control-plaintext.btn, .input-group-sm>.input-group-append>.form-control-plaintext.input-group-text, .input-group-sm>.input-group-prepend>.form-control-plaintext.btn, .input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text { padding-right: 0; padding-left: 0 } .form-control-sm, .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text { padding: .25rem .5rem; font-size: .875rem; line-height: 1.5; border-radius: .2rem } .input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]), .input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]), .input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]), .input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]), .input-group-sm>select.form-control:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) { height: calc(1.8125rem+2px) } .form-control-lg, .input-group-lg>.form-control, .input-group-lg>.input-group-append>.btn, .input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-prepend>.input-group-text { padding: .5rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: .3rem } .input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]), .input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]), .input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]), .input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]), .input-group-lg>select.form-control:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) { height: calc(2.875rem+2px) } .form-group { margin-bottom: 1rem } .form-text { display: block; margin-top: .25rem } .form-row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -5px; margin-left: -5px } .form-row>.col, .form-row>[class*=col-] { padding-right: 5px; padding-left: 5px } .form-check { position: relative; display: block; padding-left: 1.25rem } .form-check-input { position: absolute; margin-top: .3rem; margin-left: -1.25rem } .form-check-input:disabled~.form-check-label { color: #6c757d } .form-check-label { margin-bottom: 0 } .form-check-inline { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-left: 0; margin-right: .75rem } .form-check-inline .form-check-input { position: static; margin-top: 0; margin-right: .3125rem; margin-left: 0 } .valid-feedback { display: none; width: 100%; margin-top: .25rem; font-size: 80%; color: #28a745 } .valid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: .5rem; margin-top: .1rem; font-size: .875rem; line-height: 1; color: #fff; background-color: rgba(40, 167, 69, .8); border-radius: .2rem } .custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid { border-color: #28a745 } .custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus { border-color: #28a745; box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25) } .custom-select.is-valid~.valid-feedback, .custom-select.is-valid~.valid-tooltip, .form-control.is-valid~.valid-feedback, .form-control.is-valid~.valid-tooltip, .was-validated .custom-select:valid~.valid-feedback, .was-validated .custom-select:valid~.valid-tooltip, .was-validated .form-control:valid~.valid-feedback, .was-validated .form-control:valid~.valid-tooltip { display: block } .form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label { color: #28a745 } .form-check-input.is-valid~.valid-feedback, .form-check-input.is-valid~.valid-tooltip, .was-validated .form-check-input:valid~.valid-feedback, .was-validated .form-check-input:valid~.valid-tooltip { display: block } .custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label { color: #28a745 } .custom-control-input.is-valid~.custom-control-label::before, .was-validated .custom-control-input:valid~.custom-control-label::before { background-color: #71dd8a } .custom-control-input.is-valid~.valid-feedback, .custom-control-input.is-valid~.valid-tooltip, .was-validated .custom-control-input:valid~.valid-feedback, .was-validated .custom-control-input:valid~.valid-tooltip { display: block } .custom-control-input.is-valid:checked~.custom-control-label::before, .was-validated .custom-control-input:valid:checked~.custom-control-label::before { background-color: #34ce57 } .custom-control-input.is-valid:focus~.custom-control-label::before, .was-validated .custom-control-input:valid:focus~.custom-control-label::before { box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25) } .custom-file-input.is-valid~.custom-file-label, .was-validated .custom-file-input:valid~.custom-file-label { border-color: #28a745 } .custom-file-input.is-valid~.custom-file-label::before, .was-validated .custom-file-input:valid~.custom-file-label::before { border-color: inherit } .custom-file-input.is-valid~.valid-feedback, .custom-file-input.is-valid~.valid-tooltip, .was-validated .custom-file-input:valid~.valid-feedback, .was-validated .custom-file-input:valid~.valid-tooltip { display: block } .custom-file-input.is-valid:focus~.custom-file-label, .was-validated .custom-file-input:valid:focus~.custom-file-label { box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25) } .invalid-feedback { display: none; width: 100%; margin-top: .25rem; font-size: 80%; color: #dc3545 } .invalid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: .5rem; margin-top: .1rem; font-size: .875rem; line-height: 1; color: #fff; background-color: rgba(220, 53, 69, .8); border-radius: .2rem } .custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid { border-color: #dc3545 } .custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus { border-color: #dc3545; box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25) } .custom-select.is-invalid~.invalid-feedback, .custom-select.is-invalid~.invalid-tooltip, .form-control.is-invalid~.invalid-feedback, .form-control.is-invalid~.invalid-tooltip, .was-validated .custom-select:invalid~.invalid-feedback, .was-validated .custom-select:invalid~.invalid-tooltip, .was-validated .form-control:invalid~.invalid-feedback, .was-validated .form-control:invalid~.invalid-tooltip { display: block } .form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label { color: #dc3545 } .form-check-input.is-invalid~.invalid-feedback, .form-check-input.is-invalid~.invalid-tooltip, .was-validated .form-check-input:invalid~.invalid-feedback, .was-validated .form-check-input:invalid~.invalid-tooltip { display: block } .custom-control-input.is-invalid~.custom-control-label, .was-validated .custom-control-input:invalid~.custom-control-label { color: #dc3545 } .custom-control-input.is-invalid~.custom-control-label::before, .was-validated .custom-control-input:invalid~.custom-control-label::before { background-color: #efa2a9 } .custom-control-input.is-invalid~.invalid-feedback, .custom-control-input.is-invalid~.invalid-tooltip, .was-validated .custom-control-input:invalid~.invalid-feedback, .was-validated .custom-control-input:invalid~.invalid-tooltip { display: block } .custom-control-input.is-invalid:checked~.custom-control-label::before, .was-validated .custom-control-input:invalid:checked~.custom-control-label::before { background-color: #e4606d } .custom-control-input.is-invalid:focus~.custom-control-label::before, .was-validated .custom-control-input:invalid:focus~.custom-control-label::before { box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25) } .custom-file-input.is-invalid~.custom-file-label, .was-validated .custom-file-input:invalid~.custom-file-label { border-color: #dc3545 } .custom-file-input.is-invalid~.custom-file-label::before, .was-validated .custom-file-input:invalid~.custom-file-label::before { border-color: inherit } .custom-file-input.is-invalid~.invalid-feedback, .custom-file-input.is-invalid~.invalid-tooltip, .was-validated .custom-file-input:invalid~.invalid-feedback, .was-validated .custom-file-input:invalid~.invalid-tooltip { display: block } .custom-file-input.is-invalid:focus~.custom-file-label, .was-validated .custom-file-input:invalid:focus~.custom-file-label { box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25) } .form-inline { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .form-inline .form-check { width: 100% } @media (min-width:576px) { .form-inline label { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 0 } .form-inline .form-group { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 0 } .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle } .form-inline .form-control-plaintext { display: inline-block } .form-inline .input-group { width: auto } .form-inline .form-check { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: auto; padding-left: 0 } .form-inline .form-check-input { position: relative; margin-top: 0; margin-right: .25rem; margin-left: 0 } .form-inline .custom-control { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center } .form-inline .custom-control-label { margin-bottom: 0 } } .btn { display: inline-block; font-weight: 400; text-align: center; white-space: nowrap; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid transparent; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; border-radius: .25rem; transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out } .btn:focus, .btn:hover { text-decoration: none } .btn.focus, .btn:focus { outline: 0; box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25) } .btn.disabled, .btn:disabled { opacity: .65 } .btn:not(:disabled):not(.disabled) { cursor: pointer } .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active { background-image: none } a.btn.disabled, fieldset:disabled a.btn { pointer-events: none } .btn-primary { color: #fff; background-color: #007bff; border-color: #007bff } .btn-primary:hover { color: #fff; background-color: #0069d9; border-color: #0062cc } .btn-primary.focus, .btn-primary:focus { box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5) } .btn-primary.disabled, .btn-primary:disabled { color: #fff; background-color: #007bff; border-color: #007bff } .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle { color: #fff; background-color: #0062cc; border-color: #005cbf } .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5) } .btn-secondary { color: #fff; background-color: #6c757d; border-color: #6c757d } .btn-secondary:hover { color: #fff; background-color: #5a6268; border-color: #545b62 } .btn-secondary.focus, .btn-secondary:focus { box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5) } .btn-secondary.disabled, .btn-secondary:disabled { color: #fff; background-color: #6c757d; border-color: #6c757d } .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle { color: #fff; background-color: #545b62; border-color: #4e555b } .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5) } .btn-success { color: #fff; background-color: #28a745; border-color: #28a745 } .btn-success:hover { color: #fff; background-color: #218838; border-color: #1e7e34 } .btn-success.focus, .btn-success:focus { box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5) } .btn-success.disabled, .btn-success:disabled { color: #fff; background-color: #28a745; border-color: #28a745 } .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle { color: #fff; background-color: #1e7e34; border-color: #1c7430 } .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5) } .btn-info { color: #fff; background-color: #17a2b8; border-color: #17a2b8 } .btn-info:hover { color: #fff; background-color: #138496; border-color: #117a8b } .btn-info.focus, .btn-info:focus { box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5) } .btn-info.disabled, .btn-info:disabled { color: #fff; background-color: #17a2b8; border-color: #17a2b8 } .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle { color: #fff; background-color: #117a8b; border-color: #10707f } .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5) } .btn-warning { color: #212529; background-color: #ffc107; border-color: #ffc107 } .btn-warning:hover { color: #212529; background-color: #e0a800; border-color: #d39e00 } .btn-warning.focus, .btn-warning:focus { box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5) } .btn-warning.disabled, .btn-warning:disabled { color: #212529; background-color: #ffc107; border-color: #ffc107 } .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle { color: #212529; background-color: #d39e00; border-color: #c69500 } .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-warning.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5) } .btn-danger { color: #fff; background-color: #dc3545; border-color: #dc3545 } .btn-danger:hover { color: #fff; background-color: #c82333; border-color: #bd2130 } .btn-danger.focus, .btn-danger:focus { box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5) } .btn-danger.disabled, .btn-danger:disabled { color: #fff; background-color: #dc3545; border-color: #dc3545 } .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle { color: #fff; background-color: #bd2130; border-color: #b21f2d } .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5) } .btn-light { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa } .btn-light:hover { color: #212529; background-color: #e2e6ea; border-color: #dae0e5 } .btn-light.focus, .btn-light:focus { box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5) } .btn-light.disabled, .btn-light:disabled { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa } .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle { color: #212529; background-color: #dae0e5; border-color: #d3d9df } .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5) } .btn-dark { color: #fff; background-color: #343a40; border-color: #343a40 } .btn-dark:hover { color: #fff; background-color: #23272b; border-color: #1d2124 } .btn-dark.focus, .btn-dark:focus { box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) } .btn-dark.disabled, .btn-dark:disabled { color: #fff; background-color: #343a40; border-color: #343a40 } .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle { color: #fff; background-color: #1d2124; border-color: #171a1d } .btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-dark.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) } .btn-outline-primary { color: #007bff; background-color: transparent; background-image: none; border-color: #007bff } .btn-outline-primary:hover { color: #fff; background-color: #007bff; border-color: #007bff } .btn-outline-primary.focus, .btn-outline-primary:focus { box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5) } .btn-outline-primary.disabled, .btn-outline-primary:disabled { color: #007bff; background-color: transparent } .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle { color: #fff; background-color: #007bff; border-color: #007bff } .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5) } .btn-outline-secondary { color: #6c757d; background-color: transparent; background-image: none; border-color: #6c757d } .btn-outline-secondary:hover { color: #fff; background-color: #6c757d; border-color: #6c757d } .btn-outline-secondary.focus, .btn-outline-secondary:focus { box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5) } .btn-outline-secondary.disabled, .btn-outline-secondary:disabled { color: #6c757d; background-color: transparent } .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle { color: #fff; background-color: #6c757d; border-color: #6c757d } .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5) } .btn-outline-success { color: #28a745; background-color: transparent; background-image: none; border-color: #28a745 } .btn-outline-success:hover { color: #fff; background-color: #28a745; border-color: #28a745 } .btn-outline-success.focus, .btn-outline-success:focus { box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5) } .btn-outline-success.disabled, .btn-outline-success:disabled { color: #28a745; background-color: transparent } .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle { color: #fff; background-color: #28a745; border-color: #28a745 } .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5) } .btn-outline-info { color: #17a2b8; background-color: transparent; background-image: none; border-color: #17a2b8 } .btn-outline-info:hover { color: #fff; background-color: #17a2b8; border-color: #17a2b8 } .btn-outline-info.focus, .btn-outline-info:focus { box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5) } .btn-outline-info.disabled, .btn-outline-info:disabled { color: #17a2b8; background-color: transparent } .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show>.btn-outline-info.dropdown-toggle { color: #fff; background-color: #17a2b8; border-color: #17a2b8 } .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-info.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5) } .btn-outline-warning { color: #ffc107; background-color: transparent; background-image: none; border-color: #ffc107 } .btn-outline-warning:hover { color: #212529; background-color: #ffc107; border-color: #ffc107 } .btn-outline-warning.focus, .btn-outline-warning:focus { box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5) } .btn-outline-warning.disabled, .btn-outline-warning:disabled { color: #ffc107; background-color: transparent } .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show>.btn-outline-warning.dropdown-toggle { color: #212529; background-color: #ffc107; border-color: #ffc107 } .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-warning.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5) } .btn-outline-danger { color: #dc3545; background-color: transparent; background-image: none; border-color: #dc3545 } .btn-outline-danger:hover { color: #fff; background-color: #dc3545; border-color: #dc3545 } .btn-outline-danger.focus, .btn-outline-danger:focus { box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5) } .btn-outline-danger.disabled, .btn-outline-danger:disabled { color: #dc3545; background-color: transparent } .btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle { color: #fff; background-color: #dc3545; border-color: #dc3545 } .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-danger.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5) } .btn-outline-light { color: #f8f9fa; background-color: transparent; background-image: none; border-color: #f8f9fa } .btn-outline-light:hover { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa } .btn-outline-light.focus, .btn-outline-light:focus { box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5) } .btn-outline-light.disabled, .btn-outline-light:disabled { color: #f8f9fa; background-color: transparent } .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa } .btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-light.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5) } .btn-outline-dark { color: #343a40; background-color: transparent; background-image: none; border-color: #343a40 } .btn-outline-dark:hover { color: #fff; background-color: #343a40; border-color: #343a40 } .btn-outline-dark.focus, .btn-outline-dark:focus { box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) } .btn-outline-dark.disabled, .btn-outline-dark:disabled { color: #343a40; background-color: transparent } .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show>.btn-outline-dark.dropdown-toggle { color: #fff; background-color: #343a40; border-color: #343a40 } .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-dark.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) } .btn-link { font-weight: 400; color: #007bff; background-color: transparent } .btn-link:hover { color: #0056b3; text-decoration: underline; background-color: transparent; border-color: transparent } .btn-link.focus, .btn-link:focus { text-decoration: underline; border-color: transparent; box-shadow: none } .btn-link.disabled, .btn-link:disabled { color: #6c757d } .btn-group-lg>.btn, .btn-lg { padding: .5rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: .3rem } .btn-group-sm>.btn, .btn-sm { padding: .25rem .5rem; font-size: .875rem; line-height: 1.5; border-radius: .2rem } .btn-block { display: block; width: 100% } .btn-block+.btn-block { margin-top: .5rem } input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block { width: 100% } .fade { opacity: 0; transition: opacity .15s linear } .fade.show { opacity: 1 } .collapse { display: none } .collapse.show { display: block } tr.collapse.show { display: table-row } tbody.collapse.show { display: table-row-group } .collapsing { position: relative; height: 0; overflow: hidden; transition: height .35s ease } .dropdown, .dropup { position: relative } .dropdown-toggle::after { display: inline-block; width: 0; height: 0; margin-left: .255em; vertical-align: .255em; content: ""; border-top: .3em solid; border-right: .3em solid transparent; border-bottom: 0; border-left: .3em solid transparent } .dropdown-toggle:empty::after { margin-left: 0 } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: .5rem 0; margin: .125rem 0 0; font-size: 1rem; color: #212529; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, .15); border-radius: .25rem } .dropup .dropdown-menu { margin-top: 0; margin-bottom: .125rem } .dropup .dropdown-toggle::after { display: inline-block; width: 0; height: 0; margin-left: .255em; vertical-align: .255em; content: ""; border-top: 0; border-right: .3em solid transparent; border-bottom: .3em solid; border-left: .3em solid transparent } .dropup .dropdown-toggle:empty::after { margin-left: 0 } .dropright .dropdown-menu { margin-top: 0; margin-left: .125rem } .dropright .dropdown-toggle::after { display: inline-block; width: 0; height: 0; margin-left: .255em; vertical-align: .255em; content: ""; border-top: .3em solid transparent; border-bottom: .3em solid transparent; border-left: .3em solid } .dropright .dropdown-toggle:empty::after { margin-left: 0 } .dropright .dropdown-toggle::after { vertical-align: 0 } .dropleft .dropdown-menu { margin-top: 0; margin-right: .125rem } .dropleft .dropdown-toggle::after { display: inline-block; width: 0; height: 0; margin-left: .255em; vertical-align: .255em; content: "" } .dropleft .dropdown-toggle::after { display: none } .dropleft .dropdown-toggle::before { display: inline-block; width: 0; height: 0; margin-right: .255em; vertical-align: .255em; content: ""; border-top: .3em solid transparent; border-right: .3em solid; border-bottom: .3em solid transparent } .dropleft .dropdown-toggle:empty::after { margin-left: 0 } .dropleft .dropdown-toggle::before { vertical-align: 0 } .dropdown-divider { height: 0; margin: .5rem 0; overflow: hidden; border-top: 1px solid #e9ecef } .dropdown-item { display: block; width: 100%; padding: .25rem 1.5rem; clear: both; font-weight: 400; color: #212529; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0 } .dropdown-item:focus, .dropdown-item:hover { color: #16181b; text-decoration: none; background-color: #f8f9fa } .dropdown-item.active, .dropdown-item:active { color: #fff; text-decoration: none; background-color: #007bff } .dropdown-item.disabled, .dropdown-item:disabled { color: #6c757d; background-color: transparent } .dropdown-menu.show { display: block } .dropdown-header { display: block; padding: .5rem 1.5rem; margin-bottom: 0; font-size: .875rem; color: #6c757d; white-space: nowrap } .btn-group, .btn-group-vertical { position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; vertical-align: middle } .btn-group-vertical>.btn, .btn-group>.btn { position: relative; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto } .btn-group-vertical>.btn:hover, .btn-group>.btn:hover { z-index: 1 } .btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus { z-index: 1 } .btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group, .btn-group-vertical .btn+.btn, .btn-group-vertical .btn+.btn-group, .btn-group-vertical .btn-group+.btn, .btn-group-vertical .btn-group+.btn-group { margin-left: -1px } .btn-toolbar { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start } .btn-toolbar .input-group { width: auto } .btn-group>.btn:first-child { margin-left: 0 } .btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 0; border-bottom-right-radius: 0 } .btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0 } .dropdown-toggle-split { padding-right: .5625rem; padding-left: .5625rem } .dropdown-toggle-split::after { margin-left: 0 } .btn-group-sm>.btn+.dropdown-toggle-split, .btn-sm+.dropdown-toggle-split { padding-right: .375rem; padding-left: .375rem } .btn-group-lg>.btn+.dropdown-toggle-split, .btn-lg+.dropdown-toggle-split { padding-right: .75rem; padding-left: .75rem } .btn-group-vertical { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center } .btn-group-vertical .btn, .btn-group-vertical .btn-group { width: 100% } .btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group { margin-top: -1px; margin-left: 0 } .btn-group-vertical>.btn-group:not(:last-child)>.btn, .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-bottom-left-radius: 0 } .btn-group-vertical>.btn-group:not(:first-child)>.btn, .btn-group-vertical>.btn:not(:first-child) { border-top-left-radius: 0; border-top-right-radius: 0 } .btn-group-toggle>.btn, .btn-group-toggle>.btn-group>.btn { margin-bottom: 0 } .btn-group-toggle>.btn input[type=checkbox], .btn-group-toggle>.btn input[type=radio], .btn-group-toggle>.btn-group>.btn input[type=checkbox], .btn-group-toggle>.btn-group>.btn input[type=radio] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none } .input-group { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; width: 100% } .input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control { position: relative; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; width: 1%; margin-bottom: 0 } .input-group>.custom-file:focus, .input-group>.custom-select:focus, .input-group>.form-control:focus { z-index: 3 } .input-group>.custom-file+.custom-file, .input-group>.custom-file+.custom-select, .input-group>.custom-file+.form-control, .input-group>.custom-select+.custom-file, .input-group>.custom-select+.custom-select, .input-group>.custom-select+.form-control, .input-group>.form-control+.custom-file, .input-group>.form-control+.custom-select, .input-group>.form-control+.form-control { margin-left: -1px } .input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0 } .input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0 } .input-group>.custom-file { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .input-group>.custom-file:not(:last-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label::before { border-top-right-radius: 0; border-bottom-right-radius: 0 } .input-group>.custom-file:not(:first-child) .custom-file-label, .input-group>.custom-file:not(:first-child) .custom-file-label::before { border-top-left-radius: 0; border-bottom-left-radius: 0 } .input-group-append, .input-group-prepend { display: -webkit-box; display: -ms-flexbox; display: flex } .input-group-append .btn, .input-group-prepend .btn { position: relative; z-index: 2 } .input-group-append .btn+.btn, .input-group-append .btn+.input-group-text, .input-group-append .input-group-text+.btn, .input-group-append .input-group-text+.input-group-text, .input-group-prepend .btn+.btn, .input-group-prepend .btn+.input-group-text, .input-group-prepend .input-group-text+.btn, .input-group-prepend .input-group-text+.input-group-text { margin-left: -1px } .input-group-prepend { margin-right: -1px } .input-group-append { margin-left: -1px } .input-group-text { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .375rem .75rem; margin-bottom: 0; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; text-align: center; white-space: nowrap; background-color: #e9ecef; border: 1px solid #ced4da; border-radius: .25rem } .input-group-text input[type=checkbox], .input-group-text input[type=radio] { margin-top: 0 } .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text { border-top-right-radius: 0; border-bottom-right-radius: 0 } .input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text { border-top-left-radius: 0; border-bottom-left-radius: 0 } .custom-control { position: relative; display: block; min-height: 1.5rem; padding-left: 1.5rem } .custom-control-inline { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; margin-right: 1rem } .custom-control-input { position: absolute; z-index: -1; opacity: 0 } .custom-control-input:checked~.custom-control-label::before { color: #fff; background-color: #007bff } .custom-control-input:focus~.custom-control-label::before { box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25) } .custom-control-input:active~.custom-control-label::before { color: #fff; background-color: #b3d7ff } .custom-control-input:disabled~.custom-control-label { color: #6c757d } .custom-control-input:disabled~.custom-control-label::before { background-color: #e9ecef } .custom-control-label { margin-bottom: 0 } .custom-control-label::before { position: absolute; top: .25rem; left: 0; display: block; width: 1rem; height: 1rem; pointer-events: none; content: ""; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: #dee2e6 } .custom-control-label::after { position: absolute; top: .25rem; left: 0; display: block; width: 1rem; height: 1rem; content: ""; background-repeat: no-repeat; background-position: center center; background-size: 50% 50% } .custom-checkbox .custom-control-label::before { border-radius: .25rem } .custom-checkbox .custom-control-input:checked~.custom-control-label::before { background-color: #007bff } .custom-checkbox .custom-control-input:checked~.custom-control-label::after { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") } .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before { background-color: #007bff } .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E") } .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before { background-color: rgba(0, 123, 255, .5) } .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before { background-color: rgba(0, 123, 255, .5) } .custom-radio .custom-control-label::before { border-radius: 50% } .custom-radio .custom-control-input:checked~.custom-control-label::before { background-color: #007bff } .custom-radio .custom-control-input:checked~.custom-control-label::after { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E") } .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before { background-color: rgba(0, 123, 255, .5) } .custom-select { display: inline-block; width: 100%; height: calc(2.25rem+2px); padding: .375rem 1.75rem .375rem .75rem; line-height: 1.5; color: #495057; vertical-align: middle; background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center; background-size: 8px 10px; border: 1px solid #ced4da; border-radius: .25rem; -webkit-appearance: none; -moz-appearance: none; appearance: none } .custom-select:focus { border-color: #80bdff; outline: 0; box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(128, 189, 255, .5) } .custom-select:focus::-ms-value { color: #495057; background-color: #fff } .custom-select[multiple], .custom-select[size]:not([size="1"]) { height: auto; padding-right: .75rem; background-image: none } .custom-select:disabled { color: #6c757d; background-color: #e9ecef } .custom-select::-ms-expand { opacity: 0 } .custom-select-sm { height: calc(1.8125rem+2px); padding-top: .375rem; padding-bottom: .375rem; font-size: 75% } .custom-select-lg { height: calc(2.875rem+2px); padding-top: .375rem; padding-bottom: .375rem; font-size: 125% } .custom-file { position: relative; display: inline-block; width: 100%; height: calc(2.25rem+2px); margin-bottom: 0 } .custom-file-input { position: relative; z-index: 2; width: 100%; height: calc(2.25rem+2px); margin: 0; opacity: 0 } .custom-file-input:focus~.custom-file-control { border-color: #80bdff; box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25) } .custom-file-input:focus~.custom-file-control::before { border-color: #80bdff } .custom-file-input:lang(en)~.custom-file-label::after { content: "Browse" } .custom-file-label { position: absolute; top: 0; right: 0; left: 0; z-index: 1; height: calc(2.25rem+2px); padding: .375rem .75rem; line-height: 1.5; color: #495057; background-color: #fff; border: 1px solid #ced4da; border-radius: .25rem } .custom-file-label::after { position: absolute; top: 0; right: 0; bottom: 0; z-index: 3; display: block; height: calc(calc(2.25rem+2px) - 1px * 2); padding: .375rem .75rem; line-height: 1.5; color: #495057; content: "Browse"; background-color: #e9ecef; border-left: 1px solid #ced4da; border-radius: 0 .25rem .25rem 0 } .nav { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none } .nav-link { display: block; padding: .5rem 1rem } .nav-link:focus, .nav-link:hover { text-decoration: none } .nav-link.disabled { color: #6c757d } .nav-tabs { border-bottom: 1px solid #dee2e6 } .nav-tabs .nav-item { margin-bottom: -1px } .nav-tabs .nav-link { border: 1px solid transparent; border-top-left-radius: .25rem; border-top-right-radius: .25rem } .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { border-color: #e9ecef #e9ecef #dee2e6 } .nav-tabs .nav-link.disabled { color: #6c757d; background-color: transparent; border-color: transparent } .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { color: #495057; background-color: #fff; border-color: #dee2e6 #dee2e6 #fff } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0 } .nav-pills .nav-link { border-radius: .25rem } .nav-pills .nav-link.active, .nav-pills .show>.nav-link { color: #fff; background-color: #007bff } .nav-fill .nav-item { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; text-align: center } .nav-justified .nav-item { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; text-align: center } .tab-content>.tab-pane { display: none } .tab-content>.active { display: block } .navbar { position: relative; 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; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: .5rem 1rem } .navbar>.container, .navbar>.container-fluid { 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; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between } .navbar-brand { display: inline-block; padding-top: .3125rem; padding-bottom: .3125rem; margin-right: 1rem; font-size: 1.25rem; line-height: inherit; white-space: nowrap } .navbar-brand:focus, .navbar-brand:hover { text-decoration: none } .navbar-nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-left: 0; margin-bottom: 0; list-style: none } .navbar-nav .nav-link { padding-right: 0; padding-left: 0 } .navbar-nav .dropdown-menu { position: static; float: none } .navbar-text { display: inline-block; padding-top: .5rem; padding-bottom: .5rem } .navbar-collapse { -ms-flex-preferred-size: 100%; flex-basis: 100%; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .navbar-toggler { padding: .25rem .75rem; font-size: 1.25rem; line-height: 1; background-color: transparent; border: 1px solid transparent; border-radius: .25rem } .navbar-toggler:focus, .navbar-toggler:hover { text-decoration: none } .navbar-toggler:not(:disabled):not(.disabled) { cursor: pointer } .navbar-toggler-icon { display: inline-block; width: 1.5em; height: 1.5em; vertical-align: middle; content: ""; background: no-repeat center center; background-size: 100% 100% } @media (max-width:575.98px) { .navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid { padding-right: 0; padding-left: 0 } } @media (min-width:576px) { .navbar-expand-sm { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start } .navbar-expand-sm .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row } .navbar-expand-sm .navbar-nav .dropdown-menu { position: absolute } .navbar-expand-sm .navbar-nav .dropdown-menu-right { right: 0; left: auto } .navbar-expand-sm .navbar-nav .nav-link { padding-right: .5rem; padding-left: .5rem } .navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid { -ms-flex-wrap: nowrap; flex-wrap: nowrap } .navbar-expand-sm .navbar-collapse { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto } .navbar-expand-sm .navbar-toggler { display: none } .navbar-expand-sm .dropup .dropdown-menu { top: auto; bottom: 100% } } @media (max-width:767.98px) { .navbar-expand-md>.container, .navbar-expand-md>.container-fluid { padding-right: 0; padding-left: 0 } } @media (min-width:768px) { .navbar-expand-md { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start } .navbar-expand-md .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row } .navbar-expand-md .navbar-nav .dropdown-menu { position: absolute } .navbar-expand-md .navbar-nav .dropdown-menu-right { right: 0; left: auto } .navbar-expand-md .navbar-nav .nav-link { padding-right: .5rem; padding-left: .5rem } .navbar-expand-md>.container, .navbar-expand-md>.container-fluid { -ms-flex-wrap: nowrap; flex-wrap: nowrap } .navbar-expand-md .navbar-collapse { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto } .navbar-expand-md .navbar-toggler { display: none } .navbar-expand-md .dropup .dropdown-menu { top: auto; bottom: 100% } } @media (max-width:991.98px) { .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid { padding-right: 0; padding-left: 0 } } @media (min-width:992px) { .navbar-expand-lg { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start } .navbar-expand-lg .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row } .navbar-expand-lg .navbar-nav .dropdown-menu { position: absolute } .navbar-expand-lg .navbar-nav .dropdown-menu-right { right: 0; left: auto } .navbar-expand-lg .navbar-nav .nav-link { padding-right: .5rem; padding-left: .5rem } .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid { -ms-flex-wrap: nowrap; flex-wrap: nowrap } .navbar-expand-lg .navbar-collapse { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto } .navbar-expand-lg .navbar-toggler { display: none } .navbar-expand-lg .dropup .dropdown-menu { top: auto; bottom: 100% } } @media (max-width:1199.98px) { .navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid { padding-right: 0; padding-left: 0 } } @media (min-width:1200px) { .navbar-expand-xl { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start } .navbar-expand-xl .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row } .navbar-expand-xl .navbar-nav .dropdown-menu { position: absolute } .navbar-expand-xl .navbar-nav .dropdown-menu-right { right: 0; left: auto } .navbar-expand-xl .navbar-nav .nav-link { padding-right: .5rem; padding-left: .5rem } .navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid { -ms-flex-wrap: nowrap; flex-wrap: nowrap } .navbar-expand-xl .navbar-collapse { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto } .navbar-expand-xl .navbar-toggler { display: none } .navbar-expand-xl .dropup .dropdown-menu { top: auto; bottom: 100% } } .navbar-expand { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start } .navbar-expand>.container, .navbar-expand>.container-fluid { padding-right: 0; padding-left: 0 } .navbar-expand .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row } .navbar-expand .navbar-nav .dropdown-menu { position: absolute } .navbar-expand .navbar-nav .dropdown-menu-right { right: 0; left: auto } .navbar-expand .navbar-nav .nav-link { padding-right: .5rem; padding-left: .5rem } .navbar-expand>.container, .navbar-expand>.container-fluid { -ms-flex-wrap: nowrap; flex-wrap: nowrap } .navbar-expand .navbar-collapse { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto } .navbar-expand .navbar-toggler { display: none } .navbar-expand .dropup .dropdown-menu { top: auto; bottom: 100% } .navbar-light .navbar-brand { color: rgba(0, 0, 0, .9) } .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover { color: rgba(0, 0, 0, .9) } .navbar-light .navbar-nav .nav-link { color: rgba(0, 0, 0, .5) } .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { color: rgba(0, 0, 0, .7) } .navbar-light .navbar-nav .nav-link.disabled { color: rgba(0, 0, 0, .3) } .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link { color: rgba(0, 0, 0, .9) } .navbar-light .navbar-toggler { color: rgba(0, 0, 0, .5); border-color: rgba(0, 0, 0, .1) } .navbar-light .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") } .navbar-light .navbar-text { color: rgba(0, 0, 0, .5) } .navbar-light .navbar-text a { color: rgba(0, 0, 0, .9) } .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover { color: rgba(0, 0, 0, .9) } .navbar-dark .navbar-brand { color: #fff } .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover { color: #fff } .navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, .5) } .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover { color: rgba(255, 255, 255, .75) } .navbar-dark .navbar-nav .nav-link.disabled { color: rgba(255, 255, 255, .25) } .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link { color: #fff } .navbar-dark .navbar-toggler { color: rgba(255, 255, 255, .5); border-color: rgba(255, 255, 255, .1) } .navbar-dark .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") } .navbar-dark .navbar-text { color: rgba(255, 255, 255, .5) } .navbar-dark .navbar-text a { color: #fff } .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover { color: #fff } .card { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0, 0, 0, .125); border-radius: .25rem } .card>hr { margin-right: 0; margin-left: 0 } .card>.list-group:first-child .list-group-item:first-child { border-top-left-radius: .25rem; border-top-right-radius: .25rem } .card>.list-group:last-child .list-group-item:last-child { border-bottom-right-radius: .25rem; border-bottom-left-radius: .25rem } .card-body { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 1.25rem } .card-title { margin-bottom: .75rem } .card-subtitle { margin-top: -.375rem; margin-bottom: 0 } .card-text:last-child { margin-bottom: 0 } .card-link:hover { text-decoration: none } .card-link+.card-link { margin-left: 1.25rem } .card-header { padding: .75rem 1.25rem; margin-bottom: 0; background-color: rgba(0, 0, 0, .03); border-bottom: 1px solid rgba(0, 0, 0, .125) } .card-header:first-child { border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0 } .card-header+.list-group .list-group-item:first-child { border-top: 0 } .card-footer { padding: .75rem 1.25rem; background-color: rgba(0, 0, 0, .03); border-top: 1px solid rgba(0, 0, 0, .125) } .card-footer:last-child { border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px) } .card-header-tabs { margin-right: -.625rem; margin-bottom: -.75rem; margin-left: -.625rem; border-bottom: 0 } .card-header-pills { margin-right: -.625rem; margin-left: -.625rem } .card-img-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 1.25rem } .card-img { width: 100%; border-radius: calc(.25rem - 1px) } .card-img-top { width: 100%; border-top-left-radius: calc(.25rem - 1px); border-top-right-radius: calc(.25rem - 1px) } .card-img-bottom { width: 100%; border-bottom-right-radius: calc(.25rem - 1px); border-bottom-left-radius: calc(.25rem - 1px) } .card-deck { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column } .card-deck .card { margin-bottom: 15px } @media (min-width:576px) { .card-deck { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; margin-right: -15px; margin-left: -15px } .card-deck .card { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1 0 0%; flex: 1 0 0%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-right: 15px; margin-bottom: 0; margin-left: 15px } } .card-group { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column } .card-group>.card { margin-bottom: 15px } @media (min-width:576px) { .card-group { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap } .card-group>.card { -webkit-box-flex: 1; -ms-flex: 1 0 0%; flex: 1 0 0%; margin-bottom: 0 } .card-group>.card+.card { margin-left: 0; border-left: 0 } .card-group>.card:first-child { border-top-right-radius: 0; border-bottom-right-radius: 0 } .card-group>.card:first-child .card-header, .card-group>.card:first-child .card-img-top { border-top-right-radius: 0 } .card-group>.card:first-child .card-footer, .card-group>.card:first-child .card-img-bottom { border-bottom-right-radius: 0 } .card-group>.card:last-child { border-top-left-radius: 0; border-bottom-left-radius: 0 } .card-group>.card:last-child .card-header, .card-group>.card:last-child .card-img-top { border-top-left-radius: 0 } .card-group>.card:last-child .card-footer, .card-group>.card:last-child .card-img-bottom { border-bottom-left-radius: 0 } .card-group>.card:only-child { border-radius: .25rem } .card-group>.card:only-child .card-header, .card-group>.card:only-child .card-img-top { border-top-left-radius: .25rem; border-top-right-radius: .25rem } .card-group>.card:only-child .card-footer, .card-group>.card:only-child .card-img-bottom { border-bottom-right-radius: .25rem; border-bottom-left-radius: .25rem } .card-group>.card:not(:first-child):not(:last-child):not(:only-child) { border-radius: 0 } .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top { border-radius: 0 } } .card-columns .card { margin-bottom: .75rem } @media (min-width:576px) { .card-columns { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; -webkit-column-gap: 1.25rem; -moz-column-gap: 1.25rem; column-gap: 1.25rem } .card-columns .card { display: inline-block; width: 100% } } .breadcrumb { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: .75rem 1rem; margin-bottom: 1rem; list-style: none; background-color: #e9ecef; border-radius: .25rem } .breadcrumb-item+.breadcrumb-item::before { display: inline-block; padding-right: .5rem; padding-left: .5rem; color: #6c757d; content: "/" } .breadcrumb-item+.breadcrumb-item:hover::before { text-decoration: underline } .breadcrumb-item+.breadcrumb-item:hover::before { text-decoration: none } .breadcrumb-item.active { color: #6c757d } .pagination { display: -webkit-box; display: -ms-flexbox; display: flex; padding-left: 0; list-style: none; border-radius: .25rem } .page-link { position: relative; display: block; padding: .5rem .75rem; margin-left: -1px; line-height: 1.25; color: #007bff; background-color: #fff; border: 1px solid #dee2e6 } .page-link:hover { color: #0056b3; text-decoration: none; background-color: #e9ecef; border-color: #dee2e6 } .page-link:focus { z-index: 2; outline: 0; box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25) } .page-link:not(:disabled):not(.disabled) { cursor: pointer } .page-item:first-child .page-link { margin-left: 0; border-top-left-radius: .25rem; border-bottom-left-radius: .25rem } .page-item:last-child .page-link { border-top-right-radius: .25rem; border-bottom-right-radius: .25rem } .page-item.active .page-link { z-index: 1; color: #fff; background-color: #007bff; border-color: #007bff } .page-item.disabled .page-link { color: #6c757d; pointer-events: none; cursor: auto; background-color: #fff; border-color: #dee2e6 } .pagination-lg .page-link { padding: .75rem 1.5rem; font-size: 1.25rem; line-height: 1.5 } .pagination-lg .page-item:first-child .page-link { border-top-left-radius: .3rem; border-bottom-left-radius: .3rem } .pagination-lg .page-item:last-child .page-link { border-top-right-radius: .3rem; border-bottom-right-radius: .3rem } .pagination-sm .page-link { padding: .25rem .5rem; font-size: .875rem; line-height: 1.5 } .pagination-sm .page-item:first-child .page-link { border-top-left-radius: .2rem; border-bottom-left-radius: .2rem } .pagination-sm .page-item:last-child .page-link { border-top-right-radius: .2rem; border-bottom-right-radius: .2rem } .badge { display: inline-block; padding: .25em .4em; font-size: 75%; font-weight: 700; line-height: 1; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25rem } .badge:empty { display: none } .btn .badge { position: relative; top: -1px } .badge-pill { padding-right: .6em; padding-left: .6em; border-radius: 10rem } .badge-primary { color: #fff; background-color: #007bff } .badge-primary[href]:focus, .badge-primary[href]:hover { color: #fff; text-decoration: none; background-color: #0062cc } .badge-secondary { color: #fff; background-color: #6c757d } .badge-secondary[href]:focus, .badge-secondary[href]:hover { color: #fff; text-decoration: none; background-color: #545b62 } .badge-success { color: #fff; background-color: #28a745 } .badge-success[href]:focus, .badge-success[href]:hover { color: #fff; text-decoration: none; background-color: #1e7e34 } .badge-info { color: #fff; background-color: #17a2b8 } .badge-info[href]:focus, .badge-info[href]:hover { color: #fff; text-decoration: none; background-color: #117a8b } .badge-warning { color: #212529; background-color: #ffc107 } .badge-warning[href]:focus, .badge-warning[href]:hover { color: #212529; text-decoration: none; background-color: #d39e00 } .badge-danger { color: #fff; background-color: #dc3545 } .badge-danger[href]:focus, .badge-danger[href]:hover { color: #fff; text-decoration: none; background-color: #bd2130 } .badge-light { color: #212529; background-color: #f8f9fa } .badge-light[href]:focus, .badge-light[href]:hover { color: #212529; text-decoration: none; background-color: #dae0e5 } .badge-dark { color: #fff; background-color: #343a40 } .badge-dark[href]:focus, .badge-dark[href]:hover { color: #fff; text-decoration: none; background-color: #1d2124 } .jumbotron { padding: 2rem 1rem; margin-bottom: 2rem; background-color: #e9ecef; border-radius: .3rem } @media (min-width:576px) { .jumbotron { padding: 4rem 2rem } } .jumbotron-fluid { padding-right: 0; padding-left: 0; border-radius: 0 } .alert { position: relative; padding: .75rem 1.25rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: .25rem } .alert-heading { color: inherit } .alert-link { font-weight: 700 } .alert-dismissible { padding-right: 4rem } .alert-dismissible .close { position: absolute; top: 0; right: 0; padding: .75rem 1.25rem; color: inherit } .alert-primary { color: #004085; background-color: #cce5ff; border-color: #b8daff } .alert-primary hr { border-top-color: #9fcdff } .alert-primary .alert-link { color: #002752 } .alert-secondary { color: #383d41; background-color: #e2e3e5; border-color: #d6d8db } .alert-secondary hr { border-top-color: #c8cbcf } .alert-secondary .alert-link { color: #202326 } .alert-success { color: #155724; background-color: #d4edda; border-color: #c3e6cb } .alert-success hr { border-top-color: #b1dfbb } .alert-success .alert-link { color: #0b2e13 } .alert-info { color: #0c5460; background-color: #d1ecf1; border-color: #bee5eb } .alert-info hr { border-top-color: #abdde5 } .alert-info .alert-link { color: #062c33 } .alert-warning { color: #856404; background-color: #fff3cd; border-color: #ffeeba } .alert-warning hr { border-top-color: #ffe8a1 } .alert-warning .alert-link { color: #533f03 } .alert-danger { color: #721c24; background-color: #f8d7da; border-color: #f5c6cb } .alert-danger hr { border-top-color: #f1b0b7 } .alert-danger .alert-link { color: #491217 } .alert-light { color: #818182; background-color: #fefefe; border-color: #fdfdfe } .alert-light hr { border-top-color: #ececf6 } .alert-light .alert-link { color: #686868 } .alert-dark { color: #1b1e21; background-color: #d6d8d9; border-color: #c6c8ca } .alert-dark hr { border-top-color: #b9bbbe } .alert-dark .alert-link { color: #040505 } @-webkit-keyframes progress-bar-stripes { from { background-position: 1rem 0 } to { background-position: 0 0 } } @keyframes progress-bar-stripes { from { background-position: 1rem 0 } to { background-position: 0 0 } } .progress { display: -webkit-box; display: -ms-flexbox; display: flex; height: 1rem; overflow: hidden; font-size: .75rem; background-color: #e9ecef; border-radius: .25rem } .progress-bar { 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; color: #fff; text-align: center; background-color: #007bff; transition: width .6s ease } .progress-bar-striped { background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-size: 1rem 1rem } .progress-bar-animated { -webkit-animation: progress-bar-stripes 1s linear infinite; animation: progress-bar-stripes 1s linear infinite } .media { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start } .media-body { -webkit-box-flex: 1; -ms-flex: 1; flex: 1 } .list-group { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-left: 0; margin-bottom: 0 } .list-group-item-action { width: 100%; color: #495057; text-align: inherit } .list-group-item-action:focus, .list-group-item-action:hover { color: #495057; text-decoration: none; background-color: #f8f9fa } .list-group-item-action:active { color: #212529; background-color: #e9ecef } .list-group-item { position: relative; display: block; padding: .75rem 1.25rem; margin-bottom: -1px; background-color: #fff; border: 1px solid rgba(0, 0, 0, .125) } .list-group-item:first-child { border-top-left-radius: .25rem; border-top-right-radius: .25rem } .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: .25rem; border-bottom-left-radius: .25rem } .list-group-item:focus, .list-group-item:hover { z-index: 1; text-decoration: none } .list-group-item.disabled, .list-group-item:disabled { color: #6c757d; background-color: #fff } .list-group-item.active { z-index: 2; color: #fff; background-color: #007bff; border-color: #007bff } .list-group-flush .list-group-item { border-right: 0; border-left: 0; border-radius: 0 } .list-group-flush:first-child .list-group-item:first-child { border-top: 0 } .list-group-flush:last-child .list-group-item:last-child { border-bottom: 0 } .list-group-item-primary { color: #004085; background-color: #b8daff } .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover { color: #004085; background-color: #9fcdff } .list-group-item-primary.list-group-item-action.active { color: #fff; background-color: #004085; border-color: #004085 } .list-group-item-secondary { color: #383d41; background-color: #d6d8db } .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover { color: #383d41; background-color: #c8cbcf } .list-group-item-secondary.list-group-item-action.active { color: #fff; background-color: #383d41; border-color: #383d41 } .list-group-item-success { color: #155724; background-color: #c3e6cb } .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover { color: #155724; background-color: #b1dfbb } .list-group-item-success.list-group-item-action.active { color: #fff; background-color: #155724; border-color: #155724 } .list-group-item-info { color: #0c5460; background-color: #bee5eb } .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover { color: #0c5460; background-color: #abdde5 } .list-group-item-info.list-group-item-action.active { color: #fff; background-color: #0c5460; border-color: #0c5460 } .list-group-item-warning { color: #856404; background-color: #ffeeba } .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover { color: #856404; background-color: #ffe8a1 } .list-group-item-warning.list-group-item-action.active { color: #fff; background-color: #856404; border-color: #856404 } .list-group-item-danger { color: #721c24; background-color: #f5c6cb } .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover { color: #721c24; background-color: #f1b0b7 } .list-group-item-danger.list-group-item-action.active { color: #fff; background-color: #721c24; border-color: #721c24 } .list-group-item-light { color: #818182; background-color: #fdfdfe } .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover { color: #818182; background-color: #ececf6 } .list-group-item-light.list-group-item-action.active { color: #fff; background-color: #818182; border-color: #818182 } .list-group-item-dark { color: #1b1e21; background-color: #c6c8ca } .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover { color: #1b1e21; background-color: #b9bbbe } .list-group-item-dark.list-group-item-action.active { color: #fff; background-color: #1b1e21; border-color: #1b1e21 } .close { float: right; font-size: 1.5rem; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: .5 } .close:focus, .close:hover { color: #000; text-decoration: none; opacity: .75 } .close:not(:disabled):not(.disabled) { cursor: pointer } button.close { padding: 0; background-color: transparent; border: 0; -webkit-appearance: none } .modal-open { overflow: hidden } .modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; outline: 0 } .modal-open .modal { overflow-x: hidden; overflow-y: auto } .modal-dialog { position: relative; width: auto; margin: .5rem; pointer-events: none } .modal.fade .modal-dialog { transition: -webkit-transform .3s ease-out; transition: transform .3s ease-out; transition: transform .3s ease-out, -webkit-transform .3s ease-out; -webkit-transform: translate(0, -25%); transform: translate(0, -25%) } .modal.show .modal-dialog { -webkit-transform: translate(0, 0); transform: translate(0, 0) } .modal-dialog-centered { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: calc(100% - (.5rem * 2)) } .modal-content { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, .2); border-radius: .3rem; outline: 0 } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000 } .modal-backdrop.fade { opacity: 0 } .modal-backdrop.show { opacity: .5 } .modal-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 1rem; border-bottom: 1px solid #e9ecef; border-top-left-radius: .3rem; border-top-right-radius: .3rem } .modal-header .close { padding: 1rem; margin: -1rem -1rem -1rem auto } .modal-title { margin-bottom: 0; line-height: 1.5 } .modal-body { position: relative; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 1rem } .modal-footer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding: 1rem; border-top: 1px solid #e9ecef } .modal-footer>:not(:first-child) { margin-left: .25rem } .modal-footer>:not(:last-child) { margin-right: .25rem } .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll } @media (min-width:576px) { .modal-dialog { max-width: 500px; margin: 1.75rem auto } .modal-dialog-centered { min-height: calc(100% - (1.75rem * 2)) } .modal-sm { max-width: 300px } } @media (min-width:992px) { .modal-lg { max-width: 800px } } .tooltip { position: absolute; z-index: 1070; display: block; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-style: normal; font-weight: 400; 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: .875rem; word-wrap: break-word; opacity: 0 } .tooltip.show { opacity: .9 } .tooltip .arrow { position: absolute; display: block; width: .8rem; height: .4rem } .tooltip .arrow::before { position: absolute; content: ""; border-color: transparent; border-style: solid } .bs-tooltip-auto[x-placement^=top], .bs-tooltip-top { padding: .4rem 0 } .bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow { bottom: 0 } .bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before { top: 0; border-width: .4rem .4rem 0; border-top-color: #000 } .bs-tooltip-auto[x-placement^=right], .bs-tooltip-right { padding: 0 .4rem } .bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow { left: 0; width: .4rem; height: .8rem } .bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before { right: 0; border-width: .4rem .4rem .4rem 0; border-right-color: #000 } .bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom { padding: .4rem 0 } .bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow { top: 0 } .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before { bottom: 0; border-width: 0 .4rem .4rem; border-bottom-color: #000 } .bs-tooltip-auto[x-placement^=left], .bs-tooltip-left { padding: 0 .4rem } .bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow { right: 0; width: .4rem; height: .8rem } .bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before { left: 0; border-width: .4rem 0 .4rem .4rem; border-left-color: #000 } .tooltip-inner { max-width: 200px; padding: .25rem .5rem; color: #fff; text-align: center; background-color: #000; border-radius: .25rem } .popover { position: absolute; top: 0; left: 0; z-index: 1060; display: block; max-width: 276px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-style: normal; font-weight: 400; 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: .875rem; word-wrap: break-word; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, .2); border-radius: .3rem } .popover .arrow { position: absolute; display: block; width: 1rem; height: .5rem; margin: 0 .3rem } .popover .arrow::after, .popover .arrow::before { position: absolute; display: block; content: ""; border-color: transparent; border-style: solid } .bs-popover-auto[x-placement^=top], .bs-popover-top { margin-bottom: .5rem } .bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow { bottom: calc((.5rem+1px) * -1) } .bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before { border-width: .5rem .5rem 0 } .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before { bottom: 0; border-top-color: rgba(0, 0, 0, .25) } .bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after { bottom: 1px; border-top-color: #fff } .bs-popover-auto[x-placement^=right], .bs-popover-right { margin-left: .5rem } .bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow { left: calc((.5rem+1px) * -1); width: .5rem; height: 1rem; margin: .3rem 0 } .bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before { border-width: .5rem .5rem .5rem 0 } .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before { left: 0; border-right-color: rgba(0, 0, 0, .25) } .bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after { left: 1px; border-right-color: #fff } .bs-popover-auto[x-placement^=bottom], .bs-popover-bottom { margin-top: .5rem } .bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow { top: calc((.5rem+1px) * -1) } .bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before { border-width: 0 .5rem .5rem .5rem } .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before { top: 0; border-bottom-color: rgba(0, 0, 0, .25) } .bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after { top: 1px; border-bottom-color: #fff } .bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before { position: absolute; top: 0; left: 50%; display: block; width: 1rem; margin-left: -.5rem; content: ""; border-bottom: 1px solid #f7f7f7 } .bs-popover-auto[x-placement^=left], .bs-popover-left { margin-right: .5rem } .bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow { right: calc((.5rem+1px) * -1); width: .5rem; height: 1rem; margin: .3rem 0 } .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before { border-width: .5rem 0 .5rem .5rem } .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before { right: 0; border-left-color: rgba(0, 0, 0, .25) } .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after { right: 1px; border-left-color: #fff } .popover-header { padding: .5rem .75rem; margin-bottom: 0; font-size: 1rem; color: inherit; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-top-left-radius: calc(.3rem - 1px); border-top-right-radius: calc(.3rem - 1px) } .popover-header:empty { display: none } .popover-body { padding: .5rem .75rem; color: #212529 } .carousel { position: relative } .carousel-inner { position: relative; width: 100%; overflow: hidden } .carousel-item { position: relative; display: none; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; transition: -webkit-transform .6s ease; transition: transform .6s ease; transition: transform .6s ease, -webkit-transform .6s ease; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000px; perspective: 1000px } .carousel-item-next, .carousel-item-prev, .carousel-item.active { display: block } .carousel-item-next, .carousel-item-prev { position: absolute; top: 0 } .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right { -webkit-transform: translateX(0); transform: translateX(0) } @supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) { .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) } } .active.carousel-item-right, .carousel-item-next { -webkit-transform: translateX(100%); transform: translateX(100%) } @supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) { .active.carousel-item-right, .carousel-item-next { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0) } } .active.carousel-item-left, .carousel-item-prev { -webkit-transform: translateX(-100%); transform: translateX(-100%) } @supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) { .active.carousel-item-left, .carousel-item-prev { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0) } } .carousel-control-next, .carousel-control-prev { position: absolute; top: 0; bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 15%; color: #fff; text-align: center; opacity: .5 } .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover { color: #fff; text-decoration: none; outline: 0; opacity: .9 } .carousel-control-prev { left: 0 } .carousel-control-next { right: 0 } .carousel-control-next-icon, .carousel-control-prev-icon { display: inline-block; width: 20px; height: 20px; background: transparent no-repeat center center; background-size: 100% 100% } .carousel-control-prev-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") } .carousel-control-next-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") } .carousel-indicators { position: absolute; right: 0; bottom: 10px; left: 0; z-index: 15; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-left: 0; margin-right: 15%; margin-left: 15%; list-style: none } .carousel-indicators li { position: relative; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; width: 30px; height: 3px; margin-right: 3px; margin-left: 3px; text-indent: -999px; background-color: rgba(255, 255, 255, .5) } .carousel-indicators li::before { position: absolute; top: -10px; left: 0; display: inline-block; width: 100%; height: 10px; content: "" } .carousel-indicators li::after { position: absolute; bottom: -10px; left: 0; display: inline-block; width: 100%; height: 10px; content: "" } .carousel-indicators .active { background-color: #fff } .carousel-caption { position: absolute; right: 15%; bottom: 20px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center } .align-baseline { vertical-align: baseline !important } .align-top { vertical-align: top !important } .align-middle { vertical-align: middle !important } .align-bottom { vertical-align: bottom !important } .align-text-bottom { vertical-align: text-bottom !important } .align-text-top { vertical-align: text-top !important } .bg-primary { background-color: #007bff !important } a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover { background-color: #0062cc !important } .bg-secondary { background-color: #6c757d !important } a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover { background-color: #545b62 !important } .bg-success { background-color: #28a745 !important } a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover { background-color: #1e7e34 !important } .bg-info { background-color: #17a2b8 !important } a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover { background-color: #117a8b !important } .bg-warning { background-color: #ffc107 !important } a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover { background-color: #d39e00 !important } .bg-danger { background-color: #dc3545 !important } a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover { background-color: #bd2130 !important } .bg-light { background-color: #f8f9fa !important } a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover { background-color: #dae0e5 !important } .bg-dark { background-color: #343a40 !important } a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover { background-color: #1d2124 !important } .bg-white { background-color: #fff !important } .bg-transparent { background-color: transparent !important } .border { border: 1px solid #dee2e6 !important } .border-top { border-top: 1px solid #dee2e6 !important } .border-right { border-right: 1px solid #dee2e6 !important } .border-bottom { border-bottom: 1px solid #dee2e6 !important } .border-left { border-left: 1px solid #dee2e6 !important } .border-0 { border: 0 !important } .border-top-0 { border-top: 0 !important } .border-right-0 { border-right: 0 !important } .border-bottom-0 { border-bottom: 0 !important } .border-left-0 { border-left: 0 !important } .border-primary { border-color: #007bff !important } .border-secondary { border-color: #6c757d !important } .border-success { border-color: #28a745 !important } .border-info { border-color: #17a2b8 !important } .border-warning { border-color: #ffc107 !important } .border-danger { border-color: #dc3545 !important } .border-light { border-color: #f8f9fa !important } .border-dark { border-color: #343a40 !important } .border-white { border-color: #fff !important } .rounded { border-radius: .25rem !important } .rounded-top { border-top-left-radius: .25rem !important; border-top-right-radius: .25rem !important } .rounded-right { border-top-right-radius: .25rem !important; border-bottom-right-radius: .25rem !important } .rounded-bottom { border-bottom-right-radius: .25rem !important; border-bottom-left-radius: .25rem !important } .rounded-left { border-top-left-radius: .25rem !important; border-bottom-left-radius: .25rem !important } .rounded-circle { border-radius: 50% !important } .rounded-0 { border-radius: 0 !important } .clearfix::after { display: block; clear: both; content: "" } .d-none { display: none !important } .d-inline { display: inline !important } .d-inline-block { display: inline-block !important } .d-block { display: block !important } .d-table { display: table !important } .d-table-row { display: table-row !important } .d-table-cell { display: table-cell !important } .d-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important } .d-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important } @media (min-width:576px) { .d-sm-none { display: none !important } .d-sm-inline { display: inline !important } .d-sm-inline-block { display: inline-block !important } .d-sm-block { display: block !important } .d-sm-table { display: table !important } .d-sm-table-row { display: table-row !important } .d-sm-table-cell { display: table-cell !important } .d-sm-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important } .d-sm-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important } } @media (min-width:768px) { .d-md-none { display: none !important } .d-md-inline { display: inline !important } .d-md-inline-block { display: inline-block !important } .d-md-block { display: block !important } .d-md-table { display: table !important } .d-md-table-row { display: table-row !important } .d-md-table-cell { display: table-cell !important } .d-md-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important } .d-md-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important } } @media (min-width:992px) { .d-lg-none { display: none !important } .d-lg-inline { display: inline !important } .d-lg-inline-block { display: inline-block !important } .d-lg-block { display: block !important } .d-lg-table { display: table !important } .d-lg-table-row { display: table-row !important } .d-lg-table-cell { display: table-cell !important } .d-lg-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important } .d-lg-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important } } @media (min-width:1200px) { .d-xl-none { display: none !important } .d-xl-inline { display: inline !important } .d-xl-inline-block { display: inline-block !important } .d-xl-block { display: block !important } .d-xl-table { display: table !important } .d-xl-table-row { display: table-row !important } .d-xl-table-cell { display: table-cell !important } .d-xl-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important } .d-xl-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important } } @media print { .d-print-none { display: none !important } .d-print-inline { display: inline !important } .d-print-inline-block { display: inline-block !important } .d-print-block { display: block !important } .d-print-table { display: table !important } .d-print-table-row { display: table-row !important } .d-print-table-cell { display: table-cell !important } .d-print-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important } .d-print-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important } } .embed-responsive { position: relative; display: block; width: 100%; padding: 0; overflow: hidden } .embed-responsive::before { display: block; content: "" } .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0 } .embed-responsive-21by9::before { padding-top: 42.857143% } .embed-responsive-16by9::before { padding-top: 56.25% } .embed-responsive-4by3::before { padding-top: 75% } .embed-responsive-1by1::before { padding-top: 100% } .flex-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important } .flex-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important } .flex-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important } .flex-column-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important } .flex-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important } .flex-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important } .flex-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important } .justify-content-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important } .justify-content-end { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important } .justify-content-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important } .justify-content-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important } .justify-content-around { -ms-flex-pack: distribute !important; justify-content: space-around !important } .align-items-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important } .align-items-end { -webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important } .align-items-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important } .align-items-baseline { -webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important } .align-items-stretch { -webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important } .align-content-start { -ms-flex-line-pack: start !important; align-content: flex-start !important } .align-content-end { -ms-flex-line-pack: end !important; align-content: flex-end !important } .align-content-center { -ms-flex-line-pack: center !important; align-content: center !important } .align-content-between { -ms-flex-line-pack: justify !important; align-content: space-between !important } .align-content-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important } .align-content-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important } .align-self-auto { -ms-flex-item-align: auto !important; align-self: auto !important } .align-self-start { -ms-flex-item-align: start !important; align-self: flex-start !important } .align-self-end { -ms-flex-item-align: end !important; align-self: flex-end !important } .align-self-center { -ms-flex-item-align: center !important; align-self: center !important } .align-self-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important } .align-self-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important } @media (min-width:576px) { .flex-sm-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important } .flex-sm-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important } .flex-sm-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important } .flex-sm-column-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important } .flex-sm-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important } .flex-sm-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important } .flex-sm-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important } .justify-content-sm-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important } .justify-content-sm-end { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important } .justify-content-sm-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important } .justify-content-sm-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important } .justify-content-sm-around { -ms-flex-pack: distribute !important; justify-content: space-around !important } .align-items-sm-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important } .align-items-sm-end { -webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important } .align-items-sm-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important } .align-items-sm-baseline { -webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important } .align-items-sm-stretch { -webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important } .align-content-sm-start { -ms-flex-line-pack: start !important; align-content: flex-start !important } .align-content-sm-end { -ms-flex-line-pack: end !important; align-content: flex-end !important } .align-content-sm-center { -ms-flex-line-pack: center !important; align-content: center !important } .align-content-sm-between { -ms-flex-line-pack: justify !important; align-content: space-between !important } .align-content-sm-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important } .align-content-sm-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important } .align-self-sm-auto { -ms-flex-item-align: auto !important; align-self: auto !important } .align-self-sm-start { -ms-flex-item-align: start !important; align-self: flex-start !important } .align-self-sm-end { -ms-flex-item-align: end !important; align-self: flex-end !important } .align-self-sm-center { -ms-flex-item-align: center !important; align-self: center !important } .align-self-sm-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important } .align-self-sm-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important } } @media (min-width:768px) { .flex-md-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important } .flex-md-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important } .flex-md-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important } .flex-md-column-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important } .flex-md-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important } .flex-md-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important } .flex-md-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important } .justify-content-md-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important } .justify-content-md-end { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important } .justify-content-md-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important } .justify-content-md-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important } .justify-content-md-around { -ms-flex-pack: distribute !important; justify-content: space-around !important } .align-items-md-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important } .align-items-md-end { -webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important } .align-items-md-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important } .align-items-md-baseline { -webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important } .align-items-md-stretch { -webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important } .align-content-md-start { -ms-flex-line-pack: start !important; align-content: flex-start !important } .align-content-md-end { -ms-flex-line-pack: end !important; align-content: flex-end !important } .align-content-md-center { -ms-flex-line-pack: center !important; align-content: center !important } .align-content-md-between { -ms-flex-line-pack: justify !important; align-content: space-between !important } .align-content-md-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important } .align-content-md-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important } .align-self-md-auto { -ms-flex-item-align: auto !important; align-self: auto !important } .align-self-md-start { -ms-flex-item-align: start !important; align-self: flex-start !important } .align-self-md-end { -ms-flex-item-align: end !important; align-self: flex-end !important } .align-self-md-center { -ms-flex-item-align: center !important; align-self: center !important } .align-self-md-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important } .align-self-md-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important } } @media (min-width:992px) { .flex-lg-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important } .flex-lg-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important } .flex-lg-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important } .flex-lg-column-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important } .flex-lg-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important } .flex-lg-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important } .flex-lg-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important } .justify-content-lg-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important } .justify-content-lg-end { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important } .justify-content-lg-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important } .justify-content-lg-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important } .justify-content-lg-around { -ms-flex-pack: distribute !important; justify-content: space-around !important } .align-items-lg-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important } .align-items-lg-end { -webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important } .align-items-lg-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important } .align-items-lg-baseline { -webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important } .align-items-lg-stretch { -webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important } .align-content-lg-start { -ms-flex-line-pack: start !important; align-content: flex-start !important } .align-content-lg-end { -ms-flex-line-pack: end !important; align-content: flex-end !important } .align-content-lg-center { -ms-flex-line-pack: center !important; align-content: center !important } .align-content-lg-between { -ms-flex-line-pack: justify !important; align-content: space-between !important } .align-content-lg-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important } .align-content-lg-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important } .align-self-lg-auto { -ms-flex-item-align: auto !important; align-self: auto !important } .align-self-lg-start { -ms-flex-item-align: start !important; align-self: flex-start !important } .align-self-lg-end { -ms-flex-item-align: end !important; align-self: flex-end !important } .align-self-lg-center { -ms-flex-item-align: center !important; align-self: center !important } .align-self-lg-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important } .align-self-lg-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important } } @media (min-width:1200px) { .flex-xl-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important } .flex-xl-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important } .flex-xl-row-reverse { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important } .flex-xl-column-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important } .flex-xl-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important } .flex-xl-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important } .flex-xl-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important } .justify-content-xl-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important } .justify-content-xl-end { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important } .justify-content-xl-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important } .justify-content-xl-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important } .justify-content-xl-around { -ms-flex-pack: distribute !important; justify-content: space-around !important } .align-items-xl-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important } .align-items-xl-end { -webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important } .align-items-xl-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important } .align-items-xl-baseline { -webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important } .align-items-xl-stretch { -webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important } .align-content-xl-start { -ms-flex-line-pack: start !important; align-content: flex-start !important } .align-content-xl-end { -ms-flex-line-pack: end !important; align-content: flex-end !important } .align-content-xl-center { -ms-flex-line-pack: center !important; align-content: center !important } .align-content-xl-between { -ms-flex-line-pack: justify !important; align-content: space-between !important } .align-content-xl-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important } .align-content-xl-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important } .align-self-xl-auto { -ms-flex-item-align: auto !important; align-self: auto !important } .align-self-xl-start { -ms-flex-item-align: start !important; align-self: flex-start !important } .align-self-xl-end { -ms-flex-item-align: end !important; align-self: flex-end !important } .align-self-xl-center { -ms-flex-item-align: center !important; align-self: center !important } .align-self-xl-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important } .align-self-xl-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important } } .float-left { float: left !important } .float-right { float: right !important } .float-none { float: none !important } @media (min-width:576px) { .float-sm-left { float: left !important } .float-sm-right { float: right !important } .float-sm-none { float: none !important } } @media (min-width:768px) { .float-md-left { float: left !important } .float-md-right { float: right !important } .float-md-none { float: none !important } } @media (min-width:992px) { .float-lg-left { float: left !important } .float-lg-right { float: right !important } .float-lg-none { float: none !important } } @media (min-width:1200px) { .float-xl-left { float: left !important } .float-xl-right { float: right !important } .float-xl-none { float: none !important } } .position-static { position: static !important } .position-relative { position: relative !important } .position-absolute { position: absolute !important } .position-fixed { position: fixed !important } .position-sticky { position: -webkit-sticky !important; position: sticky !important } .fixed-top { position: fixed; top: 0; right: 0; left: 0; z-index: 1030 } .fixed-bottom { position: fixed; right: 0; bottom: 0; left: 0; z-index: 1030 } @supports ((position:-webkit-sticky) or (position:sticky)) { .sticky-top { position: -webkit-sticky; position: sticky; top: 0; z-index: 1020 } } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; -webkit-clip-path: inset(50%); clip-path: inset(50%); border: 0 } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; overflow: visible; clip: auto; white-space: normal; -webkit-clip-path: none; clip-path: none } .w-25 { width: 25% !important } .w-50 { width: 50% !important } .w-75 { width: 75% !important } .w-100 { width: 100% !important } .h-25 { height: 25% !important } .h-50 { height: 50% !important } .h-75 { height: 75% !important } .h-100 { height: 100% !important } .mw-100 { max-width: 100% !important } .mh-100 { max-height: 100% !important } .m-0 { margin: 0 !important } .mt-0, .my-0 { margin-top: 0 !important } .mr-0, .mx-0 { margin-right: 0 !important } .mb-0, .my-0 { margin-bottom: 0 !important } .ml-0, .mx-0 { margin-left: 0 !important } .m-1 { margin: .25rem !important } .mt-1, .my-1 { margin-top: .25rem !important } .mr-1, .mx-1 { margin-right: .25rem !important } .mb-1, .my-1 { margin-bottom: .25rem !important } .ml-1, .mx-1 { margin-left: .25rem !important } .m-2 { margin: .5rem !important } .mt-2, .my-2 { margin-top: .5rem !important } .mr-2, .mx-2 { margin-right: .5rem !important } .mb-2, .my-2 { margin-bottom: .5rem !important } .ml-2, .mx-2 { margin-left: .5rem !important } .m-3 { margin: 1rem !important } .mt-3, .my-3 { margin-top: 1rem !important } .mr-3, .mx-3 { margin-right: 1rem !important } .mb-3, .my-3 { margin-bottom: 1rem !important } .ml-3, .mx-3 { margin-left: 1rem !important } .m-4 { margin: 1.5rem !important } .mt-4, .my-4 { margin-top: 1.5rem !important } .mr-4, .mx-4 { margin-right: 1.5rem !important } .mb-4, .my-4 { margin-bottom: 1.5rem !important } .ml-4, .mx-4 { margin-left: 1.5rem !important } .m-5 { margin: 3rem !important } .mt-5, .my-5 { margin-top: 3rem !important } .mr-5, .mx-5 { margin-right: 3rem !important } .mb-5, .my-5 { margin-bottom: 3rem !important } .ml-5, .mx-5 { margin-left: 3rem !important } .p-0 { padding: 0 !important } .pt-0, .py-0 { padding-top: 0 !important } .pr-0, .px-0 { padding-right: 0 !important } .pb-0, .py-0 { padding-bottom: 0 !important } .pl-0, .px-0 { padding-left: 0 !important } .p-1 { padding: .25rem !important } .pt-1, .py-1 { padding-top: .25rem !important } .pr-1, .px-1 { padding-right: .25rem !important } .pb-1, .py-1 { padding-bottom: .25rem !important } .pl-1, .px-1 { padding-left: .25rem !important } .p-2 { padding: .5rem !important } .pt-2, .py-2 { padding-top: .5rem !important } .pr-2, .px-2 { padding-right: .5rem !important } .pb-2, .py-2 { padding-bottom: .5rem !important } .pl-2, .px-2 { padding-left: .5rem !important } .p-3 { padding: 1rem !important } .pt-3, .py-3 { padding-top: 1rem !important } .pr-3, .px-3 { padding-right: 1rem !important } .pb-3, .py-3 { padding-bottom: 1rem !important } .pl-3, .px-3 { padding-left: 1rem !important } .p-4 { padding: 1.5rem !important } .pt-4, .py-4 { padding-top: 1.5rem !important } .pr-4, .px-4 { padding-right: 1.5rem !important } .pb-4, .py-4 { padding-bottom: 1.5rem !important } .pl-4, .px-4 { padding-left: 1.5rem !important } .p-5 { padding: 3rem !important } .pt-5, .py-5 { padding-top: 3rem !important } .pr-5, .px-5 { padding-right: 3rem !important } .pb-5, .py-5 { padding-bottom: 3rem !important } .pl-5, .px-5 { padding-left: 3rem !important } .m-auto { margin: auto !important } .mt-auto, .my-auto { margin-top: auto !important } .mr-auto, .mx-auto { margin-right: auto !important } .mb-auto, .my-auto { margin-bottom: auto !important } .ml-auto, .mx-auto { margin-left: auto !important } @media (min-width:576px) { .m-sm-0 { margin: 0 !important } .mt-sm-0, .my-sm-0 { margin-top: 0 !important } .mr-sm-0, .mx-sm-0 { margin-right: 0 !important } .mb-sm-0, .my-sm-0 { margin-bottom: 0 !important } .ml-sm-0, .mx-sm-0 { margin-left: 0 !important } .m-sm-1 { margin: .25rem !important } .mt-sm-1, .my-sm-1 { margin-top: .25rem !important } .mr-sm-1, .mx-sm-1 { margin-right: .25rem !important } .mb-sm-1, .my-sm-1 { margin-bottom: .25rem !important } .ml-sm-1, .mx-sm-1 { margin-left: .25rem !important } .m-sm-2 { margin: .5rem !important } .mt-sm-2, .my-sm-2 { margin-top: .5rem !important } .mr-sm-2, .mx-sm-2 { margin-right: .5rem !important } .mb-sm-2, .my-sm-2 { margin-bottom: .5rem !important } .ml-sm-2, .mx-sm-2 { margin-left: .5rem !important } .m-sm-3 { margin: 1rem !important } .mt-sm-3, .my-sm-3 { margin-top: 1rem !important } .mr-sm-3, .mx-sm-3 { margin-right: 1rem !important } .mb-sm-3, .my-sm-3 { margin-bottom: 1rem !important } .ml-sm-3, .mx-sm-3 { margin-left: 1rem !important } .m-sm-4 { margin: 1.5rem !important } .mt-sm-4, .my-sm-4 { margin-top: 1.5rem !important } .mr-sm-4, .mx-sm-4 { margin-right: 1.5rem !important } .mb-sm-4, .my-sm-4 { margin-bottom: 1.5rem !important } .ml-sm-4, .mx-sm-4 { margin-left: 1.5rem !important } .m-sm-5 { margin: 3rem !important } .mt-sm-5, .my-sm-5 { margin-top: 3rem !important } .mr-sm-5, .mx-sm-5 { margin-right: 3rem !important } .mb-sm-5, .my-sm-5 { margin-bottom: 3rem !important } .ml-sm-5, .mx-sm-5 { margin-left: 3rem !important } .p-sm-0 { padding: 0 !important } .pt-sm-0, .py-sm-0 { padding-top: 0 !important } .pr-sm-0, .px-sm-0 { padding-right: 0 !important } .pb-sm-0, .py-sm-0 { padding-bottom: 0 !important } .pl-sm-0, .px-sm-0 { padding-left: 0 !important } .p-sm-1 { padding: .25rem !important } .pt-sm-1, .py-sm-1 { padding-top: .25rem !important } .pr-sm-1, .px-sm-1 { padding-right: .25rem !important } .pb-sm-1, .py-sm-1 { padding-bottom: .25rem !important } .pl-sm-1, .px-sm-1 { padding-left: .25rem !important } .p-sm-2 { padding: .5rem !important } .pt-sm-2, .py-sm-2 { padding-top: .5rem !important } .pr-sm-2, .px-sm-2 { padding-right: .5rem !important } .pb-sm-2, .py-sm-2 { padding-bottom: .5rem !important } .pl-sm-2, .px-sm-2 { padding-left: .5rem !important } .p-sm-3 { padding: 1rem !important } .pt-sm-3, .py-sm-3 { padding-top: 1rem !important } .pr-sm-3, .px-sm-3 { padding-right: 1rem !important } .pb-sm-3, .py-sm-3 { padding-bottom: 1rem !important } .pl-sm-3, .px-sm-3 { padding-left: 1rem !important } .p-sm-4 { padding: 1.5rem !important } .pt-sm-4, .py-sm-4 { padding-top: 1.5rem !important } .pr-sm-4, .px-sm-4 { padding-right: 1.5rem !important } .pb-sm-4, .py-sm-4 { padding-bottom: 1.5rem !important } .pl-sm-4, .px-sm-4 { padding-left: 1.5rem !important } .p-sm-5 { padding: 3rem !important } .pt-sm-5, .py-sm-5 { padding-top: 3rem !important } .pr-sm-5, .px-sm-5 { padding-right: 3rem !important } .pb-sm-5, .py-sm-5 { padding-bottom: 3rem !important } .pl-sm-5, .px-sm-5 { padding-left: 3rem !important } .m-sm-auto { margin: auto !important } .mt-sm-auto, .my-sm-auto { margin-top: auto !important } .mr-sm-auto, .mx-sm-auto { margin-right: auto !important } .mb-sm-auto, .my-sm-auto { margin-bottom: auto !important } .ml-sm-auto, .mx-sm-auto { margin-left: auto !important } } @media (min-width:768px) { .m-md-0 { margin: 0 !important } .mt-md-0, .my-md-0 { margin-top: 0 !important } .mr-md-0, .mx-md-0 { margin-right: 0 !important } .mb-md-0, .my-md-0 { margin-bottom: 0 !important } .ml-md-0, .mx-md-0 { margin-left: 0 !important } .m-md-1 { margin: .25rem !important } .mt-md-1, .my-md-1 { margin-top: .25rem !important } .mr-md-1, .mx-md-1 { margin-right: .25rem !important } .mb-md-1, .my-md-1 { margin-bottom: .25rem !important } .ml-md-1, .mx-md-1 { margin-left: .25rem !important } .m-md-2 { margin: .5rem !important } .mt-md-2, .my-md-2 { margin-top: .5rem !important } .mr-md-2, .mx-md-2 { margin-right: .5rem !important } .mb-md-2, .my-md-2 { margin-bottom: .5rem !important } .ml-md-2, .mx-md-2 { margin-left: .5rem !important } .m-md-3 { margin: 1rem !important } .mt-md-3, .my-md-3 { margin-top: 1rem !important } .mr-md-3, .mx-md-3 { margin-right: 1rem !important } .mb-md-3, .my-md-3 { margin-bottom: 1rem !important } .ml-md-3, .mx-md-3 { margin-left: 1rem !important } .m-md-4 { margin: 1.5rem !important } .mt-md-4, .my-md-4 { margin-top: 1.5rem !important } .mr-md-4, .mx-md-4 { margin-right: 1.5rem !important } .mb-md-4, .my-md-4 { margin-bottom: 1.5rem !important } .ml-md-4, .mx-md-4 { margin-left: 1.5rem !important } .m-md-5 { margin: 3rem !important } .mt-md-5, .my-md-5 { margin-top: 3rem !important } .mr-md-5, .mx-md-5 { margin-right: 3rem !important } .mb-md-5, .my-md-5 { margin-bottom: 3rem !important } .ml-md-5, .mx-md-5 { margin-left: 3rem !important } .p-md-0 { padding: 0 !important } .pt-md-0, .py-md-0 { padding-top: 0 !important } .pr-md-0, .px-md-0 { padding-right: 0 !important } .pb-md-0, .py-md-0 { padding-bottom: 0 !important } .pl-md-0, .px-md-0 { padding-left: 0 !important } .p-md-1 { padding: .25rem !important } .pt-md-1, .py-md-1 { padding-top: .25rem !important } .pr-md-1, .px-md-1 { padding-right: .25rem !important } .pb-md-1, .py-md-1 { padding-bottom: .25rem !important } .pl-md-1, .px-md-1 { padding-left: .25rem !important } .p-md-2 { padding: .5rem !important } .pt-md-2, .py-md-2 { padding-top: .5rem !important } .pr-md-2, .px-md-2 { padding-right: .5rem !important } .pb-md-2, .py-md-2 { padding-bottom: .5rem !important } .pl-md-2, .px-md-2 { padding-left: .5rem !important } .p-md-3 { padding: 1rem !important } .pt-md-3, .py-md-3 { padding-top: 1rem !important } .pr-md-3, .px-md-3 { padding-right: 1rem !important } .pb-md-3, .py-md-3 { padding-bottom: 1rem !important } .pl-md-3, .px-md-3 { padding-left: 1rem !important } .p-md-4 { padding: 1.5rem !important } .pt-md-4, .py-md-4 { padding-top: 1.5rem !important } .pr-md-4, .px-md-4 { padding-right: 1.5rem !important } .pb-md-4, .py-md-4 { padding-bottom: 1.5rem !important } .pl-md-4, .px-md-4 { padding-left: 1.5rem !important } .p-md-5 { padding: 3rem !important } .pt-md-5, .py-md-5 { padding-top: 3rem !important } .pr-md-5, .px-md-5 { padding-right: 3rem !important } .pb-md-5, .py-md-5 { padding-bottom: 3rem !important } .pl-md-5, .px-md-5 { padding-left: 3rem !important } .m-md-auto { margin: auto !important } .mt-md-auto, .my-md-auto { margin-top: auto !important } .mr-md-auto, .mx-md-auto { margin-right: auto !important } .mb-md-auto, .my-md-auto { margin-bottom: auto !important } .ml-md-auto, .mx-md-auto { margin-left: auto !important } } @media (min-width:992px) { .m-lg-0 { margin: 0 !important } .mt-lg-0, .my-lg-0 { margin-top: 0 !important } .mr-lg-0, .mx-lg-0 { margin-right: 0 !important } .mb-lg-0, .my-lg-0 { margin-bottom: 0 !important } .ml-lg-0, .mx-lg-0 { margin-left: 0 !important } .m-lg-1 { margin: .25rem !important } .mt-lg-1, .my-lg-1 { margin-top: .25rem !important } .mr-lg-1, .mx-lg-1 { margin-right: .25rem !important } .mb-lg-1, .my-lg-1 { margin-bottom: .25rem !important } .ml-lg-1, .mx-lg-1 { margin-left: .25rem !important } .m-lg-2 { margin: .5rem !important } .mt-lg-2, .my-lg-2 { margin-top: .5rem !important } .mr-lg-2, .mx-lg-2 { margin-right: .5rem !important } .mb-lg-2, .my-lg-2 { margin-bottom: .5rem !important } .ml-lg-2, .mx-lg-2 { margin-left: .5rem !important } .m-lg-3 { margin: 1rem !important } .mt-lg-3, .my-lg-3 { margin-top: 1rem !important } .mr-lg-3, .mx-lg-3 { margin-right: 1rem !important } .mb-lg-3, .my-lg-3 { margin-bottom: 1rem !important } .ml-lg-3, .mx-lg-3 { margin-left: 1rem !important } .m-lg-4 { margin: 1.5rem !important } .mt-lg-4, .my-lg-4 { margin-top: 1.5rem !important } .mr-lg-4, .mx-lg-4 { margin-right: 1.5rem !important } .mb-lg-4, .my-lg-4 { margin-bottom: 1.5rem !important } .ml-lg-4, .mx-lg-4 { margin-left: 1.5rem !important } .m-lg-5 { margin: 3rem !important } .mt-lg-5, .my-lg-5 { margin-top: 3rem !important } .mr-lg-5, .mx-lg-5 { margin-right: 3rem !important } .mb-lg-5, .my-lg-5 { margin-bottom: 3rem !important } .ml-lg-5, .mx-lg-5 { margin-left: 3rem !important } .p-lg-0 { padding: 0 !important } .pt-lg-0, .py-lg-0 { padding-top: 0 !important } .pr-lg-0, .px-lg-0 { padding-right: 0 !important } .pb-lg-0, .py-lg-0 { padding-bottom: 0 !important } .pl-lg-0, .px-lg-0 { padding-left: 0 !important } .p-lg-1 { padding: .25rem !important } .pt-lg-1, .py-lg-1 { padding-top: .25rem !important } .pr-lg-1, .px-lg-1 { padding-right: .25rem !important } .pb-lg-1, .py-lg-1 { padding-bottom: .25rem !important } .pl-lg-1, .px-lg-1 { padding-left: .25rem !important } .p-lg-2 { padding: .5rem !important } .pt-lg-2, .py-lg-2 { padding-top: .5rem !important } .pr-lg-2, .px-lg-2 { padding-right: .5rem !important } .pb-lg-2, .py-lg-2 { padding-bottom: .5rem !important } .pl-lg-2, .px-lg-2 { padding-left: .5rem !important } .p-lg-3 { padding: 1rem !important } .pt-lg-3, .py-lg-3 { padding-top: 1rem !important } .pr-lg-3, .px-lg-3 { padding-right: 1rem !important } .pb-lg-3, .py-lg-3 { padding-bottom: 1rem !important } .pl-lg-3, .px-lg-3 { padding-left: 1rem !important } .p-lg-4 { padding: 1.5rem !important } .pt-lg-4, .py-lg-4 { padding-top: 1.5rem !important } .pr-lg-4, .px-lg-4 { padding-right: 1.5rem !important } .pb-lg-4, .py-lg-4 { padding-bottom: 1.5rem !important } .pl-lg-4, .px-lg-4 { padding-left: 1.5rem !important } .p-lg-5 { padding: 3rem !important } .pt-lg-5, .py-lg-5 { padding-top: 3rem !important } .pr-lg-5, .px-lg-5 { padding-right: 3rem !important } .pb-lg-5, .py-lg-5 { padding-bottom: 3rem !important } .pl-lg-5, .px-lg-5 { padding-left: 3rem !important } .m-lg-auto { margin: auto !important } .mt-lg-auto, .my-lg-auto { margin-top: auto !important } .mr-lg-auto, .mx-lg-auto { margin-right: auto !important } .mb-lg-auto, .my-lg-auto { margin-bottom: auto !important } .ml-lg-auto, .mx-lg-auto { margin-left: auto !important } } @media (min-width:1200px) { .m-xl-0 { margin: 0 !important } .mt-xl-0, .my-xl-0 { margin-top: 0 !important } .mr-xl-0, .mx-xl-0 { margin-right: 0 !important } .mb-xl-0, .my-xl-0 { margin-bottom: 0 !important } .ml-xl-0, .mx-xl-0 { margin-left: 0 !important } .m-xl-1 { margin: .25rem !important } .mt-xl-1, .my-xl-1 { margin-top: .25rem !important } .mr-xl-1, .mx-xl-1 { margin-right: .25rem !important } .mb-xl-1, .my-xl-1 { margin-bottom: .25rem !important } .ml-xl-1, .mx-xl-1 { margin-left: .25rem !important } .m-xl-2 { margin: .5rem !important } .mt-xl-2, .my-xl-2 { margin-top: .5rem !important } .mr-xl-2, .mx-xl-2 { margin-right: .5rem !important } .mb-xl-2, .my-xl-2 { margin-bottom: .5rem !important } .ml-xl-2, .mx-xl-2 { margin-left: .5rem !important } .m-xl-3 { margin: 1rem !important } .mt-xl-3, .my-xl-3 { margin-top: 1rem !important } .mr-xl-3, .mx-xl-3 { margin-right: 1rem !important } .mb-xl-3, .my-xl-3 { margin-bottom: 1rem !important } .ml-xl-3, .mx-xl-3 { margin-left: 1rem !important } .m-xl-4 { margin: 1.5rem !important } .mt-xl-4, .my-xl-4 { margin-top: 1.5rem !important } .mr-xl-4, .mx-xl-4 { margin-right: 1.5rem !important } .mb-xl-4, .my-xl-4 { margin-bottom: 1.5rem !important } .ml-xl-4, .mx-xl-4 { margin-left: 1.5rem !important } .m-xl-5 { margin: 3rem !important } .mt-xl-5, .my-xl-5 { margin-top: 3rem !important } .mr-xl-5, .mx-xl-5 { margin-right: 3rem !important } .mb-xl-5, .my-xl-5 { margin-bottom: 3rem !important } .ml-xl-5, .mx-xl-5 { margin-left: 3rem !important } .p-xl-0 { padding: 0 !important } .pt-xl-0, .py-xl-0 { padding-top: 0 !important } .pr-xl-0, .px-xl-0 { padding-right: 0 !important } .pb-xl-0, .py-xl-0 { padding-bottom: 0 !important } .pl-xl-0, .px-xl-0 { padding-left: 0 !important } .p-xl-1 { padding: .25rem !important } .pt-xl-1, .py-xl-1 { padding-top: .25rem !important } .pr-xl-1, .px-xl-1 { padding-right: .25rem !important } .pb-xl-1, .py-xl-1 { padding-bottom: .25rem !important } .pl-xl-1, .px-xl-1 { padding-left: .25rem !important } .p-xl-2 { padding: .5rem !important } .pt-xl-2, .py-xl-2 { padding-top: .5rem !important } .pr-xl-2, .px-xl-2 { padding-right: .5rem !important } .pb-xl-2, .py-xl-2 { padding-bottom: .5rem !important } .pl-xl-2, .px-xl-2 { padding-left: .5rem !important } .p-xl-3 { padding: 1rem !important } .pt-xl-3, .py-xl-3 { padding-top: 1rem !important } .pr-xl-3, .px-xl-3 { padding-right: 1rem !important } .pb-xl-3, .py-xl-3 { padding-bottom: 1rem !important } .pl-xl-3, .px-xl-3 { padding-left: 1rem !important } .p-xl-4 { padding: 1.5rem !important } .pt-xl-4, .py-xl-4 { padding-top: 1.5rem !important } .pr-xl-4, .px-xl-4 { padding-right: 1.5rem !important } .pb-xl-4, .py-xl-4 { padding-bottom: 1.5rem !important } .pl-xl-4, .px-xl-4 { padding-left: 1.5rem !important } .p-xl-5 { padding: 3rem !important } .pt-xl-5, .py-xl-5 { padding-top: 3rem !important } .pr-xl-5, .px-xl-5 { padding-right: 3rem !important } .pb-xl-5, .py-xl-5 { padding-bottom: 3rem !important } .pl-xl-5, .px-xl-5 { padding-left: 3rem !important } .m-xl-auto { margin: auto !important } .mt-xl-auto, .my-xl-auto { margin-top: auto !important } .mr-xl-auto, .mx-xl-auto { margin-right: auto !important } .mb-xl-auto, .my-xl-auto { margin-bottom: auto !important } .ml-xl-auto, .mx-xl-auto { margin-left: auto !important } } .text-justify { text-align: justify !important } .text-nowrap { white-space: nowrap !important } .text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .text-left { text-align: left !important } .text-right { text-align: right !important } .text-center { text-align: center !important } @media (min-width:576px) { .text-sm-left { text-align: left !important } .text-sm-right { text-align: right !important } .text-sm-center { text-align: center !important } } @media (min-width:768px) { .text-md-left { text-align: left !important } .text-md-right { text-align: right !important } .text-md-center { text-align: center !important } } @media (min-width:992px) { .text-lg-left { text-align: left !important } .text-lg-right { text-align: right !important } .text-lg-center { text-align: center !important } } @media (min-width:1200px) { .text-xl-left { text-align: left !important } .text-xl-right { text-align: right !important } .text-xl-center { text-align: center !important } } .text-lowercase { text-transform: lowercase !important } .text-uppercase { text-transform: uppercase !important } .text-capitalize { text-transform: capitalize !important } .font-weight-light { font-weight: 300 !important } .font-weight-normal { font-weight: 400 !important } .font-weight-bold { font-weight: 700 !important } .font-italic { font-style: italic !important } .text-white { color: #fff !important } .text-primary { color: #007bff !important } a.text-primary:focus, a.text-primary:hover { color: #0062cc !important } .text-secondary { color: #6c757d !important } a.text-secondary:focus, a.text-secondary:hover { color: #545b62 !important } .text-success { color: #28a745 !important } a.text-success:focus, a.text-success:hover { color: #1e7e34 !important } .text-info { color: #17a2b8 !important } a.text-info:focus, a.text-info:hover { color: #117a8b !important } .text-warning { color: #ffc107 !important } a.text-warning:focus, a.text-warning:hover { color: #d39e00 !important } .text-danger { color: #dc3545 !important } a.text-danger:focus, a.text-danger:hover { color: #bd2130 !important } .text-light { color: #f8f9fa !important } a.text-light:focus, a.text-light:hover { color: #dae0e5 !important } .text-dark { color: #343a40 !important } a.text-dark:focus, a.text-dark:hover { color: #1d2124 !important } .text-muted { color: #6c757d !important } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0 } .visible { visibility: visible !important } .invisible { visibility: hidden !important } @media print { *, ::after, ::before { text-shadow: none !important; box-shadow: none !important } a:not(.btn) { text-decoration: underline } abbr[title]::after { content: " ("attr(title) ")" } pre { white-space: pre-wrap !important } blockquote, pre { border: 1px solid #999; page-break-inside: avoid } thead { display: table-header-group } img, tr { page-break-inside: avoid } h2, h3, p { orphans: 3; widows: 3 } h2, h3 { page-break-after: avoid } @page { size: a3 } body { min-width: 992px !important } .container { min-width: 992px !important } .navbar { display: none } .badge { border: 1px solid #000 } .table { border-collapse: collapse !important } .table td, .table th { background-color: #fff !important } .table-bordered td, .table-bordered th { border: 1px solid #ddd !important } } /*# sourceMappingURL=bootstrap.min.css.map */ /* ======================================================================== Gelr:style.css ( Main Theme CSS file )Theme Name:Gelr Bootstrap 4 Admin TemplateVersion:1.0Author:Vizz StudioAuthor URI:https://themeforest.net/user/vizzstudioIf you having trouble in editing js. please send a mail to <EMAIL> This is the file you need to edit to change the look of the theme.======================================================================== - // TABLE OF CONTENTS // -================================================ # Admin Dashboard =============================================== =>General Style =>Global Style =>Functions =>Typography =>Sidebar =>Header =>Notification Menu =>Alert =>Accordions =>Buttons =>Cards =>List =>Modals =>Pagination =>Tabs =>Grid =>Icons =>Table =>Toastr =>Sweet Alert =>Image Cropper =>Css Loaders =>App Tour =>Ladda Button =>Dropzone =>Forms =>Mail Box =>Gallery =>Session =>Error Pages =>Invoice =>Home*/ /* ========================================= */ /* General Styling */ /* ========================================= */ * { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; background: transparent; box-sizing: border-box; } *, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } *:focus { outline: 0; } html { -webkit-font-smoothing: antialiased; } img { max-width: 100%; height: auto; } ol, ul { list-style: none; } :focus { outline: 0; } .clear { clear: both; line-height: 0; font-size: 0; } .clearfix:after { clear: both; content: '.'; display: block; visibility: hidden; height: 0; } .clearfix:after .test { color: red; } .clearfix { display: inline-block; } * html .clearfix { height: 1%; } .clearfix { display: block; } header, nav, section, article, aside, footer { display: block; } /* ============================ */ /* Preloader */ /* ============================ */ .loading { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; z-index: 9999; } .spinner { width: 40px; height: 40px; position: relative; top: 50%; transform: translate(0, -50%); margin: 0 auto; } .double-bounce1, .double-bounce2 { width: 100%; height: 100%; border-radius: 50%; background-color: #fff; opacity: 0.6; position: absolute; top: 0; left: 0; -webkit-animation: sk-bounce 2.0s infinite ease-in-out; animation: sk-bounce 2.0s infinite ease-in-out; } .double-bounce2 { -webkit-animation-delay: -1.0s; animation-delay: -1.0s; } @-webkit-keyframes sk-bounce { 0%, 100% { -webkit-transform: scale(0); } 50% { -webkit-transform: scale(1); } } @keyframes sk-bounce { 0%, 100% { transform: scale(0); -webkit-transform: scale(0); } 50% { transform: scale(1); -webkit-transform: scale(1); } } /* End Preloader */ img { margin: 0; } /* links */ a, a:visited { text-decoration: none; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; outline: 0; font-family: 'Poppins', sans-serif; } a:hover { text-decoration: none; } a:focus { text-decoration: none; outline: 0; } p a, p a:visited { line-height: inherit; outline: 0; } /* list */ ul, ol { margin-bottom: 0px; margin-top: 0px; padding: 0; } ul { margin: 0; list-style-type: none; } ol { list-style: decimal; } ol, ul.square, ul.circle, ul.disc { margin-left: 0px; } ul.square { list-style: square outside; } ul.circle { list-style: circle outside; } ul.disc { list-style: disc outside; } ul ul, ul ol, ol ol, ol ul { margin: 0; } ul ul li, ul ol li, ol ol li, ol ul li { margin-bottom: 0px; } button { cursor: pointer; outline: none !important; letter-spacing: 0; } .vz_main_content { margin-top: 100px; padding: 22px 15px; } .vz_main_container { position: relative; margin: 0 auto; display: block; clear: both; float: unset; right: 0; margin-left: 350px; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .pcoded-navbar.mob-open~.pcoded-header, .pcoded-navbar.mob-open~.pcoded-main-container, .pcoded-navbar.navbar-collapsed:hover~.pcoded-header, .pcoded-navbar.navbar-collapsed:hover~.pcoded-main-container { margin-left: 80px; } /*------------------------- 1. Core Css -------------------*/ .page-container { width: 100%; height: 100%; min-height: 100vh; padding-left: 280px; -webkit-transition: padding-left 0.3s ease 0s; transition: padding-left 0.3s ease 0s; } .sidebar_collapsed.page-container { padding-left: 0; } .main-content { width: 100%; background: #f0f4fb; } .main-content-inner, .content-wrapper { padding: 40px 0; } @media (max-width:992px) { .main-content-inner, .content-wrapper { padding: 40px 15px; } } .main-content { width: 100%; background: #f0f4fb; } @media (max-width:991.98px) { .main-content { padding-top: 60px; } } /*------------------------- END Core Css -------------------*/ .footer-area { text-align: center; padding: 23px 0 19px; background: #fff; } .footer-area p { color: #676666; margin-bottom: 0; } @media (min-width:992px) { .d_block_lg { display: block !important; } .d_none_lg { display: none !important; } } @media (max-width:991px) { .d_none_sm { display: none !important; } .d_block_sm { display: block !important; } } /*Medium Desktop Device*/ @media screen and (min-width:1200px) and (max-width:1440px) { .col-ml-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .col-ml-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .col-ml-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } .col-ml-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } } @media (max-width:1370px) { .page-container, .sidebar_collapsed.page-container { padding-left: 0; } } /* ============================= */ /* Fancy Box */ /* ============================= */ .fancybox-next span, .fancybox-prev span { background-image: none !important; width: 44px !important; height: 44px !important; line-height: 44px !important; text-align: center; } .fancybox-next span:before, .fancybox-prev span:before { content: ''; position: absolute; font-family: 'FontAwesome'; left: 0px; top: 0px; font-size: 12px; width: 44px !important; height: 44px !important; line-height: 44px !important; background-color: rgba(28, 28, 28, 0.4) !important; color: #ffffff; visibility: visible; transition: all 300ms ease; -webkit-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; -moz-transition: all 300ms ease; } .fancybox-next span:before { content: '\f178'; } .fancybox-prev span:before { content: '\f177'; } .fancybox-next:hover span:before, .fancybox-prev:hover span:before { background: #212529 !important; color: #FFFFFF; } .fancybox-type-image .fancybox-close { right: 0px; top: 0px; width: 45px; height: 45px; background: url(../images/icon-cross.html) center center no-repeat; background-color: #212529 !important; } .fancybox-type-image .fancybox-close:hover { background-color: #000000 !important; } .fancybox-type-image .fancybox-skin { padding: 0px !important; } .section_heading { font-size: 40px; margin-bottom: 60px; position: relative; display: inline-block; } @media only screen and (max-width:480px) { .section_heading { font-size: 25px !important; } } .section_heading .heading_bg { top: 30px; color: #666; font-size: 70px; width: 100%; display: block; position: relative; opacity: 0.1; } @media only screen and (max-width:767px) { .section_heading .heading_bg { font-size: 50px; } } @media only screen and (max-width:480px) { .section_heading .heading_bg { font-size: 25px; } } /* ============================ */ /* Card */ /* ============================ */ .card { overflow: hidden; border-radius: 4px; background-color: #fff; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; border: 1px solid #e0e6f5; } .card:hover { box-shadow: none; } .card .card-body { padding: 25px; } .card .card_title { margin-bottom: 24px; color: #212529; font-weight: 600; font-size: 16px; line-height: 28px; } .card .card-footer { border-top: 1px solid #e6e6f2; background: #f9f9f9; } .h-full { height: 100%; } .arrow-none:after { display: none !important; } .stretched_card { display: -webkit-flex; display: flex; -webkit-align-items: stretch; align-items: stretch; justify-content: stretch; } .stretched_card>.card { width: 100%; min-width: 100%; } .chart_container { height: 350px; } .sparklines-full { margin-left: -10px; transform: translateX(5px) translateY(5px); } .jqstooltip { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; background: #fff !important; color: #444 !important; border-radius: 4px; } .jqstooltip span { color: #444 !important; } .jqsfield { font-size: 10px !important; color: black !important; /*set the text color here */ } .carousel img { width: 100%; } /* Ace Editor */ .ace_editor { margin: auto; height: 300px; width: 100%; } .ace_editor .ace_content { font-size: 14px; } .card_dropdown .dropdown-menu { font-size: 14px; text-align: right; text-transform: initial; } #morris_line { font-family: 'Montserrat' !important; } .h-2p { height: 3px !important; } @media screen and (max-width:767px) { .mb-xs-mob-4 { margin-bottom: 1.5rem; } } @media screen and (max-width:991px) { .d-block-mob { display: block !important; } .mt-mob-0 { margin-top: 0 !important; } .mt-mob-1 { margin-top: 0.25rem !important; } .mt-mob-2 { margin-top: 0.5rem !important; } .mt-mob-3 { margin-top: 1rem !important; } .mt-mob-4 { margin-top: 1.5rem !important; } .mt-mob-5 { margin-top: 3rem !important; } .mr-mob-0 { margin-right: 0 !important; } .mr-mob-1 { margin-right: 0.25rem !important; } .mr-mob-2 { margin-right: 0.5rem !important; } .mr-mob-3 { margin-right: 1rem !important; } .mr-mob-4 { margin-right: 1.5rem !important; } .mr-mob-5 { margin-right: 3rem !important; } .mb-mob-0 { margin-bottom: 0 !important; } .mb-mob-1 { margin-bottom: 0.25rem !important; } .mb-mob-2 { margin-bottom: 0.5rem !important; } .mb-mob-3 { margin-bottom: 1rem !important; } .mb-mob-4 { margin-bottom: 1.5rem !important; } .mb-mob-5 { margin-bottom: 3rem !important; } .ml-mob-0 { margin-left: 0 !important; } .ml-mob-1 { margin-left: 0.25rem !important; } .ml-mob-2 { margin-left: 0.5rem !important; } .ml-mob-3 { margin-left: 1rem !important; } .ml-mob-4 { margin-left: 1.5rem !important; } .ml-mob-5 { margin-left: 3rem !important; } .pt-mob-0 { padding-top: 0 !important; } .pt-mob-1 { padding-top: 0.25rem !important; } .pt-mob-2 { padding-top: 0.5rem !important; } .pt-mob-3 { padding-top: 1rem !important; } .pt-mob-4 { padding-top: 1.5rem !important; } .pt-mob-5 { padding-top: 3rem !important; } .pr-mob-0 { padding-right: 0 !important; } .pr-mob-1 { padding-right: 0.25rem !important; } .pr-mob-2 { padding-right: 0.5rem !important; } .pr-mob-3 { padding-right: 1rem !important; } .pr-mob-4 { padding-right: 1.5rem !important; } .pr-mob-5 { padding-right: 3rem !important; } .pb-mob-0 { padding-bottom: 0 !important; } .pb-mob-1 { padding-bottom: 0.25rem !important; } .pb-mob-2 { padding-bottom: 0.5rem !important; } .pb-mob-3 { padding-bottom: 1rem !important; } .pb-mob-4 { padding-bottom: 1.5rem !important; } .pb-mob-5 { padding-bottom: 3rem !important; } .pl-mob-0 { padding-left: 0 !important; } .pl-mob-1 { padding-left: 0.25rem !important; } .pl-mob-2 { padding-left: 0.5rem !important; } .pl-mob-3 { padding-left: 1rem !important; } .pl-mob-4 { padding-left: 1.5rem !important; } .pl-mob-5 { padding-left: 3rem !important; } } @media screen and (max-width:767px) { .pull-left-mob { float: left !important; } } .social-sales-icon-circle { height: 40px; width: 40px; line-height: 1; text-align: center; border-radius: 100%; padding: 12px 13px; display: inline-block; } .social-sales-count { float: right; line-height: 2.9; } .facebook-bgcolor { background-color: #3b5898; color: #fff; } .twitter-bgcolor { background-color: #1ea2f2; color: #fff; } .instagram-bgcolor { background-color: #9361fa; color: #fff; } .pinterest-bgcolor { background-color: #c8232c; color: #fff; } .googleplus-bgcolor { background-color: #d34836; color: #fff; } footer { border-top: 1px solid #e0e6f5; } /* ========================================= */ /* LAYOUT */ /* ========================================= */ /* ============================ */ /* Typography */ /* ============================ */ * { margin: 0; padding: 0; } body { margin: 0; padding: 0; font-size: 16px; font-family: "Montserrat", sans-serif; font-weight: 400; overflow-x: hidden; } h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-family: "Montserrat", sans-serif; line-height: normal; color: #444; font-weight: 600; } h1 { font-size: 40px; } h2 { font-size: 30px; } h3 { font-size: 24px; } h4 { font-size: 20px; } h5 { font-size: 18px; } h6 { font-size: 16px; } p { font-size: 14px; font-weight: 400; line-height: 25px; } a { color: #5e2572; } a:hover { color: #5e2572; } ul li { font-size: 14px; font-weight: 400; } blockquote { font-size: 16px !important; font-weight: 300; border: none; line-height: 30px; color: #202020; margin-bottom: 20px; font-style: italic; position: relative; margin-top: 40px; padding: 60px 30px 40px; text-align: center; } @media only screen and (max-width:640px) { blockquote { padding: 30px 25px 30px 70px; } } @media only screen and (max-width:480px) { blockquote { padding: 32px 20px; } } blockquote:before { content: "\e67f"; font-family: themify; font-size: 45px; color: #e7e6e6; left: 50%; position: absolute; top: 3px; transform: translate(-50%, 0px); } @media only screen and (max-width:480px) { blockquote:before { opacity: 0.2; } } blockquote span { position: relative; padding-left: 20px; } blockquote span:before { content: ''; width: 12px; height: 1px; background: #202020; position: absolute; left: 0; top: 50%; margin-top: -2px; } .text-primary { color: #5e2572 !important; } .text-secondary { color: #fa6c39 !important; } .text-success { color: #06D6A0 !important; } .text-danger { color: #F2385A !important; } .text-warning { color: #5e2572 !important; } .text-dark { color: #444 !important; } .text-light { color: #d2ddeb !important; } /* ============================ */ /* Sidebar Menu */ /* ============================ */ .brand_logo { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .brand_logo .vz_brand { width: 35px; height: 35px; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .brand_logo .vz_brand .vz_brand_title { margin-left: 10px; font-weight: 100; color: #fff; font-size: 18px; } .vz_main_header { z-index: 1028; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; min-height: 80px; padding: 0; top: 0; color: #444; width: 100%; margin-left: 0; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; border-bottom: 1px solid #e0e6f5; background: #fff; } .vz_main_header.top_nav { background: #fff; height: 100px; z-index: 1111; position: fixed; top: 0; } .vz_main_header.top_nav .search-field { background: transparent; margin-right: .75rem; } .vz_main_header.top_nav .search-field .input-group { border: 1px solid #e0e6f5; border-radius: 50px; padding: 4px 12px; } .vz_main_header.top_nav .search-field .input-group .form-control { border: none !important; border-radius: 50px; } .vz_main_header.top_nav .search-field .input-group .input-group-prepend { background: transparent; color: #c9c8c8; width: auto; border: none; } .vz_main_header.top_nav .search-field .input-group .input-group-prepend .input-group-text { border: 0 !important; color: #c7c7c7; background: transparent !important; } .vz_main_header.top_nav .language_dropdown { border: 1px solid #e0e6f5; border-radius: 50px; } .vz_main_header.top_nav .language_dropdown.dropdown .dropdown-item { display: flex; align-items: center; margin-bottom: 0; padding: 10px 25px; justify-content: space-between; } .vz_main_header.top_nav .language_dropdown.dropdown .btn { padding: 8px 15px !important; } .vz_main_header.top_nav .logout_link { margin-right: 15px; color: #848484 !important; } .vz_main_header.top_nav .logout_link:hover { color: #000 !important; } .vz_main_header.top_nav .logout_link i { margin-left: 10px; font-size: 16px !important; } .vz_main_header.top_nav .nav_wrapper_main .navbar-nav .nav-item.nav-profile .profile_sec { position: relative; } .vz_main_header.top_nav .nav_wrapper_main .navbar-nav .nav-item.nav-profile .profile_sec img { width: 45px !important; height: 45px !important; } .vz_main_header.top_nav .nav_wrapper_main .navbar-nav .nav-item.nav-profile .profile_sec i { position: absolute; background: #5e2572; border-radius: 50%; width: 18px; height: 18px; font-size: 11px; line-height: 15px; text-align: center; border: 2px solid #fff; bottom: -15px; right: -9px; color: #fff; } .vz_main_header.top_nav .nav_wrapper_main .navbar-nav .nav-item.nav-profile .profile_sec .hi_name { color: #848484; } .vz_main_header.top_nav .nav_wrapper_main .navbar-nav .nav-item.nav-profile .profile_sec .profile_name { color: #000 !important; } .vz_main_header.top_nav .nav_wrapper_main .navbar-nav .nav-item .nav-link { color: #444; } .vz_main_header.top_nav .nav_wrapper_main .navbar-nav .nav-item .nav-link.count-indicator i { color: #444; } .vz_main_header.top_nav .nav_wrapper_main .navbar-nav .nav-item .nav-link.count-indicator .count { background: #5e2572; color: #fff; width: 5px; height: 5px; left: 15px; border-radius: 50%; } .vz_main_header .mobile_header { display: none; } .vz_main_header .mobile_header .logo-dark, .vz_main_header .mobile_header .logo-thumb { display: none; } .vz_main_header .navbar-nav { padding-left: 0; list-style: none; margin-bottom: 0; display: inline-block; } .vz_main_header .navbar-nav>li { line-height: 70px; display: inline-block; } .vz_main_header .navbar-nav>li .nav-link { padding: 0; } .vz_mobile_menu_icon { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 37px; height: 70px; padding: 0 10px; } .vz_mobile_menu_icon span { position: relative; display: block; width: 100%; height: 1px; background-color: #848484; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-backface-visibility: hidden; backface-visibility: hidden; border-radius: 1px; } .vz_mobile_menu_icon span:after, .vz_mobile_menu_icon span:before { content: ""; position: absolute; left: 0; height: 1px; background-color: #848484; -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-backface-visibility: hidden; backface-visibility: hidden; border-radius: 0; } .vz_mobile_menu_icon span:after { top: 5px; width: 70%; } .vz_mobile_menu_icon span:before { top: -5px; width: 40%; } .vz_main_header:before, .vz_main_container:before { content: ""; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .vz_navbar { display: block; z-index: 1029; position: fixed; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; width: 350px; height: 100vh; top: 100px; background: #fff; color: #4a4a4a; border-right: 1px solid #e0e6f5; } .vz_navbar ul { padding-left: 0; list-style: none; margin-bottom: 0; } .vz_navbar .scroll-div.navbar-content { height: calc(100vh - 100px); } .vz_navbar .header-logo { position: relative; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -ms-inline-flexbox; display: inline-flex; float: left; height: 70px; text-align: center; width: 350px; margin-right: 0; padding: 10px 20px; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .vz_navbar .header-logo .logo-dark { display: none; } .vz_navbar .header-logo .logo-thumb { -webkit-transform: rotateY(-90deg); transform: rotateY(-90deg); opacity: 0; position: absolute; -webkit-transition: unset; transition: unset; } .vz_navbar .header-logo .vz_mobile_menu_icon { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 37px; height: 70px; position: absolute; right: 10px; top: 0; padding: 0 10px; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .vz_navbar .vz_mobile_menu_icon span { position: relative; display: block; width: 100%; height: 2.8px; background-color: #a9b7d0; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-backface-visibility: hidden; backface-visibility: hidden; border-radius: 2px; } .vz_navbar .vz_mobile_menu_icon span:after, .vz_navbar .vz_mobile_menu_icon span:before { content: ""; position: absolute; left: 0; height: 2.8px; background-color: #a9b7d0; -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-backface-visibility: hidden; backface-visibility: hidden; border-radius: 2px; } .vz_navbar .vz_mobile_menu_icon span:after { top: 5px; width: 70%; } .vz_navbar .vz_mobile_menu_icon span:before { top: -5px; width: 40%; } .vz_navbar.navbar-collapsed { width: 125px; height: 100%; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .vz_navbar.navbar-collapsed .header-logo { width: 80px; } .vz_navbar a { color: #8d97ad; } .vz_navbar .pcoded-badge { font-size: 75%; position: absolute; right: 30px; top: 12px; padding: 2px 7px; border-radius: 2px; } .vz_navbar .vz_inner_nav { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .vz_navbar .vz_inner_nav li { position: relative; } .vz_navbar .vz_inner_nav li>a { text-align: left; padding: 10px 15px; margin: 5px 0 0; display: block; border-radius: 0; position: relative; } .vz_navbar .vz_inner_nav li>a>.vz_menu_icon { font-size: 1rem; padding: 4px 7px; margin-right: 7px; border-radius: 4px; width: 30px; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 30px; text-align: center; } .vz_navbar .header-logo+.scroll-div { float: left; display: inline-block; } .vz_navbar .vz_inner_nav li.disabled>a { cursor: default; opacity: 0.5; } .vz_navbar .navbar-content, .vz_navbar .navbar-wrapper { width: 100%; height: 100%; position: relative; } .vz_navbar.navbar-collapsed~.vz_main_header { width: 100%; } .vz_navbar.navbar-collapsed~.vz_main_container { margin-left: 126px; } /* .vz_navbar.navbar-collapsed:hover { width:350px !important; } */ .vz_navbar.navbar-collapsed:hover .header-logo { width: 350px; } .vz_navbar.navbar-collapsed:hover .header-logo .logo-thumb { -webkit-transform: rotateY(-90deg); transform: rotateY(-90deg); opacity: 0; } .vz_navbar.navbar-collapsed:hover .header-logo .vz_mobile_menu_icon { display: -webkit-box; display: -ms-flexbox; display: flex; right: 10px; } .vz_navbar .vz_inner_nav>li.active>a, .vz_navbar .vz_inner_nav>li:hover a { background: #F7F7FA; color: #5e2572; } @media only screen and (max-width:991px) { .vz_navbar.navbar-collapsed~.vz_main_container { margin-left: 0; } #vz_mobileCollapseIcon { display: none; } .vz_main_header { background: #3f4d67; color: #fff; } .vz_main_header #vz_mobile_head { display: none; right: 20px; } .vz_main_header>.collapse:not(.show) { display: -webkit-box; display: -ms-flexbox; display: flex; background: #fff; -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08); box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08); } .vz_main_header .mobile_header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; height: 80px; } .vz_main_header .mobile_header .brand_logo { margin-left: 20px; } .vz_main_header .mobile_header .vz_mobile_menu_icon { right: 20px; } .vz_main_header .full-screen { display: none; } .vz_navbar { margin-left: -350px; position: absolute; height: 100%; } .vz_navbar .scroll-div.navbar-content { height: 100%; } .vz_navbar~.vz_main_header, .vz_navbar~.vz_main_container { margin-left: 0; } .vz_navbar~.vz_main_header { width: 100%; } .vz_navbar .navbar-brand { display: none; } .vz_navbar.mob-open { margin-left: 0; } .vz_navbar.mob-open~.vz_main_header, .vz_navbar.mob-open~.vz_main_container { margin-left: 0; } } @media only screen and (max-width:575px) { .vz_main_header .navbar-nav>li:first-child { padding-left: 0; } .vz_main_header .navbar-nav.mr-auto li { display: none; } .vz_main_content { padding: 30px 15px; } } .vz_main_sec .menu_icon { margin-right: 10px; font-size: 1rem; font-weight: 600; } .vz_main_sec .vz_navbar .vz_navigation { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; height: auto; min-height: 100%; } .vz_main_sec .vz_navbar .toggle-sidebar { position: fixed; bottom: 0; left: 0; background: #2c3547; width: 40px; height: 40px; font-size: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 0 5px 0 0; } .vz_main_sec .vz_navbar.navbar-collapsed .toggle-sidebar { display: none; } .vz_main_sec .vz_navbar .header-logo { padding: 10px 20px; } .vz_main_sec .vz_navbar .sidebar { left: 0; position: relative; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-box-shadow: inset -1px 0 0 0 rgba(169, 183, 208, 0.2); box-shadow: inset -1px 0 0 0 rgba(169, 183, 208, 0.2); } .vz_main_sec .vz_navbar .sidebar .nav-link span { display: block; font-size: 12px; } .vz_main_sec .vz_navbar .sidebar li { position: relative; } .vz_main_sec .vz_navbar .sidebar li:hover { background: #faf6fc; transition: all ease 0.5s; } .vz_main_sec .vz_navbar .sidebar li:hover a { color: #4a4a4a; } .vz_main_sec .vz_navbar .sidebar li.active { color: #5e2572; } .vz_main_sec .vz_navbar .sidebar li.active:after { content: ""; background-color: #5e2572; z-index: 1027; position: absolute; left: 0; top: 0; width: 4px; height: 100%; } .vz_main_sec .vz_navbar .sidebar li a { font-size: 22px; padding: 17px 20px; position: relative; cursor: pointer; } .vz_main_sec .vz_navbar .sidebar li a:after { content: ""; position: absolute; height: 1px; width: 60%; left: 20%; bottom: 0; border-bottom: 1px solid rgba(181, 189, 202, 0.2); } .vz_main_sec .vz_navbar .sidebar_content { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; position: relative; } .vz_main_sec .vz_navbar .sidebar_content label { font-weight: 600; color: #666; display: inline-block; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 2px; font-size: 12px; } .vz_main_sec .vz_navbar .sidebar_content .vz_sidebar_link { display: none; position: absolute; top: 0; width: 100%; } .vz_main_sec .vz_navbar .sidebar_content .vz_sidebar_link.active { display: block; } .vz_main_sec .vz_navbar .sidebar_content .vz_sidebar_link .vz_inner_nav li.menu_title { font-size: 16px; padding: 16px 15px 16px 18px; font-weight: 400; text-transform: capitalize; } .vz_main_sec .vz_navbar .sidebar_content .vz_sidebar_link .vz_inner_nav li.menu_title:after { content: ""; position: absolute; height: 1px; width: 40px; left: 18px; bottom: 13px; border-bottom: 1px solid rgba(181, 189, 202, 0.2); } .vz_main_sec .vz_navbar .sidebar li:last-child a:after { display: none; } .dropdownAnimation, .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item .submenu, .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown { animation-name: dropdownAnimation; -webkit-animation-duration: 0.25s; -moz-animation-duration: 0.25s; -ms-animation-duration: 0.25s; -o-animation-duration: 0.25s; animation-duration: 0.25s; -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 dropdownAnimation { from { opacity: 0; transform: translate3d(0, -30px, 0); } to { opacity: 1; transform: translate3d(0, 0px, 0); } } .view_btn { float: right; display: inline-block; color: white; font-size: 12px; background: #5e2572; padding: 7px 15px; margin-left: 2.5rem; border-radius: 4px; } @media only screen and (max-width:480px) { .view_btn { float: none; margin-top: 6px; } } .menu_icon { margin-right: 10px; font-size: 1rem; color: #565658; font-weight: 600; } .rtl .menu_icon { margin-right: 0; margin-left: 10px; } .rt-notification-list .rt-notification-item .rt-notification-thumbnail { color: #fff; position: relative; } .rt-notification-list .rt-notification-item .rt-notification-thumbnail img { width: 36px; height: 36px; border-radius: 100%; } .rt-notification-list .rt-notification-item .rt-notification-item-content { line-height: 1; padding-left: 15px; } .rt-notification-list .rt-notification-item .rt-notification-subject { font-family: "Montserrat", sans-serif; text-overflow: ellipsis; overflow: hidden; max-width: 100%; white-space: nowrap; margin-bottom: 2px; } .rt-notification-list .rt-notification-item .small-text { font-size: 12px; } .rt-notification-list .rt-notification-item .rt-notification-item-content p { margin-bottom: 10px; line-height: 16px; } .ps .ps__rail-x.ps--clicking, .ps .ps__rail-x:focus, .ps .ps__rail-x:hover, .ps .ps__rail-y.ps--clicking, .ps .ps__rail-y:focus, .ps .ps__rail-y:hover { background: transparent !important; } .ps__thumb-y { background: #2a3446 !important; } .ps__rail-y.ps--clicking .ps__thumb-y, .ps__rail-y:focus>.ps__thumb-y, .ps__rail-y:hover>.ps__thumb-y { background: #222a38 !important; } /* ============================ */ /* End Sidebar Menu */ /* ============================ */ /*============================ */ /* Header */ /* ============================ */ .rt_nav_header.horizontal-layout { font-family: "Montserrat", sans-serif; } .rt_nav_header.horizontal-layout .dropdownAnimation, .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item .submenu, .rt_nav_header.horizontal-layout .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown, .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .rt_nav_header.horizontal-layout .navbar-dropdown { animation-name: dropdownAnimation; -webkit-animation-duration: 0.25s; -moz-animation-duration: 0.25s; -ms-animation-duration: 0.25s; -o-animation-duration: 0.25s; animation-duration: 0.25s; -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 dropdownAnimation { from { opacity: 0; transform: translate3d(0, -30px, 0); } to { opacity: 1; transform: translate3d(0, 0px, 0); } } .rt_nav_header.horizontal-layout .view_btn { float: right; display: inline-block; color: white; font-size: 12px; background: #5e2572; padding: 7px 15px; margin-left: 2.5rem; border-radius: 4px; } @media only screen and (max-width:480px) { .rt_nav_header.horizontal-layout .view_btn { float: none; margin-top: 6px; } } .rt_nav_header.horizontal-layout .menu_icon { margin-right: 10px; font-size: 1rem; color: #565658; font-weight: 600; } .rtl .rt_nav_header.horizontal-layout .menu_icon { margin-right: 0; margin-left: 10px; } .rt_nav_header.horizontal-layout .rt-notification-list .rt-notification-item .rt-notification-thumbnail { color: #fff; position: relative; } .rt_nav_header.horizontal-layout .rt-notification-list .rt-notification-item .rt-notification-thumbnail img { width: 36px; height: 36px; border-radius: 100%; } .rt_nav_header.horizontal-layout .rt-notification-list .rt-notification-item .rt-notification-item-content { line-height: 1; padding-left: 15px; } .rt_nav_header.horizontal-layout .rt-notification-list .rt-notification-item .rt-notification-subject { font-family: "Montserrat", sans-serif; text-overflow: ellipsis; overflow: hidden; max-width: 100%; white-space: nowrap; margin-bottom: 2px; } .rt_nav_header.horizontal-layout .rt-notification-list .rt-notification-item .small-text { font-size: 12px; } .rt_nav_header.horizontal-layout .rt-notification-list .rt-notification-item .rt-notification-item-content p { margin-bottom: 10px; line-height: 16px; } .rt_nav_header.horizontal-layout .nav-bottom { background: #FFFFFF; position: relative; top: 0; right: 0; left: 0; width: 100%; display: flex; align-items: center; transition-duration: 3s; -webkit-transition-property: position, left, right, top, z-index; -moz-transition-property: position, left, right, top, z-index; -ms-transition-property: position, left, right, top, z-index; -o-transition-property: position, left, right, top, z-index; transition-property: position, left, right, top, z-index; box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); -moz-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); } @media (max-width:768px) { .rt_nav_header.horizontal-layout .nav-bottom { display: none; } .rt_nav_header.horizontal-layout .nav-bottom.header-toggled { display: block; max-height: calc(100vh - 60px); overflow: auto; } } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation { position: relative; width: 100%; z-index: 99; justify-content: space-between; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -ms-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-property: background, box-shadow; transition-property: background, box-shadow; } @media (max-width:768px) { .rt_nav_header.horizontal-layout .nav-bottom .page-navigation { border: none; } } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item { line-height: 1; text-align: left; } @media (max-width:768px) { .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item { display: block; width: 100%; border-right: none; } } @media (min-width:992px) { .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item:first-child>.nav-link { padding-left: 0; } } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item:last-child { border-right: none; } @media (max-width:992px) { .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item:last-child>.nav-link { padding-right: 0; } } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item>.nav-link { color: #242425; padding: 22px 10px; line-height: 1; font-weight: 600; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item>.nav-link .menu-title { font-size: .875rem; font-weight: 500; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item>.nav-link .menu-arrow { margin-left: 5px; font-size: 15px; display: inline-block; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); moz-transform-origin: center; -o-transform-origin: center; -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; -webkit-transition-duration: 0.25s; -moz-transition-duration: 0.25s; -ms-transition-duration: 0.25s; -o-transition-duration: 0.25s; transition-duration: 0.25s; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item>.nav-link .menu-arrow:before { font-family: 'ionicons'; content: "\f3d0"; speak: none; font-size: .625rem; font-style: normal; font-weight: 600; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } @media (min-width:768px) { .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item:hover .submenu { display: block; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item:hover .submenu .menu_icon { font-size: 0.75rem; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item:hover>.nav-link { background: transparent; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item:hover>.nav-link i, .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item:hover>.nav-link .menu-title { color: #5e2572; transition: color 1s ease; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item:hover>.nav-link .menu-arrow { transform: rotate(-180deg); } } @media (max-width:768px) { .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item.show-submenu .submenu { display: block; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item.show-submenu>.nav-link { background: transparent; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item.show-submenu>.nav-link i, .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item.show-submenu>.nav-link .menu-title { color: #5e2572; transition: color 1s ease; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item.show-submenu>.nav-link .menu-arrow { transform: rotate(-180deg); } } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item.active>.nav-link { position: relative; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item.active>.nav-link .menu-title, .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item.active>.nav-link i, .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item.active>.nav-link .menu-arrow { color: #5e2572; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item .submenu { display: none; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item .submenu ul { list-style-type: none; padding-left: 0; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item .submenu ul li { display: block; line-height: 20px; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item .submenu ul li a { display: block; padding: 5px 10px; font-weight: 400; color: #242425; text-decoration: none; text-align: left; margin: 4px 0; text-overflow: ellipsis; overflow: hidden; max-width: 100%; white-space: nowrap; transition-duration: 0.2s; transition-property: background; border-radius: 6px; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item .submenu ul li a:hover { color: #5e2572; transition: color .1s linear; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item .submenu ul li a:hover i { color: #5e2572; transition: color .1s linear; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item .submenu ul li a:hover:before { background: #5e2572; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item .submenu ul li.active a { color: #5e2572; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item .submenu ul li.active a:before { background: #5e2572; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item:not(.mega-menu) { position: relative; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item:not(.mega-menu) .submenu { left: 0; } @media (min-width:768px) { .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item:not(.mega-menu) .submenu { position: absolute; top: 61px; z-index: 999; background: #FFFFFF; border-top: none; border-radius: 4px; box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item:not(.mega-menu) .submenu li a { position: relative; padding-left: 2px; } } @media (max-width:768px) { .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item:not(.mega-menu) .submenu { position: relative; top: 0; box-shadow: none; } } @media (max-width:768px) { .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item:not(.mega-menu) .submenu { top: 0; } } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item:not(.mega-menu) .submenu ul { width: auto; padding: 25px; } @media (max-width:768px) { .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item:not(.mega-menu) .submenu ul { padding: 0 23px; } } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item.mega-menu .submenu { width: 100%; left: 0; right: 0; padding: 25px; } @media (min-width:768px) { .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item.mega-menu .submenu { position: absolute; top: 61px; z-index: 999; background: #FFFFFF; border-top: none; border-radius: 4px; box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item.mega-menu .submenu li a { position: relative; } } @media (max-width:768px) { .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item.mega-menu .submenu { position: relative; top: 0; box-shadow: none; } } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item.mega-menu .submenu .category-heading { font-size: .875rem; font-weight: 500; text-align: left; color: #5e2572; padding: 1rem 0; margin-bottom: 0; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item.mega-menu .submenu .col-group-wrapper { padding: 0 1rem; } @media (max-width:768px) { .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item.mega-menu .submenu { padding: 0 32px; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item.mega-menu .submenu .col-group-wrapper { margin-left: 0; margin-right: 0; padding: 0; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item.mega-menu .submenu .col-group-wrapper .col-group { padding-left: 0; padding-right: 0; margin-bottom: 20px; } .rt_nav_header.horizontal-layout .nav-bottom .page-navigation>.nav-item.mega-menu .submenu .col-group-wrapper .col-group .category-heading:after { display: none; } } .rt_nav_header.horizontal-layout.fixed-on-scroll .nav-bottom { position: fixed; top: 0; right: 0; left: 0; z-index: 1030; border-bottom: 1px solid #f2f2f2; } @media (max-width:991px) { .rt_nav_header.horizontal-layout { position: fixed; z-index: 1030; top: 0; left: 0; right: 0; } .rt_nav_header.horizontal-layout .top_nav { border-bottom: 1px solid #f2f2f2; } } .flex-grow-1, .flex-grow { flex-grow: 1 !important; } .top_nav { background: #502565; height: 70px; } .top_nav .view_btn:hover { color: #fff; } .top_nav .rt_nav_wrapper { padding: 0 1rem 0 0; } @media (max-width:767px) { .top_nav .rt_nav_wrapper { padding: 0 1rem; } } .top_nav .rt_nav_wrapper .nav_logo { margin-right: 0; padding: 0.25rem 0; } .top_nav .rt_nav_wrapper .nav_logo:active, .top_nav .rt_nav_wrapper .nav_logo:focus, .top_nav .rt_nav_wrapper .nav_logo:hover { color: #5e5e5e; } .top_nav .rt_nav_wrapper .nav_logo img { max-width: 100%; height: 30px; margin: auto; vertical-align: middle; } .top_nav .rt_nav_wrapper .nav_logo_mob { display: none; } .top_nav .rt_nav_wrapper .nav_logo_mob img { width: auto; max-width: 100%; height: 28px; margin-left: 0; } @media (max-width:576px) { .top_nav .rt_nav_wrapper { width: 100px; } .top_nav .rt_nav_wrapper .nav_logo { display: none; } .top_nav .rt_nav_wrapper .nav_logo_mob { display: block; } } .top_nav .nav_wrapper_main { color: #FFFFFF; padding: 0 0 0 1rem; } .top_nav .nav_wrapper_main .navbar-nav { flex-direction: row !important; align-items: center !important; } .top_nav .nav_wrapper_main .navbar-nav .nav-item { margin-left: 1rem; margin-right: 1rem; line-height: 1; } .top_nav .nav_wrapper_main .navbar-nav .nav-item .nav-link { color: #FFFFFF; font-size: 14px; vertical-align: middle; } .top_nav .nav_wrapper_main .navbar-nav .nav-item .nav-link.count-indicator { position: relative; text-align: center; } .top_nav .nav_wrapper_main .navbar-nav .nav-item .nav-link.count-indicator i { color: #FFFFFF; vertical-align: middle; } .top_nav .nav_wrapper_main .navbar-nav .nav-item .nav-link.count-indicator .count { position: absolute; left: 10px; width: 15px; height: 15px; line-height: 15px; border-radius: 100%; background: #fff; top: -5px; font-size: .5625rem; color: #444; text-align: center; font-weight: bold; } .top_nav .nav_wrapper_main .navbar-nav .nav-item .nav-link.count-indicator:after { display: none; } .top_nav .nav_wrapper_main .navbar-nav .nav-item .nav-link i { font-size: 1rem; vertical-align: middle; line-height: 1.2; } .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown { font-size: 0.9rem; margin-top: 0; position: absolute !important; top: calc(66px - 6px) !important; right: 0 !important; left: auto !important; border: 0; padding: 0 0 20px; min-width: 100%; border-radius: 10px; box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); -moz-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); overflow: hidden; } @media (max-width:992px) { .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown { top: calc(75px - 6px) !important; } } .rtl .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown { right: auto; left: 0; } .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown.dropdown-left { left: 0; right: auto; } .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown .badge { margin-left: 2.5rem; } .rtl .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown .badge { margin-left: 0; margin-right: 1.25rem; } .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown a.dropdown-item:hover { cursor: pointer; } .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item { display: flex; align-items: center; margin-bottom: 0; padding: 10px 25px; font-size: 12px; } .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item:active { background: transparent; } .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item i { font-size: 17px; } .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item .rt-notification-subject { font-family: "Montserrat", sans-serif; text-overflow: ellipsis; overflow: hidden; max-width: 100%; white-space: nowrap; } .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item .rt-notification-icon { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item .small-text { font-size: 12px; } .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-divider { margin: 0; } @media (max-width:768px) { .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown { position: static; } .top_nav .nav_wrapper_main .navbar-nav .nav-item.dropdown .navbar-dropdown { left: 10px; right: 10px; width: calc(100% - 20px); min-width: auto; } } .top_nav .nav_wrapper_main .navbar-nav.navbar-nav-right .nav-item.nav-profile .nav-link { padding: 0; } .top_nav .nav_wrapper_main .navbar-nav.navbar-nav-right .nav-item.nav-profile .nav-link:after { display: none; } .top_nav .nav_wrapper_main .navbar-nav.navbar-nav-right .nav-item.nav-profile img { width: 35px; height: 35px; border-radius: 50px; margin-left: 10px; } .top_nav .nav_wrapper_main .navbar-nav.navbar-nav-right .nav-item.nav-profile .profile_name { vertical-align: middle; color: #FFFFFF; margin-left: .25rem; } @media (max-width:767px) { .top_nav .nav_wrapper_main .navbar-nav.navbar-nav-right .nav-item.nav-profile .profile_name { display: none; } } .top_nav .nav_wrapper_main .navbar-nav.navbar-nav-right .nav-item.nav-language .dropdown-toggle { border: 1px solid #7b7b7b; color: #c7c7c7; padding: .35rem .81rem; } .top_nav .nav_wrapper_main .navbar-nav.navbar-nav-right .nav-item:last-child { margin-right: 0; } .top_nav .nav_wrapper_main .navbar-toggler { display: none; } @media (max-width:768px) { .top_nav .nav_wrapper_main .navbar-toggler { display: block; padding-right: 0; } } @media (max-width:576px) { .top_nav .nav_wrapper_main { width: calc(100% - 70px); } } .header-area { padding: 0 0 0 30px; background: #fff; position: relative; -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1); } @media (max-width:991px) { .header-area .col-md-6 { flex: 0 0 100%; max-width: 100%; } } .header-area .mobile-logo { left: 30px; position: absolute; top: 50%; transform: translate(0px, -50%); width: 25px; z-index: 1; } .header-area .search-box { border: 1px solid #eaeaea; padding-left: 20px; border-radius: 50px; } .header-area .nav-btn { margin-right: 30px; margin-top: 0; cursor: pointer; width: 50px; height: 50px; text-align: center; line-height: 30px; padding-top: 18px; } @media (max-width:991px) { .header-area .nav-btn { margin-right: 0; margin-top: 0; height: auto; width: auto; } } .header-area .nav-btn span { width: 22px; height: 1px; background: #444; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; text-align: center; display: block; margin: 0 auto 6px; } .header-area .nav-btn span:nth-child(3) { margin-bottom: 0; } .header-area .nav-btn span:nth-child(3), .header-area .nav-btn span:nth-child(1) { width: 22px; } .header-area .search-box form { position: relative; } .header-area .search-box form input { width: 270px; padding-right: 11px; border-radius: 33px; border: none; height: 40px; padding-left: 40px; letter-spacing: 0; font-size: 14px; font-weight: 500; } .header-area .search-box form input::-webkit-input-placeholder { color: #b1a7a7; } .header-area .search-box form input::-moz-placeholder { color: #b1a7a7; } .header-area .search-box form input:-ms-input-placeholder { color: #b1a7a7; } .header-area .search-box form i { position: absolute; left: 6px; top: 10px; font-size: 22px; color: #b1a7a7; } .sidebar_collapsed .nav-btn span:nth-child(2) { opacity: 0; } .sidebar_collapsed .nav-btn span:first-child { -webkit-transform: rotate(90deg) translate(5px, 5px); transform: rotate(90deg) translate(5px, 5px); } .sidebar_collapsed .nav-btn span:last-child { -webkit-transform: rotate(90deg) translate(-9px, -3px); transform: rotate(90deg) translate(-9px, -3px); } /* notification-area */ .notification-area { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; position: relative; z-index: 2; } .notification-area li { display: inline-block; margin-left: 20px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } @media only screen and (max-width:480px) { .notification-area .bell-notify-box.notify-box { right: -120px !important; width: 280px; } } @media only screen and (max-width:480px) { .notification-area .nt-enveloper-box.notify-box { right: -78px !important; width: 280px; } } .notification-area .user-dropdown { margin-top: 5px; margin-bottom: 5px; } .notification-area .user-dropdown .btn { padding: 0; margin: 0 auto; border-radius: 0; font-size: 13px; color: #b1a7a7; box-shadow: none; background: transparent; border: none; } .notification-area .user-dropdown .btn.dropdown-toggle:after { position: absolute; top: 26px; right: 70px; font-size: 15px; } .notification-area .user-dropdown .btn span, .notification-area .user-dropdown .btn img { display: inline-block; vertical-align: middle; } .notification-area .user-dropdown .btn img { border-radius: 50px; margin-right: 15px; width: 55px; } .notification-area .user-dropdown .btn span { padding: 0 15px; } .notification-area .user-dropdown .btn span i { font-size: 10px; font-weight: bold; vertical-align: middle; margin-left: 2px; } .notification-area .user-dropdown .dropdown-menu.show { top: 58px !important; } .notification-area .user-dropdown .dropdown-menu .divider { margin: 10px 0; display: block; border: 0.5px solid #f5f4f4; } .notification-area .user-dropdown .dropdown-menu a { font-size: 14px; color: #8a8a8a; letter-spacing: 0; font-weight: 500; padding: 10px 70px 10px 25px; } .notification-area .user-dropdown .dropdown-menu a i { margin-right: 10px; vertical-align: baseline; } .divider { margin: 10px 0; display: block; border: 0.5px solid #f5f4f4; } .notification-area li>i { font-size: 18px; color: #bdbcbc; vertical-align: middle; -webkit-transition: color 0.3s ease 0s; transition: color 0.3s ease 0s; } .notification-area li:hover>i, .dropdown.show>i { color: #5e2572; } .notification-area li i>span { position: absolute; right: -5px; top: -7px; font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 600; color: #fff; background: #5e2572; height: 8px; width: 8px; border-radius: 50%; text-align: center; line-height: 20px; padding-left: 2px; } .notify-box { width: 350px; overflow: hidden; padding: 0; margin: 0; } .notify-box .notify-title { background: #5e2572; display: block; padding: 18px 30px; color: #fff; font-size: 15px; letter-spacing: 0; overflow: hidden; } .notify-box .notify-title a { float: right; display: inline-block; color: #5e2572; font-size: 13px; background: #fff; padding: 2px 8px; border-radius: 4px; } @media only screen and (max-width:480px) { .notify-box .notify-title a { float: none; margin-top: 6px; } } .nt-enveloper-box .nofity-list a { padding: 10px 20px; display: block; border-bottom: 1px solid #f5f2f2; height: auto; } @media only screen and (max-width:480px) { .nt-enveloper-box .nofity-list a { padding: 20px 15px; } } .nt-enveloper-box .nofity-list a:hover { background: #eaeaea; } .nt-enveloper-box .nofity-list a:last-child { margin-bottom: 0; border-bottom: none; } .nt-enveloper-box .nofity-list .notify-thumb { float: left; margin-right: 20px; } @media only screen and (max-width:480px) { .nt-enveloper-box .nofity-list .notify-thumb { margin-right: 15px; } } .nt-enveloper-box .nofity-list .notify-thumb i { height: 50px; width: 50px; line-height: 50px; display: block; border-radius: 50%; text-align: center; font-size: 23px; border: 1px solid; } @media only screen and (max-width:480px) { .nt-enveloper-box .nofity-list .notify-thumb i { font-size: 18px; height: 40px; line-height: 40px; width: 40px; } } .nt-enveloper-box .nofity-list .notify-thumb img { width: 60px; height: 60px; border-radius: 50%; margin-top: 4px; } @media only screen and (max-width:480px) { .nt-enveloper-box .nofity-list .notify-thumb img { width: 50px; height: 50px; } } .nt-enveloper-box .nofity-list .notify-text { overflow: hidden; padding: 0; } .nt-enveloper-box .nofity-list .notify-text h3 { color: #666; font-size: 15px; margin-bottom: 0; line-height: 24px; } .nt-enveloper-box .nofity-list .notify-text p { font-size: 14px; color: #4e4e4e; line-height: 22px; margin-bottom: 4px; } .nt-enveloper-box .nofity-list .notify-text span { letter-spacing: 0; color: #6d6c6c; font-size: 11px; font-weight: 300; } .nt-enveloper-box .nofity-list .notify-text span.msg { display: block; font-size: 12px; color: #4e4e4e; line-height: 22px; margin-bottom: 0; margin-top: 0; font-weight: 400; } .nofity-list a { padding: 0 30px; display: block; border-bottom: 1px solid #f5f2f2; padding-left: 0; height: 70px; } @media only screen and (max-width:991px) { .nofity-list a { height: auto; } } @media only screen and (max-width:480px) { .nofity-list a { padding: 20px 15px; } } .nofity-list a:hover { background: #eaeaea; } .nofity-list a:last-child { margin-bottom: 0; border-bottom: none; } .nofity-list .notify-thumb { float: left; margin-right: 20px; } @media only screen and (max-width:480px) { .nofity-list .notify-thumb { margin-right: 15px; } } .nofity-list .notify-thumb i { height: 70px; width: 50px; line-height: 70px; display: block; border-radius: 0; text-align: center; font-size: 23px; border: 1px solid; } @media only screen and (max-width:480px) { .nofity-list .notify-thumb i { font-size: 18px; height: 40px; line-height: 40px; width: 40px; } } .nofity-list .notify-thumb img { width: 60px; height: 60px; border-radius: 50%; margin-top: 4px; } @media only screen and (max-width:480px) { .nofity-list .notify-thumb img { width: 50px; height: 50px; } } .nofity-list .notify-text { overflow: hidden; padding: 10px 0px; } @media only screen and (max-width:991px) { .nofity-list .notify-text { padding: 0; } } .nofity-list .notify-text h3 { color: #666; font-size: 15px; margin-bottom: 0; line-height: 24px; } .nofity-list .notify-text p { font-size: 14px; color: #4e4e4e; line-height: 22px; margin-bottom: 4px; } .nofity-list .notify-text span { letter-spacing: 0; color: #6d6c6c; font-size: 11px; font-weight: 300; } .nofity-list .notify-text span.msg { display: block; font-size: 12px; color: #4e4e4e; line-height: 22px; margin-bottom: 0; margin-top: 0; font-weight: 400; } /* notify envelope */ .expanded .notification-area li#full-view-exit { display: inline-block; } .notification-area li#full-view-exit { display: none; } .expanded .notification-area li#full-view { display: none; } .notification-area li#full-view { display: inline-block; } .nt-enveloper-box .notify-text p { margin-bottom: 0; } .notification-area .dropdown-toggle, .user-name.dropdown-toggle { position: relative; } .notification-area .dropdown-toggle:after, .user-name.dropdown-toggle:after { display: none; } .notification-area .dropdown-menu, .user-profile .dropdown-menu { background: #fff; border: none; -webkit-transform: none !important; transform: none !important; top: 130% !important; right: -20px !important; left: auto !important; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; display: block !important; visibility: hidden; opacity: 0; cursor: initial; } .notification-area .dropdown-menu.show { top: 48px !important; } .notification-area .dropdown-menu.show, .user-profile .dropdown-menu.show { visibility: visible; opacity: 1; box-shadow: 0 0 45px 0 rgba(131, 23, 254, 0.06); } /* ============================ */ /* End Header */ /* ============================ */ /* ============================ */ /* Offset Menu */ /* ============================ */ .offset-area { position: fixed; right: -320px; top: 0; height: 100vh; width: 320px; background: #502565; z-index: 998; box-shadow: -5px 0 20px rgba(0, 0, 0, 0.05); -webkit-transition: right 0.3s cubic-bezier(0.62, -0.01, 0.2, 0.83) 0s; transition: right 0.3s cubic-bezier(0.62, -0.01, 0.2, 0.83) 0s; } .offset-area .timeline_title h4, .offset-area .timeline-task p, .offset-area .timeline_title i, .offset-area .timeline_title span { color: #fff !important; } .offset-area .offset-close { font-size: 14px; position: absolute; left: 0; top: 13px; height: 40px; width: 40px; cursor: pointer; text-align: center; line-height: 40px; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; z-index: 1; color: #fff; } .offset-area .offset-close:hover { -webkit-transform: rotate(90deg); transform: rotate(90deg); } .offset-area .offset-menu-tab { padding: 20px 20px; border-bottom: 1px solid #eaeaea; margin-bottom: 20px; } .offset-area .offset-menu-tab li { display: inline-block; width: 50%; text-align: center; } .offset-area .offset-menu-tab li a { display: block; font-size: 16px; color: #fff; position: relative; } .offset-area .offset-menu-tab li a:before { left: 100%; } .offset-area .offset-menu-tab li a.active:before { left: 0; } .show_hide.offset-area { right: 0; } .offset-menu-tab li a.active, .offset-menu-tab li a:hover { color: #0093FF; } .offset-menu-tab li:last-child a:before { display: none !important; } .offset-content { padding: 15px; color: #fff; } .recent-activity { padding-top: 7px; padding-left: 53px; } .offset-settings h4 { font-family: 'lato', sans-serif; font-size: 18px; letter-spacing: 0; font-weight: 600; color: #fff; margin-bottom: 23px; } .ui_switch input[type=checkbox] { height: 0; width: 0; visibility: hidden; position: absolute; } .ui_switch label { cursor: pointer; text-indent: -9999px; width: 40px; height: 23px; background: #0093FF; display: block; border-radius: 100px; position: relative; margin: 0; } .ui_switch label:after { content: ''; position: absolute; top: 4px; left: 5px; width: 15px; height: 15px; background: #fff; border-radius: 90px; -webkit-transition: 0.3s; transition: 0.3s; } .ui_switch input:checked+label { background: #eaeaea; } .ui_switch input:checked+label:after { left: calc(100% - 5px); -webkit-transform: translateX(-100%); transform: translateX(-100%); } .ui_switch label:active:after { width: 40px; } .settings_sec { margin-bottom: 30px; } .settings_sec p { color: #f9f9f9; font-size: 14px; } .settings_sec .setting_list_title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 10px; } .settings_sec .setting_list_title h5 { font-size: 16px; color: #fff; font-weight: 600; } /* ============================ */ /* TimeLine */ /* ============================ */ .timeline_title { margin-bottom: 6px; } .timeline_title h4 { font-size: 15px; letter-spacing: 0; color: #333; margin-bottom: 2px; } .timeline_title span.time { color: #8c8a8a; font-size: 13px; } .timeline_title span.time i { margin-right: 5px; color: #2c3cb7; font-size: 11px; } .timeline-area { padding-left: 52px; padding-top: 6px; } .timeline-task { position: relative; margin-bottom: 35px; } .timeline-task p { color: #666; font-size: 14px; line-height: 25px; margin-bottom: -10px; } .timeline-task:before { content: ''; position: absolute; left: -35px; top: 0; height: calc(100%+33px); width: 2px; background: #eaeaea; } .timeline-task:last-child { margin-bottom: 0; } .timeline-task:last-child p { margin-bottom: 0; } .timeline-task:last-child:before { height: 100%; } .timeline-task .icon { position: absolute; left: -52px; top: -6px; height: 35px; width: 35px; line-height: 44px; border-radius: 50%; text-align: center; font-size: 12px; border: 1px solid; background: #f9f9f9; } .timeline-task .icon svg { width: 18px; height: 18px; } /* ============================ */ /* End TimeLine */ /* ============================ */ .bg_blue { border-color: transparent !important; color: #0067b3; background: #80c9ff; } .bg_success { border-color: transparent !important; color: #048c68; background: #61fbd3; } .bg_secondary { border-color: transparent !important; color: #5e2572; background: #ebeafe; } .bg_danger { border-color: transparent !important; color: #e80f37; background: #fab0bd; } .bg_warning { border-color: transparent !important; color: #ccad00; background: #ffef99; } .bg_info { border-color: transparent !important; color: #0076cc; background: #80c9ff; } /* ============================ */ /* End Offset Menu */ /* ============================ */ /* ============================ */ /* Alert */ /* ============================ */ .alert { letter-spacing: 0; font-size: 14px; border: none; padding: 10px 16px; font-weight: 600; } .alert span { font-size: 13px; } .alert strong, .alert-link { font-weight: 700; } .alert-primary, .alert-danger, .alert-warning, .alert-dark, .alert-info, .alert-light, .alert-success { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; color: #FFFFFF; } .alert-primary .alert-link, .alert-danger .alert-link, .alert-warning .alert-link, .alert-info .alert-link, .alert-success .alert-link { color: #fff; text-decoration: underline; } .alert-primary { background-color: #5e2572; border-left: 4px solid #9178f9; } .alert-success { border-left: 4px solid #05a47b; background-color: #06D6A0; } .alert-danger { border-left: 4px solid #b80c2b; background-color: #F2385A; } .alert-warning { border-left: 4px solid #FFA000; background-color: #FFC107; } .alert-info { border-left: 4px solid #005899; background-color: #0093FF; } .alert-dark { border-left: 4px solid #37474F; background-color: #607D8B; } .alert-light { border-left: 4px solid #607D8B; background-color: #CFD8DC; } /* additional content */ .alert-heading { margin-bottom: 7px; } .alert-dismiss .alert { padding: 13px 15px; } .alert-dismiss .alert-dismissible .close { top: 4px; outline: none; font-size: 13px; } .alert-primary hr { border-top-color: #fff; } /* ============================ */ /* End Alert */ /* ============================ */ /* ============================ */ /* Accordions */ /* ============================ */ .accordion { /* Accordion Style 2 */ } .accordion .card { margin-bottom: 20px; } .accordion .card:last-child { margin-bottom: 0; } .accordion .card-header { padding: 0; border: none; } .accordion .card-header a { position: relative; display: block; background: #EFF3F6; padding: 16px 15px; border-radius: 3px; color: #444; letter-spacing: 0; font-size: 15px; font-weight: 500; } .accordion .card-body { padding: 10px; border: 1px solid #eff3f6; font-size: 14px; letter-spacing: 0; color: #444; line-height: 27px; font-weight: 400; } .accordion.accordion-style-2 .card-header a:before { content: "\f106"; font-family: fontawesome; position: absolute; right: 13px; color: #444; font-size: 26px; top: 50%; transform: translate(0, -50%); } .accordion.accordion-style-2 .card-header a.collapsed:before { content: "\f107"; } .accordion.primary-bg .card-header a { background: #5e2572; color: #fff; } .accordion.primary-bg .card-header a:before { color: #fff; } /* Accordion Style 3 */ .accordion-style-3 .card-header a:before { content: "\e622"; font-family: 'themify'; position: absolute; right: 13px; color: #444; font-size: 15px; } .accordion-style-3 .card-header a.collapsed:before { content: "\e61a"; } /* ============================ */ /* End Accordions/* ============================ */ /* ============================ */ /* Buttons */ /* ============================ */ .btn { font-size: 14px; font-family: "Montserrat", sans-serif; font-weight: 500; /*==================== General Buttons ====================*/ /*==================== Outline Buttons ====================*/ /*==================== Inverse Buttons ====================*/ /*==================== Social Buttons ====================*/ } .btn i { margin-right: 5px; vertical-align: initial; } .btn.btn-rounded { border-radius: 50px; } .btn.btn-fixed-w { width: 110px; } .btn.btn-xl { padding: 19px 24px; } .btn.btn-lg { padding: 15px 30px; } .btn.btn-md { padding: 10px 18px; } .btn.btn-sm { padding: 8px 13px; } .btn.btn-xs { padding: 8px 12px; font-size: 12px; } .btn.btn-flat { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .btn.btn-primary { background-color: #5e2572; border-color: #5e2572; } .btn.btn-primary:hover { background-color: #3e194b; border-color: #3e194b; } .btn.btn-secondary { background-color: #fa6c39; border-color: #fa6c39; } .btn.btn-secondary:hover { background-color: #f94707; border-color: #f94707; } .btn.btn-success { background-color: #06D6A0; border-color: #06D6A0; } .btn.btn-success:hover { background-color: #05a47b; border-color: #05a47b; } .btn.btn-danger { background-color: #F2385A; border-color: #F2385A; } .btn.btn-danger:hover { background-color: #e80f37; border-color: #e80f37; } .btn.btn-warning { background-color: #FFD800; border-color: #FFD800; } .btn.btn-warning:hover { background-color: #ccad00; border-color: #ccad00; } .btn.btn-info { background-color: #0093FF; border-color: #0093FF; } .btn.btn-info:hover { background-color: #0076cc; border-color: #0076cc; } .btn.btn-dark { background-color: #444; border-color: #444; } .btn.btn-dark:hover { background-color: #5e5e5e; border-color: #5e5e5e; } .btn.btn-light { background-color: #eaeaea; border-color: #eaeaea; } .btn.btn-light:hover { background-color: #d1d1d1; border-color: #d1d1d1; } .btn.btn-outline-primary { border-color: #5e2572; color: #5e2572; } .btn.btn-outline-primary:hover { background-color: #5e2572; border-color: #5e2572; color: #FFFFFF; } .btn.btn-outline-secondary { border-color: #fa6c39; color: #fa6c39; } .btn.btn-outline-secondary:hover { background-color: #fa6c39; border-color: #fa6c39; color: #FFFFFF; } .btn.btn-outline-success { border-color: #06D6A0; color: #06D6A0; } .btn.btn-outline-success:hover { background-color: #06D6A0; border-color: #06D6A0; color: #FFFFFF; } .btn.btn-outline-danger { border-color: #F2385A; color: #F2385A; } .btn.btn-outline-danger:hover { background-color: #F2385A; border-color: #F2385A; color: #FFFFFF; } .btn.btn-outline-info { border-color: #0093FF; color: #0093FF; } .btn.btn-outline-info:hover { background-color: #0093FF; border-color: #0093FF; color: #FFFFFF; } .btn.btn-outline-warning { border-color: #FFD800; color: #FFD800; } .btn.btn-outline-warning:hover { background-color: #FFD800; border-color: #FFD800; color: inherit; } .btn.btn-outline-dark { border-color: #444; color: #444; } .btn.btn-outline-dark:hover { background-color: #444; border-color: #444; color: #FFFFFF; } .btn.btn-outline-light { border-color: #eaeaea; color: #848484; } .btn.btn-outline-light:hover { background-color: #eaeaea; border-color: #eaeaea; color: inherit; } .btn.btn-inverse-primary { background-color: #e1c4ec; border-color: transparent; color: #5e2572; } .btn.btn-inverse-primary:hover { background-color: #5e2572; border-color: #5e2572; color: #fff; } .btn.btn-inverse-secondary { background-color: #fedbce; border-color: transparent; color: #fa6c39; } .btn.btn-inverse-secondary:hover { background-color: #fa6c39; border-color: #fa6c39; color: #fff; } .btn.btn-inverse-success { background-color: #a1fce5; border-color: transparent; color: #06D6A0; } .btn.btn-inverse-success:hover { background-color: #06D6A0; border-color: #06D6A0; color: #fff; } .btn.btn-inverse-danger { background-color: #feeef1; border-color: transparent; color: #F2385A; } .btn.btn-inverse-danger:hover { background-color: #F2385A; border-color: #F2385A; color: #fff; } .btn.btn-inverse-warning { background-color: #fff6c2; border-color: transparent; color: #FFD800; } .btn.btn-inverse-warning:hover { background-color: #FFD800; border-color: #FFD800; color: #fff; } .btn.btn-inverse-info { background-color: #85cbff; border-color: transparent; color: #0093FF; } .btn.btn-inverse-info:hover { background-color: #0093FF; border-color: #0093FF; color: #fff; } .btn.btn-inverse-dark { background-color: #c4c4c4; border-color: transparent; color: #444; } .btn.btn-inverse-dark:hover { background-color: #444; border-color: #444; color: #fff; } .btn.btn-inverse-light { background-color: transparent; border-color: #d1d1d1; color: #d1d1d1; } .btn.btn-inverse-light:hover { background-color: #eaeaea; border-color: #eaeaea; color: #000000; } .btn.btn-social { padding: 10px 14px; font-size: 14px; } .btn.btn-social i { margin-right: 0; } .btn.btn-social-fb { background: #3b579d; color: #fff; } .btn.btn-social-fb:hover { background: #375192; } .btn.btn-social-tw { background: #1da1f2; color: #fff; } .btn.btn-social-tw:hover { background: #0f9bf1; } .btn.btn-social-li { background: #0177b4; color: #fff; } .btn.btn-social-li:hover { background: #016da5; } .btn.btn-social-in { background: #fb3958; color: #fff; } .btn.btn-social-in:hover { background: #fb2a4b; } .btn.btn-social-pi { background: #c8232c; color: #fff; } .btn.btn-social-pi:hover { background: #bb2129; } .btn.btn-social-outline-fb { border: 1px solid #3b579d; color: #3b579d; } .btn.btn-social-outline-fb:hover { background: #375192; color: #fff; } .btn.btn-social-outline-tw { border: 1px solid #1da1f2; color: #1da1f2; } .btn.btn-social-outline-tw:hover { background: #0f9bf1; color: #fff; } .btn.btn-social-outline-li { border: 1px solid #0177b4; color: #0177b4; } .btn.btn-social-outline-li:hover { background: #016da5; color: #fff; } .btn.btn-social-outline-in { border: 1px solid #fb3958; color: #fb3958; } .btn.btn-social-outline-in:hover { background: #fb2a4b; color: #fff; } .btn.btn-social-outline-pi { border: 1px solid #c8232c; color: #c8232c; } .btn.btn-social-outline-pi:hover { background: #bb2129; color: #fff; } /* ============================ */ /* Badges/* ============================ */ .badge { font-size: 14px; font-family: "Montserrat", sans-serif; font-weight: 500; /*==================== General Badges ====================*/ } .badge.badge-pill { padding: 8px 12px; } .badge.badge-primary { background-color: #5e2572; border-color: #5e2572; padding: 5px 10px; } .badge.badge-primary:hover { background-color: #3e194b; border-color: #3e194b; } .badge.badge-secondary { background-color: #fa6c39; border-color: #fa6c39; padding: 5px 10px; } .badge.badge-secondary:hover { background-color: #f94707; border-color: #f94707; } .badge.badge-success { background-color: #06D6A0; border-color: #06D6A0; padding: 5px 10px; } .badge.badge-success:hover { background-color: #05a47b; border-color: #05a47b; } .badge.badge-danger { background-color: #F2385A; border-color: #F2385A; padding: 5px 10px; } .badge.badge-danger:hover { background-color: #e80f37; border-color: #e80f37; } .badge.badge-warning { background-color: #FFD800; border-color: #FFD800; padding: 5px 10px; } .badge.badge-warning:hover { background-color: #ccad00; border-color: #ccad00; } .badge.badge-info { background-color: #0093FF; border-color: #0093FF; padding: 5px 10px; } .badge.badge-info:hover { background-color: #0076cc; border-color: #0076cc; } .badge.badge-dark { background-color: #444; border-color: #444; padding: 5px 10px; } .badge.badge-dark:hover { background-color: #5e5e5e; border-color: #5e5e5e; } .badge.badge-light { background-color: #eaeaea; border-color: #eaeaea; padding: 5px 10px; } .badge.badge-light:hover { background-color: #d1d1d1; border-color: #d1d1d1; } .btn .badge { padding: .25em .4em; border-radius: 50px; top: 0; right: -4px; font-size: 12px; background: #fff; } .nav-pills .nav-link { color: #5e2572; } .nav-pills .nav-link.active { background-color: #5e2572; } .nav-pills .nav-link.disabled { color: #6c757d; } /* ============================ */ /* End Badges/* ============================ */ /* ============================ */ /* Cards/* ============================ */ .card_with_image { float: left; width: 100%; background: #fff; box-shadow: 0 1px 5px 0 rgba(5, 5, 5, 0.2); border-radius: 10px; padding-bottom: 0; } .card_with_image .rt_post_data { padding: 25px; float: left; width: 100%; } .card_with_image .blog_card_image { background: #212121; display: block; text-align: center; border-radius: 10px 10px 0 0; overflow: hidden; } .card_with_image .blog_card_date { text-align: center; padding-right: 20px; padding-left: 0; width: 10%; float: left; } @media only screen and (max-width:480px) { .card_with_image .blog_card_date { width: 20%; } } .card_with_image .blog_card_date h3 { line-height: 35px; margin-bottom: 0; } .card_with_image .blog_card_date p { font-size: 14px; } .card_with_image .blog_card_date .blog_chat_icon ul { padding: 0; margin: 0 auto; list-style: none; display: block; } .card_with_image .blog_card_date .blog_chat_icon ul li { margin: 0 auto; padding-left: 0; text-align: center; width: 74%; } .card_with_image .blog_card_date .blog_chat_icon ul li i { font-size: 20px; } .card_with_image .blog_card_date .blog_chat_icon span { font-size: 16px; } .card_with_image .blog_card_description { float: left; width: 90%; } @media only screen and (max-width:480px) { .card_with_image .blog_card_description { width: 80%; } } .card_with_image .blog_card_description .blog_data { float: left; width: 100%; } .card_with_image .blog_card_description .blog_data h3 { margin-top: 0; font-weight: 700; font-size: 20px; line-height: 28px; } @media only screen and (max-width:480px) { .card_with_image .blog_card_description .blog_data h3 { font-size: 18px; line-height: 30px; } } .card_with_image .blog_card_description .blog_data p { color: #656565; } .grid-item { margin-bottom: 0; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; } @media only screen and (max-width:991px) { .grid-item { width: 100%; float: left; } } .image_card { margin-right: 25px; transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1); background-color: #444; width: 100%; position: relative; border-radius: 12px; overflow: hidden; margin-bottom: 15px; box-shadow: 0px 10px 10px -7px rgba(0, 0, 0, 0.1); } .image_card:hover { box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1); transform: scale(1.1, 1.1); } .image_card:hover .card_author { color: #eaeaea; } .image_card:hover .card_img_hover_sec { height: 100%; opacity: 0.3; } .image_card:hover .card__info { background-color: transparent; position: relative; } .image_card:hover .card__info h3, .image_card:hover .card__info .card_by { color: #fff; } .image_card:hover .card_img_hover { opacity: 1; } .image_card .card_clock { width: 15px; vertical-align: middle; fill: #fff; } .image_card .card_date { font-size: 12px; color: #fff; vertical-align: middle; margin-left: 5px; } .image_card .card_info { float: right; } .image_card .card_img { visibility: hidden; background-size: cover; background-position: center; background-repeat: no-repeat; width: 100%; height: 275px; border-top-left-radius: 12px; border-top-right-radius: 12px; } .image_card .card_img_hover { position: absolute; padding: 16px; width: 100%; opacity: 0; top: 0; } .image_card .card_img_hover_sec { transition: 0.2s all ease-out; background-size: cover; background-position: center; background-repeat: no-repeat; width: 100%; position: absolute; height: 275px; top: 0; } .image_card .card__info { z-index: 2; background-color: #fff; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; padding: 26px 24px 34px 24px; } .image_card .card_title { margin-top: 5px; margin-bottom: 0; font-size: 20px; line-height: 30px; } .image_card .card_by { font-size: 11px; font-weight: 400; padding-bottom: 10px; display: inline-block; letter-spacing: 2px; text-transform: uppercase; } .image_card .card_author { font-weight: 600; text-decoration: none; color: #fa6c39; } .team_member { background: #fff none repeat scroll 0 0; border-radius: 10px; margin-bottom: 0; padding: 30px 25px; position: relative; text-align: center; -webkit-box-shadow: 3px 4px 9px -6px #cccccc; -moz-box-shadow: 3px 4px 9px -6px #cccccc; box-shadow: 3px 4px 9px -6px #cccccc; border: 1px solid #f9f9f9; width: 100%; } .team_member img { border-radius: 50%; margin: 0 auto 15px; width: auto; } .team_member .member_name { margin-bottom: 20px; } .team_member .member_name h3 { margin-bottom: 2px; margin-top: 10px; font-size: 20px; } @media only screen and (max-width:640px) { .team_member .member_name h3 { font-size: 18px; } } .team_member .member_name span { display: block; font-size: 12px; color: #666666; font-family: 'Roboto', sans-serif; font-weight: 300; } .team_member ul li { display: inline-block; padding-left: 5px; } .team_member ul li:before { display: none; } .team_member ul li:hover { background-color: #FFFFFF; border-color: #FFFFFF; transition: all 0.5s ease; } .team_member ul li i { color: #212529; display: inline-block; line-height: 30px; } @media only screen and (max-width:1200px) { .team_member ul li i { line-height: 20px; font-size: 11px; } } @media only screen and (max-width:991px) { .team_member ul li i { line-height: 30px; font-size: 18px; } } .team_member ul li i:hover { color: #212529; } .article_card { position: relative; float: left; overflow: hidden; background-color: #ffffff; color: #2B2B2B; text-align: center; font-size: 16px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); margin-bottom: 0 !important; } @media only screen and (max-width:768px) { .article_card { width: 100%; } } .article_card * { -webkit-box-sizing: border-box; box-sizing: border-box; } .article_card img { max-width: 100%; vertical-align: top; position: relative; width: 100%; } .article_card figcaption { padding: 10%; padding-bottom: calc(25%); background-color: #ffffff; } @media only screen and (min-width:600px) and (max-width:768px) { .article_card figcaption { padding: 5% 5% calc(15%); } } .article_card h3 { margin-top: 5px; margin-bottom: 0; } .article_card h3 a { font-size: 18px; line-height: 24px; color: #444; text-transform: uppercase; font-weight: 600; } .article_card h5 { font-weight: 400; margin: 0; text-transform: uppercase; color: #888; line-height: 18px; font-size: 12px; } .article_card footer { border-top: 1px solid rgba(0, 0, 0, 0.065); padding: 0 20px; font-size: 13px; line-height: 50px; text-align: left; position: absolute; bottom: 0; left: 0; width: 100%; } .article_card footer .icons { position: absolute; right: 20px; top: 0; } .article_card footer .icons i { display: inline-block; margin-right: 5px; font-size: 1em; } .article_card footer .icons>div { display: inline-block; margin-left: 8px; } .bg-card-primary, .bg-card-success, .bg-card-danger, .bg-card-warning, .bg-card-info, .bg-card-dark, .bg-card-secondary { color: #fff; } .bg-card-primary h4, .bg-card-success h4, .bg-card-danger h4, .bg-card-warning h4, .bg-card-info h4, .bg-card-dark h4, .bg-card-secondary h4 { color: #fff; line-height: 30px; } .bg-card-primary { background: #5e2572; } .bg-card-secondary { background: #fa6c39; } .bg-card-success { background: #06D6A0; } .bg-card-danger { background: #F2385A; } .bg-card-warning { background: #FFD800; } .bg-card-info { background: #0093FF; } .bg-card-dark { background: #444; } .bg-card-light { background: #eaeaea; } .bg-card-light p { color: #444; } .bg-card-light hr { border-color: #444; } .card-icon p { color: #757474; font-size: 12px; margin-bottom: 5px; } .card-icon span { font-size: 22px; color: #5e2572; } .card-icon i { font-size: 30px; margin-bottom: 14px; display: inline-block; color: #5e2572; } .profile_card .profile_image { margin-top: -80px; margin-bottom: 20px; } .profile_card .profile_image img { width: 128px; height: 128px; -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); border-radius: 100%; } .stats_bar { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .bg-primary-gradient { background: #8E2DE2; background: linear-gradient(to right, #8E2DE2 0%, #4A00E0 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8E2DE2', endColorstr='#4A00E0', GradientType=1); } .bg-success-gradient { background: #11998e; background: linear-gradient(to right, #11998e 0%, #38ef7d 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#11998e', endColorstr='#38ef7d', GradientType=1); } .bg-warning-gradient { background: #FFD3A5; background: linear-gradient(to right, #FFD3A5 0%, #FD6585 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD3A5', endColorstr='#FD6585', GradientType=1); } .bg-warning-gradient i { color: #FD6585; } .bg-danger-gradient { background: #bc4e9c; background: linear-gradient(to right, #bc4e9c 0%, #f80759 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f80759', endColorstr='#bc4e9c', GradientType=1); } .bg-danger-gradient i { color: #f80759; } .bg-secondary-gradient { background: #EE9AE5; background: linear-gradient(to right, #EE9AE5 0%, #5961F9 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5961F9', endColorstr='#EE9AE5', GradientType=1); } .bg-secondary-gradient i { color: #5961F9; } .bg-primary { background-color: #5e2572 !important; color: #FFFFFF; } .bg-secondary { background-color: #fa6c39 !important; color: #FFFFFF; } .bg-success { background-color: #06D6A0 !important; } .bg-warning { background-color: #FFD800 !important; } .bg-danger { background-color: #F2385A !important; color: #FFFFFF; } .bg-info { background-color: #0093FF !important; color: #FFFFFF; } .bg-dark { background-color: #444 !important; color: #FFFFFF; } /* ============================ */ /* End Cards/* ============================ */ /* ============================ */ /* Dropdown/* ============================ */ .dropdown .btn { padding: 8px 24px; } .dropdown-toggle:after { font-family: themify; content: "\e64b"; border: none; font-size: 12px; vertical-align: middle; display: initial; } .dropup .dropdown-toggle:after { font-family: themify; content: "\e648"; border: none; font-size: 12px; vertical-align: middle; display: initial; } .dropright .dropdown-toggle:after { font-family: themify; content: "\e649"; border: none; font-size: 12px; vertical-align: middle; display: initial; } .dropleft .dropdown-toggle:after { font-family: themify; content: "\e64a"; border: none; font-size: 12px; vertical-align: middle; display: initial; } .dropleft .dropdown-toggle:before { display: none; } .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle { background-color: #3e194b; border-color: #3e194b; } .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle { background-color: #f94707; border-color: #f94707; } .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle { background-color: #05a47b; border-color: #05a47b; } .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle { background-color: #e80f37; border-color: #e80f37; } .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle { background-color: #ccad00; border-color: #ccad00; } .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle { background-color: #2b2b2b; border-color: #2b2b2b; } .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle { background-color: #d1d1d1; border-color: #d1d1d1; } .btn-split .btn { padding: 8px 30px; } .btn-split .btn.dropdown-toggle { padding: 8px 12px; } .btn-split .btn.dropdown-toggle.btn-primary { border-left: 1px solid #3e194b; } .btn-split .btn.dropdown-toggle.btn-secondary { border-left: 1px solid #f95a20; } .btn-split .btn.dropdown-toggle.btn-success { border-left: 1px solid #05bd8d; } .btn-split .btn.dropdown-toggle.btn-danger { border-left: 1px solid #e80f37; } .btn-split .btn.dropdown-toggle.btn-warning { border-left: 1px solid #ccad00; } .btn-split .btn.dropdown-toggle.btn-info { border-left: 1px solid #0076cc; } .btn-split .btn.dropdown-toggle.btn-dark { border-left: 1px solid #2b2b2b; } .btn-split .btn.dropdown-toggle.btn-light { border-left: 1px solid #d1d1d1; } /* ============================ */ /* End Dropdown/* ============================ */ /* ============================ */ /* List Group/* ============================ */ .list-group-item.active { background-color: #5e2572; border-color: #5e2572; } .list-group-item.active h3, .list-group-item.active h4, .list-group-item.active h5, .list-group-item.active a, .list-group-item.active p { color: #FFFFFF; } .list-group-item h5 { margin-bottom: 10px !important; } .list-group-item.list-group-item-primary { background-color: #5e2572; border-color: #5e2572; color: #FFFFFF; } .list-group-item.list-group-item-primary:hover { color: #FFFFFF; background-color: #3e194b; border-color: #3e194b; } .list-group-item.list-group-item-secondary { background-color: #fa6c39; border-color: #fa6c39; color: #FFFFFF; } .list-group-item.list-group-item-secondary:hover { color: #FFFFFF; background-color: #f94707; border-color: #f94707; } .list-group-item.list-group-item-success { background-color: #06D6A0; border-color: #06D6A0; color: #FFFFFF; } .list-group-item.list-group-item-success:hover { color: #FFFFFF; background-color: #05a47b; border-color: #05a47b; } .list-group-item.list-group-item-danger { background-color: #F2385A; border-color: #F2385A; color: #FFFFFF; } .list-group-item.list-group-item-danger:hover { color: #FFFFFF; background-color: #e80f37; border-color: #e80f37; } .list-group-item.list-group-item-warning { background-color: #FFD800; border-color: #FFD800; color: #FFFFFF; } .list-group-item.list-group-item-warning:hover { color: #FFFFFF; background-color: #ccad00; border-color: #ccad00; } .list-group-item.list-group-item-info { background-color: #0093FF; border-color: #0093FF; color: #FFFFFF; } .list-group-item.list-group-item-info:hover { color: #FFFFFF; background-color: #0076cc; border-color: #0076cc; } .list-group-item.list-group-item-dark { background-color: #444; border-color: #444; color: #FFFFFF; } .list-group-item.list-group-item-dark:hover { color: #FFFFFF; background-color: #2b2b2b; border-color: #2b2b2b; } .list-group-item.list-group-item-light { background-color: #eaeaea; border-color: #eaeaea; color: #000000; } .list-group-item.list-group-item-light:hover { color: #000000; background-color: #d1d1d1; border-color: #d1d1d1; } /* ============================ */ /* List Group/* ============================ */ /* ============================ */ /* Modal/* ============================ */ .modal-dialog.modal-xl { max-width: 100%; } /* ============================ */ /* End Modal/* ============================ */ /* ============================ */ /* Pagination/* ============================ */ .pagination li a { color: #5e2572; } .pagination li a:hover { color: #5e2572; } .pagination li.active .page-link { background: #5e2572; border-color: #5e2572; } /* ============================ */ /* End Pagination/* ============================ */ /* ============================ */ /* ProgressBar/* ============================ */ .progress-bar { background-color: #5e2572; } .progress-bar.bg-primary { background-color: #5e2572; } .progress-bar.bg-secondary { background-color: #fa6c39 !important; } .progress-bar.bg-success { background-color: #06D6A0 !important; } .progress-bar.bg-danger { background-color: #F2385A !important; } .progress-bar.bg-warning { background-color: #FFD800 !important; } .progress-bar.bg-info { background-color: #0093FF !important; } .progress-bar.bg-dark { background-color: #444 !important; } .progress-bar.bg-light { background-color: #eaeaea !important; } /* ============================ */ /* End ProgressBar/* ============================ */ /* ============================ */ /* Tabs/* ============================ */ .nav-tabs { border-color: #5e2572; } .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { background-color: #5e2572; border-color: #5e2572; color: #FFFFFF; } .nav-tabs .nav-link { color: #444; } .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { border-color: #5e2572; background-color: #5e2572; color: #fff; } .vertical_tabs a { text-align: center; margin-bottom: 10px; } .vertical_tabs a i { display: block; margin-bottom: 6px; } /* ============================ */ /* End Tabs/* ============================ */ /* ============================ */ /* Grid/* ============================ */ .grid-col { padding: 10px 15px; background: #f9f9f9; margin-bottom: 30px; color: #666; border: 1px solid #e3e6e8; } /* ============================ */ /* End Grid/* ============================ */ /* ============================ */ /* Icons/* ============================ */ .fw-icons { border: 1px solid #eaeaea; padding: 10px; margin: 0.5%; flex: 0 0 24%; } @media (max-width:640px) { .fw-icons { flex: 0 0 100%; } } .fw-icons a { color: #444; margin: 9px 0; display: inline-block; font-family: 'lato', sans-serif; } .fw-icons a:hover { color: #5e2572; } .fw-icons a i { width: 30px; font-size: 14px; color: #5e2572; } .icon-section { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .icon-section .icon-container { cursor: pointer; -ms-flex-preferred-size: calc(100% * (1/4)); flex-basis: calc(100% * (1/4)); } @media (max-width:767px) { .icon-section .icon-container { flex-basis: 100%; } } .icon-section .icon-container [class^="ti-"] { width: 30px; font-size: 14px; display: inline-block; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } .icon-section .icon-container:hover [class^="ti-"] { -webkit-transform: scale(2); transform: scale(2); -webkit-transform-origin: left center; transform-origin: left center; } .icon-section .icon-container:hover span { color: #5e2572; } .icon-section .icon-container:hover span.icon-name { -webkit-transform: translateX(10px); transform: translateX(10px); } .icon-section .icon-container span.icon-name { color: #444; margin: 9px 0; display: inline-block; font-family: 'lato', sans-serif; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #icons { transition: opacity .2s ease-in-out; padding-left: 5px; width: 100%; list-style: none; text-align: left; font-size: 1px; } #icons li { position: relative; z-index: 0; display: inline-block; padding: 22px; width: 85px; border-radius: 4px; list-style: none; text-align: center; font-weight: normal; font-size: 32px; cursor: pointer; } #icons li:hover { color: #5e2572; } #icons li.active { color: #5e2572; } .et-examples { color: #555; margin-left: 1px; vertical-align: middle; } .et-examples .box1 { display: block; width: 33%; float: left; padding: 0; border: 1px solid #e5e5e5; margin: -1px 0 0 -1px; font-size: 13px; } @media (max-width:640px) { .et-examples .box1 { width: 100%; } } .et-examples .box1 span { display: inline-block; margin-right: 5px; min-width: 70px; min-height: 70px; border-right: 1px solid #f1f1f1; line-height: 70px; text-align: center; font-size: 32px; } /* ============================ */ /* End Icons/* ============================ */ /* ============================ */ /* Maps/* ============================ */ #animated_chart, #curved_chart, #zoom_country_chart, #pattern_map, #capitals_map, #pie_map { height: 400px; } #google_map, #rt_cutom_marker { height: 600px; } .map-marker { /* adjusting for the marker dimensions so that it is centered on coordinates */ margin-left: -8px; margin-top: -8px; } .map-marker.map-clickable { cursor: pointer; } .pulse { width: 10px; height: 10px; border: 5px solid #5e2572; border-radius: 30px; background-color: #716f42; z-index: 10; position: absolute; } .map-marker .dot { border: 10px solid #7e3199; background: transparent; border-radius: 60px; height: 50px; width: 50px; -webkit-animation: pulse 3s ease-out; animation: pulse 3s ease-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; position: absolute; top: -20px; left: -20px; z-index: 1; opacity: 0; } @-webkit-keyframes pulse { 0% { -webkit-transform: scale(0); opacity: 0.0; } 25% { -webkit-transform: scale(0); opacity: 0.1; } 50% { -webkit-transform: scale(0.1); opacity: 0.3; } 75% { -webkit-transform: scale(0.5); opacity: 0.5; } 100% { -webkit-transform: scale(1); opacity: 0.0; } } /* ============================ */ /* End Maps/* ============================ */ /* ============================ */ /* Table/* ============================ */ .table { font-size: 14px; } .table th { font-weight: 600; } .table i { margin-right: 0; } table .progress { height: 8px; } .table-primary, .table-primary>td, .table-primary>th { background-color: #b163cd !important; color: #FFFFFF; } .table-success, .table-success>td, .table-success>th { background-color: #7afbda !important; } .table-warning, .table-warning>td, .table-warning>th { background-color: #ffef99 !important; } .table-secondary, .table-secondary>td, .table-secondary>th { background-color: #fedbce !important; } .table-danger, .table-danger>td, .table-danger>th { background-color: #fbc8d1 !important; } .table-dark, .table-dark>td, .table-dark>th { background-color: #919191 !important; color: #FFFFFF; } .table-light, .table-light>td, .table-light>th { background-color: white !important; } .single-table .table { margin-bottom: 0; } table tr th { border-bottom: none; } table tr th, table tr td { vertical-align: middle !important; padding: 15px 10px !important; font-size: 12px; font-weight: 500; } table tr th .badge, table tr td .badge { font-size: 12px; } .table .thead-light th { background-color: #f9f9f9 !important; border-color: #f9f9f9 !important; } .table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.03); } .data-tables table tr th, .data-tables table tr td { border-top: 1px solid rgba(120, 130, 140, 0.13) !important; } table tr td [class^="ti-"] { cursor: pointer; } .table-bordered td, .table-bordered th { border: 1px solid rgba(120, 130, 140, 0.13) !important; } .data-tables { font-size: 14px; } table.dataTable thead th, table.dataTable thead td { border-bottom: 1px solid rgba(120, 130, 140, 0.13) !important; } @media screen and (max-width:767px) { table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before { top: 3px !important; left: 44% !important; height: 10px !important; width: 10px !important; line-height: 10px !important; } table.dataTable { width: 100%; } } .dataTables_wrapper .dataTable thead .sorting:before, .dataTables_wrapper .dataTable thead .sorting_asc:before, .dataTables_wrapper .dataTable thead .sorting_asc_disabled:before, .dataTables_wrapper .dataTable thead .sorting_desc:before, .dataTables_wrapper .dataTable thead .sorting_desc_disabled:before { content: "\f3d7"; right: 17px; font-family: Ionicons; } .dataTables_wrapper .dataTable thead .sorting:after, .dataTables_wrapper .dataTable thead .sorting_asc:after, .dataTables_wrapper .dataTable thead .sorting_asc_disabled:after, .dataTables_wrapper .dataTable thead .sorting_desc:after, .dataTables_wrapper .dataTable thead .sorting_desc_disabled:after { content: "\f3d4"; right: 7px !important; font-family: Ionicons; } table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc { background-image: none !important; } div.dataTables_wrapper div.dataTables_length select { width: 76px; margin: 0 10px; } .dataTables_wrapper .dataTables_paginate .paginate_button { padding: 0 !important; } .dataTables_wrapper .dataTables_paginate .paginate_button:hover { background: transparent !important; border-color: transparent !important; } /* datatable-primary */ .datatable-primary thead { background: #5e2572; color: #fff; } .dataTables_wrapper .dataTables_paginate .paginate_button:hover { border: none; background: transparent; } .dataTables_wrapper .dataTables_paginate .paginate_button { padding: 0; border: none; margin-top: 20px; } table.dataTable.no-footer { border-bottom: 1px solid rgba(120, 130, 140, 0.13) !important; } table.dataTable thead th, table.dataTable thead td { border-bottom-color: transparent; } .datatable-primary .dataTables_paginate .page-item.active .page-link, .datatable-primary .dataTables_paginate .page-item .page-link:hover { background-color: #5e2572; border-color: #5e2572; color: #fff; } .datatable-primary .dataTables_paginate .page-link { color: #5e2572; border: 1px solid #5e2572; } .datatable-primary .dataTables_paginate .paginate_button.disabled, .datatable-primary .dataTables_paginate .paginate_button.disabled:hover, .datatable-primary .dataTables_paginate .paginate_button.disabled:active { color: #5e2572 !important; border: none; } .datatable-primary .dataTables_paginate .page-item.disabled .page-link { color: #9f98f7; background-color: #f9f9f9; border-color: #c9c6f5; } /* datatable-dark */ .datatable-dark thead { background: #444; color: #fff; } .datatable-dark .dataTables_paginate .page-item.active .page-link, .datatable-dark .dataTables_paginate .page-item .page-link:hover { background-color: #444; border-color: #444; color: #fff; } .datatable-dark .dataTables_paginate .page-link { color: #444; border: 1px solid #444; } .datatable-dark .dataTables_paginate .paginate_button.disabled, .datatable-dark .dataTables_paginate .paginate_button.disabled:hover, .datatable-dark .dataTables_paginate .paginate_button.disabled:active { color: #444 !important; border: none; } .datatable-dark .dataTables_paginate .page-item.disabled .page-link { color: #999; background-color: #f9f9f9; border-color: #999; } .jsgrid .jsgrid-pager { display: flex; padding-left: 0; list-style: none; border-radius: 4px; line-height: 40px; } .jsgrid .jsgrid-pager .page-item .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-page .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-page a { border-color: #f2f2f2; font-size: 14px; font-weight: 400; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-page a { position: relative; display: block; padding: 0.5rem 0.75rem; margin-left: -1px; line-height: 1.25; color: #5e2572; background-color: #fff; border: 1px solid #dee2e6; } .jsgrid .jsgrid-pager-page, .jsgrid .jsgrid-pager-nav-button { padding-left: 10px !important; padding-right: 0 !important; } .jsgrid .jsgrid-pager-current-page { padding: 9px 15px !important; font-weight: initial; line-height: initial; margin-left: 10px; background: #5e2572; color: #fff; height: 35px; margin-top: 3px; border-radius: 4px; } .jsgrid .jsgrid-mode-button { background-image: url("../images/js-grid.html") !important; } .jsgrid .jsgrid-button { background-image: url("../images/js-grid.html") !important; } .jsgrid .jsgrid-edit-row input[type='text'], .jsgrid .jsgrid-edit-row input[type='number'], .jsgrid .jsgrid-edit-row input[type='password'], .jsgrid .jsgrid-edit-row input[type='tel'], .jsgrid .jsgrid-edit-row input[type='email'], .jsgrid .jsgrid-edit-row select, .jsgrid .jsgrid-edit-row textarea, .jsgrid .jsgrid-filter-row input[type='text'], .jsgrid .jsgrid-filter-row input[type='number'], .jsgrid .jsgrid-filter-row input[type='password'], .jsgrid .jsgrid-filter-row input[type='tel'], .jsgrid .jsgrid-filter-row input[type='email'], .jsgrid .jsgrid-filter-row select, .jsgrid .jsgrid-filter-row textarea, .jsgrid .jsgrid-insert-row input[type='text'], .jsgrid .jsgrid-insert-row input[type='number'], .jsgrid .jsgrid-insert-row input[type='password'], .jsgrid .jsgrid-insert-row input[type='tel'], .jsgrid .jsgrid-insert-row input[type='email'], .jsgrid .jsgrid-insert-row select, .jsgrid .jsgrid-insert-row textarea { width: 100%; padding: 8px; background: #fff; border: 1px solid #eaeaea; } .jsgrid-header-row>.jsgrid-header-cell { font-weight: 600; } /* ============================ */ /* End Table/* ============================ */ /* ============================ */ /* Toastr/* ============================ */ .toast-title { font-weight: 700; } .toast-message { font-size: 14px; font-weight: 600; -ms-word-wrap: break-word; word-wrap: break-word; } .toast-message a, .toast-message label { color: #FFFFFF; } .toast-message a:hover { color: #CCC; text-decoration: none; } .toast-close-button { position: relative; right: -.3em; top: -.3em; float: right; font-size: 20px; font-weight: 700; color: #FFF; -webkit-text-shadow: 0 1px 0 #fff; text-shadow: 0 1px 0 #fff; opacity: .8; filter: alpha(opacity=80); line-height: 1; } .toast-close-button:focus, .toast-close-button:hover { color: #000; text-decoration: none; cursor: pointer; opacity: .4; filter: alpha(opacity=40); } .toast-close-button .rtl .toast-close-button { left: -.3em; float: left; right: .3em; } button.toast-close-button { padding: 0; cursor: pointer; background: 0 0; border: 0; -webkit-appearance: none; } .toastr_top_center { top: 12px; right: 12px; width: 100%; } .toastr_bottom_center { bottom: 12px; right: 12px; width: 100%; } .toastr_top_left { top: 12px; left: 12px; } .toastr_top_right { top: 12px; right: 12px; } .toastr_bottom_right { right: 12px; bottom: 12px; } .toastr_bottom_left { bottom: 12px; left: 12px; } #toast-container { position: fixed; z-index: 999999; pointer-events: none; } #toast-container * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } #toast-container>div { position: relative; pointer-events: auto; overflow: hidden; margin: 0 0 6px; padding: 15px 15px 15px 50px; width: 300px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background-position: 15px center; background-repeat: no-repeat; -moz-box-shadow: 0 0 12px #999; -webkit-box-shadow: 0 0 12px #999; box-shadow: 0 0 12px #999; color: #FFF; opacity: .8; filter: alpha(opacity=80); } #toastr_top_left, #toastr_top_right, #toastr_top_center, #toastr_bottom_left, #toastr_bottom_right, #toastr_bottom_center { position: fixed; z-index: 999999; pointer-events: none; } #toastr_top_left>div, #toastr_top_right>div, #toastr_top_center>div, #toastr_bottom_left>div, #toastr_bottom_right>div, #toastr_bottom_center>div { position: relative; pointer-events: auto; overflow: hidden; margin: 0 0 6px; padding: 15px 15px 15px 50px; width: 300px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background-position: 15px center; background-repeat: no-repeat; -moz-box-shadow: 0 0 12px #999; -webkit-box-shadow: 0 0 12px #999; box-shadow: 0 0 12px #999; color: #FFF; opacity: .8; font-size: 14px; filter: alpha(opacity=80); } #toast-container>div.rtl { direction: rtl; padding: 15px 50px 15px 15px; background-position: right 15px center; } #toastr_top_left>div:hover, #toastr_top_right>div:hover, #toastr_top_center>div:hover, #toastr_bottom_left>div:hover, #toastr_bottom_right>div:hover, #toastr_bottom_center>div:hover, #toast-container>div:hover { -moz-box-shadow: 0 0 12px #000; -webkit-box-shadow: 0 0 12px #000; box-shadow: 0 0 12px #000; opacity: 1; filter: alpha(opacity=100); cursor: pointer; } #toast-container.toastr_bottom_center>div, #toast-container.toastr_top_center>div, #toastr_bottom_center.toastr_bottom_center>div, #toastr_top_center.toastr_top_center>div { width: 300px; margin-left: auto; margin-right: auto; } .toast { background-color: #030303; } #toastr_bottom_right .toast-success, #toastr_bottom_center .toast-success, #toastr_bottom_left .toast-success, #toast-container .toast-success, #toastr_top_left .toast-success, #toastr_top_right .toast-success, #toastr_top_center .toast-success { background-color: #06D6A0; background-image: none; color: #fff; } #toastr_bottom_right .toast-error, #toastr_bottom_center .toast-error, #toastr_bottom_left .toast-error, #toastr_top_left .toast-error, #toastr_top_right .toast-error, #toastr_top_center .toast-error, #toast-container .toast-error { background-color: #F2385A; } #toastr_bottom_right .toast-info, #toastr_bottom_center .toast-info, #toastr_bottom_left .toast-info, #toast-container .toast-info, #toastr_top_right .toast-info, #toastr_top_center .toast-info, #toastr_top_left .toast-info { background-color: #5e2572; } #toastr_bottom_right .toast-warning, #toastr_bottom_center .toast-warning, #toastr_bottom_left .toast-warning, #toast-container .toast-warning, #toastr_top_left .toast-warning, #toastr_top_right .toast-warning, #toastr_top_center .toast-warning { background-color: #FFD800; } .toast-progress { position: absolute; left: 0; bottom: 0; height: 4px; background-color: #000; opacity: .4; filter: alpha(opacity=40); } @media all and (max-width:240px) { #toast-container>div { padding: 8px 8px 8px 50px; width: 11em; } #toast-container>div.rtl { padding: 8px 50px 8px 8px; } #toast-container .toast-close-button { right: -.2em; top: -.2em; } #toast-container .rtl .toast-close-button { left: -.2em; right: .2em; } } @media all and (min-width:241px) and (max-width:480px) { #toast-container>div { padding: 8px 8px 8px 50px; width: 18em; } #toast-container>div.rtl { padding: 8px 50px 8px 8px; } #toast-container .toast-close-button { right: -.2em; top: -.2em; } #toast-container .rtl .toast-close-button { left: -.2em; right: .2em; } } @media all and (min-width:481px) and (max-width:768px) { #toast-container>div { padding: 15px 15px 15px 50px; width: 25em; } #toast-container>div.rtl { padding: 15px 50px 15px 15px; } } /* ============================ */ /* End Toastr/* ============================ */ /* ============================ */ /* Sweet Alert/* ============================ */ .swal2-container .swal2-styled:not(.swal2-cancel) { background: #5e2572 !important; outline: none; } .swal2-popup .swal2-title { color: #444 !important; font-size: 24px !important; } /* ============================ */ /* End Sweet Alert/* ============================ */ /* ============================ */ /* Cropper/* ============================ */ .img-preview { overflow: hidden; float: left; background-color: #eee; width: 100%; text-align: center; margin-right: 10px; margin-bottom: 10px; } .preview-lg { width: 200px; height: 150px; } .img-container, .img-preview { background-color: #f7f7f7; text-align: center; width: 100%; } .preview-md { width: 150px; height: 120px; } .preview-sm { width: 100px; height: 75px; } /* ============================ */ /* End Cropper/* ============================ */ /* ============================ */ /* Loaders/* ============================ */ .ring_loader { display: inline-block; position: relative; width: 64px; height: 64px; } .ring_loader div { box-sizing: border-box; display: block; position: absolute; width: 51px; height: 51px; margin: 4px; border-radius: 50%; animation: ring_loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite; } .primary_ring_loader div { border: 4px solid #5e2572; border-color: #5e2572 transparent transparent transparent; } .secondary_ring_loader div { border: 4px solid #fa6c39; border-color: #fa6c39 transparent transparent transparent; } .success_ring_loader div { border: 4px solid #06D6A0; border-color: #06D6A0 transparent transparent transparent; } .warning_ring_loader div { border: 4px solid #FFD800; border-color: #FFD800 transparent transparent transparent; } .danger_ring_loader div { border: 4px solid #F2385A; border-color: #F2385A transparent transparent transparent; } .dark_ring_loader div { border: 4px solid #444; border-color: #444 transparent transparent transparent; } .ring_loader div:nth-child(1) { animation-delay: -0.45s; } .ring_loader div:nth-child(2) { animation-delay: -0.3s; } .ring_loader div:nth-child(3) { animation-delay: -0.15s; } @keyframes ring_loader { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .default_loader { display: inline-block; position: relative; width: 80px; height: 80px; } .default_loader div { position: absolute; width: 6px; height: 6px; border-radius: 50%; animation: default_loader 1.2s linear infinite; } .default_loader div:nth-child(1) { animation-delay: 0s; top: 37px; left: 66px; } .default_loader div:nth-child(2) { animation-delay: -0.1s; top: 22px; left: 62px; } .default_loader div:nth-child(3) { animation-delay: -0.2s; top: 11px; left: 52px; } .default_loader div:nth-child(4) { animation-delay: -0.3s; top: 7px; left: 37px; } .default_loader div:nth-child(5) { animation-delay: -0.4s; top: 11px; left: 22px; } .default_loader div:nth-child(6) { animation-delay: -0.5s; top: 22px; left: 11px; } .default_loader div:nth-child(7) { animation-delay: -0.6s; top: 37px; left: 7px; } .default_loader div:nth-child(8) { animation-delay: -0.7s; top: 52px; left: 11px; } .default_loader div:nth-child(9) { animation-delay: -0.8s; top: 62px; left: 22px; } .default_loader div:nth-child(10) { animation-delay: -0.9s; top: 66px; left: 37px; } .default_loader div:nth-child(11) { animation-delay: -1s; top: 62px; left: 52px; } .default_loader div:nth-child(12) { animation-delay: -1.1s; top: 52px; left: 62px; } @keyframes default_loader { 0%, 20%, 80%, 100% { transform: scale(1); } 50% { transform: scale(1.5); } } .loader_dual { display: inline-block; width: 50px; height: 50px; } .loader_dual:after { content: " "; display: block; width: 50px; height: 50px; margin: 8px; border-radius: 50%; animation: loader_dual 1.2s linear infinite; } .primary_dual_loader:after { border: 4px solid #5e2572; border-color: #5e2572 transparent #5e2572 transparent; } .secondary_dual_loader:after { border: 4px solid #fa6c39; border-color: #fa6c39 transparent #fa6c39 transparent; } .success_dual_loader:after { border: 4px solid #06D6A0; border-color: #06D6A0 transparent #06D6A0 transparent; } .warning_dual_loader:after { border: 4px solid #FFD800; border-color: #FFD800 transparent #FFD800 transparent; } .danger_dual_loader:after { border: 4px solid #F2385A; border-color: #F2385A transparent #F2385A transparent; } .dark_dual_loader:after { border: 4px solid #444; border-color: #444 transparent #444 transparent; } @keyframes loader_dual { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .roller_loader { display: inline-block; position: relative; width: 64px; height: 64px; } .roller_loader div { animation: roller_loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite; transform-origin: 32px 32px; } .roller_loader div:after { content: " "; display: block; position: absolute; width: 6px; height: 6px; border-radius: 50%; margin: -3px 0 0 -3px; } .roller_loader div:nth-child(1) { animation-delay: -0.036s; } .roller_loader div:nth-child(1):after { top: 50px; left: 50px; } .roller_loader div:nth-child(2) { animation-delay: -0.072s; } .roller_loader div:nth-child(2):after { top: 54px; left: 45px; } .roller_loader div:nth-child(3) { animation-delay: -0.108s; } .roller_loader div:nth-child(3):after { top: 57px; left: 39px; } .roller_loader div:nth-child(4) { animation-delay: -0.144s; } .roller_loader div:nth-child(4):after { top: 58px; left: 32px; } .roller_loader div:nth-child(5) { animation-delay: -0.18s; } .roller_loader div:nth-child(5):after { top: 57px; left: 25px; } .roller_loader div:nth-child(6) { animation-delay: -0.216s; } .roller_loader div:nth-child(6):after { top: 54px; left: 19px; } .roller_loader div:nth-child(7) { animation-delay: -0.252s; } .roller_loader div:nth-child(7):after { top: 50px; left: 14px; } .roller_loader div:nth-child(8) { animation-delay: -0.288s; } .roller_loader div:nth-child(8):after { top: 45px; left: 10px; } @keyframes roller_loader { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .primary_roller_loader div:after { background: #5e2572; } .secondary_roller_loader div:after { background: #fa6c39; } .success_roller_loader div:after { background: #06D6A0; } .warning_roller_loader div:after { background: #FFD800; } .danger_roller_loader div:after { background: #F2385A; } .dark_roller_loader div:after { background: #444; } .loader_rippler { display: inline-block; position: relative; width: 64px; height: 64px; } .loader_rippler div { position: absolute; border: 4px solid; opacity: 1; border-radius: 50%; animation: loader_rippler 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; } .loader_rippler div:nth-child(2) { animation-delay: -0.5s; } @keyframes loader_rippler { 0% { top: 28px; left: 28px; width: 0; height: 0; opacity: 1; } 100% { top: -1px; left: -1px; width: 58px; height: 58px; opacity: 0; } } .primary_ripple_loader div { border-color: #5e2572; } .secondary_ripple_loader div { border-color: #fa6c39; } .success_ripple_loader div { border-color: #06D6A0; } .warning_ripple_loader div { border-color: #FFD800; } .danger_ripple_loader div { border-color: #F2385A; } .dark_ripple_loader div { border-color: #444; } .spinner_loader { display: inline-block; position: relative; width: 64px; height: 64px; } .spinner_loader div { transform-origin: 32px 32px; animation: spinner_loader 1.2s linear infinite; } .spinner_loader div:after { content: " "; display: block; position: absolute; top: 3px; left: 29px; width: 5px; height: 14px; border-radius: 20%; } .spinner_loader div:nth-child(1) { transform: rotate(0deg); animation-delay: -1.1s; } .spinner_loader div:nth-child(2) { transform: rotate(30deg); animation-delay: -1s; } .spinner_loader div:nth-child(3) { transform: rotate(60deg); animation-delay: -0.9s; } .spinner_loader div:nth-child(4) { transform: rotate(90deg); animation-delay: -0.8s; } .spinner_loader div:nth-child(5) { transform: rotate(120deg); animation-delay: -0.7s; } .spinner_loader div:nth-child(6) { transform: rotate(150deg); animation-delay: -0.6s; } .spinner_loader div:nth-child(7) { transform: rotate(180deg); animation-delay: -0.5s; } .spinner_loader div:nth-child(8) { transform: rotate(210deg); animation-delay: -0.4s; } .spinner_loader div:nth-child(9) { transform: rotate(240deg); animation-delay: -0.3s; } .spinner_loader div:nth-child(10) { transform: rotate(270deg); animation-delay: -0.2s; } .spinner_loader div:nth-child(11) { transform: rotate(300deg); animation-delay: -0.1s; } .spinner_loader div:nth-child(12) { transform: rotate(330deg); animation-delay: 0s; } @keyframes spinner_loader { 0% { opacity: 1; } 100% { opacity: 0; } } .primary_spinner_loader div:after { background: #5e2572; } .secondary_spinner_loader div:after { background: #fa6c39; } .success_spinner_loader div:after { background: #06D6A0; } .warning_spinner_loader div:after { background: #FFD800; } .danger_spinner_loader div:after { background: #F2385A; } .dark_spinner_loader div:after { background: #444; } .dark_spinner_loader div:after { background: #444; } /* ============================ */ /* End Loaders/* ============================ */ /* ============================ */ /* Tour/* ============================ */ .hopscotch-bubble { background-color: #5e2572 !important; border: none !important; color: #FFFFFF !important; font-size: 13px !important; } .hopscotch-bubble .hopscotch-bubble-number { background: none !important; background-color: #fff !important; color: #444 !important; padding: 0 !important; border-radius: 50px !important; } .hopscotch-bubble h3 { color: #fff !important; } .hopscotch-bubble .hopscotch-nav-button.next { border-color: #eaeaea !important; color: #444 !important; margin: 0 0 0 10px; text-shadow: none !important; background-color: #FFFFFF !important; background-image: none !important; } .hopscotch-bubble .hopscotch-bubble-arrow-container.right { right: -33px !important; } .hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border { border-left: 17px solid #5e2572 !important; } .hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow { border-left: 17px solid #5e2572 !important; left: -3px !important; } .hopscotch-bubble .hopscotch-bubble-arrow-container.down { bottom: -33px !important; } .hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border { border-top: 17px solid #5e2572 !important; } .hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow { border-top: 17px solid #5e2572 !important; } .hopscotch-bubble .hopscotch-bubble-arrow-container.left { left: -15px !important; } .hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border { border-right: 17px solid #5e2572 !important; } .hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow { border-right: 17px solid #5e2572 !important; } .hopscotch-bubble .hopscotch-bubble-arrow-container.up { top: -15px !important; } .hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border { border-bottom: 17px solid #5e2572 !important; } .hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow { border-bottom: 17px solid #5e2572 !important; } /* ============================ */ /* End Tour/* ============================ */ /* ============================ */ /* Ladda Btn/* ============================ */ .ladda-button[disabled]:hover, .ladda-button[data-loading]:hover { cursor: default !important; } .primary-btn.ladda-button[disabled], .primary-btn.ladda-button[data-loading], .primary-btn.ladda-button[disabled]:hover, .primary-btn.ladda-button[data-loading]:hover { background-color: #7e3199 !important; } .secondary-btn.ladda-button[disabled], .secondary-btn.ladda-button[data-loading], .secondary-btn.ladda-button[disabled]:hover, .secondary-btn.ladda-button[data-loading]:hover { background-color: #fb916b !important; } .success-btn.ladda-button[disabled], .success-btn.ladda-button[data-loading], .success-btn.ladda-button[disabled]:hover, .success-btn.ladda-button[data-loading]:hover { background-color: #17f8be !important; } .warning-btn.ladda-button[disabled], .warning-btn.ladda-button[data-loading], .warning-btn.ladda-button[disabled]:hover, .warning-btn.ladda-button[data-loading]:hover { background-color: #ffe033 !important; } .danger-btn.ladda-button[disabled], .danger-btn.ladda-button[data-loading], .danger-btn.ladda-button[disabled]:hover, .danger-btn.ladda-button[data-loading]:hover { background-color: #f56882 !important; } .dark-btn.ladda-button[disabled], .dark-btn.ladda-button[data-loading], .dark-btn.ladda-button[disabled]:hover, .dark-btn.ladda-button[data-loading]:hover { background-color: #5e5e5e !important; } .light-btn.ladda-button[disabled], .light-btn.ladda-button[data-loading], .light-btn.ladda-button[disabled]:hover, .light-btn.ladda-button[data-loading]:hover { background-color: white !important; } .ladda-button[data-style=contract] { width: auto !important; } /* ============================ */ /* End Ladda Btn/* ============================ */ /* ============================ */ /* Dropzone/* ============================ */ .dropzone { cursor: pointer; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } .dropzone i { font-size: 60px; } .dropzone .dz-preview { margin: 10px !important; } .dropzone.dropzone-primary { border: 2px dashed #7e3199 !important; } .dropzone.dropzone-primary i { color: #7e3199; opacity: 0.5; } .dropzone.dropzone-secondary { border: 2px dashed #fb916b !important; } .dropzone.dropzone-secondary i { color: #fb916b; opacity: 0.5; } .dropzone.dropzone-success { border: 2px dashed #17f8be !important; } .dropzone.dropzone-success i { color: #17f8be; opacity: 0.5; } .dropzone.dropzone-warning { border: 2px dashed #ffe033 !important; } .dropzone.dropzone-warning i { color: #ffe033; opacity: 0.5; } .dropzone.dropzone-danger { border: 2px dashed #f56882 !important; } .dropzone.dropzone-danger i { color: #f56882; opacity: 0.5; } .dropzone.dropzone-dark { border: 2px dashed #5e5e5e !important; } .dropzone.dropzone-dark i { color: #5e5e5e; opacity: 0.5; } .dropzone.dropzone-light { border: 2px dashed #eaeaea !important; } .dropzone.dropzone-light i { color: #eaeaea; opacity: 0.5; } /* ============================ */ /* End Dropzone/* ============================ */ /* ============================ */ /* Forms/* ============================ */ .form-control:focus { color: #495057; background-color: #fff; border-color: #5e2572; outline: 0; box-shadow: none; } .form-control, .form-control:focus { outline: none; box-shadow: none; } .form-rounded { border-radius: 40px; } .form-control { font-size: 14px; border: 1px solid rgba(170, 170, 170, 0.3); } label { font-weight: 500; color: #666; display: inline-block; margin-bottom: 8px; } .font-14 { font-size: 14px; } .input-rounded { border-radius: 50px; } .custom-file-label, .custom-file-input, .custom-file { height: calc(2.25rem+7px); padding: 10.8px 12px; } .custom-file-label:after { height: calc(calc(2.25rem+7px) - 1px * 2); padding: 10.8px 12px; } .grid-col { padding: 10px 15px; background: #f3f8fb; margin-bottom: 30px; color: #666; border: 1px solid #e3e6e8; } .custom-control-label { margin-top: 2px; } .form-control-feedback { font-size: 14px; margin-top: 8px; font-weight: 500; color: #000; } .form-check .form-check-label { min-height: 18px; display: block; margin-left: 15px; font-size: 14px; line-height: 1; } .primary-checkbox.custom-checkbox .custom-control-input:checked~.custom-control-label::before, .primary-radio.custom-checkbox .custom-control-input:checked~.custom-control-label::before { background-color: #5e2572 !important; } .primary-checkbox.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before, .primary-radio.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before { background-color: #b163cd !important; } .primary-checkbox.custom-radio .custom-control-input:checked~.custom-control-label::before, .primary-radio.custom-radio .custom-control-input:checked~.custom-control-label::before { background-color: #5e2572 !important; } .primary-checkbox.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before, .primary-radio.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before { background-color: #b163cd !important; } .secondary-checkbox.custom-checkbox .custom-control-input:checked~.custom-control-label::before, .secondary-radio.custom-checkbox .custom-control-input:checked~.custom-control-label::before { background-color: #fa6c39 !important; } .secondary-checkbox.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before, .secondary-radio.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before { background-color: #fedbce !important; } .secondary-checkbox.custom-radio .custom-control-input:checked~.custom-control-label::before, .secondary-radio.custom-radio .custom-control-input:checked~.custom-control-label::before { background-color: #fa6c39 !important; } .secondary-checkbox.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before, .secondary-radio.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before { background-color: #fedbce !important; } .success-checkbox.custom-checkbox .custom-control-input:checked~.custom-control-label::before, .success-radio.custom-checkbox .custom-control-input:checked~.custom-control-label::before { background-color: #06D6A0 !important; } .success-checkbox.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before, .success-radio.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before { background-color: #7afbda !important; } .success-checkbox.custom-radio .custom-control-input:checked~.custom-control-label::before, .success-radio.custom-radio .custom-control-input:checked~.custom-control-label::before { background-color: #06D6A0 !important; } .success-checkbox.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before, .success-radio.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before { background-color: #7afbda !important; } .danger-checkbox.custom-checkbox .custom-control-input:checked~.custom-control-label::before, .danger-radio.custom-checkbox .custom-control-input:checked~.custom-control-label::before { background-color: #F2385A !important; } .danger-checkbox.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before, .danger-radio.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before { background-color: #fbc8d1 !important; } .danger-checkbox.custom-radio .custom-control-input:checked~.custom-control-label::before, .danger-radio.custom-radio .custom-control-input:checked~.custom-control-label::before { background-color: #F2385A !important; } .danger-checkbox.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before, .danger-radio.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before { background-color: #fbc8d1 !important; } .warning-checkbox.custom-checkbox .custom-control-input:checked~.custom-control-label::before, .warning-radio.custom-checkbox .custom-control-input:checked~.custom-control-label::before { background-color: #FFD800 !important; } .warning-checkbox.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before, .warning-radio.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before { background-color: #ffef99 !important; } .warning-checkbox.custom-radio .custom-control-input:checked~.custom-control-label::before, .warning-radio.custom-radio .custom-control-input:checked~.custom-control-label::before { background-color: #FFD800 !important; } .warning-checkbox.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before, .warning-radio.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before { background-color: #ffef99 !important; } .dark-checkbox.custom-checkbox .custom-control-input:checked~.custom-control-label::before, .dark-radio.custom-checkbox .custom-control-input:checked~.custom-control-label::before { background-color: #444 !important; } .dark-checkbox.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before, .dark-radio.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before { background-color: #919191 !important; } .dark-checkbox.custom-radio .custom-control-input:checked~.custom-control-label::before, .dark-radio.custom-radio .custom-control-input:checked~.custom-control-label::before { background-color: #444 !important; } .dark-checkbox.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before, .dark-radio.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before { background-color: #919191 !important; } .input-group-text { background-color: #f9f9f9 !important; border: 1px solid rgba(170, 170, 170, 0.3) !important; } .valid-tooltip { background-color: #48facc; } .custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid { border-color: #06D6A0; } .custom_checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; padding-left: 0; } .custom_checkbox .custom_check_label { min-height: 18px; display: block; margin-left: 1.75rem; font-size: 14px; line-height: 1.5; } .rtl .custom_checkbox .custom_check_label { margin-left: 0; margin-right: 1.75rem; } .custom_checkbox .custom_check_label input { position: absolute; top: 0; left: 0; margin-left: 0; margin-top: 0; z-index: 1; cursor: pointer; opacity: 0; filter: alpha(opacity=0); } .rtl .custom_checkbox .custom_check_label input { left: auto; right: 0; } .custom_checkbox .custom_check_label input[type="checkbox"]+.input-helper:before, .custom_checkbox .custom_check_label input[type="checkbox"]+.input-helper:after { position: absolute; top: 0; left: 0; } .rtl .custom_checkbox .custom_check_label input[type="checkbox"]+.input-helper:before, .rtl .custom_checkbox .custom_check_label input[type="checkbox"]+.input-helper:after { left: auto; right: 0; } .custom_checkbox .custom_check_label input[type="checkbox"]+.input-helper:before { content: ""; width: 20px; height: 20px; border-radius: 5px; border: solid #eaeaea; border-width: 2px; -webkit-transition-duration: 250ms; transition-duration: 250ms; } .custom_checkbox .custom_check_label input[type="checkbox"]+.input-helper:after { -webkit-transition-duration: 250ms; transition-duration: 250ms; font-family: Ionicons; font-style: normal; opacity: 0; filter: alpha(opacity=0); -webkit-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); content: "\f3fd"; font-weight: bold; color: #FFFFFF; left: 4px; font-size: 26px; top: 1px; } .custom_checkbox .custom_check_label input[type="checkbox"]:checked+.input-helper:before { background: #5e2572; border-width: 0; } .custom_checkbox .custom_check_label input[type="checkbox"]:checked+.input-helper:after { width: 18px; opacity: 1; line-height: 18px; filter: alpha(opacity=100); -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .custom_checkbox .custom_check_label input[type="checkbox"]:disabled+.input-helper:before { border-color: #eaeaea; } .custom_checkbox .custom_check_label input[type="checkbox"]:disabled:checked+.input-helper:after { background: #5e2572; color: #eaeaea; } .custom_checkbox .custom_check_label input[type="radio"]+.input-helper:before { position: absolute; content: ""; top: 0; left: 0; border: solid #eaeaea; border-width: 2px; width: 20px; height: 20px; border-radius: 50%; -webkit-transition-duration: 250ms; transition-duration: 250ms; } .rtl .custom_checkbox .custom_check_label input[type="radio"]+.input-helper:before { left: auto; right: 0; } .custom_checkbox .custom_check_label input[type="radio"]+.input-helper:after { content: ""; width: 8px; height: 8px; color: #FFFFFF; background: #5e2572; border-radius: 50%; top: 6px; left: 6px; -webkit-transition: all; -o-transition: all; transition: all; -webkit-transition-duration: 250ms; transition-duration: 250ms; opacity: 0; filter: alpha(opacity=0); -webkit-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); position: absolute; } .rtl .custom_checkbox .custom_check_label input[type="radio"]+.input-helper:after { left: auto; right: 6px; } .custom_checkbox .custom_check_label input[type="radio"]:checked+.input-helper:before { background: #5e2572; border: 2px solid #5e2572; } .custom_checkbox .custom_check_label input[type="radio"]:checked+.input-helper:after { opacity: 1; line-height: 1.5; filter: alpha(opacity=100); -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .custom_checkbox .custom_check_label input[type="radio"]:disabled+.input-helper:before { border-color: #eaeaea; } .custom_checkbox .custom_check_label input[type="radio"]:disabled:checked+.input-helper:before { background: #5e2572; } .custom_checkbox .custom_check_label input[type="radio"]:disabled:checked+.input-helper:after { background: #eaeaea; } /* ============================ */ /* End Forms/* ============================ */ /* ============================ */ /* Calendar/* ============================ */ .full_calendar table tr td { vertical-align: middle !important; padding: initial !important; } .full_calendar .fc-event { border: none; padding: 3px !important; text-align: center; } .full_calendar a { color: #fff !important; font-size: 12px; } .full_calendar.fc-unthemed .fc-toolbar .fc-button:focus, .full_calendar.fc-unthemed .fc-toolbar .fc-button:active, .full_calendar.fc-unthemed .fc-toolbar .fc-button.fc-state-active { background: #5e2572; color: #fff; border: 1px solid #5e2572; -webkit-box-shadow: none; box-shadow: none; text-shadow: none; } .full_calendar.fc-unthemed .fc-toolbar .fc-button { color: #a1a8c3; background: transparent; border: 1px solid #ebedf2; text-shadow: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; } .full_calendar.fc-unthemed .fc-toolbar .fc-button:hover { background: #f7f8fa; border: 1px solid #ebedf2; color: #a1a8c3; } .full_calendar.fc-unthemed .fc-toolbar .fc-button { outline: none !important; font-size: 14px; } .full_calendar.fc-unthemed .fc-toolbar h2 { font-size: 1.2rem; font-weight: 500; text-transform: uppercase; margin-top: 0.75rem; margin: 0; } .external-event { padding: 5px 10px; font-weight: 500; margin-bottom: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); border-radius: 3px; cursor: move; text-align: center; } /* ============================ */ /* End Calendar/* ============================ */ /* ============================ */ /* Mail Box/* ============================ */ .mail_content { padding: 30px; background-color: #ffffff; border: 1px solid #e8e8e8; } .mail_content .fa.fa-star { color: #FFD800; } @media screen and (max-width:991px) { .mail_content .mail_list .label-primary, .mail_content .mail_list .label-secondary, .mail_content .mail_list .label-danger, .mail_content .mail_list .label-warning, .mail_content .mail_list .label-success { display: inline-block; margin-bottom: 10px; } } @media screen and (max-width:991px) { .mail_content .all_mails_btn { float: none !important; margin-top: 20px; } } .recipient { font-size: 13px; margin-top: 5px; color: #666; font-weight: 600; } .mailbox-time { font-size: 11px; color: #868383; font-weight: 500; } @media screen and (max-width:991px) { .reply_btn { float: none !important; } } .mailbox-attachments li { float: left; width: 200px; border: 1px solid #eee; margin-bottom: 10px; margin-right: 10px; } .mailbox-attachments li .btn-primary { position: relative; overflow: hidden; height: 20px; width: 25px; } .mailbox-attachments li .btn-primary i { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 12px; } .mailbox-attachments .mailbox-attachment-name { font-weight: bold; color: #666; } .mailbox-attachments .mailbox-attachment-icon, .mailbox-attachments .mailbox-attachment-info, .mailbox-attachments .mailbox-attachment-size { display: block; } .mailbox-attachments .mailbox-attachment-info { padding: 10px; background: #f4f4f4; } .mailbox-attachments .mailbox-attachment-size { color: #999; font-size: 12px; } .mailbox-attachments .mailbox-attachment-icon { text-align: center; font-size: 65px; color: #666; padding: 20px 10px; } .mailbox-attachments .mailbox-attachment-icon.has-img { padding: 0; } .mailbox-attachments .mailbox-attachment-icon.has-img>img { max-width: 100%; height: auto; } .label-primary, .label-secondary, .label-danger, .label-warning, .label-success { padding: 5px; background: #5e2572; color: #fff; border-radius: 4px; text-align: center; font-size: 12px; } .label-secondary { background: #fa6c39; } .label-success { background: #06D6A0; } .label-warning { background: #FFD800; } .label-danger { background: #F2385A; } .mail_tabs { margin-top: 30px; border: 1px solid #eaeaea; border-radius: 9px; overflow: hidden; } .mail_tabs li { display: block; } .mail_tabs li a { display: block; color: #555555; padding: 10px 15px; text-decoration: none; background-color: #ffffff; margin-bottom: 1px; } .mail_tabs li a i { font-size: 14px; margin-right: 10px; } .mail_tabs li.active a, .mail_tabs li a:hover { background-color: #f5f5f5; color: #5e2572; } .inbox_numb { -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; width: 30px; height: 30px; display: inline-block; text-align: center; line-height: 30px; margin-left: 5px; } .mail_head { display: inline-block; width: auto; float: left; margin: 0; font-size: 20px; } .mail_more_btn, .mail_nav, .mail_count_nav { margin: 30px 0; } .mail_list table tr td:nth-child(4) { font-size: 95%; } .mail_list table tr td:nth-child(5) { font-size: 85%; } .mail_list table tr.unread td:nth-child(3) { font-weight: 700; } .mail_list table tr td:nth-child(3), .mail_list table tr td:nth-child(4), .mail_list table tr td:nth-child(5), .mail_list table .star { cursor: pointer; } /* ============================ */ /* End Mailbox/* ============================ */ /* ============================ */ /* Gallery/* ============================ */ #mt_portfolio.portfolio_col_2 { padding-top: 0 !important; } #mt_portfolio.portfolio_col_2 .portfolio_grid { width: calc(50% - 25px); margin: 10px; } @media only screen and (max-width:767px) { #mt_portfolio.portfolio_col_2 .portfolio_grid { padding: 0 15px; width: 97% !important; } } @media only screen and (max-width:480px) { #mt_portfolio.portfolio_col_2 .portfolio_grid { width: 95%; } } #mt_portfolio .portfolio_grid { width: calc(33.3333333% - 25px); height: auto; margin: 12px; float: left; position: relative; } @media only screen and (max-width:767px) { #mt_portfolio .portfolio_grid { margin-left: 0; } } @media only screen and (max-width:767px) { #mt_portfolio .portfolio_grid { padding: 0 15px; width: 97%; } } @media only screen and (max-width:480px) { #mt_portfolio .portfolio_grid { width: 95%; } } #mt_portfolio .portfolio_item h2 { margin-top: 15px; } #mt_portfolio li:after { display: none; } #mt_portfolio li:before { display: none; } #mt_portfolio .portfolio_row { margin-top: 30px; } @media only screen and (max-width:767px) { #mt_portfolio .portfolio_row { margin-top: 0; } } #mt_portfolio .portfolio_hover * { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.25s ease; transition: all 0.25s ease; } #mt_portfolio .portfolio_hover:before { position: absolute; top: 10px; bottom: 10px; left: 10px; right: 10px; top: 100%; content: ''; background-color: #212529; -webkit-transition: all 0.25s ease; transition: all 0.25s ease; -webkit-transition-delay: 0.25s; transition-delay: 0.25s; } @media only screen and (max-width:767px) { #mt_portfolio .portfolio_hover:before { right: 25px; left: 25px; } } #mt_portfolio .portfolio_hover img { vertical-align: top; max-width: 100%; backface-visibility: hidden; } #mt_portfolio .portfolio_hover figcaption { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 1; align-items: center; display: flex; flex-direction: column; justify-content: center; } #mt_portfolio .portfolio_hover h3, #mt_portfolio .portfolio_hover h5 { margin: 0; opacity: 0; letter-spacing: 1px; } #mt_portfolio .portfolio_hover h3 { -webkit-transform: translateY(-100%); transform: translateY(-100%); text-transform: uppercase; font-weight: 600; font-size: 18px; color: #FFFFFF; -webkit-transition-delay: 0.05s; transition-delay: 0.05s; margin-bottom: 5px; } @media only screen and (max-width:767px) { #mt_portfolio .portfolio_hover h3 { font-size: 16px; } } #mt_portfolio .portfolio_hover h5 { font-weight: normal; padding: 3px 10px; -webkit-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition-delay: 0s; transition-delay: 0s; } #mt_portfolio .portfolio_hover .open_img h5 { background: #FFFFFF; border-radius: 50%; color: #212529; display: block; height: 40px; text-align: center; width: 40px; } #mt_portfolio .portfolio_hover:hover:before, #mt_portfolio .portfolio_hover.hover:before { top: 10px; -webkit-transition-delay: 0s; transition-delay: 0s; } #mt_portfolio .portfolio_hover:hover h3, #mt_portfolio .portfolio_hover.hover h3, #mt_portfolio .portfolio_hover:hover h5, #mt_portfolio .portfolio_hover.hover h5 { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; } #mt_portfolio .portfolio_hover:hover h3, #mt_portfolio .portfolio_hover.hover h3 { -webkit-transition-delay: 0.3s; transition-delay: 0.3s; } #mt_portfolio .portfolio_hover:hover h5, #mt_portfolio .portfolio_hover.hover h5 { -webkit-transition-delay: 0.2s; transition-delay: 0.2s; } figure.portfolio_item { color: #fff; position: relative; overflow: hidden; background: #000000; text-align: left; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 8px; } figure.portfolio_item * { -webkit-box-sizing: border-box; box-sizing: border-box; } figure.portfolio_item img { opacity: 1; width: 100%; -webkit-transition: opacity 0.35s; transition: opacity 0.35s; } figure.portfolio_item>div { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } figure.portfolio_item>div::before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ''; opacity: 0; -webkit-transition: opacity 0.4s; transition: opacity 0.4s; -webkit-transition-delay: 0.3s; transition-delay: 0.3s; background-image: linear-gradient(-45deg, #000000 0%, black 40%, black); } figure.portfolio_item h2 a, .portfolio_cat { font-weight: 700; font-size: 20px; top: 0; opacity: 0; padding: 25px; margin: 0; position: relative; color: transparent; text-shadow: 0 0 10px #ffffff; -webkit-transition: all 0.4s; transition: all 0.4s; -webkit-transition-delay: 0s; transition-delay: 0s; } .portfolio_cat { top: 55px; position: absolute; padding-left: 26px; padding-top: 0; line-height: 10px; } .portfolio_cat li { display: inline-block; color: #fafafa; padding: 0; margin: 0; font-size: 12px; opacity: 0.5; letter-spacing: 2px; } figure.portfolio_item h2 span { font-weight: 800; } figure.portfolio_item i { display: inline-block; font-size: 28px; color: #000; position: absolute; bottom: 20px; right: 0px; opacity: 0; z-index: 1; -webkit-transition: 0.05s linear; transition: 0.05s linear; -webkit-transition-delay: 0.4s; transition-delay: 0.4s; background: #fff; border-radius: 50%; width: 40px; height: 40px; text-align: center; line-height: 40px; } figure.portfolio_item .curl { width: 0px; height: 0px; position: absolute; bottom: 0; right: 0; background: linear-gradient(135deg, #ffffff, #f3f3f3 20%, #bbbbbb 38%, #aaaaaa 44%, #888888 50%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.3)); box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); transition: all .4s ease; -webkit-transition-delay: 0.3s; transition-delay: 0.3s; } figure.portfolio_item .curl:before, figure.portfolio_item .curl:after { content: ''; position: absolute; z-index: -1; left: 12%; bottom: 6%; width: 70%; max-width: 300px; max-height: 100px; height: 55%; box-shadow: 0 12px 15px rgba(0, 0, 0, 0.3); transform: skew(-10deg) rotate(-6deg); } figure.portfolio_item .curl:after { left: auto; right: 6%; bottom: auto; top: 14%; transform: skew(-15deg) rotate(-84deg); } figure.portfolio_item.hover>div .portfolio_cat, figure.portfolio_item:hover>div .portfolio_cat, figure.portfolio_item:hover>div h2 a, figure.portfolio_item.hover>div h2 a { opacity: 1; text-shadow: 0 0 0px #ffffff; -webkit-transition-delay: 0.3s; transition-delay: 0.3s; } figure.portfolio_item:hover>div::before, figure.portfolio_item.hover>div::before { opacity: 1; -webkit-transition-delay: 0s; transition-delay: 0s; } figure.portfolio_item:hover i, figure.portfolio_item.hover i { opacity: 0.9; -webkit-transition-delay: 0.15s; transition-delay: 0.15s; right: 15px; transition: 0.5s all ease; } figure.portfolio_item:hover .curl, figure.portfolio_item.hover .curl { width: 90px; height: 90px; -webkit-transition-delay: 0s; transition-delay: 0s; } /* ============================ */ /* End Gallery/* ============================ */ /* ============================ */ /* Login/* ============================ */ .limiter { width: 100%; margin: 0 auto; } .container-login100 { width: 100%; min-height: 100vh; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; background: #f2f2f2; } .wrap-login100 { width: 100%; background: #fff; overflow: hidden; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; flex-wrap: wrap; align-items: stretch; flex-direction: row-reverse; } .login100-more { width: calc(100% - 560px); background-repeat: no-repeat; background-size: cover; background-position: center; position: relative; z-index: 1; } .login100-more::before { content: ""; display: block; position: absolute; z-index: -1; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0, 0, 0, 0.1); } .login100-form { width: 560px; min-height: 100vh; display: block; background-color: #f7f7f7; padding: 133px 55px 55px 55px; } .login100-form-title { width: 100%; display: block; font-size: 30px; color: #333333; line-height: 1.2; text-align: center; } @media (max-width:992px) { .login100-form { width: 50%; padding-left: 30px; padding-right: 30px; } .login100-more { width: 50%; } } @media (max-width:768px) { .login100-form { width: 100%; } .login100-more { display: none; } } @media (max-width:576px) { .login100-form { padding-left: 15px; padding-right: 15px; padding-top: 70px; } } .login-bg, .register-bg { height: 100vh; background: url(../images/login-bg.html) no-repeat; background-size: cover; width: 470px; float: left; position: relative; } .register-bg { background: url(../images/register-bg.html) no-repeat; -webkit-background-size: cover; background-size: cover; } @media only screen and (max-width:767px) { .login_txt { display: none; } } .login-overlay { height: 100%; display: block; position: absolute; width: 100%; background: rgba(29, 29, 38, 0.7); top: 0; left: 0; z-index: 1; } .login-left { position: absolute; top: 50%; text-align: center; z-index: 2; left: 50%; transform: translate(-50%, -50%); width: 100%; } .login-left p { font-size: 15px; color: #fff; width: 82%; margin: 50px auto; } .login-left a { display: inline-block; border-radius: 30px; padding: 10px 30px; } .login-form { width: calc(100% - 470px); float: left; position: relative; } .login-form form { position: absolute; top: 50%; z-index: 2; left: 50%; transform: translate(-50%, -50%); width: 50%; background: #fff; border-radius: 10px; -webkit-box-shadow: 0 18px 37.7px 15.3px rgba(0, 0, 0, 0.07); -moz-box-shadow: 0 18px 37.7px 15.3px rgba(0, 0, 0, 0.07); box-shadow: 0 18px 37.7px 15.3px rgba(0, 0, 0, 0.07); } .login-form form h2 { color: #444; font-weight: 500; } .login-form form .input-group { padding-bottom: 12px; border-bottom: solid 1px rgba(0, 0, 0, 0.4); } .login-area { background: #f9f9f9; } .login-form-body { padding: 50px; } .form-gp { margin-bottom: 25px; position: relative; } .form-gp label { position: absolute; left: 0; top: 0; color: #b3b2b2; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; font-size: 12px; } .form-gp.focused label { top: -15px; color: #5e2572; } .form-gp input { width: 100%; height: 30px; border: none; border-bottom: 1px solid #e6e6e6; font-size: 12px; } .form-gp input::-webkit-input-placeholder { color: #dad7d7; } .form-gp input::-moz-placeholder { color: #dad7d7; } .form-gp input:-ms-input-placeholder { color: #dad7d7; } .form-gp input:-moz-placeholder { color: #dad7d7; } .form-gp i { position: absolute; right: 5px; bottom: 15px; color: #5e2572; font-size: 16px; } .rmber-area { font-size: 13px; } .submit-btn-area { text-align: center; } .submit-btn-area button { width: 100%; height: 50px; border-radius: 40px; text-transform: uppercase; letter-spacing: 0; font-weight: 600; font-size: 12px; box-shadow: 0 0 22px rgba(0, 0, 0, 0.07); -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } .submit-btn-area button i { margin-left: 15px; -webkit-transition: margin-left 0.3s ease 0s; transition: margin-left 0.3s ease 0s; } .submit-btn-area button:hover i { margin-left: 20px; } .login-other a { display: block; width: 100%; max-width: 250px; height: 43px; line-height: 43px; border-radius: 40px; text-transform: capitalize; letter-spacing: 0; font-weight: 600; font-size: 12px; box-shadow: 0 0 22px rgba(0, 0, 0, 0.07); } .login-other a i { margin-left: 5px; } .login-other a.fb-login { background: #3b5998; color: #fff; } .login-other a.fb-login:hover { box-shadow: 0 5px 15px rgba(44, 113, 218, 0.38); } .login-other a.google-login { background: #DD4B39; color: #fff; } .login-other a.google-login:hover { box-shadow: 0 5px 15px rgba(251, 87, 87, 0.38); } .form-footer a { margin-left: 5px; } @media only screen and (max-width:1100px) { .login-form { float: left; width: 100%; } .login-form form { padding: 50px 30px 20px; position: static; transform: inherit; width: 100%; } .credentials-form form { width: 90%; padding: 0; position: absolute; transform: translate(-50%, -50%); } .login-bg, .register-bg { width: 100%; height: auto; } .login-left { display: block; left: 0; position: relative; right: 0; top: 0; transform: inherit; z-index: 10; padding: 30px; } } /* login-s3 */ .lock-screen { background: url(../images/login-bg.html) center/cover no-repeat; position: relative; z-index: 1; height: 100vh; } .lock-screen .login-form { height: 100%; margin: 0 auto; display: block; float: none; } .lock-screen:before { content: ''; position: absolute; left: 0; top: 0; z-index: -1; height: 100%; width: 100%; background: #272727; opacity: 0.7; } .lock-form-head { text-align: center; background: #5e2572; padding: 40px; color: #fff; border-radius: 10px 10px 0 0; } .lock-form-head h4 { color: #fff; } /* ============================ */ /* End Login/* ============================ */ /* ============================ */ /* Error/* ============================ */ #notfound { position: relative; height: 100vh; } #notfound .notfound { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .notfound { max-width: 410px; width: 100%; text-align: center; } .notfound .notfound-404 { height: 280px; position: relative; z-index: -1; } .notfound .notfound-404 h1 { font-size: 230px; margin: 0px; font-weight: 900; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); background: url("../images/register-bg.html") no-repeat; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-size: cover; background-position: center; } .notfound h2 { color: #000; font-size: 24px; font-weight: 700; text-transform: uppercase; margin-top: 0; } .notfound p { color: #000; font-size: 14px; font-weight: 400; margin-bottom: 20px; margin-top: 0px; } .notfound a { font-size: 14px; text-decoration: none; text-transform: uppercase; display: inline-block; padding: 15px 30px; color: #fff; font-weight: 700; -webkit-box-shadow: 0px 4px 15px -5px #5e2572; box-shadow: 0px 4px 15px -5px #5e2572; } @media only screen and (max-width:767px) { .notfound .notfound-404 { height: 142px; } .notfound .notfound-404 h1 { font-size: 112px; } } /* ============================ */ /* End Error/* ============================ */ /* ============================ */ /* Invoice/* ============================ */ .invoice-head { margin-bottom: 30px; border-bottom: 1px solid #efebeb; padding-bottom: 20px; } .invoice-head .iv-left span { color: #444; } .invoice-head span { font-size: 21px; font-weight: 700; color: #777; } .invoice-address h3 { font-size: 24px; text-transform: uppercase; font-weight: 600; color: #333; margin-bottom: 15px; } .invoice-address h5 { font-size: 17px; margin-bottom: 10px; } .invoice-address p { font-size: 15px; color: #555; } .invoice-date li { font-size: 15px; color: #555; font-weight: 700; margin-bottom: 5px; } .invoice-table .table-bordered td, .invoice-table .table-bordered th { border: 1px solid rgba(120, 130, 140, 0.13) !important; border-left: none !important; border-right: none !important; } .invoice-table tr td { color: #666; } .invoice-table tfoot tr td { text-transform: uppercase; font-weight: 600; color: #444; } .invoice-buttons a { display: inline-block; font-size: 15px; color: #fff; background: #815ef6; padding: 12px 19px; border-radius: 3px; text-transform: capitalize; font-family: 'Lato', sans-serif; font-weight: 600; letter-spacing: 0.03em; margin-left: 6px; } .invoice-buttons a:hover { background: #574494; } /* ============================ */ /* End Invoice/* ============================ */ /* ====================== */ /* Pricing */ /* ====================== */ #mt_pricing .main_pricing_conatiner.highlight_pricing { background: #5e2572; } #mt_pricing .main_pricing_conatiner.highlight_pricing:hover a { color: #FFFFFF; background: #212529 !important; transition: all 0.5s ease; text-shadow: initial; -ms-box-shadow: -1px 4px 36px 0 rgba(0, 0, 0, 0.61); -o-box-shadow: -1px 4px 36px 0 rgba(0, 0, 0, 0.61); -webkit-box-shadow: -1px 4px 36px 0 rgba(0, 0, 0, 0.61); -moz-box-shadow: -1px 4px 36px 0 rgba(0, 0, 0, 0.61); box-shadow: -1px 4px 36px 0 rgba(0, 0, 0, 0.61); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } #mt_pricing .main_pricing_conatiner.highlight_pricing .price_listing ul li { color: #FFFFFF; } #mt_pricing .main_pricing_conatiner.highlight_pricing .price_listing ul li:before { background: #FFFFFF !important; } #mt_pricing .main_pricing_conatiner.highlight_pricing h2 { color: #FFFFFF !important; } #mt_pricing .main_pricing_conatiner.highlight_pricing h2 .price_icon i { color: #FFFFFF !important; } #mt_pricing .main_pricing_conatiner.highlight_pricing .price_tag { color: #FFFFFF !important; } #mt_pricing .main_pricing_conatiner.highlight_pricing .per_month { color: #FFFFFF !important; } #mt_pricing .main_pricing_conatiner.highlight_pricing .mt_btn_color { background: #FFFFFF; color: #212529; } #mt_pricing .main_pricing_conatiner { background: #FFFFFF none repeat scroll 0 0; overflow: hidden; -webkit-box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61); -moz-box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61); -o-box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61); -ms-box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61); box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61); } @media only screen and (max-width:991px) { #mt_pricing .main_pricing_conatiner { margin-bottom: 40px; } } #mt_pricing .main_pricing_conatiner:hover a { color: #f9f9f9; background-color: #444444 !important; transition: all 0.5s ease; text-shadow: initial; -ms-box-shadow: -1px 4px 36px 0 rgba(204, 204, 204, 0.61); -o-box-shadow: -1px 4px 36px 0 rgba(204, 204, 204, 0.61); -webkit-box-shadow: -1px 4px 36px 0 rgba(204, 204, 204, 0.61); -moz-box-shadow: -1px 4px 36px 0 rgba(204, 204, 204, 0.61); box-shadow: -1px 4px 36px 0 rgba(204, 204, 204, 0.61); } #mt_pricing .main_pricing_conatiner .price { padding: 35px 0 0; text-align: center; position: relative; } #mt_pricing .main_pricing_conatiner .price h2 { font-weight: 500; margin-bottom: 5px; color: #212529; } @media only screen and (max-width:480px) { #mt_pricing .main_pricing_conatiner .price h2 { font-size: 24px; margin-bottom: 0; margin-top: 0; } } #mt_pricing .main_pricing_conatiner .price h2 .price_icon { display: block; margin-bottom: 6px; } #mt_pricing .main_pricing_conatiner .price h2 .price_icon i { color: #212529; font-size: 65px; } #mt_pricing .main_pricing_conatiner .price .price_tag { font-size: 48px; font-weight: 500; color: #212529; position: relative; } @media only screen and (max-width:480px) { #mt_pricing .main_pricing_conatiner .price .price_tag { font-size: 40px; } } #mt_pricing .main_pricing_conatiner .price .price_tag .currency { font-size: 28px; left: -18px; position: absolute; } #mt_pricing .main_pricing_conatiner .price .per_month { font-size: 14px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: #212529; } #mt_pricing .main_pricing_conatiner .price_listing { padding: 25px 40px 8px; } #mt_pricing .main_pricing_conatiner .price_listing ul { text-align: center; } #mt_pricing .main_pricing_conatiner .price_listing ul li { margin-bottom: 15px; } #mt_pricing .main_pricing_conatiner .price_listing ul li:before { width: 10px; height: 10px; border-radius: 50%; } @media only screen and (max-width:480px) { #mt_pricing .main_pricing_conatiner .price_listing { padding: 30px 10px 25px 10px; } } #mt_pricing .main_pricing_conatiner .choose_plan_btn { text-align: center; padding-bottom: 40px; } #mt_pricing .main_pricing_conatiner .choose_plan_btn .mt_btn_white { background: #f9f9f9; height: 55px; line-height: 55px; padding: 0; text-align: center; width: 55px; border-color: #f9f9f9 !important; -webkit-box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61); -moz-box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61); -o-box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61); -ms-box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61); box-shadow: 2px 2px 5px 0 rgba(204, 204, 204, 0.61); } #mt_pricing .main_pricing_conatiner .choose_plan_btn .mt_btn_white i { font-size: 45px; } /* =========================== */ /* End Pricing */ /* =========================== */ /* ============================ */ /* Profile/* ============================ */ .profile_page .card { -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; } .card-header { padding: 20px 25px; background-color: #fff; } .rounded-card img, .user-img img { margin: 0 auto; display: block; width: 100%; } .user-img img { -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } .follow-btn button:first-child, .user-about i { margin-right: 10px; } .card-block { padding: 1.25rem; } .card-block.user-info { position: absolute; width: 100%; } .profile-bg-img { width: 100%; height: 195px; background-size: cover !important; background-position: center center !important; position: relative; } .profile-bg-img:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); } .user-title { position: relative; bottom: -50px; } .user-title h2 { color: #fff; text-shadow: 1px 1px 4px #373a3c; font-size: 20px; margin-bottom: 0; } .profile-image img { border: 4px solid #fff; } .user-info .media-body, .user-info .media-left { display: table-cell; vertical-align: middle; } .cover-btn { bottom: 15px; right: 35px; position: absolute; } .cover-profile .profile-bg-img { margin-bottom: 25px; } .groups-contact span { float: right; } .groups-contact span h4 { font-size: 18px; margin-bottom: 20px; } @media only screen and (max-width:768px) { .wizard>.steps>ul>li { float: inherit; width: 100%; } figure.effect-steve h2 { margin-top: 0; } .cover-profile .profile-bg-img { height: 305px; } .cover-btn { float: none !important; } .card-block.user-info { position: inherit; text-align: center; margin-bottom: 20px; } .user-info .media-left, .user-info .media-body { display: block; } .cover-btn { position: inherit; float: none; } .cover-btn .btn:first-child { margin-right: 10px; } .user-info .user-title { position: initial; margin-bottom: 10px; margin-top: 10px; } } /* ============================ */ /* End Profile/* ============================ */ /* ============================ */ /* Home/* ============================ */ .recent_activity small { font-size: 11px; } .stat-icon i { font-size: 36px; } .rt_icon_card { padding: 10px; } .rt_icon_card span { font-weight: 600; } .rt_icon_card p { font-size: 16px; font-weight: 500; } .rt_icon_card .icon_rt { float: left; width: 60px; position: relative; z-index: 1; height: 60px; background: #3644FF; border-radius: 10px; } .rt_icon_card .icon_rt i { line-height: 60px; margin-bottom: 0; font-size: 38px; color: #fff; } .traffic-sales-amount { float: right; color: #3d405c; } .subheader_main { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 15px; background: #fff; border: 1px solid #e7ecf9; } .subheader_main .rt_subheader_main { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0; } .subheader_main .rt_subheader_main .rt_subheader_title { margin: 0; padding: 0 1.5rem 0 0; font-size: 16px; font-weight: 700; color: #434349; } .subheader_main .rt_subheader_main .kt-subheader__separator { display: block; width: 12px; height: 4px; border-radius: 2px; background: rgba(149, 156, 182, 0.5); margin: 0 1.5rem 0 0; } .subheader_main .rt_subheader_main .rt_breadcrumb { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; list-style-type: none; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0; padding: 0; } .subheader_main .rt_subheader_main .rt_breadcrumb .rt_breadcrumb_home_icon { padding: 0px 0.65rem 0px 0px; -webkit-transition: all 0.3s; transition: all 0.3s; } .subheader_main .rt_subheader_main .rt_breadcrumb .rt_breadcrumb_home_icon i { font-size: 14px; color: #959cb6; } .subheader_main .rt_subheader_main .rt_breadcrumb .rt_breadcrumb_home_icon:hover i { -webkit-transition: all 0.3s; transition: all 0.3s; color: #5e2572; } .subheader_main .rt_subheader_main .rt_breadcrumb .rt_breadcrumb_separator { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 0.45rem 0 0; color: rgba(149, 156, 182, 0.5); } .subheader_main .rt_subheader_main .rt_breadcrumb .breadcrumb_link { padding: 0 0.35rem 0 0; font-size: 14px; font-weight: 500; color: #959cb6; -webkit-transition: all 0.3s; transition: all 0.3s; } .subheader_main .rt_subheader_main .rt_breadcrumb .breadcrumb_link:hover { color: #5e2572; -webkit-transition: all 0.3s; transition: all 0.3s; } .analytics_widget { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column; flex-flow: column; } .analytics_widget .widget-bg-transparent, .analytics_widget .widget-bg { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; width: 100%; } .analytics_widget .analytics_chart { margin-right: -15px; margin-left: -15px; height: 60px; } .analytics_widget .widget-bg { background: #fff; width: 100%; position: relative; border-radius: 0; border: 1px solid #e7ecf9 !important; } .analytics_widget .widget-body { padding: 15px 15px; } .analytics_widget .counter-w-info p { color: #000; font-weight: 500; } .analytics_widget .counter-w-info .counter-title { font-weight: 600; font-size: 1.875rem; line-height: 1.2; color: #444; margin-bottom: 0.625rem; } .analytics_widget .counter_arrow { font-size: 14px !important; } .analytics_widget .counter_arrow i { font-size: 14px; } #main_chart { font-size: 12px; } .chart_stats { padding: 20px 10px 30px 60px; border-radius: 15px; } .chart_stats p, .chart_stats h3 { color: #fff; } .chart_stats p { margin-bottom: 5px !important; } .bullet-line-list { padding-left: 30px; position: relative; list-style-type: none; margin-bottom: 0; } .bullet-line-list:after { content: ""; border: 1px solid #e9e8ef; position: absolute; top: 0; bottom: 0; left: 10px; } .bullet-line-list li { position: relative; margin-bottom: 20px; } .bullet-line-list li:before { content: ""; width: 22px; height: 22px; left: -30px; top: 0; margin-right: 15px; z-index: 2; position: absolute; border: 4px solid #ffffff; border-radius: 100%; background: #5e2572; } .orders_overview { background: #f9f9f9; padding: 0px 20px 10px 20px; border-radius: 10px; } #morris_line svg text { font-family: Montserrat; } #sale_chart_vz { height: 350px; position: relative; } #sale_chart_vz svg text { font-size: 12px; } #vz_pie_chart_home { width: 100%; height: 400px; } #vz_pie_chart_home svg g { font-size: 12px !important; } .tab_links a { font-size: 14px; color: #4a4a4a; margin-left: 14px; font-weight: 500; padding-bottom: 5px; } .tab_links a.active, .tab_links a:hover { border-bottom: 1px solid #5e2572; color: #5e2572; } .slide_widget .vz_nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .slide_widget .vz_nav .vz_nav-next, .slide_widget .vz_nav .vz_nav-prev { background-color: rgba(94, 37, 114, 0.2); position: relative; opacity: 1; width: 2rem; height: 2rem; border-radius: 5px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-left: 5px; -webkit-transition: all 0.3s; transition: all 0.3s; } .slide_widget .vz_nav .vz_nav-next:hover, .slide_widget .vz_nav .vz_nav-prev:hover { background-color: #5e2572; } .slide_widget .progress { height: 5px; } .slide_widget .slide_progress h4 { font-size: 15px; font-weight: 500; } .slide_widget .slide_progress p { font-size: 12px; } .slide_widget .card_title { font-size: 18px; color: #4a4a4a; } .slide_widget .card_title span { font-size: 28px; vertical-align: sub; margin-right: 5px; width: 60px; height: 60px; display: inline-block; text-align: center; line-height: 60px; position: relative; z-index: 1; } .slide_widget .card_title span img { position: absolute; width: 100%; left: 0px; top: 45%; transform: translate(0, -50%); z-index: -1; opacity: 0.08; } #sales_stats { height: 350px; } .bullet_wrap_chart .bullet_chart { display: inline-block; margin-right: 20px; font-size: 14px; } .bullet_wrap_chart .bullet_chart .circle_chart { width: 10px; height: 10px; display: inline-block; margin-right: 10px; border-radius: 50px; background: #5e2572; } .bullet_wrap_chart .bullet_chart .circle_chart.circle_light_chart { background: #fa6c39; } .dot_vz { width: 10px; height: 10px; display: inline-block; padding: 0; border-radius: 100%; margin-right: 15px; } .dot_vz.dot_vz_primary { background-color: #5e2572; } .dot_vz.dot_vz_secondary { background-color: #fa6c39; } .dot_vz.dot_vz_success { background-color: #06D6A0; } .dot_vz.dot_vz_warning { background-color: #FFD800; } .dot_vz.dot_vz_danger { background-color: #F2385A; } .dot_vz.dot_vz_dark { background-color: #444; } .dot_vz.dot_vz_light { background-color: #eaeaea; } .widget_row .col-auto { position: relative; z-index: 1; } .widget_row .col-auto img { position: absolute; width: 80%; top: 45%; transform: translate(-50%, -50%) rotate(-224deg); z-index: 1; opacity: 0.08; left: 50%; } .widget_row i { font-size: 28px; } #mobile_visits_chart { height: 334px; } #traffic_status { height: 330px; } #sales_country { height: 150px; } .avatar-md { width: 36px; height: 36px; } .avatar-md img { border-radius: 100%; } .badge-light-primary.badge-dot { background-color: #845EC2; } .badge.badge-dot, .badge.badge-dot-outline { width: 8px; height: 8px; display: inline-block; padding: 0; border-radius: 100%; } .sales_country_labels span { font-size: 14px; } .heading_icon { font-size: 28px; vertical-align: sub; margin-right: 5px; width: 60px; height: 60px; display: inline-block; text-align: center; line-height: 60px; position: relative; z-index: 1; float: left; } .heading_icon img { position: absolute; width: 100%; left: 0px; top: 45%; transform: translate(0, -50%); z-index: -1; opacity: 0.08; } #sales_statistics_chart { height: 245px; } #referral_chart { height: 260px; } .referral_chart_labels span { font-size: 14px; } .badge-primary1 { background-color: #731943; } .badge-primary2 { background-color: #8C2641; } .badge-primary3 { background-color: #F2836B; } .badge-primary4 { background-color: #F26666; } /* ============================ */ /* End Home/* ============================ */ /*# sourceMappingURL=style.css.map */ /** * Owl Carousel v2.2.1 * Copyright 2013-2017 <NAME> * Licensed under () */ .owl-carousel, .owl-carousel .owl-item { -webkit-tap-highlight-color: transparent; position: relative } .owl-carousel { display: none; width: 100%; z-index: 1 } .owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; -moz-backface-visibility: hidden } .owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0 } .owl-carousel .owl-stage-outer { position: relative; overflow: hidden; -webkit-transform: translate3d(0, 0, 0) } .owl-carousel .owl-item, .owl-carousel .owl-wrapper { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0) } .owl-carousel .owl-item { min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-touch-callout: none } .owl-carousel .owl-item img { display: block; width: 100% } .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled { display: none } .no-js .owl-carousel, .owl-carousel.owl-loaded { display: block } .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev { cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } .owl-carousel.owl-loading { opacity: 0; display: block } .owl-carousel.owl-hidden { opacity: 0 } .owl-carousel.owl-refresh .owl-item { visibility: hidden } .owl-carousel.owl-drag .owl-item { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } .owl-carousel.owl-grab { cursor: move; cursor: grab } .owl-carousel.owl-rtl { direction: rtl } .owl-carousel.owl-rtl .owl-item { float: right } .owl-carousel .animated { animation-duration: 1s; animation-fill-mode: both } .owl-carousel .owl-animated-in { z-index: 0 } .owl-carousel .owl-animated-out { z-index: 1 } .owl-carousel .fadeOut { animation-name: fadeOut } @keyframes fadeOut { 0% { opacity: 1 } 100% { opacity: 0 } } .owl-height { transition: height .5s ease-in-out } .owl-carousel .owl-item .owl-lazy { opacity: 0; transition: opacity .4s ease } .owl-carousel .owl-item img.owl-lazy { transform-style: preserve-3d } .owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000 } .owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url(owl.video.play.html) no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; transition: transform .1s ease } .owl-carousel .owl-video-play-icon:hover { -ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3) } .owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn { display: none } .owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity .4s ease } .owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100% } /** * Owl Carousel v2.2.1 * Copyright 2013-2017 <NAME> * Licensed under () */ .owl-theme .owl-dots, .owl-theme .owl-nav { text-align: center; -webkit-tap-highlight-color: transparent } .owl-theme .owl-nav { margin-top: 10px } .owl-theme .owl-nav [class*=owl-] { color: #FFF; font-size: 14px; margin: 5px; padding: 4px 7px; background: #D6D6D6; display: inline-block; cursor: pointer; border-radius: 3px } .owl-theme .owl-nav [class*=owl-]:hover { background: #869791; color: #FFF; text-decoration: none } .owl-theme .owl-nav .disabled { opacity: .5; cursor: default } .owl-theme .owl-nav.disabled+.owl-dots { margin-top: 10px } .owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1 } .owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 5px 7px; background: #D6D6D6; display: block; -webkit-backface-visibility: visible; transition: opacity .2s ease; border-radius: 30px } .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #869791 } /*! * Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font:SIL OFL 1.1,CSS:MIT License) */ @font-face { font-family: 'FontAwesome'; src: url('../fonts/fontawesome-webfont5b62.eot?v=4.6.3'); src: url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont5b62.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont5b62.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont5b62.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont5b62.svg?v=4.6.3#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal } .fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } .fa-lg { font-size: 1.33333333em; line-height: .75em; vertical-align: -15% } .fa-2x { font-size: 2em } .fa-3x { font-size: 3em } .fa-4x { font-size: 4em } .fa-5x { font-size: 5em } .fa-fw { width: 1.28571429em; text-align: center } .fa-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none } .fa-ul>li { position: relative } .fa-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: .14285714em; text-align: center } .fa-li.fa-lg { left: -1.85714286em } .fa-border { padding: .2em .25em .15em; border: solid .08em #eee; border-radius: .1em } .fa-pull-left { float: left } .fa-pull-right { float: right } .fa.fa-pull-left { margin-right: .3em } .fa.fa-pull-right { margin-left: .3em } .pull-right { float: right } .pull-left { float: left } .fa.pull-left { margin-right: .3em } .fa.pull-right { margin-left: .3em } .fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear } .fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8) } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg) } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg) } } .fa-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg) } .fa-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg) } .fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg) } .fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)"; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1) } .fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)"; -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1) } :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { filter: none } .fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle } .fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center } .fa-stack-1x { line-height: inherit } .fa-stack-2x { font-size: 2em } .fa-inverse { color: #fff } .fa-glass:before { content: "\f000" } .fa-music:before { content: "\f001" } .fa-search:before { content: "\f002" } .fa-envelope-o:before { content: "\f003" } .fa-heart:before { content: "\f004" } .fa-star:before { content: "\f005" } .fa-star-o:before { content: "\f006" } .fa-user:before { content: "\f007" } .fa-film:before { content: "\f008" } .fa-th-large:before { content: "\f009" } .fa-th:before { content: "\f00a" } .fa-th-list:before { content: "\f00b" } .fa-check:before { content: "\f00c" } .fa-remove:before, .fa-close:before, .fa-times:before { content: "\f00d" } .fa-search-plus:before { content: "\f00e" } .fa-search-minus:before { content: "\f010" } .fa-power-off:before { content: "\f011" } .fa-signal:before { content: "\f012" } .fa-gear:before, .fa-cog:before { content: "\f013" } .fa-trash-o:before { content: "\f014" } .fa-home:before { content: "\f015" } .fa-file-o:before { content: "\f016" } .fa-clock-o:before { content: "\f017" } .fa-road:before { content: "\f018" } .fa-download:before { content: "\f019" } .fa-arrow-circle-o-down:before { content: "\f01a" } .fa-arrow-circle-o-up:before { content: "\f01b" } .fa-inbox:before { content: "\f01c" } .fa-play-circle-o:before { content: "\f01d" } .fa-rotate-right:before, .fa-repeat:before { content: "\f01e" } .fa-refresh:before { content: "\f021" } .fa-list-alt:before { content: "\f022" } .fa-lock:before { content: "\f023" } .fa-flag:before { content: "\f024" } .fa-headphones:before { content: "\f025" } .fa-volume-off:before { content: "\f026" } .fa-volume-down:before { content: "\f027" } .fa-volume-up:before { content: "\f028" } .fa-qrcode:before { content: "\f029" } .fa-barcode:before { content: "\f02a" } .fa-tag:before { content: "\f02b" } .fa-tags:before { content: "\f02c" } .fa-book:before { content: "\f02d" } .fa-bookmark:before { content: "\f02e" } .fa-print:before { content: "\f02f" } .fa-camera:before { content: "\f030" } .fa-font:before { content: "\f031" } .fa-bold:before { content: "\f032" } .fa-italic:before { content: "\f033" } .fa-text-height:before { content: "\f034" } .fa-text-width:before { content: "\f035" } .fa-align-left:before { content: "\f036" } .fa-align-center:before { content: "\f037" } .fa-align-right:before { content: "\f038" } .fa-align-justify:before { content: "\f039" } .fa-list:before { content: "\f03a" } .fa-dedent:before, .fa-outdent:before { content: "\f03b" } .fa-indent:before { content: "\f03c" } .fa-video-camera:before { content: "\f03d" } .fa-photo:before, .fa-image:before, .fa-picture-o:before { content: "\f03e" } .fa-pencil:before { content: "\f040" } .fa-map-marker:before { content: "\f041" } .fa-adjust:before { content: "\f042" } .fa-tint:before { content: "\f043" } .fa-edit:before, .fa-pencil-square-o:before { content: "\f044" } .fa-share-square-o:before { content: "\f045" } .fa-check-square-o:before { content: "\f046" } .fa-arrows:before { content: "\f047" } .fa-step-backward:before { content: "\f048" } .fa-fast-backward:before { content: "\f049" } .fa-backward:before { content: "\f04a" } .fa-play:before { content: "\f04b" } .fa-pause:before { content: "\f04c" } .fa-stop:before { content: "\f04d" } .fa-forward:before { content: "\f04e" } .fa-fast-forward:before { content: "\f050" } .fa-step-forward:before { content: "\f051" } .fa-eject:before { content: "\f052" } .fa-chevron-left:before { content: "\f053" } .fa-chevron-right:before { content: "\f054" } .fa-plus-circle:before { content: "\f055" } .fa-minus-circle:before { content: "\f056" } .fa-times-circle:before { content: "\f057" } .fa-check-circle:before { content: "\f058" } .fa-question-circle:before { content: "\f059" } .fa-info-circle:before { content: "\f05a" } .fa-crosshairs:before { content: "\f05b" } .fa-times-circle-o:before { content: "\f05c" } .fa-check-circle-o:before { content: "\f05d" } .fa-ban:before { content: "\f05e" } .fa-arrow-left:before { content: "\f060" } .fa-arrow-right:before { content: "\f061" } .fa-arrow-up:before { content: "\f062" } .fa-arrow-down:before { content: "\f063" } .fa-mail-forward:before, .fa-share:before { content: "\f064" } .fa-expand:before { content: "\f065" } .fa-compress:before { content: "\f066" } .fa-plus:before { content: "\f067" } .fa-minus:before { content: "\f068" } .fa-asterisk:before { content: "\f069" } .fa-exclamation-circle:before { content: "\f06a" } .fa-gift:before { content: "\f06b" } .fa-leaf:before { content: "\f06c" } .fa-fire:before { content: "\f06d" } .fa-eye:before { content: "\f06e" } .fa-eye-slash:before { content: "\f070" } .fa-warning:before, .fa-exclamation-triangle:before { content: "\f071" } .fa-plane:before { content: "\f072" } .fa-calendar:before { content: "\f073" } .fa-random:before { content: "\f074" } .fa-comment:before { content: "\f075" } .fa-magnet:before { content: "\f076" } .fa-chevron-up:before { content: "\f077" } .fa-chevron-down:before { content: "\f078" } .fa-retweet:before { content: "\f079" } .fa-shopping-cart:before { content: "\f07a" } .fa-folder:before { content: "\f07b" } .fa-folder-open:before { content: "\f07c" } .fa-arrows-v:before { content: "\f07d" } .fa-arrows-h:before { content: "\f07e" } .fa-bar-chart-o:before, .fa-bar-chart:before { content: "\f080" } .fa-twitter-square:before { content: "\f081" } .fa-facebook-square:before { content: "\f082" } .fa-camera-retro:before { content: "\f083" } .fa-key:before { content: "\f084" } .fa-gears:before, .fa-cogs:before { content: "\f085" } .fa-comments:before { content: "\f086" } .fa-thumbs-o-up:before { content: "\f087" } .fa-thumbs-o-down:before { content: "\f088" } .fa-star-half:before { content: "\f089" } .fa-heart-o:before { content: "\f08a" } .fa-sign-out:before { content: "\f08b" } .fa-linkedin-square:before { content: "\f08c" } .fa-thumb-tack:before { content: "\f08d" } .fa-external-link:before { content: "\f08e" } .fa-sign-in:before { content: "\f090" } .fa-trophy:before { content: "\f091" } .fa-github-square:before { content: "\f092" } .fa-upload:before { content: "\f093" } .fa-lemon-o:before { content: "\f094" } .fa-phone:before { content: "\f095" } .fa-square-o:before { content: "\f096" } .fa-bookmark-o:before { content: "\f097" } .fa-phone-square:before { content: "\f098" } .fa-twitter:before { content: "\f099" } .fa-facebook-f:before, .fa-facebook:before { content: "\f09a" } .fa-github:before { content: "\f09b" } .fa-unlock:before { content: "\f09c" } .fa-credit-card:before { content: "\f09d" } .fa-feed:before, .fa-rss:before { content: "\f09e" } .fa-hdd-o:before { content: "\f0a0" } .fa-bullhorn:before { content: "\f0a1" } .fa-bell:before { content: "\f0f3" } .fa-certificate:before { content: "\f0a3" } .fa-hand-o-right:before { content: "\f0a4" } .fa-hand-o-left:before { content: "\f0a5" } .fa-hand-o-up:before { content: "\f0a6" } .fa-hand-o-down:before { content: "\f0a7" } .fa-arrow-circle-left:before { content: "\f0a8" } .fa-arrow-circle-right:before { content: "\f0a9" } .fa-arrow-circle-up:before { content: "\f0aa" } .fa-arrow-circle-down:before { content: "\f0ab" } .fa-globe:before { content: "\f0ac" } .fa-wrench:before { content: "\f0ad" } .fa-tasks:before { content: "\f0ae" } .fa-filter:before { content: "\f0b0" } .fa-briefcase:before { content: "\f0b1" } .fa-arrows-alt:before { content: "\f0b2" } .fa-group:before, .fa-users:before { content: "\f0c0" } .fa-chain:before, .fa-link:before { content: "\f0c1" } .fa-cloud:before { content: "\f0c2" } .fa-flask:before { content: "\f0c3" } .fa-cut:before, .fa-scissors:before { content: "\f0c4" } .fa-copy:before, .fa-files-o:before { content: "\f0c5" } .fa-paperclip:before { content: "\f0c6" } .fa-save:before, .fa-floppy-o:before { content: "\f0c7" } .fa-square:before { content: "\f0c8" } .fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: "\f0c9" } .fa-list-ul:before { content: "\f0ca" } .fa-list-ol:before { content: "\f0cb" } .fa-strikethrough:before { content: "\f0cc" } .fa-underline:before { content: "\f0cd" } .fa-table:before { content: "\f0ce" } .fa-magic:before { content: "\f0d0" } .fa-truck:before { content: "\f0d1" } .fa-pinterest:before { content: "\f0d2" } .fa-pinterest-square:before { content: "\f0d3" } .fa-google-plus-square:before { content: "\f0d4" } .fa-google-plus:before { content: "\f0d5" } .fa-money:before { content: "\f0d6" } .fa-caret-down:before { content: "\f0d7" } .fa-caret-up:before { content: "\f0d8" } .fa-caret-left:before { content: "\f0d9" } .fa-caret-right:before { content: "\f0da" } .fa-columns:before { content: "\f0db" } .fa-unsorted:before, .fa-sort:before { content: "\f0dc" } .fa-sort-down:before, .fa-sort-desc:before { content: "\f0dd" } .fa-sort-up:before, .fa-sort-asc:before { content: "\f0de" } .fa-envelope:before { content: "\f0e0" } .fa-linkedin:before { content: "\f0e1" } .fa-rotate-left:before, .fa-undo:before { content: "\f0e2" } .fa-legal:before, .fa-gavel:before { content: "\f0e3" } .fa-dashboard:before, .fa-tachometer:before { content: "\f0e4" } .fa-comment-o:before { content: "\f0e5" } .fa-comments-o:before { content: "\f0e6" } .fa-flash:before, .fa-bolt:before { content: "\f0e7" } .fa-sitemap:before { content: "\f0e8" } .fa-umbrella:before { content: "\f0e9" } .fa-paste:before, .fa-clipboard:before { content: "\f0ea" } .fa-lightbulb-o:before { content: "\f0eb" } .fa-exchange:before { content: "\f0ec" } .fa-cloud-download:before { content: "\f0ed" } .fa-cloud-upload:before { content: "\f0ee" } .fa-user-md:before { content: "\f0f0" } .fa-stethoscope:before { content: "\f0f1" } .fa-suitcase:before { content: "\f0f2" } .fa-bell-o:before { content: "\f0a2" } .fa-coffee:before { content: "\f0f4" } .fa-cutlery:before { content: "\f0f5" } .fa-file-text-o:before { content: "\f0f6" } .fa-building-o:before { content: "\f0f7" } .fa-hospital-o:before { content: "\f0f8" } .fa-ambulance:before { content: "\f0f9" } .fa-medkit:before { content: "\f0fa" } .fa-fighter-jet:before { content: "\f0fb" } .fa-beer:before { content: "\f0fc" } .fa-h-square:before { content: "\f0fd" } .fa-plus-square:before { content: "\f0fe" } .fa-angle-double-left:before { content: "\f100" } .fa-angle-double-right:before { content: "\f101" } .fa-angle-double-up:before { content: "\f102" } .fa-angle-double-down:before { content: "\f103" } .fa-angle-left:before { content: "\f104" } .fa-angle-right:before { content: "\f105" } .fa-angle-up:before { content: "\f106" } .fa-angle-down:before { content: "\f107" } .fa-desktop:before { content: "\f108" } .fa-laptop:before { content: "\f109" } .fa-tablet:before { content: "\f10a" } .fa-mobile-phone:before, .fa-mobile:before { content: "\f10b" } .fa-circle-o:before { content: "\f10c" } .fa-quote-left:before { content: "\f10d" } .fa-quote-right:before { content: "\f10e" } .fa-spinner:before { content: "\f110" } .fa-circle:before { content: "\f111" } .fa-mail-reply:before, .fa-reply:before { content: "\f112" } .fa-github-alt:before { content: "\f113" } .fa-folder-o:before { content: "\f114" } .fa-folder-open-o:before { content: "\f115" } .fa-smile-o:before { content: "\f118" } .fa-frown-o:before { content: "\f119" } .fa-meh-o:before { content: "\f11a" } .fa-gamepad:before { content: "\f11b" } .fa-keyboard-o:before { content: "\f11c" } .fa-flag-o:before { content: "\f11d" } .fa-flag-checkered:before { content: "\f11e" } .fa-terminal:before { content: "\f120" } .fa-code:before { content: "\f121" } .fa-mail-reply-all:before, .fa-reply-all:before { content: "\f122" } .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: "\f123" } .fa-location-arrow:before { content: "\f124" } .fa-crop:before { content: "\f125" } .fa-code-fork:before { content: "\f126" } .fa-unlink:before, .fa-chain-broken:before { content: "\f127" } .fa-question:before { content: "\f128" } .fa-info:before { content: "\f129" } .fa-exclamation:before { content: "\f12a" } .fa-superscript:before { content: "\f12b" } .fa-subscript:before { content: "\f12c" } .fa-eraser:before { content: "\f12d" } .fa-puzzle-piece:before { content: "\f12e" } .fa-microphone:before { content: "\f130" } .fa-microphone-slash:before { content: "\f131" } .fa-shield:before { content: "\f132" } .fa-calendar-o:before { content: "\f133" } .fa-fire-extinguisher:before { content: "\f134" } .fa-rocket:before { content: "\f135" } .fa-maxcdn:before { content: "\f136" } .fa-chevron-circle-left:before { content: "\f137" } .fa-chevron-circle-right:before { content: "\f138" } .fa-chevron-circle-up:before { content: "\f139" } .fa-chevron-circle-down:before { content: "\f13a" } .fa-html5:before { content: "\f13b" } .fa-css3:before { content: "\f13c" } .fa-anchor:before { content: "\f13d" } .fa-unlock-alt:before { content: "\f13e" } .fa-bullseye:before { content: "\f140" } .fa-ellipsis-h:before { content: "\f141" } .fa-ellipsis-v:before { content: "\f142" } .fa-rss-square:before { content: "\f143" } .fa-play-circle:before { content: "\f144" } .fa-ticket:before { content: "\f145" } .fa-minus-square:before { content: "\f146" } .fa-minus-square-o:before { content: "\f147" } .fa-level-up:before { content: "\f148" } .fa-level-down:before { content: "\f149" } .fa-check-square:before { content: "\f14a" } .fa-pencil-square:before { content: "\f14b" } .fa-external-link-square:before { content: "\f14c" } .fa-share-square:before { content: "\f14d" } .fa-compass:before { content: "\f14e" } .fa-toggle-down:before, .fa-caret-square-o-down:before { content: "\f150" } .fa-toggle-up:before, .fa-caret-square-o-up:before { content: "\f151" } .fa-toggle-right:before, .fa-caret-square-o-right:before { content: "\f152" } .fa-euro:before, .fa-eur:before { content: "\f153" } .fa-gbp:before { content: "\f154" } .fa-dollar:before, .fa-usd:before { content: "\f155" } .fa-rupee:before, .fa-inr:before { content: "\f156" } .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: "\f157" } .fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: "\f158" } .fa-won:before, .fa-krw:before { content: "\f159" } .fa-bitcoin:before, .fa-btc:before { content: "\f15a" } .fa-file:before { content: "\f15b" } .fa-file-text:before { content: "\f15c" } .fa-sort-alpha-asc:before { content: "\f15d" } .fa-sort-alpha-desc:before { content: "\f15e" } .fa-sort-amount-asc:before { content: "\f160" } .fa-sort-amount-desc:before { content: "\f161" } .fa-sort-numeric-asc:before { content: "\f162" } .fa-sort-numeric-desc:before { content: "\f163" } .fa-thumbs-up:before { content: "\f164" } .fa-thumbs-down:before { content: "\f165" } .fa-youtube-square:before { content: "\f166" } .fa-youtube:before { content: "\f167" } .fa-xing:before { content: "\f168" } .fa-xing-square:before { content: "\f169" } .fa-youtube-play:before { content: "\f16a" } .fa-dropbox:before { content: "\f16b" } .fa-stack-overflow:before { content: "\f16c" } .fa-instagram:before { content: "\f16d" } .fa-flickr:before { content: "\f16e" } .fa-adn:before { content: "\f170" } .fa-bitbucket:before { content: "\f171" } .fa-bitbucket-square:before { content: "\f172" } .fa-tumblr:before { content: "\f173" } .fa-tumblr-square:before { content: "\f174" } .fa-long-arrow-down:before { content: "\f175" } .fa-long-arrow-up:before { content: "\f176" } .fa-long-arrow-left:before { content: "\f177" } .fa-long-arrow-right:before { content: "\f178" } .fa-apple:before { content: "\f179" } .fa-windows:before { content: "\f17a" } .fa-android:before { content: "\f17b" } .fa-linux:before { content: "\f17c" } .fa-dribbble:before { content: "\f17d" } .fa-skype:before { content: "\f17e" } .fa-foursquare:before { content: "\f180" } .fa-trello:before { content: "\f181" } .fa-female:before { content: "\f182" } .fa-male:before { content: "\f183" } .fa-gittip:before, .fa-gratipay:before { content: "\f184" } .fa-sun-o:before { content: "\f185" } .fa-moon-o:before { content: "\f186" } .fa-archive:before { content: "\f187" } .fa-bug:before { content: "\f188" } .fa-vk:before { content: "\f189" } .fa-weibo:before { content: "\f18a" } .fa-renren:before { content: "\f18b" } .fa-pagelines:before { content: "\f18c" } .fa-stack-exchange:before { content: "\f18d" } .fa-arrow-circle-o-right:before { content: "\f18e" } .fa-arrow-circle-o-left:before { content: "\f190" } .fa-toggle-left:before, .fa-caret-square-o-left:before { content: "\f191" } .fa-dot-circle-o:before { content: "\f192" } .fa-wheelchair:before { content: "\f193" } .fa-vimeo-square:before { content: "\f194" } .fa-turkish-lira:before, .fa-try:before { content: "\f195" } .fa-plus-square-o:before { content: "\f196" } .fa-space-shuttle:before { content: "\f197" } .fa-slack:before { content: "\f198" } .fa-envelope-square:before { content: "\f199" } .fa-wordpress:before { content: "\f19a" } .fa-openid:before { content: "\f19b" } .fa-institution:before, .fa-bank:before, .fa-university:before { content: "\f19c" } .fa-mortar-board:before, .fa-graduation-cap:before { content: "\f19d" } .fa-yahoo:before { content: "\f19e" } .fa-google:before { content: "\f1a0" } .fa-reddit:before { content: "\f1a1" } .fa-reddit-square:before { content: "\f1a2" } .fa-stumbleupon-circle:before { content: "\f1a3" } .fa-stumbleupon:before { content: "\f1a4" } .fa-delicious:before { content: "\f1a5" } .fa-digg:before { content: "\f1a6" } .fa-pied-piper-pp:before { content: "\f1a7" } .fa-pied-piper-alt:before { content: "\f1a8" } .fa-drupal:before { content: "\f1a9" } .fa-joomla:before { content: "\f1aa" } .fa-language:before { content: "\f1ab" } .fa-fax:before { content: "\f1ac" } .fa-building:before { content: "\f1ad" } .fa-child:before { content: "\f1ae" } .fa-paw:before { content: "\f1b0" } .fa-spoon:before { content: "\f1b1" } .fa-cube:before { content: "\f1b2" } .fa-cubes:before { content: "\f1b3" } .fa-behance:before { content: "\f1b4" } .fa-behance-square:before { content: "\f1b5" } .fa-steam:before { content: "\f1b6" } .fa-steam-square:before { content: "\f1b7" } .fa-recycle:before { content: "\f1b8" } .fa-automobile:before, .fa-car:before { content: "\f1b9" } .fa-cab:before, .fa-taxi:before { content: "\f1ba" } .fa-tree:before { content: "\f1bb" } .fa-spotify:before { content: "\f1bc" } .fa-deviantart:before { content: "\f1bd" } .fa-soundcloud:before { content: "\f1be" } .fa-database:before { content: "\f1c0" } .fa-file-pdf-o:before { content: "\f1c1" } .fa-file-word-o:before { content: "\f1c2" } .fa-file-excel-o:before { content: "\f1c3" } .fa-file-powerpoint-o:before { content: "\f1c4" } .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: "\f1c5" } .fa-file-zip-o:before, .fa-file-archive-o:before { content: "\f1c6" } .fa-file-sound-o:before, .fa-file-audio-o:before { content: "\f1c7" } .fa-file-movie-o:before, .fa-file-video-o:before { content: "\f1c8" } .fa-file-code-o:before { content: "\f1c9" } .fa-vine:before { content: "\f1ca" } .fa-codepen:before { content: "\f1cb" } .fa-jsfiddle:before { content: "\f1cc" } .fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content: "\f1cd" } .fa-circle-o-notch:before { content: "\f1ce" } .fa-ra:before, .fa-resistance:before, .fa-rebel:before { content: "\f1d0" } .fa-ge:before, .fa-empire:before { content: "\f1d1" } .fa-git-square:before { content: "\f1d2" } .fa-git:before { content: "\f1d3" } .fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before { content: "\f1d4" } .fa-tencent-weibo:before { content: "\f1d5" } .fa-qq:before { content: "\f1d6" } .fa-wechat:before, .fa-weixin:before { content: "\f1d7" } .fa-send:before, .fa-paper-plane:before { content: "\f1d8" } .fa-send-o:before, .fa-paper-plane-o:before { content: "\f1d9" } .fa-history:before { content: "\f1da" } .fa-circle-thin:before { content: "\f1db" } .fa-header:before { content: "\f1dc" } .fa-paragraph:before { content: "\f1dd" } .fa-sliders:before { content: "\f1de" } .fa-share-alt:before { content: "\f1e0" } .fa-share-alt-square:before { content: "\f1e1" } .fa-bomb:before { content: "\f1e2" } .fa-soccer-ball-o:before, .fa-futbol-o:before { content: "\f1e3" } .fa-tty:before { content: "\f1e4" } .fa-binoculars:before { content: "\f1e5" } .fa-plug:before { content: "\f1e6" } .fa-slideshare:before { content: "\f1e7" } .fa-twitch:before { content: "\f1e8" } .fa-yelp:before { content: "\f1e9" } .fa-newspaper-o:before { content: "\f1ea" } .fa-wifi:before { content: "\f1eb" } .fa-calculator:before { content: "\f1ec" } .fa-paypal:before { content: "\f1ed" } .fa-google-wallet:before { content: "\f1ee" } .fa-cc-visa:before { content: "\f1f0" } .fa-cc-mastercard:before { content: "\f1f1" } .fa-cc-discover:before { content: "\f1f2" } .fa-cc-amex:before { content: "\f1f3" } .fa-cc-paypal:before { content: "\f1f4" } .fa-cc-stripe:before { content: "\f1f5" } .fa-bell-slash:before { content: "\f1f6" } .fa-bell-slash-o:before { content: "\f1f7" } .fa-trash:before { content: "\f1f8" } .fa-copyright:before { content: "\f1f9" } .fa-at:before { content: "\f1fa" } .fa-eyedropper:before { content: "\f1fb" } .fa-paint-brush:before { content: "\f1fc" } .fa-birthday-cake:before { content: "\f1fd" } .fa-area-chart:before { content: "\f1fe" } .fa-pie-chart:before { content: "\f200" } .fa-line-chart:before { content: "\f201" } .fa-lastfm:before { content: "\f202" } .fa-lastfm-square:before { content: "\f203" } .fa-toggle-off:before { content: "\f204" } .fa-toggle-on:before { content: "\f205" } .fa-bicycle:before { content: "\f206" } .fa-bus:before { content: "\f207" } .fa-ioxhost:before { content: "\f208" } .fa-angellist:before { content: "\f209" } .fa-cc:before { content: "\f20a" } .fa-shekel:before, .fa-sheqel:before, .fa-ils:before { content: "\f20b" } .fa-meanpath:before { content: "\f20c" } .fa-buysellads:before { content: "\f20d" } .fa-connectdevelop:before { content: "\f20e" } .fa-dashcube:before { content: "\f210" } .fa-forumbee:before { content: "\f211" } .fa-leanpub:before { content: "\f212" } .fa-sellsy:before { content: "\f213" } .fa-shirtsinbulk:before { content: "\f214" } .fa-simplybuilt:before { content: "\f215" } .fa-skyatlas:before { content: "\f216" } .fa-cart-plus:before { content: "\f217" } .fa-cart-arrow-down:before { content: "\f218" } .fa-diamond:before { content: "\f219" } .fa-ship:before { content: "\f21a" } .fa-user-secret:before { content: "\f21b" } .fa-motorcycle:before { content: "\f21c" } .fa-street-view:before { content: "\f21d" } .fa-heartbeat:before { content: "\f21e" } .fa-venus:before { content: "\f221" } .fa-mars:before { content: "\f222" } .fa-mercury:before { content: "\f223" } .fa-intersex:before, .fa-transgender:before { content: "\f224" } .fa-transgender-alt:before { content: "\f225" } .fa-venus-double:before { content: "\f226" } .fa-mars-double:before { content: "\f227" } .fa-venus-mars:before { content: "\f228" } .fa-mars-stroke:before { content: "\f229" } .fa-mars-stroke-v:before { content: "\f22a" } .fa-mars-stroke-h:before { content: "\f22b" } .fa-neuter:before { content: "\f22c" } .fa-genderless:before { content: "\f22d" } .fa-facebook-official:before { content: "\f230" } .fa-pinterest-p:before { content: "\f231" } .fa-whatsapp:before { content: "\f232" } .fa-server:before { content: "\f233" } .fa-user-plus:before { content: "\f234" } .fa-user-times:before { content: "\f235" } .fa-hotel:before, .fa-bed:before { content: "\f236" } .fa-viacoin:before { content: "\f237" } .fa-train:before { content: "\f238" } .fa-subway:before { content: "\f239" } .fa-medium:before { content: "\f23a" } .fa-yc:before, .fa-y-combinator:before { content: "\f23b" } .fa-optin-monster:before { content: "\f23c" } .fa-opencart:before { content: "\f23d" } .fa-expeditedssl:before { content: "\f23e" } .fa-battery-4:before, .fa-battery-full:before { content: "\f240" } .fa-battery-3:before, .fa-battery-three-quarters:before { content: "\f241" } .fa-battery-2:before, .fa-battery-half:before { content: "\f242" } .fa-battery-1:before, .fa-battery-quarter:before { content: "\f243" } .fa-battery-0:before, .fa-battery-empty:before { content: "\f244" } .fa-mouse-pointer:before { content: "\f245" } .fa-i-cursor:before { content: "\f246" } .fa-object-group:before { content: "\f247" } .fa-object-ungroup:before { content: "\f248" } .fa-sticky-note:before { content: "\f249" } .fa-sticky-note-o:before { content: "\f24a" } .fa-cc-jcb:before { content: "\f24b" } .fa-cc-diners-club:before { content: "\f24c" } .fa-clone:before { content: "\f24d" } .fa-balance-scale:before { content: "\f24e" } .fa-hourglass-o:before { content: "\f250" } .fa-hourglass-1:before, .fa-hourglass-start:before { content: "\f251" } .fa-hourglass-2:before, .fa-hourglass-half:before { content: "\f252" } .fa-hourglass-3:before, .fa-hourglass-end:before { content: "\f253" } .fa-hourglass:before { content: "\f254" } .fa-hand-grab-o:before, .fa-hand-rock-o:before { content: "\f255" } .fa-hand-stop-o:before, .fa-hand-paper-o:before { content: "\f256" } .fa-hand-scissors-o:before { content: "\f257" } .fa-hand-lizard-o:before { content: "\f258" } .fa-hand-spock-o:before { content: "\f259" } .fa-hand-pointer-o:before { content: "\f25a" } .fa-hand-peace-o:before { content: "\f25b" } .fa-trademark:before { content: "\f25c" } .fa-registered:before { content: "\f25d" } .fa-creative-commons:before { content: "\f25e" } .fa-gg:before { content: "\f260" } .fa-gg-circle:before { content: "\f261" } .fa-tripadvisor:before { content: "\f262" } .fa-odnoklassniki:before { content: "\f263" } .fa-odnoklassniki-square:before { content: "\f264" } .fa-get-pocket:before { content: "\f265" } .fa-wikipedia-w:before { content: "\f266" } .fa-safari:before { content: "\f267" } .fa-chrome:before { content: "\f268" } .fa-firefox:before { content: "\f269" } .fa-opera:before { content: "\f26a" } .fa-internet-explorer:before { content: "\f26b" } .fa-tv:before, .fa-television:before { content: "\f26c" } .fa-contao:before { content: "\f26d" } .fa-500px:before { content: "\f26e" } .fa-amazon:before { content: "\f270" } .fa-calendar-plus-o:before { content: "\f271" } .fa-calendar-minus-o:before { content: "\f272" } .fa-calendar-times-o:before { content: "\f273" } .fa-calendar-check-o:before { content: "\f274" } .fa-industry:before { content: "\f275" } .fa-map-pin:before { content: "\f276" } .fa-map-signs:before { content: "\f277" } .fa-map-o:before { content: "\f278" } .fa-map:before { content: "\f279" } .fa-commenting:before { content: "\f27a" } .fa-commenting-o:before { content: "\f27b" } .fa-houzz:before { content: "\f27c" } .fa-vimeo:before { content: "\f27d" } .fa-black-tie:before { content: "\f27e" } .fa-fonticons:before { content: "\f280" } .fa-reddit-alien:before { content: "\f281" } .fa-edge:before { content: "\f282" } .fa-credit-card-alt:before { content: "\f283" } .fa-codiepie:before { content: "\f284" } .fa-modx:before { content: "\f285" } .fa-fort-awesome:before { content: "\f286" } .fa-usb:before { content: "\f287" } .fa-product-hunt:before { content: "\f288" } .fa-mixcloud:before { content: "\f289" } .fa-scribd:before { content: "\f28a" } .fa-pause-circle:before { content: "\f28b" } .fa-pause-circle-o:before { content: "\f28c" } .fa-stop-circle:before { content: "\f28d" } .fa-stop-circle-o:before { content: "\f28e" } .fa-shopping-bag:before { content: "\f290" } .fa-shopping-basket:before { content: "\f291" } .fa-hashtag:before { content: "\f292" } .fa-bluetooth:before { content: "\f293" } .fa-bluetooth-b:before { content: "\f294" } .fa-percent:before { content: "\f295" } .fa-gitlab:before { content: "\f296" } .fa-wpbeginner:before { content: "\f297" } .fa-wpforms:before { content: "\f298" } .fa-envira:before { content: "\f299" } .fa-universal-access:before { content: "\f29a" } .fa-wheelchair-alt:before { content: "\f29b" } .fa-question-circle-o:before { content: "\f29c" } .fa-blind:before { content: "\f29d" } .fa-audio-description:before { content: "\f29e" } .fa-volume-control-phone:before { content: "\f2a0" } .fa-braille:before { content: "\f2a1" } .fa-assistive-listening-systems:before { content: "\f2a2" } .fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before { content: "\f2a3" } .fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before { content: "\f2a4" } .fa-glide:before { content: "\f2a5" } .fa-glide-g:before { content: "\f2a6" } .fa-signing:before, .fa-sign-language:before { content: "\f2a7" } .fa-low-vision:before { content: "\f2a8" } .fa-viadeo:before { content: "\f2a9" } .fa-viadeo-square:before { content: "\f2aa" } .fa-snapchat:before { content: "\f2ab" } .fa-snapchat-ghost:before { content: "\f2ac" } .fa-snapchat-square:before { content: "\f2ad" } .fa-pied-piper:before { content: "\f2ae" } .fa-first-order:before { content: "\f2b0" } .fa-yoast:before { content: "\f2b1" } .fa-themeisle:before { content: "\f2b2" } .fa-google-plus-circle:before, .fa-google-plus-official:before { content: "\f2b3" } .fa-fa:before, .fa-font-awesome:before { content: "\f2b4" } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0 } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto } @font-face { font-family: 'themify'; src: url('../fonts/themify9f24.eot?-fvbane'); src: url('../fonts/themifyd41d.eot?#iefix-fvbane') format('embedded-opentype'), url('../fonts/themify9f24.woff?-fvbane') format('woff'), url('../fonts/themify9f24.ttf?-fvbane') format('truetype'), url('../fonts/themify9f24.svg?-fvbane#themify') format('svg'); font-weight: normal; font-style: normal; } [class^="ti-"], [class*=" ti-"] { font-family: 'themify'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .ti-wand:before { content: "\e600"; } .ti-volume:before { content: "\e601"; } .ti-user:before { content: "\e602"; } .ti-unlock:before { content: "\e603"; } .ti-unlink:before { content: "\e604"; } .ti-trash:before { content: "\e605"; } .ti-thought:before { content: "\e606"; } .ti-target:before { content: "\e607"; } .ti-tag:before { content: "\e608"; } .ti-tablet:before { content: "\e609"; } .ti-star:before { content: "\e60a"; } .ti-spray:before { content: "\e60b"; } .ti-signal:before { content: "\e60c"; } .ti-shopping-cart:before { content: "\e60d"; } .ti-shopping-cart-full:before { content: "\e60e"; } .ti-settings:before { content: "\e60f"; } .ti-search:before { content: "\e610"; } .ti-zoom-in:before { content: "\e611"; } .ti-zoom-out:before { content: "\e612"; } .ti-cut:before { content: "\e613"; } .ti-ruler:before { content: "\e614"; } .ti-ruler-pencil:before { content: "\e615"; } .ti-ruler-alt:before { content: "\e616"; } .ti-bookmark:before { content: "\e617"; } .ti-bookmark-alt:before { content: "\e618"; } .ti-reload:before { content: "\e619"; } .ti-plus:before { content: "\e61a"; } .ti-pin:before { content: "\e61b"; } .ti-pencil:before { content: "\e61c"; } .ti-pencil-alt:before { content: "\e61d"; } .ti-paint-roller:before { content: "\e61e"; } .ti-paint-bucket:before { content: "\e61f"; } .ti-na:before { content: "\e620"; } .ti-mobile:before { content: "\e621"; } .ti-minus:before { content: "\e622"; } .ti-medall:before { content: "\e623"; } .ti-medall-alt:before { content: "\e624"; } .ti-marker:before { content: "\e625"; } .ti-marker-alt:before { content: "\e626"; } .ti-arrow-up:before { content: "\e627"; } .ti-arrow-right:before { content: "\e628"; } .ti-arrow-left:before { content: "\e629"; } .ti-arrow-down:before { content: "\e62a"; } .ti-lock:before { content: "\e62b"; } .ti-location-arrow:before { content: "\e62c"; } .ti-link:before { content: "\e62d"; } .ti-layout:before { content: "\e62e"; } .ti-layers:before { content: "\e62f"; } .ti-layers-alt:before { content: "\e630"; } .ti-key:before { content: "\e631"; } .ti-import:before { content: "\e632"; } .ti-image:before { content: "\e633"; } .ti-heart:before { content: "\e634"; } .ti-heart-broken:before { content: "\e635"; } .ti-hand-stop:before { content: "\e636"; } .ti-hand-open:before { content: "\e637"; } .ti-hand-drag:before { content: "\e638"; } .ti-folder:before { content: "\e639"; } .ti-flag:before { content: "\e63a"; } .ti-flag-alt:before { content: "\e63b"; } .ti-flag-alt-2:before { content: "\e63c"; } .ti-eye:before { content: "\e63d"; } .ti-export:before { content: "\e63e"; } .ti-exchange-vertical:before { content: "\e63f"; } .ti-desktop:before { content: "\e640"; } .ti-cup:before { content: "\e641"; } .ti-crown:before { content: "\e642"; } .ti-comments:before { content: "\e643"; } .ti-comment:before { content: "\e644"; } .ti-comment-alt:before { content: "\e645"; } .ti-close:before { content: "\e646"; } .ti-clip:before { content: "\e647"; } .ti-angle-up:before { content: "\e648"; } .ti-angle-right:before { content: "\e649"; } .ti-angle-left:before { content: "\e64a"; } .ti-angle-down:before { content: "\e64b"; } .ti-check:before { content: "\e64c"; } .ti-check-box:before { content: "\e64d"; } .ti-camera:before { content: "\e64e"; } .ti-announcement:before { content: "\e64f"; } .ti-brush:before { content: "\e650"; } .ti-briefcase:before { content: "\e651"; } .ti-bolt:before { content: "\e652"; } .ti-bolt-alt:before { content: "\e653"; } .ti-blackboard:before { content: "\e654"; } .ti-bag:before { content: "\e655"; } .ti-move:before { content: "\e656"; } .ti-arrows-vertical:before { content: "\e657"; } .ti-arrows-horizontal:before { content: "\e658"; } .ti-fullscreen:before { content: "\e659"; } .ti-arrow-top-right:before { content: "\e65a"; } .ti-arrow-top-left:before { content: "\e65b"; } .ti-arrow-circle-up:before { content: "\e65c"; } .ti-arrow-circle-right:before { content: "\e65d"; } .ti-arrow-circle-left:before { content: "\e65e"; } .ti-arrow-circle-down:before { content: "\e65f"; } .ti-angle-double-up:before { content: "\e660"; } .ti-angle-double-right:before { content: "\e661"; } .ti-angle-double-left:before { content: "\e662"; } .ti-angle-double-down:before { content: "\e663"; } .ti-zip:before { content: "\e664"; } .ti-world:before { content: "\e665"; } .ti-wheelchair:before { content: "\e666"; } .ti-view-list:before { content: "\e667"; } .ti-view-list-alt:before { content: "\e668"; } .ti-view-grid:before { content: "\e669"; } .ti-uppercase:before { content: "\e66a"; } .ti-upload:before { content: "\e66b"; } .ti-underline:before { content: "\e66c"; } .ti-truck:before { content: "\e66d"; } .ti-timer:before { content: "\e66e"; } .ti-ticket:before { content: "\e66f"; } .ti-thumb-up:before { content: "\e670"; } .ti-thumb-down:before { content: "\e671"; } .ti-text:before { content: "\e672"; } .ti-stats-up:before { content: "\e673"; } .ti-stats-down:before { content: "\e674"; } .ti-split-v:before { content: "\e675"; } .ti-split-h:before { content: "\e676"; } .ti-smallcap:before { content: "\e677"; } .ti-shine:before { content: "\e678"; } .ti-shift-right:before { content: "\e679"; } .ti-shift-left:before { content: "\e67a"; } .ti-shield:before { content: "\e67b"; } .ti-notepad:before { content: "\e67c"; } .ti-server:before { content: "\e67d"; } .ti-quote-right:before { content: "\e67e"; } .ti-quote-left:before { content: "\e67f"; } .ti-pulse:before { content: "\e680"; } .ti-printer:before { content: "\e681"; } .ti-power-off:before { content: "\e682"; } .ti-plug:before { content: "\e683"; } .ti-pie-chart:before { content: "\e684"; } .ti-paragraph:before { content: "\e685"; } .ti-panel:before { content: "\e686"; } .ti-package:before { content: "\e687"; } .ti-music:before { content: "\e688"; } .ti-music-alt:before { content: "\e689"; } .ti-mouse:before { content: "\e68a"; } .ti-mouse-alt:before { content: "\e68b"; } .ti-money:before { content: "\e68c"; } .ti-microphone:before { content: "\e68d"; } .ti-menu:before { content: "\e68e"; } .ti-menu-alt:before { content: "\e68f"; } .ti-map:before { content: "\e690"; } .ti-map-alt:before { content: "\e691"; } .ti-loop:before { content: "\e692"; } .ti-location-pin:before { content: "\e693"; } .ti-list:before { content: "\e694"; } .ti-light-bulb:before { content: "\e695"; } .ti-Italic:before { content: "\e696"; } .ti-info:before { content: "\e697"; } .ti-infinite:before { content: "\e698"; } .ti-id-badge:before { content: "\e699"; } .ti-hummer:before { content: "\e69a"; } .ti-home:before { content: "\e69b"; } .ti-help:before { content: "\e69c"; } .ti-headphone:before { content: "\e69d"; } .ti-harddrives:before { content: "\e69e"; } .ti-harddrive:before { content: "\e69f"; } .ti-gift:before { content: "\e6a0"; } .ti-game:before { content: "\e6a1"; } .ti-filter:before { content: "\e6a2"; } .ti-files:before { content: "\e6a3"; } .ti-file:before { content: "\e6a4"; } .ti-eraser:before { content: "\e6a5"; } .ti-envelope:before { content: "\e6a6"; } .ti-download:before { content: "\e6a7"; } .ti-direction:before { content: "\e6a8"; } .ti-direction-alt:before { content: "\e6a9"; } .ti-dashboard:before { content: "\e6aa"; } .ti-control-stop:before { content: "\e6ab"; } .ti-control-shuffle:before { content: "\e6ac"; } .ti-control-play:before { content: "\e6ad"; } .ti-control-pause:before { content: "\e6ae"; } .ti-control-forward:before { content: "\e6af"; } .ti-control-backward:before { content: "\e6b0"; } .ti-cloud:before { content: "\e6b1"; } .ti-cloud-up:before { content: "\e6b2"; } .ti-cloud-down:before { content: "\e6b3"; } .ti-clipboard:before { content: "\e6b4"; } .ti-car:before { content: "\e6b5"; } .ti-calendar:before { content: "\e6b6"; } .ti-book:before { content: "\e6b7"; } .ti-bell:before { content: "\e6b8"; } .ti-basketball:before { content: "\e6b9"; } .ti-bar-chart:before { content: "\e6ba"; } .ti-bar-chart-alt:before { content: "\e6bb"; } .ti-back-right:before { content: "\e6bc"; } .ti-back-left:before { content: "\e6bd"; } .ti-arrows-corner:before { content: "\e6be"; } .ti-archive:before { content: "\e6bf"; } .ti-anchor:before { content: "\e6c0"; } .ti-align-right:before { content: "\e6c1"; } .ti-align-left:before { content: "\e6c2"; } .ti-align-justify:before { content: "\e6c3"; } .ti-align-center:before { content: "\e6c4"; } .ti-alert:before { content: "\e6c5"; } .ti-alarm-clock:before { content: "\e6c6"; } .ti-agenda:before { content: "\e6c7"; } .ti-write:before { content: "\e6c8"; } .ti-window:before { content: "\e6c9"; } .ti-widgetized:before { content: "\e6ca"; } .ti-widget:before { content: "\e6cb"; } .ti-widget-alt:before { content: "\e6cc"; } .ti-wallet:before { content: "\e6cd"; } .ti-video-clapper:before { content: "\e6ce"; } .ti-video-camera:before { content: "\e6cf"; } .ti-vector:before { content: "\e6d0"; } .ti-themify-logo:before { content: "\e6d1"; } .ti-themify-favicon:before { content: "\e6d2"; } .ti-themify-favicon-alt:before { content: "\e6d3"; } .ti-support:before { content: "\e6d4"; } .ti-stamp:before { content: "\e6d5"; } .ti-split-v-alt:before { content: "\e6d6"; } .ti-slice:before { content: "\e6d7"; } .ti-shortcode:before { content: "\e6d8"; } .ti-shift-right-alt:before { content: "\e6d9"; } .ti-shift-left-alt:before { content: "\e6da"; } .ti-ruler-alt-2:before { content: "\e6db"; } .ti-receipt:before { content: "\e6dc"; } .ti-pin2:before { content: "\e6dd"; } .ti-pin-alt:before { content: "\e6de"; } .ti-pencil-alt2:before { content: "\e6df"; } .ti-palette:before { content: "\e6e0"; } .ti-more:before { content: "\e6e1"; } .ti-more-alt:before { content: "\e6e2"; } .ti-microphone-alt:before { content: "\e6e3"; } .ti-magnet:before { content: "\e6e4"; } .ti-line-double:before { content: "\e6e5"; } .ti-line-dotted:before { content: "\e6e6"; } .ti-line-dashed:before { content: "\e6e7"; } .ti-layout-width-full:before { content: "\e6e8"; } .ti-layout-width-default:before { content: "\e6e9"; } .ti-layout-width-default-alt:before { content: "\e6ea"; } .ti-layout-tab:before { content: "\e6eb"; } .ti-layout-tab-window:before { content: "\e6ec"; } .ti-layout-tab-v:before { content: "\e6ed"; } .ti-layout-tab-min:before { content: "\e6ee"; } .ti-layout-slider:before { content: "\e6ef"; } .ti-layout-slider-alt:before { content: "\e6f0"; } .ti-layout-sidebar-right:before { content: "\e6f1"; } .ti-layout-sidebar-none:before { content: "\e6f2"; } .ti-layout-sidebar-left:before { content: "\e6f3"; } .ti-layout-placeholder:before { content: "\e6f4"; } .ti-layout-menu:before { content: "\e6f5"; } .ti-layout-menu-v:before { content: "\e6f6"; } .ti-layout-menu-separated:before { content: "\e6f7"; } .ti-layout-menu-full:before { content: "\e6f8"; } .ti-layout-media-right-alt:before { content: "\e6f9"; } .ti-layout-media-right:before { content: "\e6fa"; } .ti-layout-media-overlay:before { content: "\e6fb"; } .ti-layout-media-overlay-alt:before { content: "\e6fc"; } .ti-layout-media-overlay-alt-2:before { content: "\e6fd"; } .ti-layout-media-left-alt:before { content: "\e6fe"; } .ti-layout-media-left:before { content: "\e6ff"; } .ti-layout-media-center-alt:before { content: "\e700"; } .ti-layout-media-center:before { content: "\e701"; } .ti-layout-list-thumb:before { content: "\e702"; } .ti-layout-list-thumb-alt:before { content: "\e703"; } .ti-layout-list-post:before { content: "\e704"; } .ti-layout-list-large-image:before { content: "\e705"; } .ti-layout-line-solid:before { content: "\e706"; } .ti-layout-grid4:before { content: "\e707"; } .ti-layout-grid3:before { content: "\e708"; } .ti-layout-grid2:before { content: "\e709"; } .ti-layout-grid2-thumb:before { content: "\e70a"; } .ti-layout-cta-right:before { content: "\e70b"; } .ti-layout-cta-left:before { content: "\e70c"; } .ti-layout-cta-center:before { content: "\e70d"; } .ti-layout-cta-btn-right:before { content: "\e70e"; } .ti-layout-cta-btn-left:before { content: "\e70f"; } .ti-layout-column4:before { content: "\e710"; } .ti-layout-column3:before { content: "\e711"; } .ti-layout-column2:before { content: "\e712"; } .ti-layout-accordion-separated:before { content: "\e713"; } .ti-layout-accordion-merged:before { content: "\e714"; } .ti-layout-accordion-list:before { content: "\e715"; } .ti-ink-pen:before { content: "\e716"; } .ti-info-alt:before { content: "\e717"; } .ti-help-alt:before { content: "\e718"; } .ti-headphone-alt:before { content: "\e719"; } .ti-hand-point-up:before { content: "\e71a"; } .ti-hand-point-right:before { content: "\e71b"; } .ti-hand-point-left:before { content: "\e71c"; } .ti-hand-point-down:before { content: "\e71d"; } .ti-gallery:before { content: "\e71e"; } .ti-face-smile:before { content: "\e71f"; } .ti-face-sad:before { content: "\e720"; } .ti-credit-card:before { content: "\e721"; } .ti-control-skip-forward:before { content: "\e722"; } .ti-control-skip-backward:before { content: "\e723"; } .ti-control-record:before { content: "\e724"; } .ti-control-eject:before { content: "\e725"; } .ti-comments-smiley:before { content: "\e726"; } .ti-brush-alt:before { content: "\e727"; } .ti-youtube:before { content: "\e728"; } .ti-vimeo:before { content: "\e729"; } .ti-twitter:before { content: "\e72a"; } .ti-time:before { content: "\e72b"; } .ti-tumblr:before { content: "\e72c"; } .ti-skype:before { content: "\e72d"; } .ti-share:before { content: "\e72e"; } .ti-share-alt:before { content: "\e72f"; } .ti-rocket:before { content: "\e730"; } .ti-pinterest:before { content: "\e731"; } .ti-new-window:before { content: "\e732"; } .ti-microsoft:before { content: "\e733"; } .ti-list-ol:before { content: "\e734"; } .ti-linkedin:before { content: "\e735"; } .ti-layout-sidebar-2:before { content: "\e736"; } .ti-layout-grid4-alt:before { content: "\e737"; } .ti-layout-grid3-alt:before { content: "\e738"; } .ti-layout-grid2-alt:before { content: "\e739"; } .ti-layout-column4-alt:before { content: "\e73a"; } .ti-layout-column3-alt:before { content: "\e73b"; } .ti-layout-column2-alt:before { content: "\e73c"; } .ti-instagram:before { content: "\e73d"; } .ti-google:before { content: "\e73e"; } .ti-github:before { content: "\e73f"; } .ti-flickr:before { content: "\e740"; } .ti-facebook:before { content: "\e741"; } .ti-dropbox:before { content: "\e742"; } .ti-dribbble:before { content: "\e743"; } .ti-apple:before { content: "\e744"; } .ti-android:before { content: "\e745"; } .ti-save:before { content: "\e746"; } .ti-save-alt:before { content: "\e747"; } .ti-yahoo:before { content: "\e748"; } .ti-wordpress:before { content: "\e749"; } .ti-vimeo-alt:before { content: "\e74a"; } .ti-twitter-alt:before { content: "\e74b"; } .ti-tumblr-alt:before { content: "\e74c"; } .ti-trello:before { content: "\e74d"; } .ti-stack-overflow:before { content: "\e74e"; } .ti-soundcloud:before { content: "\e74f"; } .ti-sharethis:before { content: "\e750"; } .ti-sharethis-alt:before { content: "\e751"; } .ti-reddit:before { content: "\e752"; } .ti-pinterest-alt:before { content: "\e753"; } .ti-microsoft-alt:before { content: "\e754"; } .ti-linux:before { content: "\e755"; } .ti-jsfiddle:before { content: "\e756"; } .ti-joomla:before { content: "\e757"; } .ti-html5:before { content: "\e758"; } .ti-flickr-alt:before { content: "\e759"; } .ti-email:before { content: "\e75a"; } .ti-drupal:before { content: "\e75b"; } .ti-dropbox-alt:before { content: "\e75c"; } .ti-css3:before { content: "\e75d"; } .ti-rss:before { content: "\e75e"; } .ti-rss-alt:before { content: "\e75f"; } @charset "UTF-8"; /*! Ionicons,v2.0.0 Created by <NAME> for the Ionic Framework,http://ionicons.com/ https://twitter.com/benjsperry https://twitter.com/ionicframework MIT License:https://github.com/driftyco/ionicons Android-style icons originally built by Google’s Material Design Icons:https://github.com/google/material-design-icons used under CC BY http://creativecommons.org/licenses/by/4.0/ Modified icons to fit ionicon’s grid from original.*/ @font-face { font-family: "Ionicons"; src: url("../fonts/ionicons28b528b5.eot?v=2.0.0"); src: url("../fonts/ionicons28b528b5.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons28b528b5.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons28b528b5.woff?v=2.0.0") format("woff"), url("../fonts/ionicons28b528b5.svg?v=2.0.0#Ionicons") format("svg"); font-weight: normal; font-style: normal } .ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before { display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } .ion-alert:before { content: "\f101" } .ion-alert-circled:before { content: "\f100" } .ion-android-add:before { content: "\f2c7" } .ion-android-add-circle:before { content: "\f359" } .ion-android-alarm-clock:before { content: "\f35a" } .ion-android-alert:before { content: "\f35b" } .ion-android-apps:before { content: "\f35c" } .ion-android-archive:before { content: "\f2c9" } .ion-android-arrow-back:before { content: "\f2ca" } .ion-android-arrow-down:before { content: "\f35d" } .ion-android-arrow-dropdown:before { content: "\f35f" } .ion-android-arrow-dropdown-circle:before { content: "\f35e" } .ion-android-arrow-dropleft:before { content: "\f361" } .ion-android-arrow-dropleft-circle:before { content: "\f360" } .ion-android-arrow-dropright:before { content: "\f363" } .ion-android-arrow-dropright-circle:before { content: "\f362" } .ion-android-arrow-dropup:before { content: "\f365" } .ion-android-arrow-dropup-circle:before { content: "\f364" } .ion-android-arrow-forward:before { content: "\f30f" } .ion-android-arrow-up:before { content: "\f366" } .ion-android-attach:before { content: "\f367" } .ion-android-bar:before { content: "\f368" } .ion-android-bicycle:before { content: "\f369" } .ion-android-boat:before { content: "\f36a" } .ion-android-bookmark:before { content: "\f36b" } .ion-android-bulb:before { content: "\f36c" } .ion-android-bus:before { content: "\f36d" } .ion-android-calendar:before { content: "\f2d1" } .ion-android-call:before { content: "\f2d2" } .ion-android-camera:before { content: "\f2d3" } .ion-android-cancel:before { content: "\f36e" } .ion-android-car:before { content: "\f36f" } .ion-android-cart:before { content: "\f370" } .ion-android-chat:before { content: "\f2d4" } .ion-android-checkbox:before { content: "\f374" } .ion-android-checkbox-blank:before { content: "\f371" } .ion-android-checkbox-outline:before { content: "\f373" } .ion-android-checkbox-outline-blank:before { content: "\f372" } .ion-android-checkmark-circle:before { content: "\f375" } .ion-android-clipboard:before { content: "\f376" } .ion-android-close:before { content: "\f2d7" } .ion-android-cloud:before { content: "\f37a" } .ion-android-cloud-circle:before { content: "\f377" } .ion-android-cloud-done:before { content: "\f378" } .ion-android-cloud-outline:before { content: "\f379" } .ion-android-color-palette:before { content: "\f37b" } .ion-android-compass:before { content: "\f37c" } .ion-android-contact:before { content: "\f2d8" } .ion-android-contacts:before { content: "\f2d9" } .ion-android-contract:before { content: "\f37d" } .ion-android-create:before { content: "\f37e" } .ion-android-delete:before { content: "\f37f" } .ion-android-desktop:before { content: "\f380" } .ion-android-document:before { content: "\f381" } .ion-android-done:before { content: "\f383" } .ion-android-done-all:before { content: "\f382" } .ion-android-download:before { content: "\f2dd" } .ion-android-drafts:before { content: "\f384" } .ion-android-exit:before { content: "\f385" } .ion-android-expand:before { content: "\f386" } .ion-android-favorite:before { content: "\f388" } .ion-android-favorite-outline:before { content: "\f387" } .ion-android-film:before { content: "\f389" } .ion-android-folder:before { content: "\f2e0" } .ion-android-folder-open:before { content: "\f38a" } .ion-android-funnel:before { content: "\f38b" } .ion-android-globe:before { content: "\f38c" } .ion-android-hand:before { content: "\f2e3" } .ion-android-hangout:before { content: "\f38d" } .ion-android-happy:before { content: "\f38e" } .ion-android-home:before { content: "\f38f" } .ion-android-image:before { content: "\f2e4" } .ion-android-laptop:before { content: "\f390" } .ion-android-list:before { content: "\f391" } .ion-android-locate:before { content: "\f2e9" } .ion-android-lock:before { content: "\f392" } .ion-android-mail:before { content: "\f2eb" } .ion-android-map:before { content: "\f393" } .ion-android-menu:before { content: "\f394" } .ion-android-microphone:before { content: "\f2ec" } .ion-android-microphone-off:before { content: "\f395" } .ion-android-more-horizontal:before { content: "\f396" } .ion-android-more-vertical:before { content: "\f397" } .ion-android-navigate:before { content: "\f398" } .ion-android-notifications:before { content: "\f39b" } .ion-android-notifications-none:before { content: "\f399" } .ion-android-notifications-off:before { content: "\f39a" } .ion-android-open:before { content: "\f39c" } .ion-android-options:before { content: "\f39d" } .ion-android-people:before { content: "\f39e" } .ion-android-person:before { content: "\f3a0" } .ion-android-person-add:before { content: "\f39f" } .ion-android-phone-landscape:before { content: "\f3a1" } .ion-android-phone-portrait:before { content: "\f3a2" } .ion-android-pin:before { content: "\f3a3" } .ion-android-plane:before { content: "\f3a4" } .ion-android-playstore:before { content: "\f2f0" } .ion-android-print:before { content: "\f3a5" } .ion-android-radio-button-off:before { content: "\f3a6" } .ion-android-radio-button-on:before { content: "\f3a7" } .ion-android-refresh:before { content: "\f3a8" } .ion-android-remove:before { content: "\f2f4" } .ion-android-remove-circle:before { content: "\f3a9" } .ion-android-restaurant:before { content: "\f3aa" } .ion-android-sad:before { content: "\f3ab" } .ion-android-search:before { content: "\f2f5" } .ion-android-send:before { content: "\f2f6" } .ion-android-settings:before { content: "\f2f7" } .ion-android-share:before { content: "\f2f8" } .ion-android-share-alt:before { content: "\f3ac" } .ion-android-star:before { content: "\f2fc" } .ion-android-star-half:before { content: "\f3ad" } .ion-android-star-outline:before { content: "\f3ae" } .ion-android-stopwatch:before { content: "\f2fd" } .ion-android-subway:before { content: "\f3af" } .ion-android-sunny:before { content: "\f3b0" } .ion-android-sync:before { content: "\f3b1" } .ion-android-textsms:before { content: "\f3b2" } .ion-android-time:before { content: "\f3b3" } .ion-android-train:before { content: "\f3b4" } .ion-android-unlock:before { content: "\f3b5" } .ion-android-upload:before { content: "\f3b6" } .ion-android-volume-down:before { content: "\f3b7" } .ion-android-volume-mute:before { content: "\f3b8" } .ion-android-volume-off:before { content: "\f3b9" } .ion-android-volume-up:before { content: "\f3ba" } .ion-android-walk:before { content: "\f3bb" } .ion-android-warning:before { content: "\f3bc" } .ion-android-watch:before { content: "\f3bd" } .ion-android-wifi:before { content: "\f305" } .ion-aperture:before { content: "\f313" } .ion-archive:before { content: "\f102" } .ion-arrow-down-a:before { content: "\f103" } .ion-arrow-down-b:before { content: "\f104" } .ion-arrow-down-c:before { content: "\f105" } .ion-arrow-expand:before { content: "\f25e" } .ion-arrow-graph-down-left:before { content: "\f25f" } .ion-arrow-graph-down-right:before { content: "\f260" } .ion-arrow-graph-up-left:before { content: "\f261" } .ion-arrow-graph-up-right:before { content: "\f262" } .ion-arrow-left-a:before { content: "\f106" } .ion-arrow-left-b:before { content: "\f107" } .ion-arrow-left-c:before { content: "\f108" } .ion-arrow-move:before { content: "\f263" } .ion-arrow-resize:before { content: "\f264" } .ion-arrow-return-left:before { content: "\f265" } .ion-arrow-return-right:before { content: "\f266" } .ion-arrow-right-a:before { content: "\f109" } .ion-arrow-right-b:before { content: "\f10a" } .ion-arrow-right-c:before { content: "\f10b" } .ion-arrow-shrink:before { content: "\f267" } .ion-arrow-swap:before { content: "\f268" } .ion-arrow-up-a:before { content: "\f10c" } .ion-arrow-up-b:before { content: "\f10d" } .ion-arrow-up-c:before { content: "\f10e" } .ion-asterisk:before { content: "\f314" } .ion-at:before { content: "\f10f" } .ion-backspace:before { content: "\f3bf" } .ion-backspace-outline:before { content: "\f3be" } .ion-bag:before { content: "\f110" } .ion-battery-charging:before { content: "\f111" } .ion-battery-empty:before { content: "\f112" } .ion-battery-full:before { content: "\f113" } .ion-battery-half:before { content: "\f114" } .ion-battery-low:before { content: "\f115" } .ion-beaker:before { content: "\f269" } .ion-beer:before { content: "\f26a" } .ion-bluetooth:before { content: "\f116" } .ion-bonfire:before { content: "\f315" } .ion-bookmark:before { content: "\f26b" } .ion-bowtie:before { content: "\f3c0" } .ion-briefcase:before { content: "\f26c" } .ion-bug:before { content: "\f2be" } .ion-calculator:before { content: "\f26d" } .ion-calendar:before { content: "\f117" } .ion-camera:before { content: "\f118" } .ion-card:before { content: "\f119" } .ion-cash:before { content: "\f316" } .ion-chatbox:before { content: "\f11b" } .ion-chatbox-working:before { content: "\f11a" } .ion-chatboxes:before { content: "\f11c" } .ion-chatbubble:before { content: "\f11e" } .ion-chatbubble-working:before { content: "\f11d" } .ion-chatbubbles:before { content: "\f11f" } .ion-checkmark:before { content: "\f122" } .ion-checkmark-circled:before { content: "\f120" } .ion-checkmark-round:before { content: "\f121" } .ion-chevron-down:before { content: "\f123" } .ion-chevron-left:before { content: "\f124" } .ion-chevron-right:before { content: "\f125" } .ion-chevron-up:before { content: "\f126" } .ion-clipboard:before { content: "\f127" } .ion-clock:before { content: "\f26e" } .ion-close:before { content: "\f12a" } .ion-close-circled:before { content: "\f128" } .ion-close-round:before { content: "\f129" } .ion-closed-captioning:before { content: "\f317" } .ion-cloud:before { content: "\f12b" } .ion-code:before { content: "\f271" } .ion-code-download:before { content: "\f26f" } .ion-code-working:before { content: "\f270" } .ion-coffee:before { content: "\f272" } .ion-compass:before { content: "\f273" } .ion-compose:before { content: "\f12c" } .ion-connection-bars:before { content: "\f274" } .ion-contrast:before { content: "\f275" } .ion-crop:before { content: "\f3c1" } .ion-cube:before { content: "\f318" } .ion-disc:before { content: "\f12d" } .ion-document:before { content: "\f12f" } .ion-document-text:before { content: "\f12e" } .ion-drag:before { content: "\f130" } .ion-earth:before { content: "\f276" } .ion-easel:before { content: "\f3c2" } .ion-edit:before { content: "\f2bf" } .ion-egg:before { content: "\f277" } .ion-eject:before { content: "\f131" } .ion-email:before { content: "\f132" } .ion-email-unread:before { content: "\f3c3" } .ion-erlenmeyer-flask:before { content: "\f3c5" } .ion-erlenmeyer-flask-bubbles:before { content: "\f3c4" } .ion-eye:before { content: "\f133" } .ion-eye-disabled:before { content: "\f306" } .ion-female:before { content: "\f278" } .ion-filing:before { content: "\f134" } .ion-film-marker:before { content: "\f135" } .ion-fireball:before { content: "\f319" } .ion-flag:before { content: "\f279" } .ion-flame:before { content: "\f31a" } .ion-flash:before { content: "\f137" } .ion-flash-off:before { content: "\f136" } .ion-folder:before { content: "\f139" } .ion-fork:before { content: "\f27a" } .ion-fork-repo:before { content: "\f2c0" } .ion-forward:before { content: "\f13a" } .ion-funnel:before { content: "\f31b" } .ion-gear-a:before { content: "\f13d" } .ion-gear-b:before { content: "\f13e" } .ion-grid:before { content: "\f13f" } .ion-hammer:before { content: "\f27b" } .ion-happy:before { content: "\f31c" } .ion-happy-outline:before { content: "\f3c6" } .ion-headphone:before { content: "\f140" } .ion-heart:before { content: "\f141" } .ion-heart-broken:before { content: "\f31d" } .ion-help:before { content: "\f143" } .ion-help-buoy:before { content: "\f27c" } .ion-help-circled:before { content: "\f142" } .ion-home:before { content: "\f144" } .ion-icecream:before { content: "\f27d" } .ion-image:before { content: "\f147" } .ion-images:before { content: "\f148" } .ion-information:before { content: "\f14a" } .ion-information-circled:before { content: "\f149" } .ion-ionic:before { content: "\f14b" } .ion-ios-alarm:before { content: "\f3c8" } .ion-ios-alarm-outline:before { content: "\f3c7" } .ion-ios-albums:before { content: "\f3ca" } .ion-ios-albums-outline:before { content: "\f3c9" } .ion-ios-americanfootball:before { content: "\f3cc" } .ion-ios-americanfootball-outline:before { content: "\f3cb" } .ion-ios-analytics:before { content: "\f3ce" } .ion-ios-analytics-outline:before { content: "\f3cd" } .ion-ios-arrow-back:before { content: "\f3cf" } .ion-ios-arrow-down:before { content: "\f3d0" } .ion-ios-arrow-forward:before { content: "\f3d1" } .ion-ios-arrow-left:before { content: "\f3d2" } .ion-ios-arrow-right:before { content: "\f3d3" } .ion-ios-arrow-thin-down:before { content: "\f3d4" } .ion-ios-arrow-thin-left:before { content: "\f3d5" } .ion-ios-arrow-thin-right:before { content: "\f3d6" } .ion-ios-arrow-thin-up:before { content: "\f3d7" } .ion-ios-arrow-up:before { content: "\f3d8" } .ion-ios-at:before { content: "\f3da" } .ion-ios-at-outline:before { content: "\f3d9" } .ion-ios-barcode:before { content: "\f3dc" } .ion-ios-barcode-outline:before { content: "\f3db" } .ion-ios-baseball:before { content: "\f3de" } .ion-ios-baseball-outline:before { content: "\f3dd" } .ion-ios-basketball:before { content: "\f3e0" } .ion-ios-basketball-outline:before { content: "\f3df" } .ion-ios-bell:before { content: "\f3e2" } .ion-ios-bell-outline:before { content: "\f3e1" } .ion-ios-body:before { content: "\f3e4" } .ion-ios-body-outline:before { content: "\f3e3" } .ion-ios-bolt:before { content: "\f3e6" } .ion-ios-bolt-outline:before { content: "\f3e5" } .ion-ios-book:before { content: "\f3e8" } .ion-ios-book-outline:before { content: "\f3e7" } .ion-ios-bookmarks:before { content: "\f3ea" } .ion-ios-bookmarks-outline:before { content: "\f3e9" } .ion-ios-box:before { content: "\f3ec" } .ion-ios-box-outline:before { content: "\f3eb" } .ion-ios-briefcase:before { content: "\f3ee" } .ion-ios-briefcase-outline:before { content: "\f3ed" } .ion-ios-browsers:before { content: "\f3f0" } .ion-ios-browsers-outline:before { content: "\f3ef" } .ion-ios-calculator:before { content: "\f3f2" } .ion-ios-calculator-outline:before { content: "\f3f1" } .ion-ios-calendar:before { content: "\f3f4" } .ion-ios-calendar-outline:before { content: "\f3f3" } .ion-ios-camera:before { content: "\f3f6" } .ion-ios-camera-outline:before { content: "\f3f5" } .ion-ios-cart:before { content: "\f3f8" } .ion-ios-cart-outline:before { content: "\f3f7" } .ion-ios-chatboxes:before { content: "\f3fa" } .ion-ios-chatboxes-outline:before { content: "\f3f9" } .ion-ios-chatbubble:before { content: "\f3fc" } .ion-ios-chatbubble-outline:before { content: "\f3fb" } .ion-ios-checkmark:before { content: "\f3ff" } .ion-ios-checkmark-empty:before { content: "\f3fd" } .ion-ios-checkmark-outline:before { content: "\f3fe" } .ion-ios-circle-filled:before { content: "\f400" } .ion-ios-circle-outline:before { content: "\f401" } .ion-ios-clock:before { content: "\f403" } .ion-ios-clock-outline:before { content: "\f402" } .ion-ios-close:before { content: "\f406" } .ion-ios-close-empty:before { content: "\f404" } .ion-ios-close-outline:before { content: "\f405" } .ion-ios-cloud:before { content: "\f40c" } .ion-ios-cloud-download:before { content: "\f408" } .ion-ios-cloud-download-outline:before { content: "\f407" } .ion-ios-cloud-outline:before { content: "\f409" } .ion-ios-cloud-upload:before { content: "\f40b" } .ion-ios-cloud-upload-outline:before { content: "\f40a" } .ion-ios-cloudy:before { content: "\f410" } .ion-ios-cloudy-night:before { content: "\f40e" } .ion-ios-cloudy-night-outline:before { content: "\f40d" } .ion-ios-cloudy-outline:before { content: "\f40f" } .ion-ios-cog:before { content: "\f412" } .ion-ios-cog-outline:before { content: "\f411" } .ion-ios-color-filter:before { content: "\f414" } .ion-ios-color-filter-outline:before { content: "\f413" } .ion-ios-color-wand:before { content: "\f416" } .ion-ios-color-wand-outline:before { content: "\f415" } .ion-ios-compose:before { content: "\f418" } .ion-ios-compose-outline:before { content: "\f417" } .ion-ios-contact:before { content: "\f41a" } .ion-ios-contact-outline:before { content: "\f419" } .ion-ios-copy:before { content: "\f41c" } .ion-ios-copy-outline:before { content: "\f41b" } .ion-ios-crop:before { content: "\f41e" } .ion-ios-crop-strong:before { content: "\f41d" } .ion-ios-download:before { content: "\f420" } .ion-ios-download-outline:before { content: "\f41f" } .ion-ios-drag:before { content: "\f421" } .ion-ios-email:before { content: "\f423" } .ion-ios-email-outline:before { content: "\f422" } .ion-ios-eye:before { content: "\f425" } .ion-ios-eye-outline:before { content: "\f424" } .ion-ios-fastforward:before { content: "\f427" } .ion-ios-fastforward-outline:before { content: "\f426" } .ion-ios-filing:before { content: "\f429" } .ion-ios-filing-outline:before { content: "\f428" } .ion-ios-film:before { content: "\f42b" } .ion-ios-film-outline:before { content: "\f42a" } .ion-ios-flag:before { content: "\f42d" } .ion-ios-flag-outline:before { content: "\f42c" } .ion-ios-flame:before { content: "\f42f" } .ion-ios-flame-outline:before { content: "\f42e" } .ion-ios-flask:before { content: "\f431" } .ion-ios-flask-outline:before { content: "\f430" } .ion-ios-flower:before { content: "\f433" } .ion-ios-flower-outline:before { content: "\f432" } .ion-ios-folder:before { content: "\f435" } .ion-ios-folder-outline:before { content: "\f434" } .ion-ios-football:before { content: "\f437" } .ion-ios-football-outline:before { content: "\f436" } .ion-ios-game-controller-a:before { content: "\f439" } .ion-ios-game-controller-a-outline:before { content: "\f438" } .ion-ios-game-controller-b:before { content: "\f43b" } .ion-ios-game-controller-b-outline:before { content: "\f43a" } .ion-ios-gear:before { content: "\f43d" } .ion-ios-gear-outline:before { content: "\f43c" } .ion-ios-glasses:before { content: "\f43f" } .ion-ios-glasses-outline:before { content: "\f43e" } .ion-ios-grid-view:before { content: "\f441" } .ion-ios-grid-view-outline:before { content: "\f440" } .ion-ios-heart:before { content: "\f443" } .ion-ios-heart-outline:before { content: "\f442" } .ion-ios-help:before { content: "\f446" } .ion-ios-help-empty:before { content: "\f444" } .ion-ios-help-outline:before { content: "\f445" } .ion-ios-home:before { content: "\f448" } .ion-ios-home-outline:before { content: "\f447" } .ion-ios-infinite:before { content: "\f44a" } .ion-ios-infinite-outline:before { content: "\f449" } .ion-ios-information:before { content: "\f44d" } .ion-ios-information-empty:before { content: "\f44b" } .ion-ios-information-outline:before { content: "\f44c" } .ion-ios-ionic-outline:before { content: "\f44e" } .ion-ios-keypad:before { content: "\f450" } .ion-ios-keypad-outline:before { content: "\f44f" } .ion-ios-lightbulb:before { content: "\f452" } .ion-ios-lightbulb-outline:before { content: "\f451" } .ion-ios-list:before { content: "\f454" } .ion-ios-list-outline:before { content: "\f453" } .ion-ios-location:before { content: "\f456" } .ion-ios-location-outline:before { content: "\f455" } .ion-ios-locked:before { content: "\f458" } .ion-ios-locked-outline:before { content: "\f457" } .ion-ios-loop:before { content: "\f45a" } .ion-ios-loop-strong:before { content: "\f459" } .ion-ios-medical:before { content: "\f45c" } .ion-ios-medical-outline:before { content: "\f45b" } .ion-ios-medkit:before { content: "\f45e" } .ion-ios-medkit-outline:before { content: "\f45d" } .ion-ios-mic:before { content: "\f461" } .ion-ios-mic-off:before { content: "\f45f" } .ion-ios-mic-outline:before { content: "\f460" } .ion-ios-minus:before { content: "\f464" } .ion-ios-minus-empty:before { content: "\f462" } .ion-ios-minus-outline:before { content: "\f463" } .ion-ios-monitor:before { content: "\f466" } .ion-ios-monitor-outline:before { content: "\f465" } .ion-ios-moon:before { content: "\f468" } .ion-ios-moon-outline:before { content: "\f467" } .ion-ios-more:before { content: "\f46a" } .ion-ios-more-outline:before { content: "\f469" } .ion-ios-musical-note:before { content: "\f46b" } .ion-ios-musical-notes:before { content: "\f46c" } .ion-ios-navigate:before { content: "\f46e" } .ion-ios-navigate-outline:before { content: "\f46d" } .ion-ios-nutrition:before { content: "\f470" } .ion-ios-nutrition-outline:before { content: "\f46f" } .ion-ios-paper:before { content: "\f472" } .ion-ios-paper-outline:before { content: "\f471" } .ion-ios-paperplane:before { content: "\f474" } .ion-ios-paperplane-outline:before { content: "\f473" } .ion-ios-partlysunny:before { content: "\f476" } .ion-ios-partlysunny-outline:before { content: "\f475" } .ion-ios-pause:before { content: "\f478" } .ion-ios-pause-outline:before { content: "\f477" } .ion-ios-paw:before { content: "\f47a" } .ion-ios-paw-outline:before { content: "\f479" } .ion-ios-people:before { content: "\f47c" } .ion-ios-people-outline:before { content: "\f47b" } .ion-ios-person:before { content: "\f47e" } .ion-ios-person-outline:before { content: "\f47d" } .ion-ios-personadd:before { content: "\f480" } .ion-ios-personadd-outline:before { content: "\f47f" } .ion-ios-photos:before { content: "\f482" } .ion-ios-photos-outline:before { content: "\f481" } .ion-ios-pie:before { content: "\f484" } .ion-ios-pie-outline:before { content: "\f483" } .ion-ios-pint:before { content: "\f486" } .ion-ios-pint-outline:before { content: "\f485" } .ion-ios-play:before { content: "\f488" } .ion-ios-play-outline:before { content: "\f487" } .ion-ios-plus:before { content: "\f48b" } .ion-ios-plus-empty:before { content: "\f489" } .ion-ios-plus-outline:before { content: "\f48a" } .ion-ios-pricetag:before { content: "\f48d" } .ion-ios-pricetag-outline:before { content: "\f48c" } .ion-ios-pricetags:before { content: "\f48f" } .ion-ios-pricetags-outline:before { content: "\f48e" } .ion-ios-printer:before { content: "\f491" } .ion-ios-printer-outline:before { content: "\f490" } .ion-ios-pulse:before { content: "\f493" } .ion-ios-pulse-strong:before { content: "\f492" } .ion-ios-rainy:before { content: "\f495" } .ion-ios-rainy-outline:before { content: "\f494" } .ion-ios-recording:before { content: "\f497" } .ion-ios-recording-outline:before { content: "\f496" } .ion-ios-redo:before { content: "\f499" } .ion-ios-redo-outline:before { content: "\f498" } .ion-ios-refresh:before { content: "\f49c" } .ion-ios-refresh-empty:before { content: "\f49a" } .ion-ios-refresh-outline:before { content: "\f49b" } .ion-ios-reload:before { content: "\f49d" } .ion-ios-reverse-camera:before { content: "\f49f" } .ion-ios-reverse-camera-outline:before { content: "\f49e" } .ion-ios-rewind:before { content: "\f4a1" } .ion-ios-rewind-outline:before { content: "\f4a0" } .ion-ios-rose:before { content: "\f4a3" } .ion-ios-rose-outline:before { content: "\f4a2" } .ion-ios-search:before { content: "\f4a5" } .ion-ios-search-strong:before { content: "\f4a4" } .ion-ios-settings:before { content: "\f4a7" } .ion-ios-settings-strong:before { content: "\f4a6" } .ion-ios-shuffle:before { content: "\f4a9" } .ion-ios-shuffle-strong:before { content: "\f4a8" } .ion-ios-skipbackward:before { content: "\f4ab" } .ion-ios-skipbackward-outline:before { content: "\f4aa" } .ion-ios-skipforward:before { content: "\f4ad" } .ion-ios-skipforward-outline:before { content: "\f4ac" } .ion-ios-snowy:before { content: "\f4ae" } .ion-ios-speedometer:before { content: "\f4b0" } .ion-ios-speedometer-outline:before { content: "\f4af" } .ion-ios-star:before { content: "\f4b3" } .ion-ios-star-half:before { content: "\f4b1" } .ion-ios-star-outline:before { content: "\f4b2" } .ion-ios-stopwatch:before { content: "\f4b5" } .ion-ios-stopwatch-outline:before { content: "\f4b4" } .ion-ios-sunny:before { content: "\f4b7" } .ion-ios-sunny-outline:before { content: "\f4b6" } .ion-ios-telephone:before { content: "\f4b9" } .ion-ios-telephone-outline:before { content: "\f4b8" } .ion-ios-tennisball:before { content: "\f4bb" } .ion-ios-tennisball-outline:before { content: "\f4ba" } .ion-ios-thunderstorm:before { content: "\f4bd" } .ion-ios-thunderstorm-outline:before { content: "\f4bc" } .ion-ios-time:before { content: "\f4bf" } .ion-ios-time-outline:before { content: "\f4be" } .ion-ios-timer:before { content: "\f4c1" } .ion-ios-timer-outline:before { content: "\f4c0" } .ion-ios-toggle:before { content: "\f4c3" } .ion-ios-toggle-outline:before { content: "\f4c2" } .ion-ios-trash:before { content: "\f4c5" } .ion-ios-trash-outline:before { content: "\f4c4" } .ion-ios-undo:before { content: "\f4c7" } .ion-ios-undo-outline:before { content: "\f4c6" } .ion-ios-unlocked:before { content: "\f4c9" } .ion-ios-unlocked-outline:before { content: "\f4c8" } .ion-ios-upload:before { content: "\f4cb" } .ion-ios-upload-outline:before { content: "\f4ca" } .ion-ios-videocam:before { content: "\f4cd" } .ion-ios-videocam-outline:before { content: "\f4cc" } .ion-ios-volume-high:before { content: "\f4ce" } .ion-ios-volume-low:before { content: "\f4cf" } .ion-ios-wineglass:before { content: "\f4d1" } .ion-ios-wineglass-outline:before { content: "\f4d0" } .ion-ios-world:before { content: "\f4d3" } .ion-ios-world-outline:before { content: "\f4d2" } .ion-ipad:before { content: "\f1f9" } .ion-iphone:before { content: "\f1fa" } .ion-ipod:before { content: "\f1fb" } .ion-jet:before { content: "\f295" } .ion-key:before { content: "\f296" } .ion-knife:before { content: "\f297" } .ion-laptop:before { content: "\f1fc" } .ion-leaf:before { content: "\f1fd" } .ion-levels:before { content: "\f298" } .ion-lightbulb:before { content: "\f299" } .ion-link:before { content: "\f1fe" } .ion-load-a:before { content: "\f29a" } .ion-load-b:before { content: "\f29b" } .ion-load-c:before { content: "\f29c" } .ion-load-d:before { content: "\f29d" } .ion-location:before { content: "\f1ff" } .ion-lock-combination:before { content: "\f4d4" } .ion-locked:before { content: "\f200" } .ion-log-in:before { content: "\f29e" } .ion-log-out:before { content: "\f29f" } .ion-loop:before { content: "\f201" } .ion-magnet:before { content: "\f2a0" } .ion-male:before { content: "\f2a1" } .ion-man:before { content: "\f202" } .ion-map:before { content: "\f203" } .ion-medkit:before { content: "\f2a2" } .ion-merge:before { content: "\f33f" } .ion-mic-a:before { content: "\f204" } .ion-mic-b:before { content: "\f205" } .ion-mic-c:before { content: "\f206" } .ion-minus:before { content: "\f209" } .ion-minus-circled:before { content: "\f207" } .ion-minus-round:before { content: "\f208" } .ion-model-s:before { content: "\f2c1" } .ion-monitor:before { content: "\f20a" } .ion-more:before { content: "\f20b" } .ion-mouse:before { content: "\f340" } .ion-music-note:before { content: "\f20c" } .ion-navicon:before { content: "\f20e" } .ion-navicon-round:before { content: "\f20d" } .ion-navigate:before { content: "\f2a3" } .ion-network:before { content: "\f341" } .ion-no-smoking:before { content: "\f2c2" } .ion-nuclear:before { content: "\f2a4" } .ion-outlet:before { content: "\f342" } .ion-paintbrush:before { content: "\f4d5" } .ion-paintbucket:before { content: "\f4d6" } .ion-paper-airplane:before { content: "\f2c3" } .ion-paperclip:before { content: "\f20f" } .ion-pause:before { content: "\f210" } .ion-person:before { content: "\f213" } .ion-person-add:before { content: "\f211" } .ion-person-stalker:before { content: "\f212" } .ion-pie-graph:before { content: "\f2a5" } .ion-pin:before { content: "\f2a6" } .ion-pinpoint:before { content: "\f2a7" } .ion-pizza:before { content: "\f2a8" } .ion-plane:before { content: "\f214" } .ion-planet:before { content: "\f343" } .ion-play:before { content: "\f215" } .ion-playstation:before { content: "\f30a" } .ion-plus:before { content: "\f218" } .ion-plus-circled:before { content: "\f216" } .ion-plus-round:before { content: "\f217" } .ion-podium:before { content: "\f344" } .ion-pound:before { content: "\f219" } .ion-power:before { content: "\f2a9" } .ion-pricetag:before { content: "\f2aa" } .ion-pricetags:before { content: "\f2ab" } .ion-printer:before { content: "\f21a" } .ion-pull-request:before { content: "\f345" } .ion-qr-scanner:before { content: "\f346" } .ion-quote:before { content: "\f347" } .ion-radio-waves:before { content: "\f2ac" } .ion-record:before { content: "\f21b" } .ion-refresh:before { content: "\f21c" } .ion-reply:before { content: "\f21e" } .ion-reply-all:before { content: "\f21d" } .ion-ribbon-a:before { content: "\f348" } .ion-ribbon-b:before { content: "\f349" } .ion-sad:before { content: "\f34a" } .ion-sad-outline:before { content: "\f4d7" } .ion-scissors:before { content: "\f34b" } .ion-search:before { content: "\f21f" } .ion-settings:before { content: "\f2ad" } .ion-share:before { content: "\f220" } .ion-shuffle:before { content: "\f221" } .ion-skip-backward:before { content: "\f222" } .ion-skip-forward:before { content: "\f223" } .ion-social-android:before { content: "\f225" } .ion-social-android-outline:before { content: "\f224" } .ion-social-angular:before { content: "\f4d9" } .ion-social-angular-outline:before { content: "\f4d8" } .ion-social-apple:before { content: "\f227" } .ion-social-apple-outline:before { content: "\f226" } .ion-social-bitcoin:before { content: "\f2af" } .ion-social-bitcoin-outline:before { content: "\f2ae" } .ion-social-buffer:before { content: "\f229" } .ion-social-buffer-outline:before { content: "\f228" } .ion-social-chrome:before { content: "\f4db" } .ion-social-chrome-outline:before { content: "\f4da" } .ion-social-codepen:before { content: "\f4dd" } .ion-social-codepen-outline:before { content: "\f4dc" } .ion-social-css3:before { content: "\f4df" } .ion-social-css3-outline:before { content: "\f4de" } .ion-social-designernews:before { content: "\f22b" } .ion-social-designernews-outline:before { content: "\f22a" } .ion-social-dribbble:before { content: "\f22d" } .ion-social-dribbble-outline:before { content: "\f22c" } .ion-social-dropbox:before { content: "\f22f" } .ion-social-dropbox-outline:before { content: "\f22e" } .ion-social-euro:before { content: "\f4e1" } .ion-social-euro-outline:before { content: "\f4e0" } .ion-social-facebook:before { content: "\f231" } .ion-social-facebook-outline:before { content: "\f230" } .ion-social-foursquare:before { content: "\f34d" } .ion-social-foursquare-outline:before { content: "\f34c" } .ion-social-freebsd-devil:before { content: "\f2c4" } .ion-social-github:before { content: "\f233" } .ion-social-github-outline:before { content: "\f232" } .ion-social-google:before { content: "\f34f" } .ion-social-google-outline:before { content: "\f34e" } .ion-social-googleplus:before { content: "\f235" } .ion-social-googleplus-outline:before { content: "\f234" } .ion-social-hackernews:before { content: "\f237" } .ion-social-hackernews-outline:before { content: "\f236" } .ion-social-html5:before { content: "\f4e3" } .ion-social-html5-outline:before { content: "\f4e2" } .ion-social-instagram:before { content: "\f351" } .ion-social-instagram-outline:before { content: "\f350" } .ion-social-javascript:before { content: "\f4e5" } .ion-social-javascript-outline:before { content: "\f4e4" } .ion-social-linkedin:before { content: "\f239" } .ion-social-linkedin-outline:before { content: "\f238" } .ion-social-markdown:before { content: "\f4e6" } .ion-social-nodejs:before { content: "\f4e7" } .ion-social-octocat:before { content: "\f4e8" } .ion-social-pinterest:before { content: "\f2b1" } .ion-social-pinterest-outline:before { content: "\f2b0" } .ion-social-python:before { content: "\f4e9" } .ion-social-reddit:before { content: "\f23b" } .ion-social-reddit-outline:before { content: "\f23a" } .ion-social-rss:before { content: "\f23d" } .ion-social-rss-outline:before { content: "\f23c" } .ion-social-sass:before { content: "\f4ea" } .ion-social-skype:before { content: "\f23f" } .ion-social-skype-outline:before { content: "\f23e" } .ion-social-snapchat:before { content: "\f4ec" } .ion-social-snapchat-outline:before { content: "\f4eb" } .ion-social-tumblr:before { content: "\f241" } .ion-social-tumblr-outline:before { content: "\f240" } .ion-social-tux:before { content: "\f2c5" } .ion-social-twitch:before { content: "\f4ee" } .ion-social-twitch-outline:before { content: "\f4ed" } .ion-social-twitter:before { content: "\f243" } .ion-social-twitter-outline:before { content: "\f242" } .ion-social-usd:before { content: "\f353" } .ion-social-usd-outline:before { content: "\f352" } .ion-social-vimeo:before { content: "\f245" } .ion-social-vimeo-outline:before { content: "\f244" } .ion-social-whatsapp:before { content: "\f4f0" } .ion-social-whatsapp-outline:before { content: "\f4ef" } .ion-social-windows:before { content: "\f247" } .ion-social-windows-outline:before { content: "\f246" } .ion-social-wordpress:before { content: "\f249" } .ion-social-wordpress-outline:before { content: "\f248" } .ion-social-yahoo:before { content: "\f24b" } .ion-social-yahoo-outline:before { content: "\f24a" } .ion-social-yen:before { content: "\f4f2" } .ion-social-yen-outline:before { content: "\f4f1" } .ion-social-youtube:before { content: "\f24d" } .ion-social-youtube-outline:before { content: "\f24c" } .ion-soup-can:before { content: "\f4f4" } .ion-soup-can-outline:before { content: "\f4f3" } .ion-speakerphone:before { content: "\f2b2" } .ion-speedometer:before { content: "\f2b3" } .ion-spoon:before { content: "\f2b4" } .ion-star:before { content: "\f24e" } .ion-stats-bars:before { content: "\f2b5" } .ion-steam:before { content: "\f30b" } .ion-stop:before { content: "\f24f" } .ion-thermometer:before { content: "\f2b6" } .ion-thumbsdown:before { content: "\f250" } .ion-thumbsup:before { content: "\f251" } .ion-toggle:before { content: "\f355" } .ion-toggle-filled:before { content: "\f354" } .ion-transgender:before { content: "\f4f5" } .ion-trash-a:before { content: "\f252" } .ion-trash-b:before { content: "\f253" } .ion-trophy:before { content: "\f356" } .ion-tshirt:before { content: "\f4f7" } .ion-tshirt-outline:before { content: "\f4f6" } .ion-umbrella:before { content: "\f2b7" } .ion-university:before { content: "\f357" } .ion-unlocked:before { content: "\f254" } .ion-upload:before { content: "\f255" } .ion-usb:before { content: "\f2b8" } .ion-videocamera:before { content: "\f256" } .ion-volume-high:before { content: "\f257" } .ion-volume-low:before { content: "\f258" } .ion-volume-medium:before { content: "\f259" } .ion-volume-mute:before { content: "\f25a" } .ion-wand:before { content: "\f358" } .ion-waterdrop:before { content: "\f25b" } .ion-wifi:before { content: "\f25c" } .ion-wineglass:before { content: "\f2b9" } .ion-woman:before { content: "\f25d" } .ion-wrench:before { content: "\f2ba" } .ion-xbox:before { content: "\f30c" } @font-face { font-family: 'et-line'; src: url('../fonts/et-line.eot'); src: url('../fonts/et-lined41d.eot?#iefix') format('embedded-opentype'), url('../fonts/et-line.woff') format('woff'), url('../fonts/et-line.ttf') format('truetype'), url('../fonts/et-line.svg#et-line') format('svg'); font-weight: normal; font-style: normal; } /* Use the following CSS code if you want to use data attributes for inserting your icons */ [data-icon]:before { font-family: 'et-line'; content: attr(data-icon); speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: inline-block; } /* Use the following CSS code if you want to have a class per icon */ /*Instead of a list of all class selectors,you can use the generic selector below,but it's slower:[class*="icon-"]{*/ .icon-mobile, .icon-laptop, .icon-desktop, .icon-tablet, .icon-phone, .icon-document, .icon-documents, .icon-search, .icon-clipboard, .icon-newspaper, .icon-notebook, .icon-book-open, .icon-browser, .icon-calendar, .icon-presentation, .icon-picture, .icon-pictures, .icon-video, .icon-camera, .icon-printer, .icon-toolbox, .icon-briefcase, .icon-wallet, .icon-gift, .icon-bargraph, .icon-grid, .icon-expand, .icon-focus, .icon-edit, .icon-adjustments, .icon-ribbon, .icon-hourglass, .icon-lock, .icon-megaphone, .icon-shield, .icon-trophy, .icon-flag, .icon-map, .icon-puzzle, .icon-basket, .icon-envelope, .icon-streetsign, .icon-telescope, .icon-gears, .icon-key, .icon-paperclip, .icon-attachment, .icon-pricetags, .icon-lightbulb, .icon-layers, .icon-pencil, .icon-tools, .icon-tools-2, .icon-scissors, .icon-paintbrush, .icon-magnifying-glass, .icon-circle-compass, .icon-linegraph, .icon-mic, .icon-strategy, .icon-beaker, .icon-caution, .icon-recycle, .icon-anchor, .icon-profile-male, .icon-profile-female, .icon-bike, .icon-wine, .icon-hotairballoon, .icon-globe, .icon-genius, .icon-map-pin, .icon-dial, .icon-chat, .icon-heart, .icon-cloud, .icon-upload, .icon-download, .icon-target, .icon-hazardous, .icon-piechart, .icon-speedometer, .icon-global, .icon-compass, .icon-lifesaver, .icon-clock, .icon-aperture, .icon-quote, .icon-scope, .icon-alarmclock, .icon-refresh, .icon-happy, .icon-sad, .icon-facebook, .icon-twitter, .icon-googleplus, .icon-rss, .icon-tumblr, .icon-linkedin, .icon-dribbble { font-family: 'et-line'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: inline-block; } .icon-mobile:before { content: "\e000"; } .icon-laptop:before { content: "\e001"; } .icon-desktop:before { content: "\e002"; } .icon-tablet:before { content: "\e003"; } .icon-phone:before { content: "\e004"; } .icon-document:before { content: "\e005"; } .icon-documents:before { content: "\e006"; } .icon-search:before { content: "\e007"; } .icon-clipboard:before { content: "\e008"; } .icon-newspaper:before { content: "\e009"; } .icon-notebook:before { content: "\e00a"; } .icon-book-open:before { content: "\e00b"; } .icon-browser:before { content: "\e00c"; } .icon-calendar:before { content: "\e00d"; } .icon-presentation:before { content: "\e00e"; } .icon-picture:before { content: "\e00f"; } .icon-pictures:before { content: "\e010"; } .icon-video:before { content: "\e011"; } .icon-camera:before { content: "\e012"; } .icon-printer:before { content: "\e013"; } .icon-toolbox:before { content: "\e014"; } .icon-briefcase:before { content: "\e015"; } .icon-wallet:before { content: "\e016"; } .icon-gift:before { content: "\e017"; } .icon-bargraph:before { content: "\e018"; } .icon-grid:before { content: "\e019"; } .icon-expand:before { content: "\e01a"; } .icon-focus:before { content: "\e01b"; } .icon-edit:before { content: "\e01c"; } .icon-adjustments:before { content: "\e01d"; } .icon-ribbon:before { content: "\e01e"; } .icon-hourglass:before { content: "\e01f"; } .icon-lock:before { content: "\e020"; } .icon-megaphone:before { content: "\e021"; } .icon-shield:before { content: "\e022"; } .icon-trophy:before { content: "\e023"; } .icon-flag:before { content: "\e024"; } .icon-map:before { content: "\e025"; } .icon-puzzle:before { content: "\e026"; } .icon-basket:before { content: "\e027"; } .icon-envelope:before { content: "\e028"; } .icon-streetsign:before { content: "\e029"; } .icon-telescope:before { content: "\e02a"; } .icon-gears:before { content: "\e02b"; } .icon-key:before { content: "\e02c"; } .icon-paperclip:before { content: "\e02d"; } .icon-attachment:before { content: "\e02e"; } .icon-pricetags:before { content: "\e02f"; } .icon-lightbulb:before { content: "\e030"; } .icon-layers:before { content: "\e031"; } .icon-pencil:before { content: "\e032"; } .icon-tools:before { content: "\e033"; } .icon-tools-2:before { content: "\e034"; } .icon-scissors:before { content: "\e035"; } .icon-paintbrush:before { content: "\e036"; } .icon-magnifying-glass:before { content: "\e037"; } .icon-circle-compass:before { content: "\e038"; } .icon-linegraph:before { content: "\e039"; } .icon-mic:before { content: "\e03a"; } .icon-strategy:before { content: "\e03b"; } .icon-beaker:before { content: "\e03c"; } .icon-caution:before { content: "\e03d"; } .icon-recycle:before { content: "\e03e"; } .icon-anchor:before { content: "\e03f"; } .icon-profile-male:before { content: "\e040"; } .icon-profile-female:before { content: "\e041"; } .icon-bike:before { content: "\e042"; } .icon-wine:before { content: "\e043"; } .icon-hotairballoon:before { content: "\e044"; } .icon-globe:before { content: "\e045"; } .icon-genius:before { content: "\e046"; } .icon-map-pin:before { content: "\e047"; } .icon-dial:before { content: "\e048"; } .icon-chat:before { content: "\e049"; } .icon-heart:before { content: "\e04a"; } .icon-cloud:before { content: "\e04b"; } .icon-upload:before { content: "\e04c"; } .icon-download:before { content: "\e04d"; } .icon-target:before { content: "\e04e"; } .icon-hazardous:before { content: "\e04f"; } .icon-piechart:before { content: "\e050"; } .icon-speedometer:before { content: "\e051"; } .icon-global:before { content: "\e052"; } .icon-compass:before { content: "\e053"; } .icon-lifesaver:before { content: "\e054"; } .icon-clock:before { content: "\e055"; } .icon-aperture:before { content: "\e056"; } .icon-quote:before { content: "\e057"; } .icon-scope:before { content: "\e058"; } .icon-alarmclock:before { content: "\e059"; } .icon-refresh:before { content: "\e05a"; } .icon-happy:before { content: "\e05b"; } .icon-sad:before { content: "\e05c"; } .icon-facebook:before { content: "\e05d"; } .icon-twitter:before { content: "\e05e"; } .icon-googleplus:before { content: "\e05f"; } .icon-rss:before { content: "\e060"; } .icon-tumblr:before { content: "\e061"; } .icon-linkedin:before { content: "\e062"; } .icon-dribbble:before { content: "\e063"; } @font-face { font-family: "feather"; src: url('../fonts/feathere8ab.eot?t=1525787366991'); /* IE9*/ src: url('../fonts/feathere8ab.eot?t=1525787366991#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/feathere8ab.woff?t=1525787366991') format('woff'), /* chrome,firefox */ url('../fonts/feathere8ab.ttf?t=1525787366991') format('truetype'), /* chrome,firefox,opera,Safari,Android,iOS 4.2+*/ url('../fonts/feathere8ab.svg?t=1525787366991#feather') format('svg'); /* iOS 4.1- */ } .feather { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'feather' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .ft-alert-octagon:before { content: "\e81b"; } .ft-alert-circle:before { content: "\e81c"; } .ft-activity:before { content: "\e81d"; } .ft-alert-triangle:before { content: "\e81e"; } .ft-align-center:before { content: "\e81f"; } .ft-airplay:before { content: "\e820"; } .ft-align-justify:before { content: "\e821"; } .ft-align-left:before { content: "\e822"; } .ft-align-right:before { content: "\e823"; } .ft-arrow-down-left:before { content: "\e824"; } .ft-arrow-down-right:before { content: "\e825"; } .ft-anchor:before { content: "\e826"; } .ft-aperture:before { content: "\e827"; } .ft-arrow-left:before { content: "\e828"; } .ft-arrow-right:before { content: "\e829"; } .ft-arrow-down:before { content: "\e82a"; } .ft-arrow-up-left:before { content: "\e82b"; } .ft-arrow-up-right:before { content: "\e82c"; } .ft-arrow-up:before { content: "\e82d"; } .ft-award:before { content: "\e82e"; } .ft-bar-chart:before { content: "\e82f"; } .ft-at-sign:before { content: "\e830"; } .ft-bar-chart-2:before { content: "\e831"; } .ft-battery-charging:before { content: "\e832"; } .ft-bell-off:before { content: "\e833"; } .ft-battery:before { content: "\e834"; } .ft-bluetooth:before { content: "\e835"; } .ft-bell:before { content: "\e836"; } .ft-book:before { content: "\e837"; } .ft-briefcase:before { content: "\e838"; } .ft-camera-off:before { content: "\e839"; } .ft-calendar:before { content: "\e83a"; } .ft-bookmark:before { content: "\e83b"; } .ft-box:before { content: "\e83c"; } .ft-camera:before { content: "\e83d"; } .ft-check-circle:before { content: "\e83e"; } .ft-check:before { content: "\e83f"; } .ft-check-square:before { content: "\e840"; } .ft-cast:before { content: "\e841"; } .ft-chevron-down:before { content: "\e842"; } .ft-chevron-left:before { content: "\e843"; } .ft-chevron-right:before { content: "\e844"; } .ft-chevron-up:before { content: "\e845"; } .ft-chevrons-down:before { content: "\e846"; } .ft-chevrons-right:before { content: "\e847"; } .ft-chevrons-up:before { content: "\e848"; } .ft-chevrons-left:before { content: "\e849"; } .ft-circle:before { content: "\e84a"; } .ft-clipboard:before { content: "\e84b"; } .ft-chrome:before { content: "\e84c"; } .ft-clock:before { content: "\e84d"; } .ft-cloud-lightning:before { content: "\e84e"; } .ft-cloud-drizzle:before { content: "\e84f"; } .ft-cloud-rain:before { content: "\e850"; } .ft-cloud-off:before { content: "\e851"; } .ft-codepen:before { content: "\e852"; } .ft-cloud-snow:before { content: "\e853"; } .ft-compass:before { content: "\e854"; } .ft-copy:before { content: "\e855"; } .ft-corner-down-right:before { content: "\e856"; } .ft-corner-down-left:before { content: "\e857"; } .ft-corner-left-down:before { content: "\e858"; } .ft-corner-left-up:before { content: "\e859"; } .ft-corner-up-left:before { content: "\e85a"; } .ft-corner-up-right:before { content: "\e85b"; } .ft-corner-right-down:before { content: "\e85c"; } .ft-corner-right-up:before { content: "\e85d"; } .ft-cpu:before { content: "\e85e"; } .ft-credit-card:before { content: "\e85f"; } .ft-crosshair:before { content: "\e860"; } .ft-disc:before { content: "\e861"; } .ft-delete:before { content: "\e862"; } .ft-download-cloud:before { content: "\e863"; } .ft-download:before { content: "\e864"; } .ft-droplet:before { content: "\e865"; } .ft-edit-2:before { content: "\e866"; } .ft-edit:before { content: "\e867"; } .ft-edit-1:before { content: "\e868"; } .ft-external-link:before { content: "\e869"; } .ft-eye:before { content: "\e86a"; } .ft-feather:before { content: "\e86b"; } .ft-facebook:before { content: "\e86c"; } .ft-file-minus:before { content: "\e86d"; } .ft-eye-off:before { content: "\e86e"; } .ft-fast-forward:before { content: "\e86f"; } .ft-file-text:before { content: "\e870"; } .ft-film:before { content: "\e871"; } .ft-file:before { content: "\e872"; } .ft-file-plus:before { content: "\e873"; } .ft-folder:before { content: "\e874"; } .ft-filter:before { content: "\e875"; } .ft-flag:before { content: "\e876"; } .ft-globe:before { content: "\e877"; } .ft-grid:before { content: "\e878"; } .ft-heart:before { content: "\e879"; } .ft-home:before { content: "\e87a"; } .ft-github:before { content: "\e87b"; } .ft-image:before { content: "\e87c"; } .ft-inbox:before { content: "\e87d"; } .ft-layers:before { content: "\e87e"; } .ft-info:before { content: "\e87f"; } .ft-instagram:before { content: "\e880"; } .ft-layout:before { content: "\e881"; } .ft-link-2:before { content: "\e882"; } .ft-life-buoy:before { content: "\e883"; } .ft-link:before { content: "\e884"; } .ft-log-in:before { content: "\e885"; } .ft-list:before { content: "\e886"; } .ft-lock:before { content: "\e887"; } .ft-log-out:before { content: "\e888"; } .ft-loader:before { content: "\e889"; } .ft-mail:before { content: "\e88a"; } .ft-maximize-2:before { content: "\e88b"; } .ft-map:before { content: "\e88c"; } .ft-map-pin:before { content: "\e88e"; } .ft-menu:before { content: "\e88f"; } .ft-message-circle:before { content: "\e890"; } .ft-message-square:before { content: "\e891"; } .ft-minimize-2:before { content: "\e892"; } .ft-mic-off:before { content: "\e893"; } .ft-minus-circle:before { content: "\e894"; } .ft-mic:before { content: "\e895"; } .ft-minus-square:before { content: "\e896"; } .ft-minus:before { content: "\e897"; } .ft-moon:before { content: "\e898"; } .ft-monitor:before { content: "\e899"; } .ft-more-vertical:before { content: "\e89a"; } .ft-more-horizontal:before { content: "\e89b"; } .ft-move:before { content: "\e89c"; } .ft-music:before { content: "\e89d"; } .ft-navigation-2:before { content: "\e89e"; } .ft-navigation:before { content: "\e89f"; } .ft-octagon:before { content: "\e8a0"; } .ft-package:before { content: "\e8a1"; } .ft-pause-circle:before { content: "\e8a2"; } .ft-pause:before { content: "\e8a3"; } .ft-percent:before { content: "\e8a4"; } .ft-phone-call:before { content: "\e8a5"; } .ft-phone-forwarded:before { content: "\e8a6"; } .ft-phone-missed:before { content: "\e8a7"; } .ft-phone-off:before { content: "\e8a8"; } .ft-phone-incoming:before { content: "\e8a9"; } .ft-phone:before { content: "\e8aa"; } .ft-phone-outgoing:before { content: "\e8ab"; } .ft-pie-chart:before { content: "\e8ac"; } .ft-play-circle:before { content: "\e8ad"; } .ft-play:before { content: "\e8ae"; } .ft-plus-square:before { content: "\e8af"; } .ft-plus-circle:before { content: "\e8b0"; } .ft-plus:before { content: "\e8b1"; } .ft-pocket:before { content: "\e8b2"; } .ft-printer:before { content: "\e8b3"; } .ft-power:before { content: "\e8b4"; } .ft-radio:before { content: "\e8b5"; } .ft-repeat:before { content: "\e8b6"; } .ft-refresh-ccw:before { content: "\e8b7"; } .ft-rewind:before { content: "\e8b8"; } .ft-rotate-ccw:before { content: "\e8b9"; } .ft-refresh-cw:before { content: "\e8ba"; } .ft-rotate-cw:before { content: "\e8bb"; } .ft-save:before { content: "\e8bc"; } .ft-search:before { content: "\e8bd"; } .ft-server:before { content: "\e8be"; } .ft-scissors:before { content: "\e8bf"; } .ft-share-2:before { content: "\e8c0"; } .ft-share:before { content: "\e8c1"; } .ft-shield:before { content: "\e8c2"; } .ft-settings:before { content: "\e8c3"; } .ft-skip-back:before { content: "\e8c4"; } .ft-shuffle:before { content: "\e8c5"; } .ft-sidebar:before { content: "\e8c6"; } .ft-skip-forward:before { content: "\e8c7"; } .ft-slack:before { content: "\e8c8"; } .ft-slash:before { content: "\e8c9"; } .ft-smartphone:before { content: "\e8ca"; } .ft-square:before { content: "\e8cb"; } .ft-speaker:before { content: "\e8cc"; } .ft-star:before { content: "\e8cd"; } .ft-stop-circle:before { content: "\e8ce"; } .ft-sun:before { content: "\e8cf"; } .ft-sunrise:before { content: "\e8d0"; } .ft-tablet:before { content: "\e8d1"; } .ft-tag:before { content: "\e8d2"; } .ft-sunset:before { content: "\e8d3"; } .ft-target:before { content: "\e8d4"; } .ft-thermometer:before { content: "\e8d5"; } .ft-thumbs-up:before { content: "\e8d6"; } .ft-thumbs-down:before { content: "\e8d7"; } .ft-toggle-left:before { content: "\e8d8"; } .ft-toggle-right:before { content: "\e8d9"; } .ft-trash-2:before { content: "\e8da"; } .ft-trash:before { content: "\e8db"; } .ft-trending-up:before { content: "\e8dc"; } .ft-trending-down:before { content: "\e8dd"; } .ft-triangle:before { content: "\e8de"; } .ft-type:before { content: "\e8df"; } .ft-twitter:before { content: "\e8e0"; } .ft-upload:before { content: "\e8e1"; } .ft-umbrella:before { content: "\e8e2"; } .ft-upload-cloud:before { content: "\e8e3"; } .ft-unlock:before { content: "\e8e4"; } .ft-user-check:before { content: "\e8e5"; } .ft-user-minus:before { content: "\e8e6"; } .ft-user-plus:before { content: "\e8e7"; } .ft-user-x:before { content: "\e8e8"; } .ft-user:before { content: "\e8e9"; } .ft-users:before { content: "\e8ea"; } .ft-video-off:before { content: "\e8eb"; } .ft-video:before { content: "\e8ec"; } .ft-voicemail:before { content: "\e8ed"; } .ft-volume-x:before { content: "\e8ee"; } .ft-volume-2:before { content: "\e8ef"; } .ft-volume-1:before { content: "\e8f0"; } .ft-volume:before { content: "\e8f1"; } .ft-watch:before { content: "\e8f2"; } .ft-wifi:before { content: "\e8f3"; } .ft-x-square:before { content: "\e8f4"; } .ft-wind:before { content: "\e8f5"; } .ft-x:before { content: "\e8f6"; } .ft-x-circle:before { content: "\e8f7"; } .ft-zap:before { content: "\e8f8"; } .ft-zoom-in:before { content: "\e8f9"; } .ft-zoom-out:before { content: "\e8fa"; } .ft-command:before { content: "\e8fb"; } .ft-cloud:before { content: "\e8fc"; } .ft-hash:before { content: "\e8fd"; } .ft-headphones:before { content: "\e8fe"; } .ft-underline:before { content: "\e8ff"; } .ft-italic:before { content: "\e900"; } .ft-bold:before { content: "\e901"; } .ft-crop:before { content: "\e902"; } .ft-help-circle:before { content: "\e903"; } .ft-paperclip:before { content: "\e904"; } .ft-shopping-cart:before { content: "\e905"; } .ft-tv:before { content: "\e906"; } .ft-wifi-off:before { content: "\e907"; } .ft-minimize:before { content: "\e88d"; } .ft-maximize:before { content: "\e908"; } .ft-gitlab:before { content: "\e909"; } .ft-sliders:before { content: "\e90a"; } .ft-star-on:before { content: "\e90b"; } .ft-heart-on:before { content: "\e90c"; } .ft-archive:before { content: "\e90d"; } .ft-arrow-down-circle:before { content: "\e90e"; } .ft-arrow-up-circle:before { content: "\e90f"; } .ft-arrow-left-circle:before { content: "\e910"; } .ft-arrow-right-circle:before { content: "\e911"; } .ft-bar-chart-line-:before { content: "\e912"; } .ft-bar-chart-line:before { content: "\e913"; } .ft-book-open:before { content: "\e914"; } .ft-code:before { content: "\e915"; } .ft-database:before { content: "\e916"; } .ft-dollar-sign:before { content: "\e917"; } .ft-folder-plus:before { content: "\e918"; } .ft-gift:before { content: "\e919"; } .ft-folder-minus:before { content: "\e91a"; } .ft-git-commit:before { content: "\e91b"; } .ft-git-branch:before { content: "\e91c"; } .ft-git-pull-request:before { content: "\e91d"; } .ft-git-merge:before { content: "\e91e"; } .ft-linkedin:before { content: "\e91f"; } .ft-hard-drive:before { content: "\e920"; } .ft-more-vertical-:before { content: "\e921"; } .ft-more-horizontal-:before { content: "\e922"; } .ft-rss:before { content: "\e923"; } .ft-send:before { content: "\e924"; } .ft-shield-off:before { content: "\e925"; } .ft-shopping-bag:before { content: "\e926"; } .ft-terminal:before { content: "\e927"; } .ft-truck:before { content: "\e928"; } .ft-zap-off:before { content: "\e929"; } .ft-youtube:before { content: "\e92a"; } /*!* metismenu - v2.7.8* A jQuery menu plugin* https://github.com/onokumus/metismenu#readme** Made by <NAME> <<EMAIL>>(https://github.com/onokumus)* Under MIT License*/ .metismenu .arrow { float: right; line-height: 1.42857; } *[dir="rtl"] .metismenu .arrow { float: left; } /* * Require Bootstrap 3.x * https://github.com/twbs/bootstrap */ .metismenu .glyphicon.arrow:before { content: "\e079"; } .metismenu .active>a>.glyphicon.arrow:before { content: "\e114"; } /* * Require Font-Awesome * http://fortawesome.github.io/Font-Awesome/ */ .metismenu .fa.arrow:before { content: "\f104"; } .metismenu .active>a>.fa.arrow:before { content: "\f107"; } /* * Require Ionicons * http://ionicons.com/ */ .metismenu .ion.arrow:before { content: "\f3d2" } .metismenu .active>a>.ion.arrow:before { content: "\f3d0"; } .metismenu .plus-times { float: right; } *[dir="rtl"] .metismenu .plus-times { float: left; } .metismenu .fa.plus-times:before { content: "\f067"; } .metismenu .active>a>.fa.plus-times { -webkit-transform: rotate(45deg); transform: rotate(45deg); } .metismenu .plus-minus { float: right; } *[dir="rtl"] .metismenu .plus-minus { float: left; } .metismenu .fa.plus-minus:before { content: "\f067"; } .metismenu .active>a>.fa.plus-minus:before { content: "\f068"; } .metismenu .collapse { display: none; } .metismenu .collapse.in { display: block; } .metismenu .collapsing { position: relative; height: 0; overflow: hidden; transition-timing-function: ease; transition-duration: .35s; transition-property: height, visibility; } .metismenu .has-arrow { position: relative; } .metismenu .has-arrow::after { position: absolute; content: ''; width: .5em; height: .5em; border-width: 1px 0 0 1px; border-style: solid; border-color: initial; right: 1em; -webkit-transform: rotate(-45deg) translate(0, -50%); transform: rotate(-45deg) translate(0, -50%); -webkit-transform-origin: top; transform-origin: top; top: 50%; transition: all .3s ease-out; } *[dir="rtl"] .metismenu .has-arrow::after { right: auto; left: 1em; -webkit-transform: rotate(135deg) translate(0, -50%); transform: rotate(135deg) translate(0, -50%); } .metismenu .active>.has-arrow::after, .metismenu .has-arrow[aria-expanded="true"]::after { -webkit-transform: rotate(-135deg) translate(0, -50%); transform: rotate(-135deg) translate(0, -50%); } *[dir="rtl"] .metismenu .active>.has-arrow::after, *[dir="rtl"] .metismenu .has-arrow[aria-expanded="true"]::after { -webkit-transform: rotate(225deg) translate(0, -50%); transform: rotate(225deg) translate(0, -50%); } /*# sourceMappingURL=metisMenu.css.map */ /*! * SlickNav Responsive Mobile Menu v1.0.10 * (c) 2016 <NAME> * licensed under MIT */ .slicknav_btn, .slicknav_nav .slicknav_item { cursor: pointer } .slicknav_menu, .slicknav_menu * { box-sizing: border-box } .slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: .438em .625em; line-height: 1.125em } .slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar { margin-top: .188em } .slicknav_menu .slicknav_menutxt { display: block; line-height: 1.188em; float: left; color: #fff; font-weight: 700; text-shadow: 0 1px 3px #000 } .slicknav_menu .slicknav_icon { float: left; width: 1.125em; height: .875em; margin: .188em 0 0 .438em } .slicknav_menu .slicknav_icon:before { background: 0 0; width: 1.125em; height: .875em; display: block; content: ""; position: absolute } .slicknav_menu .slicknav_no-text { margin: 0 } .slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: .125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .25); box-shadow: 0 1px 0 rgba(0, 0, 0, .25) } .slicknav_menu:after, .slicknav_menu:before { content: " "; display: table } .slicknav_menu:after { clear: both } .slicknav_nav li, .slicknav_nav ul { display: block } .slicknav_nav .slicknav_arrow { font-size: .8em; margin: 0 0 0 .4em } .slicknav_nav .slicknav_item a { display: inline } .slicknav_nav .slicknav_row, .slicknav_nav a { display: block } .slicknav_nav .slicknav_parent-link a { display: inline } .slicknav_menu { *zoom: 1; font-size: 16px; background: #4c4c4c; padding: 5px } .slicknav_nav, .slicknav_nav ul { list-style: none; overflow: hidden; padding: 0 } .slicknav_menu .slicknav_icon-bar { background-color: #fff } .slicknav_btn { margin: 5px 5px 6px; text-decoration: none; text-shadow: 0 1px 1px rgba(255, 255, 255, .75); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background-color: #222 } .slicknav_nav { clear: both; color: #fff; margin: 0; font-size: .875em } .slicknav_nav ul { margin: 0 0 0 20px } .slicknav_nav .slicknav_row, .slicknav_nav a { padding: 5px 10px; margin: 2px 5px } .slicknav_nav .slicknav_row:hover { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; background: #ccc; color: #fff } .slicknav_nav a { text-decoration: none; color: #fff } .slicknav_nav a:hover { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; background: #ccc; color: #222 } .slicknav_nav .slicknav_txtnode { margin-left: 15px } .slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a { padding: 0; margin: 0 } .slicknav_brand { float: left; color: #fff; font-size: 18px; line-height: 30px; padding: 7px 12px; height: 44px } @font-face { font-family: "feather"; src: url('../fonts/feathere8ab.eot?t=1525787366991'); /* IE9*/ src: url('../fonts/feathere8ab.eot?t=1525787366991#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/feathere8ab.woff?t=1525787366991') format('woff'), /* chrome,firefox */ url('../fonts/feathere8ab.ttf?t=1525787366991') format('truetype'), /* chrome,firefox,opera,Safari,Android,iOS 4.2+*/ url('../fonts/feathere8ab.svg?t=1525787366991#feather') format('svg'); /* iOS 4.1- */ } .feather { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'feather' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .ft-alert-octagon:before { content: "\e81b"; } .ft-alert-circle:before { content: "\e81c"; } .ft-activity:before { content: "\e81d"; } .ft-alert-triangle:before { content: "\e81e"; } .ft-align-center:before { content: "\e81f"; } .ft-airplay:before { content: "\e820"; } .ft-align-justify:before { content: "\e821"; } .ft-align-left:before { content: "\e822"; } .ft-align-right:before { content: "\e823"; } .ft-arrow-down-left:before { content: "\e824"; } .ft-arrow-down-right:before { content: "\e825"; } .ft-anchor:before { content: "\e826"; } .ft-aperture:before { content: "\e827"; } .ft-arrow-left:before { content: "\e828"; } .ft-arrow-right:before { content: "\e829"; } .ft-arrow-down:before { content: "\e82a"; } .ft-arrow-up-left:before { content: "\e82b"; } .ft-arrow-up-right:before { content: "\e82c"; } .ft-arrow-up:before { content: "\e82d"; } .ft-award:before { content: "\e82e"; } .ft-bar-chart:before { content: "\e82f"; } .ft-at-sign:before { content: "\e830"; } .ft-bar-chart-2:before { content: "\e831"; } .ft-battery-charging:before { content: "\e832"; } .ft-bell-off:before { content: "\e833"; } .ft-battery:before { content: "\e834"; } .ft-bluetooth:before { content: "\e835"; } .ft-bell:before { content: "\e836"; } .ft-book:before { content: "\e837"; } .ft-briefcase:before { content: "\e838"; } .ft-camera-off:before { content: "\e839"; } .ft-calendar:before { content: "\e83a"; } .ft-bookmark:before { content: "\e83b"; } .ft-box:before { content: "\e83c"; } .ft-camera:before { content: "\e83d"; } .ft-check-circle:before { content: "\e83e"; } .ft-check:before { content: "\e83f"; } .ft-check-square:before { content: "\e840"; } .ft-cast:before { content: "\e841"; } .ft-chevron-down:before { content: "\e842"; } .ft-chevron-left:before { content: "\e843"; } .ft-chevron-right:before { content: "\e844"; } .ft-chevron-up:before { content: "\e845"; } .ft-chevrons-down:before { content: "\e846"; } .ft-chevrons-right:before { content: "\e847"; } .ft-chevrons-up:before { content: "\e848"; } .ft-chevrons-left:before { content: "\e849"; } .ft-circle:before { content: "\e84a"; } .ft-clipboard:before { content: "\e84b"; } .ft-chrome:before { content: "\e84c"; } .ft-clock:before { content: "\e84d"; } .ft-cloud-lightning:before { content: "\e84e"; } .ft-cloud-drizzle:before { content: "\e84f"; } .ft-cloud-rain:before { content: "\e850"; } .ft-cloud-off:before { content: "\e851"; } .ft-codepen:before { content: "\e852"; } .ft-cloud-snow:before { content: "\e853"; } .ft-compass:before { content: "\e854"; } .ft-copy:before { content: "\e855"; } .ft-corner-down-right:before { content: "\e856"; } .ft-corner-down-left:before { content: "\e857"; } .ft-corner-left-down:before { content: "\e858"; } .ft-corner-left-up:before { content: "\e859"; } .ft-corner-up-left:before { content: "\e85a"; } .ft-corner-up-right:before { content: "\e85b"; } .ft-corner-right-down:before { content: "\e85c"; } .ft-corner-right-up:before { content: "\e85d"; } .ft-cpu:before { content: "\e85e"; } .ft-credit-card:before { content: "\e85f"; } .ft-crosshair:before { content: "\e860"; } .ft-disc:before { content: "\e861"; } .ft-delete:before { content: "\e862"; } .ft-download-cloud:before { content: "\e863"; } .ft-download:before { content: "\e864"; } .ft-droplet:before { content: "\e865"; } .ft-edit-2:before { content: "\e866"; } .ft-edit:before { content: "\e867"; } .ft-edit-1:before { content: "\e868"; } .ft-external-link:before { content: "\e869"; } .ft-eye:before { content: "\e86a"; } .ft-feather:before { content: "\e86b"; } .ft-facebook:before { content: "\e86c"; } .ft-file-minus:before { content: "\e86d"; } .ft-eye-off:before { content: "\e86e"; } .ft-fast-forward:before { content: "\e86f"; } .ft-file-text:before { content: "\e870"; } .ft-film:before { content: "\e871"; } .ft-file:before { content: "\e872"; } .ft-file-plus:before { content: "\e873"; } .ft-folder:before { content: "\e874"; } .ft-filter:before { content: "\e875"; } .ft-flag:before { content: "\e876"; } .ft-globe:before { content: "\e877"; } .ft-grid:before { content: "\e878"; } .ft-heart:before { content: "\e879"; } .ft-home:before { content: "\e87a"; } .ft-github:before { content: "\e87b"; } .ft-image:before { content: "\e87c"; } .ft-inbox:before { content: "\e87d"; } .ft-layers:before { content: "\e87e"; } .ft-info:before { content: "\e87f"; } .ft-instagram:before { content: "\e880"; } .ft-layout:before { content: "\e881"; } .ft-link-2:before { content: "\e882"; } .ft-life-buoy:before { content: "\e883"; } .ft-link:before { content: "\e884"; } .ft-log-in:before { content: "\e885"; } .ft-list:before { content: "\e886"; } .ft-lock:before { content: "\e887"; } .ft-log-out:before { content: "\e888"; } .ft-loader:before { content: "\e889"; } .ft-mail:before { content: "\e88a"; } .ft-maximize-2:before { content: "\e88b"; } .ft-map:before { content: "\e88c"; } .ft-map-pin:before { content: "\e88e"; } .ft-menu:before { content: "\e88f"; } .ft-message-circle:before { content: "\e890"; } .ft-message-square:before { content: "\e891"; } .ft-minimize-2:before { content: "\e892"; } .ft-mic-off:before { content: "\e893"; } .ft-minus-circle:before { content: "\e894"; } .ft-mic:before { content: "\e895"; } .ft-minus-square:before { content: "\e896"; } .ft-minus:before { content: "\e897"; } .ft-moon:before { content: "\e898"; } .ft-monitor:before { content: "\e899"; } .ft-more-vertical:before { content: "\e89a"; } .ft-more-horizontal:before { content: "\e89b"; } .ft-move:before { content: "\e89c"; } .ft-music:before { content: "\e89d"; } .ft-navigation-2:before { content: "\e89e"; } .ft-navigation:before { content: "\e89f"; } .ft-octagon:before { content: "\e8a0"; } .ft-package:before { content: "\e8a1"; } .ft-pause-circle:before { content: "\e8a2"; } .ft-pause:before { content: "\e8a3"; } .ft-percent:before { content: "\e8a4"; } .ft-phone-call:before { content: "\e8a5"; } .ft-phone-forwarded:before { content: "\e8a6"; } .ft-phone-missed:before { content: "\e8a7"; } .ft-phone-off:before { content: "\e8a8"; } .ft-phone-incoming:before { content: "\e8a9"; } .ft-phone:before { content: "\e8aa"; } .ft-phone-outgoing:before { content: "\e8ab"; } .ft-pie-chart:before { content: "\e8ac"; } .ft-play-circle:before { content: "\e8ad"; } .ft-play:before { content: "\e8ae"; } .ft-plus-square:before { content: "\e8af"; } .ft-plus-circle:before { content: "\e8b0"; } .ft-plus:before { content: "\e8b1"; } .ft-pocket:before { content: "\e8b2"; } .ft-printer:before { content: "\e8b3"; } .ft-power:before { content: "\e8b4"; } .ft-radio:before { content: "\e8b5"; } .ft-repeat:before { content: "\e8b6"; } .ft-refresh-ccw:before { content: "\e8b7"; } .ft-rewind:before { content: "\e8b8"; } .ft-rotate-ccw:before { content: "\e8b9"; } .ft-refresh-cw:before { content: "\e8ba"; } .ft-rotate-cw:before { content: "\e8bb"; } .ft-save:before { content: "\e8bc"; } .ft-search:before { content: "\e8bd"; } .ft-server:before { content: "\e8be"; } .ft-scissors:before { content: "\e8bf"; } .ft-share-2:before { content: "\e8c0"; } .ft-share:before { content: "\e8c1"; } .ft-shield:before { content: "\e8c2"; } .ft-settings:before { content: "\e8c3"; } .ft-skip-back:before { content: "\e8c4"; } .ft-shuffle:before { content: "\e8c5"; } .ft-sidebar:before { content: "\e8c6"; } .ft-skip-forward:before { content: "\e8c7"; } .ft-slack:before { content: "\e8c8"; } .ft-slash:before { content: "\e8c9"; } .ft-smartphone:before { content: "\e8ca"; } .ft-square:before { content: "\e8cb"; } .ft-speaker:before { content: "\e8cc"; } .ft-star:before { content: "\e8cd"; } .ft-stop-circle:before { content: "\e8ce"; } .ft-sun:before { content: "\e8cf"; } .ft-sunrise:before { content: "\e8d0"; } .ft-tablet:before { content: "\e8d1"; } .ft-tag:before { content: "\e8d2"; } .ft-sunset:before { content: "\e8d3"; } .ft-target:before { content: "\e8d4"; } .ft-thermometer:before { content: "\e8d5"; } .ft-thumbs-up:before { content: "\e8d6"; } .ft-thumbs-down:before { content: "\e8d7"; } .ft-toggle-left:before { content: "\e8d8"; } .ft-toggle-right:before { content: "\e8d9"; } .ft-trash-2:before { content: "\e8da"; } .ft-trash:before { content: "\e8db"; } .ft-trending-up:before { content: "\e8dc"; } .ft-trending-down:before { content: "\e8dd"; } .ft-triangle:before { content: "\e8de"; } .ft-type:before { content: "\e8df"; } .ft-twitter:before { content: "\e8e0"; } .ft-upload:before { content: "\e8e1"; } .ft-umbrella:before { content: "\e8e2"; } .ft-upload-cloud:before { content: "\e8e3"; } .ft-unlock:before { content: "\e8e4"; } .ft-user-check:before { content: "\e8e5"; } .ft-user-minus:before { content: "\e8e6"; } .ft-user-plus:before { content: "\e8e7"; } .ft-user-x:before { content: "\e8e8"; } .ft-user:before { content: "\e8e9"; } .ft-users:before { content: "\e8ea"; } .ft-video-off:before { content: "\e8eb"; } .ft-video:before { content: "\e8ec"; } .ft-voicemail:before { content: "\e8ed"; } .ft-volume-x:before { content: "\e8ee"; } .ft-volume-2:before { content: "\e8ef"; } .ft-volume-1:before { content: "\e8f0"; } .ft-volume:before { content: "\e8f1"; } .ft-watch:before { content: "\e8f2"; } .ft-wifi:before { content: "\e8f3"; } .ft-x-square:before { content: "\e8f4"; } .ft-wind:before { content: "\e8f5"; } .ft-x:before { content: "\e8f6"; } .ft-x-circle:before { content: "\e8f7"; } .ft-zap:before { content: "\e8f8"; } .ft-zoom-in:before { content: "\e8f9"; } .ft-zoom-out:before { content: "\e8fa"; } .ft-command:before { content: "\e8fb"; } .ft-cloud:before { content: "\e8fc"; } .ft-hash:before { content: "\e8fd"; } .ft-headphones:before { content: "\e8fe"; } .ft-underline:before { content: "\e8ff"; } .ft-italic:before { content: "\e900"; } .ft-bold:before { content: "\e901"; } .ft-crop:before { content: "\e902"; } .ft-help-circle:before { content: "\e903"; } .ft-paperclip:before { content: "\e904"; } .ft-shopping-cart:before { content: "\e905"; } .ft-tv:before { content: "\e906"; } .ft-wifi-off:before { content: "\e907"; } .ft-minimize:before { content: "\e88d"; } .ft-maximize:before { content: "\e908"; } .ft-gitlab:before { content: "\e909"; } .ft-sliders:before { content: "\e90a"; } .ft-star-on:before { content: "\e90b"; } .ft-heart-on:before { content: "\e90c"; } .ft-archive:before { content: "\e90d"; } .ft-arrow-down-circle:before { content: "\e90e"; } .ft-arrow-up-circle:before { content: "\e90f"; } .ft-arrow-left-circle:before { content: "\e910"; } .ft-arrow-right-circle:before { content: "\e911"; } .ft-bar-chart-line-:before { content: "\e912"; } .ft-bar-chart-line:before { content: "\e913"; } .ft-book-open:before { content: "\e914"; } .ft-code:before { content: "\e915"; } .ft-database:before { content: "\e916"; } .ft-dollar-sign:before { content: "\e917"; } .ft-folder-plus:before { content: "\e918"; } .ft-gift:before { content: "\e919"; } .ft-folder-minus:before { content: "\e91a"; } .ft-git-commit:before { content: "\e91b"; } .ft-git-branch:before { content: "\e91c"; } .ft-git-pull-request:before { content: "\e91d"; } .ft-git-merge:before { content: "\e91e"; } .ft-linkedin:before { content: "\e91f"; } .ft-hard-drive:before { content: "\e920"; } .ft-more-vertical-:before { content: "\e921"; } .ft-more-horizontal-:before { content: "\e922"; } .ft-rss:before { content: "\e923"; } .ft-send:before { content: "\e924"; } .ft-shield-off:before { content: "\e925"; } .ft-shopping-bag:before { content: "\e926"; } .ft-terminal:before { content: "\e927"; } .ft-truck:before { content: "\e928"; } .ft-zap-off:before { content: "\e929"; } .ft-youtube:before { content: "\e92a"; } .ps { overflow: hidden !important; overflow-anchor: none; -ms-overflow-style: none; touch-action: auto; -ms-touch-action: auto } .ps__rail-x { display: none; opacity: 0; transition: background-color .2s linear, opacity .2s linear; -webkit-transition: background-color .2s linear, opacity .2s linear; height: 15px; bottom: 0; position: absolute } .ps__rail-y { display: none; opacity: 0; transition: background-color .2s linear, opacity .2s linear; -webkit-transition: background-color .2s linear, opacity .2s linear; width: 15px; right: 0; position: absolute } .ps--active-x>.ps__rail-x, .ps--active-y>.ps__rail-y { display: block; background-color: transparent } .ps--focus>.ps__rail-x, .ps--focus>.ps__rail-y, .ps--scrolling-x>.ps__rail-x, .ps--scrolling-y>.ps__rail-y, .ps:hover>.ps__rail-x, .ps:hover>.ps__rail-y { opacity: .6 } .ps .ps__rail-x.ps--clicking, .ps .ps__rail-x:focus, .ps .ps__rail-x:hover, .ps .ps__rail-y.ps--clicking, .ps .ps__rail-y:focus, .ps .ps__rail-y:hover { background-color: #eee; opacity: .9 } .ps__thumb-x { background-color: #aaa; border-radius: 6px; transition: background-color .2s linear, height .2s ease-in-out; -webkit-transition: background-color .2s linear, height .2s ease-in-out; height: 6px; bottom: 2px; position: absolute } .ps__thumb-y { background-color: #aaa; border-radius: 6px; transition: background-color .2s linear, width .2s ease-in-out; -webkit-transition: background-color .2s linear, width .2s ease-in-out; width: 6px; right: 2px; position: absolute } .ps__rail-x.ps--clicking .ps__thumb-x, .ps__rail-x:focus>.ps__thumb-x, .ps__rail-x:hover>.ps__thumb-x { background-color: #999; height: 11px } .ps__rail-y.ps--clicking .ps__thumb-y, .ps__rail-y:focus>.ps__thumb-y, .ps__rail-y:hover>.ps__thumb-y { background-color: #999; width: 11px } @supports (-ms-overflow-style:none) { .ps { overflow: auto !important } } @media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) { .ps { overflow: auto !important } } /*# sourceMappingURL=perfect-scrollbar.min.css.map */
0.467332
0.147248
#cas form { display: block; margin: 18px 0 0; padding: 0; width: 100%; background: #fff; } #cas fieldset { border: 0; margin: 0; padding: 0; float: left; clear: none; width: auto; } #cas fieldset legend { display: none; } #cas #login { float: left; margin: 0 -30em 0 0; padding: 15px; width: 25em; min-height: 15em; background: #fff url(../images/key-point_back.gif) right repeat-y; position: relative; border: 0; } #cas #login h2 { border-bottom: 1px solid #ddd; padding: 3px 0; font: normal 400 17px Georgia, "Times New Roman" , Times, serif; text-transform: capitalize; color: #333; } #cas #login label { font-size: 11px; } #cas #login label span.accesskey { text-decoration: underline; } #cas #login input { letter-spacing: 1px; } #cas #login .check input { position: relative; left: -4px; height: auto; } #cas #login .check label { float: none; xwidth: auto; line-height: 1.8; } #cas #login .btn-row { position: relative; top: 15px; padding-top: 10px; border-top: 1px solid #ddd; } * html #cas #login .btn-row { top: 5px; } /* IE6 */ #cas #login .btn-submit { float: none; clear: none; display: inline; letter-spacing: 0; } * html #cas #login .btn-submit { background: #ffd; } #cas #login .btn-reset { float: none; clear: none; margin-left: 5px; border: 0; background: transparent; color: #333; text-transform: lowercase; letter-spacing: 0; } #cas #sidebar { float: left; margin-left: 27.5em; padding: 18px 15px; } #cas #sidebar h3 { font: normal 400 14px Georgia, "Times New Roman" , Times, serif; color: #333; margin: 18px 0 0; padding: 6px 0 3px; } #cas #sidebar p { margin: 0 0 18px; padding: 0; color: #333; font-size: 1.1em; text-align: left; } #cas #sidebar a:link { margin: 0 0 18px; padding: 0; font-size: 1.0em; } #cas #sidebar a:visited { margin: 0 0 18px; padding: 0; font-size: 1.0em; } #cas #sidebar #verify a { margin: 0 0 18px; padding: 0; font-size: 1.1em; text-decoration: none; } #cas #sidebar #verify .link { text-decoration: underline; } #cas #sidebar #verify img { padding: 4px; vertical-align: middle; } #cas #list-languages ul { margin: 0; padding: 0; line-height: 1.5; list-style: none; } #cas #list-languages ul li { display: inline; padding: 0 5px; border-right: 1px solid #ccc; } #cas #list-languages ul li.first { padding-left: 0; } #cas #list-languages ul li.last { padding-right: 0; border: 0; } #cas #footer p { margin: 0 0 1em 0; padding: 0; } #cas #dialog { position: relative; width: 60em; min-width: 600px; top: 20px; margin-left: auto; margin-right: auto; border: 1px solid #002666; background-color: #FFF; } #cas #dialog div#innerborder { margin: 1px; border: 4px solid #002666; } /* browser default font-size is 16px which is too big so we make it 16px x 62.5% = 10px */ #cas { font: normal 400 62.5%/1.0 Verdana, sans-serif; min-width: 600px; color: #333; } /* - used to clear or contain floats within a non-floated container - this ruleset is used by UAs that handle :after - not IE - see ie_cas.css for IE fix http://www.positioniseverything.net/easyclearing.html and http://www.ejeliot.com/blog/59 */ #header:after, #content:after, #footer:after, .clearfix:after, #login .fm-v:after, #fm-search div.row:after, #fm-search div.col:after { content: "."; clear: both; display: block; height: 0; visibility: hidden; } /* DIALOG BOX --------------------------------- */ #dialog { position: relative; width: 60em; min-width: 600px; top: 20px; margin-left: auto; margin-right: auto; border: 1px solid #002666; background-color: #FFF; } #dialog div#innerborder { margin: 1px; border: 4px solid #002666; } /* CONTENT --------------------------------- */ #content { clear: both; padding: 1px 0; margin: 3px; padding: 2px; border: 1px solid #335185; } #content h1 { margin: 15px 0; xbackground: transparent; xcolor: #000; font: normal 2.2em Georgia, "Times New Roman" , serif; text-transform: capitalize; letter-spacing: -1px; } #content h2 { margin: 0 0 .5em 0; font-size: 1.3em; font-weight: 400; color: #000; xborder-bottom: 1px solid #eee; padding: 3px 0; xletter-spacing: -1px; } #content h3 { font: 1em arial, helvetica, sans-serif; font-weight: 400; } #content p { line-height: 1.5; font-size: 1.1em; padding: 0 0 18px; } /* FOOTER --------------------------------- */ #cas-footer { clear: both; position: relative; width: 60em; min-width: 600px; top: 20px; margin-left: auto; margin-right: auto; padding: 0 0 1px 0; text-align: center; background: transparent; color: #555; } #cas-footer img#logo { position: absolute; right: 0; top: 0; margin-top: 10px; } #cas-footer div { clear: left; margin: 1em 5px .5em; overflow: hidden; } #cas-footer h4 { clear: left; float: left; margin: 0; padding: 0; font: normal 1em/1.2 Verdana,Arial,Helvetica,sans-serif; } #cas-footer #notices { margin-top: 5em; padding: 0.5em 1em 1em 1em; text-align: left; border: 2px solid #77160B; background-color: #FFFFFF; } #cas-footer #notices h1 { text-align: right; color: #77160B; font: normal 400 1.8em/1.5em Georgia, "Times New Roman" , serif; } #cas-footer #notices p { text-align: left; font-size: 1.1em; } #cas-footer #notices .emphasized { font-weight: bolder; } /* MESSAGES --------------------------------- */ .info, .errors, .success { clear: both; padding: 20px 20px 20px 100px; font-size: 10px; line-height: 1.5; } .info { background: #fff url(../images/info.gif) no-repeat 20px 18px; color: #333; } .errors { background: #fff url(../images/error.gif) no-repeat 20px 18px; color: #333; padding-bottom: 40px; } .success { background: #fff url(../images/confirm.gif) no-repeat 20px 18px; color: #333; } #content .info h2, #content .errors h2, #content .success h2 { font-family: Georgia, "Times New Roman" ,Times,serif; font-size: 18px; line-height: 48px; font-weight: 400; margin: 0 18px 0 0; padding: 0; } #content .success p { margin-bottom: 1em; } #content .errors h2, #content .errors h3 { color: #b00 !important; } #content .success h2, #content .success h3 { color: #060 !important; } .info ul, .errors ul, .success ul { margin: 0 !important; padding: 0 !important; list-style-type: none !important; } /* #content .info, #content .errors, #content .success {clear:both; margin:18px 0; padding:0 0 0 90px; font-size:10px; line-height:1.5;}*/ /* static messages */ #content p.info, #content p.help { padding: 0 0 0 2em; border-color: #fff; background: #fff url(../images/info-s.gif) no-repeat 0 0; font-weight: 400; color: #000; line-height: 1.5; } #content p.help { background: url(../images/help.gif) no-repeat 0 0; } #content #msg p { padding: 0; } /* HEADER --------------------------------- */ #cas #header { clear: both; position: relative; top: 0; left: 0; } #cas #header div#logo { background-color: #002666; text-align: center; padding: 2px 0px 4px 0px; } #cas #header p#tagline { display: none; padding: 0 0 2px 3px; color: #fff; font-size: 1.2em; line-height: 1.6; } #cas #header h1#app-name { clear: both; text-align: right; padding: 0px 2px 0px 0px; background: #fff; color: #77160B; font: normal 400 1.8em/1.5em Georgia, "Times New Roman" , serif; } /* d21033 */
DataDictionary/Css/cas.css
#cas form { display: block; margin: 18px 0 0; padding: 0; width: 100%; background: #fff; } #cas fieldset { border: 0; margin: 0; padding: 0; float: left; clear: none; width: auto; } #cas fieldset legend { display: none; } #cas #login { float: left; margin: 0 -30em 0 0; padding: 15px; width: 25em; min-height: 15em; background: #fff url(../images/key-point_back.gif) right repeat-y; position: relative; border: 0; } #cas #login h2 { border-bottom: 1px solid #ddd; padding: 3px 0; font: normal 400 17px Georgia, "Times New Roman" , Times, serif; text-transform: capitalize; color: #333; } #cas #login label { font-size: 11px; } #cas #login label span.accesskey { text-decoration: underline; } #cas #login input { letter-spacing: 1px; } #cas #login .check input { position: relative; left: -4px; height: auto; } #cas #login .check label { float: none; xwidth: auto; line-height: 1.8; } #cas #login .btn-row { position: relative; top: 15px; padding-top: 10px; border-top: 1px solid #ddd; } * html #cas #login .btn-row { top: 5px; } /* IE6 */ #cas #login .btn-submit { float: none; clear: none; display: inline; letter-spacing: 0; } * html #cas #login .btn-submit { background: #ffd; } #cas #login .btn-reset { float: none; clear: none; margin-left: 5px; border: 0; background: transparent; color: #333; text-transform: lowercase; letter-spacing: 0; } #cas #sidebar { float: left; margin-left: 27.5em; padding: 18px 15px; } #cas #sidebar h3 { font: normal 400 14px Georgia, "Times New Roman" , Times, serif; color: #333; margin: 18px 0 0; padding: 6px 0 3px; } #cas #sidebar p { margin: 0 0 18px; padding: 0; color: #333; font-size: 1.1em; text-align: left; } #cas #sidebar a:link { margin: 0 0 18px; padding: 0; font-size: 1.0em; } #cas #sidebar a:visited { margin: 0 0 18px; padding: 0; font-size: 1.0em; } #cas #sidebar #verify a { margin: 0 0 18px; padding: 0; font-size: 1.1em; text-decoration: none; } #cas #sidebar #verify .link { text-decoration: underline; } #cas #sidebar #verify img { padding: 4px; vertical-align: middle; } #cas #list-languages ul { margin: 0; padding: 0; line-height: 1.5; list-style: none; } #cas #list-languages ul li { display: inline; padding: 0 5px; border-right: 1px solid #ccc; } #cas #list-languages ul li.first { padding-left: 0; } #cas #list-languages ul li.last { padding-right: 0; border: 0; } #cas #footer p { margin: 0 0 1em 0; padding: 0; } #cas #dialog { position: relative; width: 60em; min-width: 600px; top: 20px; margin-left: auto; margin-right: auto; border: 1px solid #002666; background-color: #FFF; } #cas #dialog div#innerborder { margin: 1px; border: 4px solid #002666; } /* browser default font-size is 16px which is too big so we make it 16px x 62.5% = 10px */ #cas { font: normal 400 62.5%/1.0 Verdana, sans-serif; min-width: 600px; color: #333; } /* - used to clear or contain floats within a non-floated container - this ruleset is used by UAs that handle :after - not IE - see ie_cas.css for IE fix http://www.positioniseverything.net/easyclearing.html and http://www.ejeliot.com/blog/59 */ #header:after, #content:after, #footer:after, .clearfix:after, #login .fm-v:after, #fm-search div.row:after, #fm-search div.col:after { content: "."; clear: both; display: block; height: 0; visibility: hidden; } /* DIALOG BOX --------------------------------- */ #dialog { position: relative; width: 60em; min-width: 600px; top: 20px; margin-left: auto; margin-right: auto; border: 1px solid #002666; background-color: #FFF; } #dialog div#innerborder { margin: 1px; border: 4px solid #002666; } /* CONTENT --------------------------------- */ #content { clear: both; padding: 1px 0; margin: 3px; padding: 2px; border: 1px solid #335185; } #content h1 { margin: 15px 0; xbackground: transparent; xcolor: #000; font: normal 2.2em Georgia, "Times New Roman" , serif; text-transform: capitalize; letter-spacing: -1px; } #content h2 { margin: 0 0 .5em 0; font-size: 1.3em; font-weight: 400; color: #000; xborder-bottom: 1px solid #eee; padding: 3px 0; xletter-spacing: -1px; } #content h3 { font: 1em arial, helvetica, sans-serif; font-weight: 400; } #content p { line-height: 1.5; font-size: 1.1em; padding: 0 0 18px; } /* FOOTER --------------------------------- */ #cas-footer { clear: both; position: relative; width: 60em; min-width: 600px; top: 20px; margin-left: auto; margin-right: auto; padding: 0 0 1px 0; text-align: center; background: transparent; color: #555; } #cas-footer img#logo { position: absolute; right: 0; top: 0; margin-top: 10px; } #cas-footer div { clear: left; margin: 1em 5px .5em; overflow: hidden; } #cas-footer h4 { clear: left; float: left; margin: 0; padding: 0; font: normal 1em/1.2 Verdana,Arial,Helvetica,sans-serif; } #cas-footer #notices { margin-top: 5em; padding: 0.5em 1em 1em 1em; text-align: left; border: 2px solid #77160B; background-color: #FFFFFF; } #cas-footer #notices h1 { text-align: right; color: #77160B; font: normal 400 1.8em/1.5em Georgia, "Times New Roman" , serif; } #cas-footer #notices p { text-align: left; font-size: 1.1em; } #cas-footer #notices .emphasized { font-weight: bolder; } /* MESSAGES --------------------------------- */ .info, .errors, .success { clear: both; padding: 20px 20px 20px 100px; font-size: 10px; line-height: 1.5; } .info { background: #fff url(../images/info.gif) no-repeat 20px 18px; color: #333; } .errors { background: #fff url(../images/error.gif) no-repeat 20px 18px; color: #333; padding-bottom: 40px; } .success { background: #fff url(../images/confirm.gif) no-repeat 20px 18px; color: #333; } #content .info h2, #content .errors h2, #content .success h2 { font-family: Georgia, "Times New Roman" ,Times,serif; font-size: 18px; line-height: 48px; font-weight: 400; margin: 0 18px 0 0; padding: 0; } #content .success p { margin-bottom: 1em; } #content .errors h2, #content .errors h3 { color: #b00 !important; } #content .success h2, #content .success h3 { color: #060 !important; } .info ul, .errors ul, .success ul { margin: 0 !important; padding: 0 !important; list-style-type: none !important; } /* #content .info, #content .errors, #content .success {clear:both; margin:18px 0; padding:0 0 0 90px; font-size:10px; line-height:1.5;}*/ /* static messages */ #content p.info, #content p.help { padding: 0 0 0 2em; border-color: #fff; background: #fff url(../images/info-s.gif) no-repeat 0 0; font-weight: 400; color: #000; line-height: 1.5; } #content p.help { background: url(../images/help.gif) no-repeat 0 0; } #content #msg p { padding: 0; } /* HEADER --------------------------------- */ #cas #header { clear: both; position: relative; top: 0; left: 0; } #cas #header div#logo { background-color: #002666; text-align: center; padding: 2px 0px 4px 0px; } #cas #header p#tagline { display: none; padding: 0 0 2px 3px; color: #fff; font-size: 1.2em; line-height: 1.6; } #cas #header h1#app-name { clear: both; text-align: right; padding: 0px 2px 0px 0px; background: #fff; color: #77160B; font: normal 400 1.8em/1.5em Georgia, "Times New Roman" , serif; } /* d21033 */
0.192615
0.044163
body { padding-top: 50px; } /* * Global add-ons */ .sub-header { padding-bottom: 10px; border-bottom: 1px solid #eee; } /* * Top navigation * Hide default border to remove 1px line. */ .navbar-fixed-top { border: 0; } /* * Sidebar */ /* Hide for mobile, show later */ .sidebar { display: none; } @media (min-width: 768px) { .sidebar { position: fixed; top: 51px; bottom: 0; left: 0; z-index: 1000; display: block; padding: 20px; overflow-x: hidden; overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */ background-color: #f5f5f5; border-right: 1px solid #eee; } } /* Sidebar navigation */ .nav-sidebar { margin-right: -21px; /* 20px padding + 1px border */ /*margin-bottom: 20px;*/ margin-left: -20px; } .nav-sidebar .nav-sidebar-header { color: #999999; display: block; font-size: 14px; font-weight: bold; line-height: 20px; padding: 3px 15px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); text-transform: uppercase; } .nav-sidebar > li > a { padding-right: 20px; padding-left: 20px; font-size: 12px; } .nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus { color: #fff; background-color: #428bca; } /* * Main content */ .main { padding: 20px; } @media (min-width: 768px) { .main { padding-right: 40px; padding-left: 40px; } } .main .page-header { margin-top: 0; } /* * Placeholder dashboard ideas */ .placeholders { margin-bottom: 30px; text-align: center; } .placeholders h4 { margin-bottom: 0; } .placeholder { margin-bottom: 20px; } .placeholder img { display: inline-block; border-radius: 50%; } /*------list-------*/ /*div.list {overflow: hidden;width: 100%;} div.list table {margin:0px;} div.list table tr td {border-bottom: 1px solid #EEEEEE;padding: 3px;} div.list table tr th {line-height: 22px;} div.list table tr:hover {background: #FFB;} div.list table tfoot {font-style: normal;}*/ /*-------list_search---------*/ /* list pager*/ .pageNav{margin:0 auto;line-height:25px;text-align:center; font-family:Arial, Helvetica, sans-serif;} .pageNav a{border:1px #2E6AB1 solid;text-decoration:none; padding:2px 4px; background:#FFF; color:#2E6AB1;} .pageNav a:hover{border:1px #000080 solid;text-decoration:none; padding:2px 4px; background:#2E6AB1; color:#FFF;} .pageNav span.current{border:1px #000080 solid;text-decoration:none; padding:2px 4px; background:#2E6AB1; color:#FFF;font-weight:bold;} .upload_file { width: 92px; height: 43px; cursor: pointer; display: block; margin: 0 auto; position: relative; top: -43px; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
Public/css/backend/dashboard.css
body { padding-top: 50px; } /* * Global add-ons */ .sub-header { padding-bottom: 10px; border-bottom: 1px solid #eee; } /* * Top navigation * Hide default border to remove 1px line. */ .navbar-fixed-top { border: 0; } /* * Sidebar */ /* Hide for mobile, show later */ .sidebar { display: none; } @media (min-width: 768px) { .sidebar { position: fixed; top: 51px; bottom: 0; left: 0; z-index: 1000; display: block; padding: 20px; overflow-x: hidden; overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */ background-color: #f5f5f5; border-right: 1px solid #eee; } } /* Sidebar navigation */ .nav-sidebar { margin-right: -21px; /* 20px padding + 1px border */ /*margin-bottom: 20px;*/ margin-left: -20px; } .nav-sidebar .nav-sidebar-header { color: #999999; display: block; font-size: 14px; font-weight: bold; line-height: 20px; padding: 3px 15px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); text-transform: uppercase; } .nav-sidebar > li > a { padding-right: 20px; padding-left: 20px; font-size: 12px; } .nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus { color: #fff; background-color: #428bca; } /* * Main content */ .main { padding: 20px; } @media (min-width: 768px) { .main { padding-right: 40px; padding-left: 40px; } } .main .page-header { margin-top: 0; } /* * Placeholder dashboard ideas */ .placeholders { margin-bottom: 30px; text-align: center; } .placeholders h4 { margin-bottom: 0; } .placeholder { margin-bottom: 20px; } .placeholder img { display: inline-block; border-radius: 50%; } /*------list-------*/ /*div.list {overflow: hidden;width: 100%;} div.list table {margin:0px;} div.list table tr td {border-bottom: 1px solid #EEEEEE;padding: 3px;} div.list table tr th {line-height: 22px;} div.list table tr:hover {background: #FFB;} div.list table tfoot {font-style: normal;}*/ /*-------list_search---------*/ /* list pager*/ .pageNav{margin:0 auto;line-height:25px;text-align:center; font-family:Arial, Helvetica, sans-serif;} .pageNav a{border:1px #2E6AB1 solid;text-decoration:none; padding:2px 4px; background:#FFF; color:#2E6AB1;} .pageNav a:hover{border:1px #000080 solid;text-decoration:none; padding:2px 4px; background:#2E6AB1; color:#FFF;} .pageNav span.current{border:1px #000080 solid;text-decoration:none; padding:2px 4px; background:#2E6AB1; color:#FFF;font-weight:bold;} .upload_file { width: 92px; height: 43px; cursor: pointer; display: block; margin: 0 auto; position: relative; top: -43px; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
0.412885
0.061143
body { background-color: linen; } .triangle { width: 0; height: 0; position: absolute; } /*pinwheel*/ .triangle-red { border-bottom: 100px solid salmon; border-left: 100px solid transparent; transform: translate(-50%, 50%); } .triangle-blue { border-bottom: 100px solid steelblue; border-left: 100px solid transparent; transform: translate(-50%, 50%) rotate(-120deg); transform-origin: top right; } .triangle-yellow { border-bottom: 100px solid khaki; border-left: 100px solid transparent; transform: translate(-50%, 50%) rotate(-90deg); transform-origin: top left; } .circle { width: 50px; height: 50px; background-color: black; border-radius: 50%; position: absolute; transform: translate(50%, 50%); } .pinwheel { animation-name: rotate; display: inline-block; animation-iteration-count: infinite; animation-duration: 1.2s; transform-origin: center; animation-timing-function: linear; width: 100px; height: 100px; top: 50%; left: 50%; position: absolute; z-index: 2; } @keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } /*stick*/ .stick { background-color: darkslategray; height: 250px; width: 10px; top: 50%; left: 50%; position: absolute; transform: translate(450%, 25%); z-index: 0; } /*cloud*/ .cloud { width: 350px; height: 120px; background: paleturquoise; opacity: 0.5; border-radius: 100px; position: absolute; top: 10%; left: 1%; } .cloud:after, .cloud:before { content:""; position: absolute; background: paleturquoise; z-index: -1; } .cloud:after { width: 100px; height: 100px; top: -50px; left: 50px; border-radius: 100px; } .cloud:before { width: 180px; height: 180px; top: -90px; right: 50px; border-radius: 200px; } /*clound animation*/ .cloud-move { animation-name: cloudmove; animation-iteration-count: infinite; animation-duration: 8s; animation-timing-function: linear; } @keyframes cloudmove { from { transform: translateX(0); } 50% { transform: translateX(600px); } to { transform: translateX(0); } } /*clound2 animation*/ .cloud2 { background-color: lightgrey; opacity: 0.8; } .cloud2:after, .cloud2:before { background: lightgrey; } .cloud2-move { animation-name: cloudtwomove; animation-iteration-count: infinite; animation-duration: 8s; animation-timing-function: linear; position: absolute; z-index: 2; } @keyframes cloudtwomove { from { transform: translateX(600px); } 50% { transform: translateX(0); } to { transform: translateX(600px); } } /*sun shape*/ .sun { width: 200px; height: 200px; border-radius: 50%; background-color: yellow; position: relative; top: 2%; left: 50%; z-index: -1; } .pulse { animation-name: pulse; animation-iteration-count: infinite; animation-duration: 2s; animation-timing-function: linear; } @keyframes pulse { from { transform: scale(1.2,1.2) } 50% { transform: scale(1,1); } to { transform: scale(1.2,1.2); } } /*grass*/ .grass { position: relative; bottom: -50%; transform: translateY(20%); display: flex; justify-content: space-between; align-items: flex-end; } .grass-triangle { width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 100px solid green; } .blow { animation-name: blow; animation-timing-function: linear; animation-duration: 3s; animation-iteration-count: infinite; } @keyframes blow { from { transform: skew(0deg,0deg); } 50% { transform: skew(6deg, 0deg); } to { transform: skew(0deg, 0deg); } }
animation/pinwheel/style_pinwheel.css
body { background-color: linen; } .triangle { width: 0; height: 0; position: absolute; } /*pinwheel*/ .triangle-red { border-bottom: 100px solid salmon; border-left: 100px solid transparent; transform: translate(-50%, 50%); } .triangle-blue { border-bottom: 100px solid steelblue; border-left: 100px solid transparent; transform: translate(-50%, 50%) rotate(-120deg); transform-origin: top right; } .triangle-yellow { border-bottom: 100px solid khaki; border-left: 100px solid transparent; transform: translate(-50%, 50%) rotate(-90deg); transform-origin: top left; } .circle { width: 50px; height: 50px; background-color: black; border-radius: 50%; position: absolute; transform: translate(50%, 50%); } .pinwheel { animation-name: rotate; display: inline-block; animation-iteration-count: infinite; animation-duration: 1.2s; transform-origin: center; animation-timing-function: linear; width: 100px; height: 100px; top: 50%; left: 50%; position: absolute; z-index: 2; } @keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } /*stick*/ .stick { background-color: darkslategray; height: 250px; width: 10px; top: 50%; left: 50%; position: absolute; transform: translate(450%, 25%); z-index: 0; } /*cloud*/ .cloud { width: 350px; height: 120px; background: paleturquoise; opacity: 0.5; border-radius: 100px; position: absolute; top: 10%; left: 1%; } .cloud:after, .cloud:before { content:""; position: absolute; background: paleturquoise; z-index: -1; } .cloud:after { width: 100px; height: 100px; top: -50px; left: 50px; border-radius: 100px; } .cloud:before { width: 180px; height: 180px; top: -90px; right: 50px; border-radius: 200px; } /*clound animation*/ .cloud-move { animation-name: cloudmove; animation-iteration-count: infinite; animation-duration: 8s; animation-timing-function: linear; } @keyframes cloudmove { from { transform: translateX(0); } 50% { transform: translateX(600px); } to { transform: translateX(0); } } /*clound2 animation*/ .cloud2 { background-color: lightgrey; opacity: 0.8; } .cloud2:after, .cloud2:before { background: lightgrey; } .cloud2-move { animation-name: cloudtwomove; animation-iteration-count: infinite; animation-duration: 8s; animation-timing-function: linear; position: absolute; z-index: 2; } @keyframes cloudtwomove { from { transform: translateX(600px); } 50% { transform: translateX(0); } to { transform: translateX(600px); } } /*sun shape*/ .sun { width: 200px; height: 200px; border-radius: 50%; background-color: yellow; position: relative; top: 2%; left: 50%; z-index: -1; } .pulse { animation-name: pulse; animation-iteration-count: infinite; animation-duration: 2s; animation-timing-function: linear; } @keyframes pulse { from { transform: scale(1.2,1.2) } 50% { transform: scale(1,1); } to { transform: scale(1.2,1.2); } } /*grass*/ .grass { position: relative; bottom: -50%; transform: translateY(20%); display: flex; justify-content: space-between; align-items: flex-end; } .grass-triangle { width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 100px solid green; } .blow { animation-name: blow; animation-timing-function: linear; animation-duration: 3s; animation-iteration-count: infinite; } @keyframes blow { from { transform: skew(0deg,0deg); } 50% { transform: skew(6deg, 0deg); } to { transform: skew(0deg, 0deg); } }
0.697506
0.131675
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:after, blockquote:before, q:after, q:before { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } @-ms-viewport { width: device-width; } .visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; } .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; } @media (max-width: 767px) { .visible-xs { display: block !important; } table.visible-xs { display: table; } tr.visible-xs { display: table-row !important; } th.visible-xs, td.visible-xs { display: table-cell !important; } } @media (max-width: 767px) { .visible-xs-block { display: block !important; } } @media (max-width: 767px) { .visible-xs-inline { display: inline !important; } } @media (max-width: 767px) { .visible-xs-inline-block { display: inline-block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; } table.visible-sm { display: table; } tr.visible-sm { display: table-row !important; } th.visible-sm, td.visible-sm { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-block { display: block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline { display: inline !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline-block { display: inline-block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; } table.visible-md { display: table; } tr.visible-md { display: table-row !important; } th.visible-md, td.visible-md { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-block { display: block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline { display: inline !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline-block { display: inline-block !important; } } @media (min-width: 1200px) { .visible-lg { display: block !important; } table.visible-lg { display: table; } tr.visible-lg { display: table-row !important; } th.visible-lg, td.visible-lg { display: table-cell !important; } } @media (min-width: 1200px) { .visible-lg-block { display: block !important; } } @media (min-width: 1200px) { .visible-lg-inline { display: inline !important; } } @media (min-width: 1200px) { .visible-lg-inline-block { display: inline-block !important; } } @media (max-width: 767px) { .hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } } @media (min-width: 1200px) { .hidden-lg { display: none !important; } } .visible-print { display: none !important; } @media print { .visible-print { display: block !important; } table.visible-print { display: table; } tr.visible-print { display: table-row !important; } th.visible-print, td.visible-print { display: table-cell !important; } } .visible-print-block { display: none !important; } @media print { .visible-print-block { display: block !important; } } .visible-print-inline { display: none !important; } @media print { .visible-print-inline { display: inline !important; } } .visible-print-inline-block { display: none !important; } @media print { .visible-print-inline-block { display: inline-block !important; } } @media print { .hidden-print { display: none !important; } } .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: 1170px; } } .container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; } .row { margin-left: -15px; margin-right: -15px; } .col, .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, .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, .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, .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, .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, .clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after { content: " "; display: table; } .clearfix:after, .container:after, .container-fluid:after, .row:after { clear: both; } .center-block { display: block; margin-left: auto; margin-right: auto; } .pull-right { float: right !important; } .pull-left { float: left !important; } *, *:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } /* mixins */ header { background: #fff; border-bottom: 1px solid #ccc; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: fixed; padding: 10px; top: 0; left: 0; width: 100%; height: 77px; padding: 20px; z-index: 10; } header .head-container { margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 8px; max-width: 1010px; } header .head-container .search-area { margin: 0 auto; position: relative; min-width: 260px; width: 300px; padding-left: 80px; } header .head-container .search-area ._qvcci[type="text"] { background-color: #fff; border: 1px solid grey; height: 28px; border-radius: 3px; width: 100%; outline: none; padding: 3px 10px 3px 26px; } header .head-container .search-area .mag-glass { color: grey; display: inline-block; position: absolute; font-size: 12px; top: 9px; left: 85px; } header .head-container .search-area ._x { color: grey; position: absolute; display: block; right: 5px; top: 8px; font-size: 14px; } header .head-container ._ohiyl { height: 100px; } header .head-container .user-area { padding-top: 5px; float: right; } header .head-container .user-area a { padding-left: 23px; } #foot-container { background-color: #6cf; } #foot-container .foot-main { padding: 8px; text-align: center; } #foot-container .foot-main ul { display: inline-block; } #foot-container .foot-main ul li { font-size: 13px; padding-left: 12px; display: inline-block; } #foot-container .foot-main span { padding-left: 30px; } .error { text-align: center; } .welcome-box { position: absolute; top: 205px; right: 399px; background: #fff; padding: 8px; } .welcome-box h1 { font-size: 3rem; font-weight: 100; margin-bottom: 1rem; } #weclome-container { position: absolute; min-height: 100%; background: #fff; padding: 28px; top: 0; right: 0; width: 400px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-line-pack: center; align-content: center; display: block; } #weclome-container p { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: grey; text-align: center; } #weclome-container .a { font-size: 18px; font-weight: bold; } #weclome-container P:nth-of-type(2) { line-height: normal; padding: 1rem 0 4rem; } #weclome-container .c { font-size: 14px; color: #262626; } #weclome-container .c ._login { padding-left: 4px; text-decoration: none; } #weclome-container input[type=text] { width: 100%; padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #ccc; border-radius: 4px; -webkit-box-sizing: border-box; box-sizing: border-box; } #weclome-container input[type=submit] { width: 100%; background-color: #6cf; color: white; padding: 14px 20px; margin: 8px 0; border: none; border-radius: 4px; cursor: pointer; } #weclome-container input[type=submit]:hover { -webkit-filter: brightness(80%); filter: brightness(80%); } #welcome2 { position: absolute; min-height: 100%; background: #fff; padding: 28px; top: 0; right: 0; width: 400px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-line-pack: center; align-content: center; display: none; } #welcome2 p { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: grey; text-align: center; } #welcome2 .a { font-size: 18px; font-weight: bold; } #welcome2 P:nth-of-type(2) { line-height: normal; padding: 1rem 0 4rem; } #welcome2 P:nth-of-type(2) a { text-decoration: none; color: #262626; } #welcome2 .c { font-size: 14px; color: #262626; } #welcome2 .c ._signup { padding-left: 4px; text-decoration: none; } #welcome2 input[type=text] { width: 100%; padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #ccc; border-radius: 4px; -webkit-box-sizing: border-box; box-sizing: border-box; } #welcome2 input[type=submit] { width: 100%; background-color: #6cf; color: white; padding: 14px 20px; margin: 8px 0; border: none; border-radius: 4px; cursor: pointer; } #welcome2 input[type=submit]:hover { -webkit-filter: brightness(80%); filter: brightness(80%); } .post-it { padding: 90px 20px 20px; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; height: 50%; color: #111; z-index: 4; margin-top: 66px; border: none; } .post-it .modal { display: none; position: fixed; z-index: 10; left: 0; top: 0; height: 100%; width: 100%; overflow: auto; background-color: rgba(0, 0, 0, 0.5); } .post-it .modal .modal-content { background-color: #f4f4f4; border-radius: 18px; margin: 10% auto; width: 320px; height: 320px; } .post-it .modal .modal-content button { display: block; padding: 18px; width: 100%; border-bottom: #fafafa; font-size: 14px; } .post-it .modal .modal-content button:hover { cursor: pointer; font-weight: 300; } .post-it .modal .modal-content button:first-child { border-radius: 19px 19px 0 0; } .post-it .modal .modal-content button:last-child { border-radius: 0 0 19px 19px; border-bottom: none; } .post-it #postModal { display: none; position: fixed; z-index: 10; left: 0; top: 0; height: 100%; width: 100%; overflow: auto; background-color: rgba(0, 0, 0, 0.5); } .post-it #postModal .postContent { 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; background-color: #f4f4f4; border-radius: 18px; margin: 10% auto; width: 320px; height: 320px; } .post-it #postModal .postContent h3 { font-size: 18px; } .post-it #postModal .postContent .postIt { width: 100%; } .post-it #postModal .postContent .postIt .together { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; padding: 8px 3px; border-top: 2px solid #111; border-bottom: 2px solid #111; } .post-it #postModal .postContent .postIt input[type=text] { margin-top: 5px; padding: 12px 32px; height: 36px; border: none; background-color: #f4f4f4; outline: none; } .post-it #postModal .postContent .postIt input[type=text]:-webkit-autofill { -webkit-box-shadow: 0 0 0 30px white inset; } .post-it #postModal .postContent .postIt .la-bel { margin-right: 15px; } .post-it #postModal .postContent .postIt .inputfile { width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1; } .post-it #postModal .postContent .postIt .button-group { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .post-it #postModal .postContent .postIt .button-group .btn-post { width: 138px; height: 33px; background-color: #4CAF50; border-radius: 4px; border: none; color: white; margin-right: 1px; } .post-it #postModal .postContent .postIt .button-group .btn-cancel { width: 138px; height: 33px; background-color: #f44336; border-radius: 4px; border: none; color: white; margin-left: 2px; } .post-it .dash_container { 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; margin: 0 auto; width: 100%; max-width: 935px; min-height: calc(110vh - 2vh); } .post-it .dash_container .vtbgv { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding-right: 32px; position: relative; margin-bottom: 44px; } .post-it .dash_container .vtbgv .XjzkX { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-right: 30px; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; } .post-it .dash_container .vtbgv .XjzkX ._4dmfD { display: block; height: 152px; width: 152px; margin-left: 58px; margin-right: 58px; } .post-it .dash_container .vtbgv .XjzkX ._4dmfD ._M-jax3 { height: 100%; background-color: #EDEDED; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 auto; overflow: hidden; position: relative; } .post-it .dash_container .vtbgv .XjzkX .illaj { background-color: #EDEDED; border: none; outline: none; } .post-it .dash_container .vtbgv .XjzkX .illaj img { border-radius: 50%; } .post-it .dash_container .vtbgv .onelove .LMnop { padding-top: 20px; } .post-it .dash_container .vtbgv .onelove .LMnop h2 { margin-bottom: 36px; line-height: 12px; display: inline-block; padding-right: 95px; font-size: 28px; } .post-it .dash_container .vtbgv .onelove .LMnop .btn1 { display: inline-block; margin-right: 3px; padding: 5px 24px; background-color: #EDEDED; border: 1px solid grey; border-radius: 3px; outline: none; } .post-it .dash_container .vtbgv .onelove .LMnop #modalclick { font-size: 20px; display: inline-block; border: none; outline: none; background-color: #EDEDED; } .post-it .dash_container .vtbgv .onelove .follow-info { margin-bottom: 25px; } .post-it .dash_container .vtbgv .onelove .follow-info li { display: inline-block; padding-right: 30px; } .post-it .dash_container .vtbgv .onelove .follow-info li span { display: inline-block; } .post-it .dash_container .fx7hk { 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; min-height: 60px; min-width: 898px; border-top: 1px solid grey; } .post-it .dash_container .fx7hk h1 { display: inline-block; padding: 0 20px; } .post-it .dash_container .flexit { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .post-it .dash_container .flexit .Nnq7C { display: grid; grid-template-columns: repeat(3, 290px); grid-template-rows: 290px 290px; grid-auto-rows: 290px; grid-gap: 15px; } .post-it .dash_container .flexit .Nnq7C .p { background-color: #FD3253; } .container-for-all { z-index: 3; max-width: 750px; margin: 100px auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .container-for-all .cardee { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; width: 580px; background: #fff; margin: 0 auto 60px; border: 1px solid #e6e6e6; border-radius: 3px; } .container-for-all .cardee .card-header { position: relative; padding: 15px; border-bottom: #e6e6e6; z-index: 3; } .container-for-all .cardee .card-header .ui-face { display: inline-block; border-radius: 55%; position: relative; top: 3px; margin-right: 5px; z-index: 2; } .container-for-all .cardee .card-header .ui-face img { height: 31px; width: 31px; border-radius: 55%; } .container-for-all .cardee .card-header .ui-face:hover { cursor: pointer; } .container-for-all .cardee .card-header .user-name1 { position: absolute; font-weight: 400; font-size: 14px; top: 27px; left: 58px; } .container-for-all .cardee .card-header .user-name1 a { text-decoration: none; color: #262626; } .container-for-all .cardee .card-header .user-name1 a:hover { cursor: pointer; } .container-for-all .content img { width: 100%; } .container-for-all .card-footer { padding: 16px; } .container-for-all .card-footer .deew12 { padding-bottom: 6px; } .container-for-all .card-footer .likes { color: #262626; font-size: 14px; padding-bottom: 13px; font-weight: 800; } .container-for-all .card-footer .likes:hover { cursor: pointer; } .container-for-all .card-footer .comments { -ms-flex-preferred-size: 400px; flex-basis: 400px; -webkit-box-flex: 10px; -ms-flex-positive: 10px; flex-grow: 10px; -ms-flex-negative: 10; flex-shrink: 10; } .container-for-all .card-footer .comments .authDescription, .container-for-all .card-footer .comments .usersComments { font-size: 14px; padding-bottom: 8px; font-weight: 500; } .container-for-all .card-footer .comments .authDescription .people, .container-for-all .card-footer .comments .authDescription .userN, .container-for-all .card-footer .comments .usersComments .people, .container-for-all .card-footer .comments .usersComments .userN { font-weight: 800; } .container-for-all .card-footer .comments .authDescription .people:hover, .container-for-all .card-footer .comments .authDescription .userN:hover, .container-for-all .card-footer .comments .usersComments .people:hover, .container-for-all .card-footer .comments .usersComments .userN:hover { cursor: pointer; } .container-for-all .card-footer .comments .authDescription .fa-times2:hover, .container-for-all .card-footer .comments .authDescription .fa-times3:hover, .container-for-all .card-footer .comments .usersComments .fa-times2:hover, .container-for-all .card-footer .comments .usersComments .fa-times3:hover { cursor: pointer; } .container-for-all .card-footer .time-since { padding-top: 4px; padding-bottom: 10px; } .container-for-all .card-footer .time-since p { font-size: 13px; } .container-for-all .card-footer form { position: relative; padding-top: 15px; border-top: 1px solid #e6e6e6; } .container-for-all .card-footer form button { position: absolute; background-color: #fff; color: #008CBA; right: 27px; font-size: 13.5px; font-weight: bold; } .container-for-all .card-footer form button:focus, .container-for-all .card-footer form button:hover { outline: none; cursor: pointer; } .container-for-all .card-footer form #item { border: 0 solid; display: inline-block; width: 70%; } .container-for-all .card-footer form #item:focus { outline: none; } .container-for-all .card-footer form .options { display: inline-block; float: right; width: 4%; } .container-for-all .card-footer form .options:hover { outline: none; cursor: pointer; } .search { padding: 90px 20px 20px; } * { -webkit-box-sizing: border-box; box-sizing: border-box; } html { font-family: "Raleway", sans-serif; height: 100%; } body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; background: #ededed; height: 100vh; margin: 0; } #container { position: relative; -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; } #foot-container { -ms-flex-negative: 0; flex-shrink: 0; padding: 20px; } .elJefe { min-height: 100vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } #app-container { position: relative; width: 90%; max-width: 1300px; min-height: calc(100vh - 15vh); overflow: hidden; border-radius: 5px; background: url("https://images.unsplash.com/photo-1530883384668-db906d974ff9?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=15235a0796469470d7c10d5aa13215bf&auto=format&fit=crop&w=1543&q=80"); background-size: cover; background-position: center center; background-repeat: none; }
public/css/app.css
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:after, blockquote:before, q:after, q:before { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } @-ms-viewport { width: device-width; } .visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; } .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; } @media (max-width: 767px) { .visible-xs { display: block !important; } table.visible-xs { display: table; } tr.visible-xs { display: table-row !important; } th.visible-xs, td.visible-xs { display: table-cell !important; } } @media (max-width: 767px) { .visible-xs-block { display: block !important; } } @media (max-width: 767px) { .visible-xs-inline { display: inline !important; } } @media (max-width: 767px) { .visible-xs-inline-block { display: inline-block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; } table.visible-sm { display: table; } tr.visible-sm { display: table-row !important; } th.visible-sm, td.visible-sm { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-block { display: block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline { display: inline !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline-block { display: inline-block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; } table.visible-md { display: table; } tr.visible-md { display: table-row !important; } th.visible-md, td.visible-md { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-block { display: block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline { display: inline !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline-block { display: inline-block !important; } } @media (min-width: 1200px) { .visible-lg { display: block !important; } table.visible-lg { display: table; } tr.visible-lg { display: table-row !important; } th.visible-lg, td.visible-lg { display: table-cell !important; } } @media (min-width: 1200px) { .visible-lg-block { display: block !important; } } @media (min-width: 1200px) { .visible-lg-inline { display: inline !important; } } @media (min-width: 1200px) { .visible-lg-inline-block { display: inline-block !important; } } @media (max-width: 767px) { .hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } } @media (min-width: 1200px) { .hidden-lg { display: none !important; } } .visible-print { display: none !important; } @media print { .visible-print { display: block !important; } table.visible-print { display: table; } tr.visible-print { display: table-row !important; } th.visible-print, td.visible-print { display: table-cell !important; } } .visible-print-block { display: none !important; } @media print { .visible-print-block { display: block !important; } } .visible-print-inline { display: none !important; } @media print { .visible-print-inline { display: inline !important; } } .visible-print-inline-block { display: none !important; } @media print { .visible-print-inline-block { display: inline-block !important; } } @media print { .hidden-print { display: none !important; } } .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: 1170px; } } .container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; } .row { margin-left: -15px; margin-right: -15px; } .col, .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, .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, .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, .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, .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, .clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after { content: " "; display: table; } .clearfix:after, .container:after, .container-fluid:after, .row:after { clear: both; } .center-block { display: block; margin-left: auto; margin-right: auto; } .pull-right { float: right !important; } .pull-left { float: left !important; } *, *:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } /* mixins */ header { background: #fff; border-bottom: 1px solid #ccc; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: fixed; padding: 10px; top: 0; left: 0; width: 100%; height: 77px; padding: 20px; z-index: 10; } header .head-container { margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 8px; max-width: 1010px; } header .head-container .search-area { margin: 0 auto; position: relative; min-width: 260px; width: 300px; padding-left: 80px; } header .head-container .search-area ._qvcci[type="text"] { background-color: #fff; border: 1px solid grey; height: 28px; border-radius: 3px; width: 100%; outline: none; padding: 3px 10px 3px 26px; } header .head-container .search-area .mag-glass { color: grey; display: inline-block; position: absolute; font-size: 12px; top: 9px; left: 85px; } header .head-container .search-area ._x { color: grey; position: absolute; display: block; right: 5px; top: 8px; font-size: 14px; } header .head-container ._ohiyl { height: 100px; } header .head-container .user-area { padding-top: 5px; float: right; } header .head-container .user-area a { padding-left: 23px; } #foot-container { background-color: #6cf; } #foot-container .foot-main { padding: 8px; text-align: center; } #foot-container .foot-main ul { display: inline-block; } #foot-container .foot-main ul li { font-size: 13px; padding-left: 12px; display: inline-block; } #foot-container .foot-main span { padding-left: 30px; } .error { text-align: center; } .welcome-box { position: absolute; top: 205px; right: 399px; background: #fff; padding: 8px; } .welcome-box h1 { font-size: 3rem; font-weight: 100; margin-bottom: 1rem; } #weclome-container { position: absolute; min-height: 100%; background: #fff; padding: 28px; top: 0; right: 0; width: 400px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-line-pack: center; align-content: center; display: block; } #weclome-container p { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: grey; text-align: center; } #weclome-container .a { font-size: 18px; font-weight: bold; } #weclome-container P:nth-of-type(2) { line-height: normal; padding: 1rem 0 4rem; } #weclome-container .c { font-size: 14px; color: #262626; } #weclome-container .c ._login { padding-left: 4px; text-decoration: none; } #weclome-container input[type=text] { width: 100%; padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #ccc; border-radius: 4px; -webkit-box-sizing: border-box; box-sizing: border-box; } #weclome-container input[type=submit] { width: 100%; background-color: #6cf; color: white; padding: 14px 20px; margin: 8px 0; border: none; border-radius: 4px; cursor: pointer; } #weclome-container input[type=submit]:hover { -webkit-filter: brightness(80%); filter: brightness(80%); } #welcome2 { position: absolute; min-height: 100%; background: #fff; padding: 28px; top: 0; right: 0; width: 400px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-line-pack: center; align-content: center; display: none; } #welcome2 p { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: grey; text-align: center; } #welcome2 .a { font-size: 18px; font-weight: bold; } #welcome2 P:nth-of-type(2) { line-height: normal; padding: 1rem 0 4rem; } #welcome2 P:nth-of-type(2) a { text-decoration: none; color: #262626; } #welcome2 .c { font-size: 14px; color: #262626; } #welcome2 .c ._signup { padding-left: 4px; text-decoration: none; } #welcome2 input[type=text] { width: 100%; padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #ccc; border-radius: 4px; -webkit-box-sizing: border-box; box-sizing: border-box; } #welcome2 input[type=submit] { width: 100%; background-color: #6cf; color: white; padding: 14px 20px; margin: 8px 0; border: none; border-radius: 4px; cursor: pointer; } #welcome2 input[type=submit]:hover { -webkit-filter: brightness(80%); filter: brightness(80%); } .post-it { padding: 90px 20px 20px; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; height: 50%; color: #111; z-index: 4; margin-top: 66px; border: none; } .post-it .modal { display: none; position: fixed; z-index: 10; left: 0; top: 0; height: 100%; width: 100%; overflow: auto; background-color: rgba(0, 0, 0, 0.5); } .post-it .modal .modal-content { background-color: #f4f4f4; border-radius: 18px; margin: 10% auto; width: 320px; height: 320px; } .post-it .modal .modal-content button { display: block; padding: 18px; width: 100%; border-bottom: #fafafa; font-size: 14px; } .post-it .modal .modal-content button:hover { cursor: pointer; font-weight: 300; } .post-it .modal .modal-content button:first-child { border-radius: 19px 19px 0 0; } .post-it .modal .modal-content button:last-child { border-radius: 0 0 19px 19px; border-bottom: none; } .post-it #postModal { display: none; position: fixed; z-index: 10; left: 0; top: 0; height: 100%; width: 100%; overflow: auto; background-color: rgba(0, 0, 0, 0.5); } .post-it #postModal .postContent { 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; background-color: #f4f4f4; border-radius: 18px; margin: 10% auto; width: 320px; height: 320px; } .post-it #postModal .postContent h3 { font-size: 18px; } .post-it #postModal .postContent .postIt { width: 100%; } .post-it #postModal .postContent .postIt .together { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; padding: 8px 3px; border-top: 2px solid #111; border-bottom: 2px solid #111; } .post-it #postModal .postContent .postIt input[type=text] { margin-top: 5px; padding: 12px 32px; height: 36px; border: none; background-color: #f4f4f4; outline: none; } .post-it #postModal .postContent .postIt input[type=text]:-webkit-autofill { -webkit-box-shadow: 0 0 0 30px white inset; } .post-it #postModal .postContent .postIt .la-bel { margin-right: 15px; } .post-it #postModal .postContent .postIt .inputfile { width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1; } .post-it #postModal .postContent .postIt .button-group { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .post-it #postModal .postContent .postIt .button-group .btn-post { width: 138px; height: 33px; background-color: #4CAF50; border-radius: 4px; border: none; color: white; margin-right: 1px; } .post-it #postModal .postContent .postIt .button-group .btn-cancel { width: 138px; height: 33px; background-color: #f44336; border-radius: 4px; border: none; color: white; margin-left: 2px; } .post-it .dash_container { 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; margin: 0 auto; width: 100%; max-width: 935px; min-height: calc(110vh - 2vh); } .post-it .dash_container .vtbgv { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding-right: 32px; position: relative; margin-bottom: 44px; } .post-it .dash_container .vtbgv .XjzkX { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-right: 30px; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; } .post-it .dash_container .vtbgv .XjzkX ._4dmfD { display: block; height: 152px; width: 152px; margin-left: 58px; margin-right: 58px; } .post-it .dash_container .vtbgv .XjzkX ._4dmfD ._M-jax3 { height: 100%; background-color: #EDEDED; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 auto; overflow: hidden; position: relative; } .post-it .dash_container .vtbgv .XjzkX .illaj { background-color: #EDEDED; border: none; outline: none; } .post-it .dash_container .vtbgv .XjzkX .illaj img { border-radius: 50%; } .post-it .dash_container .vtbgv .onelove .LMnop { padding-top: 20px; } .post-it .dash_container .vtbgv .onelove .LMnop h2 { margin-bottom: 36px; line-height: 12px; display: inline-block; padding-right: 95px; font-size: 28px; } .post-it .dash_container .vtbgv .onelove .LMnop .btn1 { display: inline-block; margin-right: 3px; padding: 5px 24px; background-color: #EDEDED; border: 1px solid grey; border-radius: 3px; outline: none; } .post-it .dash_container .vtbgv .onelove .LMnop #modalclick { font-size: 20px; display: inline-block; border: none; outline: none; background-color: #EDEDED; } .post-it .dash_container .vtbgv .onelove .follow-info { margin-bottom: 25px; } .post-it .dash_container .vtbgv .onelove .follow-info li { display: inline-block; padding-right: 30px; } .post-it .dash_container .vtbgv .onelove .follow-info li span { display: inline-block; } .post-it .dash_container .fx7hk { 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; min-height: 60px; min-width: 898px; border-top: 1px solid grey; } .post-it .dash_container .fx7hk h1 { display: inline-block; padding: 0 20px; } .post-it .dash_container .flexit { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .post-it .dash_container .flexit .Nnq7C { display: grid; grid-template-columns: repeat(3, 290px); grid-template-rows: 290px 290px; grid-auto-rows: 290px; grid-gap: 15px; } .post-it .dash_container .flexit .Nnq7C .p { background-color: #FD3253; } .container-for-all { z-index: 3; max-width: 750px; margin: 100px auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .container-for-all .cardee { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; width: 580px; background: #fff; margin: 0 auto 60px; border: 1px solid #e6e6e6; border-radius: 3px; } .container-for-all .cardee .card-header { position: relative; padding: 15px; border-bottom: #e6e6e6; z-index: 3; } .container-for-all .cardee .card-header .ui-face { display: inline-block; border-radius: 55%; position: relative; top: 3px; margin-right: 5px; z-index: 2; } .container-for-all .cardee .card-header .ui-face img { height: 31px; width: 31px; border-radius: 55%; } .container-for-all .cardee .card-header .ui-face:hover { cursor: pointer; } .container-for-all .cardee .card-header .user-name1 { position: absolute; font-weight: 400; font-size: 14px; top: 27px; left: 58px; } .container-for-all .cardee .card-header .user-name1 a { text-decoration: none; color: #262626; } .container-for-all .cardee .card-header .user-name1 a:hover { cursor: pointer; } .container-for-all .content img { width: 100%; } .container-for-all .card-footer { padding: 16px; } .container-for-all .card-footer .deew12 { padding-bottom: 6px; } .container-for-all .card-footer .likes { color: #262626; font-size: 14px; padding-bottom: 13px; font-weight: 800; } .container-for-all .card-footer .likes:hover { cursor: pointer; } .container-for-all .card-footer .comments { -ms-flex-preferred-size: 400px; flex-basis: 400px; -webkit-box-flex: 10px; -ms-flex-positive: 10px; flex-grow: 10px; -ms-flex-negative: 10; flex-shrink: 10; } .container-for-all .card-footer .comments .authDescription, .container-for-all .card-footer .comments .usersComments { font-size: 14px; padding-bottom: 8px; font-weight: 500; } .container-for-all .card-footer .comments .authDescription .people, .container-for-all .card-footer .comments .authDescription .userN, .container-for-all .card-footer .comments .usersComments .people, .container-for-all .card-footer .comments .usersComments .userN { font-weight: 800; } .container-for-all .card-footer .comments .authDescription .people:hover, .container-for-all .card-footer .comments .authDescription .userN:hover, .container-for-all .card-footer .comments .usersComments .people:hover, .container-for-all .card-footer .comments .usersComments .userN:hover { cursor: pointer; } .container-for-all .card-footer .comments .authDescription .fa-times2:hover, .container-for-all .card-footer .comments .authDescription .fa-times3:hover, .container-for-all .card-footer .comments .usersComments .fa-times2:hover, .container-for-all .card-footer .comments .usersComments .fa-times3:hover { cursor: pointer; } .container-for-all .card-footer .time-since { padding-top: 4px; padding-bottom: 10px; } .container-for-all .card-footer .time-since p { font-size: 13px; } .container-for-all .card-footer form { position: relative; padding-top: 15px; border-top: 1px solid #e6e6e6; } .container-for-all .card-footer form button { position: absolute; background-color: #fff; color: #008CBA; right: 27px; font-size: 13.5px; font-weight: bold; } .container-for-all .card-footer form button:focus, .container-for-all .card-footer form button:hover { outline: none; cursor: pointer; } .container-for-all .card-footer form #item { border: 0 solid; display: inline-block; width: 70%; } .container-for-all .card-footer form #item:focus { outline: none; } .container-for-all .card-footer form .options { display: inline-block; float: right; width: 4%; } .container-for-all .card-footer form .options:hover { outline: none; cursor: pointer; } .search { padding: 90px 20px 20px; } * { -webkit-box-sizing: border-box; box-sizing: border-box; } html { font-family: "Raleway", sans-serif; height: 100%; } body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; background: #ededed; height: 100vh; margin: 0; } #container { position: relative; -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; } #foot-container { -ms-flex-negative: 0; flex-shrink: 0; padding: 20px; } .elJefe { min-height: 100vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } #app-container { position: relative; width: 90%; max-width: 1300px; min-height: calc(100vh - 15vh); overflow: hidden; border-radius: 5px; background: url("https://images.unsplash.com/photo-1530883384668-db906d974ff9?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=15235a0796469470d7c10d5aa13215bf&auto=format&fit=crop&w=1543&q=80"); background-size: cover; background-position: center center; background-repeat: none; }
0.344113
0.067762
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap"); * { font-family: "Open Sans", sans-serif; } :root { --jumbotron-padding-y: 3rem; } .jumbotron { padding-top: var(--jumbotron-padding-y); padding-bottom: var(--jumbotron-padding-y); margin-bottom: 0; background-color: #fff; } @media (min-width: 768px) { .jumbotron { padding-top: calc(var(--jumbotron-padding-y) * 2); padding-bottom: calc(var(--jumbotron-padding-y) * 2); } } .jumbotron p:last-child { margin-bottom: 0; } .jumbotron-heading { font-weight: 300; } .jumbotron .container { max-width: 40rem; } header form { visibility: hidden; } header a { padding: 5px 10px; font-size: medium; text-decoration: none; } footer { padding-top: 3rem; padding-bottom: 3rem; } footer p { margin-bottom: 0.25rem; } /* .card-img-top { width: 100%; height: 40vh; object-fit: cover; } */ .card { margin: auto; border-radius: 5%; } .card-img-top { max-height: 25vh; object-fit: contain; padding: 10px; } .card-body { flex-grow: 0; } .box-shadow { box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); } .prod-img { display: flex; justify-content: center; max-height: fit-content; max-width: fit-content; } .pagination { justify-content: center; } .pagination a { color: black; float: left; padding: 8px 16px; text-decoration: none; border: 1px solid #ddd; } .pagination li.active { background-color: #000000; padding: 8px 16px; color: white; } .pagination a:hover:not(.active) { background-color: #717177; } .pagination li:first-child a { border-top-left-radius: 5px; border-bottom-left-radius: 5px; } .pagination li:last-child a { border-top-right-radius: 5px; border-bottom-right-radius: 5px; } .card-text { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } li.disabled { color: black; float: left; padding: 8px 16px; text-decoration: none; border: 1px solid #ddd; } .dropdown-menu { background-color: #1e2125; } .dropdown-menu:hover { background-color: #1e2125; } .dropdown-item:hover { } .dropdown-item:focus, .dropdown-item:hover{ background-color: #1e2125; color: #e9ecef; }
public/css/album.css
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap"); * { font-family: "Open Sans", sans-serif; } :root { --jumbotron-padding-y: 3rem; } .jumbotron { padding-top: var(--jumbotron-padding-y); padding-bottom: var(--jumbotron-padding-y); margin-bottom: 0; background-color: #fff; } @media (min-width: 768px) { .jumbotron { padding-top: calc(var(--jumbotron-padding-y) * 2); padding-bottom: calc(var(--jumbotron-padding-y) * 2); } } .jumbotron p:last-child { margin-bottom: 0; } .jumbotron-heading { font-weight: 300; } .jumbotron .container { max-width: 40rem; } header form { visibility: hidden; } header a { padding: 5px 10px; font-size: medium; text-decoration: none; } footer { padding-top: 3rem; padding-bottom: 3rem; } footer p { margin-bottom: 0.25rem; } /* .card-img-top { width: 100%; height: 40vh; object-fit: cover; } */ .card { margin: auto; border-radius: 5%; } .card-img-top { max-height: 25vh; object-fit: contain; padding: 10px; } .card-body { flex-grow: 0; } .box-shadow { box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); } .prod-img { display: flex; justify-content: center; max-height: fit-content; max-width: fit-content; } .pagination { justify-content: center; } .pagination a { color: black; float: left; padding: 8px 16px; text-decoration: none; border: 1px solid #ddd; } .pagination li.active { background-color: #000000; padding: 8px 16px; color: white; } .pagination a:hover:not(.active) { background-color: #717177; } .pagination li:first-child a { border-top-left-radius: 5px; border-bottom-left-radius: 5px; } .pagination li:last-child a { border-top-right-radius: 5px; border-bottom-right-radius: 5px; } .card-text { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } li.disabled { color: black; float: left; padding: 8px 16px; text-decoration: none; border: 1px solid #ddd; } .dropdown-menu { background-color: #1e2125; } .dropdown-menu:hover { background-color: #1e2125; } .dropdown-item:hover { } .dropdown-item:focus, .dropdown-item:hover{ background-color: #1e2125; color: #e9ecef; }
0.412412
0.116512
:root { --menu-height: 3rem; } nav { position: relative; z-index: 4; width: 100%; height: 5rem; display: flex; align-items: center; } .nav-elements { display: flex; background: white; } .nav-elements > * { height: 3.125rem; display: flex; align-items: center; } nav .hamburger { display: none; } nav .main-section a { display: flex; } nav .icon-creativecloud { height: 3.125rem; padding-right: 0.75rem; transition: transform 0.2s ease-in-out, filter 0.2s ease-in-out; } nav .icon-creativecloud:hover { transform: scale(1.02, 1.02); filter: drop-shadow( 0 0.3125rem 0.625rem rgba(255, 0, 0, 0.178) ); } nav .links a { padding: 0 0.75rem; position: relative; height: 100%; display: flex; align-items: center; text-decoration: none; transition: color 0.2s ease; color: #6e6e6e; } nav .links a .textholder { display: flex; height: 100%; align-items: center; position: relative; } nav .links .highlight { opacity: 0; height: 2px; bottom: 0; width: 100%; left: 0; background-color: var(--dark_gray); position: absolute; transition: opacity 0.2s ease; } nav .links a:hover, nav .links a.current { color: var(--dark_gray); } nav .links a:hover .highlight, nav .links .current .highlight { opacity: 1; } @media (max-width: 1024px) { nav { overflow: hidden; height: var(--menu-height); position: fixed; top: 0; transition: top cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, box-shadow cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s; } nav.scrolled { box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1); } nav.scrollingdown { top: calc(-1 * var(--menu-height)); box-shadow: none; } nav .hamburger { padding: 0.625rem; display: block; position: absolute; left: 0; } nav.open { overflow: visible; } nav.open .hamburger .open { display: block; } nav.open .hamburger .closed { display: none; } nav:not(.open) .hamburger .closed { display: block; } nav:not(.open) .hamburger .open { display: none; } .nav-elements { width: 100% !important; max-width: 100% !important; flex-direction: column; padding: 0 1.5rem; box-shadow: 0 0.625rem 0.625rem 0 rgba(0, 0, 0, 0.1); } .nav-elements > * { height: auto; } nav .links { flex-direction: column; align-items: flex-start; padding-bottom: 2.3125rem; } nav .links a { height: 3.5rem; width: 100%; padding: 0 1.25rem; } nav .links a .textholder { padding: 0 1.25rem; } nav .links a .highlight { opacity: 0.1; top: 0; width: 2px; height: 100%; } nav .main-section { position: relative; margin-bottom: 0.75rem; height: var(--menu-height); display: flex; align-items: center; justify-content: center; } nav .main-section .menu-open-divider { position: absolute; top: 100%; width: 100%; height: 2px; background: var(--dark_gray); opacity: 0.1; } nav .icon-creativecloud { height: 2.94rem; padding: 0.625rem; } }
templates/mobile-awareness/styles/nav.css
:root { --menu-height: 3rem; } nav { position: relative; z-index: 4; width: 100%; height: 5rem; display: flex; align-items: center; } .nav-elements { display: flex; background: white; } .nav-elements > * { height: 3.125rem; display: flex; align-items: center; } nav .hamburger { display: none; } nav .main-section a { display: flex; } nav .icon-creativecloud { height: 3.125rem; padding-right: 0.75rem; transition: transform 0.2s ease-in-out, filter 0.2s ease-in-out; } nav .icon-creativecloud:hover { transform: scale(1.02, 1.02); filter: drop-shadow( 0 0.3125rem 0.625rem rgba(255, 0, 0, 0.178) ); } nav .links a { padding: 0 0.75rem; position: relative; height: 100%; display: flex; align-items: center; text-decoration: none; transition: color 0.2s ease; color: #6e6e6e; } nav .links a .textholder { display: flex; height: 100%; align-items: center; position: relative; } nav .links .highlight { opacity: 0; height: 2px; bottom: 0; width: 100%; left: 0; background-color: var(--dark_gray); position: absolute; transition: opacity 0.2s ease; } nav .links a:hover, nav .links a.current { color: var(--dark_gray); } nav .links a:hover .highlight, nav .links .current .highlight { opacity: 1; } @media (max-width: 1024px) { nav { overflow: hidden; height: var(--menu-height); position: fixed; top: 0; transition: top cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, box-shadow cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s; } nav.scrolled { box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1); } nav.scrollingdown { top: calc(-1 * var(--menu-height)); box-shadow: none; } nav .hamburger { padding: 0.625rem; display: block; position: absolute; left: 0; } nav.open { overflow: visible; } nav.open .hamburger .open { display: block; } nav.open .hamburger .closed { display: none; } nav:not(.open) .hamburger .closed { display: block; } nav:not(.open) .hamburger .open { display: none; } .nav-elements { width: 100% !important; max-width: 100% !important; flex-direction: column; padding: 0 1.5rem; box-shadow: 0 0.625rem 0.625rem 0 rgba(0, 0, 0, 0.1); } .nav-elements > * { height: auto; } nav .links { flex-direction: column; align-items: flex-start; padding-bottom: 2.3125rem; } nav .links a { height: 3.5rem; width: 100%; padding: 0 1.25rem; } nav .links a .textholder { padding: 0 1.25rem; } nav .links a .highlight { opacity: 0.1; top: 0; width: 2px; height: 100%; } nav .main-section { position: relative; margin-bottom: 0.75rem; height: var(--menu-height); display: flex; align-items: center; justify-content: center; } nav .main-section .menu-open-divider { position: absolute; top: 100%; width: 100%; height: 2px; background: var(--dark_gray); opacity: 0.1; } nav .icon-creativecloud { height: 2.94rem; padding: 0.625rem; } }
0.632957
0.143758
@-ms-viewport { width: device-width; } html { box-sizing: border-box; -ms-overflow-style: scrollbar; } *, *::before, *::after { box-sizing: inherit; } h1 { font-size: 20px; } h2 { font-size: 18px; } h3 { font-size: 16px; } h4 { font-size: 14px; } h5 { font-size: 12px; } h6 { font-size: 10px; } @media (min-width: 768px) { h1 { font-size: 22px; } h2 { font-size: 20px; } h3 { font-size: 18px; } h4 { font-size: 16px; } h5 { font-size: 14px; } h6 { font-size: 12px; } } @media (min-width: 992px) { h1 { font-size: 24px; } h2 { font-size: 20px; } h3 { font-size: 18px; } h4 { font-size: 16px; } h5 { font-size: 14px; } h6 { font-size: 12px; } } .container { width: 100%; padding-right: 16px; padding-left: 16px; margin-right: auto; margin-left: auto; } @media (min-width: 576px) { .container { max-width: 540px; } } @media (min-width: 768px) { .container { max-width: 720px; } } @media (min-width: 992px) { .container { max-width: 960px; } } @media (min-width: 1200px) { .container { max-width: 1140px; } } .container-fluid { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } .row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -0.5rem; margin-left: -0.5rem; } .no-gutters { margin-right: 0; margin-left: 0; } .no-gutters > .col, .no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; } .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto { position: relative; min-height: 1px; padding-right: 0.5rem; padding-left: 0.5rem; } .col { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .col-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; } .col-left { float: left; } .col-right { float: right; } .col-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; } .col-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .col-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .col-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .col-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; } .col-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .col-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; } .col-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } .col-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } .col-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; } .col-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; } .col-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .order-first { -ms-flex-order: -1; order: -1; } .order-last { -ms-flex-order: 13; order: 13; } .order-0 { -ms-flex-order: 0; order: 0; } .order-1 { -ms-flex-order: 1; order: 1; } .order-2 { -ms-flex-order: 2; order: 2; } .order-3 { -ms-flex-order: 3; order: 3; } .order-4 { -ms-flex-order: 4; order: 4; } .order-5 { -ms-flex-order: 5; order: 5; } .order-6 { -ms-flex-order: 6; order: 6; } .order-7 { -ms-flex-order: 7; order: 7; } .order-8 { -ms-flex-order: 8; order: 8; } .order-9 { -ms-flex-order: 9; order: 9; } .order-10 { -ms-flex-order: 10; order: 10; } .order-11 { -ms-flex-order: 11; order: 11; } .order-12 { -ms-flex-order: 12; order: 12; } .offset-1 { margin-left: 8.333333%; } .offset-2 { margin-left: 16.666667%; } .offset-3 { margin-left: 25%; } .offset-4 { margin-left: 33.333333%; } .offset-5 { margin-left: 41.666667%; } .offset-6 { margin-left: 50%; } .offset-7 { margin-left: 58.333333%; } .offset-8 { margin-left: 66.666667%; } .offset-9 { margin-left: 75%; } .offset-10 { margin-left: 83.333333%; } .offset-11 { margin-left: 91.666667%; } @media (min-width: 576px) { .col-sm { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .col-sm-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; } .col-sm-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; } .col-sm-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .col-sm-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .col-sm-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .col-sm-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; } .col-sm-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .col-sm-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; } .col-sm-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } .col-sm-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } .col-sm-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; } .col-sm-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; } .col-sm-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .order-sm-first { -ms-flex-order: -1; order: -1; } .order-sm-last { -ms-flex-order: 13; order: 13; } .order-sm-0 { -ms-flex-order: 0; order: 0; } .order-sm-1 { -ms-flex-order: 1; order: 1; } .order-sm-2 { -ms-flex-order: 2; order: 2; } .order-sm-3 { -ms-flex-order: 3; order: 3; } .order-sm-4 { -ms-flex-order: 4; order: 4; } .order-sm-5 { -ms-flex-order: 5; order: 5; } .order-sm-6 { -ms-flex-order: 6; order: 6; } .order-sm-7 { -ms-flex-order: 7; order: 7; } .order-sm-8 { -ms-flex-order: 8; order: 8; } .order-sm-9 { -ms-flex-order: 9; order: 9; } .order-sm-10 { -ms-flex-order: 10; order: 10; } .order-sm-11 { -ms-flex-order: 11; order: 11; } .order-sm-12 { -ms-flex-order: 12; order: 12; } .offset-sm-0 { margin-left: 0; } .offset-sm-1 { margin-left: 8.333333%; } .offset-sm-2 { margin-left: 16.666667%; } .offset-sm-3 { margin-left: 25%; } .offset-sm-4 { margin-left: 33.333333%; } .offset-sm-5 { margin-left: 41.666667%; } .offset-sm-6 { margin-left: 50%; } .offset-sm-7 { margin-left: 58.333333%; } .offset-sm-8 { margin-left: 66.666667%; } .offset-sm-9 { margin-left: 75%; } .offset-sm-10 { margin-left: 83.333333%; } .offset-sm-11 { margin-left: 91.666667%; } } @media (min-width: 768px) { .col-md { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .col-md-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; } .col-md-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; } .col-md-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .col-md-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .col-md-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .col-md-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; } .col-md-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .col-md-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; } .col-md-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } .col-md-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } .col-md-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; } .col-md-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; } .col-md-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .order-md-first { -ms-flex-order: -1; order: -1; } .order-md-last { -ms-flex-order: 13; order: 13; } .order-md-0 { -ms-flex-order: 0; order: 0; } .order-md-1 { -ms-flex-order: 1; order: 1; } .order-md-2 { -ms-flex-order: 2; order: 2; } .order-md-3 { -ms-flex-order: 3; order: 3; } .order-md-4 { -ms-flex-order: 4; order: 4; } .order-md-5 { -ms-flex-order: 5; order: 5; } .order-md-6 { -ms-flex-order: 6; order: 6; } .order-md-7 { -ms-flex-order: 7; order: 7; } .order-md-8 { -ms-flex-order: 8; order: 8; } .order-md-9 { -ms-flex-order: 9; order: 9; } .order-md-10 { -ms-flex-order: 10; order: 10; } .order-md-11 { -ms-flex-order: 11; order: 11; } .order-md-12 { -ms-flex-order: 12; order: 12; } .offset-md-0 { margin-left: 0; } .offset-md-1 { margin-left: 8.333333%; } .offset-md-2 { margin-left: 16.666667%; } .offset-md-3 { margin-left: 25%; } .offset-md-4 { margin-left: 33.333333%; } .offset-md-5 { margin-left: 41.666667%; } .offset-md-6 { margin-left: 50%; } .offset-md-7 { margin-left: 58.333333%; } .offset-md-8 { margin-left: 66.666667%; } .offset-md-9 { margin-left: 75%; } .offset-md-10 { margin-left: 83.333333%; } .offset-md-11 { margin-left: 91.666667%; } } @media (min-width: 992px) { .col-lg { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .col-lg-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; } .col-lg-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; } .col-lg-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .col-lg-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .col-lg-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .col-lg-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; } .col-lg-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .col-lg-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; } .col-lg-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } .col-lg-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } .col-lg-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; } .col-lg-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; } .col-lg-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .order-lg-first { -ms-flex-order: -1; order: -1; } .order-lg-last { -ms-flex-order: 13; order: 13; } .order-lg-0 { -ms-flex-order: 0; order: 0; } .order-lg-1 { -ms-flex-order: 1; order: 1; } .order-lg-2 { -ms-flex-order: 2; order: 2; } .order-lg-3 { -ms-flex-order: 3; order: 3; } .order-lg-4 { -ms-flex-order: 4; order: 4; } .order-lg-5 { -ms-flex-order: 5; order: 5; } .order-lg-6 { -ms-flex-order: 6; order: 6; } .order-lg-7 { -ms-flex-order: 7; order: 7; } .order-lg-8 { -ms-flex-order: 8; order: 8; } .order-lg-9 { -ms-flex-order: 9; order: 9; } .order-lg-10 { -ms-flex-order: 10; order: 10; } .order-lg-11 { -ms-flex-order: 11; order: 11; } .order-lg-12 { -ms-flex-order: 12; order: 12; } .offset-lg-0 { margin-left: 0; } .offset-lg-1 { margin-left: 8.333333%; } .offset-lg-2 { margin-left: 16.666667%; } .offset-lg-3 { margin-left: 25%; } .offset-lg-4 { margin-left: 33.333333%; } .offset-lg-5 { margin-left: 41.666667%; } .offset-lg-6 { margin-left: 50%; } .offset-lg-7 { margin-left: 58.333333%; } .offset-lg-8 { margin-left: 66.666667%; } .offset-lg-9 { margin-left: 75%; } .offset-lg-10 { margin-left: 83.333333%; } .offset-lg-11 { margin-left: 91.666667%; } } @media (min-width: 1200px) { .col-xl { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .col-xl-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; } .col-xl-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; } .col-xl-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .col-xl-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .col-xl-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .col-xl-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; } .col-xl-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .col-xl-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; } .col-xl-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } .col-xl-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } .col-xl-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; } .col-xl-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; } .col-xl-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .order-xl-first { -ms-flex-order: -1; order: -1; } .order-xl-last { -ms-flex-order: 13; order: 13; } .order-xl-0 { -ms-flex-order: 0; order: 0; } .order-xl-1 { -ms-flex-order: 1; order: 1; } .order-xl-2 { -ms-flex-order: 2; order: 2; } .order-xl-3 { -ms-flex-order: 3; order: 3; } .order-xl-4 { -ms-flex-order: 4; order: 4; } .order-xl-5 { -ms-flex-order: 5; order: 5; } .order-xl-6 { -ms-flex-order: 6; order: 6; } .order-xl-7 { -ms-flex-order: 7; order: 7; } .order-xl-8 { -ms-flex-order: 8; order: 8; } .order-xl-9 { -ms-flex-order: 9; order: 9; } .order-xl-10 { -ms-flex-order: 10; order: 10; } .order-xl-11 { -ms-flex-order: 11; order: 11; } .order-xl-12 { -ms-flex-order: 12; order: 12; } .offset-xl-0 { margin-left: 0; } .offset-xl-1 { margin-left: 8.333333%; } .offset-xl-2 { margin-left: 16.666667%; } .offset-xl-3 { margin-left: 25%; } .offset-xl-4 { margin-left: 33.333333%; } .offset-xl-5 { margin-left: 41.666667%; } .offset-xl-6 { margin-left: 50%; } .offset-xl-7 { margin-left: 58.333333%; } .offset-xl-8 { margin-left: 66.666667%; } .offset-xl-9 { margin-left: 75%; } .offset-xl-10 { margin-left: 83.333333%; } .offset-xl-11 { margin-left: 91.666667%; } } .d-none { display: none !important; } .d-inline { display: inline !important; } .d-inline-block { display: inline-block !important; } .d-block { display: block !important; } .d-table { display: table !important; } .d-table-row { display: table-row !important; } .d-table-cell { display: table-cell !important; } .d-flex { display: -ms-flexbox !important; display: flex !important; } .d-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; } @media (min-width: 576px) { .d-sm-none { display: none !important; } .d-sm-inline { display: inline !important; } .d-sm-inline-block { display: inline-block !important; } .d-sm-block { display: block !important; } .d-sm-table { display: table !important; } .d-sm-table-row { display: table-row !important; } .d-sm-table-cell { display: table-cell !important; } .d-sm-flex { display: -ms-flexbox !important; display: flex !important; } .d-sm-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; } } @media (min-width: 768px) { .d-md-none { display: none !important; } .d-md-inline { display: inline !important; } .d-md-inline-block { display: inline-block !important; } .d-md-block { display: block !important; } .d-md-table { display: table !important; } .d-md-table-row { display: table-row !important; } .d-md-table-cell { display: table-cell !important; } .d-md-flex { display: -ms-flexbox !important; display: flex !important; } .d-md-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; } } @media (min-width: 992px) { .d-lg-none { display: none !important; } .d-lg-inline { display: inline !important; } .d-lg-inline-block { display: inline-block !important; } .d-lg-block { display: block !important; } .d-lg-table { display: table !important; } .d-lg-table-row { display: table-row !important; } .d-lg-table-cell { display: table-cell !important; } .d-lg-flex { display: -ms-flexbox !important; display: flex !important; } .d-lg-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; } } @media (min-width: 1200px) { .d-xl-none { display: none !important; } .d-xl-inline { display: inline !important; } .d-xl-inline-block { display: inline-block !important; } .d-xl-block { display: block !important; } .d-xl-table { display: table !important; } .d-xl-table-row { display: table-row !important; } .d-xl-table-cell { display: table-cell !important; } .d-xl-flex { display: -ms-flexbox !important; display: flex !important; } .d-xl-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; } } @media print { .d-print-none { display: none !important; } .d-print-inline { display: inline !important; } .d-print-inline-block { display: inline-block !important; } .d-print-block { display: block !important; } .d-print-table { display: table !important; } .d-print-table-row { display: table-row !important; } .d-print-table-cell { display: table-cell !important; } .d-print-flex { display: -ms-flexbox !important; display: flex !important; } .d-print-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; } } .flex-row { -ms-flex-direction: row !important; flex-direction: row !important; } .flex-column { -ms-flex-direction: column !important; flex-direction: column !important; } .flex-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; } .flex-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } .flex-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; } .flex-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } .flex-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } .flex-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; } .flex-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important; } .flex-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important; } .flex-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; } .flex-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; } .justify-content-start { -ms-flex-pack: start !important; justify-content: flex-start !important; } .justify-content-end { -ms-flex-pack: end !important; justify-content: flex-end !important; } .justify-content-center { -ms-flex-pack: center !important; justify-content: center !important; } .justify-content-between { -ms-flex-pack: justify !important; justify-content: space-between !important; } .justify-content-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; } .align-items-start { -ms-flex-align: start !important; align-items: flex-start !important; } .align-items-end { -ms-flex-align: end !important; align-items: flex-end !important; } .align-items-center { -ms-flex-align: center !important; align-items: center !important; } .align-items-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; } .align-items-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; } .align-content-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; } .align-content-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; } .align-content-center { -ms-flex-line-pack: center !important; align-content: center !important; } .align-content-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; } .align-content-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; } .align-content-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; } .align-self-auto { -ms-flex-item-align: auto !important; align-self: auto !important; } .align-self-start { -ms-flex-item-align: start !important; align-self: flex-start !important; } .align-self-end { -ms-flex-item-align: end !important; align-self: flex-end !important; } .align-self-center { -ms-flex-item-align: center !important; align-self: center !important; } .align-self-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; } .align-self-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } @media (min-width: 576px) { .flex-sm-row { -ms-flex-direction: row !important; flex-direction: row !important; } .flex-sm-column { -ms-flex-direction: column !important; flex-direction: column !important; } .flex-sm-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; } .flex-sm-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } .flex-sm-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; } .flex-sm-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } .flex-sm-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } .flex-sm-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; } .flex-sm-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important; } .flex-sm-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important; } .flex-sm-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; } .flex-sm-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; } .justify-content-sm-start { -ms-flex-pack: start !important; justify-content: flex-start !important; } .justify-content-sm-end { -ms-flex-pack: end !important; justify-content: flex-end !important; } .justify-content-sm-center { -ms-flex-pack: center !important; justify-content: center !important; } .justify-content-sm-between { -ms-flex-pack: justify !important; justify-content: space-between !important; } .justify-content-sm-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; } .align-items-sm-start { -ms-flex-align: start !important; align-items: flex-start !important; } .align-items-sm-end { -ms-flex-align: end !important; align-items: flex-end !important; } .align-items-sm-center { -ms-flex-align: center !important; align-items: center !important; } .align-items-sm-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; } .align-items-sm-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; } .align-content-sm-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; } .align-content-sm-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; } .align-content-sm-center { -ms-flex-line-pack: center !important; align-content: center !important; } .align-content-sm-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; } .align-content-sm-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; } .align-content-sm-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; } .align-self-sm-auto { -ms-flex-item-align: auto !important; align-self: auto !important; } .align-self-sm-start { -ms-flex-item-align: start !important; align-self: flex-start !important; } .align-self-sm-end { -ms-flex-item-align: end !important; align-self: flex-end !important; } .align-self-sm-center { -ms-flex-item-align: center !important; align-self: center !important; } .align-self-sm-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; } .align-self-sm-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } } @media (min-width: 768px) { .flex-md-row { -ms-flex-direction: row !important; flex-direction: row !important; } .flex-md-column { -ms-flex-direction: column !important; flex-direction: column !important; } .flex-md-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; } .flex-md-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } .flex-md-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; } .flex-md-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } .flex-md-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } .flex-md-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; } .flex-md-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important; } .flex-md-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important; } .flex-md-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; } .flex-md-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; } .justify-content-md-start { -ms-flex-pack: start !important; justify-content: flex-start !important; } .justify-content-md-end { -ms-flex-pack: end !important; justify-content: flex-end !important; } .justify-content-md-center { -ms-flex-pack: center !important; justify-content: center !important; } .justify-content-md-between { -ms-flex-pack: justify !important; justify-content: space-between !important; } .justify-content-md-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; } .align-items-md-start { -ms-flex-align: start !important; align-items: flex-start !important; } .align-items-md-end { -ms-flex-align: end !important; align-items: flex-end !important; } .align-items-md-center { -ms-flex-align: center !important; align-items: center !important; } .align-items-md-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; } .align-items-md-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; } .align-content-md-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; } .align-content-md-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; } .align-content-md-center { -ms-flex-line-pack: center !important; align-content: center !important; } .align-content-md-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; } .align-content-md-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; } .align-content-md-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; } .align-self-md-auto { -ms-flex-item-align: auto !important; align-self: auto !important; } .align-self-md-start { -ms-flex-item-align: start !important; align-self: flex-start !important; } .align-self-md-end { -ms-flex-item-align: end !important; align-self: flex-end !important; } .align-self-md-center { -ms-flex-item-align: center !important; align-self: center !important; } .align-self-md-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; } .align-self-md-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } } @media (min-width: 992px) { .flex-lg-row { -ms-flex-direction: row !important; flex-direction: row !important; } .flex-lg-column { -ms-flex-direction: column !important; flex-direction: column !important; } .flex-lg-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; } .flex-lg-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } .flex-lg-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; } .flex-lg-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } .flex-lg-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } .flex-lg-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; } .flex-lg-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important; } .flex-lg-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important; } .flex-lg-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; } .flex-lg-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; } .justify-content-lg-start { -ms-flex-pack: start !important; justify-content: flex-start !important; } .justify-content-lg-end { -ms-flex-pack: end !important; justify-content: flex-end !important; } .justify-content-lg-center { -ms-flex-pack: center !important; justify-content: center !important; } .justify-content-lg-between { -ms-flex-pack: justify !important; justify-content: space-between !important; } .justify-content-lg-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; } .align-items-lg-start { -ms-flex-align: start !important; align-items: flex-start !important; } .align-items-lg-end { -ms-flex-align: end !important; align-items: flex-end !important; } .align-items-lg-center { -ms-flex-align: center !important; align-items: center !important; } .align-items-lg-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; } .align-items-lg-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; } .align-content-lg-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; } .align-content-lg-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; } .align-content-lg-center { -ms-flex-line-pack: center !important; align-content: center !important; } .align-content-lg-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; } .align-content-lg-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; } .align-content-lg-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; } .align-self-lg-auto { -ms-flex-item-align: auto !important; align-self: auto !important; } .align-self-lg-start { -ms-flex-item-align: start !important; align-self: flex-start !important; } .align-self-lg-end { -ms-flex-item-align: end !important; align-self: flex-end !important; } .align-self-lg-center { -ms-flex-item-align: center !important; align-self: center !important; } .align-self-lg-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; } .align-self-lg-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } } @media (min-width: 1200px) { .flex-xl-row { -ms-flex-direction: row !important; flex-direction: row !important; } .flex-xl-column { -ms-flex-direction: column !important; flex-direction: column !important; } .flex-xl-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; } .flex-xl-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } .flex-xl-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; } .flex-xl-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } .flex-xl-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } .flex-xl-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; } .flex-xl-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important; } .flex-xl-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important; } .flex-xl-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; } .flex-xl-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; } .justify-content-xl-start { -ms-flex-pack: start !important; justify-content: flex-start !important; } .justify-content-xl-end { -ms-flex-pack: end !important; justify-content: flex-end !important; } .justify-content-xl-center { -ms-flex-pack: center !important; justify-content: center !important; } .justify-content-xl-between { -ms-flex-pack: justify !important; justify-content: space-between !important; } .justify-content-xl-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; } .align-items-xl-start { -ms-flex-align: start !important; align-items: flex-start !important; } .align-items-xl-end { -ms-flex-align: end !important; align-items: flex-end !important; } .align-items-xl-center { -ms-flex-align: center !important; align-items: center !important; } .align-items-xl-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; } .align-items-xl-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; } .align-content-xl-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; } .align-content-xl-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; } .align-content-xl-center { -ms-flex-line-pack: center !important; align-content: center !important; } .align-content-xl-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; } .align-content-xl-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; } .align-content-xl-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; } .align-self-xl-auto { -ms-flex-item-align: auto !important; align-self: auto !important; } .align-self-xl-start { -ms-flex-item-align: start !important; align-self: flex-start !important; } .align-self-xl-end { -ms-flex-item-align: end !important; align-self: flex-end !important; } .align-self-xl-center { -ms-flex-item-align: center !important; align-self: center !important; } .align-self-xl-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; } .align-self-xl-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } } .m-left { margin-left: 0; } @media (min-width: 576px) { .m-sm-left { margin-left: 0; } } @media (min-width: 768px) { .m-md-left { margin-left: 0; } } @media (min-width: 992px) { .m-lg-left { margin-left: 2rem; } } @media (min-width: 1200px) { .m-xl-left { margin-left: 2rem; } } .m-right { margin-right: 0; } @media (min-width: 576px) { .m-sm-right { margin-right: 0; } } @media (min-width: 768px) { .m-md-right { margin-right: 0; } } @media (min-width: 992px) { .m-lg-right { margin-right: 2rem; } } @media (min-width: 1200px) { .m-xl-right { margin-right: 2rem; } } .width-10 { width: 10%; } .width-20 { width: 20%; } .width-30 { width: 30%; } .width-40 { width: 40%; } .width-50 { width: 50%; } .width-60 { width: 60%; } .width-70 { width: 70%; } .width-80 { width: 80%; } .width-90 { width: 90%; } .width-100 { width: 100%; } .mb-1 { margin-bottom: 0; } .mb-2 { margin-bottom: 0.5rem; } .mb-3 { margin-bottom: 1rem; } .pl-1, .px-1 { padding-left: 0.25rem !important; } .pr-1, .px-1 { padding-right: 0.25rem !important; } .pl-2, .px-2 { padding-left: 0.5rem !important; } .pr-2, .px-2 { padding-right: 0.5rem !important; } .pl-3, .px-3 { padding-left: 1rem !important; } .pr-3, .px-3 { padding-right: 1rem !important; } .pl-4, .px-4 { padding-left: 1.5rem !important; } .pr-4, .px-4 { padding-right: 1.5rem !important; } .pl-5, .px-5 { padding-left: 3rem !important; } .pr-5, .px-5 { padding-right: 3rem !important; } .btn { position: relative; display: inline-block; padding: 0 15px; height: 28px; border: 1px solid #EBEDF0; border-radius: 4px; background-color: #ffffff; background-image: none; -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015); box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015); color: rgba(0, 0, 0, 0.45); text-align: center; white-space: nowrap; font-weight: 400; font-size: 14px; line-height: 28px; cursor: pointer; -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); -moz-user-select: none; -ms-touch-action: manipulation; -ms-user-select: none; -webkit-user-select: none; touch-action: manipulation; user-select: none; } .btn, .btn:active, .btn:focus { outline: 0; } .btn:focus, .btn:hover { border-color: #40a9ff; color: #40a9ff; } .btn.disabled, .btn[disabled] { border-color: #EBEDF0; background-color: #EBEDF0; box-shadow: none; color: rgba(0, 0, 0, 0.25); cursor: not-allowed; } .btn-primary { border-color: #1890ff; background-color: #1890ff; box-shadow: 0 2px 0 rgba(0, 0, 0, 0.035); color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12); } .btn-primary:focus, .btn-primary:hover { border-color: #40a9ff; background-color: #40a9ff; color: #ffffff; } .theme-dark .btn { border: 1px solid #3d3c41; background-color: #242528; color: rgba(255, 255, 255, 0.45); } .theme-dark .btn, .theme-dark .btn:active, .theme-dark .btn:focus { outline: 0; } .theme-dark .btn:focus, .theme-dark .btn:hover { border-color: #40a9ff; color: #40a9ff; } .theme-dark .btn.disabled, .theme-dark .btn[disabled] { border-color: #EBEDF0; background-color: #EBEDF0; box-shadow: none; color: rgba(0, 0, 0, 0.25); cursor: not-allowed; } .theme-dark .btn-primary { border-color: #1890ff; background-color: #1890ff; box-shadow: 0 2px 0 rgba(0, 0, 0, 0.035); color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12); } .theme-dark .btn-primary:focus, .theme-dark .btn-primary:hover { border-color: #40a9ff; background-color: #40a9ff; color: #ffffff; } @font-face { font-family: Chinese Quote; src: local("PingFang SC"), local("SimSun"); unicode-range: U2018, U2019, U201c, U201d; } *, :after, :before { box-sizing: border-box; } body, html { height: 100%; } html { font-family: sans-serif; line-height: 1.15; -ms-overflow-style: scrollbar; -ms-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; -webkit-text-size-adjust: 100%; } body { margin: 0; background-color: #ffffff; color: rgba(0, 0, 0, 0.65); font-variant: tabular-nums; font-size: 14px; font-family: "PingFangSC-Regular", "PingFang SC", "Microsoft YaHei", Arial, Helvetica, "WenQuanYi Micro Hei", "tohoma,sans-serif"; line-height: 1.5; } hr { overflow: visible; -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; margin: 12px 0; border: 0; border-top: 1px solid #f4f6f8; } .theme-dark hr { border-top: 1px solid #3d3c41; } h1, h2, h3, h4, h5, h6 { color: rgba(0, 0, 0, 0.85); font-weight: 500; font-family: "PingFangSC-Medium", "PingFangSC-Regular", "PingFang SC", "Microsoft YaHei", Arial, Helvetica, "WenQuanYi Micro Hei", "tohoma,sans-serif"; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; -ms-transition: all 0.3s linear; } h1, h2, h3, h4, h5, h6 { margin: 1.6em 0 0.6em; cursor: default; } .theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6 { color: rgba(255, 255, 255, 0.85); } p { margin: 1em 0; cursor: default; } li { list-style: none; cursor: default; } dl, ol, ul { margin-top: 0; margin-bottom: 0; padding: 0; cursor: default; } ol ol, ol ul, ul ol, ul ul { margin-bottom: 0; } blockquote { margin: 1.5rem 0; padding-left: 0.5rem; border-left: 4px solid #EBEDF0; } .theme-dark blockquote { margin: 1.5rem 0; padding-left: 0.5rem; border-left: 4px solid #3d3c41; } blockquote p { margin: 0; } pre { margin: 1.6em 0; padding: 24px 18px; border-radius: 4px; background: #e6f7ff; white-space: pre-wrap; } code { margin: 0 4px; padding: 3px 8px 2px; border: 1px solid #b8e0f3; border-radius: 4px; background-color: #e6f7ff; vertical-align: middle; font-size: 12px; font-family: Inconsolata, monospace, sans-serif; } pre code { margin: 0; padding: 0; border: none; font-size: 13px; } .theme-dark pre { background: #292a2d; } .theme-dark code { border: 1px solid #3d3c41; background-color: #292a2d; } figure { margin: 0; border: 0; vertical-align: baseline; } strong, b { font-weight: 500; } a { outline: none; background-color: transparent; color: #1890ff; text-decoration: none; cursor: pointer; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; -webkit-text-decoration-skip: objects; } a:focus { -webkit-text-decoration-skip: ink; text-decoration-skip: ink; } a:hover { color: #40a9ff; } a:active { color: #096dd9; } a:active, a:hover { outline: 0; text-decoration: none; } a[disabled] { color: rgba(0, 0, 0, 0.45); cursor: not-allowed; pointer-events: none; } img { border-style: none; vertical-align: middle; } table { border-collapse: collapse; } mark { padding: 0.2em; background-color: #F2F4F6; } ::-moz-selection { background: #1890ff; color: #ffffff; } ::selection { background: #1890ff; color: #ffffff; } .fa { display: inline-block; text-align: center; text-transform: none; font-style: normal; line-height: 0; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .clearfix { zoom: 1; } .clearfix:after, .clearfix:before { display: table; content: ""; } .clearfix:after { clear: both; } .layout { display: flex; overflow-x: hidden; min-height: 100vh; background: #ffffff; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; flex-direction: column; flex: auto; } .layout.theme-dark { background: #242528; color: rgba(255, 255, 255, 0.45); } .layout-header { padding: 0; width: 100%; height: 84px; line-height: 84px; } .layout-header-main { position: relative; z-index: 1000; padding: 0; height: 84px; background: #ffffff; box-shadow: 0px 5px 60px 0px rgba(17, 58, 93, 0.1); } .layout-header-main .container { position: relative; align-items: center; } .layout-header-main .container .navbar { display: flex; } .layout-header-main .container .navbar .logo { position: relative; display: inline-block; flex: 1 1; } @media (min-width: 768px) { .layout-header-main .container .navbar .logo { flex: none; } } .layout-header-main .container .navbar .logo a { display: block; margin-right: 1.5rem; max-width: 96px; font-size: 0; } @media (min-width: 768px) { .layout-header-main .container .navbar .logo a { max-width: 120px; } } .layout-header-main .container .navbar .logo a img { overflow: hidden; width: 100%; height: auto; } .layout-header-main .container .navbar .menu { display: inline-block; flex: 1 1; } .layout-header-main .container .navbar .menu ul { position: relative; overflow: hidden; margin: 30px 0; padding-left: 1.5rem; border-left: 1px solid #EBEDF0; line-height: 24px; } .layout-header-main .container .navbar .menu ul li { position: relative; float: left; margin-right: 24px; } .layout-header-main .container .navbar .menu ul li:before { position: absolute; right: 0; bottom: 0; width: 0; height: 1px; background: #40a9ff; content: ""; -webkit-transition: width 0.3s ease; transition: width 0.3s ease; } .layout-header-main .container .navbar .menu ul li:hover:before { right: auto; left: 0; width: 100%; } .layout-header-main .container .navbar .menu ul li a { color: rgba(0, 0, 0, 0.45); } .layout-header-main .container .navbar .item .search-icon { font-size: 16px; } .theme-dark .layout-header-main { background: transparent; box-shadow: 0px 5px 60px 0px rgba(0, 0, 0, 0.45); } @media (min-width: 768px) { .theme-dark .layout-header-main .container .navbar .logo { flex: none; } } .theme-dark .layout-header-main .container .navbar .logo a img { opacity: 0.8; } .theme-dark .layout-header-main .container .navbar .menu ul { border-left: 1px solid #3d3c41; } .theme-dark .layout-header-main .container .navbar .menu ul li a { color: rgba(255, 255, 255, 0.45); } .theme-dark .layout-header-main .container .navbar .search-lightbox { position: fixed; visibility: hidden; left: 0; right: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.65); transition: all 0.2s ease-in-out; } .theme-dark .layout-header-main .container .navbar .search-lightbox.animate { visibility: visible; } .theme-dark .layout-header-main .container .navbar .search-lightbox.animate .search-body .search-form { -moz-opacity: 1; opacity: 1; transform: scale(1); } .theme-dark .layout-header-main .container .navbar .search-lightbox .search-body { display: flex; align-items: center; justify-content: center; min-height: 100%; } .theme-dark .layout-header-main .container .navbar .search-lightbox .search-body .search-form { display: flex; width: 20%; padding: 8px; border-radius: 4px; background-color: #292a2d; border: 1px solid #3d3c41; opacity: 0; transition: all 0.2s ease-in-out; transform: scale(0.8); } .theme-dark .layout-header-main .container .navbar .search-lightbox .search-body .search-form .search-field { padding: 5px; margin-right: 5px; color: rgba(255, 255, 255, 0.45); border: none; background-color: transparent; flex: 1 1; } .theme-dark .layout-header-main .container .navbar .search-lightbox .search-body .search-form .search-field:focus, .theme-dark .layout-header-main .container .navbar .search-lightbox .search-body .search-form .search-field:active { outline: none; } .theme-dark .layout-header-main .container .navbar .search-lightbox .search-body .search-form .submit { padding: 5px; border: none; font-size: 14px; color: rgba(255, 255, 255, 0.45); background-color: transparent; } .theme-dark .layout-header-main .container .navbar .search-lightbox .search-body .search-form .submit:focus, .theme-dark .layout-header-main .container .navbar .search-lightbox .search-body .search-form .submit:active { outline: none; } .trigger { position: relative; width: 32px; color: rgba(0, 0, 0, 0.45); text-align: right; font-size: 22px; } .theme-dark .trigger { color: rgba(255, 255, 255, 0.45); } .layout-header-item { position: relative; vertical-align: middle; font-size: 18px; cursor: pointer; } .layout-header-item a, .layout-header-item span { display: block; color: rgba(0, 0, 0, 0.25); margin-left: 24px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; } .layout-collapse { position: absolute; display: flex; align-items: center; justify-content: center; opacity: 0; z-index: 999; left: 0; width: 100%; height: 100%; top: 0; background-color: #ffffff; transform: translateY(-100%); box-shadow: 0px 5px 60px 0px rgba(17, 58, 93, 0.25); -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), opacity 0.3s cubic-bezier(0.9, 0, 0.3, 0.7); transition: -webkit-transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), opacity 0.3s cubic-bezier(0.9, 0, 0.3, 0.7); transition: transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), opacity 0.3s cubic-bezier(0.9, 0, 0.3, 0.7); transition: transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), -webkit-transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), opacity 0.3s cubic-bezier(0.9, 0, 0.3, 0.7); } .layout-collapse.open { opacity: 1; transform: translateY(0); -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), opacity 0.3s cubic-bezier(0.9, 0, 0.3, 0.7); transition: -webkit-transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), opacity 0.3s cubic-bezier(0.9, 0, 0.3, 0.7); transition: transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), opacity 0.3s cubic-bezier(0.9, 0, 0.3, 0.7); transition: transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), -webkit-transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), opacity 0.3s cubic-bezier(0.9, 0, 0.3, 0.7); } .layout-collapse ul { position: relative; overflow: hidden; padding: 12px; margin: 1rem 0; } .layout-collapse ul li { line-height: 4.5rem; height: 4.5rem; text-align: center; padding: 1.5rem 0; } .layout-collapse ul li:hover a { color: rgba(0, 0, 0, 0.65); font-size: 20px; text-shadow: 0 4px 2px rgba(15, 37, 64, 0.1); } .layout-collapse ul li a { font-size: 18px; color: rgba(0, 0, 0, 0.45); -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -o-transition: all 0.15s linear; transition: all 0.15s linear; -ms-transition: all 0.15s linear; } .theme-dark .layout-collapse { position: absolute; display: flex; align-items: center; justify-content: center; opacity: 0; z-index: 999; left: 0; width: 100%; height: 100%; top: 0; background-color: #242528; transform: translateY(-100%); box-shadow: 0px 5px 60px 0px rgba(17, 58, 93, 0.25); -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), opacity 0.3s cubic-bezier(0.9, 0, 0.3, 0.7); transition: -webkit-transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), opacity 0.3s cubic-bezier(0.9, 0, 0.3, 0.7); transition: transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), opacity 0.3s cubic-bezier(0.9, 0, 0.3, 0.7); transition: transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), -webkit-transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), opacity 0.3s cubic-bezier(0.9, 0, 0.3, 0.7); } .theme-dark .layout-collapse.open { opacity: 1; transform: translateY(0); -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), opacity 0.3s cubic-bezier(0.9, 0, 0.3, 0.7); transition: -webkit-transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), opacity 0.3s cubic-bezier(0.9, 0, 0.3, 0.7); transition: transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), opacity 0.3s cubic-bezier(0.9, 0, 0.3, 0.7); transition: transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), -webkit-transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), opacity 0.3s cubic-bezier(0.9, 0, 0.3, 0.7); } .theme-dark .layout-collapse ul { position: relative; overflow: hidden; padding: 12px; margin: 1rem 0; } .theme-dark .layout-collapse ul li { line-height: 4.5rem; height: 4.5rem; text-align: center; padding: 1.5rem 0; } .theme-dark .layout-collapse ul li:hover a { color: rgba(255, 255, 255, 0.65); font-size: 20px; text-shadow: 0 4px 2px rgba(15, 37, 64, 0.1); } .theme-dark .layout-collapse ul li a { font-size: 18px; color: rgba(255, 255, 255, 0.45); -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -o-transition: all 0.15s linear; transition: all 0.15s linear; -ms-transition: all 0.15s linear; } .layout-banner { position: relative; margin: 2rem 0 0; } @media (min-width: 576px) { .layout-banner { margin: 3rem 0 0; } } .layout-banner .layout-banner-main .banner .item { position: relative; margin-bottom: 1rem; } .layout-banner .layout-banner-main .banner .item .banner-card { position: relative; display: block; overflow: hidden; padding: 0; border-radius: 4px; } .layout-banner .layout-banner-main .banner .item .banner-card:after { content: ''; display: block; padding-bottom: 50%; } .layout-banner .layout-banner-main .banner .item .banner-card.main:after { content: ''; display: block; padding-bottom: calc(50% + 1rem); } .layout-banner .layout-banner-main .banner .item .banner-card .card-content { position: absolute; top: 0; bottom: 0; left: 0; right: 0; border: 0; border-radius: inherit; background-size: cover; background-repeat: no-repeat; background-position: center; background-color: #EBEDF0; } .layout-banner .layout-banner-main .banner .item .banner-card .card-content:hover .mask { opacity: 1; } .layout-banner .layout-banner-main .banner .item .banner-card .card-content:hover .title h3 { opacity: 1; transition: transform 0.4s ease; transform: translate3d(0, 0, 0); } .layout-banner .layout-banner-main .banner .item .banner-card .card-content .mask { content: ''; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(37, 99, 252, 0.85); position: absolute; transition: transform 0.4s cubic-bezier(0.51, 0.01, 0.18, 1.03), opacity 0.3s ease; opacity: 0; } .layout-banner .layout-banner-main .banner .item .banner-card .card-content .title { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; display: flex; overflow: hidden; flex-direction: column; justify-content: center; align-items: center; text-align: center; } .layout-banner .layout-banner-main .banner .item .banner-card .card-content .title h3 { overflow: hidden; margin: 0; width: 90%; color: #ffffff; text-overflow: ellipsis; white-space: nowrap; opacity: 0; transition: transform 0.4s ease; transform: translate3d(0, 100%, 0); } .layout-nav { position: relative; overflow: hidden; padding: 3rem 0; background-color: #F2F4F6; background-size: cover; background-position: center; } .layout-nav:before { content: ""; position: absolute; top: 0; width: 100%; height: 100%; background: transparent url(/media/images/pattern.png) repeat top left; } .layout-nav .nav-content { display: flex; flex-flow: column nowrap; } .layout-nav .nav-content h1 { margin: 0; color: rgba(255, 255, 255, 0.85); } .layout-nav .nav-content .sub-title { margin-top: 1rem; color: rgba(255, 255, 255, 0.45); } .layout-content { position: relative; margin: 0; padding-top: 0px; min-height: 0; flex: auto; } .layout-content .layout-content-main { position: relative; width: 100%; min-height: 100%; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; } .layout-content .layout-content-main .card-list .card { position: relative; padding: 0; } .layout-content .layout-content-main .card-list .card:not(:last-child) { border-bottom: 1px solid #f4f6f8; } .layout-content .layout-content-main .card-list .card .card-item { padding: 2rem 0; } .layout-content .layout-content-main .card-list .card .card-item .card-content { position: relative; display: flex; min-width: 0; flex-direction: column; flex: 1 1 auto; justify-content: center; } .layout-content .layout-content-main .card-list .card .card-item .card-content .card-body { flex: 1 1 auto; } .layout-content .layout-content-main .card-list .card .card-item .card-content .card-body .header { padding-top: 0.5rem; } .layout-content .layout-content-main .card-list .card .card-item .card-content .card-body .header .title { display: block; } .layout-content .layout-content-main .card-list .card .card-item .card-content .card-body .header .title:hover h3, .layout-content .layout-content-main .card-list .card .card-item .card-content .card-body .header .title:focus h3, .layout-content .layout-content-main .card-list .card .card-item .card-content .card-body .header .title:active h3 { color: #1890ff; } .layout-content .layout-content-main .card-list .card .card-item .card-content .card-body .header .title h3 { overflow: hidden; margin: 0; color: rgba(0, 0, 0, 0.65); text-overflow: ellipsis; white-space: nowrap; } .layout-content .layout-content-main .card-list .card .card-item .card-content .card-body .inner { color: rgba(0, 0, 0, 0.45); } .layout-content .layout-content-main .card-list .card .card-item .card-content .card-body .inner .abstract { position: relative; } .layout-content .layout-content-main .card-list .card .card-item .card-content .card-body .inner .abstract h2 { display: none; } .layout-content .layout-content-main .card-list .card .card-item .card-content .card-body .inner .abstract p { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .layout-content .layout-content-main .card-list .card .card-item .card-content .card-body .inner .abstract photo { display: flex; margin-left: -0.5rem; margin-right: -0.5rem; } .layout-content .layout-content-main .card-list .card .card-item .card-content .card-body .inner .abstract photo img { flex: 0 0 auto; padding: 0.5rem; width: 25%; height: 100%; border-radius: 0.75rem; } .layout-content .layout-content-main .card-list .card .card-item .card-content .card-footer { display: flex; } .layout-content .layout-content-main .card-list .card .card-item .card-content .card-footer .item { position: relative; margin-right: 1rem; padding-right: 1rem; font-size: 12px; color: rgba(0, 0, 0, 0.45); } .layout-content .layout-content-main .card-list .card .card-item .card-content .card-footer .item:not(:last-child):after { content: "•"; position: absolute; right: -3px; color: #40a9ff; } .layout-content .layout-content-main .card-list .card .card-item .card-content .card-footer .item a { color: rgba(0, 0, 0, 0.45); } .layout-content .layout-content-main .card-list .card .card-item .card-content .card-footer .item a:hover { color: #1890ff; } .layout-content .layout-content-main .card-list .card .card-item .card-thumb { position: relative; } .layout-content .layout-content-main .card-list .card .card-item .card-thumb a { display: block; width: 100%; padding-bottom: 64%; border-radius: 4px; background-position: center; background-size: cover; background-color: #F2F4F6; } .theme-dark .layout-content .layout-content-main .card-list .card:not(:last-child) { border-bottom: 1px solid #3d3c41; } .theme-dark .layout-content .layout-content-main .card-list .card .card-item .card-content .card-body .header .title:hover h3, .theme-dark .layout-content .layout-content-main .card-list .card .card-item .card-content .card-body .header .title:focus h3, .theme-dark .layout-content .layout-content-main .card-list .card .card-item .card-content .card-body .header .title:active h3 { color: #1890ff; } .theme-dark .layout-content .layout-content-main .card-list .card .card-item .card-content .card-body .header .title h3 { color: rgba(255, 255, 255, 0.65); } .theme-dark .layout-content .layout-content-main .card-list .card .card-item .card-content .card-body .inner { color: rgba(255, 255, 255, 0.45); } .theme-dark .layout-content .layout-content-main .card-list .card .card-item .card-footer .item { color: rgba(255, 255, 255, 0.45); } .theme-dark .layout-content .layout-content-main .card-list .card .card-item .card-footer .item:not(:last-child):after { color: #40a9ff; } .theme-dark .layout-content .layout-content-main .card-list .card .card-item .card-footer .item a { color: rgba(255, 255, 255, 0.45); } .theme-dark .layout-content .layout-content-main .card-list .card .card-item .card-footer .item a:hover { color: #1890ff; } .theme-dark .layout-content .layout-content-main .card-list .card .card-thumb { position: relative; } .theme-dark .layout-content .layout-content-main .card-list .card .card-thumb a { background-color: #292a2d; } .layout-paginator { position: relative; margin: 0; padding: 0; } .layout-paginator .paginator { list-style: none; font-size: 16px; text-align: center; } .layout-paginator .paginator .btn { line-height: 36px; height: 36px; margin: 1rem 0; border-radius: 4px; } .layout-archive, .layout-tags { position: relative; padding: 3rem 0; } .layout-archive .card, .layout-tags .card { position: relative; display: -ms-flexbox; display: flex; padding: 0.5rem 0; border: 1px solid #f4f6f8; border-radius: 4px; background-color: #ffffff; background-clip: border-box; word-wrap: break-word; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -ms-flex-direction: column; flex-direction: column; -ms-transition: all 0.3s ease-out; } .layout-archive .card:hover, .layout-tags .card:hover { box-shadow: 0px 10px 50px -15px rgba(0, 0, 0, 0.1); } .layout-archive .card:not(:last-child), .layout-tags .card:not(:last-child) { margin-bottom: 3rem; } .layout-archive .card .card-header, .layout-tags .card .card-header { padding: 1.5rem 1.25rem; border: 0; border-color: #EBEDF0; background-color: transparent; background-clip: padding-box; } .layout-archive .card .card-header .header-content, .layout-tags .card .card-header .header-content { position: relative; padding-left: 1.5rem; } .layout-archive .card .card-header .header-content:before, .layout-tags .card .card-header .header-content:before { position: absolute; left: 0; width: 4px; height: 100%; background-color: #1890ff; content: ""; } .layout-archive .card .card-header .header-content .title, .layout-tags .card .card-header .header-content .title { font-size: 20px; } .layout-archive .card .card-header .header-content .sub, .layout-tags .card .card-header .header-content .sub { margin-top: 0.5rem; font-size: 12px; color: rgba(0, 0, 0, 0.45); } .layout-archive .card .card-body, .layout-tags .card .card-body { position: relative; padding: 1rem 0; } .layout-archive .card .card-body .card-item, .layout-tags .card .card-body .card-item { position: relative; display: flex; flex-flow: row nowrap; align-items: center; padding: 0 1rem; } .layout-archive .card .card-body .card-item:not(:first-child) .list-content, .layout-tags .card .card-body .card-item:not(:first-child) .list-content { border-top: 1px solid #f4f6f8; } .layout-archive .card .card-body .card-item .thumb, .layout-tags .card .card-body .card-item .thumb { position: relative; width: 48px; height: 48px; display: block; overflow: hidden; padding: 0; } .layout-archive .card .card-body .card-item .thumb a, .layout-tags .card .card-body .card-item .thumb a { display: block; width: 100%; padding-bottom: 100%; border-radius: 50%; background-position: center; background-size: cover; background-repeat: no-repeat; background-color: #EBEDF0; } .layout-archive .card .card-body .card-item .list-content, .layout-tags .card .card-body .card-item .list-content { display: -ms-flexbox; display: flex; flex-flow: row nowrap; flex: 1 1 auto; align-items: center; margin-left: 1rem; padding: 1.5rem 0; } .layout-archive .card .card-body .card-item .list-content .list-body, .layout-tags .card .card-body .card-item .list-content .list-body { flex: 1 1 auto; } .layout-archive .card .card-body .card-item .list-content .list-body:hover .title, .layout-tags .card .card-body .card-item .list-content .list-body:hover .title { color: #1890ff; } .layout-archive .card .card-body .card-item .list-content .list-body .title, .layout-tags .card .card-body .card-item .list-content .list-body .title { font-size: 16px; color: rgba(0, 0, 0, 0.65); } .layout-archive .card .card-body .card-item .list-content .list-body .time, .layout-tags .card .card-body .card-item .list-content .list-body .time { margin-top: 0.5rem; font-size: 12px; color: rgba(0, 0, 0, 0.45); } .theme-dark .layout-archive, .theme-dark .layout-tags { position: relative; padding: 3rem 0; } .theme-dark .layout-archive .card, .theme-dark .layout-tags .card { position: relative; display: -ms-flexbox; display: flex; padding: 0.5rem 0; border: 1px solid #3d3c41; border-radius: 4px; background-color: #292a2d; background-clip: border-box; word-wrap: break-word; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -ms-flex-direction: column; flex-direction: column; -ms-transition: all 0.3s ease-out; } .theme-dark .layout-archive .card:hover, .theme-dark .layout-tags .card:hover { box-shadow: 0px 1px 20px 10px rgba(0, 0, 0, 0.25); } .theme-dark .layout-archive .card:not(:last-child), .theme-dark .layout-tags .card:not(:last-child) { margin-bottom: 3rem; } .theme-dark .layout-archive .card .card-header, .theme-dark .layout-tags .card .card-header { padding: 1.5rem 1.25rem; border: 0; border-color: #EBEDF0; background-color: transparent; background-clip: padding-box; } .theme-dark .layout-archive .card .card-header .header-content, .theme-dark .layout-tags .card .card-header .header-content { position: relative; padding-left: 1.5rem; } .theme-dark .layout-archive .card .card-header .header-content:before, .theme-dark .layout-tags .card .card-header .header-content:before { position: absolute; left: 0; width: 4px; height: 100%; background-color: #1890ff; content: ""; } .theme-dark .layout-archive .card .card-header .header-content .title, .theme-dark .layout-tags .card .card-header .header-content .title { font-size: 20px; } .theme-dark .layout-archive .card .card-header .header-content .sub, .theme-dark .layout-tags .card .card-header .header-content .sub { margin-top: 0.5rem; font-size: 12px; color: rgba(255, 255, 255, 0.45); } .theme-dark .layout-archive .card .card-body, .theme-dark .layout-tags .card .card-body { position: relative; padding: 1rem 0; } .theme-dark .layout-archive .card .card-body .card-item, .theme-dark .layout-tags .card .card-body .card-item { position: relative; display: flex; flex-flow: row nowrap; align-items: center; padding: 0 1rem; } .theme-dark .layout-archive .card .card-body .card-item:not(:first-child) .list-content, .theme-dark .layout-tags .card .card-body .card-item:not(:first-child) .list-content { border-top: 1px solid #3d3c41; } .theme-dark .layout-archive .card .card-body .card-item .thumb, .theme-dark .layout-tags .card .card-body .card-item .thumb { position: relative; width: 48px; height: 48px; display: block; overflow: hidden; padding: 0; } .theme-dark .layout-archive .card .card-body .card-item .thumb a, .theme-dark .layout-tags .card .card-body .card-item .thumb a { display: block; width: 100%; padding-bottom: 100%; border-radius: 50%; background-position: center; background-size: cover; background-repeat: no-repeat; background-color: #EBEDF0; } .theme-dark .layout-archive .card .card-body .card-item .list-content, .theme-dark .layout-tags .card .card-body .card-item .list-content { display: -ms-flexbox; display: flex; flex-flow: row nowrap; flex: 1 1 auto; align-items: center; margin-left: 1rem; padding: 1.5rem 0; } .theme-dark .layout-archive .card .card-body .card-item .list-content .list-body, .theme-dark .layout-tags .card .card-body .card-item .list-content .list-body { flex: 1 1 auto; } .theme-dark .layout-archive .card .card-body .card-item .list-content .list-body:hover .title, .theme-dark .layout-tags .card .card-body .card-item .list-content .list-body:hover .title { color: #1890ff; } .theme-dark .layout-archive .card .card-body .card-item .list-content .list-body .title, .theme-dark .layout-tags .card .card-body .card-item .list-content .list-body .title { font-size: 16px; color: rgba(255, 255, 255, 0.65); } .theme-dark .layout-archive .card .card-body .card-item .list-content .list-body .time, .theme-dark .layout-tags .card .card-body .card-item .list-content .list-body .time { margin-top: 0.5rem; font-size: 12px; color: rgba(255, 255, 255, 0.45); } .layout-post { position: relative; box-sizing: border-box; margin: 0 0 24px; padding: 0; } .layout-post .layout-post-body { position: relative; margin: 0; padding: 3rem 0; } .layout-post .layout-post-main { overflow: visible; line-height: 2; } .layout-post .layout-post-header { margin: 0 0 1.6em; } .layout-post .layout-post-header h1 { margin: 0; color: rgba(0, 0, 0, 0.85); font-weight: 500; font-variant: tabular-nums; font-family: "PingFangSC-Medium", "PingFangSC-Regular", "PingFang SC", "Microsoft YaHei", Arial, Helvetica, "WenQuanYi Micro Hei", "tohoma,sans-serif"; line-height: 1.5; } .layout-post .layout-post-header .layout-post-meta { position: relative; margin: 0.5rem 0; padding-bottom: 1.5rem; font-size: 0; } @media (min-width: 768px) { .layout-post .layout-post-header .layout-post-meta { margin: 1.5rem 0; } } .layout-post .layout-post-header .layout-post-meta .item { position: relative; display: inline-block; margin-right: 1rem; padding-right: 1rem; color: rgba(0, 0, 0, 0.45); text-align: center; text-transform: capitalize; font-size: 14px; cursor: pointer; } .layout-post .layout-post-header .layout-post-meta .item:not(:last-child):after { content: "•"; position: absolute; right: -3px; color: #40a9ff; } .layout-post .layout-post-header .layout-post-meta .item a { color: rgba(0, 0, 0, 0.45); } .layout-post .layout-post-header .layout-post-meta .item a:hover { color: #1890ff; } .theme-dark .layout-post .layout-post-header { margin: 0 0 1.6em; } .theme-dark .layout-post .layout-post-header h1 { color: rgba(255, 255, 255, 0.85); } .theme-dark .layout-post .layout-post-header .layout-post-meta .item { color: rgba(255, 255, 255, 0.45); } .theme-dark .layout-post .layout-post-header .layout-post-meta .item a { color: rgba(255, 255, 255, 0.45); } .layout-post .layout-post-content { overflow: visible; margin: 0 0 24px; padding: 0; height: auto; text-align: justify; font-size: 14px; line-height: 2; } .layout-post .layout-post-content ul > li { margin-left: 20px; padding-left: 4px; list-style-type: circle; } .layout-post .layout-post-content img { display: flex; margin: 1em auto; max-width: 100%; min-width: 100%; border-radius: 4px; background-color: #EBEDF0; -webket-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .layout-post-content table { -moz-box-sizing: border-box; box-sizing: border-box; margin: 1em 0; width: 100%; max-width: 100%; border-style: solid; border-width: 1px; background-color: transparent; line-height: 1.7; border-spacing: 0; word-break: normal; } .layout-post-content table, .layout-post-content table tr, .layout-post-content table tr td, .layout-post-content table tr th { border-color: #EBEDF0; } .theme-dark .layout-post-content table, .theme-dark .layout-post-content table tr, .theme-dark .layout-post-content table tr td, .theme-dark .layout-post-content table tr th { border-color: #3d3c41; } .layout-post-content table th { background-color: #FDFDFD; font-weight: bold; } .theme-dark .layout-post-content table th { background-color: #242528; font-weight: bold; } .layout-post-content tr th { text-align: left; border-bottom-width: 1px; border-bottom-style: solid; } .layout-post-content tr th, .layout-post-content tr td { padding: 10px 20px; border-right: 1px solid; border-bottom: 1px solid #EBEDF0; } .theme-dark .layout-post-content tr th, .theme-dark .layout-post-content tr td { padding: 10px 20px; border-right: 1px solid; border-bottom: 1px solid #3d3c41; } .layout-post-content tbody tr:last-child td { border-bottom: 0; } .layout-post-content tr th:last-child, .layout-post-content tr td:last-child { border-right: 0; } .layout-post-content table tbody > tr:nth-child(odd) > td, .layout-post-content table tbody > tr:nth-child(odd) > th { background-color: #F9F9F9; } .theme-dark .layout-post-content table tbody > tr:nth-child(odd) > td, .theme-dark .layout-post-content table tbody > tr:nth-child(odd) > th { background-color: #292a2d; } .layout-post .layout-post-sidebar { position: relative; margin: 8px auto; padding: 0; } .layout-post-sidebar .markdownIt-TOC { margin: 0; padding-left: 0 !important; border-left: 1px solid #EBEDF0; list-style: none; } .layout-post-sidebar .markdownIt-TOC.fixed-top { position: fixed; top: 24px; max-width: 120px; } .layout-post-sidebar .markdownIt-TOC { border-left: 1px solid #3d3c41; } .layout-post-sidebar ul li { margin: 0; padding: 0; font-size: 14px; } .layout-post-sidebar ul li a { display: block; overflow: hidden; text-overflow: ellipsis; padding-left: 1rem; color: rgba(0, 0, 0, 0.65); white-space: nowrap; line-height: 36px; -webkit-transition: color 0.3s linear; transition: color 0.3s linear; } .theme-dark .layout-post-sidebar ul li a { color: rgba(255, 255, 255, 0.65); } .layout-post-sidebar ul li a.current { margin-left: -1px; border-left: 1px solid #1890ff; color: #1890ff; } .layout-post-social { position: relative; display: flex; align-items: center; margin: 1.5rem 0; padding: 1.5rem 0 1rem; border-bottom: 1px solid #f4f6f8; } .layout-post-social .item { position: relative; display: inline-block; color: rgba(0, 0, 0, 0.45); text-transform: capitalize; font-size: 14px; line-height: 1.5rem; cursor: pointer; } .layout-post-social .item.reader { flex: 1 1 auto; } .layout-post-social .item.liker { color: #1890ff; } .layout-post-social .item.liker:hover { color: #40a9ff; } .layout-post-social .item.liker i { display: inline-block; width: 14px; } .theme-dark .layout-post-social { border-bottom: 1px solid #3d3c41; } .theme-dark .layout-post-social .item { color: rgba(255, 255, 255, 0.45); } .layout-post-navigation { position: relative; overflow: hidden; margin: 3rem 0; } .layout-post-navigation .post-card { padding: 1rem 0; } .layout-post-navigation .post-card:not(:first-child) { border-top: 1px solid #f4f6f8; } .layout-post-navigation .post-card .card-content { position: relative; display: flex; flex-direction: column; flex: 1 1 auto; justify-content: center; } .layout-post-navigation .post-card .card-content .card-body { flex: 1 1 auto; } .layout-post-navigation .post-card .card-content .card-body .header { padding-top: 0.5rem; } .layout-post-navigation .post-card .card-content .card-body .header .title { display: block; } .layout-post-navigation .post-card .card-content .card-body .header .title:hover h4, .layout-post-navigation .post-card .card-content .card-body .header .title:focus h4, .layout-post-navigation .post-card .card-content .card-body .header .title:active h4 { color: #1890ff; } .layout-post-navigation .post-card .card-content .card-body .header .title h4 { overflow: hidden; margin: 0; color: rgba(0, 0, 0, 0.65); text-overflow: ellipsis; white-space: nowrap; } .layout-post-navigation .post-card .card-content .card-body .inner { color: rgba(0, 0, 0, 0.45); } .layout-post-navigation .post-card .card-content .card-body .inner .abstract { position: relative; } .layout-post-navigation .post-card .card-content .card-body .inner .abstract h2 { display: none; } .layout-post-navigation .post-card .card-content .card-body .inner .abstract p { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin: 0.5rem 0; } .layout-post-navigation .post-card .card-content .card-body .inner .abstract photo { display: flex; margin-left: -0.5rem; margin-right: -0.5rem; } .layout-post-navigation .post-card .card-content .card-body .inner .abstract photo img { flex: 0 0 auto; padding: 0.5rem; width: 25%; height: 100%; border-radius: 0.75rem; } .layout-post-navigation .post-card .card-content .card-footer { display: flex; } .layout-post-navigation .post-card .card-content .card-footer .item { position: relative; margin-right: 1rem; padding-right: 1rem; font-size: 12px; color: rgba(0, 0, 0, 0.45); } .layout-post-navigation .post-card .card-content .card-footer .item:not(:last-child):after { content: "•"; position: absolute; right: -3px; color: #40a9ff; } .layout-post-navigation .post-card .card-content .card-footer .item a { color: rgba(0, 0, 0, 0.45); } .layout-post-navigation .post-card .card-content .card-footer .item a:hover { color: #1890ff; } .layout-post-navigation .post-card .card-thumb { position: relative; } .layout-post-navigation .post-card .card-thumb a { display: block; width: 100%; padding-bottom: 64%; border-radius: 4px; background-position: center; background-size: cover; background-color: #F2F4F6; } .theme-dark .layout-post-navigation .post-card:not(:first-child) { border-top: 1px solid #3d3c41; } .theme-dark .layout-post-navigation .post-card .card-content .card-body .header .title h4 { color: rgba(255, 255, 255, 0.65); } .theme-dark .layout-post-navigation .post-card .card-content .card-body .inner { color: rgba(255, 255, 255, 0.45); } .theme-dark .layout-post-navigation .post-card .card-content .card-footer { display: flex; } .theme-dark .layout-post-navigation .post-card .card-content .card-footer .item { color: rgba(255, 255, 255, 0.45); } .theme-dark .layout-post-navigation .post-card .card-content .card-footer .item a { color: rgba(255, 255, 255, 0.45); } .theme-dark .layout-post-navigation .post-card .card-thumb { position: relative; } .theme-dark .layout-post-navigation .post-card .card-thumb a { background-color: #242528; } .v { text-align: left; font-size: 16px; } .v * { -webkit-box-sizing: border-box; box-sizing: border-box; color: #494646; line-height: 2; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .theme-dark .v * { color: rgba(255, 255, 255, 0.65); } .v hr { margin: 0.825em 0; border-color: #f6f6f6; border-style: dashed; } .v.hide-avatar .vimg { display: none; } .v a { position: relative; display: inline-block; color: #1890ff; cursor: pointer; } .v a:before { position: absolute; right: 0; bottom: 0; width: 0; height: 1px; background: #1890ff; content: ""; -webkit-transition: width 0.3s ease; transition: width 0.3s ease; } .v a:hover { color: #1890ff; } .v a:hover:before { right: auto; left: 0; width: 100%; } .v code, .v pre { margin: 0; padding: 0.2em 0.4em; border-radius: 3px; background-color: #e6f7ff; color: #555; font-size: 85%; } .v pre { overflow: auto; padding: 10px; line-height: 1.45; } .v pre code { padding: 0; background: transparent; white-space: pre-wrap; word-break: keep-all; } .v blockquote { margin: 0.5em 0; padding: 0 0 0 1em; border-left: 4px solid #EBEDF0; color: #666; } .v .vinput { padding: 10px 5px; max-width: 100%; outline: none; border: none; font-size: 0.775em; resize: none; word-wrap: break-word; } .v input[type=checkbox], .v input[type=radio] { display: inline-block; margin-top: -2px; vertical-align: middle; } .v .vwrap { position: relative; overflow: hidden; border-radius: 4px; margin-bottom: 10px; border: 1px solid #EBEDF0; } .theme-dark .v .vwrap { border: 1px solid #3d3c41; } .v .vwrap input { background: transparent; } .v .vwrap .vedit { position: relative; padding: 10px; } .v .vwrap .vedit .vctrl { text-align: right; font-size: 12px; } .v .vwrap .vedit .vctrl span { display: inline-block; padding: 10px; vertical-align: middle; cursor: pointer; } .v .vwrap .vedit .vemojis { display: none; overflow: auto; max-height: 145px; border: 1px solid #f4f6f8; text-align: justify; font-size: 18px; } .v .vwrap .vedit .vemojis i { display: inline-block; padding: 7px 0; width: 38px; vertical-align: middle; text-align: center; font-style: normal; cursor: pointer; } .v .vwrap .vedit .vpreview { padding: 8px; border: 1px solid #f4f6f8; } .theme-dark .v .vwrap .vedit .vemojis { border: 1px solid #3d3c41; } .theme-dark .v .vwrap .vedit .vpreview { border: 1px solid #3d3c41; } .v .vwrap .vedit .vpreview frame, .v .vwrap .vedit .vpreview iframe, .v .vwrap .vedit .vpreview img { max-width: 100%; border: none; } .v .vwrap .vheader .vinput { width: 33.33%; } .v .vwrap .vheader.item2 .vinput { width: 50%; } .v .vwrap .vheader.item1 .vinput { width: 100%; } .v .vwrap .vheader .vinput:focus { border-bottom-color: #1890ff; } @media screen and (max-width: 520px) { .v .vwrap .vheader.item2 .vinput, .v .vwrap .vheader .vinput { width: 33.33%; } } .v .vwrap .vcontrol { background-color: #f7f7f7; font-size: 0; } .theme-dark .v .vwrap .vcontrol { background-color: #292a2d; font-size: 0; } .v .vwrap .vcontrol .col { display: inline-block; color: #ccc; vertical-align: middle; font-size: 16px; } .v .vwrap .vcontrol .col.text-right { padding: 0; text-align: right; } .v .vwrap .vcontrol .col svg { overflow: hidden; margin-right: 2px; vertical-align: middle; fill: currentColor; } .v .vwrap .vcontrol .col.col-20 { width: 20%; } .v .vwrap .vcontrol .col.col-40 { width: 40%; } .v .vwrap .vcontrol .col.col-60 { width: 60%; } .v .vwrap .vcontrol .col.col-80 { width: 80%; } .v .vwrap .vcontrol .col.split { width: 50%; } .v .vwrap .vmark { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.65); } .v .vwrap .vmark .valert { padding-top: 3em; } .v .vwrap .vmark .valert .vtext { padding: 1em 0; color: #ffffff; } .v .vwrap .vmark .valert .vcode { padding: 0.5em; width: 4.6875em; border-radius: 0.3125em; background: #dedede; } .v .vwrap .vmark .valert .vcode:focus { border-color: #40a9ff; background-color: #ffffff; } @media screen and (max-width: 720px) { .v .vwrap .vmark .valert { padding-top: 5.5em; } .v .vwrap .vmark .valert .vtext { padding: 1em 0; color: #ffffff; } } .v .power { padding: 0.5em 0; color: #999; } .v .power, .v .power a { font-size: 0.75em; } .v .vinfo { padding: 5px; font-size: 0; } .v .vinfo .col { display: inline-block; padding-top: 1.5em; width: 100%; vertical-align: middle; text-align: center; font-size: 16px; } .v .vinfo .vcount .vnum { font-weight: 600; font-size: 1.25em; } .v a { color: #555; text-decoration: none; } .v a:hover { color: #222; } .v ol, .v ul { margin-left: 1.25em; padding: 0; } .v .txt-center { text-align: center; } .v .txt-right { text-align: right; } .v .pd5 { padding: 5px; } .v .pd10 { padding: 10px; } .v .veditor { display: block; width: 100%; min-height: 48px; height: 48px; background: transparent; font-size: 0.875em; resize: none; -webkit-transition: all 0.25s ease; transition: all 0.25s ease; } .v .vbtn { display: inline-block; margin: 0 -1px -1px 0; padding: 0.5em 1.25em; width: 100%; outline: none; border: 1px solid #1890ff; background: #1890ff; color: #ffffff; vertical-align: middle; text-align: center; white-space: nowrap; font-weight: 400; font-size: 0.875em; line-height: 2em; cursor: pointer; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -ms-touch-action: manipulation; touch-action: manipulation; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .v .vbtn + .vbtn { margin-left: 1.25em; } .v .vbtn:active, .v .vbtn:hover { border-color: #40a9ff; background-color: #40a9ff; color: #ffffff; } .v .vempty { padding: 1.25em 0; color: #999; text-align: center; } .v .info { display: none; } .v .vlist { width: 100%; } .v .vlist .vcard { position: relative; display: block; padding-top: 1.5em; } .v .vlist .vcard:after { clear: both; display: block; content: ""; } .v .vlist .vcard .vimg { float: left; margin-right: 0.7525em; padding: 0; width: 3em; height: 3em; border: 1px solid #f5f5f5; border-radius: 50%; } @media screen and (max-width: 720px) { .v .vlist .vcard .vimg { width: 2.5em; height: 2.5em; } } .v .vlist .vcard .vhead { margin-top: 0; line-height: 1.5; } .v .vlist .vcard .vhead .vnick { position: relative; display: inline-block; margin-right: 0.875em; color: #1890ff; text-decoration: none; font-weight: 500; font-size: 0.875em; cursor: pointer; } .v .vlist .vcard .vhead .vnick:before { position: absolute; right: 0; bottom: 0; width: 0; height: 1px; background: #40a9ff; content: ""; -webkit-transition: width 0.3s ease; transition: width 0.3s ease; } .v .vlist .vcard .vhead .vnick:hover { color: #40a9ff; } .v .vlist .vcard .vhead .vnick:hover:before { right: auto; left: 0; width: 100%; } .v .vlist .vcard .vhead .vsys { display: none; margin-right: 0.3em; padding: 0.2em 0.5em; border-radius: 0.2em; background: #ededed; color: #b3b1b1; font-size: 0.75em; } @media screen and (max-width: 520px) { .v .vlist .vcard .vhead .vsys { display: none; } } .v .vlist .vcard .vh { overflow: hidden; padding-bottom: 0.5em; border-bottom: 1px dashed #3d3c41; } .v .vlist .vcard .vh .vtime { margin-right: 0.875em; color: #b3b3b3; font-size: 0.75em; } .v .vlist .vcard .vh .vmeta { position: relative; line-height: 1; } .v .vlist .vcard .vh .vmeta .vat { float: right; color: #1890ff; font-size: 0.8125em; cursor: pointer; } .v .vlist .vcard .vh .vmeta .vat:hover { color: #40a9ff; } .v .vlist .vcard:last-child .vh { border-bottom: none; } .v .vlist .vcard .vcontent { position: relative; margin-bottom: 0.75em; padding-top: 0.625em; color: #4a4a4a; text-align: justify; word-wrap: break-word; font-size: 0.875em; line-height: 2; word-break: break-all; } .v .vlist .vcard .vcontent frame, .v .vlist .vcard .vcontent iframe, .v .vlist .vcard .vcontent img { max-width: 100%; border: none; } .v .vlist .vcard .vcontent.expand { overflow: hidden; max-height: 11.25em; cursor: pointer; } .v .vlist .vcard .vcontent.expand:before { position: absolute; top: 0; bottom: 3.15em; left: 0; display: block; width: 100%; background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.9)); content: ""; pointer-events: none; } .theme-dark .v .vlist .vcard .vcontent.expand:before { background: linear-gradient(180deg, rgba(36, 37, 40, 0.1), rgba(36, 37, 40, 0.9)); } .v .vlist .vcard .vcontent.expand:after { position: absolute; bottom: 0; left: 0; display: block; width: 100%; height: 3.15em; background: hsla(0, 0%, 100%, 0.9); color: #828586; content: "显示全部"; text-align: center; line-height: 3.15em; pointer-events: none; } .theme-dark .v .vlist .vcard .vcontent.expand:after { background: #242528; } .v .vlist .vcard .vquote { margin-top: 1em; padding-left: 1em; border-left: 1px dashed #3d3c41; color: #666; } .v .vlist .vcard .vquote .vimg { width: 2.225em; height: 2.225em; } .v .vpage .vmore { margin: 1em 0; } .v .clear { clear: both; display: block; content: ""; } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(1turn); transform: rotate(1turn); } } @keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(1turn); transform: rotate(1turn); } } @-webkit-keyframes pulse { 50% { background: #dcdcdc; } } @keyframes pulse { 50% { background: #dcdcdc; } } .v .vloading { position: relative; display: block; padding: 20px; height: 80px; } .v .vloading:before { position: absolute; top: 20px; left: 50%; display: inline-block; -webkit-box-sizing: border-box; box-sizing: border-box; margin-left: -20px; width: 40px; height: 40px; border: 6px double #a0a0a0; border-radius: 50%; content: ""; border-top-color: transparent; border-bottom-color: transparent; -webkit-animation: spin 1s infinite linear; animation: spin 1s infinite linear; } .layout-footer { position: relative; } .layout-footer .footer { padding: 1.5rem 0; margin-top: 2rem; border-top: 1px solid #f4f6f8; font-size: 12px; } .layout-footer .footer .footer-copy { color: rgba(0, 0, 0, 0.45); } .layout-footer .footer .footer-copy a { color: rgba(0, 0, 0, 0.45); } .layout-footer .footer .footer-copy a:hover { color: rgba(0, 0, 0, 0.85); } .layout-footer .footer .footer-links { position: relative; text-align: right; } .layout-footer .footer .footer-links span { font-size: 14px; } .layout-footer .footer .footer-links span a { color: rgba(0, 0, 0, 0.45); } .layout-footer .footer .footer-links span a:hover { color: rgba(0, 0, 0, 0.85); } .theme-dark .layout-footer .footer { border-top: 1px solid #3d3c41; } .theme-dark .layout-footer .footer .footer-copy { color: rgba(255, 255, 255, 0.45); } .theme-dark .layout-footer .footer .footer-copy a { color: rgba(255, 255, 255, 0.45); } .theme-dark .layout-footer .footer .footer-copy a:hover { color: rgba(255, 255, 255, 0.85); } .theme-dark .layout-footer .footer .footer-links span a { color: rgba(255, 255, 255, 0.45); } .theme-dark .layout-footer .footer .footer-links span a:hover { color: rgba(255, 255, 255, 0.85); } .layout-totop { position: fixed; right: 24px; bottom: 24px; z-index: 1; width: 36px; height: 36px; border-radius: 4px; background: rgba(0, 0, 0, 0.45); text-align: center; line-height: 36px; -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); } .layout-totop:hover, .layout-totop:focus { background: #1890ff; } .layout-totop i { font-size: 20px; color: #ffffff; }
styles/main.css
@-ms-viewport { width: device-width; } html { box-sizing: border-box; -ms-overflow-style: scrollbar; } *, *::before, *::after { box-sizing: inherit; } h1 { font-size: 20px; } h2 { font-size: 18px; } h3 { font-size: 16px; } h4 { font-size: 14px; } h5 { font-size: 12px; } h6 { font-size: 10px; } @media (min-width: 768px) { h1 { font-size: 22px; } h2 { font-size: 20px; } h3 { font-size: 18px; } h4 { font-size: 16px; } h5 { font-size: 14px; } h6 { font-size: 12px; } } @media (min-width: 992px) { h1 { font-size: 24px; } h2 { font-size: 20px; } h3 { font-size: 18px; } h4 { font-size: 16px; } h5 { font-size: 14px; } h6 { font-size: 12px; } } .container { width: 100%; padding-right: 16px; padding-left: 16px; margin-right: auto; margin-left: auto; } @media (min-width: 576px) { .container { max-width: 540px; } } @media (min-width: 768px) { .container { max-width: 720px; } } @media (min-width: 992px) { .container { max-width: 960px; } } @media (min-width: 1200px) { .container { max-width: 1140px; } } .container-fluid { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } .row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -0.5rem; margin-left: -0.5rem; } .no-gutters { margin-right: 0; margin-left: 0; } .no-gutters > .col, .no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; } .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto { position: relative; min-height: 1px; padding-right: 0.5rem; padding-left: 0.5rem; } .col { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .col-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; } .col-left { float: left; } .col-right { float: right; } .col-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; } .col-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .col-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .col-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .col-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; } .col-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .col-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; } .col-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } .col-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } .col-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; } .col-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; } .col-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .order-first { -ms-flex-order: -1; order: -1; } .order-last { -ms-flex-order: 13; order: 13; } .order-0 { -ms-flex-order: 0; order: 0; } .order-1 { -ms-flex-order: 1; order: 1; } .order-2 { -ms-flex-order: 2; order: 2; } .order-3 { -ms-flex-order: 3; order: 3; } .order-4 { -ms-flex-order: 4; order: 4; } .order-5 { -ms-flex-order: 5; order: 5; } .order-6 { -ms-flex-order: 6; order: 6; } .order-7 { -ms-flex-order: 7; order: 7; } .order-8 { -ms-flex-order: 8; order: 8; } .order-9 { -ms-flex-order: 9; order: 9; } .order-10 { -ms-flex-order: 10; order: 10; } .order-11 { -ms-flex-order: 11; order: 11; } .order-12 { -ms-flex-order: 12; order: 12; } .offset-1 { margin-left: 8.333333%; } .offset-2 { margin-left: 16.666667%; } .offset-3 { margin-left: 25%; } .offset-4 { margin-left: 33.333333%; } .offset-5 { margin-left: 41.666667%; } .offset-6 { margin-left: 50%; } .offset-7 { margin-left: 58.333333%; } .offset-8 { margin-left: 66.666667%; } .offset-9 { margin-left: 75%; } .offset-10 { margin-left: 83.333333%; } .offset-11 { margin-left: 91.666667%; } @media (min-width: 576px) { .col-sm { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .col-sm-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; } .col-sm-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; } .col-sm-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .col-sm-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .col-sm-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .col-sm-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; } .col-sm-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .col-sm-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; } .col-sm-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } .col-sm-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } .col-sm-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; } .col-sm-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; } .col-sm-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .order-sm-first { -ms-flex-order: -1; order: -1; } .order-sm-last { -ms-flex-order: 13; order: 13; } .order-sm-0 { -ms-flex-order: 0; order: 0; } .order-sm-1 { -ms-flex-order: 1; order: 1; } .order-sm-2 { -ms-flex-order: 2; order: 2; } .order-sm-3 { -ms-flex-order: 3; order: 3; } .order-sm-4 { -ms-flex-order: 4; order: 4; } .order-sm-5 { -ms-flex-order: 5; order: 5; } .order-sm-6 { -ms-flex-order: 6; order: 6; } .order-sm-7 { -ms-flex-order: 7; order: 7; } .order-sm-8 { -ms-flex-order: 8; order: 8; } .order-sm-9 { -ms-flex-order: 9; order: 9; } .order-sm-10 { -ms-flex-order: 10; order: 10; } .order-sm-11 { -ms-flex-order: 11; order: 11; } .order-sm-12 { -ms-flex-order: 12; order: 12; } .offset-sm-0 { margin-left: 0; } .offset-sm-1 { margin-left: 8.333333%; } .offset-sm-2 { margin-left: 16.666667%; } .offset-sm-3 { margin-left: 25%; } .offset-sm-4 { margin-left: 33.333333%; } .offset-sm-5 { margin-left: 41.666667%; } .offset-sm-6 { margin-left: 50%; } .offset-sm-7 { margin-left: 58.333333%; } .offset-sm-8 { margin-left: 66.666667%; } .offset-sm-9 { margin-left: 75%; } .offset-sm-10 { margin-left: 83.333333%; } .offset-sm-11 { margin-left: 91.666667%; } } @media (min-width: 768px) { .col-md { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .col-md-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; } .col-md-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; } .col-md-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .col-md-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .col-md-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .col-md-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; } .col-md-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .col-md-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; } .col-md-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } .col-md-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } .col-md-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; } .col-md-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; } .col-md-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .order-md-first { -ms-flex-order: -1; order: -1; } .order-md-last { -ms-flex-order: 13; order: 13; } .order-md-0 { -ms-flex-order: 0; order: 0; } .order-md-1 { -ms-flex-order: 1; order: 1; } .order-md-2 { -ms-flex-order: 2; order: 2; } .order-md-3 { -ms-flex-order: 3; order: 3; } .order-md-4 { -ms-flex-order: 4; order: 4; } .order-md-5 { -ms-flex-order: 5; order: 5; } .order-md-6 { -ms-flex-order: 6; order: 6; } .order-md-7 { -ms-flex-order: 7; order: 7; } .order-md-8 { -ms-flex-order: 8; order: 8; } .order-md-9 { -ms-flex-order: 9; order: 9; } .order-md-10 { -ms-flex-order: 10; order: 10; } .order-md-11 { -ms-flex-order: 11; order: 11; } .order-md-12 { -ms-flex-order: 12; order: 12; } .offset-md-0 { margin-left: 0; } .offset-md-1 { margin-left: 8.333333%; } .offset-md-2 { margin-left: 16.666667%; } .offset-md-3 { margin-left: 25%; } .offset-md-4 { margin-left: 33.333333%; } .offset-md-5 { margin-left: 41.666667%; } .offset-md-6 { margin-left: 50%; } .offset-md-7 { margin-left: 58.333333%; } .offset-md-8 { margin-left: 66.666667%; } .offset-md-9 { margin-left: 75%; } .offset-md-10 { margin-left: 83.333333%; } .offset-md-11 { margin-left: 91.666667%; } } @media (min-width: 992px) { .col-lg { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .col-lg-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; } .col-lg-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; } .col-lg-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .col-lg-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .col-lg-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .col-lg-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; } .col-lg-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .col-lg-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; } .col-lg-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } .col-lg-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } .col-lg-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; } .col-lg-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; } .col-lg-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .order-lg-first { -ms-flex-order: -1; order: -1; } .order-lg-last { -ms-flex-order: 13; order: 13; } .order-lg-0 { -ms-flex-order: 0; order: 0; } .order-lg-1 { -ms-flex-order: 1; order: 1; } .order-lg-2 { -ms-flex-order: 2; order: 2; } .order-lg-3 { -ms-flex-order: 3; order: 3; } .order-lg-4 { -ms-flex-order: 4; order: 4; } .order-lg-5 { -ms-flex-order: 5; order: 5; } .order-lg-6 { -ms-flex-order: 6; order: 6; } .order-lg-7 { -ms-flex-order: 7; order: 7; } .order-lg-8 { -ms-flex-order: 8; order: 8; } .order-lg-9 { -ms-flex-order: 9; order: 9; } .order-lg-10 { -ms-flex-order: 10; order: 10; } .order-lg-11 { -ms-flex-order: 11; order: 11; } .order-lg-12 { -ms-flex-order: 12; order: 12; } .offset-lg-0 { margin-left: 0; } .offset-lg-1 { margin-left: 8.333333%; } .offset-lg-2 { margin-left: 16.666667%; } .offset-lg-3 { margin-left: 25%; } .offset-lg-4 { margin-left: 33.333333%; } .offset-lg-5 { margin-left: 41.666667%; } .offset-lg-6 { margin-left: 50%; } .offset-lg-7 { margin-left: 58.333333%; } .offset-lg-8 { margin-left: 66.666667%; } .offset-lg-9 { margin-left: 75%; } .offset-lg-10 { margin-left: 83.333333%; } .offset-lg-11 { margin-left: 91.666667%; } } @media (min-width: 1200px) { .col-xl { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .col-xl-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; } .col-xl-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; } .col-xl-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .col-xl-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .col-xl-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .col-xl-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; } .col-xl-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .col-xl-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; } .col-xl-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } .col-xl-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } .col-xl-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; } .col-xl-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; } .col-xl-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .order-xl-first { -ms-flex-order: -1; order: -1; } .order-xl-last { -ms-flex-order: 13; order: 13; } .order-xl-0 { -ms-flex-order: 0; order: 0; } .order-xl-1 { -ms-flex-order: 1; order: 1; } .order-xl-2 { -ms-flex-order: 2; order: 2; } .order-xl-3 { -ms-flex-order: 3; order: 3; } .order-xl-4 { -ms-flex-order: 4; order: 4; } .order-xl-5 { -ms-flex-order: 5; order: 5; } .order-xl-6 { -ms-flex-order: 6; order: 6; } .order-xl-7 { -ms-flex-order: 7; order: 7; } .order-xl-8 { -ms-flex-order: 8; order: 8; } .order-xl-9 { -ms-flex-order: 9; order: 9; } .order-xl-10 { -ms-flex-order: 10; order: 10; } .order-xl-11 { -ms-flex-order: 11; order: 11; } .order-xl-12 { -ms-flex-order: 12; order: 12; } .offset-xl-0 { margin-left: 0; } .offset-xl-1 { margin-left: 8.333333%; } .offset-xl-2 { margin-left: 16.666667%; } .offset-xl-3 { margin-left: 25%; } .offset-xl-4 { margin-left: 33.333333%; } .offset-xl-5 { margin-left: 41.666667%; } .offset-xl-6 { margin-left: 50%; } .offset-xl-7 { margin-left: 58.333333%; } .offset-xl-8 { margin-left: 66.666667%; } .offset-xl-9 { margin-left: 75%; } .offset-xl-10 { margin-left: 83.333333%; } .offset-xl-11 { margin-left: 91.666667%; } } .d-none { display: none !important; } .d-inline { display: inline !important; } .d-inline-block { display: inline-block !important; } .d-block { display: block !important; } .d-table { display: table !important; } .d-table-row { display: table-row !important; } .d-table-cell { display: table-cell !important; } .d-flex { display: -ms-flexbox !important; display: flex !important; } .d-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; } @media (min-width: 576px) { .d-sm-none { display: none !important; } .d-sm-inline { display: inline !important; } .d-sm-inline-block { display: inline-block !important; } .d-sm-block { display: block !important; } .d-sm-table { display: table !important; } .d-sm-table-row { display: table-row !important; } .d-sm-table-cell { display: table-cell !important; } .d-sm-flex { display: -ms-flexbox !important; display: flex !important; } .d-sm-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; } } @media (min-width: 768px) { .d-md-none { display: none !important; } .d-md-inline { display: inline !important; } .d-md-inline-block { display: inline-block !important; } .d-md-block { display: block !important; } .d-md-table { display: table !important; } .d-md-table-row { display: table-row !important; } .d-md-table-cell { display: table-cell !important; } .d-md-flex { display: -ms-flexbox !important; display: flex !important; } .d-md-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; } } @media (min-width: 992px) { .d-lg-none { display: none !important; } .d-lg-inline { display: inline !important; } .d-lg-inline-block { display: inline-block !important; } .d-lg-block { display: block !important; } .d-lg-table { display: table !important; } .d-lg-table-row { display: table-row !important; } .d-lg-table-cell { display: table-cell !important; } .d-lg-flex { display: -ms-flexbox !important; display: flex !important; } .d-lg-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; } } @media (min-width: 1200px) { .d-xl-none { display: none !important; } .d-xl-inline { display: inline !important; } .d-xl-inline-block { display: inline-block !important; } .d-xl-block { display: block !important; } .d-xl-table { display: table !important; } .d-xl-table-row { display: table-row !important; } .d-xl-table-cell { display: table-cell !important; } .d-xl-flex { display: -ms-flexbox !important; display: flex !important; } .d-xl-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; } } @media print { .d-print-none { display: none !important; } .d-print-inline { display: inline !important; } .d-print-inline-block { display: inline-block !important; } .d-print-block { display: block !important; } .d-print-table { display: table !important; } .d-print-table-row { display: table-row !important; } .d-print-table-cell { display: table-cell !important; } .d-print-flex { display: -ms-flexbox !important; display: flex !important; } .d-print-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; } } .flex-row { -ms-flex-direction: row !important; flex-direction: row !important; } .flex-column { -ms-flex-direction: column !important; flex-direction: column !important; } .flex-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; } .flex-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } .flex-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; } .flex-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } .flex-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } .flex-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; } .flex-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important; } .flex-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important; } .flex-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; } .flex-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; } .justify-content-start { -ms-flex-pack: start !important; justify-content: flex-start !important; } .justify-content-end { -ms-flex-pack: end !important; justify-content: flex-end !important; } .justify-content-center { -ms-flex-pack: center !important; justify-content: center !important; } .justify-content-between { -ms-flex-pack: justify !important; justify-content: space-between !important; } .justify-content-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; } .align-items-start { -ms-flex-align: start !important; align-items: flex-start !important; } .align-items-end { -ms-flex-align: end !important; align-items: flex-end !important; } .align-items-center { -ms-flex-align: center !important; align-items: center !important; } .align-items-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; } .align-items-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; } .align-content-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; } .align-content-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; } .align-content-center { -ms-flex-line-pack: center !important; align-content: center !important; } .align-content-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; } .align-content-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; } .align-content-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; } .align-self-auto { -ms-flex-item-align: auto !important; align-self: auto !important; } .align-self-start { -ms-flex-item-align: start !important; align-self: flex-start !important; } .align-self-end { -ms-flex-item-align: end !important; align-self: flex-end !important; } .align-self-center { -ms-flex-item-align: center !important; align-self: center !important; } .align-self-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; } .align-self-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } @media (min-width: 576px) { .flex-sm-row { -ms-flex-direction: row !important; flex-direction: row !important; } .flex-sm-column { -ms-flex-direction: column !important; flex-direction: column !important; } .flex-sm-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; } .flex-sm-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } .flex-sm-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; } .flex-sm-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } .flex-sm-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } .flex-sm-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; } .flex-sm-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important; } .flex-sm-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important; } .flex-sm-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; } .flex-sm-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; } .justify-content-sm-start { -ms-flex-pack: start !important; justify-content: flex-start !important; } .justify-content-sm-end { -ms-flex-pack: end !important; justify-content: flex-end !important; } .justify-content-sm-center { -ms-flex-pack: center !important; justify-content: center !important; } .justify-content-sm-between { -ms-flex-pack: justify !important; justify-content: space-between !important; } .justify-content-sm-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; } .align-items-sm-start { -ms-flex-align: start !important; align-items: flex-start !important; } .align-items-sm-end { -ms-flex-align: end !important; align-items: flex-end !important; } .align-items-sm-center { -ms-flex-align: center !important; align-items: center !important; } .align-items-sm-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; } .align-items-sm-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; } .align-content-sm-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; } .align-content-sm-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; } .align-content-sm-center { -ms-flex-line-pack: center !important; align-content: center !important; } .align-content-sm-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; } .align-content-sm-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; } .align-content-sm-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; } .align-self-sm-auto { -ms-flex-item-align: auto !important; align-self: auto !important; } .align-self-sm-start { -ms-flex-item-align: start !important; align-self: flex-start !important; } .align-self-sm-end { -ms-flex-item-align: end !important; align-self: flex-end !important; } .align-self-sm-center { -ms-flex-item-align: center !important; align-self: center !important; } .align-self-sm-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; } .align-self-sm-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } } @media (min-width: 768px) { .flex-md-row { -ms-flex-direction: row !important; flex-direction: row !important; } .flex-md-column { -ms-flex-direction: column !important; flex-direction: column !important; } .flex-md-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; } .flex-md-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } .flex-md-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; } .flex-md-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } .flex-md-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } .flex-md-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; } .flex-md-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important; } .flex-md-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important; } .flex-md-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; } .flex-md-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; } .justify-content-md-start { -ms-flex-pack: start !important; justify-content: flex-start !important; } .justify-content-md-end { -ms-flex-pack: end !important; justify-content: flex-end !important; } .justify-content-md-center { -ms-flex-pack: center !important; justify-content: center !important; } .justify-content-md-between { -ms-flex-pack: justify !important; justify-content: space-between !important; } .justify-content-md-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; } .align-items-md-start { -ms-flex-align: start !important; align-items: flex-start !important; } .align-items-md-end { -ms-flex-align: end !important; align-items: flex-end !important; } .align-items-md-center { -ms-flex-align: center !important; align-items: center !important; } .align-items-md-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; } .align-items-md-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; } .align-content-md-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; } .align-content-md-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; } .align-content-md-center { -ms-flex-line-pack: center !important; align-content: center !important; } .align-content-md-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; } .align-content-md-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; } .align-content-md-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; } .align-self-md-auto { -ms-flex-item-align: auto !important; align-self: auto !important; } .align-self-md-start { -ms-flex-item-align: start !important; align-self: flex-start !important; } .align-self-md-end { -ms-flex-item-align: end !important; align-self: flex-end !important; } .align-self-md-center { -ms-flex-item-align: center !important; align-self: center !important; } .align-self-md-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; } .align-self-md-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } } @media (min-width: 992px) { .flex-lg-row { -ms-flex-direction: row !important; flex-direction: row !important; } .flex-lg-column { -ms-flex-direction: column !important; flex-direction: column !important; } .flex-lg-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; } .flex-lg-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } .flex-lg-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; } .flex-lg-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } .flex-lg-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } .flex-lg-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; } .flex-lg-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important; } .flex-lg-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important; } .flex-lg-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; } .flex-lg-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; } .justify-content-lg-start { -ms-flex-pack: start !important; justify-content: flex-start !important; } .justify-content-lg-end { -ms-flex-pack: end !important; justify-content: flex-end !important; } .justify-content-lg-center { -ms-flex-pack: center !important; justify-content: center !important; } .justify-content-lg-between { -ms-flex-pack: justify !important; justify-content: space-between !important; } .justify-content-lg-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; } .align-items-lg-start { -ms-flex-align: start !important; align-items: flex-start !important; } .align-items-lg-end { -ms-flex-align: end !important; align-items: flex-end !important; } .align-items-lg-center { -ms-flex-align: center !important; align-items: center !important; } .align-items-lg-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; } .align-items-lg-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; } .align-content-lg-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; } .align-content-lg-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; } .align-content-lg-center { -ms-flex-line-pack: center !important; align-content: center !important; } .align-content-lg-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; } .align-content-lg-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; } .align-content-lg-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; } .align-self-lg-auto { -ms-flex-item-align: auto !important; align-self: auto !important; } .align-self-lg-start { -ms-flex-item-align: start !important; align-self: flex-start !important; } .align-self-lg-end { -ms-flex-item-align: end !important; align-self: flex-end !important; } .align-self-lg-center { -ms-flex-item-align: center !important; align-self: center !important; } .align-self-lg-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; } .align-self-lg-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } } @media (min-width: 1200px) { .flex-xl-row { -ms-flex-direction: row !important; flex-direction: row !important; } .flex-xl-column { -ms-flex-direction: column !important; flex-direction: column !important; } .flex-xl-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; } .flex-xl-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } .flex-xl-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; } .flex-xl-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } .flex-xl-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } .flex-xl-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; } .flex-xl-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important; } .flex-xl-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important; } .flex-xl-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; } .flex-xl-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; } .justify-content-xl-start { -ms-flex-pack: start !important; justify-content: flex-start !important; } .justify-content-xl-end { -ms-flex-pack: end !important; justify-content: flex-end !important; } .justify-content-xl-center { -ms-flex-pack: center !important; justify-content: center !important; } .justify-content-xl-between { -ms-flex-pack: justify !important; justify-content: space-between !important; } .justify-content-xl-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; } .align-items-xl-start { -ms-flex-align: start !important; align-items: flex-start !important; } .align-items-xl-end { -ms-flex-align: end !important; align-items: flex-end !important; } .align-items-xl-center { -ms-flex-align: center !important; align-items: center !important; } .align-items-xl-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; } .align-items-xl-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; } .align-content-xl-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; } .align-content-xl-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; } .align-content-xl-center { -ms-flex-line-pack: center !important; align-content: center !important; } .align-content-xl-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; } .align-content-xl-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; } .align-content-xl-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; } .align-self-xl-auto { -ms-flex-item-align: auto !important; align-self: auto !important; } .align-self-xl-start { -ms-flex-item-align: start !important; align-self: flex-start !important; } .align-self-xl-end { -ms-flex-item-align: end !important; align-self: flex-end !important; } .align-self-xl-center { -ms-flex-item-align: center !important; align-self: center !important; } .align-self-xl-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; } .align-self-xl-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } } .m-left { margin-left: 0; } @media (min-width: 576px) { .m-sm-left { margin-left: 0; } } @media (min-width: 768px) { .m-md-left { margin-left: 0; } } @media (min-width: 992px) { .m-lg-left { margin-left: 2rem; } } @media (min-width: 1200px) { .m-xl-left { margin-left: 2rem; } } .m-right { margin-right: 0; } @media (min-width: 576px) { .m-sm-right { margin-right: 0; } } @media (min-width: 768px) { .m-md-right { margin-right: 0; } } @media (min-width: 992px) { .m-lg-right { margin-right: 2rem; } } @media (min-width: 1200px) { .m-xl-right { margin-right: 2rem; } } .width-10 { width: 10%; } .width-20 { width: 20%; } .width-30 { width: 30%; } .width-40 { width: 40%; } .width-50 { width: 50%; } .width-60 { width: 60%; } .width-70 { width: 70%; } .width-80 { width: 80%; } .width-90 { width: 90%; } .width-100 { width: 100%; } .mb-1 { margin-bottom: 0; } .mb-2 { margin-bottom: 0.5rem; } .mb-3 { margin-bottom: 1rem; } .pl-1, .px-1 { padding-left: 0.25rem !important; } .pr-1, .px-1 { padding-right: 0.25rem !important; } .pl-2, .px-2 { padding-left: 0.5rem !important; } .pr-2, .px-2 { padding-right: 0.5rem !important; } .pl-3, .px-3 { padding-left: 1rem !important; } .pr-3, .px-3 { padding-right: 1rem !important; } .pl-4, .px-4 { padding-left: 1.5rem !important; } .pr-4, .px-4 { padding-right: 1.5rem !important; } .pl-5, .px-5 { padding-left: 3rem !important; } .pr-5, .px-5 { padding-right: 3rem !important; } .btn { position: relative; display: inline-block; padding: 0 15px; height: 28px; border: 1px solid #EBEDF0; border-radius: 4px; background-color: #ffffff; background-image: none; -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015); box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015); color: rgba(0, 0, 0, 0.45); text-align: center; white-space: nowrap; font-weight: 400; font-size: 14px; line-height: 28px; cursor: pointer; -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); -moz-user-select: none; -ms-touch-action: manipulation; -ms-user-select: none; -webkit-user-select: none; touch-action: manipulation; user-select: none; } .btn, .btn:active, .btn:focus { outline: 0; } .btn:focus, .btn:hover { border-color: #40a9ff; color: #40a9ff; } .btn.disabled, .btn[disabled] { border-color: #EBEDF0; background-color: #EBEDF0; box-shadow: none; color: rgba(0, 0, 0, 0.25); cursor: not-allowed; } .btn-primary { border-color: #1890ff; background-color: #1890ff; box-shadow: 0 2px 0 rgba(0, 0, 0, 0.035); color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12); } .btn-primary:focus, .btn-primary:hover { border-color: #40a9ff; background-color: #40a9ff; color: #ffffff; } .theme-dark .btn { border: 1px solid #3d3c41; background-color: #242528; color: rgba(255, 255, 255, 0.45); } .theme-dark .btn, .theme-dark .btn:active, .theme-dark .btn:focus { outline: 0; } .theme-dark .btn:focus, .theme-dark .btn:hover { border-color: #40a9ff; color: #40a9ff; } .theme-dark .btn.disabled, .theme-dark .btn[disabled] { border-color: #EBEDF0; background-color: #EBEDF0; box-shadow: none; color: rgba(0, 0, 0, 0.25); cursor: not-allowed; } .theme-dark .btn-primary { border-color: #1890ff; background-color: #1890ff; box-shadow: 0 2px 0 rgba(0, 0, 0, 0.035); color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12); } .theme-dark .btn-primary:focus, .theme-dark .btn-primary:hover { border-color: #40a9ff; background-color: #40a9ff; color: #ffffff; } @font-face { font-family: Chinese Quote; src: local("PingFang SC"), local("SimSun"); unicode-range: U2018, U2019, U201c, U201d; } *, :after, :before { box-sizing: border-box; } body, html { height: 100%; } html { font-family: sans-serif; line-height: 1.15; -ms-overflow-style: scrollbar; -ms-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; -webkit-text-size-adjust: 100%; } body { margin: 0; background-color: #ffffff; color: rgba(0, 0, 0, 0.65); font-variant: tabular-nums; font-size: 14px; font-family: "PingFangSC-Regular", "PingFang SC", "Microsoft YaHei", Arial, Helvetica, "WenQuanYi Micro Hei", "tohoma,sans-serif"; line-height: 1.5; } hr { overflow: visible; -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; margin: 12px 0; border: 0; border-top: 1px solid #f4f6f8; } .theme-dark hr { border-top: 1px solid #3d3c41; } h1, h2, h3, h4, h5, h6 { color: rgba(0, 0, 0, 0.85); font-weight: 500; font-family: "PingFangSC-Medium", "PingFangSC-Regular", "PingFang SC", "Microsoft YaHei", Arial, Helvetica, "WenQuanYi Micro Hei", "tohoma,sans-serif"; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; -ms-transition: all 0.3s linear; } h1, h2, h3, h4, h5, h6 { margin: 1.6em 0 0.6em; cursor: default; } .theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6 { color: rgba(255, 255, 255, 0.85); } p { margin: 1em 0; cursor: default; } li { list-style: none; cursor: default; } dl, ol, ul { margin-top: 0; margin-bottom: 0; padding: 0; cursor: default; } ol ol, ol ul, ul ol, ul ul { margin-bottom: 0; } blockquote { margin: 1.5rem 0; padding-left: 0.5rem; border-left: 4px solid #EBEDF0; } .theme-dark blockquote { margin: 1.5rem 0; padding-left: 0.5rem; border-left: 4px solid #3d3c41; } blockquote p { margin: 0; } pre { margin: 1.6em 0; padding: 24px 18px; border-radius: 4px; background: #e6f7ff; white-space: pre-wrap; } code { margin: 0 4px; padding: 3px 8px 2px; border: 1px solid #b8e0f3; border-radius: 4px; background-color: #e6f7ff; vertical-align: middle; font-size: 12px; font-family: Inconsolata, monospace, sans-serif; } pre code { margin: 0; padding: 0; border: none; font-size: 13px; } .theme-dark pre { background: #292a2d; } .theme-dark code { border: 1px solid #3d3c41; background-color: #292a2d; } figure { margin: 0; border: 0; vertical-align: baseline; } strong, b { font-weight: 500; } a { outline: none; background-color: transparent; color: #1890ff; text-decoration: none; cursor: pointer; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; -webkit-text-decoration-skip: objects; } a:focus { -webkit-text-decoration-skip: ink; text-decoration-skip: ink; } a:hover { color: #40a9ff; } a:active { color: #096dd9; } a:active, a:hover { outline: 0; text-decoration: none; } a[disabled] { color: rgba(0, 0, 0, 0.45); cursor: not-allowed; pointer-events: none; } img { border-style: none; vertical-align: middle; } table { border-collapse: collapse; } mark { padding: 0.2em; background-color: #F2F4F6; } ::-moz-selection { background: #1890ff; color: #ffffff; } ::selection { background: #1890ff; color: #ffffff; } .fa { display: inline-block; text-align: center; text-transform: none; font-style: normal; line-height: 0; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .clearfix { zoom: 1; } .clearfix:after, .clearfix:before { display: table; content: ""; } .clearfix:after { clear: both; } .layout { display: flex; overflow-x: hidden; min-height: 100vh; background: #ffffff; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; flex-direction: column; flex: auto; } .layout.theme-dark { background: #242528; color: rgba(255, 255, 255, 0.45); } .layout-header { padding: 0; width: 100%; height: 84px; line-height: 84px; } .layout-header-main { position: relative; z-index: 1000; padding: 0; height: 84px; background: #ffffff; box-shadow: 0px 5px 60px 0px rgba(17, 58, 93, 0.1); } .layout-header-main .container { position: relative; align-items: center; } .layout-header-main .container .navbar { display: flex; } .layout-header-main .container .navbar .logo { position: relative; display: inline-block; flex: 1 1; } @media (min-width: 768px) { .layout-header-main .container .navbar .logo { flex: none; } } .layout-header-main .container .navbar .logo a { display: block; margin-right: 1.5rem; max-width: 96px; font-size: 0; } @media (min-width: 768px) { .layout-header-main .container .navbar .logo a { max-width: 120px; } } .layout-header-main .container .navbar .logo a img { overflow: hidden; width: 100%; height: auto; } .layout-header-main .container .navbar .menu { display: inline-block; flex: 1 1; } .layout-header-main .container .navbar .menu ul { position: relative; overflow: hidden; margin: 30px 0; padding-left: 1.5rem; border-left: 1px solid #EBEDF0; line-height: 24px; } .layout-header-main .container .navbar .menu ul li { position: relative; float: left; margin-right: 24px; } .layout-header-main .container .navbar .menu ul li:before { position: absolute; right: 0; bottom: 0; width: 0; height: 1px; background: #40a9ff; content: ""; -webkit-transition: width 0.3s ease; transition: width 0.3s ease; } .layout-header-main .container .navbar .menu ul li:hover:before { right: auto; left: 0; width: 100%; } .layout-header-main .container .navbar .menu ul li a { color: rgba(0, 0, 0, 0.45); } .layout-header-main .container .navbar .item .search-icon { font-size: 16px; } .theme-dark .layout-header-main { background: transparent; box-shadow: 0px 5px 60px 0px rgba(0, 0, 0, 0.45); } @media (min-width: 768px) { .theme-dark .layout-header-main .container .navbar .logo { flex: none; } } .theme-dark .layout-header-main .container .navbar .logo a img { opacity: 0.8; } .theme-dark .layout-header-main .container .navbar .menu ul { border-left: 1px solid #3d3c41; } .theme-dark .layout-header-main .container .navbar .menu ul li a { color: rgba(255, 255, 255, 0.45); } .theme-dark .layout-header-main .container .navbar .search-lightbox { position: fixed; visibility: hidden; left: 0; right: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.65); transition: all 0.2s ease-in-out; } .theme-dark .layout-header-main .container .navbar .search-lightbox.animate { visibility: visible; } .theme-dark .layout-header-main .container .navbar .search-lightbox.animate .search-body .search-form { -moz-opacity: 1; opacity: 1; transform: scale(1); } .theme-dark .layout-header-main .container .navbar .search-lightbox .search-body { display: flex; align-items: center; justify-content: center; min-height: 100%; } .theme-dark .layout-header-main .container .navbar .search-lightbox .search-body .search-form { display: flex; width: 20%; padding: 8px; border-radius: 4px; background-color: #292a2d; border: 1px solid #3d3c41; opacity: 0; transition: all 0.2s ease-in-out; transform: scale(0.8); } .theme-dark .layout-header-main .container .navbar .search-lightbox .search-body .search-form .search-field { padding: 5px; margin-right: 5px; color: rgba(255, 255, 255, 0.45); border: none; background-color: transparent; flex: 1 1; } .theme-dark .layout-header-main .container .navbar .search-lightbox .search-body .search-form .search-field:focus, .theme-dark .layout-header-main .container .navbar .search-lightbox .search-body .search-form .search-field:active { outline: none; } .theme-dark .layout-header-main .container .navbar .search-lightbox .search-body .search-form .submit { padding: 5px; border: none; font-size: 14px; color: rgba(255, 255, 255, 0.45); background-color: transparent; } .theme-dark .layout-header-main .container .navbar .search-lightbox .search-body .search-form .submit:focus, .theme-dark .layout-header-main .container .navbar .search-lightbox .search-body .search-form .submit:active { outline: none; } .trigger { position: relative; width: 32px; color: rgba(0, 0, 0, 0.45); text-align: right; font-size: 22px; } .theme-dark .trigger { color: rgba(255, 255, 255, 0.45); } .layout-header-item { position: relative; vertical-align: middle; font-size: 18px; cursor: pointer; } .layout-header-item a, .layout-header-item span { display: block; color: rgba(0, 0, 0, 0.25); margin-left: 24px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; } .layout-collapse { position: absolute; display: flex; align-items: center; justify-content: center; opacity: 0; z-index: 999; left: 0; width: 100%; height: 100%; top: 0; background-color: #ffffff; transform: translateY(-100%); box-shadow: 0px 5px 60px 0px rgba(17, 58, 93, 0.25); -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), opacity 0.3s cubic-bezier(0.9, 0, 0.3, 0.7); transition: -webkit-transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), opacity 0.3s cubic-bezier(0.9, 0, 0.3, 0.7); transition: transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), opacity 0.3s cubic-bezier(0.9, 0, 0.3, 0.7); transition: transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), -webkit-transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), opacity 0.3s cubic-bezier(0.9, 0, 0.3, 0.7); } .layout-collapse.open { opacity: 1; transform: translateY(0); -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), opacity 0.3s cubic-bezier(0.9, 0, 0.3, 0.7); transition: -webkit-transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), opacity 0.3s cubic-bezier(0.9, 0, 0.3, 0.7); transition: transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), opacity 0.3s cubic-bezier(0.9, 0, 0.3, 0.7); transition: transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), -webkit-transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), opacity 0.3s cubic-bezier(0.9, 0, 0.3, 0.7); } .layout-collapse ul { position: relative; overflow: hidden; padding: 12px; margin: 1rem 0; } .layout-collapse ul li { line-height: 4.5rem; height: 4.5rem; text-align: center; padding: 1.5rem 0; } .layout-collapse ul li:hover a { color: rgba(0, 0, 0, 0.65); font-size: 20px; text-shadow: 0 4px 2px rgba(15, 37, 64, 0.1); } .layout-collapse ul li a { font-size: 18px; color: rgba(0, 0, 0, 0.45); -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -o-transition: all 0.15s linear; transition: all 0.15s linear; -ms-transition: all 0.15s linear; } .theme-dark .layout-collapse { position: absolute; display: flex; align-items: center; justify-content: center; opacity: 0; z-index: 999; left: 0; width: 100%; height: 100%; top: 0; background-color: #242528; transform: translateY(-100%); box-shadow: 0px 5px 60px 0px rgba(17, 58, 93, 0.25); -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), opacity 0.3s cubic-bezier(0.9, 0, 0.3, 0.7); transition: -webkit-transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), opacity 0.3s cubic-bezier(0.9, 0, 0.3, 0.7); transition: transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), opacity 0.3s cubic-bezier(0.9, 0, 0.3, 0.7); transition: transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), -webkit-transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), opacity 0.3s cubic-bezier(0.9, 0, 0.3, 0.7); } .theme-dark .layout-collapse.open { opacity: 1; transform: translateY(0); -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), opacity 0.3s cubic-bezier(0.9, 0, 0.3, 0.7); transition: -webkit-transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), opacity 0.3s cubic-bezier(0.9, 0, 0.3, 0.7); transition: transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), opacity 0.3s cubic-bezier(0.9, 0, 0.3, 0.7); transition: transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), -webkit-transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), opacity 0.3s cubic-bezier(0.9, 0, 0.3, 0.7); } .theme-dark .layout-collapse ul { position: relative; overflow: hidden; padding: 12px; margin: 1rem 0; } .theme-dark .layout-collapse ul li { line-height: 4.5rem; height: 4.5rem; text-align: center; padding: 1.5rem 0; } .theme-dark .layout-collapse ul li:hover a { color: rgba(255, 255, 255, 0.65); font-size: 20px; text-shadow: 0 4px 2px rgba(15, 37, 64, 0.1); } .theme-dark .layout-collapse ul li a { font-size: 18px; color: rgba(255, 255, 255, 0.45); -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -o-transition: all 0.15s linear; transition: all 0.15s linear; -ms-transition: all 0.15s linear; } .layout-banner { position: relative; margin: 2rem 0 0; } @media (min-width: 576px) { .layout-banner { margin: 3rem 0 0; } } .layout-banner .layout-banner-main .banner .item { position: relative; margin-bottom: 1rem; } .layout-banner .layout-banner-main .banner .item .banner-card { position: relative; display: block; overflow: hidden; padding: 0; border-radius: 4px; } .layout-banner .layout-banner-main .banner .item .banner-card:after { content: ''; display: block; padding-bottom: 50%; } .layout-banner .layout-banner-main .banner .item .banner-card.main:after { content: ''; display: block; padding-bottom: calc(50% + 1rem); } .layout-banner .layout-banner-main .banner .item .banner-card .card-content { position: absolute; top: 0; bottom: 0; left: 0; right: 0; border: 0; border-radius: inherit; background-size: cover; background-repeat: no-repeat; background-position: center; background-color: #EBEDF0; } .layout-banner .layout-banner-main .banner .item .banner-card .card-content:hover .mask { opacity: 1; } .layout-banner .layout-banner-main .banner .item .banner-card .card-content:hover .title h3 { opacity: 1; transition: transform 0.4s ease; transform: translate3d(0, 0, 0); } .layout-banner .layout-banner-main .banner .item .banner-card .card-content .mask { content: ''; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(37, 99, 252, 0.85); position: absolute; transition: transform 0.4s cubic-bezier(0.51, 0.01, 0.18, 1.03), opacity 0.3s ease; opacity: 0; } .layout-banner .layout-banner-main .banner .item .banner-card .card-content .title { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; display: flex; overflow: hidden; flex-direction: column; justify-content: center; align-items: center; text-align: center; } .layout-banner .layout-banner-main .banner .item .banner-card .card-content .title h3 { overflow: hidden; margin: 0; width: 90%; color: #ffffff; text-overflow: ellipsis; white-space: nowrap; opacity: 0; transition: transform 0.4s ease; transform: translate3d(0, 100%, 0); } .layout-nav { position: relative; overflow: hidden; padding: 3rem 0; background-color: #F2F4F6; background-size: cover; background-position: center; } .layout-nav:before { content: ""; position: absolute; top: 0; width: 100%; height: 100%; background: transparent url(/media/images/pattern.png) repeat top left; } .layout-nav .nav-content { display: flex; flex-flow: column nowrap; } .layout-nav .nav-content h1 { margin: 0; color: rgba(255, 255, 255, 0.85); } .layout-nav .nav-content .sub-title { margin-top: 1rem; color: rgba(255, 255, 255, 0.45); } .layout-content { position: relative; margin: 0; padding-top: 0px; min-height: 0; flex: auto; } .layout-content .layout-content-main { position: relative; width: 100%; min-height: 100%; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; } .layout-content .layout-content-main .card-list .card { position: relative; padding: 0; } .layout-content .layout-content-main .card-list .card:not(:last-child) { border-bottom: 1px solid #f4f6f8; } .layout-content .layout-content-main .card-list .card .card-item { padding: 2rem 0; } .layout-content .layout-content-main .card-list .card .card-item .card-content { position: relative; display: flex; min-width: 0; flex-direction: column; flex: 1 1 auto; justify-content: center; } .layout-content .layout-content-main .card-list .card .card-item .card-content .card-body { flex: 1 1 auto; } .layout-content .layout-content-main .card-list .card .card-item .card-content .card-body .header { padding-top: 0.5rem; } .layout-content .layout-content-main .card-list .card .card-item .card-content .card-body .header .title { display: block; } .layout-content .layout-content-main .card-list .card .card-item .card-content .card-body .header .title:hover h3, .layout-content .layout-content-main .card-list .card .card-item .card-content .card-body .header .title:focus h3, .layout-content .layout-content-main .card-list .card .card-item .card-content .card-body .header .title:active h3 { color: #1890ff; } .layout-content .layout-content-main .card-list .card .card-item .card-content .card-body .header .title h3 { overflow: hidden; margin: 0; color: rgba(0, 0, 0, 0.65); text-overflow: ellipsis; white-space: nowrap; } .layout-content .layout-content-main .card-list .card .card-item .card-content .card-body .inner { color: rgba(0, 0, 0, 0.45); } .layout-content .layout-content-main .card-list .card .card-item .card-content .card-body .inner .abstract { position: relative; } .layout-content .layout-content-main .card-list .card .card-item .card-content .card-body .inner .abstract h2 { display: none; } .layout-content .layout-content-main .card-list .card .card-item .card-content .card-body .inner .abstract p { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .layout-content .layout-content-main .card-list .card .card-item .card-content .card-body .inner .abstract photo { display: flex; margin-left: -0.5rem; margin-right: -0.5rem; } .layout-content .layout-content-main .card-list .card .card-item .card-content .card-body .inner .abstract photo img { flex: 0 0 auto; padding: 0.5rem; width: 25%; height: 100%; border-radius: 0.75rem; } .layout-content .layout-content-main .card-list .card .card-item .card-content .card-footer { display: flex; } .layout-content .layout-content-main .card-list .card .card-item .card-content .card-footer .item { position: relative; margin-right: 1rem; padding-right: 1rem; font-size: 12px; color: rgba(0, 0, 0, 0.45); } .layout-content .layout-content-main .card-list .card .card-item .card-content .card-footer .item:not(:last-child):after { content: "•"; position: absolute; right: -3px; color: #40a9ff; } .layout-content .layout-content-main .card-list .card .card-item .card-content .card-footer .item a { color: rgba(0, 0, 0, 0.45); } .layout-content .layout-content-main .card-list .card .card-item .card-content .card-footer .item a:hover { color: #1890ff; } .layout-content .layout-content-main .card-list .card .card-item .card-thumb { position: relative; } .layout-content .layout-content-main .card-list .card .card-item .card-thumb a { display: block; width: 100%; padding-bottom: 64%; border-radius: 4px; background-position: center; background-size: cover; background-color: #F2F4F6; } .theme-dark .layout-content .layout-content-main .card-list .card:not(:last-child) { border-bottom: 1px solid #3d3c41; } .theme-dark .layout-content .layout-content-main .card-list .card .card-item .card-content .card-body .header .title:hover h3, .theme-dark .layout-content .layout-content-main .card-list .card .card-item .card-content .card-body .header .title:focus h3, .theme-dark .layout-content .layout-content-main .card-list .card .card-item .card-content .card-body .header .title:active h3 { color: #1890ff; } .theme-dark .layout-content .layout-content-main .card-list .card .card-item .card-content .card-body .header .title h3 { color: rgba(255, 255, 255, 0.65); } .theme-dark .layout-content .layout-content-main .card-list .card .card-item .card-content .card-body .inner { color: rgba(255, 255, 255, 0.45); } .theme-dark .layout-content .layout-content-main .card-list .card .card-item .card-footer .item { color: rgba(255, 255, 255, 0.45); } .theme-dark .layout-content .layout-content-main .card-list .card .card-item .card-footer .item:not(:last-child):after { color: #40a9ff; } .theme-dark .layout-content .layout-content-main .card-list .card .card-item .card-footer .item a { color: rgba(255, 255, 255, 0.45); } .theme-dark .layout-content .layout-content-main .card-list .card .card-item .card-footer .item a:hover { color: #1890ff; } .theme-dark .layout-content .layout-content-main .card-list .card .card-thumb { position: relative; } .theme-dark .layout-content .layout-content-main .card-list .card .card-thumb a { background-color: #292a2d; } .layout-paginator { position: relative; margin: 0; padding: 0; } .layout-paginator .paginator { list-style: none; font-size: 16px; text-align: center; } .layout-paginator .paginator .btn { line-height: 36px; height: 36px; margin: 1rem 0; border-radius: 4px; } .layout-archive, .layout-tags { position: relative; padding: 3rem 0; } .layout-archive .card, .layout-tags .card { position: relative; display: -ms-flexbox; display: flex; padding: 0.5rem 0; border: 1px solid #f4f6f8; border-radius: 4px; background-color: #ffffff; background-clip: border-box; word-wrap: break-word; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -ms-flex-direction: column; flex-direction: column; -ms-transition: all 0.3s ease-out; } .layout-archive .card:hover, .layout-tags .card:hover { box-shadow: 0px 10px 50px -15px rgba(0, 0, 0, 0.1); } .layout-archive .card:not(:last-child), .layout-tags .card:not(:last-child) { margin-bottom: 3rem; } .layout-archive .card .card-header, .layout-tags .card .card-header { padding: 1.5rem 1.25rem; border: 0; border-color: #EBEDF0; background-color: transparent; background-clip: padding-box; } .layout-archive .card .card-header .header-content, .layout-tags .card .card-header .header-content { position: relative; padding-left: 1.5rem; } .layout-archive .card .card-header .header-content:before, .layout-tags .card .card-header .header-content:before { position: absolute; left: 0; width: 4px; height: 100%; background-color: #1890ff; content: ""; } .layout-archive .card .card-header .header-content .title, .layout-tags .card .card-header .header-content .title { font-size: 20px; } .layout-archive .card .card-header .header-content .sub, .layout-tags .card .card-header .header-content .sub { margin-top: 0.5rem; font-size: 12px; color: rgba(0, 0, 0, 0.45); } .layout-archive .card .card-body, .layout-tags .card .card-body { position: relative; padding: 1rem 0; } .layout-archive .card .card-body .card-item, .layout-tags .card .card-body .card-item { position: relative; display: flex; flex-flow: row nowrap; align-items: center; padding: 0 1rem; } .layout-archive .card .card-body .card-item:not(:first-child) .list-content, .layout-tags .card .card-body .card-item:not(:first-child) .list-content { border-top: 1px solid #f4f6f8; } .layout-archive .card .card-body .card-item .thumb, .layout-tags .card .card-body .card-item .thumb { position: relative; width: 48px; height: 48px; display: block; overflow: hidden; padding: 0; } .layout-archive .card .card-body .card-item .thumb a, .layout-tags .card .card-body .card-item .thumb a { display: block; width: 100%; padding-bottom: 100%; border-radius: 50%; background-position: center; background-size: cover; background-repeat: no-repeat; background-color: #EBEDF0; } .layout-archive .card .card-body .card-item .list-content, .layout-tags .card .card-body .card-item .list-content { display: -ms-flexbox; display: flex; flex-flow: row nowrap; flex: 1 1 auto; align-items: center; margin-left: 1rem; padding: 1.5rem 0; } .layout-archive .card .card-body .card-item .list-content .list-body, .layout-tags .card .card-body .card-item .list-content .list-body { flex: 1 1 auto; } .layout-archive .card .card-body .card-item .list-content .list-body:hover .title, .layout-tags .card .card-body .card-item .list-content .list-body:hover .title { color: #1890ff; } .layout-archive .card .card-body .card-item .list-content .list-body .title, .layout-tags .card .card-body .card-item .list-content .list-body .title { font-size: 16px; color: rgba(0, 0, 0, 0.65); } .layout-archive .card .card-body .card-item .list-content .list-body .time, .layout-tags .card .card-body .card-item .list-content .list-body .time { margin-top: 0.5rem; font-size: 12px; color: rgba(0, 0, 0, 0.45); } .theme-dark .layout-archive, .theme-dark .layout-tags { position: relative; padding: 3rem 0; } .theme-dark .layout-archive .card, .theme-dark .layout-tags .card { position: relative; display: -ms-flexbox; display: flex; padding: 0.5rem 0; border: 1px solid #3d3c41; border-radius: 4px; background-color: #292a2d; background-clip: border-box; word-wrap: break-word; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -ms-flex-direction: column; flex-direction: column; -ms-transition: all 0.3s ease-out; } .theme-dark .layout-archive .card:hover, .theme-dark .layout-tags .card:hover { box-shadow: 0px 1px 20px 10px rgba(0, 0, 0, 0.25); } .theme-dark .layout-archive .card:not(:last-child), .theme-dark .layout-tags .card:not(:last-child) { margin-bottom: 3rem; } .theme-dark .layout-archive .card .card-header, .theme-dark .layout-tags .card .card-header { padding: 1.5rem 1.25rem; border: 0; border-color: #EBEDF0; background-color: transparent; background-clip: padding-box; } .theme-dark .layout-archive .card .card-header .header-content, .theme-dark .layout-tags .card .card-header .header-content { position: relative; padding-left: 1.5rem; } .theme-dark .layout-archive .card .card-header .header-content:before, .theme-dark .layout-tags .card .card-header .header-content:before { position: absolute; left: 0; width: 4px; height: 100%; background-color: #1890ff; content: ""; } .theme-dark .layout-archive .card .card-header .header-content .title, .theme-dark .layout-tags .card .card-header .header-content .title { font-size: 20px; } .theme-dark .layout-archive .card .card-header .header-content .sub, .theme-dark .layout-tags .card .card-header .header-content .sub { margin-top: 0.5rem; font-size: 12px; color: rgba(255, 255, 255, 0.45); } .theme-dark .layout-archive .card .card-body, .theme-dark .layout-tags .card .card-body { position: relative; padding: 1rem 0; } .theme-dark .layout-archive .card .card-body .card-item, .theme-dark .layout-tags .card .card-body .card-item { position: relative; display: flex; flex-flow: row nowrap; align-items: center; padding: 0 1rem; } .theme-dark .layout-archive .card .card-body .card-item:not(:first-child) .list-content, .theme-dark .layout-tags .card .card-body .card-item:not(:first-child) .list-content { border-top: 1px solid #3d3c41; } .theme-dark .layout-archive .card .card-body .card-item .thumb, .theme-dark .layout-tags .card .card-body .card-item .thumb { position: relative; width: 48px; height: 48px; display: block; overflow: hidden; padding: 0; } .theme-dark .layout-archive .card .card-body .card-item .thumb a, .theme-dark .layout-tags .card .card-body .card-item .thumb a { display: block; width: 100%; padding-bottom: 100%; border-radius: 50%; background-position: center; background-size: cover; background-repeat: no-repeat; background-color: #EBEDF0; } .theme-dark .layout-archive .card .card-body .card-item .list-content, .theme-dark .layout-tags .card .card-body .card-item .list-content { display: -ms-flexbox; display: flex; flex-flow: row nowrap; flex: 1 1 auto; align-items: center; margin-left: 1rem; padding: 1.5rem 0; } .theme-dark .layout-archive .card .card-body .card-item .list-content .list-body, .theme-dark .layout-tags .card .card-body .card-item .list-content .list-body { flex: 1 1 auto; } .theme-dark .layout-archive .card .card-body .card-item .list-content .list-body:hover .title, .theme-dark .layout-tags .card .card-body .card-item .list-content .list-body:hover .title { color: #1890ff; } .theme-dark .layout-archive .card .card-body .card-item .list-content .list-body .title, .theme-dark .layout-tags .card .card-body .card-item .list-content .list-body .title { font-size: 16px; color: rgba(255, 255, 255, 0.65); } .theme-dark .layout-archive .card .card-body .card-item .list-content .list-body .time, .theme-dark .layout-tags .card .card-body .card-item .list-content .list-body .time { margin-top: 0.5rem; font-size: 12px; color: rgba(255, 255, 255, 0.45); } .layout-post { position: relative; box-sizing: border-box; margin: 0 0 24px; padding: 0; } .layout-post .layout-post-body { position: relative; margin: 0; padding: 3rem 0; } .layout-post .layout-post-main { overflow: visible; line-height: 2; } .layout-post .layout-post-header { margin: 0 0 1.6em; } .layout-post .layout-post-header h1 { margin: 0; color: rgba(0, 0, 0, 0.85); font-weight: 500; font-variant: tabular-nums; font-family: "PingFangSC-Medium", "PingFangSC-Regular", "PingFang SC", "Microsoft YaHei", Arial, Helvetica, "WenQuanYi Micro Hei", "tohoma,sans-serif"; line-height: 1.5; } .layout-post .layout-post-header .layout-post-meta { position: relative; margin: 0.5rem 0; padding-bottom: 1.5rem; font-size: 0; } @media (min-width: 768px) { .layout-post .layout-post-header .layout-post-meta { margin: 1.5rem 0; } } .layout-post .layout-post-header .layout-post-meta .item { position: relative; display: inline-block; margin-right: 1rem; padding-right: 1rem; color: rgba(0, 0, 0, 0.45); text-align: center; text-transform: capitalize; font-size: 14px; cursor: pointer; } .layout-post .layout-post-header .layout-post-meta .item:not(:last-child):after { content: "•"; position: absolute; right: -3px; color: #40a9ff; } .layout-post .layout-post-header .layout-post-meta .item a { color: rgba(0, 0, 0, 0.45); } .layout-post .layout-post-header .layout-post-meta .item a:hover { color: #1890ff; } .theme-dark .layout-post .layout-post-header { margin: 0 0 1.6em; } .theme-dark .layout-post .layout-post-header h1 { color: rgba(255, 255, 255, 0.85); } .theme-dark .layout-post .layout-post-header .layout-post-meta .item { color: rgba(255, 255, 255, 0.45); } .theme-dark .layout-post .layout-post-header .layout-post-meta .item a { color: rgba(255, 255, 255, 0.45); } .layout-post .layout-post-content { overflow: visible; margin: 0 0 24px; padding: 0; height: auto; text-align: justify; font-size: 14px; line-height: 2; } .layout-post .layout-post-content ul > li { margin-left: 20px; padding-left: 4px; list-style-type: circle; } .layout-post .layout-post-content img { display: flex; margin: 1em auto; max-width: 100%; min-width: 100%; border-radius: 4px; background-color: #EBEDF0; -webket-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .layout-post-content table { -moz-box-sizing: border-box; box-sizing: border-box; margin: 1em 0; width: 100%; max-width: 100%; border-style: solid; border-width: 1px; background-color: transparent; line-height: 1.7; border-spacing: 0; word-break: normal; } .layout-post-content table, .layout-post-content table tr, .layout-post-content table tr td, .layout-post-content table tr th { border-color: #EBEDF0; } .theme-dark .layout-post-content table, .theme-dark .layout-post-content table tr, .theme-dark .layout-post-content table tr td, .theme-dark .layout-post-content table tr th { border-color: #3d3c41; } .layout-post-content table th { background-color: #FDFDFD; font-weight: bold; } .theme-dark .layout-post-content table th { background-color: #242528; font-weight: bold; } .layout-post-content tr th { text-align: left; border-bottom-width: 1px; border-bottom-style: solid; } .layout-post-content tr th, .layout-post-content tr td { padding: 10px 20px; border-right: 1px solid; border-bottom: 1px solid #EBEDF0; } .theme-dark .layout-post-content tr th, .theme-dark .layout-post-content tr td { padding: 10px 20px; border-right: 1px solid; border-bottom: 1px solid #3d3c41; } .layout-post-content tbody tr:last-child td { border-bottom: 0; } .layout-post-content tr th:last-child, .layout-post-content tr td:last-child { border-right: 0; } .layout-post-content table tbody > tr:nth-child(odd) > td, .layout-post-content table tbody > tr:nth-child(odd) > th { background-color: #F9F9F9; } .theme-dark .layout-post-content table tbody > tr:nth-child(odd) > td, .theme-dark .layout-post-content table tbody > tr:nth-child(odd) > th { background-color: #292a2d; } .layout-post .layout-post-sidebar { position: relative; margin: 8px auto; padding: 0; } .layout-post-sidebar .markdownIt-TOC { margin: 0; padding-left: 0 !important; border-left: 1px solid #EBEDF0; list-style: none; } .layout-post-sidebar .markdownIt-TOC.fixed-top { position: fixed; top: 24px; max-width: 120px; } .layout-post-sidebar .markdownIt-TOC { border-left: 1px solid #3d3c41; } .layout-post-sidebar ul li { margin: 0; padding: 0; font-size: 14px; } .layout-post-sidebar ul li a { display: block; overflow: hidden; text-overflow: ellipsis; padding-left: 1rem; color: rgba(0, 0, 0, 0.65); white-space: nowrap; line-height: 36px; -webkit-transition: color 0.3s linear; transition: color 0.3s linear; } .theme-dark .layout-post-sidebar ul li a { color: rgba(255, 255, 255, 0.65); } .layout-post-sidebar ul li a.current { margin-left: -1px; border-left: 1px solid #1890ff; color: #1890ff; } .layout-post-social { position: relative; display: flex; align-items: center; margin: 1.5rem 0; padding: 1.5rem 0 1rem; border-bottom: 1px solid #f4f6f8; } .layout-post-social .item { position: relative; display: inline-block; color: rgba(0, 0, 0, 0.45); text-transform: capitalize; font-size: 14px; line-height: 1.5rem; cursor: pointer; } .layout-post-social .item.reader { flex: 1 1 auto; } .layout-post-social .item.liker { color: #1890ff; } .layout-post-social .item.liker:hover { color: #40a9ff; } .layout-post-social .item.liker i { display: inline-block; width: 14px; } .theme-dark .layout-post-social { border-bottom: 1px solid #3d3c41; } .theme-dark .layout-post-social .item { color: rgba(255, 255, 255, 0.45); } .layout-post-navigation { position: relative; overflow: hidden; margin: 3rem 0; } .layout-post-navigation .post-card { padding: 1rem 0; } .layout-post-navigation .post-card:not(:first-child) { border-top: 1px solid #f4f6f8; } .layout-post-navigation .post-card .card-content { position: relative; display: flex; flex-direction: column; flex: 1 1 auto; justify-content: center; } .layout-post-navigation .post-card .card-content .card-body { flex: 1 1 auto; } .layout-post-navigation .post-card .card-content .card-body .header { padding-top: 0.5rem; } .layout-post-navigation .post-card .card-content .card-body .header .title { display: block; } .layout-post-navigation .post-card .card-content .card-body .header .title:hover h4, .layout-post-navigation .post-card .card-content .card-body .header .title:focus h4, .layout-post-navigation .post-card .card-content .card-body .header .title:active h4 { color: #1890ff; } .layout-post-navigation .post-card .card-content .card-body .header .title h4 { overflow: hidden; margin: 0; color: rgba(0, 0, 0, 0.65); text-overflow: ellipsis; white-space: nowrap; } .layout-post-navigation .post-card .card-content .card-body .inner { color: rgba(0, 0, 0, 0.45); } .layout-post-navigation .post-card .card-content .card-body .inner .abstract { position: relative; } .layout-post-navigation .post-card .card-content .card-body .inner .abstract h2 { display: none; } .layout-post-navigation .post-card .card-content .card-body .inner .abstract p { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin: 0.5rem 0; } .layout-post-navigation .post-card .card-content .card-body .inner .abstract photo { display: flex; margin-left: -0.5rem; margin-right: -0.5rem; } .layout-post-navigation .post-card .card-content .card-body .inner .abstract photo img { flex: 0 0 auto; padding: 0.5rem; width: 25%; height: 100%; border-radius: 0.75rem; } .layout-post-navigation .post-card .card-content .card-footer { display: flex; } .layout-post-navigation .post-card .card-content .card-footer .item { position: relative; margin-right: 1rem; padding-right: 1rem; font-size: 12px; color: rgba(0, 0, 0, 0.45); } .layout-post-navigation .post-card .card-content .card-footer .item:not(:last-child):after { content: "•"; position: absolute; right: -3px; color: #40a9ff; } .layout-post-navigation .post-card .card-content .card-footer .item a { color: rgba(0, 0, 0, 0.45); } .layout-post-navigation .post-card .card-content .card-footer .item a:hover { color: #1890ff; } .layout-post-navigation .post-card .card-thumb { position: relative; } .layout-post-navigation .post-card .card-thumb a { display: block; width: 100%; padding-bottom: 64%; border-radius: 4px; background-position: center; background-size: cover; background-color: #F2F4F6; } .theme-dark .layout-post-navigation .post-card:not(:first-child) { border-top: 1px solid #3d3c41; } .theme-dark .layout-post-navigation .post-card .card-content .card-body .header .title h4 { color: rgba(255, 255, 255, 0.65); } .theme-dark .layout-post-navigation .post-card .card-content .card-body .inner { color: rgba(255, 255, 255, 0.45); } .theme-dark .layout-post-navigation .post-card .card-content .card-footer { display: flex; } .theme-dark .layout-post-navigation .post-card .card-content .card-footer .item { color: rgba(255, 255, 255, 0.45); } .theme-dark .layout-post-navigation .post-card .card-content .card-footer .item a { color: rgba(255, 255, 255, 0.45); } .theme-dark .layout-post-navigation .post-card .card-thumb { position: relative; } .theme-dark .layout-post-navigation .post-card .card-thumb a { background-color: #242528; } .v { text-align: left; font-size: 16px; } .v * { -webkit-box-sizing: border-box; box-sizing: border-box; color: #494646; line-height: 2; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .theme-dark .v * { color: rgba(255, 255, 255, 0.65); } .v hr { margin: 0.825em 0; border-color: #f6f6f6; border-style: dashed; } .v.hide-avatar .vimg { display: none; } .v a { position: relative; display: inline-block; color: #1890ff; cursor: pointer; } .v a:before { position: absolute; right: 0; bottom: 0; width: 0; height: 1px; background: #1890ff; content: ""; -webkit-transition: width 0.3s ease; transition: width 0.3s ease; } .v a:hover { color: #1890ff; } .v a:hover:before { right: auto; left: 0; width: 100%; } .v code, .v pre { margin: 0; padding: 0.2em 0.4em; border-radius: 3px; background-color: #e6f7ff; color: #555; font-size: 85%; } .v pre { overflow: auto; padding: 10px; line-height: 1.45; } .v pre code { padding: 0; background: transparent; white-space: pre-wrap; word-break: keep-all; } .v blockquote { margin: 0.5em 0; padding: 0 0 0 1em; border-left: 4px solid #EBEDF0; color: #666; } .v .vinput { padding: 10px 5px; max-width: 100%; outline: none; border: none; font-size: 0.775em; resize: none; word-wrap: break-word; } .v input[type=checkbox], .v input[type=radio] { display: inline-block; margin-top: -2px; vertical-align: middle; } .v .vwrap { position: relative; overflow: hidden; border-radius: 4px; margin-bottom: 10px; border: 1px solid #EBEDF0; } .theme-dark .v .vwrap { border: 1px solid #3d3c41; } .v .vwrap input { background: transparent; } .v .vwrap .vedit { position: relative; padding: 10px; } .v .vwrap .vedit .vctrl { text-align: right; font-size: 12px; } .v .vwrap .vedit .vctrl span { display: inline-block; padding: 10px; vertical-align: middle; cursor: pointer; } .v .vwrap .vedit .vemojis { display: none; overflow: auto; max-height: 145px; border: 1px solid #f4f6f8; text-align: justify; font-size: 18px; } .v .vwrap .vedit .vemojis i { display: inline-block; padding: 7px 0; width: 38px; vertical-align: middle; text-align: center; font-style: normal; cursor: pointer; } .v .vwrap .vedit .vpreview { padding: 8px; border: 1px solid #f4f6f8; } .theme-dark .v .vwrap .vedit .vemojis { border: 1px solid #3d3c41; } .theme-dark .v .vwrap .vedit .vpreview { border: 1px solid #3d3c41; } .v .vwrap .vedit .vpreview frame, .v .vwrap .vedit .vpreview iframe, .v .vwrap .vedit .vpreview img { max-width: 100%; border: none; } .v .vwrap .vheader .vinput { width: 33.33%; } .v .vwrap .vheader.item2 .vinput { width: 50%; } .v .vwrap .vheader.item1 .vinput { width: 100%; } .v .vwrap .vheader .vinput:focus { border-bottom-color: #1890ff; } @media screen and (max-width: 520px) { .v .vwrap .vheader.item2 .vinput, .v .vwrap .vheader .vinput { width: 33.33%; } } .v .vwrap .vcontrol { background-color: #f7f7f7; font-size: 0; } .theme-dark .v .vwrap .vcontrol { background-color: #292a2d; font-size: 0; } .v .vwrap .vcontrol .col { display: inline-block; color: #ccc; vertical-align: middle; font-size: 16px; } .v .vwrap .vcontrol .col.text-right { padding: 0; text-align: right; } .v .vwrap .vcontrol .col svg { overflow: hidden; margin-right: 2px; vertical-align: middle; fill: currentColor; } .v .vwrap .vcontrol .col.col-20 { width: 20%; } .v .vwrap .vcontrol .col.col-40 { width: 40%; } .v .vwrap .vcontrol .col.col-60 { width: 60%; } .v .vwrap .vcontrol .col.col-80 { width: 80%; } .v .vwrap .vcontrol .col.split { width: 50%; } .v .vwrap .vmark { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.65); } .v .vwrap .vmark .valert { padding-top: 3em; } .v .vwrap .vmark .valert .vtext { padding: 1em 0; color: #ffffff; } .v .vwrap .vmark .valert .vcode { padding: 0.5em; width: 4.6875em; border-radius: 0.3125em; background: #dedede; } .v .vwrap .vmark .valert .vcode:focus { border-color: #40a9ff; background-color: #ffffff; } @media screen and (max-width: 720px) { .v .vwrap .vmark .valert { padding-top: 5.5em; } .v .vwrap .vmark .valert .vtext { padding: 1em 0; color: #ffffff; } } .v .power { padding: 0.5em 0; color: #999; } .v .power, .v .power a { font-size: 0.75em; } .v .vinfo { padding: 5px; font-size: 0; } .v .vinfo .col { display: inline-block; padding-top: 1.5em; width: 100%; vertical-align: middle; text-align: center; font-size: 16px; } .v .vinfo .vcount .vnum { font-weight: 600; font-size: 1.25em; } .v a { color: #555; text-decoration: none; } .v a:hover { color: #222; } .v ol, .v ul { margin-left: 1.25em; padding: 0; } .v .txt-center { text-align: center; } .v .txt-right { text-align: right; } .v .pd5 { padding: 5px; } .v .pd10 { padding: 10px; } .v .veditor { display: block; width: 100%; min-height: 48px; height: 48px; background: transparent; font-size: 0.875em; resize: none; -webkit-transition: all 0.25s ease; transition: all 0.25s ease; } .v .vbtn { display: inline-block; margin: 0 -1px -1px 0; padding: 0.5em 1.25em; width: 100%; outline: none; border: 1px solid #1890ff; background: #1890ff; color: #ffffff; vertical-align: middle; text-align: center; white-space: nowrap; font-weight: 400; font-size: 0.875em; line-height: 2em; cursor: pointer; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -ms-touch-action: manipulation; touch-action: manipulation; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .v .vbtn + .vbtn { margin-left: 1.25em; } .v .vbtn:active, .v .vbtn:hover { border-color: #40a9ff; background-color: #40a9ff; color: #ffffff; } .v .vempty { padding: 1.25em 0; color: #999; text-align: center; } .v .info { display: none; } .v .vlist { width: 100%; } .v .vlist .vcard { position: relative; display: block; padding-top: 1.5em; } .v .vlist .vcard:after { clear: both; display: block; content: ""; } .v .vlist .vcard .vimg { float: left; margin-right: 0.7525em; padding: 0; width: 3em; height: 3em; border: 1px solid #f5f5f5; border-radius: 50%; } @media screen and (max-width: 720px) { .v .vlist .vcard .vimg { width: 2.5em; height: 2.5em; } } .v .vlist .vcard .vhead { margin-top: 0; line-height: 1.5; } .v .vlist .vcard .vhead .vnick { position: relative; display: inline-block; margin-right: 0.875em; color: #1890ff; text-decoration: none; font-weight: 500; font-size: 0.875em; cursor: pointer; } .v .vlist .vcard .vhead .vnick:before { position: absolute; right: 0; bottom: 0; width: 0; height: 1px; background: #40a9ff; content: ""; -webkit-transition: width 0.3s ease; transition: width 0.3s ease; } .v .vlist .vcard .vhead .vnick:hover { color: #40a9ff; } .v .vlist .vcard .vhead .vnick:hover:before { right: auto; left: 0; width: 100%; } .v .vlist .vcard .vhead .vsys { display: none; margin-right: 0.3em; padding: 0.2em 0.5em; border-radius: 0.2em; background: #ededed; color: #b3b1b1; font-size: 0.75em; } @media screen and (max-width: 520px) { .v .vlist .vcard .vhead .vsys { display: none; } } .v .vlist .vcard .vh { overflow: hidden; padding-bottom: 0.5em; border-bottom: 1px dashed #3d3c41; } .v .vlist .vcard .vh .vtime { margin-right: 0.875em; color: #b3b3b3; font-size: 0.75em; } .v .vlist .vcard .vh .vmeta { position: relative; line-height: 1; } .v .vlist .vcard .vh .vmeta .vat { float: right; color: #1890ff; font-size: 0.8125em; cursor: pointer; } .v .vlist .vcard .vh .vmeta .vat:hover { color: #40a9ff; } .v .vlist .vcard:last-child .vh { border-bottom: none; } .v .vlist .vcard .vcontent { position: relative; margin-bottom: 0.75em; padding-top: 0.625em; color: #4a4a4a; text-align: justify; word-wrap: break-word; font-size: 0.875em; line-height: 2; word-break: break-all; } .v .vlist .vcard .vcontent frame, .v .vlist .vcard .vcontent iframe, .v .vlist .vcard .vcontent img { max-width: 100%; border: none; } .v .vlist .vcard .vcontent.expand { overflow: hidden; max-height: 11.25em; cursor: pointer; } .v .vlist .vcard .vcontent.expand:before { position: absolute; top: 0; bottom: 3.15em; left: 0; display: block; width: 100%; background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.9)); content: ""; pointer-events: none; } .theme-dark .v .vlist .vcard .vcontent.expand:before { background: linear-gradient(180deg, rgba(36, 37, 40, 0.1), rgba(36, 37, 40, 0.9)); } .v .vlist .vcard .vcontent.expand:after { position: absolute; bottom: 0; left: 0; display: block; width: 100%; height: 3.15em; background: hsla(0, 0%, 100%, 0.9); color: #828586; content: "显示全部"; text-align: center; line-height: 3.15em; pointer-events: none; } .theme-dark .v .vlist .vcard .vcontent.expand:after { background: #242528; } .v .vlist .vcard .vquote { margin-top: 1em; padding-left: 1em; border-left: 1px dashed #3d3c41; color: #666; } .v .vlist .vcard .vquote .vimg { width: 2.225em; height: 2.225em; } .v .vpage .vmore { margin: 1em 0; } .v .clear { clear: both; display: block; content: ""; } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(1turn); transform: rotate(1turn); } } @keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(1turn); transform: rotate(1turn); } } @-webkit-keyframes pulse { 50% { background: #dcdcdc; } } @keyframes pulse { 50% { background: #dcdcdc; } } .v .vloading { position: relative; display: block; padding: 20px; height: 80px; } .v .vloading:before { position: absolute; top: 20px; left: 50%; display: inline-block; -webkit-box-sizing: border-box; box-sizing: border-box; margin-left: -20px; width: 40px; height: 40px; border: 6px double #a0a0a0; border-radius: 50%; content: ""; border-top-color: transparent; border-bottom-color: transparent; -webkit-animation: spin 1s infinite linear; animation: spin 1s infinite linear; } .layout-footer { position: relative; } .layout-footer .footer { padding: 1.5rem 0; margin-top: 2rem; border-top: 1px solid #f4f6f8; font-size: 12px; } .layout-footer .footer .footer-copy { color: rgba(0, 0, 0, 0.45); } .layout-footer .footer .footer-copy a { color: rgba(0, 0, 0, 0.45); } .layout-footer .footer .footer-copy a:hover { color: rgba(0, 0, 0, 0.85); } .layout-footer .footer .footer-links { position: relative; text-align: right; } .layout-footer .footer .footer-links span { font-size: 14px; } .layout-footer .footer .footer-links span a { color: rgba(0, 0, 0, 0.45); } .layout-footer .footer .footer-links span a:hover { color: rgba(0, 0, 0, 0.85); } .theme-dark .layout-footer .footer { border-top: 1px solid #3d3c41; } .theme-dark .layout-footer .footer .footer-copy { color: rgba(255, 255, 255, 0.45); } .theme-dark .layout-footer .footer .footer-copy a { color: rgba(255, 255, 255, 0.45); } .theme-dark .layout-footer .footer .footer-copy a:hover { color: rgba(255, 255, 255, 0.85); } .theme-dark .layout-footer .footer .footer-links span a { color: rgba(255, 255, 255, 0.45); } .theme-dark .layout-footer .footer .footer-links span a:hover { color: rgba(255, 255, 255, 0.85); } .layout-totop { position: fixed; right: 24px; bottom: 24px; z-index: 1; width: 36px; height: 36px; border-radius: 4px; background: rgba(0, 0, 0, 0.45); text-align: center; line-height: 36px; -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); } .layout-totop:hover, .layout-totop:focus { background: #1890ff; } .layout-totop i { font-size: 20px; color: #ffffff; }
0.556641
0.100746
@font-face { font-family: 'proxima_novablack'; src: url('proxima_nova_black-webfont.woff2') format('woff2'), url('proxima_nova_black-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'proxima_nova_rgbold_italic'; src: url('proxima_nova_bold_it-webfont.woff2') format('woff2'), url('proxima_nova_bold_it-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'proxima_nova_rgbold'; src: url('proxima_nova_bold-webfont.woff2') format('woff2'), url('proxima_nova_bold-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'proxima_novalight_italic'; src: url('proxima_nova_light_it-webfont.woff2') format('woff2'), url('proxima_nova_light_it-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'proxima_novalight'; src: url('proxima_nova_light-webfont.woff2') format('woff2'), url('proxima_nova_light-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'proxima_novaregular_italic'; src: url('proxima_nova_reg_it-webfont.woff2') format('woff2'), url('proxima_nova_reg_it-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'proxima_nova_rgregular'; src: url('proxima_nova_reg-webfont.woff2') format('woff2'), url('proxima_nova_reg-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'proxima_novablack_italic'; src: url('proximanova-blackit-webfont.woff2') format('woff2'), url('proximanova-blackit-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'proxima_novaextrabold_italic'; src: url('proximanova-extrabldit-webfont.woff2') format('woff2'), url('proximanova-extrabldit-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'proxima_novathin'; src: url('proximanova-thin-webfont.woff2') format('woff2'), url('proximanova-thin-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'proxima_novathin_italic'; src: url('proximanova-thinit-webfont.woff2') format('woff2'), url('proximanova-thinit-webfont.woff') format('woff'); font-weight: normal; font-style: normal; }
public/fonts/proxima-nova/stylesheet.css
@font-face { font-family: 'proxima_novablack'; src: url('proxima_nova_black-webfont.woff2') format('woff2'), url('proxima_nova_black-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'proxima_nova_rgbold_italic'; src: url('proxima_nova_bold_it-webfont.woff2') format('woff2'), url('proxima_nova_bold_it-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'proxima_nova_rgbold'; src: url('proxima_nova_bold-webfont.woff2') format('woff2'), url('proxima_nova_bold-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'proxima_novalight_italic'; src: url('proxima_nova_light_it-webfont.woff2') format('woff2'), url('proxima_nova_light_it-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'proxima_novalight'; src: url('proxima_nova_light-webfont.woff2') format('woff2'), url('proxima_nova_light-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'proxima_novaregular_italic'; src: url('proxima_nova_reg_it-webfont.woff2') format('woff2'), url('proxima_nova_reg_it-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'proxima_nova_rgregular'; src: url('proxima_nova_reg-webfont.woff2') format('woff2'), url('proxima_nova_reg-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'proxima_novablack_italic'; src: url('proximanova-blackit-webfont.woff2') format('woff2'), url('proximanova-blackit-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'proxima_novaextrabold_italic'; src: url('proximanova-extrabldit-webfont.woff2') format('woff2'), url('proximanova-extrabldit-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'proxima_novathin'; src: url('proximanova-thin-webfont.woff2') format('woff2'), url('proximanova-thin-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'proxima_novathin_italic'; src: url('proximanova-thinit-webfont.woff2') format('woff2'), url('proximanova-thinit-webfont.woff') format('woff'); font-weight: normal; font-style: normal; }
0.467818
0.085289
.about-content { margin: 3% 20% 5% 20%; position: relative; } .about-content p { line-height: 1.6rem; font-size: 1.4rem; color: #353535; margin-bottom: 2rem; text-align: justify; } #about-more { background-color: #fff; padding: 0.75rem 3rem; border-radius: 1.5rem; border: 1.5px solid #353535; margin-top: 1%; color: #353535; text-align: center; display: inline-block; position: relative; left: 50%; transform: translate(-50%); cursor: pointer; font-size: 1.2rem; transition: 0.5s ease; } #about-more:hover { color: #fff; background: #c0a583; border: 1.5px solid transparent; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); transition: 0.5s ease; transform: translate(-50%) translateY(-2px); } #about-more:active { box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); transform: translate(-50%) translateY(0); } #about-more-content { animation: fadeIn ease 1s; animation-fill-mode: forwards; } .about-icons { margin: 3rem 0 1.5rem 0; position: relative; text-align: center; } .about-icon { text-align: center; font-weight: 400; display: inline-block; width: 60px; margin-top: 1%; transition: 0.5s ease; font-size: 0.9rem; color: #353535; } .about-icon { color: #fff; } .about-icon:not(:last-child) { margin-right: 2.3rem; } #about-mystory-container { display: flex; } #about-mystory { flex: 1; font-size: 2rem; line-height: 2rem; font-weight: 500; text-align: center; } #about-mystory p { margin-top: 1rem; } #about-mystory:not(:last-child) { padding-right: 2rem; } #about-skills { font-size: 2.5rem; margin-bottom: 2%; margin-top: 1.5rem; font-weight: 500; text-align: center; color: #fff; } @media screen and (max-width: 1200px) { .about-content { margin: 5% 10%; } } @media screen and (max-width: 800px) { #about-mystory-container { display: block; } #about-mystory:not(:last-child) { padding-right: 0; } #about-skills { font-size: 1.5rem; padding-bottom: 25px; } }
src/components/About/About.css
.about-content { margin: 3% 20% 5% 20%; position: relative; } .about-content p { line-height: 1.6rem; font-size: 1.4rem; color: #353535; margin-bottom: 2rem; text-align: justify; } #about-more { background-color: #fff; padding: 0.75rem 3rem; border-radius: 1.5rem; border: 1.5px solid #353535; margin-top: 1%; color: #353535; text-align: center; display: inline-block; position: relative; left: 50%; transform: translate(-50%); cursor: pointer; font-size: 1.2rem; transition: 0.5s ease; } #about-more:hover { color: #fff; background: #c0a583; border: 1.5px solid transparent; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); transition: 0.5s ease; transform: translate(-50%) translateY(-2px); } #about-more:active { box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); transform: translate(-50%) translateY(0); } #about-more-content { animation: fadeIn ease 1s; animation-fill-mode: forwards; } .about-icons { margin: 3rem 0 1.5rem 0; position: relative; text-align: center; } .about-icon { text-align: center; font-weight: 400; display: inline-block; width: 60px; margin-top: 1%; transition: 0.5s ease; font-size: 0.9rem; color: #353535; } .about-icon { color: #fff; } .about-icon:not(:last-child) { margin-right: 2.3rem; } #about-mystory-container { display: flex; } #about-mystory { flex: 1; font-size: 2rem; line-height: 2rem; font-weight: 500; text-align: center; } #about-mystory p { margin-top: 1rem; } #about-mystory:not(:last-child) { padding-right: 2rem; } #about-skills { font-size: 2.5rem; margin-bottom: 2%; margin-top: 1.5rem; font-weight: 500; text-align: center; color: #fff; } @media screen and (max-width: 1200px) { .about-content { margin: 5% 10%; } } @media screen and (max-width: 800px) { #about-mystory-container { display: block; } #about-mystory:not(:last-child) { padding-right: 0; } #about-skills { font-size: 1.5rem; padding-bottom: 25px; } }
0.430387
0.087097
body { padding: 0px; border: 0px; margin: 0px; border-spacing: 0px; border-collapse: collapse; } #hdr { width: 100%; font-family: arial, verdana, helvetica, sans-serif; font-size: 10px; } #hdr .hdr_top_l { padding-left:7px; height:18px; font-size: 12px; color: #4D4D4F; } #hdr .hdr_top_r { padding-right:7px; height:18px; font-size: 12px; color: #4D4D4F; } #hdr span { display: inline; } #hdr img { border: 0px; display: block; } #hdr a, #hdr a:link, #hdr a:active, #hdr a:visited { text-decoration: none; color: #4D4D4F; } #hdr a:hover { text-decoration: underline; color: #9D0A0E; } #hdr #hdrImgBlock{border-top: 1px solid #1B1B1C; border-bottom: 1px solid #1B1B1C; height:138px; background-repeat: no-repeat; background-position: left; background-color: #1B1B1C;} #hdr #hdrBar{height:29px;background-image: url('/private/images/hdr_srch_bg.gif');background-color:#4E4E50;} #hdr #hdrBar table{height:29px;} #hdr #hdrSrchForm{padding:0px;margin:0px;} #hdr #hdrSrchBox{height:29px;width:250px;background-image:url('/private/images/sb.gif'); background-repeat: no-repeat; background-position: left;margin-left:6px;} #hdr #srchBox{border:0px solid #FFFFFF;width:235px;height:16px;margin-top:6px;margin-left:3px;font-size:11px;} #hdr #hdrSrchBtn{height:29px;} /* ClickPops */ #hdr .scrollDiv{overflow:auto;} #hdr .sDiv{visibility:visible;display:block;} #hdr .hDiv{visibility:hidden;display:none;} #hdr .closeDiv{position:relative;float:right;z-index:20;} #hdr .closeDiv_srch{position:relative;float:right;z-index:41;} #hdr .hdr_x { position: absolute; text-decoration: none; border: 1px solid #BBBBBB; top: 13px; left: -10px; background-color: #FFFFFF; font-size: 9px; } #hdr .hdr_x_srch { position: relative; text-decoration: none; border: 1px solid #BBBBBB; left: -3px; top: -31px; line-height: 15px; background-color: #FFFFFF; font-size: 9px; } #hdr .hdr_x_phone { position: relative; text-decoration: none; border: 1px solid #BBBBBB; left: -3px; top: -29px; line-height: 15px; background-color: #FFFFFF; font-size: 9px; } #hdr #headerCallOuts div#head_1 { position: absolute; top: 18px; right: 10px; width: 640px; } #hdr #headerCallOuts div#head_2 { position: absolute; top: 18px; right: 10px; width: 640px; } #hdr #headerCallOuts div#head_srch { position: absolute; top: 113px; left: 6px; height: 15px; width: 318px; } #hdr #headerCallOuts div#head_3 { position: absolute; top: 103px; right: 115px; height: 15px; width: 320px; } #hdr .tabBodyH { border-top: #FFFBCC 1px solid; border-bottom: #FFFBCC 1px solid; border-left: #6D6F71 1px solid; border-right: #6D6F71 1px solid; background-color: #FFFBCC; font-size: 13px; line-height: 19px; } #hdr .tabBodyS { position: relative; top: 0px; height: 140px; z-index: 1; } #hdr .tabBodyS_srch { position: relative; top: 0px; z-index: 1; } #hdr .tabBodyS_phone { position: relative; top: 13px; z-index: 1; } #hdr div.tabMore,#hdr p.tabMore { margin-top: 12px; margin-bottom: 6px; line-height: 0px; text-align: center; font-size: 10px; } #hdr a.tabMore, #hdr a.tabMore:link, #hdr a.tabMore:active, #hdr a.tabMore:visited { text-decoration: none; color: #000000; } #hdr a.tabMore:hover { text-decoration: underline; color: #9D0A0E; } #hdr .head_ptr_wpr {position:relative;top:1px;z-index:30;} #hdr .head_ptr_wpr {position:relative;top:1px;z-index:30;} #hdr .head_1_ptr, .head_2_ptr { display: block; width: 0; height: 0; color: #fff; overflow: hidden; border-left: 10px dotted transparent; border-right: 10px dotted transparent; z-index: 20; } #hdr .head_1_ptr { border-bottom: 10px solid #FFFBCC; margin-left: 475px; margin-top: 0px; } #hdr .head_2_ptr { border-bottom: 10px solid #FFFBCC; margin-left: 566px; margin-top: 0px;} #hdr .head_1u_ptr, .head_2u_ptr { display: block; width: 0; height: 0; color: #fff; overflow: hidden; border-left: 11px dotted transparent; border-right: 11px dotted transparent; z-index: 21; } #hdr .head_1u_ptr { border-bottom: 11px solid #6D6F71; margin-left: 474px; margin-top: 0px; margin-bottom: -10px; } #hdr .head_2u_ptr { border-bottom: 11px solid #6D6F71; margin-left: 565px; margin-top: 0px; margin-bottom: -10px;} #hdr .head_srch_ptr_wpr {position:relative;top:1px;z-index:50;} #hdr .head_srch_ptr, #hdr .head_phone_ptr { display: block; width: 0; height: 0; color: #fff; overflow: hidden; border-left: 10px dotted transparent; border-right: 10px dotted transparent; z-index: 30; } #hdr .head_srch_ptr { border-top: 10px solid #FFFBCC; margin-left: 62px; margin-top: -1px; } #hdr .head_phone_ptr { border-top: 10px solid #FFFBCC; margin-left: 80px; margin-top: -1px; } #hdr .head_srch_u_ptr, #hdr .head_phone_u_ptr { display: block; width: 0; height: 0; color: #fff; overflow: hidden; border-left: 10px dotted transparent; border-right: 10px dotted transparent; z-index: 31; } #hdr .head_srch_u_ptr { border-top: 10px solid #6D6F71; margin-left: 62px; margin-top: -1px; margin-bottom: -11px; } #hdr .head_phone_u_ptr { border-top: 10px solid #6D6F71; margin-left: 80px; margin-top: -1px; margin-bottom: -11px; } #hdr .rdcnHtop, #hdr .rdcnHbottom {display:block; background:transparent; font-size:1px;} #hdr .rdcnHt1, #hdr .rdcnHt2, #hdr .rdcnHt3, #hdr .rdcnHt4 {display:block; overflow:hidden;} #hdr .rdcnHt1, #hdr .rdcnHt2, #hdr .rdcnHt3 {height:1px;} #hdr .rdcnHt2, #hdr .rdcnHt3, #hdr .rdcnHt4 {background:#FFFBCC; border-left:1px solid #6D6F71; border-right:1px solid #6D6F71;} #hdr .rdcnHt1 { margin: 0 5px; background: #6D6F71; } #hdr .rdcnHt2 { margin: 0 3px; border-width: 0 2px; } #hdr .rdcnHt3 { margin: 0 2px; } #hdr .rdcnHt4 { margin: 0 1px; height: 2px; } #hdr .rdcnHb1, #hdr .rdcnHb2, #hdr .rdcnHb3, #hdr .rdcnHb4 {display:block; overflow:hidden;} #hdr .rdcnHb1, #hdr .rdcnHb2, #hdr .rdcnHb3 {height:1px;} #hdr .rdcnHb2, #hdr .rdcnHb3, #hdr .rdcnHb4 {background:#FFFBCC; border-left:1px solid #6D6F71; border-right:1px solid #6D6F71;} #hdr .rdcnHb1 {margin:0 5px; background:#6D6F71;} #hdr .rdcnHb2 {margin:0 3px; border-width:0 2px;} #hdr .rdcnHb3 {margin:0 2px;} #hdr .rdcnHb4 {height:2px; margin:0 1px;} #hdr .rdcnStop, #hdr .rdcnSbottom {display:block; background:transparent; font-size:1px;} #hdr .rdcnSt1, #hdr .rdcnSt2, #hdr .rdcnSt3, #hdr .rdcnSt4 {display:block; overflow:hidden;} #hdr .rdcnSt1, #hdr .rdcnSt2, #hdr .rdcnSt3 {height:1px;} #hdr .rdcnSt2, #hdr .rdcnSt3, #hdr .rdcnSt4 {background:#FFFBCC; border-left:1px solid #6D6F71; border-right:1px solid #6D6F71;} #hdr .rdcnSt1 { margin: 0 5px; background: #6D6F71; } .rdcnSt2 { margin: 0 3px; border-width: 0 2px; } #hdr .rdcnSt3 { margin: 0 2px; } .rdcnSt4 { margin: 0 1px; height: 2px; } #hdr .rdcnSb1, #hdr .rdcnSb2, #hdr .rdcnSb3, #hdr .rdcnSb4 {display:block; overflow:hidden;} #hdr .rdcnSb1, #hdr .rdcnSb2, #hdr .rdcnSb3 {height:1px;} #hdr .rdcnSb2, #hdr .rdcnSb3, #hdr .rdcnSb4 {background:#FFFBCC; border-left:1px solid #6D6F71; border-right:1px solid #6D6F71;} #hdr .rdcnSb1 {margin:0 5px; background:#6D6F71;} #hdr .rdcnSb2 {margin:0 3px; border-width:0 2px;} #hdr .rdcnSb3 {margin:0 2px;} #hdr .rdcnSb4 {height:2px; margin:0 1px;} #hdr .hdr_elect,#hdr .hdr_agency {font-weight:normal;line-height:16px;padding-right:6px;padding-left:6px;color:#555555} #hdr .hdr_elect .hdr_l {float:left; width:178px; padding-right:15px;} #hdr .hdr_elect .hdr_m {float:left; width:180px;padding-right:0px;} #hdr .hdr_elect .hdr_r {float:left; width:237px;padding-right:10px;} #hdr .hdr_agency .hdr_l {float:left; width:170px; padding-right:15px;} #hdr .hdr_agency .hdr_m {float:left; width:215px;padding-right:0px;} #hdr .hdr_agency .hdr_r {float:left; width:210px;padding-right:10px;} #hdr .hdr_sp{line-height:5px;} #hdr .clearfix:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } #hdr .clearfix {display: inline-block; } #hdr .clearfix {display: block; } #hdr .hdr_elect a, .hdr_elect a:link, .hdr_elect a:visited, #hdr .hdr_agency a, .hdr_agency a:link, .hdr_agency a:visited { font-size: 11px; font-weight: normal; text-decoration: none; } #hdr .hdr_elect a:hover, .hdr_elect a:active,#hdr .hdr_agency a:hover,.hdr_agency a:active { font-size: 11px; font-weight: normal; text-decoration: underline; } #hdr .pad6{font-size: 10px;padding-left:6px;} #hdr .pd { padding-right: 8px; color: #ffffff; } #hdr #btns a, #hdr #btns a:link, #hdr #btns a:visited { font-size: 11px; line-height: 30px; color: #FFFFFF; font-weight: normal; text-decoration: none; } #hdr #btns a:hover, #hdr #btns a:active { font-size: 11px; color: #FFF9AD; } #hdr #btns #p1c { height: 29px; width: 24px; background: url('/private/images/hdr_btns.gif') 4px 0px no-repeat; } #hdr #btns #p2c { height: 29px; width: 24px; background: url('/private/images/hdr_btns.gif') -24px 0px no-repeat; } #hdr #btns #p3c { height: 29px; width: 24px; background: url('/private/images/hdr_btns.gif') -48px 0px no-repeat; } #hdr #btns #p4c { height: 29px; width: 24px; background: url('/private/images/hdr_btns.gif') -72px 0px no-repeat; } #hdr #btns #p5c { height: 29px; width: 24px; background: url('/private/images/hdr_btns.gif') -96px 0px no-repeat; } #hdr #btns #p6c { height: 29px; width: 24px; background: url('/private/images/hdr_btns.gif') -120px 0px no-repeat; }
Division of Corporations - Filing_files/header.css
body { padding: 0px; border: 0px; margin: 0px; border-spacing: 0px; border-collapse: collapse; } #hdr { width: 100%; font-family: arial, verdana, helvetica, sans-serif; font-size: 10px; } #hdr .hdr_top_l { padding-left:7px; height:18px; font-size: 12px; color: #4D4D4F; } #hdr .hdr_top_r { padding-right:7px; height:18px; font-size: 12px; color: #4D4D4F; } #hdr span { display: inline; } #hdr img { border: 0px; display: block; } #hdr a, #hdr a:link, #hdr a:active, #hdr a:visited { text-decoration: none; color: #4D4D4F; } #hdr a:hover { text-decoration: underline; color: #9D0A0E; } #hdr #hdrImgBlock{border-top: 1px solid #1B1B1C; border-bottom: 1px solid #1B1B1C; height:138px; background-repeat: no-repeat; background-position: left; background-color: #1B1B1C;} #hdr #hdrBar{height:29px;background-image: url('/private/images/hdr_srch_bg.gif');background-color:#4E4E50;} #hdr #hdrBar table{height:29px;} #hdr #hdrSrchForm{padding:0px;margin:0px;} #hdr #hdrSrchBox{height:29px;width:250px;background-image:url('/private/images/sb.gif'); background-repeat: no-repeat; background-position: left;margin-left:6px;} #hdr #srchBox{border:0px solid #FFFFFF;width:235px;height:16px;margin-top:6px;margin-left:3px;font-size:11px;} #hdr #hdrSrchBtn{height:29px;} /* ClickPops */ #hdr .scrollDiv{overflow:auto;} #hdr .sDiv{visibility:visible;display:block;} #hdr .hDiv{visibility:hidden;display:none;} #hdr .closeDiv{position:relative;float:right;z-index:20;} #hdr .closeDiv_srch{position:relative;float:right;z-index:41;} #hdr .hdr_x { position: absolute; text-decoration: none; border: 1px solid #BBBBBB; top: 13px; left: -10px; background-color: #FFFFFF; font-size: 9px; } #hdr .hdr_x_srch { position: relative; text-decoration: none; border: 1px solid #BBBBBB; left: -3px; top: -31px; line-height: 15px; background-color: #FFFFFF; font-size: 9px; } #hdr .hdr_x_phone { position: relative; text-decoration: none; border: 1px solid #BBBBBB; left: -3px; top: -29px; line-height: 15px; background-color: #FFFFFF; font-size: 9px; } #hdr #headerCallOuts div#head_1 { position: absolute; top: 18px; right: 10px; width: 640px; } #hdr #headerCallOuts div#head_2 { position: absolute; top: 18px; right: 10px; width: 640px; } #hdr #headerCallOuts div#head_srch { position: absolute; top: 113px; left: 6px; height: 15px; width: 318px; } #hdr #headerCallOuts div#head_3 { position: absolute; top: 103px; right: 115px; height: 15px; width: 320px; } #hdr .tabBodyH { border-top: #FFFBCC 1px solid; border-bottom: #FFFBCC 1px solid; border-left: #6D6F71 1px solid; border-right: #6D6F71 1px solid; background-color: #FFFBCC; font-size: 13px; line-height: 19px; } #hdr .tabBodyS { position: relative; top: 0px; height: 140px; z-index: 1; } #hdr .tabBodyS_srch { position: relative; top: 0px; z-index: 1; } #hdr .tabBodyS_phone { position: relative; top: 13px; z-index: 1; } #hdr div.tabMore,#hdr p.tabMore { margin-top: 12px; margin-bottom: 6px; line-height: 0px; text-align: center; font-size: 10px; } #hdr a.tabMore, #hdr a.tabMore:link, #hdr a.tabMore:active, #hdr a.tabMore:visited { text-decoration: none; color: #000000; } #hdr a.tabMore:hover { text-decoration: underline; color: #9D0A0E; } #hdr .head_ptr_wpr {position:relative;top:1px;z-index:30;} #hdr .head_ptr_wpr {position:relative;top:1px;z-index:30;} #hdr .head_1_ptr, .head_2_ptr { display: block; width: 0; height: 0; color: #fff; overflow: hidden; border-left: 10px dotted transparent; border-right: 10px dotted transparent; z-index: 20; } #hdr .head_1_ptr { border-bottom: 10px solid #FFFBCC; margin-left: 475px; margin-top: 0px; } #hdr .head_2_ptr { border-bottom: 10px solid #FFFBCC; margin-left: 566px; margin-top: 0px;} #hdr .head_1u_ptr, .head_2u_ptr { display: block; width: 0; height: 0; color: #fff; overflow: hidden; border-left: 11px dotted transparent; border-right: 11px dotted transparent; z-index: 21; } #hdr .head_1u_ptr { border-bottom: 11px solid #6D6F71; margin-left: 474px; margin-top: 0px; margin-bottom: -10px; } #hdr .head_2u_ptr { border-bottom: 11px solid #6D6F71; margin-left: 565px; margin-top: 0px; margin-bottom: -10px;} #hdr .head_srch_ptr_wpr {position:relative;top:1px;z-index:50;} #hdr .head_srch_ptr, #hdr .head_phone_ptr { display: block; width: 0; height: 0; color: #fff; overflow: hidden; border-left: 10px dotted transparent; border-right: 10px dotted transparent; z-index: 30; } #hdr .head_srch_ptr { border-top: 10px solid #FFFBCC; margin-left: 62px; margin-top: -1px; } #hdr .head_phone_ptr { border-top: 10px solid #FFFBCC; margin-left: 80px; margin-top: -1px; } #hdr .head_srch_u_ptr, #hdr .head_phone_u_ptr { display: block; width: 0; height: 0; color: #fff; overflow: hidden; border-left: 10px dotted transparent; border-right: 10px dotted transparent; z-index: 31; } #hdr .head_srch_u_ptr { border-top: 10px solid #6D6F71; margin-left: 62px; margin-top: -1px; margin-bottom: -11px; } #hdr .head_phone_u_ptr { border-top: 10px solid #6D6F71; margin-left: 80px; margin-top: -1px; margin-bottom: -11px; } #hdr .rdcnHtop, #hdr .rdcnHbottom {display:block; background:transparent; font-size:1px;} #hdr .rdcnHt1, #hdr .rdcnHt2, #hdr .rdcnHt3, #hdr .rdcnHt4 {display:block; overflow:hidden;} #hdr .rdcnHt1, #hdr .rdcnHt2, #hdr .rdcnHt3 {height:1px;} #hdr .rdcnHt2, #hdr .rdcnHt3, #hdr .rdcnHt4 {background:#FFFBCC; border-left:1px solid #6D6F71; border-right:1px solid #6D6F71;} #hdr .rdcnHt1 { margin: 0 5px; background: #6D6F71; } #hdr .rdcnHt2 { margin: 0 3px; border-width: 0 2px; } #hdr .rdcnHt3 { margin: 0 2px; } #hdr .rdcnHt4 { margin: 0 1px; height: 2px; } #hdr .rdcnHb1, #hdr .rdcnHb2, #hdr .rdcnHb3, #hdr .rdcnHb4 {display:block; overflow:hidden;} #hdr .rdcnHb1, #hdr .rdcnHb2, #hdr .rdcnHb3 {height:1px;} #hdr .rdcnHb2, #hdr .rdcnHb3, #hdr .rdcnHb4 {background:#FFFBCC; border-left:1px solid #6D6F71; border-right:1px solid #6D6F71;} #hdr .rdcnHb1 {margin:0 5px; background:#6D6F71;} #hdr .rdcnHb2 {margin:0 3px; border-width:0 2px;} #hdr .rdcnHb3 {margin:0 2px;} #hdr .rdcnHb4 {height:2px; margin:0 1px;} #hdr .rdcnStop, #hdr .rdcnSbottom {display:block; background:transparent; font-size:1px;} #hdr .rdcnSt1, #hdr .rdcnSt2, #hdr .rdcnSt3, #hdr .rdcnSt4 {display:block; overflow:hidden;} #hdr .rdcnSt1, #hdr .rdcnSt2, #hdr .rdcnSt3 {height:1px;} #hdr .rdcnSt2, #hdr .rdcnSt3, #hdr .rdcnSt4 {background:#FFFBCC; border-left:1px solid #6D6F71; border-right:1px solid #6D6F71;} #hdr .rdcnSt1 { margin: 0 5px; background: #6D6F71; } .rdcnSt2 { margin: 0 3px; border-width: 0 2px; } #hdr .rdcnSt3 { margin: 0 2px; } .rdcnSt4 { margin: 0 1px; height: 2px; } #hdr .rdcnSb1, #hdr .rdcnSb2, #hdr .rdcnSb3, #hdr .rdcnSb4 {display:block; overflow:hidden;} #hdr .rdcnSb1, #hdr .rdcnSb2, #hdr .rdcnSb3 {height:1px;} #hdr .rdcnSb2, #hdr .rdcnSb3, #hdr .rdcnSb4 {background:#FFFBCC; border-left:1px solid #6D6F71; border-right:1px solid #6D6F71;} #hdr .rdcnSb1 {margin:0 5px; background:#6D6F71;} #hdr .rdcnSb2 {margin:0 3px; border-width:0 2px;} #hdr .rdcnSb3 {margin:0 2px;} #hdr .rdcnSb4 {height:2px; margin:0 1px;} #hdr .hdr_elect,#hdr .hdr_agency {font-weight:normal;line-height:16px;padding-right:6px;padding-left:6px;color:#555555} #hdr .hdr_elect .hdr_l {float:left; width:178px; padding-right:15px;} #hdr .hdr_elect .hdr_m {float:left; width:180px;padding-right:0px;} #hdr .hdr_elect .hdr_r {float:left; width:237px;padding-right:10px;} #hdr .hdr_agency .hdr_l {float:left; width:170px; padding-right:15px;} #hdr .hdr_agency .hdr_m {float:left; width:215px;padding-right:0px;} #hdr .hdr_agency .hdr_r {float:left; width:210px;padding-right:10px;} #hdr .hdr_sp{line-height:5px;} #hdr .clearfix:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } #hdr .clearfix {display: inline-block; } #hdr .clearfix {display: block; } #hdr .hdr_elect a, .hdr_elect a:link, .hdr_elect a:visited, #hdr .hdr_agency a, .hdr_agency a:link, .hdr_agency a:visited { font-size: 11px; font-weight: normal; text-decoration: none; } #hdr .hdr_elect a:hover, .hdr_elect a:active,#hdr .hdr_agency a:hover,.hdr_agency a:active { font-size: 11px; font-weight: normal; text-decoration: underline; } #hdr .pad6{font-size: 10px;padding-left:6px;} #hdr .pd { padding-right: 8px; color: #ffffff; } #hdr #btns a, #hdr #btns a:link, #hdr #btns a:visited { font-size: 11px; line-height: 30px; color: #FFFFFF; font-weight: normal; text-decoration: none; } #hdr #btns a:hover, #hdr #btns a:active { font-size: 11px; color: #FFF9AD; } #hdr #btns #p1c { height: 29px; width: 24px; background: url('/private/images/hdr_btns.gif') 4px 0px no-repeat; } #hdr #btns #p2c { height: 29px; width: 24px; background: url('/private/images/hdr_btns.gif') -24px 0px no-repeat; } #hdr #btns #p3c { height: 29px; width: 24px; background: url('/private/images/hdr_btns.gif') -48px 0px no-repeat; } #hdr #btns #p4c { height: 29px; width: 24px; background: url('/private/images/hdr_btns.gif') -72px 0px no-repeat; } #hdr #btns #p5c { height: 29px; width: 24px; background: url('/private/images/hdr_btns.gif') -96px 0px no-repeat; } #hdr #btns #p6c { height: 29px; width: 24px; background: url('/private/images/hdr_btns.gif') -120px 0px no-repeat; }
0.269614
0.107297
* { box-sizing: border-box; margin: 0; padding: 0; } :root { --clr: #f5eee5; --colorMain: #f5eee5; --brShadow: -6px 6px 15px #e7d7c1; --tlShadow: 6px -6px 15px #cfc0ab; } *:focus { outline: 0; } html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { background-color: var(--clr) !important; width: 100%; } .navbar-logo { margin-left: 20px; padding: 15px; color: #fff; } .navbar-mainbg { background-color: #000000; padding: 0px !important; } #navbarSupportedContent { overflow: hidden; position: relative; } #navbarSupportedContent ul { padding: 0px; margin: 0px; } #navbarSupportedContent li { list-style-type: none; float: left; margin-right: 20px; } #navbarSupportedContent ul li a { color: rgba(255, 255, 255, 0.5); text-decoration: none; font-size: 15px; display: block; padding: 20px 20px; transition-duration: 0.6s; transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); position: relative; } #navbarSupportedContent > ul > li.active > a { color: #000000; background-color: transparent; transition: all 0.7s; } #navbarSupportedContent a:not(:only-child):after { content: '\f105'; position: absolute; right: 20px; top: 10px; font-size: 14px; font-family: 'Font Awesome 5 Free'; display: inline-block; padding-right: 3px; vertical-align: middle; font-weight: 900; transition: 0.5s; } #navbarSupportedContent .active > a:not(:only-child):after { transform: rotate(90deg); } .hori-selector { display: inline-block; position: absolute; height: 100%; top: 0px; left: 0px; transition-duration: 0.6s; transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); background-color: #f5eee5; border-top-left-radius: 15px; border-top-right-radius: 15px; margin-top: 10px; } .hori-selector .right, .hori-selector .left { position: absolute; width: 25px; height: 25px; background-color: #f5eee5; bottom: 10px; } .hori-selector .right { right: -25px; } .hori-selector .left { left: -25px; } .hori-selector .right:before, .hori-selector .left:before { content: ''; position: absolute; width: 50px; height: 50px; border-radius: 50%; background-color: #000000; } .hori-selector .right:before { bottom: 0; right: -25px; } .hori-selector .left:before { bottom: 0; left: -25px; } @media (max-width: 991px) { #navbarSupportedContent ul li a { padding: 12px 30px; } .hori-selector { margin-top: 0px; margin-left: 10px; border-radius: 0; border-top-left-radius: 25px; border-bottom-left-radius: 25px; } .hori-selector .left, .hori-selector .right { right: 10px; } .hori-selector .left { top: -25px; left: auto; } .hori-selector .right { bottom: -25px; } .hori-selector .left:before { left: -25px; top: -25px; } .hori-selector .right:before { bottom: -25px; left: -25px; } } footer{ margin-top: 40px; background-color: black; text-align: center; padding-bottom: 15px; margin-bottom: 0%; } .sm-handle{ display: flex; padding-top: 2rem; justify-content: center; } .sm-button{ margin: 0px 10px 0px; border: 1px solid #bababa; border-radius: 100%; width: 2rem; height: 2rem; display: flex; align-items: center; justify-content: center; cursor: pointer; } .sm-button:hover{ background: linear-gradient(to right, #cfc0ab, #eee2d3 ); } .copyright{ margin-top: 10px; font-size: medium; } .copyright a{ color: #fff; font-size: 12px; cursor: pointer; } section{ padding:0 9%; padding-top: 4rem; } .home{ display:flex; align-items: center; justify-content: center; flex-wrap: wrap; } .home .image img{ width: 41vw; } .text { color: var(--colorMain); font-size: 7em; font-weight: bold; font-family: sans-serif; text-shadow: var(--brShadow), var(--tlShadow); position: relative; } .text::before { left: 0; width: 100px; height: 100px; top: -150px; z-index: 10; box-shadow: inset var(--brShadow), inset var(--tlShadow) ; } .text::after { left: -50px; width: 200px; height: 200px; top: -200px; box-shadow: var(--brShadow), var(--tlShadow) ; } .content p{ font-size: larger; padding-top: 2%; } @media (max-width: 768px) { .text{ font-size: 3em; } .content p{ font-size: medium; } } button { margin-top: 20px !important; padding: 1.2em 2em; background: #f5eee5; border: none; border-radius: .5rem; margin-bottom: 5px !important; color: #444; font-size: 1rem; font-weight: 500; letter-spacing: .2rem; text-align: center; outline: none; cursor: pointer; transition: .2s ease-in-out; box-shadow: -6px -6px 14px rgba(255, 255, 255, .7), -6px -6px 10px rgba(255, 255, 255, .5), 6px 6px 8px rgba(255, 255, 255, .075), 6px 6px 10px rgba(0, 0, 0, .15); } button:hover { box-shadow: -2px -2px 6px rgba(255, 255, 255, .6), -2px -2px 4px rgba(255, 255, 255, .4), 2px 2px 2px rgba(255, 255, 255, .05), 2px 2px 4px rgba(0, 0, 0, .1); } button:active { box-shadow: inset -2px -2px 6px rgba(255, 255, 255, .7), inset -2px -2px 4px rgba(255, 255, 255, .5), inset 2px 2px 2px rgba(255, 255, 255, .075), inset 2px 2px 4px rgba(0, 0, 0, .15); } .loader-wrapper { --line-width: 5px; --curtain-color: #f5eee5; --outer-line-color: #cfc0ab; --middle-line-color:#b08245 ; --inner-line-color: black; position:fixed; top:0; left:0; width:100%; height:100%; z-index: 999999; } .loader { display:block; position: relative; top:50%; left:50%; width:150px; height:150px; margin:-75px 0 0 -75px; border:var(--line-width) solid transparent; border-top-color: var(--outer-line-color); border-radius:100%; -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; z-index:1001; } .loader:before { content:""; position: absolute; top:4px; left:4px; right:4px; bottom:4px; border:var(--line-width) solid transparent; border-top-color: var(--inner-line-color); border-radius:100%; -webkit-animation: spin 3s linear infinite; animation: spin 3s linear infinite; } .loader:after { content:""; position: absolute; top:14px; left:14px; right:14px; bottom:14px; border:var(--line-width) solid transparent; border-top-color: var(--middle-line-color); border-radius:100%; -webkit-animation: spin 1.5s linear infinite; animation: spin 1.5s linear infinite; } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes spin { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); } } .loader-wrapper .loader-section { position:fixed; top:0; background:var(--curtain-color); width:51%; height:100%; z-index:1000; } .loader-wrapper .loader-section.section-left { left:0 } .loader-wrapper .loader-section.section-right { right:0; } .loaded .loader-wrapper .loader-section.section-left { transform: translateX(-100%); transition: all 0.7s 0.3s cubic-bezier(0.645,0.045,0.355,1.000); } .loaded .loader-wrapper .loader-section.section-right { transform: translateX(100%); transition: all 0.7s 0.3s cubic-bezier(0.645,0.045,0.355,1.000); } .loaded .loader { opacity: 0; transition: all 0.3s ease-out; } .loaded .loader-wrapper { visibility: hidden; transform:translateY(-100%); transition: all .3s 1s ease-out; }
static/css/home.css
* { box-sizing: border-box; margin: 0; padding: 0; } :root { --clr: #f5eee5; --colorMain: #f5eee5; --brShadow: -6px 6px 15px #e7d7c1; --tlShadow: 6px -6px 15px #cfc0ab; } *:focus { outline: 0; } html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { background-color: var(--clr) !important; width: 100%; } .navbar-logo { margin-left: 20px; padding: 15px; color: #fff; } .navbar-mainbg { background-color: #000000; padding: 0px !important; } #navbarSupportedContent { overflow: hidden; position: relative; } #navbarSupportedContent ul { padding: 0px; margin: 0px; } #navbarSupportedContent li { list-style-type: none; float: left; margin-right: 20px; } #navbarSupportedContent ul li a { color: rgba(255, 255, 255, 0.5); text-decoration: none; font-size: 15px; display: block; padding: 20px 20px; transition-duration: 0.6s; transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); position: relative; } #navbarSupportedContent > ul > li.active > a { color: #000000; background-color: transparent; transition: all 0.7s; } #navbarSupportedContent a:not(:only-child):after { content: '\f105'; position: absolute; right: 20px; top: 10px; font-size: 14px; font-family: 'Font Awesome 5 Free'; display: inline-block; padding-right: 3px; vertical-align: middle; font-weight: 900; transition: 0.5s; } #navbarSupportedContent .active > a:not(:only-child):after { transform: rotate(90deg); } .hori-selector { display: inline-block; position: absolute; height: 100%; top: 0px; left: 0px; transition-duration: 0.6s; transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); background-color: #f5eee5; border-top-left-radius: 15px; border-top-right-radius: 15px; margin-top: 10px; } .hori-selector .right, .hori-selector .left { position: absolute; width: 25px; height: 25px; background-color: #f5eee5; bottom: 10px; } .hori-selector .right { right: -25px; } .hori-selector .left { left: -25px; } .hori-selector .right:before, .hori-selector .left:before { content: ''; position: absolute; width: 50px; height: 50px; border-radius: 50%; background-color: #000000; } .hori-selector .right:before { bottom: 0; right: -25px; } .hori-selector .left:before { bottom: 0; left: -25px; } @media (max-width: 991px) { #navbarSupportedContent ul li a { padding: 12px 30px; } .hori-selector { margin-top: 0px; margin-left: 10px; border-radius: 0; border-top-left-radius: 25px; border-bottom-left-radius: 25px; } .hori-selector .left, .hori-selector .right { right: 10px; } .hori-selector .left { top: -25px; left: auto; } .hori-selector .right { bottom: -25px; } .hori-selector .left:before { left: -25px; top: -25px; } .hori-selector .right:before { bottom: -25px; left: -25px; } } footer{ margin-top: 40px; background-color: black; text-align: center; padding-bottom: 15px; margin-bottom: 0%; } .sm-handle{ display: flex; padding-top: 2rem; justify-content: center; } .sm-button{ margin: 0px 10px 0px; border: 1px solid #bababa; border-radius: 100%; width: 2rem; height: 2rem; display: flex; align-items: center; justify-content: center; cursor: pointer; } .sm-button:hover{ background: linear-gradient(to right, #cfc0ab, #eee2d3 ); } .copyright{ margin-top: 10px; font-size: medium; } .copyright a{ color: #fff; font-size: 12px; cursor: pointer; } section{ padding:0 9%; padding-top: 4rem; } .home{ display:flex; align-items: center; justify-content: center; flex-wrap: wrap; } .home .image img{ width: 41vw; } .text { color: var(--colorMain); font-size: 7em; font-weight: bold; font-family: sans-serif; text-shadow: var(--brShadow), var(--tlShadow); position: relative; } .text::before { left: 0; width: 100px; height: 100px; top: -150px; z-index: 10; box-shadow: inset var(--brShadow), inset var(--tlShadow) ; } .text::after { left: -50px; width: 200px; height: 200px; top: -200px; box-shadow: var(--brShadow), var(--tlShadow) ; } .content p{ font-size: larger; padding-top: 2%; } @media (max-width: 768px) { .text{ font-size: 3em; } .content p{ font-size: medium; } } button { margin-top: 20px !important; padding: 1.2em 2em; background: #f5eee5; border: none; border-radius: .5rem; margin-bottom: 5px !important; color: #444; font-size: 1rem; font-weight: 500; letter-spacing: .2rem; text-align: center; outline: none; cursor: pointer; transition: .2s ease-in-out; box-shadow: -6px -6px 14px rgba(255, 255, 255, .7), -6px -6px 10px rgba(255, 255, 255, .5), 6px 6px 8px rgba(255, 255, 255, .075), 6px 6px 10px rgba(0, 0, 0, .15); } button:hover { box-shadow: -2px -2px 6px rgba(255, 255, 255, .6), -2px -2px 4px rgba(255, 255, 255, .4), 2px 2px 2px rgba(255, 255, 255, .05), 2px 2px 4px rgba(0, 0, 0, .1); } button:active { box-shadow: inset -2px -2px 6px rgba(255, 255, 255, .7), inset -2px -2px 4px rgba(255, 255, 255, .5), inset 2px 2px 2px rgba(255, 255, 255, .075), inset 2px 2px 4px rgba(0, 0, 0, .15); } .loader-wrapper { --line-width: 5px; --curtain-color: #f5eee5; --outer-line-color: #cfc0ab; --middle-line-color:#b08245 ; --inner-line-color: black; position:fixed; top:0; left:0; width:100%; height:100%; z-index: 999999; } .loader { display:block; position: relative; top:50%; left:50%; width:150px; height:150px; margin:-75px 0 0 -75px; border:var(--line-width) solid transparent; border-top-color: var(--outer-line-color); border-radius:100%; -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; z-index:1001; } .loader:before { content:""; position: absolute; top:4px; left:4px; right:4px; bottom:4px; border:var(--line-width) solid transparent; border-top-color: var(--inner-line-color); border-radius:100%; -webkit-animation: spin 3s linear infinite; animation: spin 3s linear infinite; } .loader:after { content:""; position: absolute; top:14px; left:14px; right:14px; bottom:14px; border:var(--line-width) solid transparent; border-top-color: var(--middle-line-color); border-radius:100%; -webkit-animation: spin 1.5s linear infinite; animation: spin 1.5s linear infinite; } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes spin { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); } } .loader-wrapper .loader-section { position:fixed; top:0; background:var(--curtain-color); width:51%; height:100%; z-index:1000; } .loader-wrapper .loader-section.section-left { left:0 } .loader-wrapper .loader-section.section-right { right:0; } .loaded .loader-wrapper .loader-section.section-left { transform: translateX(-100%); transition: all 0.7s 0.3s cubic-bezier(0.645,0.045,0.355,1.000); } .loaded .loader-wrapper .loader-section.section-right { transform: translateX(100%); transition: all 0.7s 0.3s cubic-bezier(0.645,0.045,0.355,1.000); } .loaded .loader { opacity: 0; transition: all 0.3s ease-out; } .loaded .loader-wrapper { visibility: hidden; transform:translateY(-100%); transition: all .3s 1s ease-out; }
0.444083
0.118819
.all-content { /* padding-top: 22px; */ background-color: #f5f5f5; } .all-content-header { position: relative; /* padding: 30px 0 10px; */ } .all-content-header > h3 { height: 58px; line-height: 58px; font-size: 20px; font-weight: 400; color: #333; } .all-content-content { height: 420px; width: 100%; } .all-content-content > ul { font-size: 0; height: 100%; white-space: nowrap; transition: all 0.5s ease; } .all-content-content .all-content-item { display: inline-block; position: relative; box-sizing: border-box; padding-top: 45px; margin-left: 14px; margin-bottom: 26px; width: 296px; height: 415px; background-color: #fff; border-top: 1px solid #ffac13; transition: all .2s linear; } .all-content-content .all-content-item:hover { box-shadow: 0 10px 20px rgba(0,0,0,0.1); transform: translate3d(0, -2px, 0); } .all-content-content .all-content-item:first-child { margin-left: 0; } .all-content-item > h3 { margin: 0 10px 13px; height: 24px; line-height: 24px; text-align: center; font-size: 16px; color: #ffac13; } .all-content-item { overflow: hidden; } .all-content-item .item-slider ul { width: 100%; font-size: 0; transition: all .5s ease; } .all-content-item .item-slider li { display: inline-block; width: 100%; } .all-content-item .item-slider h1 { display: block; margin: 0 20px 10px; text-align: center; font-size: 20px; color: #333; white-space: normal; text-overflow: hidden; overflow: hidden; } .all-content-item:nth-child(2) > h3 { color: #83c44e; } .all-content-item:nth-child(3) > h3 { color: #e53935; } .all-content-item:nth-child(4) > h3 { color: #2196f3; } .all-content-item .item-slider p { display: block; margin: 0 48px 10px; height: 40px; line-height: 18px; text-align: center; font-size: 12px; color: #b0b0b0; white-space: normal; text-overflow: hidden; overflow: hidden; } .all-content-item .item-slider span { display: block; text-align: center; font-size: 14px; color: #333; } .all-content-item .item-slider img { display: block; margin: 25px auto 0; width: 216px; height: 154px; } .all-content-item .item-slider .detail { display: block; margin: 0 auto; width: 118px; height: 28px; border: 1px solid #ffac13; line-height: 28px; text-align: center; font-size: 12px; color: #ffac13; transition: all .5s ease; } .all-content-item:nth-child(2) .item-slider .detail { color: #83c44e; border: 1px solid #83c44e; } .all-content-item:nth-child(3) .item-slider .detail { color: #e53935; border: 1px solid #e53935; } .all-content-item:nth-child(4) .item-slider .detail { color: #2196f3; border: 1px solid #2196f3; } .all-content-item .item-slider .detail:hover { border: 1px solid #ffac13; color: #fff; background-color: #ffac13; } .all-content-item:nth-child(2) .item-slider .detail:hover { border: 1px solid #83c44e; color: #fff; background-color: #83c44e; } .all-content-item:nth-child(3) .item-slider .detail:hover { border: 1px solid #e53935; color: #fff; background-color: #e53935; } .all-content-item:nth-child(4) .item-slider .detail:hover { border: 1px solid #2196f3; color: #fff; background-color: #2196f3; } .all-content-item .item-arrow a { position: absolute; top: 50%; transform: translateY(-24px); display: block; width: 20px; height: 48px; line-height: 48px; text-align: center; font-size: 18px; font-weight: 700; color: #fff; background-color: rgba(66,66,66,0.2); } .all-content-item .item-arrow a:hover { transition: all .5s ease; background-color: rgba(66,66,66,0.6); } .all-content-item .item-arrow a:first-child { left: 0; } .all-content-item .item-arrow a:last-child { right: 0; } .all-content-item .item-pagation { position: absolute; bottom: 15px; left: 50%; transform: translateX(-50%); } .all-content-item .item-pagation dd { display: inline-block; margin: 10px; width: 6px; height: 6px; border-radius: 6px; border: 2px solid #fff; background-color: #b0b0b0; transition: all .5s ease; } .all-content-item .item-pagation dd:hover { background-color: #ff6700; } .all-content-item .item-pagation dd.active { background-color: #fff; border: 2px solid #ff6700; } .green { border-top-color: #83c44e !important; } .red { border-top-color: #e53935 !important; } .blue { border-top-color: #2196f3 !important; }
css/all-content.css
.all-content { /* padding-top: 22px; */ background-color: #f5f5f5; } .all-content-header { position: relative; /* padding: 30px 0 10px; */ } .all-content-header > h3 { height: 58px; line-height: 58px; font-size: 20px; font-weight: 400; color: #333; } .all-content-content { height: 420px; width: 100%; } .all-content-content > ul { font-size: 0; height: 100%; white-space: nowrap; transition: all 0.5s ease; } .all-content-content .all-content-item { display: inline-block; position: relative; box-sizing: border-box; padding-top: 45px; margin-left: 14px; margin-bottom: 26px; width: 296px; height: 415px; background-color: #fff; border-top: 1px solid #ffac13; transition: all .2s linear; } .all-content-content .all-content-item:hover { box-shadow: 0 10px 20px rgba(0,0,0,0.1); transform: translate3d(0, -2px, 0); } .all-content-content .all-content-item:first-child { margin-left: 0; } .all-content-item > h3 { margin: 0 10px 13px; height: 24px; line-height: 24px; text-align: center; font-size: 16px; color: #ffac13; } .all-content-item { overflow: hidden; } .all-content-item .item-slider ul { width: 100%; font-size: 0; transition: all .5s ease; } .all-content-item .item-slider li { display: inline-block; width: 100%; } .all-content-item .item-slider h1 { display: block; margin: 0 20px 10px; text-align: center; font-size: 20px; color: #333; white-space: normal; text-overflow: hidden; overflow: hidden; } .all-content-item:nth-child(2) > h3 { color: #83c44e; } .all-content-item:nth-child(3) > h3 { color: #e53935; } .all-content-item:nth-child(4) > h3 { color: #2196f3; } .all-content-item .item-slider p { display: block; margin: 0 48px 10px; height: 40px; line-height: 18px; text-align: center; font-size: 12px; color: #b0b0b0; white-space: normal; text-overflow: hidden; overflow: hidden; } .all-content-item .item-slider span { display: block; text-align: center; font-size: 14px; color: #333; } .all-content-item .item-slider img { display: block; margin: 25px auto 0; width: 216px; height: 154px; } .all-content-item .item-slider .detail { display: block; margin: 0 auto; width: 118px; height: 28px; border: 1px solid #ffac13; line-height: 28px; text-align: center; font-size: 12px; color: #ffac13; transition: all .5s ease; } .all-content-item:nth-child(2) .item-slider .detail { color: #83c44e; border: 1px solid #83c44e; } .all-content-item:nth-child(3) .item-slider .detail { color: #e53935; border: 1px solid #e53935; } .all-content-item:nth-child(4) .item-slider .detail { color: #2196f3; border: 1px solid #2196f3; } .all-content-item .item-slider .detail:hover { border: 1px solid #ffac13; color: #fff; background-color: #ffac13; } .all-content-item:nth-child(2) .item-slider .detail:hover { border: 1px solid #83c44e; color: #fff; background-color: #83c44e; } .all-content-item:nth-child(3) .item-slider .detail:hover { border: 1px solid #e53935; color: #fff; background-color: #e53935; } .all-content-item:nth-child(4) .item-slider .detail:hover { border: 1px solid #2196f3; color: #fff; background-color: #2196f3; } .all-content-item .item-arrow a { position: absolute; top: 50%; transform: translateY(-24px); display: block; width: 20px; height: 48px; line-height: 48px; text-align: center; font-size: 18px; font-weight: 700; color: #fff; background-color: rgba(66,66,66,0.2); } .all-content-item .item-arrow a:hover { transition: all .5s ease; background-color: rgba(66,66,66,0.6); } .all-content-item .item-arrow a:first-child { left: 0; } .all-content-item .item-arrow a:last-child { right: 0; } .all-content-item .item-pagation { position: absolute; bottom: 15px; left: 50%; transform: translateX(-50%); } .all-content-item .item-pagation dd { display: inline-block; margin: 10px; width: 6px; height: 6px; border-radius: 6px; border: 2px solid #fff; background-color: #b0b0b0; transition: all .5s ease; } .all-content-item .item-pagation dd:hover { background-color: #ff6700; } .all-content-item .item-pagation dd.active { background-color: #fff; border: 2px solid #ff6700; } .green { border-top-color: #83c44e !important; } .red { border-top-color: #e53935 !important; } .blue { border-top-color: #2196f3 !important; }
0.412175
0.072637
*, *::after, *::before { margin: 0; padding: 0; box-sizing: inherit; font-family: sans-serif; } body { background-image: linear-gradient(rgb(76, 92, 230), rgb(79, 139, 240)); box-sizing: border-box; background-repeat: no-repeat; background-size: cover; background-position: center; } .container { display: grid; grid-template-rows: repeat(2, min-content); grid-template-columns: 1fr min-content; gap: 1rem; padding: 3rem; text-align: center; min-height: 100vh; } input { width: 100%; padding: 1.2rem; } input { text-align: center; border: 2px solid rgb(247, 247, 247); border-radius: 5px; font-size: 1.5rem; box-shadow: 0 0 5px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.19); } input:hover, input:focus { border: 2px solid rgb(170, 65, 240); outline: none; } .list { display: grid; grid-template-rows: repeat(10, min-content); grid-template-columns: repeat(2, 1fr); grid-column: 1 / span 2; } .list li { background: rgb(255, 255, 255); list-style: none; border-bottom: 1px solid rgb(216, 216, 216); box-shadow: 0 0 10px rgba(0, 0, 0, 0.14); margin: 2px; padding: 20px; transition: background 0.2s; text-transform: capitalize; } .result li:nth-child(even) { transform: perspective(100px) rotateX(3deg) translateY(2px) scale(1.001); background: linear-gradient( to bottom, rgb(255, 255, 255) 0%, rgb(239, 239, 239) 100% ); } .result li:nth-child(odd) { transform: perspective(100px) rotateX(-3def) translateY(3px); background: linear-gradient( to top, rgb(255, 255, 255) 0%, rgb(239, 239, 239) 100% ); } span.population { font-size: 15px; } /* Ripple effect */ span.ripple { position: absolute; border-radius: 50%; transform: scale(0); animation: ripple 300ms linear; background-color: rgb(248, 55, 197); } @keyframes ripple { to { transform: scale(4); opacity: 0; } } .btn { /* Ripple effect*/ position: relative; overflow: hidden; transition: background 400ms; /* Button */ display: inline-block; text-decoration: none; background-color: rgb(170, 65, 240); color: rgb(251, 254, 248); padding: 1rem; border: none; border-radius: 4px; justify-self: center; text-transform: uppercase; cursor: pointer; } .btn:hover { box-shadow: 0 0 1px rgb(251, 254, 248); } .btn-main { background-color: rgb(4, 9, 1); }
projects/5-SearchGameReleaseDate/style.css
*, *::after, *::before { margin: 0; padding: 0; box-sizing: inherit; font-family: sans-serif; } body { background-image: linear-gradient(rgb(76, 92, 230), rgb(79, 139, 240)); box-sizing: border-box; background-repeat: no-repeat; background-size: cover; background-position: center; } .container { display: grid; grid-template-rows: repeat(2, min-content); grid-template-columns: 1fr min-content; gap: 1rem; padding: 3rem; text-align: center; min-height: 100vh; } input { width: 100%; padding: 1.2rem; } input { text-align: center; border: 2px solid rgb(247, 247, 247); border-radius: 5px; font-size: 1.5rem; box-shadow: 0 0 5px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.19); } input:hover, input:focus { border: 2px solid rgb(170, 65, 240); outline: none; } .list { display: grid; grid-template-rows: repeat(10, min-content); grid-template-columns: repeat(2, 1fr); grid-column: 1 / span 2; } .list li { background: rgb(255, 255, 255); list-style: none; border-bottom: 1px solid rgb(216, 216, 216); box-shadow: 0 0 10px rgba(0, 0, 0, 0.14); margin: 2px; padding: 20px; transition: background 0.2s; text-transform: capitalize; } .result li:nth-child(even) { transform: perspective(100px) rotateX(3deg) translateY(2px) scale(1.001); background: linear-gradient( to bottom, rgb(255, 255, 255) 0%, rgb(239, 239, 239) 100% ); } .result li:nth-child(odd) { transform: perspective(100px) rotateX(-3def) translateY(3px); background: linear-gradient( to top, rgb(255, 255, 255) 0%, rgb(239, 239, 239) 100% ); } span.population { font-size: 15px; } /* Ripple effect */ span.ripple { position: absolute; border-radius: 50%; transform: scale(0); animation: ripple 300ms linear; background-color: rgb(248, 55, 197); } @keyframes ripple { to { transform: scale(4); opacity: 0; } } .btn { /* Ripple effect*/ position: relative; overflow: hidden; transition: background 400ms; /* Button */ display: inline-block; text-decoration: none; background-color: rgb(170, 65, 240); color: rgb(251, 254, 248); padding: 1rem; border: none; border-radius: 4px; justify-self: center; text-transform: uppercase; cursor: pointer; } .btn:hover { box-shadow: 0 0 1px rgb(251, 254, 248); } .btn-main { background-color: rgb(4, 9, 1); }
0.727298
0.130784
.container { display: flex; flex-direction: column; justify-content: center; align-items: center; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; max-width: 1140px; height: 90vh; } .logo { max-height: 200px; margin-bottom: -1em; } .title { color: var(--primary); font-size: 5.5rem; font-weight: 300; line-height: 1.2; margin-bottom: 3rem; margin-top: 0; } .text-field { width: 25%; color: white; border: none; background-color: rgba(128, 128, 128, 0.5); text-align: center; display: inline-block; vertical-align: middle; margin-top: 3em; padding-top: 3px; margin-bottom: 1rem; border-radius: 0.75rem; font-family: 'Fira Code'; font-size: 1.1rem; line-height: 2rem; } .text-field::placeholder { font-family: Arial, Helvetica, sans-serif; letter-spacing: 2px; color: white; } .text-field:focus { outline: none; } .text-field:focus::placeholder { color: transparent; } .btn { background-color: transparent; border-width: 2px; border-radius: 1rem; font-size: 1.5em; font-family: Arial, Helvetica, sans-serif; border: 1px solid; line-height: 1.5; letter-spacing: 2px; width: 25%; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; vertical-align: middle; user-select: none; padding: 0.375rem 0.75rem; } .btn:hover { color: white; border-color: var(--primary); } .btn:focus{ outline: none; } .create { border-color: var(--secondary); color: var(--secondary); margin-bottom: 50px } .join { border-color: var(--tertiary); color: var(--tertiary); } @media (max-width: 576px) { .container { max-width: 100%; } .btn { width: 100% } .text-field { width: 100% } } @media (min-width: 576px) { .container { max-width: 100%; } .btn { width: 100% } .text-field { width: 100% } } /* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */ @media (min-width: 768px) { .container { max-width: 540px; } .btn { width: 100% } .text-field { width: 100% } } /* Large devices (desktops, 992px and up) */ @media (min-width: 992px) { .container { max-width: 720px; } .btn { width: 50% } .text-field { width: 50% } } /* Extra large devices (large desktops, 1200px and up) */ @media (min-width: 1200px) { .container { max-width: 960px; } .btn { width: 25% } .text-field { width: 25% } }
client/src/layouts/landing.css
.container { display: flex; flex-direction: column; justify-content: center; align-items: center; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; max-width: 1140px; height: 90vh; } .logo { max-height: 200px; margin-bottom: -1em; } .title { color: var(--primary); font-size: 5.5rem; font-weight: 300; line-height: 1.2; margin-bottom: 3rem; margin-top: 0; } .text-field { width: 25%; color: white; border: none; background-color: rgba(128, 128, 128, 0.5); text-align: center; display: inline-block; vertical-align: middle; margin-top: 3em; padding-top: 3px; margin-bottom: 1rem; border-radius: 0.75rem; font-family: 'Fira Code'; font-size: 1.1rem; line-height: 2rem; } .text-field::placeholder { font-family: Arial, Helvetica, sans-serif; letter-spacing: 2px; color: white; } .text-field:focus { outline: none; } .text-field:focus::placeholder { color: transparent; } .btn { background-color: transparent; border-width: 2px; border-radius: 1rem; font-size: 1.5em; font-family: Arial, Helvetica, sans-serif; border: 1px solid; line-height: 1.5; letter-spacing: 2px; width: 25%; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; vertical-align: middle; user-select: none; padding: 0.375rem 0.75rem; } .btn:hover { color: white; border-color: var(--primary); } .btn:focus{ outline: none; } .create { border-color: var(--secondary); color: var(--secondary); margin-bottom: 50px } .join { border-color: var(--tertiary); color: var(--tertiary); } @media (max-width: 576px) { .container { max-width: 100%; } .btn { width: 100% } .text-field { width: 100% } } @media (min-width: 576px) { .container { max-width: 100%; } .btn { width: 100% } .text-field { width: 100% } } /* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */ @media (min-width: 768px) { .container { max-width: 540px; } .btn { width: 100% } .text-field { width: 100% } } /* Large devices (desktops, 992px and up) */ @media (min-width: 992px) { .container { max-width: 720px; } .btn { width: 50% } .text-field { width: 50% } } /* Extra large devices (large desktops, 1200px and up) */ @media (min-width: 1200px) { .container { max-width: 960px; } .btn { width: 25% } .text-field { width: 25% } }
0.40486
0.075585
body{ margin: 0; padding: 0; font-family: sans-serif; overflow: hidden; } .container{ overflow: hidden; width: 100%; height: 100%; } .back{ width: 100%; height: 100vh; position: absolute; top: 0px; left: 0px; } .box-login{ width: 300px; padding: 40px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: black; text-align: center; opacity: 0.8; border-radius: 24px; transition: all 0.5s ease; } .box-signin{ width: 300px; padding: 40px; position: absolute; top: 50%; left: 0%; transform: translate(-100%, -50%); background: black; text-align: center; opacity: 0.8; border-radius: 24px; transition: all 0.5s ease; } .box-login h1{ color: white; font-weight: 500; } .box-signin h1{ color: white; font-weight: 500; font-size: 20px; } .box-login input[type = "text"], .box-login input[type = "password"]{ border: 0; background: none; display: block; margin: 20px auto; text-align: center; border: 2px solid #3498db; padding: 14px 10px; width: 200px; outline: none; color: white; border-radius: 24px; transition: 0.25s; } .box-signin input[type = "text"], .box-signin input[type = "password"]{ border: 0; background: none; display: block; margin: 20px auto; text-align: center; border: 2px solid #3498db; padding: 14px 10px; width: 200px; outline: none; color: white; border-radius: 24px; transition: 0.25s; } .box-login input[type = "text"]:focus, .box-login input[type = "password"]:focus{ width: 270px; border-color: #2ecc71; } .box-signin input[type = "text"]:focus, .box-signin input[type = "password"]:focus{ width: 270px; border-color: #2ecc71; } .box-login input[type = "submit"]{ border: 0; background: none; display: block; margin: 20px auto; text-align: center; /* border: 2px solid #2ecc71; */ padding: 14px 40px; outline: none; color: white; border-radius: 24px; background: linear-gradient(90deg,#0162c8,#55e7fc,#ff72c0,#755bea,#0162c8); background-size: 500%; /* overflow: hidden; */ transition: 0.25s; } .box-signin input[type = "submit"]{ border: 0; background: none; display: block; margin: 20px auto; text-align: center; /* border: 2px solid #2ecc71; */ padding: 14px 40px; outline: none; color: white; border-radius: 24px; background: linear-gradient(90deg,#0162c8,#55e7fc,#ff72c0,#755bea,#0162c8); background-size: 500%; background-position: 300%; /* overflow: hidden; */ transition: 0.25s; z-index: 5; } .box-login input[type = "submit"]:hover{ /* background-color: #2ecc71; */ /* background: linear-gradient(90deg,#755bea,#ff72c0); */ animation: light 10s linear infinite; } .box-signin input[type = "submit"]:hover{ /* background-color: #2ecc71; */ /* background: linear-gradient(90deg,#755bea,#ff72c0); */ animation: light 10s linear infinite; } @keyframes light{ 100%{ background-position: -500% 0; } } span{ position: absolute; background: white; transform: translate(-50%,-50%); border-radius: 50%; pointer-events: none; animation: animate 1s linear infinite; } @keyframes animate{ 0%{ width: 0px; height: 0px; opacity: 0.5; } 100%{ width: 200px; height: 200px; opacity: 0; } } .cover{ overflow: hidden; width: 100%; height: 100%; } /* 这是关于注册界面的css */ #check-signin{ display: none; } label #btn-signin, label #cancel-signin{ position: absolute; cursor: pointer; background:#747d8c; text-align: center; } label #btn-signin{ left: 50%; top: 50%; transform: translate(0%, -50%); font-size: 20px; color:white; width: 80px; height: 160px; line-height: 160px; border-radius: 0px 80px 80px 0px; border: 1px white solid; transition: all 0.5s ease; } label #btn-signin:hover{ background: #57606f; } label #cancel-signin{ width: 100px; height: 100px; line-height: 100px; z-index: 11; left: -120px; border-radius: 100px; top: 10px; font-size: 20px; color: white; background: linear-gradient(90deg,#0162c8,#55e7fc,#ff72c0,#755bea,#0162c8); background-size: 500%; padding: 6px 6px; text-transform: uppercase; transition: all 0.5s ease; } label #cancel-signin:hover{ animation: light 10s linear infinite; } #check-signin:checked ~ .box-signin{ top: 50%; left: 50%; transform: translate(-50%, -50%); } #check-signin:checked ~ label #btn-signin{ opacity: 0; pointer-events: none; } #check-signin:checked ~ label #cancel-signin{ left: 40px; } /* 这是关于登录界面的css */ #check-login{ display: none; } label #btn-login, label #cancel-login{ position: absolute; cursor: pointer; background:#747d8c; text-align: center; } label #btn-login{ left: 50%; top: 50%; transform: translate(-100%, -50%); font-size: 20px; color:white; width: 80px; height: 160px; line-height: 160px; border-radius: 80px 0% 0% 80px; border: 1px white solid; transition: all 0.5s ease; } label #btn-login:hover{ background: #57606f; } label #cancel-login{ width: 100px; height: 100px; line-height: 100px; z-index: 11; left: -120px; border-radius: 100px; top: 10px; font-size: 20px; background: linear-gradient(90deg,#0162c8,#55e7fc,#ff72c0,#755bea,#0162c8); background-size: 500%; color: white; padding: 6px 6px; transition: all 0.5s ease; text-transform: uppercase; } label #cancel-login:hover{ animation: light 10s linear infinite; } #check-login:checked ~ .box-login{ top: 50%; left: 50%; transform: translate(-50%, -50%); } #check-login:checked ~ label #btn-login{ opacity: 0; pointer-events: none; } #check-login:checked ~ label #cancel-login{ left: 40px; } #check-login:checked ~ label #btn-signin{ opacity: 0; pointer-events: none; }
css/login.css
body{ margin: 0; padding: 0; font-family: sans-serif; overflow: hidden; } .container{ overflow: hidden; width: 100%; height: 100%; } .back{ width: 100%; height: 100vh; position: absolute; top: 0px; left: 0px; } .box-login{ width: 300px; padding: 40px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: black; text-align: center; opacity: 0.8; border-radius: 24px; transition: all 0.5s ease; } .box-signin{ width: 300px; padding: 40px; position: absolute; top: 50%; left: 0%; transform: translate(-100%, -50%); background: black; text-align: center; opacity: 0.8; border-radius: 24px; transition: all 0.5s ease; } .box-login h1{ color: white; font-weight: 500; } .box-signin h1{ color: white; font-weight: 500; font-size: 20px; } .box-login input[type = "text"], .box-login input[type = "password"]{ border: 0; background: none; display: block; margin: 20px auto; text-align: center; border: 2px solid #3498db; padding: 14px 10px; width: 200px; outline: none; color: white; border-radius: 24px; transition: 0.25s; } .box-signin input[type = "text"], .box-signin input[type = "password"]{ border: 0; background: none; display: block; margin: 20px auto; text-align: center; border: 2px solid #3498db; padding: 14px 10px; width: 200px; outline: none; color: white; border-radius: 24px; transition: 0.25s; } .box-login input[type = "text"]:focus, .box-login input[type = "password"]:focus{ width: 270px; border-color: #2ecc71; } .box-signin input[type = "text"]:focus, .box-signin input[type = "password"]:focus{ width: 270px; border-color: #2ecc71; } .box-login input[type = "submit"]{ border: 0; background: none; display: block; margin: 20px auto; text-align: center; /* border: 2px solid #2ecc71; */ padding: 14px 40px; outline: none; color: white; border-radius: 24px; background: linear-gradient(90deg,#0162c8,#55e7fc,#ff72c0,#755bea,#0162c8); background-size: 500%; /* overflow: hidden; */ transition: 0.25s; } .box-signin input[type = "submit"]{ border: 0; background: none; display: block; margin: 20px auto; text-align: center; /* border: 2px solid #2ecc71; */ padding: 14px 40px; outline: none; color: white; border-radius: 24px; background: linear-gradient(90deg,#0162c8,#55e7fc,#ff72c0,#755bea,#0162c8); background-size: 500%; background-position: 300%; /* overflow: hidden; */ transition: 0.25s; z-index: 5; } .box-login input[type = "submit"]:hover{ /* background-color: #2ecc71; */ /* background: linear-gradient(90deg,#755bea,#ff72c0); */ animation: light 10s linear infinite; } .box-signin input[type = "submit"]:hover{ /* background-color: #2ecc71; */ /* background: linear-gradient(90deg,#755bea,#ff72c0); */ animation: light 10s linear infinite; } @keyframes light{ 100%{ background-position: -500% 0; } } span{ position: absolute; background: white; transform: translate(-50%,-50%); border-radius: 50%; pointer-events: none; animation: animate 1s linear infinite; } @keyframes animate{ 0%{ width: 0px; height: 0px; opacity: 0.5; } 100%{ width: 200px; height: 200px; opacity: 0; } } .cover{ overflow: hidden; width: 100%; height: 100%; } /* 这是关于注册界面的css */ #check-signin{ display: none; } label #btn-signin, label #cancel-signin{ position: absolute; cursor: pointer; background:#747d8c; text-align: center; } label #btn-signin{ left: 50%; top: 50%; transform: translate(0%, -50%); font-size: 20px; color:white; width: 80px; height: 160px; line-height: 160px; border-radius: 0px 80px 80px 0px; border: 1px white solid; transition: all 0.5s ease; } label #btn-signin:hover{ background: #57606f; } label #cancel-signin{ width: 100px; height: 100px; line-height: 100px; z-index: 11; left: -120px; border-radius: 100px; top: 10px; font-size: 20px; color: white; background: linear-gradient(90deg,#0162c8,#55e7fc,#ff72c0,#755bea,#0162c8); background-size: 500%; padding: 6px 6px; text-transform: uppercase; transition: all 0.5s ease; } label #cancel-signin:hover{ animation: light 10s linear infinite; } #check-signin:checked ~ .box-signin{ top: 50%; left: 50%; transform: translate(-50%, -50%); } #check-signin:checked ~ label #btn-signin{ opacity: 0; pointer-events: none; } #check-signin:checked ~ label #cancel-signin{ left: 40px; } /* 这是关于登录界面的css */ #check-login{ display: none; } label #btn-login, label #cancel-login{ position: absolute; cursor: pointer; background:#747d8c; text-align: center; } label #btn-login{ left: 50%; top: 50%; transform: translate(-100%, -50%); font-size: 20px; color:white; width: 80px; height: 160px; line-height: 160px; border-radius: 80px 0% 0% 80px; border: 1px white solid; transition: all 0.5s ease; } label #btn-login:hover{ background: #57606f; } label #cancel-login{ width: 100px; height: 100px; line-height: 100px; z-index: 11; left: -120px; border-radius: 100px; top: 10px; font-size: 20px; background: linear-gradient(90deg,#0162c8,#55e7fc,#ff72c0,#755bea,#0162c8); background-size: 500%; color: white; padding: 6px 6px; transition: all 0.5s ease; text-transform: uppercase; } label #cancel-login:hover{ animation: light 10s linear infinite; } #check-login:checked ~ .box-login{ top: 50%; left: 50%; transform: translate(-50%, -50%); } #check-login:checked ~ label #btn-login{ opacity: 0; pointer-events: none; } #check-login:checked ~ label #cancel-login{ left: 40px; } #check-login:checked ~ label #btn-signin{ opacity: 0; pointer-events: none; }
0.450359
0.080574
:root { --maincolor: #252525; --secondcolor: #FE8000; --scrollbar: #999999; } @media (prefers-color-scheme: dark) { :root { --background-color: #000000; --back-color: #191919; --foreground-color: #EFBD76; } } /* 1a9be6 */ @media (prefers-color-scheme: light) { :root { --background-color: #f8f8f8d5; --foreground-color: #111; --back-color: #eeeeee; } } *, *:before, *:after { box-sizing: border-box; } html { font-size: 18px; line-height: 1.5; font-weight: 300; color: #333; font-family: "Nunito Sans", sans-serif; } body { margin: 0; padding: 0; height: 100vh; background-color: var(--background-color); color: var(--foreground-color); background-attachment: fixed; } /*#region SCROLL BAR*/ * { scrollbar-width: thin; scrollbar-color: var(--scrollbar) var(--maincolor); } /* Works on Chrome/Edge/Safari */ *::-webkit-scrollbar { width: 16px; } *::-webkit-scrollbar-track { background: var(--maincolor); } *::-webkit-scrollbar-thumb { background-color: var(--scrollbar); border-radius: 20px; border: 3px solid var(--maincolor); } /*#endregion SCROLL BAR*/ #spinner:not([hidden]) { position: fixed; top: 0; left: 0; right: 0; bottom: 0; display: flex; justify-content: center; align-items: center; } #spinner::after { content: ""; width: 80px; height: 80px; border: 4px solid var(--scrollbar); /* border-top: 3px solid #f25a41; */ border-top: 3px solid var(--maincolor); border-radius: 100%; will-change: transform; animation: spin 1s infinite linear; } @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .content__header { display: -webkit-box; display: flex; margin: 40px auto 0px auto; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; flex-wrap: wrap; max-width: 1000px; } .heading { width: 100%; margin-left: 1rem; font-weight: 900; font-size: 1.618rem; text-transform: uppercase; letter-spacing: 0.1ch; line-height: 1; padding-bottom: 0.5em; margin-bottom: 1rem; position: relative; } .heading:after { display: block; content: ""; position: absolute; width: 60px; height: 4px; background: linear-gradient(135deg, var(--secondcolor), var(--foreground-color)); bottom: 0; } .content { display: -webkit-box; display: flex; margin: 5px auto; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; flex-wrap: wrap; max-width: 1000px; } .content__filter { font-family: Poppins, sans-serif; display: -webkit-box; display: flex; margin: 5px auto; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; flex-wrap: wrap; max-width: 1000px; } p.movie__overview { margin-top: 0.5em; font-size: 12.5px; height: 200px; width: 100%; overflow: hidden; text-overflow: ellipsis; text-align: left; } .description { width: 100%; margin-top: 0; margin-left: 1rem; margin-bottom: 3rem; } .card { color: inherit; width: calc(33% - 2rem); min-width: calc(33% - 2rem); height: 400px; min-height: 400px; -webkit-perspective: 1000px; perspective: 1000px; margin: 1rem; position: relative; } @media screen and (max-width: 800px) { .card { width: calc(50% - 2rem); } } @media screen and (max-width: 500px) { .card { width: 100%; } } .frontWeb, .back { display: -webkit-box; display: flex; border-radius: 6px; background-position: center; background-size: cover; text-align: center; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; position: absolute; height: 100%; width: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transition: ease-in-out 600ms; transition: ease-in-out 600ms; } .frontWeb { cursor: pointer; background-size: cover; padding: 2rem; font-size: 1.62rem; font-weight: 600; color: rgba(255, 255, 255, 0.8); overflow: hidden; font-family: Poppins, sans-serif; } .frontWeb:before { position: absolute; display: block; content: ""; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, #1a9be6, #1a57e6); opacity: 0.25; z-index: -1; } .card:hover .frontWeb { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); } @media screen and (max-width: 800px) { .card:hover .frontWeb { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } } .card:nth-child(even):hover .frontWeb { -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); } @media screen and (max-width: 800px) { .card:nth-child(even):hover .frontWeb { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } } .card { -webkit-transition: transform 0.6s; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; transition: 0.5s; -webkit-transition: 0.5s; position: relative; -webkit-transition: -webkit-transform 0.6s; transition: -webkit-transform 0.6s; transition: transform 0.6s; transition: transform 0.6s, -webkit-transform 0.6s; -webkit-transition: transform 0.6s; } .card.flip { transform: rotateY(180deg); -webkit-transform: rotateY(180deg); } .back { background: var(--back-color); -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); padding: 0 2em; } .card:hover .back { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } .card:hover .button { visibility: visible; } @media screen and (max-width: 800px) { .card:hover .back { -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); } .card:hover .button { visibility: hidden; } } .card:nth-child(even) .back { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); } .card:nth-child(even):hover .back { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } @media screen and (max-width: 800px) { .card:nth-child(even):hover .back { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); } } .button { text-decoration: none; -webkit-transform: translateZ(40px); transform: translateZ(40px); cursor: pointer; -webkit-backface-visibility: hidden; backface-visibility: hidden; font-weight: bold; color: #fff; padding: 0.5em 1em; border-radius: 100px; font: inherit; background: linear-gradient(135deg, var(--secondcolor), var(--secondcolor)); border: none; position: relative; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transition: 300ms ease; transition: 300ms ease; visibility: hidden; } .button:before { -webkit-transition: 300ms ease; transition: 300ms ease; position: absolute; display: block; content: ""; -webkit-transform: translateZ(-40px); transform: translateZ(-40px); -webkit-backface-visibility: hidden; backface-visibility: hidden; height: calc(100% - 20px); width: calc(100% - 20px); border-radius: 100px; left: 10px; top: 16px; box-shadow: 0 0 10px 10px rgba(26, 87, 230, 0.25); background-color: rgba(26, 87, 230, 0.25); } .button:hover { text-decoration: underline; -webkit-transform: translateZ(55px); transform: translateZ(55px); } .button:hover:before { -webkit-transform: translateZ(-55px); transform: translateZ(-55px); } .button:active { -webkit-transform: translateZ(20px); transform: translateZ(20px); } .button:active:before { -webkit-transform: translateZ(-20px); transform: translateZ(-20px); top: 12px; } .movie__gens { font-size: 12.5px; text-align: left; } .movie__release_date { font-weight: bold; text-align: left; } .movie__release_date span { font-weight: normal; } .movie__rating { text-align: left; font-size: small; } .label-genere { margin: 1em 0.5em; padding: 0.2em 0.5em; border: #1b1b1b 1px solid; background-color: #d1d1d1; } #btnFlipHover { display: none; } [type="radio"]:checked, [type="radio"]:not(:checked) { position: absolute; left: -9999px; } [type="radio"]:checked + label, [type="radio"]:not(:checked) + label { position: relative; padding-left: 12px; padding-right: 12px; cursor: pointer; line-height: 30px; font-size: 0.6rem; text-transform: uppercase; letter-spacing: 2px; font-weight: 400; background-color: var(--secondcolor); color: var(--back-color); -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } .filter-generes { margin-left: 1rem; } .filter-generes input[type="radio"]:checked + label { /* [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after{ */ background-color:var(--background-color); color: var(--foreground-color); border: var(--secondcolor) 1px solid; } /* [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after{ */ /* [type="radio"]:checked:hover + label:before, [type="radio"]:not(:checked):hover + label:before, [type="radio"]:checked:hover + label:after, [type="radio"]:not(:checked):hover + label:after{ opacity: 0.7; } [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 30px; border-radius: 3px; background-color: transparent; z-index: -1; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after{ content: ''; border-radius: 2px; height: 3px; background-color: #e74c3c; font-weight: 700; position: absolute; bottom: 0; left: 12px; z-index: -1; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } [type="radio"]:not(:checked) + label:after{ opacity: 0; width: 0; } [type="radio"]:checked + label:after{ opacity: 1; width: calc(100% - 24px); } */
public/css/style.css
:root { --maincolor: #252525; --secondcolor: #FE8000; --scrollbar: #999999; } @media (prefers-color-scheme: dark) { :root { --background-color: #000000; --back-color: #191919; --foreground-color: #EFBD76; } } /* 1a9be6 */ @media (prefers-color-scheme: light) { :root { --background-color: #f8f8f8d5; --foreground-color: #111; --back-color: #eeeeee; } } *, *:before, *:after { box-sizing: border-box; } html { font-size: 18px; line-height: 1.5; font-weight: 300; color: #333; font-family: "Nunito Sans", sans-serif; } body { margin: 0; padding: 0; height: 100vh; background-color: var(--background-color); color: var(--foreground-color); background-attachment: fixed; } /*#region SCROLL BAR*/ * { scrollbar-width: thin; scrollbar-color: var(--scrollbar) var(--maincolor); } /* Works on Chrome/Edge/Safari */ *::-webkit-scrollbar { width: 16px; } *::-webkit-scrollbar-track { background: var(--maincolor); } *::-webkit-scrollbar-thumb { background-color: var(--scrollbar); border-radius: 20px; border: 3px solid var(--maincolor); } /*#endregion SCROLL BAR*/ #spinner:not([hidden]) { position: fixed; top: 0; left: 0; right: 0; bottom: 0; display: flex; justify-content: center; align-items: center; } #spinner::after { content: ""; width: 80px; height: 80px; border: 4px solid var(--scrollbar); /* border-top: 3px solid #f25a41; */ border-top: 3px solid var(--maincolor); border-radius: 100%; will-change: transform; animation: spin 1s infinite linear; } @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .content__header { display: -webkit-box; display: flex; margin: 40px auto 0px auto; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; flex-wrap: wrap; max-width: 1000px; } .heading { width: 100%; margin-left: 1rem; font-weight: 900; font-size: 1.618rem; text-transform: uppercase; letter-spacing: 0.1ch; line-height: 1; padding-bottom: 0.5em; margin-bottom: 1rem; position: relative; } .heading:after { display: block; content: ""; position: absolute; width: 60px; height: 4px; background: linear-gradient(135deg, var(--secondcolor), var(--foreground-color)); bottom: 0; } .content { display: -webkit-box; display: flex; margin: 5px auto; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; flex-wrap: wrap; max-width: 1000px; } .content__filter { font-family: Poppins, sans-serif; display: -webkit-box; display: flex; margin: 5px auto; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; flex-wrap: wrap; max-width: 1000px; } p.movie__overview { margin-top: 0.5em; font-size: 12.5px; height: 200px; width: 100%; overflow: hidden; text-overflow: ellipsis; text-align: left; } .description { width: 100%; margin-top: 0; margin-left: 1rem; margin-bottom: 3rem; } .card { color: inherit; width: calc(33% - 2rem); min-width: calc(33% - 2rem); height: 400px; min-height: 400px; -webkit-perspective: 1000px; perspective: 1000px; margin: 1rem; position: relative; } @media screen and (max-width: 800px) { .card { width: calc(50% - 2rem); } } @media screen and (max-width: 500px) { .card { width: 100%; } } .frontWeb, .back { display: -webkit-box; display: flex; border-radius: 6px; background-position: center; background-size: cover; text-align: center; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; position: absolute; height: 100%; width: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transition: ease-in-out 600ms; transition: ease-in-out 600ms; } .frontWeb { cursor: pointer; background-size: cover; padding: 2rem; font-size: 1.62rem; font-weight: 600; color: rgba(255, 255, 255, 0.8); overflow: hidden; font-family: Poppins, sans-serif; } .frontWeb:before { position: absolute; display: block; content: ""; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, #1a9be6, #1a57e6); opacity: 0.25; z-index: -1; } .card:hover .frontWeb { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); } @media screen and (max-width: 800px) { .card:hover .frontWeb { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } } .card:nth-child(even):hover .frontWeb { -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); } @media screen and (max-width: 800px) { .card:nth-child(even):hover .frontWeb { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } } .card { -webkit-transition: transform 0.6s; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; transition: 0.5s; -webkit-transition: 0.5s; position: relative; -webkit-transition: -webkit-transform 0.6s; transition: -webkit-transform 0.6s; transition: transform 0.6s; transition: transform 0.6s, -webkit-transform 0.6s; -webkit-transition: transform 0.6s; } .card.flip { transform: rotateY(180deg); -webkit-transform: rotateY(180deg); } .back { background: var(--back-color); -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); padding: 0 2em; } .card:hover .back { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } .card:hover .button { visibility: visible; } @media screen and (max-width: 800px) { .card:hover .back { -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); } .card:hover .button { visibility: hidden; } } .card:nth-child(even) .back { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); } .card:nth-child(even):hover .back { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } @media screen and (max-width: 800px) { .card:nth-child(even):hover .back { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); } } .button { text-decoration: none; -webkit-transform: translateZ(40px); transform: translateZ(40px); cursor: pointer; -webkit-backface-visibility: hidden; backface-visibility: hidden; font-weight: bold; color: #fff; padding: 0.5em 1em; border-radius: 100px; font: inherit; background: linear-gradient(135deg, var(--secondcolor), var(--secondcolor)); border: none; position: relative; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transition: 300ms ease; transition: 300ms ease; visibility: hidden; } .button:before { -webkit-transition: 300ms ease; transition: 300ms ease; position: absolute; display: block; content: ""; -webkit-transform: translateZ(-40px); transform: translateZ(-40px); -webkit-backface-visibility: hidden; backface-visibility: hidden; height: calc(100% - 20px); width: calc(100% - 20px); border-radius: 100px; left: 10px; top: 16px; box-shadow: 0 0 10px 10px rgba(26, 87, 230, 0.25); background-color: rgba(26, 87, 230, 0.25); } .button:hover { text-decoration: underline; -webkit-transform: translateZ(55px); transform: translateZ(55px); } .button:hover:before { -webkit-transform: translateZ(-55px); transform: translateZ(-55px); } .button:active { -webkit-transform: translateZ(20px); transform: translateZ(20px); } .button:active:before { -webkit-transform: translateZ(-20px); transform: translateZ(-20px); top: 12px; } .movie__gens { font-size: 12.5px; text-align: left; } .movie__release_date { font-weight: bold; text-align: left; } .movie__release_date span { font-weight: normal; } .movie__rating { text-align: left; font-size: small; } .label-genere { margin: 1em 0.5em; padding: 0.2em 0.5em; border: #1b1b1b 1px solid; background-color: #d1d1d1; } #btnFlipHover { display: none; } [type="radio"]:checked, [type="radio"]:not(:checked) { position: absolute; left: -9999px; } [type="radio"]:checked + label, [type="radio"]:not(:checked) + label { position: relative; padding-left: 12px; padding-right: 12px; cursor: pointer; line-height: 30px; font-size: 0.6rem; text-transform: uppercase; letter-spacing: 2px; font-weight: 400; background-color: var(--secondcolor); color: var(--back-color); -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } .filter-generes { margin-left: 1rem; } .filter-generes input[type="radio"]:checked + label { /* [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after{ */ background-color:var(--background-color); color: var(--foreground-color); border: var(--secondcolor) 1px solid; } /* [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after{ */ /* [type="radio"]:checked:hover + label:before, [type="radio"]:not(:checked):hover + label:before, [type="radio"]:checked:hover + label:after, [type="radio"]:not(:checked):hover + label:after{ opacity: 0.7; } [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 30px; border-radius: 3px; background-color: transparent; z-index: -1; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after{ content: ''; border-radius: 2px; height: 3px; background-color: #e74c3c; font-weight: 700; position: absolute; bottom: 0; left: 12px; z-index: -1; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } [type="radio"]:not(:checked) + label:after{ opacity: 0; width: 0; } [type="radio"]:checked + label:after{ opacity: 1; width: calc(100% - 24px); } */
0.442155
0.108283
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap'); :root { --primary: #08aeea; --secondary: #13D2B8; --purple: #bd93f9; --pink: #ff6bcb; --blue: #8be9fd; --gray: #333; --font: "Poppins", sans-serif; --gradient: linear-gradient(40deg, #ff6ec4, #7873f5); --shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05); } *, *:before, *:after { box-sizing: border-box !important; } html { font-size: 62.5% !important; } body { font-family: var(--font) !important; font-size: 1.4rem !important; overflow-x: hidden !important; font-weight: 300 !important; } img { display: block; max-width: 100%; } a { text-decoration: none; } input, button, textarea, select { font-family: var(--font); font-size: 1.4rem; font-weight: 300; outline: none; border: 0; margin: 0; padding: 0; border-radius: 0; -webkit-appearance: none; } button { cursor: pointer !important; } .social-share { width: 100%; max-width: 400px; } .social-share-icon { width: 40px; height: 40px; background-color: white; border-radius: inherit; display: flex; align-items: center; justify-content: center; font-size: 18px; } .social-share-text { color: white; margin-left: 20px; font-size: 16px; } .social-share-item { width: 100%; padding: 10px; border-radius: 8px; display: flex; align-items: center; cursor: pointer; } .social-share-item.facebook { background-color: #3b5999; } .social-share-item.facebook .social-share-icon { color: #3b5999; } .social-share-item.instagram { background-color: #e4405f; } .social-share-item.instagram .social-share-icon { color: #e4405f; } .social-share-item.twitter { background-color: #55acee; } .social-share-item.twitter .social-share-icon { color: #55acee; } .social-share-item+.social-share-item { margin-top: 20px; } .input-focus-effect { position: relative; display: flex; flex-direction: column-reverse; } .input-focus-effect input { padding: 2.5rem 1rem 1rem; border: 1px solid transparent; display: block; width: 100%; border-radius: 8px; transition: border 0.25s linear; background-color: transparent; outline: none; } .input-focus-effect input:focus { border-color: var(--primary); } .input-focus-effect input:focus+label { transform: translateY(0); top: 1rem; } .input-focus-effect label { position: absolute; top: 50%; left: 1rem; transform: translateY(-50%); pointer-events: none; color: #999; transition: 0.25s linear; font-size: 1.2rem; } /* lam mo hinh nen */ .backImg { position: relative; } .backImg::after { content: ""; display: block; position: absolute; top: 0; left: 0; background-image: url("https://mixigaming.com/wp-content/uploads/2020/10/bg2-1-300x143.jpg") !important; width: 100%; height: 100%; opacity: 0.1; z-index: -1; background-size: cover !important; background-position: center top !important; } /* Instagram img */ /* general */ .td-instagram-image { display: block; width: 100%; } .td-instagram-element { position: relative; float: left; } .td-instagram-element a { position: relative; display: block; } .td-instagram-element a:before { content: ''; width: 94%; height: 94%; border: 1px solid #fff; opacity: 0; position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; -webkit-transition: opacity 0.3s ease 0s; -moz-transition: opacity 0.3s ease 0s; -o-transition: opacity 0.3s ease 0s; transition: opacity 0.3s ease 0s; } .td-instagram-element a:after { content: ''; width: 100%; height: 100%; opacity: 0; position: absolute; top: 0; left: 0; background-color: #fff; -webkit-transition: opacity 0.3s ease 0s; -moz-transition: opacity 0.3s ease 0s; -o-transition: opacity 0.3s ease 0s; transition: opacity 0.3s ease 0s; } .td-instagram-element:hover a:before { opacity: 0.4; } .td-instagram-element:hover a:after { opacity: 0.1; } .td-images-on-row-1 .td-instagram-element { width: 100%; } .td-images-on-row-2 .td-instagram-element { width: 50%; } .td-images-on-row-3 .td-instagram-element { width: 33.33333333%; } .td-images-on-row-4 .td-instagram-element { width: 25%; /* responsive portrait phone */ } @media (max-width: 767px) { .td-images-on-row-4 .td-instagram-element { width: 50%; } } .td-images-on-row-5 .td-instagram-element { width: 20%; /* responsive portrait phone */ } @media (max-width: 767px) { .td-images-on-row-5 .td-instagram-element { width: 50%; } } .td-images-on-row-6 .td-instagram-element { width: 16.66666667%; /* responsive portrait phone */ } @media (max-width: 767px) { .td-images-on-row-6 .td-instagram-element { width: 33.33333333%; } } .td-images-on-row-7 .td-instagram-element { width: 14.28571428571429%; /* responsive portrait phone */ } @media (max-width: 767px) { .td-images-on-row-7 .td-instagram-element { width: 50%; } } .td-images-on-row-8 .td-instagram-element { width: 12.5%; /* responsive portrait phone */ } @media (max-width: 767px) { .td-images-on-row-8 .td-instagram-element { width: 50%; } } .td-image-gap-2 { margin: 0 -2px; } .td-image-gap-2 .td-instagram-element { padding: 0 2px 4px; } .td-image-gap-5 { margin: 0 -5px; } .td-image-gap-5 .td-instagram-element { padding: 0 5px 10px; } .td_block_instagram .td-video-play-ico { pointer-events: none; } .td_block_instagram .td-instagram-element { /* responsive portrait phone */ } @media (max-width: 767px) { .td_block_instagram .td-instagram-element .td-video-play-ico img { width: 24px; } } .td-instagram-header { position: relative; margin-bottom: 16px; } .td-instagram-profile-image { width: 60px; height: 60px; border-radius: 60px; overflow: hidden; margin-right: 12px; float: left; } .td-instagram-meta { padding-top: 4px; font-size: 13px; color: #000; } .td-instagram-button { position: absolute; top: 14px; right: 0; padding: 8px 14px 9px; border: 1px solid #ededed; line-height: 1; font-size: 13px; color: #444; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s; } .td-instagram-button:hover { border-color: #ccc; text-decoration: none !important; } .td-instagram-user { font-size: 15px; font-weight: 600; } .td-instagram-user a { line-height: 26px; color: #4db2ec; } .td-instagram-user a:hover { text-decoration: none !important; } .td-instagram-followers span { font-weight: 600; } .td_block_instagram .td-column-1 .td-images-on-row-3 .td-video-play-ico img, .td_block_instagram .td-column-1 .td-images-on-row-4 .td-video-play-ico img, .td_block_instagram .td-column-1 .td-images-on-row-5 .td-video-play-ico img, .td_block_instagram .td-column-1 .td-images-on-row-6 .td-video-play-ico img, .td_block_instagram .td-column-1 .td-images-on-row-7 .td-video-play-ico img, .td_block_instagram .td-column-1 .td-images-on-row-8 .td-video-play-ico img { width: 24px; } .td_block_instagram .td-column-1 .td-instagram-button { /* responsive portrait tablet */ } @media (min-width: 768px) and (max-width: 1018px) { .td_block_instagram .td-column-1 .td-instagram-button { display: none; } } .td_block_instagram .td-column-2 .td-images-on-row-5 .td-video-play-ico img, .td_block_instagram .td-column-2 .td-images-on-row-6 .td-video-play-ico img, .td_block_instagram .td-column-2 .td-images-on-row-7 .td-video-play-ico img, .td_block_instagram .td-column-2 .td-images-on-row-8 .td-video-play-ico img { width: 24px; } .td_block_instagram .td-column-3 .td-images-on-row-7 .td-video-play-ico img, .td_block_instagram .td-column-3 .td-images-on-row-8 .td-video-play-ico img { width: 24px; } .td_block_instagram .td-instagram-user a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 100%; display: block; margin-right: 80px; } /* ---------------------------------------------------------------------------- Footer Instagram ---------------------------------------------------------------------------- */ .td-footer-instagram-container { padding-bottom: 0; } .td-footer-instagram-container .td_block_instagram { margin-bottom: 0; overflow: hidden; } .td-footer-instagram-container .td-footer-instagram-title { text-align: center; text-transform: uppercase; letter-spacing: 0.1em; font-size: 15px; margin: 0; padding-bottom: 10px; font-family: 'Open Sans', arial, sans-serif; } .td-footer-instagram-container .td-footer-instagram-title .td-footer-instagram-user-link { font-weight: 600; /* responsive portrait phone */ } @media (max-width: 767px) { .td-footer-instagram-container .td-footer-instagram-title .td-footer-instagram-user-link { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 100%; display: block; margin: 0 20px; } }
3.Project/Home/assets/css/codingui.css
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap'); :root { --primary: #08aeea; --secondary: #13D2B8; --purple: #bd93f9; --pink: #ff6bcb; --blue: #8be9fd; --gray: #333; --font: "Poppins", sans-serif; --gradient: linear-gradient(40deg, #ff6ec4, #7873f5); --shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05); } *, *:before, *:after { box-sizing: border-box !important; } html { font-size: 62.5% !important; } body { font-family: var(--font) !important; font-size: 1.4rem !important; overflow-x: hidden !important; font-weight: 300 !important; } img { display: block; max-width: 100%; } a { text-decoration: none; } input, button, textarea, select { font-family: var(--font); font-size: 1.4rem; font-weight: 300; outline: none; border: 0; margin: 0; padding: 0; border-radius: 0; -webkit-appearance: none; } button { cursor: pointer !important; } .social-share { width: 100%; max-width: 400px; } .social-share-icon { width: 40px; height: 40px; background-color: white; border-radius: inherit; display: flex; align-items: center; justify-content: center; font-size: 18px; } .social-share-text { color: white; margin-left: 20px; font-size: 16px; } .social-share-item { width: 100%; padding: 10px; border-radius: 8px; display: flex; align-items: center; cursor: pointer; } .social-share-item.facebook { background-color: #3b5999; } .social-share-item.facebook .social-share-icon { color: #3b5999; } .social-share-item.instagram { background-color: #e4405f; } .social-share-item.instagram .social-share-icon { color: #e4405f; } .social-share-item.twitter { background-color: #55acee; } .social-share-item.twitter .social-share-icon { color: #55acee; } .social-share-item+.social-share-item { margin-top: 20px; } .input-focus-effect { position: relative; display: flex; flex-direction: column-reverse; } .input-focus-effect input { padding: 2.5rem 1rem 1rem; border: 1px solid transparent; display: block; width: 100%; border-radius: 8px; transition: border 0.25s linear; background-color: transparent; outline: none; } .input-focus-effect input:focus { border-color: var(--primary); } .input-focus-effect input:focus+label { transform: translateY(0); top: 1rem; } .input-focus-effect label { position: absolute; top: 50%; left: 1rem; transform: translateY(-50%); pointer-events: none; color: #999; transition: 0.25s linear; font-size: 1.2rem; } /* lam mo hinh nen */ .backImg { position: relative; } .backImg::after { content: ""; display: block; position: absolute; top: 0; left: 0; background-image: url("https://mixigaming.com/wp-content/uploads/2020/10/bg2-1-300x143.jpg") !important; width: 100%; height: 100%; opacity: 0.1; z-index: -1; background-size: cover !important; background-position: center top !important; } /* Instagram img */ /* general */ .td-instagram-image { display: block; width: 100%; } .td-instagram-element { position: relative; float: left; } .td-instagram-element a { position: relative; display: block; } .td-instagram-element a:before { content: ''; width: 94%; height: 94%; border: 1px solid #fff; opacity: 0; position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; -webkit-transition: opacity 0.3s ease 0s; -moz-transition: opacity 0.3s ease 0s; -o-transition: opacity 0.3s ease 0s; transition: opacity 0.3s ease 0s; } .td-instagram-element a:after { content: ''; width: 100%; height: 100%; opacity: 0; position: absolute; top: 0; left: 0; background-color: #fff; -webkit-transition: opacity 0.3s ease 0s; -moz-transition: opacity 0.3s ease 0s; -o-transition: opacity 0.3s ease 0s; transition: opacity 0.3s ease 0s; } .td-instagram-element:hover a:before { opacity: 0.4; } .td-instagram-element:hover a:after { opacity: 0.1; } .td-images-on-row-1 .td-instagram-element { width: 100%; } .td-images-on-row-2 .td-instagram-element { width: 50%; } .td-images-on-row-3 .td-instagram-element { width: 33.33333333%; } .td-images-on-row-4 .td-instagram-element { width: 25%; /* responsive portrait phone */ } @media (max-width: 767px) { .td-images-on-row-4 .td-instagram-element { width: 50%; } } .td-images-on-row-5 .td-instagram-element { width: 20%; /* responsive portrait phone */ } @media (max-width: 767px) { .td-images-on-row-5 .td-instagram-element { width: 50%; } } .td-images-on-row-6 .td-instagram-element { width: 16.66666667%; /* responsive portrait phone */ } @media (max-width: 767px) { .td-images-on-row-6 .td-instagram-element { width: 33.33333333%; } } .td-images-on-row-7 .td-instagram-element { width: 14.28571428571429%; /* responsive portrait phone */ } @media (max-width: 767px) { .td-images-on-row-7 .td-instagram-element { width: 50%; } } .td-images-on-row-8 .td-instagram-element { width: 12.5%; /* responsive portrait phone */ } @media (max-width: 767px) { .td-images-on-row-8 .td-instagram-element { width: 50%; } } .td-image-gap-2 { margin: 0 -2px; } .td-image-gap-2 .td-instagram-element { padding: 0 2px 4px; } .td-image-gap-5 { margin: 0 -5px; } .td-image-gap-5 .td-instagram-element { padding: 0 5px 10px; } .td_block_instagram .td-video-play-ico { pointer-events: none; } .td_block_instagram .td-instagram-element { /* responsive portrait phone */ } @media (max-width: 767px) { .td_block_instagram .td-instagram-element .td-video-play-ico img { width: 24px; } } .td-instagram-header { position: relative; margin-bottom: 16px; } .td-instagram-profile-image { width: 60px; height: 60px; border-radius: 60px; overflow: hidden; margin-right: 12px; float: left; } .td-instagram-meta { padding-top: 4px; font-size: 13px; color: #000; } .td-instagram-button { position: absolute; top: 14px; right: 0; padding: 8px 14px 9px; border: 1px solid #ededed; line-height: 1; font-size: 13px; color: #444; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s; } .td-instagram-button:hover { border-color: #ccc; text-decoration: none !important; } .td-instagram-user { font-size: 15px; font-weight: 600; } .td-instagram-user a { line-height: 26px; color: #4db2ec; } .td-instagram-user a:hover { text-decoration: none !important; } .td-instagram-followers span { font-weight: 600; } .td_block_instagram .td-column-1 .td-images-on-row-3 .td-video-play-ico img, .td_block_instagram .td-column-1 .td-images-on-row-4 .td-video-play-ico img, .td_block_instagram .td-column-1 .td-images-on-row-5 .td-video-play-ico img, .td_block_instagram .td-column-1 .td-images-on-row-6 .td-video-play-ico img, .td_block_instagram .td-column-1 .td-images-on-row-7 .td-video-play-ico img, .td_block_instagram .td-column-1 .td-images-on-row-8 .td-video-play-ico img { width: 24px; } .td_block_instagram .td-column-1 .td-instagram-button { /* responsive portrait tablet */ } @media (min-width: 768px) and (max-width: 1018px) { .td_block_instagram .td-column-1 .td-instagram-button { display: none; } } .td_block_instagram .td-column-2 .td-images-on-row-5 .td-video-play-ico img, .td_block_instagram .td-column-2 .td-images-on-row-6 .td-video-play-ico img, .td_block_instagram .td-column-2 .td-images-on-row-7 .td-video-play-ico img, .td_block_instagram .td-column-2 .td-images-on-row-8 .td-video-play-ico img { width: 24px; } .td_block_instagram .td-column-3 .td-images-on-row-7 .td-video-play-ico img, .td_block_instagram .td-column-3 .td-images-on-row-8 .td-video-play-ico img { width: 24px; } .td_block_instagram .td-instagram-user a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 100%; display: block; margin-right: 80px; } /* ---------------------------------------------------------------------------- Footer Instagram ---------------------------------------------------------------------------- */ .td-footer-instagram-container { padding-bottom: 0; } .td-footer-instagram-container .td_block_instagram { margin-bottom: 0; overflow: hidden; } .td-footer-instagram-container .td-footer-instagram-title { text-align: center; text-transform: uppercase; letter-spacing: 0.1em; font-size: 15px; margin: 0; padding-bottom: 10px; font-family: 'Open Sans', arial, sans-serif; } .td-footer-instagram-container .td-footer-instagram-title .td-footer-instagram-user-link { font-weight: 600; /* responsive portrait phone */ } @media (max-width: 767px) { .td-footer-instagram-container .td-footer-instagram-title .td-footer-instagram-user-link { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 100%; display: block; margin: 0 20px; } }
0.423935
0.070496
.submit_container { text-align: right; } .pika-row .pika-button { border-radius: 0; text-align: center; } .pika-table abbr { text-decoration: underline; } .event_list .row { display: flex; margin-bottom: 3px; } .event_list .row > span { margin-right: 5px; min-width: 145px; } .event_list .row button { margin-left: auto; } .event_page table th:not(:first-child) { font-weight: 100; font-size: 12px; text-align: center; padding: 3px; } .event_page .owner { font-weight: 800; } .event_page .event_date { float: right; } input[type="checkbox"] { width: 40px; height: 40px; -webkit-appearance: unset; appearance: unset; background: hsl(0, 0%, 96%); margin: 0px 0.5px -5px; outline: none; } input[type="checkbox"]:checked { background: #ecf5d6; } input[type="checkbox"]:checked:after { content: ''; display: block; position: relative; top: 10px; left: 17px; width: 10px; height: 17px; border: solid #83c33f; border-width: 0 3px 3px 0; transform: rotate(45deg); } .user-tr input[type="checkbox"]:before { content: ''; display: block; position: relative; width: 15px; height: 15px; top: 12.5px; border: 1px solid #d4d2d2; border-radius: 3px; background: white; left: 12.5px; } .user-tr input[type="checkbox"]:checked:after { top: -7px; } .event_page .table_container { overflow: scroll; margin-bottom: 10px; } .event_page td:first-child { padding-right: 10px; vertical-align: middle; max-width: 200px; overflow: hidden; line-height: 18px; } .event_page input.input { min-width: 125px; } .event_page td, .event_page th { width: 40px; } .event_page .check_count { text-align: center; color: green; font-size: 12px; } /* .tabs { position: fixed; z-index: 1000; background: white; width: 100%; } */ div.below-navbar { padding-top: 40px; } .tabs li a { padding: 1em 1em; } .tabs li:first-child { padding-left: 1em; padding-right: 1em; } .admin_page input.date.input { cursor: default; } .event_page td.spacer, .event_page th.spacer { width: 5px; } .github-image { width: 24px; height: 24px; } .tabs big > big > b { color: #a2a2a2; } .tabs li a { color: #212121; }
public/css/style.css
.submit_container { text-align: right; } .pika-row .pika-button { border-radius: 0; text-align: center; } .pika-table abbr { text-decoration: underline; } .event_list .row { display: flex; margin-bottom: 3px; } .event_list .row > span { margin-right: 5px; min-width: 145px; } .event_list .row button { margin-left: auto; } .event_page table th:not(:first-child) { font-weight: 100; font-size: 12px; text-align: center; padding: 3px; } .event_page .owner { font-weight: 800; } .event_page .event_date { float: right; } input[type="checkbox"] { width: 40px; height: 40px; -webkit-appearance: unset; appearance: unset; background: hsl(0, 0%, 96%); margin: 0px 0.5px -5px; outline: none; } input[type="checkbox"]:checked { background: #ecf5d6; } input[type="checkbox"]:checked:after { content: ''; display: block; position: relative; top: 10px; left: 17px; width: 10px; height: 17px; border: solid #83c33f; border-width: 0 3px 3px 0; transform: rotate(45deg); } .user-tr input[type="checkbox"]:before { content: ''; display: block; position: relative; width: 15px; height: 15px; top: 12.5px; border: 1px solid #d4d2d2; border-radius: 3px; background: white; left: 12.5px; } .user-tr input[type="checkbox"]:checked:after { top: -7px; } .event_page .table_container { overflow: scroll; margin-bottom: 10px; } .event_page td:first-child { padding-right: 10px; vertical-align: middle; max-width: 200px; overflow: hidden; line-height: 18px; } .event_page input.input { min-width: 125px; } .event_page td, .event_page th { width: 40px; } .event_page .check_count { text-align: center; color: green; font-size: 12px; } /* .tabs { position: fixed; z-index: 1000; background: white; width: 100%; } */ div.below-navbar { padding-top: 40px; } .tabs li a { padding: 1em 1em; } .tabs li:first-child { padding-left: 1em; padding-right: 1em; } .admin_page input.date.input { cursor: default; } .event_page td.spacer, .event_page th.spacer { width: 5px; } .github-image { width: 24px; height: 24px; } .tabs big > big > b { color: #a2a2a2; } .tabs li a { color: #212121; }
0.291888
0.097691
Group Intro ===========================================*/ #introduction:after { content: "\f042"; } .filter-options select { margin-right: 1em; } .group-list { overflow: hidden; margin: 10px 0 0 0; } .group-list .logo { float: left; max-width: 30px; padding: 3px; overflow: hidden; } .group-list .logo img { width: 100%; border-radius: 1px; -webkit-border-radius: 1px; -moz-border-radius: 1px; -webkit-box-shadow: 0 0 1px #000; -moz-box-shadow: 0 0 1px #000; box-shadow: 0 0 1px #000; } .group-list .details { } .group-list .details-w-logo { margin-left: 45px; } .group-list .details h3, .group-list .details-w-logo h3 { margin: 5px 0 0 0 !important; } .group-list .status { font-size: 10px; line-height: 10px; font-weight: bold; display: inline-block; background-color: #6a0; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; margin: 3px 0 0 0; padding: 2px 4px 3px 4px; color: #fff; white-space: nowrap; } .group-list .manager { background-color: #ff1177; } .group-list .not-published { background-color: #aaa; } #sbox-content .header { margin-top: 20px; } #sbox-content .header:first-child { margin-top: 0; } #sbox-content .header:first-child h2 { border-top: none; } #sbox-content .header h2 { margin: 0; padding: 5px 10px; background: #efefef; font-size: 1.5em; border-top: 1px solid #CCC; border-bottom: 1px solid #CCC; } #sbox-content .header p { margin: 0; padding: 5px 10px 0 10px; color: #777; } #sbox-content ul { border-top: 1px solid #efefef; border-bottom: 1px solid #efefef; margin: 10px 20px; padding: 0; list-style: none; } #sbox-content ul li { margin: 0; padding: 5px 0; } #sbox-content ul li a { float:right; } /* Group Browse */ /* Entries */ .groups-container { margin-top: 30px; display: flex; flex-wrap: wrap; } .groups-container:before, .groups-container:after { content: ""; display: table; line-height: 0; clear: left; } .groups-container * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .groups-container .group { display: block; display: flex; margin-bottom: 2em; background: #fff; position: relative; width: 100%; } .groups-container .group .group-contents { flex: 0 1 auto; width: 100%; display: flex; flex-direction: column; } .groups-container .group.notpublished, .groups-container .group.inactive { background: #f1f1f1; } .groups-container .group-contents { border: 1px solid rgba(0, 0, 0, 0.1); transition: all 0.3s ease; } .groups-container .group-contents:hover { border: 1px solid rgba(0, 0, 0, 0.3); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); } .groups-container .group-contents:hover .user-actions { opacity: 1; } .groups-container .group-details { padding: 1em; height: 6.7em; text-align: center; overflow: hidden; } .firefox .groups-container .group-details { height: 6.9em; } .groups-container img { height: 100%; } .groups-container .group-identity { display: block; overflow: hidden; border: none; position: relative; background: #f1f1f1; text-align: center; width: 80px; height: 80px; margin: 1.5em auto 0 auto; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } .groups-container .group-identity:hover { border: none; } .groups-container .group-identity>span { display: block; color: transparent; overflow: hidden; } .groups-container .group-identity>span:after { display: block; position: absolute; left: 0; top: 0; right: 0; content: "\f042"; font-family: "Fontcons"; font-size: 7em; line-height: 1.3em; color: #e1e1e1; } .groups-container .group-alias { color: #aaa; display: block; font-size: 85%; } .groups-container .group-title { display: block; font-size: 0.9rem; line-height: 1.2rem; height: 3.6rem; overflow: hidden; border: none; } /* Group member status */ .group-membership-status { border: 1px solid #ddd; background-color: #fff; color: #fff; padding: 0.1em 0.6em; text-transform: uppercase; border-radius: 0.25em; font-size: 0.75em; letter-spacing: 0.1em; display: block; position: absolute; top: 1rem; right: -0.3em; } .group-membership-status.member { border-color: #66AA00; color: #66AA00; } .group-membership-status.manager { border-color: #ff1177; color: #ff1177; } .group-membership-status.pending { border-color: #AA3300; color: #AA3300; } .group-membership-status.invitee { border-color: #aaaaaa; color: #aaaaaa; } /* Metadata */ .group-meta { background-color: rgba(0, 0, 0, 0.02); padding: 1em; color: #aaa; text-align: center; font-size: 85%; min-height: 6em; } .group-meta span { color: #666; display: block; } /* User actions */ .groups-container .user-actions { font-size: 1.4em; width: 1em; position: absolute; top: 1em; left: 1em; opacity: 0.5; -webkit-transition: opacity 0.2s ease; -moz-transition: opacity 0.2s ease; transition: opacity 0.2s ease; } .groups-container .user-actions a { display: block; width: 1em; height: 1em; overflow: hidden; border: none; margin: 0 0 0.5em 0; color: #ccc; background: transparent; padding: 0; } .groups-container .user-actions a:hover { color: #333; } .groups-container .user-actions .manage:before { font-family: "Fontcons"; content: "\f007"; } .groups-container .user-actions .customize:before { font-family: "Fontcons"; content: "\2699"; } .groups-container .user-actions .cancel:before { font-family: "Fontcons"; content: "\2716"; } .groups-container .user-actions .accept:before { font-family: "Fontcons"; content: "\2714"; } .groups-container .user-actions .delete:before { font-family: "Fontcons"; content: "\f014"; } .groups-container .user-actions a:before { margin-right: 2em; } /* No results */ .groups-container .results-none { max-width: 30em; margin: 90px auto; padding: 5em 0 0 0; text-align: center; position: relative; } .groups-container .results-none p { font-size: 1.5em; line-height: 1.8em; font-weight: 300; margin: 0 0 2em 0; } .groups-container .results-none:before { position: absolute; top: 0px; left: 50%; font-size: 5em; margin-left: -0.5em; content: "\2298"; font-family: "Fontcons"; color: rgba(0, 0, 0, 0.2); } @media (min-width: 40em) { .groups-container .group { float: left; width: 48.38709677419355%; margin-left: 3%; } .groups-container .group:first-child, .groups-container .group:nth-child(2n+1) { margin-left: 0; } } @media (min-width: 50em) { .groups-container .group, .groups-container .group:nth-child(2n+1) { width: 31.18279569892473%; margin-left: 3%; } .groups-container .group:nth-child(3n+1) { margin-left: 0; } } @media (min-width: 80em) { .groups-container .group, .groups-container .group:nth-child(2n+1), .groups-container .group:nth-child(3n+1) { width: 22.58064516129032%; margin-left: 3%; } .groups-container .group:nth-child(4n+1) { margin-left: 0; } } /* Responsive */ .container .js li { display: none; } .container .js li.option-select { display: block; } @media (min-width: 50em) { .container .js li { display: block; } .container .js li.option-select { display: none; } } /*=========================================== Unapproved Group =========================================== .group-unapproved { width:60%; margin:0 auto; padding:30px 0 50px 0; text-align:center; } .group-unapproved .name { font-size: 8em; text-align: center; color: #ddd; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9), 0 -1px 1px rgba(0, 0, 0, 0.2); margin: 0; padding: 0; line-height: 1.2em; font-family: 'ArvoRegular', Georgia, 'Times New Roman', 'Times', Serif; font-weight: normal; } .group-unapproved .description { display:block; font-size: 2em; text-align: center; color: #555; margin: 0; padding: 0; line-height: 1.2em; font-family: 'ArvoRegular', Georgia, 'Times New Roman', 'Times', Serif; font-weight: normal; } .group-unapproved .all-groups, .group-unapproved .my-groups { display:inline-block; padding:20px 0 0 0; } /*=========================================== View Group ===========================================*/ #content.com_members { padding: 0; } #page_container { margin: 0; padding: 0; } #page_sidebar { background: #e1e1e1; background: rgba(0, 0, 0, 0.1); } #page_main { position: relative; } /* Identity */ #page_identity { display: none; margin: 25px 25px 0 25px; padding: 0; position: relative; z-index: 305; line-height: 1em; border: none; } #page_identity a { display: block; min-width: 150px; max-width: 165px; text-align: center; -webkit-border-radius: 0.25em; -moz-border-radius: 0.25em; -ms-border-radius: 0.25em; -o-border-radius: 0.25em; border-radius: 0.25em; border: none; } #page_identity a:hover { border: none; } #page_identity img { max-width: 100%; max-height: 300px; -webkit-border-radius: 0.25em; -moz-border-radius: 0.25em; -ms-border-radius: 0.25em; -o-border-radius: 0.25em; border-radius: 0.25em; border: none; } /* Menu */ #page_menu { list-style: none; margin: 0; padding: 0; } #page_menu li { position: relative; margin: 0; padding: 0; border-bottom: 1px solid #eee; border-bottom: 1px solid rgba(255, 255, 255, 0.6); } #page_menu li:first-child { border-top: 1px solid #eee; } #page_menu li a, #page_menu li span { color: #888; position: relative; display: block; background-image: none; padding: 0.4em 2em 0.4em 3.5em; border: none; } #page_menu li .page { padding-left: 20px; } #page_menu li a:before, #page_menu li a:after, #page_menu li span:before, #page_menu li span:after { content: ""; position: absolute; left: 1.6em; top: 0.4em; width: 1em; height: 1em; font-size: 1.2em; font-family: 'Fontcons'; -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; background: none; speak: none; font-style: normal; font-weight: normal; } #page_menu li a:before, #page_menu li span:before { content: attr(data-icon); } #page_menu li.protected { -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=90)"; filter: alpha(opacity=90); opacity: 0.9; } #page_menu li.protected:after { content: "\f023"; position: absolute; right: 0.5em; top: 0.4em; width: 1em; height: 1em; font-size: 1.2em; font-family: 'Fontcons'; color: #999; -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=90)"; filter: alpha(opacity=90); opacity: 0.9; background: none; } #page_menu li a:hover { border-bottom: none; color: #444; } #page_menu li a:hover:before { -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; } #page_menu li.active { color: #eee; } #page_menu li.active>a { font-weight: 500; color: #eee; background: #555; background: rgba(0, 0, 0, 0.6); } #page_menu li.active>a:before { color: #FFF; } #page_menu li.active>a:hover { border: none; } #page_menu li.active:after { content: ""; position: absolute; top: 0px; right: -0.9em; z-index: 444; border-top: 1.175em solid transparent; border-right: none; border-bottom: 1.175em solid transparent; border-left: 1em solid #555; } #page_menu li .meta { position: absolute; right: 0.5em; top: 0.4em; padding: 0; } #page_menu li .meta .count { background: #e1e1e1; background: rgba(0, 0, 0, 0.1); text-shadow: 0 1px 1px #fff; font-size: 0.9em; line-height: 1.2; padding: 0.2em 0.4em; border-radius: 0.25em; } #page_menu li.active .meta .count { background: #aaa; color: #555; } #page_menu li .alrt, #page_menu li .alrt:hover { position: absolute; top: 10px; right: 33px; border: 1px solid #a62525; -webkit-box-shadow: 0 0 2px #aaa, inset 0 1px 2px #f47575; -moz-box-shadow: 0 0 2px #aaa, inset 0 1px 2px #f47575; box-shadow: 0 0 2px #aaa, inset 0 1px 2px #f47575; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; background: #ec1b1c; background-image: -webkit-linear-gradient(top, #ec1b1c, #bc2525); background-image: -moz-linear-gradient(top, #ec1b1c, #bc2525); background-image: -o-linear-gradient(top, #ec1b1c, #bc2525); background-image: -ms-linear-gradient(top, #ec1b1c, #bc2525); background-image: linear-gradient(top, #ec1b1c, #bc2525); padding: 0; height: 6px; width: 6px; color: #fff; font-size: 11px; font-weight: normal; line-height: 13px; z-index: 911; } #page_menu li.active .alrt, #page_menu li.active .alrt:hover { border: 1px solid #FFF; -webkit-box-shadow: 0 0 2px #666, inset 0 1px 2px #f47575; -moz-box-shadow: 0 0 2px #666, inset 0 1px 2px #f47575; box-shadow: 0 0 2px #666, inset 0 1px 2px #f47575; } #page_menu li .alrt:before { display: none; } #page_menu li .alrt span { position: relative; display: block; top: 15px; left: -9999px; min-width: 140px; max-width: 180px; padding: 5px 10px; border: 1px solid #a62525; -webkit-box-shadow: 0 0 3px #777; -moz-box-shadow: 0 0 3px #777; box-shadow: 0 0 3px #777; color: #777; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background: #FFF; } #page_menu li .alrt span:before { content: ""; position: absolute; top: -11px; left: 5px; width: 11px; height: 6px; background: url("/core/components/com_groups/site/assets/img/alert-arrow.png") no-repeat left bottom; z-index: 922; padding-top: 5px; } #page_menu li .alrt:hover span { left: -9px; } #page_menu li .alrt span h5 { background: #ec1b1c; background-image: -webkit-linear-gradient(top, #ec1b1c, #bc2525); background-image: -moz-linear-gradient(top, #ec1b1c, #bc2525); background-image: -o-linear-gradient(top, #ec1b1c, #bc2525); background-image: -ms-linear-gradient(top, #ec1b1c, #bc2525); background-image: linear-gradient(top, #ec1b1c, #bc2525); position: relative; padding: 5px 10px; margin: -5px -10px 5px -10px; color: #000; font-weight: bold; font-size: 12px; letter-spacing: 0; text-shadow: 0px 1px 1px #eb5f60; border-bottom: 1px solid #a62525; } #page_menu li ul { list-style: none; margin: 0 0 0 30px; position: relative; } #page_menu li ul:after { content: ""; width: 1px; background: #EEE; background: rgba(0, 0, 0, 0.1); position: absolute; top: 0; left: 0; bottom: 0; } #page_menu li ul li { margin: 0; padding: 0; border: none; } #page_menu li ul li:first-child { border-top: none; } #page_menu li ul li:last-child { border-bottom: none; } #page_menu li ul li.protected { padding-right: 30px; } #page_menu li ul li.protected:after { top: 3px; } #page_menu li ul li .page:before { content: ""; width: 0.8em; height: 1px; background: #EEE; background: rgba(0, 0, 0, 0.1); position: absolute; top: 45%; left: 0; } #page_menu li ul li a { padding-left: 20px; } #page_menu li.active ul li a { background: transparent; } #page_menu li ul li.active { background: none; font-weight: normal; } #page_menu li ul li.active > a { color: #555; font-weight: 500; background: transparent; } #page_menu li ul li.active a:before { color: #555; } #page_menu li ul li.active:after { background: none; border-bottom: none; border-left: none; } /* Page info */ #page_info { background: #eee; margin: 20px; display: none; } .group-info { border: 1px dashed #ccc; padding: 10px; -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); opacity: 0.7; -webkit-transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; -ms-transition: all .25s ease-in-out; transition: all .25s ease-in-out; } .group-info:hover { -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1.0; border: 1px solid #ccc; } .group-info ul { margin: 0; list-style: none; } .group-info ul li { margin: 0 0 10px 0; overflow: hidden; word-break: break-all; } .group-info ul li:last-child { margin: 0; } .group-info ul li .label { font-weight: bold; font-size: 11px; color: #444; display: block; } .group-info ul li .label:after { content: ": "; } /* Page header */ #page_header { display: block; padding: 25px 20px 5px 20px; margin-bottom: 5px; overflow: hidden; } #page_header h2 { float: left; color: #444; margin: 0px; border-bottom: 0px; line-height: 1em; padding: 0; } #page_header h2 a { border-bottom: 1px solid #f8f8f8; color: #444; } #page_header h2 a:hover { border-bottom: 1px solid #aaa; } #page_header .divider { float: left; color: #777; border: none; padding: 3px 15px 0 15px; } #page_header h3 { float: left; margin: 0; padding: 3px 0 0 0; color: #999; font-size: 16px; font-weight: 400; } #page_header .tags { clear: both; margin: 30px 0 0 0; padding: 0 0 0 15px; } #page_options { list-style: none; position: absolute; top: 20px; right: 20px; margin: 0; padding: 0; } #page_options li { margin: 0; padding: 0; } /* Group Options */ #group_options { list-style: none; margin: 1em 25px 0 25px; padding: 0; position: relative; } #group_options > li { text-align: center; margin: 1em 0 0 0; padding: 0; } /*#group_options .invited, #group_options .join, #group_options .request, #group_options .login { display: block; background: #e07a15; border-color: #a85e15; color: #FFF; text-shadow: none; } #group_options .invited:hover, #group_options .join:hover, #group_options .request:hover, #group_options .login:hover { background: #c66c13; } #group_options .pending, #group_options .inviteonly, #group_options .closed { display: block; background: #eee; border-color: #bbb; color: #777; text-shadow: none; } #page_options .pending { color: #A30; }*/ #group_options .btn-group { display: block; text-align: left; } #group_options .btn-group > a { width: 83%; } #group_options .btn-group > .btn { border-color: #000; background: #444; color: rgba(20,208,0,1.0); text-shadow: none; box-shadow: none; } #group_options .manager > a { color: #F17; } #group_options .dropdown-toggle:before { border-color: #FFF transparent transparent transparent; } .dropdown-menu li a:before { font-family: 'Fontcons'; padding-right: 0.2em; } .dropdown-menu li a.group-invite:before { content: '\271A'; } .dropdown-menu li a.group-edit:before { content: '\2699'; } .dropdown-menu li a.group-customize:before { content: '\270E'; } .dropdown-menu li a.group-pages:before { content: '\f016'; } .dropdown-menu li a.group-cancel:before { content: '\2298'; } .dropdown-menu li a.group-delete:before { content: '\f057'; } .dropdown-menu li a.logout:before { content: '\f08b'; } /* @media (max-width: 800px) { #page_identity { padding: 0; margin: 0; } #page_identity a { min-width: 6em; min-height: 6em; overflow: hidden; } #page_identity img { -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; } #group_options { margin: 0; } #group_options .login { margin: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } #group_options .btn-group>a:before { content: "\2699"; font-family: "Fontcons"; margin-right: 5em; } #group_options .btn-group>a { width: 2.8em; overflow: hidden; } #page_info { display: none; } #page_sidebar { width: 6em; min-width: 6em; } #page_menu { margin: 0; } #page_menu li { padding: 0; } #page_menu li ul li, #page_menu li ul { margin: 0; padding: 0; } #page_menu li a, #page_menu li span { text-indent: -66em; line-height: 6em; margin: 0; padding: 0; white-space: nowrap; text-align: center; position: relative; -webkit-transition: background 0.1s ease-in-out; -moz-transition: background 0.1s ease-in-out; transition: background 0.1s ease-in-out; } #page_menu li span.meta, #page_menu li span.count { text-indent: 0; line-height: 1.2; text-align: left; } #page_menu li a:before, #page_menu li span:before { text-indent: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; font-size: 2em; -webkit-font-smoothing: antialiased; text-align: center; } }*/ /* Page Notifications */ #page_notifications { margin: 0 20px; } #page_content { margin: 15px 20px; } #page_content h3.section-header { display: none; } #page_content .figure { display: inline-block; *display: inline; background: #fff; border: 1px solid #eaeaea; border-radius: 3px; max-width: 100%; } #page_content .figure a { border: none; display: block; padding: 0.5em; } #page_content .figure img { display: block; padding: 0; background: transparent; max-width: 100%; max-width: 600px\9; *max-width: 600px\9; } #page_content .figcaption { display: block; margin: 0; padding: 0.5em; background: #efefef; -webkit-border-radius: 0 2px 2px 0; -moz-border-radius: 0 2px 2px 0; -ms-border-radius: 0 2px 2px 0; -o-border-radius: 0 2px 2px 0; border-radius: 0 2px 2px 0; } /* Group Pages */ .group-page { position: relative; padding: 0 0 50px 0; } .group-page-toolbar { border-top: 1px solid #efefef; position: absolute; bottom: 0; left: 0; width: 100%; padding: 3px 0; } .group-page-toolbar span { color: #aaa; font-size: 11px; } .group-page-toolbar span a { color: #aaa; border: none; } .group-page-toolbar span a:hover { color: #555; border-bottom: 1px dotted #aaa; } .group-page-toolbar .modified { margin-left: 10px; } .group-page-toolbar .page-controls, .group-page-toolbar .page-controls > li { margin: 0; padding: 0; list-style: none; } .page-controls a { display: block; float: right; margin: 0 0 0 5px; border: none; width: 20px; height: 20px; } .page-controls a span { position: relative; display: inline-block; width: 20px; height: 20px; color: transparent; background: transparent; -webkit-transition: all 0.1s ease-in-out; } .page-controls a span:before { content: ''; font-family: 'Fontcons'; color: #aaa; text-align: center; position: absolute; top: 0px; left: 0; right: 0; } .group-page-toolbar .page-controls .edit span:before { content: '\270E'; } .group-page-toolbar .page-controls .home span:before { content: '\2302'; } .group-page-toolbar .page-controls .override span { right: 2px; } .group-page-toolbar .page-controls .override span:before { content: '\f059'; } .group-page-toolbar .page-controls .category { border: 1px solid #000; box-shadow: inset 0 0 1px #000; width: 10px; height: 10px; margin-top: 4px; } .page-controls a:hover span { background: #383838; } .page-controls a:hover span:before { color: #FFF; } body.group-page-preview { background: #FFF; padding: 10px; min-height: 200px; } /* Newer Version Notification */ .group-page-notice { margin: -20px -20px 0 -20px; padding: 20px 20px 20px 80px; background: #eff5ff; border: 1px solid #dae9ff; position: relative; } .group-page-notice:before { content: '\f05a'; position: absolute; left: 20px; top: 35px; font-family: 'Fontcons'; font-size: 48px; color: #4167a0; opacity: 0.25; } .group-page-notice h4 { margin: 0; color: #4167a0; font-size: 14px; } .group-page-notice p { color: #4167a0; margin: 5px 0 0 0; } .notice-error { background: #ffefef; border: 1px solid #ffdada; } .notice-error:before { content: '\2757'; color: #a04141; } .notice-error h4, .notice-error p { color: #a04141; } .notice-warning { background: #fffeef; border: 1px solid #fffeda; } .notice-warning:before { content: '\26A0'; color: #a09d41; } .notice-warning h4, .notice-warning p { color: #a09d41; } .notice-success { background: #effff0; border: 1px solid #daffdc; } .notice-success:before { content: '\f058'; color: #41a045; } .notice-success h4, .notice-success p { color: #41a045; } /*=========================================== Group Overview Page ===========================================*/ .group-content-header { position: relative; border-bottom: 1px solid #ddd; margin: 0 0 20px 0; } .group-content-header h3 { margin: 0; padding: 0 0 10px 0; text-transform: uppercase; letter-spacing: 0; font-weight: 400; color: #777; } .group-content-header-extra { position: absolute; top: 3px; right: 0; } .group-content-header-extra a { border: 1px solid #eee; padding: 3px 6px; font-size: 11px; color: #aaa; border-radius: 3px; } .group-content-header-extra a:hover { color: #777; background: #eee; border: 1px solid #ccc; box-shadow: 0 0 1px #aaa; } .group-content-header-extra a:active { box-shadow: inset 0 1px 1px #aaa; } #description, #member_browser { margin: 0 0 30px 0; padding: 0 0 0 100px; position: relative; min-height: 90px; color: #777; overflow: hidden; } #description:before, #member_browser:before { content: ''; position: absolute; top: 0; left: 10px; width: 70px; height: 70px; background: #efefef; border-radius: 35px; } #description:after, #member_browser:after { content: 'i'; position: absolute; top: 15px; left: 25px; width: 40px; height: 30px; padding-top: 10px; background: #333; border-radius: 20px; text-align: center; font-style: italic; font-weight: 400; font-size: 24px; font-family: 'Times New Roman'; color: #FFF; } #member_browser:after { font-style: normal; font-family: 'Fontcons'; font-size: 20px; content: '\f007'; padding-top: 12px; height: 28px; } .member_browser { overflow: hidden; } .member_browser .member { float: left; width: 27%; padding: 10px 1.5%; margin-right: 3%; border: none; border-radius: 5px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; height: 9em; overflow-y: auto; text-overflow: ellipsis; } .member_browser .member:hover { border: none; background: #f8f8f8; } .member_browser .member img { float: left; border: 1px solid #ccc; padding: 1px; margin: 0 10px 0 0; background: #FFF; width: 50px; } .member_browser .member .name { font-size: 1.2em; } .member_browser .member .org { display: block; font-size: 0.9em; color: #777; } @media screen and (min-width:1500px) { .member_browser .member { width: 20%; padding: 10px 1.5%; margin-right: 2%; } } @media screen and (min-width:750px) and (max-width:1300px) { .member_browser .member { width: 42%; padding: 10px 1.5%; margin-right: 5%; } } @media screen and (max-width:750px) { .member_browser .member { width: 95%; padding: 10px 2.5%; margin-right: 0; } } /*=========================================== Super Group Page ===========================================*/ /*=========================================== Group Edit Availability ===========================================*/ #hubForm .group_cn_label input { width: 75%; display: block; } .group_cn_label { position: relative; } .available, .not-available { position: absolute; color: #1f8a11; width: 20%; top: 60%; right: 0; font-weight: bold; padding-left: 15px; } .not-available { color: #8a1111; } .available:before, .not-available:before { content: '\f058'; font-family: 'Fontcons'; position: absolute; top: 6%; left: 0; width: 15px; height: 15px; color: #1f8a11; } .not-available:before { content: '\f057'; color: #8a1111; } /*=========================================== Group Customize ===========================================*/ #logo { height: 208px; width: 273px; background: url('/core/components/com_groups/site/assets/img/group_logo_preview.png') no-repeat 50% 50%; margin: 0; } #logo_picked { margin: 15px 0 0 15px; height: 73px; width: 180px; overflow: hidden; } #logo_picked img { max-height:73px; width:auto; -webkit-border-radius: 3px; -khtml-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 0 2px black; -moz-box-shadow: 0 0 2px #000; box-shadow: 0 0 2px black; } #hubForm p.side-by-side { width: 41%; float: left; padding: 2%; margin:0; margin:1em 0 1em 3%; border: 1px solid #ddd; background: #efefef; } .side-by-side:hover { border: 1px solid #CCC; background: #FFF; } .side-by-side:hover * { cursor:pointer; } #hubForm p.checked, #hubForm p.checked:hover { color: #FFFFFF; background-color: #1d4ea9; } #hubForm .side-by-side label { padding: 0px; } #hubForm .side-by-side input { width: 5%; } #access { list-style: none; margin: 0px; padding: 10px; background: #efefef url('/core/components/com_groups/site/assets/img/group_menu_preview.jpg') repeat-y top right; } .preview #access img { width:auto; } #hubForm #access li { font-size: 14px; color: #444; border-bottom: 1px dotted #ccc; overflow: hidden; margin: 0 20px 0 0; padding: 7px 0; list-style: none; } #access li span { } #hubForm #access li select { float: right; width: auto; } #hubForm .field-wrap ul { list-style-type: none; } .hide-left { position: absolute; left: -555em; } .preview { margin: 1.5em 2em; padding: 1em; border: 1px dashed #CCC; } .preview img { max-width: 100%; } .firefox .preview img { width: 100%; } /*=========================================== Group Pages ===========================================*/ .group-page-manager { /*position: relative;*/ } .group-page-manager #hubForm { /* border: 1px solid #666; */ z-index: 554; } .group-page-manager #hubForm ul { margin: auto; list-style-type: none; } .group-page-manager #hubForm p { margin: auto; } .group-page-manager #hubForm fieldset { padding: 0; margin: 0; border: 1px solid #ccc; } .group-page-manager #hubForm legend { float: none; margin: 0; } /* Page Manager Tabs */ .group-page-manager .tabs { margin: 0; padding: 0; list-style: none; display: none; z-index: 555; position: relative; } .group-page-manager .tabs li { float: left; margin: 0 2px 0 0; padding: 0; } .group-page-manager .tabs li a { display: block; position: relative; border-bottom: none; padding: 10px 20px; font-size: 12px; color: #aaa; border: 1px solid #ccc; border-bottom: none; top: 2px; } .group-page-manager .tabs li a:hover { background: #efefef; } .group-page-manager .tabs li a.current { top: 2px; border-bottom: 1px solid #efefef; background: #efefef; font-weight: bold; color: #666; } /* Toolbar */ .group-page-manager #hubForm .toolbar { background: #efefef; margin: 0; padding: 0; list-style: none; position: relative; height: 50px; } .group-page-manager #hubForm .toolbar li { margin: 0; padding: 0; } .group-page-manager #hubForm .toolbar .new { position: absolute; top: 10px; left: 10px; } .group-page-manager #hubForm .toolbar .search { position: absolute; top: 10px; right: 10px; left: 10px; margin-left: 360px; } .group-page-manager #hubForm .toolbar .filter { position: absolute; top: 11px; bottom: 13px; left: 120px; padding-left: 8px; border-left: 1px solid #aaa; } .group-page-manager #hubForm .toolbar .filter-search-divider { position: absolute; top: 15px; left: 340px; font-weight: bold; font-size: 14px; } .group-page-manager #hubForm .toolbar .filter select, .group-page-manager #hubForm .toolbar .filter .fs-dropdown { width: 200px; } .group-page-manager #hubForm .toolbar li input[type=text] { font-size: 11px; } .group-page-manager #hubForm .toolbar-modules .filter { left: 135px; } .group-page-manager #hubForm .toolbar-modules .filter-search-divider { left: 355px; } .group-page-manager #hubForm .toolbar-modules .search { margin-left: 375px; } /* Save/Reset Page Order */ .group-page-manager .page-order-actions { position: absolute; top: 5px; right: 0; z-index: 556; } .group-page-manager .page-order-actions button { margin-left: 5px } /* Fixed page manager toolbar */ .group-page-manager.pinned .tabs { position: fixed; top: 0; background: #FFF; } .group-page-manager.pinned #hubForm .toolbar { position: fixed; top: 44px; z-index: 9999; background: #efefef; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; } .group-page-manager.pinned .item-list { margin-top: 94px !important; } /* List */ .item-list { list-style: none; /*position: relative;*/ margin: 0; } .item-list > li { margin: 0 !important; padding: 0; } .item-list .ui-sortable-placeholder { border: 2px dashed #ccc !important; visibility: visible !important; min-height: 70px; } .item-list .mjs-nestedSortable-error { background: #F00; background: rgba(255,0,0,0.1); } .item-list ul { margin: 0 0 0 38px !important; padding: 0; list-style: none; position: relative; } .item-list ul:first-of-type:after { content: ""; width: 1px; background: #EEE; background: rgba(0, 0, 0, 0.1); position: absolute; top: 0; left: -18px; bottom: 36px; bottom: 0; } .item-list ul li { padding: 0; margin: 0 !important; position: relative; } .item-list ul li:after { content: ""; width: 16px; height: 1px; background: #EEE; background: rgba(0, 0, 0, 0.1); position: absolute; top: 35px; left: -17px; } .item-list .not-approved { background: #faf4f4; } .item-list .item-container { margin: -1px 0 0 0; padding: 15px 0 15px 55px; position: relative; min-height: 40px; background: #FFF; border-top: 1px solid #efefef; border-bottom: 1px solid #efefef; } .item-list .item-mover { position: absolute; top:0; left: 0; width: 35px; height: 70px; cursor: move; border-right: 1px solid #efefef; } .item-list .item-mover:before { content: ''; position: absolute; top: 50%; left: 50%; margin-top: -7px; margin-left: -10px; width: 20px; height: 15px; opacity: 0.5; background: url('/core/components/com_groups/site/assets/img/grabber.png') no-repeat 0 0; } .item-list .item-mover:hover { background: #efefef; } .item-list .item-mover:hover:before { opacity: 1; } .searching .item-list .item-mover, .filtering .item-list .item-mover { pointer-events: none; cursor: not-allowed } .item-list.pages .item-container { padding-left: 90px; border-left: 3px solid #ccc; } .item-list .item-container:before { content: '\f0f5'; font-family: 'Fontcons'; font-size: 30px; color: #ddd; position: absolute; top: 25px; left: 50px; } .item-list .root > .item-container { padding-left: 55px; border-left: none; } .item-list .root > .item-container:before { content: '\2302'; color: #A1A91B; } .item-list .root > .item-container:before { left: 15px; } .item-list li.no-results { color: #aaa; font-style: italic; padding: 0; margin: 20px !important; min-height: inherit; } .item-list li.no-results p { margin: 0; padding: 0; } .item-list li.no-results:before { display: none; } .item-list .item-title { font-weight: bold; } .item-list .item-sub { color: #aaa; font-weight: normal; font-size: 11px; } .item-list .item-approved { position: absolute; top: 25px; right: 500px; width: 120px; height: 15px; color: #ab1111; text-align: center; font-size: 11px; font-weight: bold; text-transform: uppercase; } .item-list .item-state { position: absolute; top: 25px; right: 250px; width: 25px; height: 25px; } .item-list .item-state .unpublished, .item-list .item-state .published { display: block; position: relative; color: transparent; text-decoration: none; border: none; } .item-list .item-state .unpublished:before, .item-list .item-state .published:before { content: '\2298'; position: absolute; left: 0; top: 0; right: 0; font-family: 'Fontcons'; font-size: 24px; text-align: center; color: #ca1b1b; } .item-list .item-state .published:before { content: '\2714'; color: #1d8f0e; } .item-list .item-state .unpublished:hover:before { color: #ab1717; } .item-list .item-state .published:hover:before { color: #166c0b; } .item-list .item-preview { position: absolute; top: 25px; right: 180px; width: 25px; height: 25px; } .item-list .item-preview a { display: block; position: relative; color: transparent; text-decoration: none; border: none; } .item-list .item-preview a:before { content: '\f002'; position: absolute; left: 0; top: 0; right: 0; font-family: 'Fontcons'; font-size: 24px; text-align: center; color: #ccc; } .item-list .item-preview a:hover:before { color: #aaa; } .item-list .item-controls { position: absolute; top: 20px; right: 20px; } .item-list .item-controls .dropdown-menu { margin: 0 !important; } .item-list .item-controls .dropdown-menu:after { display: none; } .item-list .item-controls .dropdown-menu li { margin: 0.5em 0 !important; } .item-list .item-controls .dropdown-menu li:after { display: none; } .item-list .item-controls .dropdown-menu li a { color: #333; } .item-list .item-controls .dropdown-menu:before, .group-page-controls .dropdown-menu:after { display: none; } .item-list .item-controls .dropdown-menu li a.icon-delete { color: #991111; } .item-list .item-controls .dropdown-menu li a:hover { color: #ffffff; text-decoration: none; background-color: #777; } /* Categories */ .item-list.categories .item-container:before { content: '\f115'; left: 15px; } .item-list .item-color { position: absolute; top: 25px; right: 400px; width: 25px; height: 25px; background: #F00; border: 1px solid #555; } /* Modules */ .item-list.modules .item-container:before { content: '\f02f'; left: 15px; } .item-list .item-position { position: absolute; top: 18px; right: 300px; width: 25px; height: 25px; font-weight: bold; line-height: 16px; } .item-list .item-position span { font-size: 0.7em; line-height: 0.7em; color: #aaa; text-transform: uppercase; } /* Loader */ .item-list-loader { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.8); display: none; } .item-list-loader:after { content: 'Reordering Pages...'; position: absolute; top: 45%; left: 0; right: 0; font-size: 24px; font-weight: 100; color: #fff; text-align: center; } .pages.rebuilding .item-list-loader { display: block; } /* Edit Page Styles */ .ckeditor-body { padding: 10px; min-width: inherit; } .edit-group-page .form-controls, .edit-group-module .form-controls { padding: 10px; margin-top: -1.7em; margin-bottom: 1.7em; background: #f0f0f0; border: 1px solid #E5E5E5; border-top: none; } .edit-group-page .form-controls .cancel, .edit-group-module .form-controls .cancel { display: inline-block; padding-top: 5px } .edit-group-page .form-controls .save, .edit-group-module .form-controls .save { float: right; } .edit-group-page .hide { display: none !important; } .form-controls .save .btn { border: 1px solid #2F96B4; border-right-color: #24748C; border-bottom-color: #24748C; } .form-controls .dropdown-toggle { height: auto !important; } .form-controls .dropdown-toggle:before { border-top-color: #FFF !important; } .form-controls .dropdown-menu { right: 0; left: auto; margin: 0 !important; } .form-controls .dropdown-menu li { margin: 0 !important; } .form-controls .dropdown-menu a:hover { background: #ccc; color: #444; } .form-controls .dropdown-menu a.active, .form-controls .dropdown-menu a.active:hover { background: #444; color: #FFF; cursor: default; } .form-controls .icon-apply:before { content: '\2714'; } .edit-group-page hr.divider { margin-bottom: 0; } /* Page Versions Visual */ .version-manager { background: #FFF; overflow: hidden; } .version-manager .toolbar { padding: 0.8em 1em; margin: 0 !important; background: #666; text-shadow: 0 -1px 1px #000; color: #ECECEC; } .version-manager.pinned .toolbar { position: fixed !important; border: none !important; z-index: 333 !important; top: 0 !important; } .version-manager.pinned .content { margin-top: 50px; } .toolbar .version-title { margin: 0 !important; background: #FFF; cursor: default; min-width: 150px; font-size: 16px; text-align: left; padding: 6px !important; } .toolbar .version-title:hover, .toolbar .version-title:focus { box-shadow: none; outline: none; } .toolbar .title { text-align: left; } .toolbar .controls { text-align: right; } .toolbar .version-jumpto { padding: 0.7em 1.82em 0.7em 0.91em; outline: none; -webkit-appearance: button; -moz-appearance: button; appearance: button; border-radius: 0; margin-right: -1px; margin-left: -1px; } .mozilla .version-jumpto { -webkit-appearance: normal; -moz-appearance: normal; appearance: normal; padding: 0.5em 0.91em; } .mozilla .version-jumpto-container:after { display: none; } .toolbar .version-jumpto-container { position: relative; display: inline-block; } .toolbar .version-jumpto-container:after { position: absolute; top: 5px; right: 8px; font-family: 'Fontcons'; content: '\f0dc'; font-size: 12px; color: #444; width: 10px; height: 15px; text-shadow: none; } .version { right: 0; border: 1px solid #E5E5E5; border-top: none; } .version.current { border: 1px solid #0FA1CA; border-top: none; } .version-metadata { margin: 0 !important; background: #efefef; border-bottom: 1px solid #DDD; display: none; } .version-metadata .col { padding: 10px; margin: 0; width: 25%; font-size: 11px; border-right: 1px solid #DDD; } .version-metadata .col:last-child { border-right: none; } .version-metadata .col span { font-weight: bold; display: block; font-size: 12px; } .version-metadata .col img { margin-right: 5px; } /* Version Content */ .version-content { padding: 10px; min-height: 200px; } .version-code { display: none } .version-code .diffs th { border: 1px solid #FFF; margin: 0; padding: 0.2em 0.8em; text-align: right; background-color: #EFEFEF; width: 30px } .version-code .diffs td { font-family: Consolas,Monaco,monospace; white-space: pre-wrap; width: 50%; } .version-code .diffs td[colspan] { width: auto; } .version-code .diffs td { border: 1px solid #FFF; } .version-code .diff-marker { width: 1em; background: #F9F9F9; text-align: center; display: none; } .version-code .diff-addedline { background-color: #E9FFE9; } .version-code .diff-addedline ins { background-color: #AFA; font-weight: bold; text-decoration: none; } .version-code .diff-deletedline { background-color: #FFE9E9; } .version-code .diff-deletedline del { background-color: #FAA; font-weight: bold; text-decoration: none; } /* Page Categories */ #field-category-color { position: relative; display: block; width: 150px !important; border-color: #ccc; border-right: 30px solid #ccc; } /* Edit Module */ fieldset.assignment { margin-top: 0 !important; margin-bottom: 0 !important; } fieldset.assignment label { padding: 1em 1em 0 1em !important; } /* Edit Group Page Styles */ .floating-iframe-col { position: relative; } .floating-iframe-container { position: absolute; width: 100%; right: 0px; top: 0px; } .floating-iframe-toggle { position: absolute; top: 50px; left: 0; width: 20px; height: 30px; background: #efefef; border: none; margin-left: -20px; box-shadow: -2px 0 2px rgba(0,0,0,0.4); } .floating-iframe-toggle:before { content: '\2039'; font-family: 'Fontcons'; font-size: 18px; position: absolute; top: 5px; left: 0; bottom: 0; right: 0; color: #777; text-align: center; } .floating-iframe { width: 100%; min-height: 500px; max-height: 700px; margin-top: 0.7em; position: absolute; right: 0; box-shadow: 0 0 5px rgba(0,0,0,0.7); } .floating-iframe-container { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .floating-iframe-container.hovered { width: 101%; } .floating-iframe-container.opened { width: 320%; } .floating-iframe-toggle:hover { border: none; } .floating-iframe-toggle:hover:before { color: #444; } .floating-iframe-toggle.opened:before { content: '\203A'; } /* Not Sure */ .com_groups .innerwrap { position: relative; } .com_groups #content-header { padding-right: 180px; } .com_groups #hubForm .grid { margin: 0; } .com_groups #hubForm .grid label { padding-left: 2em; padding-right: 2em; } /* Table styles on group page */ .group-page table, .group-page-preview table { border: none; } .group-page table th, .group-page table td, .group-page-preview table th, .group-page-preview table td { border: 1px solid #dadada; } #page-comments { border-top: 1px solid #ccc; background-image: linear-gradient(#f0f0f0, #f9f9f9); margin: 20px -21px 20px -20px; padding: 20px; } #page-comments .subject { padding-right: 0; } #page-comments .comment-voting { padding-top: 20px; } #page-comments .aside { display: none; } #page-comments p.info:first-child, #page-comments .post-comment-title:first-child { margin-top: 0; } #page-comments .post-comment-title { margin-top: 50px; } #page-comments .mark-key { } /* Responsive */ #page_menu li.option-select { padding: 0.75em 2em; } #page_menu.js li { display: none; } #page_menu.js li.option-select, #page_menu.js li.option-select select { display: block; } #page_menu.js li.option-select select { width: 100%; } @media (min-width: 40em) { #page_identity { display: block; } #page_container { display: table; table-layout: fixed; } #page_sidebar { display: table-cell; width: 215px; min-width: 215px; vertical-align: top; } #page_main { z-index: 555; display: table-cell; vertical-align: top; width: 100%; /*position: static;*/ } #page_menu { margin: 25px 0; } #page_menu.js li { display: block; } #page_menu.js li.option-select { display: none; } #page_info { display: block; } }
core/components/com_groups/site/assets/css/groups.css
Group Intro ===========================================*/ #introduction:after { content: "\f042"; } .filter-options select { margin-right: 1em; } .group-list { overflow: hidden; margin: 10px 0 0 0; } .group-list .logo { float: left; max-width: 30px; padding: 3px; overflow: hidden; } .group-list .logo img { width: 100%; border-radius: 1px; -webkit-border-radius: 1px; -moz-border-radius: 1px; -webkit-box-shadow: 0 0 1px #000; -moz-box-shadow: 0 0 1px #000; box-shadow: 0 0 1px #000; } .group-list .details { } .group-list .details-w-logo { margin-left: 45px; } .group-list .details h3, .group-list .details-w-logo h3 { margin: 5px 0 0 0 !important; } .group-list .status { font-size: 10px; line-height: 10px; font-weight: bold; display: inline-block; background-color: #6a0; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; margin: 3px 0 0 0; padding: 2px 4px 3px 4px; color: #fff; white-space: nowrap; } .group-list .manager { background-color: #ff1177; } .group-list .not-published { background-color: #aaa; } #sbox-content .header { margin-top: 20px; } #sbox-content .header:first-child { margin-top: 0; } #sbox-content .header:first-child h2 { border-top: none; } #sbox-content .header h2 { margin: 0; padding: 5px 10px; background: #efefef; font-size: 1.5em; border-top: 1px solid #CCC; border-bottom: 1px solid #CCC; } #sbox-content .header p { margin: 0; padding: 5px 10px 0 10px; color: #777; } #sbox-content ul { border-top: 1px solid #efefef; border-bottom: 1px solid #efefef; margin: 10px 20px; padding: 0; list-style: none; } #sbox-content ul li { margin: 0; padding: 5px 0; } #sbox-content ul li a { float:right; } /* Group Browse */ /* Entries */ .groups-container { margin-top: 30px; display: flex; flex-wrap: wrap; } .groups-container:before, .groups-container:after { content: ""; display: table; line-height: 0; clear: left; } .groups-container * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .groups-container .group { display: block; display: flex; margin-bottom: 2em; background: #fff; position: relative; width: 100%; } .groups-container .group .group-contents { flex: 0 1 auto; width: 100%; display: flex; flex-direction: column; } .groups-container .group.notpublished, .groups-container .group.inactive { background: #f1f1f1; } .groups-container .group-contents { border: 1px solid rgba(0, 0, 0, 0.1); transition: all 0.3s ease; } .groups-container .group-contents:hover { border: 1px solid rgba(0, 0, 0, 0.3); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); } .groups-container .group-contents:hover .user-actions { opacity: 1; } .groups-container .group-details { padding: 1em; height: 6.7em; text-align: center; overflow: hidden; } .firefox .groups-container .group-details { height: 6.9em; } .groups-container img { height: 100%; } .groups-container .group-identity { display: block; overflow: hidden; border: none; position: relative; background: #f1f1f1; text-align: center; width: 80px; height: 80px; margin: 1.5em auto 0 auto; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } .groups-container .group-identity:hover { border: none; } .groups-container .group-identity>span { display: block; color: transparent; overflow: hidden; } .groups-container .group-identity>span:after { display: block; position: absolute; left: 0; top: 0; right: 0; content: "\f042"; font-family: "Fontcons"; font-size: 7em; line-height: 1.3em; color: #e1e1e1; } .groups-container .group-alias { color: #aaa; display: block; font-size: 85%; } .groups-container .group-title { display: block; font-size: 0.9rem; line-height: 1.2rem; height: 3.6rem; overflow: hidden; border: none; } /* Group member status */ .group-membership-status { border: 1px solid #ddd; background-color: #fff; color: #fff; padding: 0.1em 0.6em; text-transform: uppercase; border-radius: 0.25em; font-size: 0.75em; letter-spacing: 0.1em; display: block; position: absolute; top: 1rem; right: -0.3em; } .group-membership-status.member { border-color: #66AA00; color: #66AA00; } .group-membership-status.manager { border-color: #ff1177; color: #ff1177; } .group-membership-status.pending { border-color: #AA3300; color: #AA3300; } .group-membership-status.invitee { border-color: #aaaaaa; color: #aaaaaa; } /* Metadata */ .group-meta { background-color: rgba(0, 0, 0, 0.02); padding: 1em; color: #aaa; text-align: center; font-size: 85%; min-height: 6em; } .group-meta span { color: #666; display: block; } /* User actions */ .groups-container .user-actions { font-size: 1.4em; width: 1em; position: absolute; top: 1em; left: 1em; opacity: 0.5; -webkit-transition: opacity 0.2s ease; -moz-transition: opacity 0.2s ease; transition: opacity 0.2s ease; } .groups-container .user-actions a { display: block; width: 1em; height: 1em; overflow: hidden; border: none; margin: 0 0 0.5em 0; color: #ccc; background: transparent; padding: 0; } .groups-container .user-actions a:hover { color: #333; } .groups-container .user-actions .manage:before { font-family: "Fontcons"; content: "\f007"; } .groups-container .user-actions .customize:before { font-family: "Fontcons"; content: "\2699"; } .groups-container .user-actions .cancel:before { font-family: "Fontcons"; content: "\2716"; } .groups-container .user-actions .accept:before { font-family: "Fontcons"; content: "\2714"; } .groups-container .user-actions .delete:before { font-family: "Fontcons"; content: "\f014"; } .groups-container .user-actions a:before { margin-right: 2em; } /* No results */ .groups-container .results-none { max-width: 30em; margin: 90px auto; padding: 5em 0 0 0; text-align: center; position: relative; } .groups-container .results-none p { font-size: 1.5em; line-height: 1.8em; font-weight: 300; margin: 0 0 2em 0; } .groups-container .results-none:before { position: absolute; top: 0px; left: 50%; font-size: 5em; margin-left: -0.5em; content: "\2298"; font-family: "Fontcons"; color: rgba(0, 0, 0, 0.2); } @media (min-width: 40em) { .groups-container .group { float: left; width: 48.38709677419355%; margin-left: 3%; } .groups-container .group:first-child, .groups-container .group:nth-child(2n+1) { margin-left: 0; } } @media (min-width: 50em) { .groups-container .group, .groups-container .group:nth-child(2n+1) { width: 31.18279569892473%; margin-left: 3%; } .groups-container .group:nth-child(3n+1) { margin-left: 0; } } @media (min-width: 80em) { .groups-container .group, .groups-container .group:nth-child(2n+1), .groups-container .group:nth-child(3n+1) { width: 22.58064516129032%; margin-left: 3%; } .groups-container .group:nth-child(4n+1) { margin-left: 0; } } /* Responsive */ .container .js li { display: none; } .container .js li.option-select { display: block; } @media (min-width: 50em) { .container .js li { display: block; } .container .js li.option-select { display: none; } } /*=========================================== Unapproved Group =========================================== .group-unapproved { width:60%; margin:0 auto; padding:30px 0 50px 0; text-align:center; } .group-unapproved .name { font-size: 8em; text-align: center; color: #ddd; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9), 0 -1px 1px rgba(0, 0, 0, 0.2); margin: 0; padding: 0; line-height: 1.2em; font-family: 'ArvoRegular', Georgia, 'Times New Roman', 'Times', Serif; font-weight: normal; } .group-unapproved .description { display:block; font-size: 2em; text-align: center; color: #555; margin: 0; padding: 0; line-height: 1.2em; font-family: 'ArvoRegular', Georgia, 'Times New Roman', 'Times', Serif; font-weight: normal; } .group-unapproved .all-groups, .group-unapproved .my-groups { display:inline-block; padding:20px 0 0 0; } /*=========================================== View Group ===========================================*/ #content.com_members { padding: 0; } #page_container { margin: 0; padding: 0; } #page_sidebar { background: #e1e1e1; background: rgba(0, 0, 0, 0.1); } #page_main { position: relative; } /* Identity */ #page_identity { display: none; margin: 25px 25px 0 25px; padding: 0; position: relative; z-index: 305; line-height: 1em; border: none; } #page_identity a { display: block; min-width: 150px; max-width: 165px; text-align: center; -webkit-border-radius: 0.25em; -moz-border-radius: 0.25em; -ms-border-radius: 0.25em; -o-border-radius: 0.25em; border-radius: 0.25em; border: none; } #page_identity a:hover { border: none; } #page_identity img { max-width: 100%; max-height: 300px; -webkit-border-radius: 0.25em; -moz-border-radius: 0.25em; -ms-border-radius: 0.25em; -o-border-radius: 0.25em; border-radius: 0.25em; border: none; } /* Menu */ #page_menu { list-style: none; margin: 0; padding: 0; } #page_menu li { position: relative; margin: 0; padding: 0; border-bottom: 1px solid #eee; border-bottom: 1px solid rgba(255, 255, 255, 0.6); } #page_menu li:first-child { border-top: 1px solid #eee; } #page_menu li a, #page_menu li span { color: #888; position: relative; display: block; background-image: none; padding: 0.4em 2em 0.4em 3.5em; border: none; } #page_menu li .page { padding-left: 20px; } #page_menu li a:before, #page_menu li a:after, #page_menu li span:before, #page_menu li span:after { content: ""; position: absolute; left: 1.6em; top: 0.4em; width: 1em; height: 1em; font-size: 1.2em; font-family: 'Fontcons'; -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; background: none; speak: none; font-style: normal; font-weight: normal; } #page_menu li a:before, #page_menu li span:before { content: attr(data-icon); } #page_menu li.protected { -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=90)"; filter: alpha(opacity=90); opacity: 0.9; } #page_menu li.protected:after { content: "\f023"; position: absolute; right: 0.5em; top: 0.4em; width: 1em; height: 1em; font-size: 1.2em; font-family: 'Fontcons'; color: #999; -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=90)"; filter: alpha(opacity=90); opacity: 0.9; background: none; } #page_menu li a:hover { border-bottom: none; color: #444; } #page_menu li a:hover:before { -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; } #page_menu li.active { color: #eee; } #page_menu li.active>a { font-weight: 500; color: #eee; background: #555; background: rgba(0, 0, 0, 0.6); } #page_menu li.active>a:before { color: #FFF; } #page_menu li.active>a:hover { border: none; } #page_menu li.active:after { content: ""; position: absolute; top: 0px; right: -0.9em; z-index: 444; border-top: 1.175em solid transparent; border-right: none; border-bottom: 1.175em solid transparent; border-left: 1em solid #555; } #page_menu li .meta { position: absolute; right: 0.5em; top: 0.4em; padding: 0; } #page_menu li .meta .count { background: #e1e1e1; background: rgba(0, 0, 0, 0.1); text-shadow: 0 1px 1px #fff; font-size: 0.9em; line-height: 1.2; padding: 0.2em 0.4em; border-radius: 0.25em; } #page_menu li.active .meta .count { background: #aaa; color: #555; } #page_menu li .alrt, #page_menu li .alrt:hover { position: absolute; top: 10px; right: 33px; border: 1px solid #a62525; -webkit-box-shadow: 0 0 2px #aaa, inset 0 1px 2px #f47575; -moz-box-shadow: 0 0 2px #aaa, inset 0 1px 2px #f47575; box-shadow: 0 0 2px #aaa, inset 0 1px 2px #f47575; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; background: #ec1b1c; background-image: -webkit-linear-gradient(top, #ec1b1c, #bc2525); background-image: -moz-linear-gradient(top, #ec1b1c, #bc2525); background-image: -o-linear-gradient(top, #ec1b1c, #bc2525); background-image: -ms-linear-gradient(top, #ec1b1c, #bc2525); background-image: linear-gradient(top, #ec1b1c, #bc2525); padding: 0; height: 6px; width: 6px; color: #fff; font-size: 11px; font-weight: normal; line-height: 13px; z-index: 911; } #page_menu li.active .alrt, #page_menu li.active .alrt:hover { border: 1px solid #FFF; -webkit-box-shadow: 0 0 2px #666, inset 0 1px 2px #f47575; -moz-box-shadow: 0 0 2px #666, inset 0 1px 2px #f47575; box-shadow: 0 0 2px #666, inset 0 1px 2px #f47575; } #page_menu li .alrt:before { display: none; } #page_menu li .alrt span { position: relative; display: block; top: 15px; left: -9999px; min-width: 140px; max-width: 180px; padding: 5px 10px; border: 1px solid #a62525; -webkit-box-shadow: 0 0 3px #777; -moz-box-shadow: 0 0 3px #777; box-shadow: 0 0 3px #777; color: #777; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background: #FFF; } #page_menu li .alrt span:before { content: ""; position: absolute; top: -11px; left: 5px; width: 11px; height: 6px; background: url("/core/components/com_groups/site/assets/img/alert-arrow.png") no-repeat left bottom; z-index: 922; padding-top: 5px; } #page_menu li .alrt:hover span { left: -9px; } #page_menu li .alrt span h5 { background: #ec1b1c; background-image: -webkit-linear-gradient(top, #ec1b1c, #bc2525); background-image: -moz-linear-gradient(top, #ec1b1c, #bc2525); background-image: -o-linear-gradient(top, #ec1b1c, #bc2525); background-image: -ms-linear-gradient(top, #ec1b1c, #bc2525); background-image: linear-gradient(top, #ec1b1c, #bc2525); position: relative; padding: 5px 10px; margin: -5px -10px 5px -10px; color: #000; font-weight: bold; font-size: 12px; letter-spacing: 0; text-shadow: 0px 1px 1px #eb5f60; border-bottom: 1px solid #a62525; } #page_menu li ul { list-style: none; margin: 0 0 0 30px; position: relative; } #page_menu li ul:after { content: ""; width: 1px; background: #EEE; background: rgba(0, 0, 0, 0.1); position: absolute; top: 0; left: 0; bottom: 0; } #page_menu li ul li { margin: 0; padding: 0; border: none; } #page_menu li ul li:first-child { border-top: none; } #page_menu li ul li:last-child { border-bottom: none; } #page_menu li ul li.protected { padding-right: 30px; } #page_menu li ul li.protected:after { top: 3px; } #page_menu li ul li .page:before { content: ""; width: 0.8em; height: 1px; background: #EEE; background: rgba(0, 0, 0, 0.1); position: absolute; top: 45%; left: 0; } #page_menu li ul li a { padding-left: 20px; } #page_menu li.active ul li a { background: transparent; } #page_menu li ul li.active { background: none; font-weight: normal; } #page_menu li ul li.active > a { color: #555; font-weight: 500; background: transparent; } #page_menu li ul li.active a:before { color: #555; } #page_menu li ul li.active:after { background: none; border-bottom: none; border-left: none; } /* Page info */ #page_info { background: #eee; margin: 20px; display: none; } .group-info { border: 1px dashed #ccc; padding: 10px; -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); opacity: 0.7; -webkit-transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; -ms-transition: all .25s ease-in-out; transition: all .25s ease-in-out; } .group-info:hover { -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1.0; border: 1px solid #ccc; } .group-info ul { margin: 0; list-style: none; } .group-info ul li { margin: 0 0 10px 0; overflow: hidden; word-break: break-all; } .group-info ul li:last-child { margin: 0; } .group-info ul li .label { font-weight: bold; font-size: 11px; color: #444; display: block; } .group-info ul li .label:after { content: ": "; } /* Page header */ #page_header { display: block; padding: 25px 20px 5px 20px; margin-bottom: 5px; overflow: hidden; } #page_header h2 { float: left; color: #444; margin: 0px; border-bottom: 0px; line-height: 1em; padding: 0; } #page_header h2 a { border-bottom: 1px solid #f8f8f8; color: #444; } #page_header h2 a:hover { border-bottom: 1px solid #aaa; } #page_header .divider { float: left; color: #777; border: none; padding: 3px 15px 0 15px; } #page_header h3 { float: left; margin: 0; padding: 3px 0 0 0; color: #999; font-size: 16px; font-weight: 400; } #page_header .tags { clear: both; margin: 30px 0 0 0; padding: 0 0 0 15px; } #page_options { list-style: none; position: absolute; top: 20px; right: 20px; margin: 0; padding: 0; } #page_options li { margin: 0; padding: 0; } /* Group Options */ #group_options { list-style: none; margin: 1em 25px 0 25px; padding: 0; position: relative; } #group_options > li { text-align: center; margin: 1em 0 0 0; padding: 0; } /*#group_options .invited, #group_options .join, #group_options .request, #group_options .login { display: block; background: #e07a15; border-color: #a85e15; color: #FFF; text-shadow: none; } #group_options .invited:hover, #group_options .join:hover, #group_options .request:hover, #group_options .login:hover { background: #c66c13; } #group_options .pending, #group_options .inviteonly, #group_options .closed { display: block; background: #eee; border-color: #bbb; color: #777; text-shadow: none; } #page_options .pending { color: #A30; }*/ #group_options .btn-group { display: block; text-align: left; } #group_options .btn-group > a { width: 83%; } #group_options .btn-group > .btn { border-color: #000; background: #444; color: rgba(20,208,0,1.0); text-shadow: none; box-shadow: none; } #group_options .manager > a { color: #F17; } #group_options .dropdown-toggle:before { border-color: #FFF transparent transparent transparent; } .dropdown-menu li a:before { font-family: 'Fontcons'; padding-right: 0.2em; } .dropdown-menu li a.group-invite:before { content: '\271A'; } .dropdown-menu li a.group-edit:before { content: '\2699'; } .dropdown-menu li a.group-customize:before { content: '\270E'; } .dropdown-menu li a.group-pages:before { content: '\f016'; } .dropdown-menu li a.group-cancel:before { content: '\2298'; } .dropdown-menu li a.group-delete:before { content: '\f057'; } .dropdown-menu li a.logout:before { content: '\f08b'; } /* @media (max-width: 800px) { #page_identity { padding: 0; margin: 0; } #page_identity a { min-width: 6em; min-height: 6em; overflow: hidden; } #page_identity img { -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; } #group_options { margin: 0; } #group_options .login { margin: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } #group_options .btn-group>a:before { content: "\2699"; font-family: "Fontcons"; margin-right: 5em; } #group_options .btn-group>a { width: 2.8em; overflow: hidden; } #page_info { display: none; } #page_sidebar { width: 6em; min-width: 6em; } #page_menu { margin: 0; } #page_menu li { padding: 0; } #page_menu li ul li, #page_menu li ul { margin: 0; padding: 0; } #page_menu li a, #page_menu li span { text-indent: -66em; line-height: 6em; margin: 0; padding: 0; white-space: nowrap; text-align: center; position: relative; -webkit-transition: background 0.1s ease-in-out; -moz-transition: background 0.1s ease-in-out; transition: background 0.1s ease-in-out; } #page_menu li span.meta, #page_menu li span.count { text-indent: 0; line-height: 1.2; text-align: left; } #page_menu li a:before, #page_menu li span:before { text-indent: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; font-size: 2em; -webkit-font-smoothing: antialiased; text-align: center; } }*/ /* Page Notifications */ #page_notifications { margin: 0 20px; } #page_content { margin: 15px 20px; } #page_content h3.section-header { display: none; } #page_content .figure { display: inline-block; *display: inline; background: #fff; border: 1px solid #eaeaea; border-radius: 3px; max-width: 100%; } #page_content .figure a { border: none; display: block; padding: 0.5em; } #page_content .figure img { display: block; padding: 0; background: transparent; max-width: 100%; max-width: 600px\9; *max-width: 600px\9; } #page_content .figcaption { display: block; margin: 0; padding: 0.5em; background: #efefef; -webkit-border-radius: 0 2px 2px 0; -moz-border-radius: 0 2px 2px 0; -ms-border-radius: 0 2px 2px 0; -o-border-radius: 0 2px 2px 0; border-radius: 0 2px 2px 0; } /* Group Pages */ .group-page { position: relative; padding: 0 0 50px 0; } .group-page-toolbar { border-top: 1px solid #efefef; position: absolute; bottom: 0; left: 0; width: 100%; padding: 3px 0; } .group-page-toolbar span { color: #aaa; font-size: 11px; } .group-page-toolbar span a { color: #aaa; border: none; } .group-page-toolbar span a:hover { color: #555; border-bottom: 1px dotted #aaa; } .group-page-toolbar .modified { margin-left: 10px; } .group-page-toolbar .page-controls, .group-page-toolbar .page-controls > li { margin: 0; padding: 0; list-style: none; } .page-controls a { display: block; float: right; margin: 0 0 0 5px; border: none; width: 20px; height: 20px; } .page-controls a span { position: relative; display: inline-block; width: 20px; height: 20px; color: transparent; background: transparent; -webkit-transition: all 0.1s ease-in-out; } .page-controls a span:before { content: ''; font-family: 'Fontcons'; color: #aaa; text-align: center; position: absolute; top: 0px; left: 0; right: 0; } .group-page-toolbar .page-controls .edit span:before { content: '\270E'; } .group-page-toolbar .page-controls .home span:before { content: '\2302'; } .group-page-toolbar .page-controls .override span { right: 2px; } .group-page-toolbar .page-controls .override span:before { content: '\f059'; } .group-page-toolbar .page-controls .category { border: 1px solid #000; box-shadow: inset 0 0 1px #000; width: 10px; height: 10px; margin-top: 4px; } .page-controls a:hover span { background: #383838; } .page-controls a:hover span:before { color: #FFF; } body.group-page-preview { background: #FFF; padding: 10px; min-height: 200px; } /* Newer Version Notification */ .group-page-notice { margin: -20px -20px 0 -20px; padding: 20px 20px 20px 80px; background: #eff5ff; border: 1px solid #dae9ff; position: relative; } .group-page-notice:before { content: '\f05a'; position: absolute; left: 20px; top: 35px; font-family: 'Fontcons'; font-size: 48px; color: #4167a0; opacity: 0.25; } .group-page-notice h4 { margin: 0; color: #4167a0; font-size: 14px; } .group-page-notice p { color: #4167a0; margin: 5px 0 0 0; } .notice-error { background: #ffefef; border: 1px solid #ffdada; } .notice-error:before { content: '\2757'; color: #a04141; } .notice-error h4, .notice-error p { color: #a04141; } .notice-warning { background: #fffeef; border: 1px solid #fffeda; } .notice-warning:before { content: '\26A0'; color: #a09d41; } .notice-warning h4, .notice-warning p { color: #a09d41; } .notice-success { background: #effff0; border: 1px solid #daffdc; } .notice-success:before { content: '\f058'; color: #41a045; } .notice-success h4, .notice-success p { color: #41a045; } /*=========================================== Group Overview Page ===========================================*/ .group-content-header { position: relative; border-bottom: 1px solid #ddd; margin: 0 0 20px 0; } .group-content-header h3 { margin: 0; padding: 0 0 10px 0; text-transform: uppercase; letter-spacing: 0; font-weight: 400; color: #777; } .group-content-header-extra { position: absolute; top: 3px; right: 0; } .group-content-header-extra a { border: 1px solid #eee; padding: 3px 6px; font-size: 11px; color: #aaa; border-radius: 3px; } .group-content-header-extra a:hover { color: #777; background: #eee; border: 1px solid #ccc; box-shadow: 0 0 1px #aaa; } .group-content-header-extra a:active { box-shadow: inset 0 1px 1px #aaa; } #description, #member_browser { margin: 0 0 30px 0; padding: 0 0 0 100px; position: relative; min-height: 90px; color: #777; overflow: hidden; } #description:before, #member_browser:before { content: ''; position: absolute; top: 0; left: 10px; width: 70px; height: 70px; background: #efefef; border-radius: 35px; } #description:after, #member_browser:after { content: 'i'; position: absolute; top: 15px; left: 25px; width: 40px; height: 30px; padding-top: 10px; background: #333; border-radius: 20px; text-align: center; font-style: italic; font-weight: 400; font-size: 24px; font-family: 'Times New Roman'; color: #FFF; } #member_browser:after { font-style: normal; font-family: 'Fontcons'; font-size: 20px; content: '\f007'; padding-top: 12px; height: 28px; } .member_browser { overflow: hidden; } .member_browser .member { float: left; width: 27%; padding: 10px 1.5%; margin-right: 3%; border: none; border-radius: 5px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; height: 9em; overflow-y: auto; text-overflow: ellipsis; } .member_browser .member:hover { border: none; background: #f8f8f8; } .member_browser .member img { float: left; border: 1px solid #ccc; padding: 1px; margin: 0 10px 0 0; background: #FFF; width: 50px; } .member_browser .member .name { font-size: 1.2em; } .member_browser .member .org { display: block; font-size: 0.9em; color: #777; } @media screen and (min-width:1500px) { .member_browser .member { width: 20%; padding: 10px 1.5%; margin-right: 2%; } } @media screen and (min-width:750px) and (max-width:1300px) { .member_browser .member { width: 42%; padding: 10px 1.5%; margin-right: 5%; } } @media screen and (max-width:750px) { .member_browser .member { width: 95%; padding: 10px 2.5%; margin-right: 0; } } /*=========================================== Super Group Page ===========================================*/ /*=========================================== Group Edit Availability ===========================================*/ #hubForm .group_cn_label input { width: 75%; display: block; } .group_cn_label { position: relative; } .available, .not-available { position: absolute; color: #1f8a11; width: 20%; top: 60%; right: 0; font-weight: bold; padding-left: 15px; } .not-available { color: #8a1111; } .available:before, .not-available:before { content: '\f058'; font-family: 'Fontcons'; position: absolute; top: 6%; left: 0; width: 15px; height: 15px; color: #1f8a11; } .not-available:before { content: '\f057'; color: #8a1111; } /*=========================================== Group Customize ===========================================*/ #logo { height: 208px; width: 273px; background: url('/core/components/com_groups/site/assets/img/group_logo_preview.png') no-repeat 50% 50%; margin: 0; } #logo_picked { margin: 15px 0 0 15px; height: 73px; width: 180px; overflow: hidden; } #logo_picked img { max-height:73px; width:auto; -webkit-border-radius: 3px; -khtml-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 0 2px black; -moz-box-shadow: 0 0 2px #000; box-shadow: 0 0 2px black; } #hubForm p.side-by-side { width: 41%; float: left; padding: 2%; margin:0; margin:1em 0 1em 3%; border: 1px solid #ddd; background: #efefef; } .side-by-side:hover { border: 1px solid #CCC; background: #FFF; } .side-by-side:hover * { cursor:pointer; } #hubForm p.checked, #hubForm p.checked:hover { color: #FFFFFF; background-color: #1d4ea9; } #hubForm .side-by-side label { padding: 0px; } #hubForm .side-by-side input { width: 5%; } #access { list-style: none; margin: 0px; padding: 10px; background: #efefef url('/core/components/com_groups/site/assets/img/group_menu_preview.jpg') repeat-y top right; } .preview #access img { width:auto; } #hubForm #access li { font-size: 14px; color: #444; border-bottom: 1px dotted #ccc; overflow: hidden; margin: 0 20px 0 0; padding: 7px 0; list-style: none; } #access li span { } #hubForm #access li select { float: right; width: auto; } #hubForm .field-wrap ul { list-style-type: none; } .hide-left { position: absolute; left: -555em; } .preview { margin: 1.5em 2em; padding: 1em; border: 1px dashed #CCC; } .preview img { max-width: 100%; } .firefox .preview img { width: 100%; } /*=========================================== Group Pages ===========================================*/ .group-page-manager { /*position: relative;*/ } .group-page-manager #hubForm { /* border: 1px solid #666; */ z-index: 554; } .group-page-manager #hubForm ul { margin: auto; list-style-type: none; } .group-page-manager #hubForm p { margin: auto; } .group-page-manager #hubForm fieldset { padding: 0; margin: 0; border: 1px solid #ccc; } .group-page-manager #hubForm legend { float: none; margin: 0; } /* Page Manager Tabs */ .group-page-manager .tabs { margin: 0; padding: 0; list-style: none; display: none; z-index: 555; position: relative; } .group-page-manager .tabs li { float: left; margin: 0 2px 0 0; padding: 0; } .group-page-manager .tabs li a { display: block; position: relative; border-bottom: none; padding: 10px 20px; font-size: 12px; color: #aaa; border: 1px solid #ccc; border-bottom: none; top: 2px; } .group-page-manager .tabs li a:hover { background: #efefef; } .group-page-manager .tabs li a.current { top: 2px; border-bottom: 1px solid #efefef; background: #efefef; font-weight: bold; color: #666; } /* Toolbar */ .group-page-manager #hubForm .toolbar { background: #efefef; margin: 0; padding: 0; list-style: none; position: relative; height: 50px; } .group-page-manager #hubForm .toolbar li { margin: 0; padding: 0; } .group-page-manager #hubForm .toolbar .new { position: absolute; top: 10px; left: 10px; } .group-page-manager #hubForm .toolbar .search { position: absolute; top: 10px; right: 10px; left: 10px; margin-left: 360px; } .group-page-manager #hubForm .toolbar .filter { position: absolute; top: 11px; bottom: 13px; left: 120px; padding-left: 8px; border-left: 1px solid #aaa; } .group-page-manager #hubForm .toolbar .filter-search-divider { position: absolute; top: 15px; left: 340px; font-weight: bold; font-size: 14px; } .group-page-manager #hubForm .toolbar .filter select, .group-page-manager #hubForm .toolbar .filter .fs-dropdown { width: 200px; } .group-page-manager #hubForm .toolbar li input[type=text] { font-size: 11px; } .group-page-manager #hubForm .toolbar-modules .filter { left: 135px; } .group-page-manager #hubForm .toolbar-modules .filter-search-divider { left: 355px; } .group-page-manager #hubForm .toolbar-modules .search { margin-left: 375px; } /* Save/Reset Page Order */ .group-page-manager .page-order-actions { position: absolute; top: 5px; right: 0; z-index: 556; } .group-page-manager .page-order-actions button { margin-left: 5px } /* Fixed page manager toolbar */ .group-page-manager.pinned .tabs { position: fixed; top: 0; background: #FFF; } .group-page-manager.pinned #hubForm .toolbar { position: fixed; top: 44px; z-index: 9999; background: #efefef; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; } .group-page-manager.pinned .item-list { margin-top: 94px !important; } /* List */ .item-list { list-style: none; /*position: relative;*/ margin: 0; } .item-list > li { margin: 0 !important; padding: 0; } .item-list .ui-sortable-placeholder { border: 2px dashed #ccc !important; visibility: visible !important; min-height: 70px; } .item-list .mjs-nestedSortable-error { background: #F00; background: rgba(255,0,0,0.1); } .item-list ul { margin: 0 0 0 38px !important; padding: 0; list-style: none; position: relative; } .item-list ul:first-of-type:after { content: ""; width: 1px; background: #EEE; background: rgba(0, 0, 0, 0.1); position: absolute; top: 0; left: -18px; bottom: 36px; bottom: 0; } .item-list ul li { padding: 0; margin: 0 !important; position: relative; } .item-list ul li:after { content: ""; width: 16px; height: 1px; background: #EEE; background: rgba(0, 0, 0, 0.1); position: absolute; top: 35px; left: -17px; } .item-list .not-approved { background: #faf4f4; } .item-list .item-container { margin: -1px 0 0 0; padding: 15px 0 15px 55px; position: relative; min-height: 40px; background: #FFF; border-top: 1px solid #efefef; border-bottom: 1px solid #efefef; } .item-list .item-mover { position: absolute; top:0; left: 0; width: 35px; height: 70px; cursor: move; border-right: 1px solid #efefef; } .item-list .item-mover:before { content: ''; position: absolute; top: 50%; left: 50%; margin-top: -7px; margin-left: -10px; width: 20px; height: 15px; opacity: 0.5; background: url('/core/components/com_groups/site/assets/img/grabber.png') no-repeat 0 0; } .item-list .item-mover:hover { background: #efefef; } .item-list .item-mover:hover:before { opacity: 1; } .searching .item-list .item-mover, .filtering .item-list .item-mover { pointer-events: none; cursor: not-allowed } .item-list.pages .item-container { padding-left: 90px; border-left: 3px solid #ccc; } .item-list .item-container:before { content: '\f0f5'; font-family: 'Fontcons'; font-size: 30px; color: #ddd; position: absolute; top: 25px; left: 50px; } .item-list .root > .item-container { padding-left: 55px; border-left: none; } .item-list .root > .item-container:before { content: '\2302'; color: #A1A91B; } .item-list .root > .item-container:before { left: 15px; } .item-list li.no-results { color: #aaa; font-style: italic; padding: 0; margin: 20px !important; min-height: inherit; } .item-list li.no-results p { margin: 0; padding: 0; } .item-list li.no-results:before { display: none; } .item-list .item-title { font-weight: bold; } .item-list .item-sub { color: #aaa; font-weight: normal; font-size: 11px; } .item-list .item-approved { position: absolute; top: 25px; right: 500px; width: 120px; height: 15px; color: #ab1111; text-align: center; font-size: 11px; font-weight: bold; text-transform: uppercase; } .item-list .item-state { position: absolute; top: 25px; right: 250px; width: 25px; height: 25px; } .item-list .item-state .unpublished, .item-list .item-state .published { display: block; position: relative; color: transparent; text-decoration: none; border: none; } .item-list .item-state .unpublished:before, .item-list .item-state .published:before { content: '\2298'; position: absolute; left: 0; top: 0; right: 0; font-family: 'Fontcons'; font-size: 24px; text-align: center; color: #ca1b1b; } .item-list .item-state .published:before { content: '\2714'; color: #1d8f0e; } .item-list .item-state .unpublished:hover:before { color: #ab1717; } .item-list .item-state .published:hover:before { color: #166c0b; } .item-list .item-preview { position: absolute; top: 25px; right: 180px; width: 25px; height: 25px; } .item-list .item-preview a { display: block; position: relative; color: transparent; text-decoration: none; border: none; } .item-list .item-preview a:before { content: '\f002'; position: absolute; left: 0; top: 0; right: 0; font-family: 'Fontcons'; font-size: 24px; text-align: center; color: #ccc; } .item-list .item-preview a:hover:before { color: #aaa; } .item-list .item-controls { position: absolute; top: 20px; right: 20px; } .item-list .item-controls .dropdown-menu { margin: 0 !important; } .item-list .item-controls .dropdown-menu:after { display: none; } .item-list .item-controls .dropdown-menu li { margin: 0.5em 0 !important; } .item-list .item-controls .dropdown-menu li:after { display: none; } .item-list .item-controls .dropdown-menu li a { color: #333; } .item-list .item-controls .dropdown-menu:before, .group-page-controls .dropdown-menu:after { display: none; } .item-list .item-controls .dropdown-menu li a.icon-delete { color: #991111; } .item-list .item-controls .dropdown-menu li a:hover { color: #ffffff; text-decoration: none; background-color: #777; } /* Categories */ .item-list.categories .item-container:before { content: '\f115'; left: 15px; } .item-list .item-color { position: absolute; top: 25px; right: 400px; width: 25px; height: 25px; background: #F00; border: 1px solid #555; } /* Modules */ .item-list.modules .item-container:before { content: '\f02f'; left: 15px; } .item-list .item-position { position: absolute; top: 18px; right: 300px; width: 25px; height: 25px; font-weight: bold; line-height: 16px; } .item-list .item-position span { font-size: 0.7em; line-height: 0.7em; color: #aaa; text-transform: uppercase; } /* Loader */ .item-list-loader { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.8); display: none; } .item-list-loader:after { content: 'Reordering Pages...'; position: absolute; top: 45%; left: 0; right: 0; font-size: 24px; font-weight: 100; color: #fff; text-align: center; } .pages.rebuilding .item-list-loader { display: block; } /* Edit Page Styles */ .ckeditor-body { padding: 10px; min-width: inherit; } .edit-group-page .form-controls, .edit-group-module .form-controls { padding: 10px; margin-top: -1.7em; margin-bottom: 1.7em; background: #f0f0f0; border: 1px solid #E5E5E5; border-top: none; } .edit-group-page .form-controls .cancel, .edit-group-module .form-controls .cancel { display: inline-block; padding-top: 5px } .edit-group-page .form-controls .save, .edit-group-module .form-controls .save { float: right; } .edit-group-page .hide { display: none !important; } .form-controls .save .btn { border: 1px solid #2F96B4; border-right-color: #24748C; border-bottom-color: #24748C; } .form-controls .dropdown-toggle { height: auto !important; } .form-controls .dropdown-toggle:before { border-top-color: #FFF !important; } .form-controls .dropdown-menu { right: 0; left: auto; margin: 0 !important; } .form-controls .dropdown-menu li { margin: 0 !important; } .form-controls .dropdown-menu a:hover { background: #ccc; color: #444; } .form-controls .dropdown-menu a.active, .form-controls .dropdown-menu a.active:hover { background: #444; color: #FFF; cursor: default; } .form-controls .icon-apply:before { content: '\2714'; } .edit-group-page hr.divider { margin-bottom: 0; } /* Page Versions Visual */ .version-manager { background: #FFF; overflow: hidden; } .version-manager .toolbar { padding: 0.8em 1em; margin: 0 !important; background: #666; text-shadow: 0 -1px 1px #000; color: #ECECEC; } .version-manager.pinned .toolbar { position: fixed !important; border: none !important; z-index: 333 !important; top: 0 !important; } .version-manager.pinned .content { margin-top: 50px; } .toolbar .version-title { margin: 0 !important; background: #FFF; cursor: default; min-width: 150px; font-size: 16px; text-align: left; padding: 6px !important; } .toolbar .version-title:hover, .toolbar .version-title:focus { box-shadow: none; outline: none; } .toolbar .title { text-align: left; } .toolbar .controls { text-align: right; } .toolbar .version-jumpto { padding: 0.7em 1.82em 0.7em 0.91em; outline: none; -webkit-appearance: button; -moz-appearance: button; appearance: button; border-radius: 0; margin-right: -1px; margin-left: -1px; } .mozilla .version-jumpto { -webkit-appearance: normal; -moz-appearance: normal; appearance: normal; padding: 0.5em 0.91em; } .mozilla .version-jumpto-container:after { display: none; } .toolbar .version-jumpto-container { position: relative; display: inline-block; } .toolbar .version-jumpto-container:after { position: absolute; top: 5px; right: 8px; font-family: 'Fontcons'; content: '\f0dc'; font-size: 12px; color: #444; width: 10px; height: 15px; text-shadow: none; } .version { right: 0; border: 1px solid #E5E5E5; border-top: none; } .version.current { border: 1px solid #0FA1CA; border-top: none; } .version-metadata { margin: 0 !important; background: #efefef; border-bottom: 1px solid #DDD; display: none; } .version-metadata .col { padding: 10px; margin: 0; width: 25%; font-size: 11px; border-right: 1px solid #DDD; } .version-metadata .col:last-child { border-right: none; } .version-metadata .col span { font-weight: bold; display: block; font-size: 12px; } .version-metadata .col img { margin-right: 5px; } /* Version Content */ .version-content { padding: 10px; min-height: 200px; } .version-code { display: none } .version-code .diffs th { border: 1px solid #FFF; margin: 0; padding: 0.2em 0.8em; text-align: right; background-color: #EFEFEF; width: 30px } .version-code .diffs td { font-family: Consolas,Monaco,monospace; white-space: pre-wrap; width: 50%; } .version-code .diffs td[colspan] { width: auto; } .version-code .diffs td { border: 1px solid #FFF; } .version-code .diff-marker { width: 1em; background: #F9F9F9; text-align: center; display: none; } .version-code .diff-addedline { background-color: #E9FFE9; } .version-code .diff-addedline ins { background-color: #AFA; font-weight: bold; text-decoration: none; } .version-code .diff-deletedline { background-color: #FFE9E9; } .version-code .diff-deletedline del { background-color: #FAA; font-weight: bold; text-decoration: none; } /* Page Categories */ #field-category-color { position: relative; display: block; width: 150px !important; border-color: #ccc; border-right: 30px solid #ccc; } /* Edit Module */ fieldset.assignment { margin-top: 0 !important; margin-bottom: 0 !important; } fieldset.assignment label { padding: 1em 1em 0 1em !important; } /* Edit Group Page Styles */ .floating-iframe-col { position: relative; } .floating-iframe-container { position: absolute; width: 100%; right: 0px; top: 0px; } .floating-iframe-toggle { position: absolute; top: 50px; left: 0; width: 20px; height: 30px; background: #efefef; border: none; margin-left: -20px; box-shadow: -2px 0 2px rgba(0,0,0,0.4); } .floating-iframe-toggle:before { content: '\2039'; font-family: 'Fontcons'; font-size: 18px; position: absolute; top: 5px; left: 0; bottom: 0; right: 0; color: #777; text-align: center; } .floating-iframe { width: 100%; min-height: 500px; max-height: 700px; margin-top: 0.7em; position: absolute; right: 0; box-shadow: 0 0 5px rgba(0,0,0,0.7); } .floating-iframe-container { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .floating-iframe-container.hovered { width: 101%; } .floating-iframe-container.opened { width: 320%; } .floating-iframe-toggle:hover { border: none; } .floating-iframe-toggle:hover:before { color: #444; } .floating-iframe-toggle.opened:before { content: '\203A'; } /* Not Sure */ .com_groups .innerwrap { position: relative; } .com_groups #content-header { padding-right: 180px; } .com_groups #hubForm .grid { margin: 0; } .com_groups #hubForm .grid label { padding-left: 2em; padding-right: 2em; } /* Table styles on group page */ .group-page table, .group-page-preview table { border: none; } .group-page table th, .group-page table td, .group-page-preview table th, .group-page-preview table td { border: 1px solid #dadada; } #page-comments { border-top: 1px solid #ccc; background-image: linear-gradient(#f0f0f0, #f9f9f9); margin: 20px -21px 20px -20px; padding: 20px; } #page-comments .subject { padding-right: 0; } #page-comments .comment-voting { padding-top: 20px; } #page-comments .aside { display: none; } #page-comments p.info:first-child, #page-comments .post-comment-title:first-child { margin-top: 0; } #page-comments .post-comment-title { margin-top: 50px; } #page-comments .mark-key { } /* Responsive */ #page_menu li.option-select { padding: 0.75em 2em; } #page_menu.js li { display: none; } #page_menu.js li.option-select, #page_menu.js li.option-select select { display: block; } #page_menu.js li.option-select select { width: 100%; } @media (min-width: 40em) { #page_identity { display: block; } #page_container { display: table; table-layout: fixed; } #page_sidebar { display: table-cell; width: 215px; min-width: 215px; vertical-align: top; } #page_main { z-index: 555; display: table-cell; vertical-align: top; width: 100%; /*position: static;*/ } #page_menu { margin: 25px 0; } #page_menu.js li { display: block; } #page_menu.js li.option-select { display: none; } #page_info { display: block; } }
0.275325
0.108425
@font-face { font-family: "Source Sans"; font-weight: 200; font-style: normal; font-stretch: normal; src: url("../fonts/source-sans/woff2/SourceSans3-ExtraLight.otf.woff2") format("woff2"), url("../fonts/source-sans/woff/SourceSans3-ExtraLight.otf.woff") format("woff"), url("../fonts/source-sans/otf/SourceSans3-ExtraLight.otf") format("opentype"), url("../fonts/source-sans/ttf/SourceSans3-ExtraLight.ttf") format("truetype"); } @font-face { font-family: "Source Sans"; font-weight: 200; font-style: italic; font-stretch: normal; src: url("../fonts/source-sans/woff2/SourceSans3-ExtraLightIt.otf.woff2") format("woff2"), url("../fonts/source-sans/woff/SourceSans3-ExtraLightIt.otf.woff") format("woff"), url("../fonts/source-sans/otf/SourceSans3-ExtraLightIt.otf") format("opentype"), url("../fonts/source-sans/ttf/SourceSans3-ExtraLightIt.ttf") format("truetype"); } @font-face { font-family: "Source Sans"; font-weight: 300; font-style: normal; font-stretch: normal; src: url("../fonts/source-sans/woff2/SourceSans3-Light.otf.woff2") format("woff2"), url("../fonts/source-sans/woff/SourceSans3-Light.otf.woff") format("woff"), url("../fonts/source-sans/otf/SourceSans3-Light.otf") format("opentype"), url("../fonts/source-sans/ttf/SourceSans3-Light.ttf") format("truetype"); } @font-face { font-family: "Source Sans"; font-weight: 300; font-style: italic; font-stretch: normal; src: url("../fonts/source-sans/woff2/SourceSans3-LightIt.otf.woff2") format("woff2"), url("../fonts/source-sans/woff/SourceSans3-LightIt.otf.woff") format("woff"), url("../fonts/source-sans/otf/SourceSans3-LightIt.otf") format("opentype"), url("../fonts/source-sans/ttf/SourceSans3-LightIt.ttf") format("truetype"); } @font-face { font-family: "Source Sans"; font-weight: 400; font-style: normal; font-stretch: normal; src: url("../fonts/source-sans/woff2/SourceSans3-Regular.otf.woff2") format("woff2"), url("../fonts/source-sans/woff/SourceSans3-Regular.otf.woff") format("woff"), url("../fonts/source-sans/otf/SourceSans3-Regular.otf") format("opentype"), url("../fonts/source-sans/ttf/SourceSans3-Regular.ttf") format("truetype"); } @font-face { font-family: "Source Sans"; font-weight: 400; font-style: italic; font-stretch: normal; src: url("../fonts/source-sans/woff2/SourceSans3-It.otf.woff2") format("woff2"), url("../fonts/source-sans/woff/SourceSans3-It.otf.woff") format("woff"), url("../fonts/source-sans/otf/SourceSans3-It.otf") format("opentype"), url("../fonts/source-sans/ttf/SourceSans3-It.ttf") format("truetype"); } @font-face { font-family: "Source Sans"; font-weight: 600; font-style: normal; font-stretch: normal; src: url("../fonts/source-sans/woff2/SourceSans3-Semibold.otf.woff2") format("woff2"), url("../fonts/source-sans/woff/SourceSans3-Semibold.otf.woff") format("woff"), url("../fonts/source-sans/otf/SourceSans3-Semibold.otf") format("opentype"), url("../fonts/source-sans/ttf/SourceSans3-Semibold.ttf") format("truetype"); } @font-face { font-family: "Source Sans"; font-weight: 600; font-style: italic; font-stretch: normal; src: url("../fonts/source-sans/woff2/SourceSans3-SemiboldIt.otf.woff2") format("woff2"), url("../fonts/source-sans/woff/SourceSans3-SemiboldIt.otf.woff") format("woff"), url("../fonts/source-sans/otf/SourceSans3-SemiboldIt.otf") format("opentype"), url("../fonts/source-sans/ttf/SourceSans3-SemiboldIt.ttf") format("truetype"); } @font-face { font-family: "Source Sans"; font-weight: 700; font-style: normal; font-stretch: normal; src: url("../fonts/source-sans/woff2/SourceSans3-Bold.otf.woff2") format("woff2"), url("../fonts/source-sans/woff/SourceSans3-Bold.otf.woff") format("woff"), url("../fonts/source-sans/otf/SourceSans3-Bold.otf") format("opentype"), url("../fonts/source-sans/ttf/SourceSans3-Bold.ttf") format("truetype"); } @font-face { font-family: "Source Sans"; font-weight: 700; font-style: italic; font-stretch: normal; src: url("../fonts/source-sans/woff2/SourceSans3-BoldIt.otf.woff2") format("woff2"), url("../fonts/source-sans/woff/SourceSans3-BoldIt.otf.woff") format("woff"), url("../fonts/source-sans/otf/SourceSans3-BoldIt.otf") format("opentype"), url("../fonts/source-sans/ttf/SourceSans3-BoldIt.ttf") format("truetype"); } @font-face { font-family: "Source Sans"; font-weight: 900; font-style: normal; font-stretch: normal; src: url("../fonts/source-sans/woff2/SourceSans3-Black.otf.woff2") format("woff2"), url("../fonts/source-sans/woff/SourceSans3-Black.otf.woff") format("woff"), url("../fonts/source-sans/otf/SourceSans3-Black.otf") format("opentype"), url("../fonts/source-sans/ttf/SourceSans3-Black.ttf") format("truetype"); } @font-face { font-family: "Source Sans"; font-weight: 900; font-style: italic; font-stretch: normal; src: url("../fonts/source-sans/woff2/SourceSans3-BlackIt.otf.woff2") format("woff2"), url("../fonts/source-sans/woff/SourceSans3-BlackIt.otf.woff") format("woff"), url("../fonts/source-sans/otf/SourceSans3-BlackIt.otf") format("opentype"), url("../fonts/source-sans/ttf/SourceSans3-BlackIt.ttf") format("truetype"); } @font-face { font-family: "Source Sans Pro"; font-weight: 200; font-style: normal; font-stretch: normal; src: url("../fonts/source-sans-pro/woff2/source-sans-pro-v14-latin-200.woff2") format("woff2"), url("../fonts/source-sans-pro/woff/source-sans-pro-v14-latin-200.woff") format("woff"), url("../fonts/source-sans-pro/ttf/source-sans-pro-v14-latin-200.ttf") format("truetype"); } @font-face { font-family: "Source Sans Pro"; font-weight: 200; font-style: italic; font-stretch: normal; src: url("../fonts/source-sans-pro/woff2/source-sans-pro-v14-latin-200italic.woff2") format("woff2"), url("../fonts/source-sans-pro/woff/source-sans-pro-v14-latin-200italic.woff") format("woff"), url("../fonts/source-sans-pro/ttf/source-sans-pro-v14-latin-200italic.ttf") format("truetype"); } @font-face { font-family: "Source Sans Pro"; font-weight: 300; font-style: normal; font-stretch: normal; src: url("../fonts/source-sans-pro/woff2/source-sans-pro-v14-latin-300.woff2") format("woff2"), url("../fonts/source-sans-pro/woff/source-sans-pro-v14-latin-300.woff") format("woff"), url("../fonts/source-sans-pro/ttf/source-sans-pro-v14-latin-300.ttf") format("truetype"); } @font-face { font-family: "Source Sans Pro"; font-weight: 300; font-style: italic; font-stretch: normal; src: url("../fonts/source-sans-pro/woff2/source-sans-pro-v14-latin-300italic.woff2") format("woff2"), url("../fonts/source-sans-pro/woff/source-sans-pro-v14-latin-300italic.woff") format("woff"), url("../fonts/source-sans-pro/ttf/source-sans-pro-v14-latin-300italic.ttf") format("truetype"); } @font-face { font-family: "Source Sans Pro"; font-weight: 400; font-style: normal; font-stretch: normal; src: url("../fonts/source-sans-pro/woff2/source-sans-pro-v14-latin-regular.woff2") format("woff2"), url("../fonts/source-sans-pro/woff/source-sans-pro-v14-latin-regular.woff") format("woff"), url("../fonts/source-sans-pro/ttf/source-sans-pro-v14-latin-regular.ttf") format("truetype"); } @font-face { font-family: "Source Sans Pro"; font-weight: 400; font-style: italic; font-stretch: normal; src: url("../fonts/source-sans-pro/woff2/source-sans-pro-v14-latin-italic.woff2") format("woff2"), url("../fonts/source-sans-pro/woff/source-sans-pro-v14-latin-italic.woff") format("woff"), url("../fonts/source-sans-pro/ttf/source-sans-pro-v14-latin-italic.ttf") format("truetype"); } @font-face { font-family: "Source Sans Pro"; font-weight: 600; font-style: normal; font-stretch: normal; src: url("../fonts/source-sans-pro/woff2/source-sans-pro-v14-latin-600.woff2") format("woff2"), url("../fonts/source-sans-pro/woff/source-sans-pro-v14-latin-600.woff") format("woff"), url("../fonts/source-sans-pro/ttf/source-sans-pro-v14-latin-600.ttf") format("truetype"); } @font-face { font-family: "Source Sans Pro"; font-weight: 600; font-style: italic; font-stretch: normal; src: url("../fonts/source-sans-pro/woff2/source-sans-pro-v14-latin-600italic.woff2") format("woff2"), url("../fonts/source-sans-pro/woff/source-sans-pro-v14-latin-600italic.woff") format("woff"), url("../fonts/source-sans-pro/ttf/source-sans-pro-v14-latin-600italic.ttf") format("truetype"); } @font-face { font-family: "Source Sans Pro"; font-weight: 700; font-style: normal; font-stretch: normal; src: url("../fonts/source-sans-pro/woff2/source-sans-pro-v14-latin-700.woff2") format("woff2"), url("../fonts/source-sans-pro/woff/source-sans-pro-v14-latin-700.woff") format("woff"), url("../fonts/source-sans-pro/ttf/source-sans-pro-v14-latin-700.ttf") format("truetype"); } @font-face { font-family: "Source Sans Pro"; font-weight: 700; font-style: italic; font-stretch: normal; src: url("../fonts/source-sans-pro/woff2/source-sans-pro-v14-latin-700italic.woff2") format("woff2"), url("../fonts/source-sans-pro/woff/source-sans-pro-v14-latin-700italic.woff") format("woff"), url("../fonts/source-sans-pro/ttf/source-sans-pro-v14-latin-700italic.ttf") format("truetype"); } @font-face { font-family: "Source Sans Pro"; font-weight: 900; font-style: normal; font-stretch: normal; src: url("../fonts/source-sans-pro/woff2/source-sans-pro-v14-latin-900.woff2") format("woff2"), url("../fonts/source-sans-pro/woff/source-sans-pro-v14-latin-900.woff") format("woff"), url("../fonts/source-sans-pro/ttf/source-sans-pro-v14-latin-900.ttf") format("truetype"); } @font-face { font-family: "Source Sans Pro"; font-weight: 900; font-style: italic; font-stretch: normal; src: url("../fonts/source-sans-pro/woff2/source-sans-pro-v14-latin-900italic.woff2") format("woff2"), url("../fonts/source-sans-pro/woff/source-sans-pro-v14-latin-900italic.woff") format("woff"), url("../fonts/source-sans-pro/ttf/source-sans-pro-v14-latin-900italic.ttf") format("truetype"); } body { font-family: "Source Sans Pro", sans-serif; color: #333333; line-height: 1.4em; font-size: 1em; } img { max-width: 100%; } h1, h2, h3, h4, h5, h6 { font-weight: 600; } ul { padding-left: 0; list-style: none; } a { color: inherit; text-decoration: inherit; } a:hover { outline-width: 0; border-bottom-color: #4f8bb5; border-bottom-style: solid; border-bottom-width: 2px; } .Page { display: grid; grid-template-columns: 100%; grid-template-rows: auto; padding: 20px 20px; border-left: 6px solid #4f8bb5; } .Page-Head { display: flex; flex-direction: column; align-items: center; } .Page-Head-Profile { display: flex; flex-direction: column; align-items: center; gap: 10px; } .Page-Menu { border-bottom: 1px dotted #4f8bb5; } .Page-Menu-Navigation-Site { display: flex; flex-direction: column; align-items: center; gap: 20px; } .Page-Menu-Navigation-GeneralLink { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; } .Page-Menu-Navigation-SiteLanguage { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; } .Page-Main-Head-Title { font-size: 4em; } .Page-Foot-Info-Navigation-AboutLink { display: flex; flex-wrap: wrap; justify-content: center; gap: 5px 20px; } .Page-Foot-Info-Navigation-OtherLink { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; } @media screen and (min-device-width: 800px) and (-webkit-min-device-pixel-ratio: 1) { .Page-Menu-Navigation-Site { flex-direction: row; } .Page-Menu-Navigation-GeneralLink { justify-content: right; } } .BlogList { display: flex; flex-direction: column; } .BlogList-Article { display: flex; flex-direction: column; } .BlogList-Article-Menu-Actions { display: flex; flex-direction: row-reverse; align-items: center; align-content: flex-end; gap: 10px; } .BlogList-Foot-Menu-BlogListPage { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px; } .Page-Head-Title { color: #4f8bb5; } .Page-Head-Profile-Image { width: 60px; border-radius: 100%; } .Page-Menu-Navigation-Site { font-size: 1.6em; } .Page-Menu-Navigation-Site-Item--active a { outline-width: 0; border-bottom-color: #4f8bb5; border-bottom-style: solid; border-bottom-width: 2px; } .Page-Menu-Navigation-SiteLanguage { font-size: 0.8em; } .Page-Menu-Navigation-SiteLanguage-Item--active { font-weight: 800; } .BlogList-Article { border-bottom: 1px dotted #4f8bb5; } .BlogList-Article-Head-Title { font-size: 1.5em; } .BlogList-Article-Head-Description { font-style: italic; color: #666666; } .BlogList-Article-Preview { padding-left: 20px; border-left: 1px solid #4f8bb5; font-size: 1.1em; line-height: 1.6em; } /*# sourceMappingURL=style.css.map */
assets/css/style.css
@font-face { font-family: "Source Sans"; font-weight: 200; font-style: normal; font-stretch: normal; src: url("../fonts/source-sans/woff2/SourceSans3-ExtraLight.otf.woff2") format("woff2"), url("../fonts/source-sans/woff/SourceSans3-ExtraLight.otf.woff") format("woff"), url("../fonts/source-sans/otf/SourceSans3-ExtraLight.otf") format("opentype"), url("../fonts/source-sans/ttf/SourceSans3-ExtraLight.ttf") format("truetype"); } @font-face { font-family: "Source Sans"; font-weight: 200; font-style: italic; font-stretch: normal; src: url("../fonts/source-sans/woff2/SourceSans3-ExtraLightIt.otf.woff2") format("woff2"), url("../fonts/source-sans/woff/SourceSans3-ExtraLightIt.otf.woff") format("woff"), url("../fonts/source-sans/otf/SourceSans3-ExtraLightIt.otf") format("opentype"), url("../fonts/source-sans/ttf/SourceSans3-ExtraLightIt.ttf") format("truetype"); } @font-face { font-family: "Source Sans"; font-weight: 300; font-style: normal; font-stretch: normal; src: url("../fonts/source-sans/woff2/SourceSans3-Light.otf.woff2") format("woff2"), url("../fonts/source-sans/woff/SourceSans3-Light.otf.woff") format("woff"), url("../fonts/source-sans/otf/SourceSans3-Light.otf") format("opentype"), url("../fonts/source-sans/ttf/SourceSans3-Light.ttf") format("truetype"); } @font-face { font-family: "Source Sans"; font-weight: 300; font-style: italic; font-stretch: normal; src: url("../fonts/source-sans/woff2/SourceSans3-LightIt.otf.woff2") format("woff2"), url("../fonts/source-sans/woff/SourceSans3-LightIt.otf.woff") format("woff"), url("../fonts/source-sans/otf/SourceSans3-LightIt.otf") format("opentype"), url("../fonts/source-sans/ttf/SourceSans3-LightIt.ttf") format("truetype"); } @font-face { font-family: "Source Sans"; font-weight: 400; font-style: normal; font-stretch: normal; src: url("../fonts/source-sans/woff2/SourceSans3-Regular.otf.woff2") format("woff2"), url("../fonts/source-sans/woff/SourceSans3-Regular.otf.woff") format("woff"), url("../fonts/source-sans/otf/SourceSans3-Regular.otf") format("opentype"), url("../fonts/source-sans/ttf/SourceSans3-Regular.ttf") format("truetype"); } @font-face { font-family: "Source Sans"; font-weight: 400; font-style: italic; font-stretch: normal; src: url("../fonts/source-sans/woff2/SourceSans3-It.otf.woff2") format("woff2"), url("../fonts/source-sans/woff/SourceSans3-It.otf.woff") format("woff"), url("../fonts/source-sans/otf/SourceSans3-It.otf") format("opentype"), url("../fonts/source-sans/ttf/SourceSans3-It.ttf") format("truetype"); } @font-face { font-family: "Source Sans"; font-weight: 600; font-style: normal; font-stretch: normal; src: url("../fonts/source-sans/woff2/SourceSans3-Semibold.otf.woff2") format("woff2"), url("../fonts/source-sans/woff/SourceSans3-Semibold.otf.woff") format("woff"), url("../fonts/source-sans/otf/SourceSans3-Semibold.otf") format("opentype"), url("../fonts/source-sans/ttf/SourceSans3-Semibold.ttf") format("truetype"); } @font-face { font-family: "Source Sans"; font-weight: 600; font-style: italic; font-stretch: normal; src: url("../fonts/source-sans/woff2/SourceSans3-SemiboldIt.otf.woff2") format("woff2"), url("../fonts/source-sans/woff/SourceSans3-SemiboldIt.otf.woff") format("woff"), url("../fonts/source-sans/otf/SourceSans3-SemiboldIt.otf") format("opentype"), url("../fonts/source-sans/ttf/SourceSans3-SemiboldIt.ttf") format("truetype"); } @font-face { font-family: "Source Sans"; font-weight: 700; font-style: normal; font-stretch: normal; src: url("../fonts/source-sans/woff2/SourceSans3-Bold.otf.woff2") format("woff2"), url("../fonts/source-sans/woff/SourceSans3-Bold.otf.woff") format("woff"), url("../fonts/source-sans/otf/SourceSans3-Bold.otf") format("opentype"), url("../fonts/source-sans/ttf/SourceSans3-Bold.ttf") format("truetype"); } @font-face { font-family: "Source Sans"; font-weight: 700; font-style: italic; font-stretch: normal; src: url("../fonts/source-sans/woff2/SourceSans3-BoldIt.otf.woff2") format("woff2"), url("../fonts/source-sans/woff/SourceSans3-BoldIt.otf.woff") format("woff"), url("../fonts/source-sans/otf/SourceSans3-BoldIt.otf") format("opentype"), url("../fonts/source-sans/ttf/SourceSans3-BoldIt.ttf") format("truetype"); } @font-face { font-family: "Source Sans"; font-weight: 900; font-style: normal; font-stretch: normal; src: url("../fonts/source-sans/woff2/SourceSans3-Black.otf.woff2") format("woff2"), url("../fonts/source-sans/woff/SourceSans3-Black.otf.woff") format("woff"), url("../fonts/source-sans/otf/SourceSans3-Black.otf") format("opentype"), url("../fonts/source-sans/ttf/SourceSans3-Black.ttf") format("truetype"); } @font-face { font-family: "Source Sans"; font-weight: 900; font-style: italic; font-stretch: normal; src: url("../fonts/source-sans/woff2/SourceSans3-BlackIt.otf.woff2") format("woff2"), url("../fonts/source-sans/woff/SourceSans3-BlackIt.otf.woff") format("woff"), url("../fonts/source-sans/otf/SourceSans3-BlackIt.otf") format("opentype"), url("../fonts/source-sans/ttf/SourceSans3-BlackIt.ttf") format("truetype"); } @font-face { font-family: "Source Sans Pro"; font-weight: 200; font-style: normal; font-stretch: normal; src: url("../fonts/source-sans-pro/woff2/source-sans-pro-v14-latin-200.woff2") format("woff2"), url("../fonts/source-sans-pro/woff/source-sans-pro-v14-latin-200.woff") format("woff"), url("../fonts/source-sans-pro/ttf/source-sans-pro-v14-latin-200.ttf") format("truetype"); } @font-face { font-family: "Source Sans Pro"; font-weight: 200; font-style: italic; font-stretch: normal; src: url("../fonts/source-sans-pro/woff2/source-sans-pro-v14-latin-200italic.woff2") format("woff2"), url("../fonts/source-sans-pro/woff/source-sans-pro-v14-latin-200italic.woff") format("woff"), url("../fonts/source-sans-pro/ttf/source-sans-pro-v14-latin-200italic.ttf") format("truetype"); } @font-face { font-family: "Source Sans Pro"; font-weight: 300; font-style: normal; font-stretch: normal; src: url("../fonts/source-sans-pro/woff2/source-sans-pro-v14-latin-300.woff2") format("woff2"), url("../fonts/source-sans-pro/woff/source-sans-pro-v14-latin-300.woff") format("woff"), url("../fonts/source-sans-pro/ttf/source-sans-pro-v14-latin-300.ttf") format("truetype"); } @font-face { font-family: "Source Sans Pro"; font-weight: 300; font-style: italic; font-stretch: normal; src: url("../fonts/source-sans-pro/woff2/source-sans-pro-v14-latin-300italic.woff2") format("woff2"), url("../fonts/source-sans-pro/woff/source-sans-pro-v14-latin-300italic.woff") format("woff"), url("../fonts/source-sans-pro/ttf/source-sans-pro-v14-latin-300italic.ttf") format("truetype"); } @font-face { font-family: "Source Sans Pro"; font-weight: 400; font-style: normal; font-stretch: normal; src: url("../fonts/source-sans-pro/woff2/source-sans-pro-v14-latin-regular.woff2") format("woff2"), url("../fonts/source-sans-pro/woff/source-sans-pro-v14-latin-regular.woff") format("woff"), url("../fonts/source-sans-pro/ttf/source-sans-pro-v14-latin-regular.ttf") format("truetype"); } @font-face { font-family: "Source Sans Pro"; font-weight: 400; font-style: italic; font-stretch: normal; src: url("../fonts/source-sans-pro/woff2/source-sans-pro-v14-latin-italic.woff2") format("woff2"), url("../fonts/source-sans-pro/woff/source-sans-pro-v14-latin-italic.woff") format("woff"), url("../fonts/source-sans-pro/ttf/source-sans-pro-v14-latin-italic.ttf") format("truetype"); } @font-face { font-family: "Source Sans Pro"; font-weight: 600; font-style: normal; font-stretch: normal; src: url("../fonts/source-sans-pro/woff2/source-sans-pro-v14-latin-600.woff2") format("woff2"), url("../fonts/source-sans-pro/woff/source-sans-pro-v14-latin-600.woff") format("woff"), url("../fonts/source-sans-pro/ttf/source-sans-pro-v14-latin-600.ttf") format("truetype"); } @font-face { font-family: "Source Sans Pro"; font-weight: 600; font-style: italic; font-stretch: normal; src: url("../fonts/source-sans-pro/woff2/source-sans-pro-v14-latin-600italic.woff2") format("woff2"), url("../fonts/source-sans-pro/woff/source-sans-pro-v14-latin-600italic.woff") format("woff"), url("../fonts/source-sans-pro/ttf/source-sans-pro-v14-latin-600italic.ttf") format("truetype"); } @font-face { font-family: "Source Sans Pro"; font-weight: 700; font-style: normal; font-stretch: normal; src: url("../fonts/source-sans-pro/woff2/source-sans-pro-v14-latin-700.woff2") format("woff2"), url("../fonts/source-sans-pro/woff/source-sans-pro-v14-latin-700.woff") format("woff"), url("../fonts/source-sans-pro/ttf/source-sans-pro-v14-latin-700.ttf") format("truetype"); } @font-face { font-family: "Source Sans Pro"; font-weight: 700; font-style: italic; font-stretch: normal; src: url("../fonts/source-sans-pro/woff2/source-sans-pro-v14-latin-700italic.woff2") format("woff2"), url("../fonts/source-sans-pro/woff/source-sans-pro-v14-latin-700italic.woff") format("woff"), url("../fonts/source-sans-pro/ttf/source-sans-pro-v14-latin-700italic.ttf") format("truetype"); } @font-face { font-family: "Source Sans Pro"; font-weight: 900; font-style: normal; font-stretch: normal; src: url("../fonts/source-sans-pro/woff2/source-sans-pro-v14-latin-900.woff2") format("woff2"), url("../fonts/source-sans-pro/woff/source-sans-pro-v14-latin-900.woff") format("woff"), url("../fonts/source-sans-pro/ttf/source-sans-pro-v14-latin-900.ttf") format("truetype"); } @font-face { font-family: "Source Sans Pro"; font-weight: 900; font-style: italic; font-stretch: normal; src: url("../fonts/source-sans-pro/woff2/source-sans-pro-v14-latin-900italic.woff2") format("woff2"), url("../fonts/source-sans-pro/woff/source-sans-pro-v14-latin-900italic.woff") format("woff"), url("../fonts/source-sans-pro/ttf/source-sans-pro-v14-latin-900italic.ttf") format("truetype"); } body { font-family: "Source Sans Pro", sans-serif; color: #333333; line-height: 1.4em; font-size: 1em; } img { max-width: 100%; } h1, h2, h3, h4, h5, h6 { font-weight: 600; } ul { padding-left: 0; list-style: none; } a { color: inherit; text-decoration: inherit; } a:hover { outline-width: 0; border-bottom-color: #4f8bb5; border-bottom-style: solid; border-bottom-width: 2px; } .Page { display: grid; grid-template-columns: 100%; grid-template-rows: auto; padding: 20px 20px; border-left: 6px solid #4f8bb5; } .Page-Head { display: flex; flex-direction: column; align-items: center; } .Page-Head-Profile { display: flex; flex-direction: column; align-items: center; gap: 10px; } .Page-Menu { border-bottom: 1px dotted #4f8bb5; } .Page-Menu-Navigation-Site { display: flex; flex-direction: column; align-items: center; gap: 20px; } .Page-Menu-Navigation-GeneralLink { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; } .Page-Menu-Navigation-SiteLanguage { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; } .Page-Main-Head-Title { font-size: 4em; } .Page-Foot-Info-Navigation-AboutLink { display: flex; flex-wrap: wrap; justify-content: center; gap: 5px 20px; } .Page-Foot-Info-Navigation-OtherLink { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; } @media screen and (min-device-width: 800px) and (-webkit-min-device-pixel-ratio: 1) { .Page-Menu-Navigation-Site { flex-direction: row; } .Page-Menu-Navigation-GeneralLink { justify-content: right; } } .BlogList { display: flex; flex-direction: column; } .BlogList-Article { display: flex; flex-direction: column; } .BlogList-Article-Menu-Actions { display: flex; flex-direction: row-reverse; align-items: center; align-content: flex-end; gap: 10px; } .BlogList-Foot-Menu-BlogListPage { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px; } .Page-Head-Title { color: #4f8bb5; } .Page-Head-Profile-Image { width: 60px; border-radius: 100%; } .Page-Menu-Navigation-Site { font-size: 1.6em; } .Page-Menu-Navigation-Site-Item--active a { outline-width: 0; border-bottom-color: #4f8bb5; border-bottom-style: solid; border-bottom-width: 2px; } .Page-Menu-Navigation-SiteLanguage { font-size: 0.8em; } .Page-Menu-Navigation-SiteLanguage-Item--active { font-weight: 800; } .BlogList-Article { border-bottom: 1px dotted #4f8bb5; } .BlogList-Article-Head-Title { font-size: 1.5em; } .BlogList-Article-Head-Description { font-style: italic; color: #666666; } .BlogList-Article-Preview { padding-left: 20px; border-left: 1px solid #4f8bb5; font-size: 1.1em; line-height: 1.6em; } /*# sourceMappingURL=style.css.map */
0.228329
0.03825
body{ padding:0; margin:0; background:#FFF; } body a{ transition:0.5s all; -webkit-transition:0.5s all; -moz-transition:0.5s all; -o-transition:0.5s all; -ms-transition:0.5s all; } input[type="button"],input[type="submit"]{ transition:0.5s all; -webkit-transition:0.5s all; -moz-transition:0.5s all; -o-transition:0.5s all; -ms-transition:0.5s all; } h1,h2,h3,h4,h5,h6{ margin:0; padding:0; } p{ margin:0; } ul{ margin:0; padding:0; } label{ margin:0; } button{ transition:0.5s all; -webkit-transition:0.5s all; -moz-transition:0.5s all; -o-transition:0.5s all; -ms-transition:0.5s all; } html * { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } ol, ul { list-style: none; } *, *::after, *::before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } /*-- /reset code --*/ body { font-family: 'Jura', sans-serif; } /*-- Banner-info --*/ .banner-logo { text-align:center; } .banner-logo a h1{ color:#71321C; font-size:65px; font-weight:bold; z-index: 99; position: absolute; top: 5vh; padding-top: 3px; border-top: 5px solid #505050; border-bottom: 5px solid #505050; left: 65vh; text-transform:uppercase; font-family: 'Black Ops One', cursive; text-decoration:none; } slide h3.slide1 { left: 8.5%; } slide h4.slide1 { left: 7%; } slide h3.slide2 { left: 7.5%; } slide h4.slide2 { left: 7%; } slide h3.slide3 { left: 26%; } slide h4.slide3 { left: 7%; } slide h3.slide4 { left: 20%; } slide h4.slide4 { left: 3%; } /*-- /Banner-info --*/ /*-- Divider1 --*/ section.divider1 { background:url(../images/divider1.jpg) no-repeat; background-attachment: fixed; background-position: center; background-size:cover; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; height:300px; padding:40px 0; } section.divider1 h3 { font-size:40px; font-weight:bold; padding: 60px 0 20px; color:#E4793A; text-align:center; text-transform:uppercase; font-family: 'Black Ops One', cursive; } section.divider1 hr { border-color:#E4793A; margin:0; } section.divider1 p { font-size:20px; font-weight:normal; padding:20px 0; color:#E4793A; text-align:center; } /*-- /Divider1 --*/ /*-- Divider2 --*/ section.divider2 { background:url(../images/divider2.jpg) no-repeat; background-attachment: fixed; background-position: center; background-size:cover; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; height:300px; padding:40px 0; } section.divider2 h3 { font-size:40px; font-weight:bold; padding: 60px 0 20px; color:#F44336; text-align:center; text-transform:uppercase; font-family: 'Black Ops One', cursive; } section.divider2 hr { border-color:#F44336; margin:0; } section.divider2 p { font-size:20px; font-weight:normal; padding:20px 0; color:#F44336; text-align:center; } /*-- /Divider2 --*/ /*-- Divider3 --*/ section.divider3 { background:url(../images/divider3.jpg) no-repeat; background-attachment: fixed; background-position: center; background-size:cover; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; height:300px; padding:40px 0; } section.divider3 h3 { font-size:40px; font-weight:bold; padding: 60px 0 20px; color:#D07D4B; text-align:center; text-transform:uppercase; font-family: 'Black Ops One', cursive; } section.divider3 hr { border-color:#D07D4B; margin:0; } section.divider3 p { font-size:20px; font-weight:normal; padding:20px 0; color:#D07D4B; text-align:center; } /*-- /Divider3 --*/ /*-- About-us --*/ .cd-single-item { position: relative; } .cd-slider-wrapper { position: relative; z-index: 1; -webkit-transition: width 0.4s; -moz-transition: width 0.4s; transition: width 0.4s; /* Force Hardware Acceleration in WebKit */ -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; will-change: width; } @media only screen and (min-width: 1024px) { .cd-slider-wrapper { width: 50%; } .cd-slider-active .cd-slider-wrapper { width: 100%; } } .cd-slider { position: relative; z-index: 1; overflow: hidden; } .cd-slider::before { /* never visible - this is used in jQuery to check the current MQ */ content: 'mobile'; display: none; } .cd-slider li { position: absolute; top: 0; left: 0; z-index: 1; height: 100%; width: 100%; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); -webkit-transition: -webkit-transform 0.3s; -moz-transition: -moz-transform 0.3s; transition: transform 0.3s; } .cd-slider li img { display: block; width: 100%; } .cd-slider li.selected { position: relative; z-index: 2; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } .cd-slider li.move-left { -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); } @media only screen and (min-width: 1024px) { .cd-slider { cursor: pointer; } .cd-slider::before { /* never visible - this is used in jQuery to check the current MQ */ content: 'desktop'; } .cd-slider::after { /* slider cover layer - to indicate the image is clickable */ content: ''; display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: rgba(81, 62, 93, 0.4) url("../images/cd-icon-zoom.svg") no-repeat center center; /* size of the icon */ background-size: 48px; opacity: 0; z-index: 4; -webkit-transition: opacity 0.2s; -moz-transition: opacity 0.2s; transition: opacity 0.2s; } .no-touch .cd-slider:hover::after { opacity: 1; } .cd-slider-active .cd-slider { cursor: auto; } .cd-slider-active .cd-slider::after { display: none; } } @media only screen and (min-width: 1024px) { .cd-slider-navigation li, .cd-slider-pagination { opacity: 0; visibility: hidden; -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s; -moz-transition: opacity 0.4s 0s, visibility 0s 0.4s; transition: opacity 0.4s 0s, visibility 0s 0.4s; } .cd-slider-active .cd-slider-navigation li, .cd-slider-active .cd-slider-pagination { opacity: 1; visibility: visible; -webkit-transition: opacity 0.4s 0.4s, visibility 0s 0.4s; -moz-transition: opacity 0.4s 0.4s, visibility 0s 0.4s; transition: opacity 0.4s 0.4s, visibility 0s 0.4s; } } .cd-slider-navigation li { position: absolute; z-index: 2; top: 50%; bottom: auto; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); } .cd-slider-navigation li:first-of-type { left: 10px; } .cd-slider-navigation li:last-of-type { right: 10px; } .cd-slider-navigation li a { display: block; width: 48px; height: 48px; background: url("../images/cd-icon-arrow.svg") no-repeat center center; -webkit-transition: opacity 0.2s 0s, visibility 0s 0s; -moz-transition: opacity 0.2s 0s, visibility 0s 0s; transition: opacity 0.2s 0s, visibility 0s 0s; /* image replacement */ overflow: hidden; text-indent: 100%; white-space: nowrap; } .cd-slider-navigation li a.inactive { opacity: 0; visibility: hidden; -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s; -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s; transition: opacity 0.2s 0s, visibility 0s 0.2s; } .no-touch .cd-slider-navigation li a:hover { opacity: .7; } .cd-slider-navigation li:first-of-type a { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } @media only screen and (min-width: 1024px) { .cd-slider-navigation li:first-child { left: 30px; } .cd-slider-navigation li:last-child { right: 30px; } } .cd-slider-pagination { /* you won't see this element in the html but it will be created using jQuery */ position: absolute; z-index: 2; bottom: 30px; left: 50%; right: auto; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); visibility: hidden; } .cd-slider-pagination:after { content: ""; display: table; clear: both; } .touch .cd-slider-pagination { visibility: hidden; } .cd-slider-pagination li { display: inline-block; float: left; margin: 0 5px; } .cd-slider-pagination li.selected a { background: #f5f4f3; } .cd-slider-pagination a { display: block; height: 12px; width: 12px; border-radius: 50%; border: 1px solid #f5f4f3; /* fix a bug in IE9/10 - transparent anchor not clickable */ background-color: rgba(255, 255, 255, 0); /* image replacement */ overflow: hidden; text-indent: 100%; white-space: nowrap; } .cd-slider-wrapper .cd-close { display: none; position: absolute; z-index: 2; top: 30px; right: 30px; width: 48px; height: 48px; background: url("../images/cd-icon-close.svg") no-repeat center center; /* image replacement */ overflow: hidden; text-indent: 100%; white-space: nowrap; visibility: hidden; opacity: 0; -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.4s; -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.4s; transition: transform 0.3s 0s, visibility 0s 0.4s; } .cd-slider-active .cd-slider-wrapper .cd-close { visibility: visible; opacity: 1; -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s; -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s; transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s; } .no-touch .cd-slider-active .cd-slider-wrapper .cd-close:hover { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); } @media only screen and (min-width: 1024px) { .cd-slider-wrapper .cd-close { display: block; } } .cd-item-info { padding: 50px 5%; background:url(../images/about.jpg) no-repeat; background-position:center; background-attachment:fixed; background-size:cover; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; } .cd-item-info h2 { font-size: 2.4rem; font-weight: bold; padding: 5px 0 20px; font-family: 'Black Ops One', cursive; } .cd-item-info p { line-height: 1.6; margin: 1em 0; color: #000; font-size:17px; } @media only screen and (min-width: 1024px) { .cd-item-info { position: absolute; width: 50%; top: 0; right: 0; padding: 90px 60px 119px; margin: 0; } } /*-- /About-us --*/ /*-- Gallery --*/ section.our-portfolio { padding:100px 0; background:url(../images/portfolio.jpg) no-repeat; background-attachment: fixed; background-position: center; background-size:cover; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; } section.our-portfolio h3 { color:#fff; font-size:45px; font-weight:bold; padding:30px 0; font-family: 'Black Ops One', cursive; } section.our-portfolio p { color:#fff; font-size:17px; font-weight:bold; padding:20px 0 40px; } /*-- /Gallery --*/ /*-- Team --*/ section.our-team { background:url(../images/team.jpg) no-repeat; background-attachment: fixed; background-position: center; background-size:cover; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; padding:100px 0; } section.our-team h3.text-center { color:#DADADA; font-size:45px; font-weight:bold; padding:30px 0; font-family: 'Black Ops One', cursive; } section.our-team p.text-center { color:#DADADA; font-size:17px; font-weight:bold; padding:20px 0 40px; } section.our-team h4 { color:#DADADA; font-size: 25px; font-weight: 500; padding: 20px 0; font-family: 'Black Ops One', cursive; } section.our-team p.team-info { color:#DADADA; font-size:17px; font-weight:bold; } .ch-grid { margin: 20px 0 0 0; padding: 0; list-style: none; display: block; text-align: center; width: 100%; } .ch-grid:after, .ch-item:before { content: ''; display: table; } .ch-grid:after { clear: both; } .ch-grid li { width: 220px; height: 220px; display: inline-block; margin: 20px; } ul.social-icons { padding:165px 0 0 0; } ul.social-icons li { display:inline; margin:0; padding:0; } ul.social-icons li a i.fa.fa-facebook{ color:#fff; background-color:#3b5998; padding: 6px 9px; font-size: 16px; border-radius:50%; text-align:center; vertical-align:middle; transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; } ul.social-icons li a i.fa.fa-facebook:hover { background-color:#17233E; } ul.social-icons li a i.fa.fa-twitter { color:#fff; background-color:#55acee; padding: 6px 6px; font-size: 15px; border-radius:50%; text-align:center; vertical-align:middle; transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; } ul.social-icons li a i.fa.fa-twitter:hover { background-color:#1F435F; } ul.social-icons li a i.fa.fa-linkedin { color:#fff; background-color:#e68523; padding: 4px 7px 8px; font-size: 15px; border-radius:50%; text-align:center; vertical-align:middle; transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; } ul.social-icons li a i.fa.fa-linkedin:hover { background-color:#794612; } ul.social-icons li a i.fa.fa-google-plus { color:#fff; background-color:#dc4e41; padding: 7px 6px; font-size: 12px; border-radius:50%; text-align:center; vertical-align:middle; transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; } ul.social-icons li a i.fa.fa-google-plus:hover { background-color:#69251F; } /*-- /Team --*/ /*-- Blog --*/ section.our-blog { padding:100px 0; background:url(../images/blogger3.jpg); background-repeat: no-repeat; background-attachment: fixed; background-position: center; background-size: 100% 100%; } section.our-blog h3 { color:#fff; font-size:45px; font-weight:bold; padding:30px 0; font-family: 'Black Ops One', cursive; } section.our-blog p.text-center { color:#fff; font-size:17px; font-weight:bold; padding:20px 0 40px; } .view2 { width: 300px; height: 300px; overflow: hidden; position: relative; text-align: center; -webkit-box-shadow: 0px 0px 25px #e6e6e6; -moz-box-shadow: 0px 0px 25px #e6e6e6; box-shadow: 0px 0px 25px #e6e6e6; cursor: default; background: #fff url(../images/bgimg.jpg) no-repeat center center; } .view2 .mask,.view2 .content { width: 300px; height: 300px; position: absolute; overflow: hidden; top: 0; left: 0; } .view2 img { display: block; position: relative; } .view2 h4 { text-transform: uppercase; color: #fff; text-align: center; position: relative; font-size: 23px; padding: 10px; background: rgba(0, 0, 0, 0.8); margin: 55px 0 0 0; font-family: 'Black Ops One', cursive; } .view2 p { font-size: 17px; position: relative; color: #fff; padding: 25px 20px 25px; text-align: center; } .view2 a.info { display: inline-block; text-decoration: none; padding: 10px 15px; background-color: #000; font-size: 20px; color: #fff; text-transform: uppercase; -webkit-box-shadow: 0 0 1px #000; -moz-box-shadow: 0 0 1px #000; box-shadow: 0 0 1px #000; font-family: 'Black Ops One', cursive; } .view2 a.info: hover { -webkit-box-shadow: 0 0 5px #000; -moz-box-shadow: 0 0 5px #000; box-shadow: 0 0 5px #000; } section.our-blog .blog-details { margin-left:20px; } section.our-blog .blog-details h5 { color:#fff; font-size:22px; font-weight: 500; font-family: 'Black Ops One', cursive; } section.our-blog .blog-details p.p3 { color:#E69D82; font-size: 14px; font-weight: 400; padding: 20px 0; } section.our-blog .blog-details p.p4 { color: #fff; font-size: 17px; line-height: 20px; font-weight: 500; padding-bottom: 20px; } section.our-blog .blog-details a { text-decoration:none; font-size:17px; color:#F44336; } section.our-blog .blog-details a:hover { color:#FF9800; } section.our-blog .blog-row { padding-top:30px; } /*-- /Blog --*/ /*-- Contact --*/ section.contact-us { padding:100px 0; background:url(../images/contact.jpg); background-repeat: no-repeat; background-attachment: fixed; background-position: center; background-size: 100% 100%; } section.contact-us h3 { color:#fff; font-size:45px; font-weight:bold; text-align:center; padding:30px 0; font-family: 'Black Ops One', cursive; } section.contact-us p { color:#fff; font-size:17px; font-weight:bold; text-align:center; padding:20px 0 40px; } section.contact-us iframe.googlemaps { width:100%; height:400px; } input#name , input#email , textarea#comments { color:#fff; border-radius: 0px; margin-bottom:10px; background-color: rgba(255, 255, 255, 0); font-size:17px; border:1px solid #fff } input#name , input#email { height:55px; } input::-webkit-input-placeholder { color: #fff !important; } input:-moz-placeholder { /* Firefox 18- */ color: #fff !important; } input::-moz-placeholder { /* Firefox 19+ */ color: #fff !important; } input:-ms-input-placeholder { color: #fff !important; } textarea::-webkit-input-placeholder { color: #fff !important; } textarea::-moz-placeholder { /* Firefox 18- */ color: #fff !important; } textarea::-moz-placeholder { /* Firefox 19+ */ color: #fff !important; } textarea::-ms-input-placeholder { color: #fff !important; } textarea#comments { height:150px; } section.contact-us form button { border-radius: 0px; padding: 10px 30px; } .btn-outline { border: solid 1px #fff; font-size: 20px; color: #fff; background: 0 0; transition: all .3s ease-in-out; } .btn-outline:hover, .btn-outline:focus, .btn-outline:active { border: solid 1px #fff; color: #18bc9c; background: #fff; } /*-- /Contact --*/ /*-- Footer --*/ section.footer { padding:100px 0; background:url(../images/leather.jpg); background-repeat:repeat; background-attachment: fixed; background-position: center; } section.footer h3 { color:#fff; font-size: 27px; padding: 20px 0 40px; font-family: 'Black Ops One', cursive; } section.footer .footer-contact .contact-info i{ font-size:20px; color:#fff; text-align: center; vertical-align: middle; } section.footer .footer-contact .contact-info p , section.footer .footer-contact .contact-info p a{ font-size:16px; color:#fff; font-weight:bold; } section.footer .footer-contact .contact-info p { margin: -18px 0px 0 30px; padding-bottom: 17px; } section.footer .footer-contact .contact-info p a{ text-decoration:none; } section.footer .footer-contact .contact-info p a:hover { color:red; } .subscribe { padding: 40px 0; } section.footer .footer-contact .subscribe .form-group { float: left; } section.footer .footer-contact .subscribe .form-group input#email { width: 150px; height: 46px; padding: 0px 8px; font-size: 19px; border-radius:0px; } section.footer .footer-contact .subscribe .form-group button { margin: -114px 0 0 150px; border-radius: 0px; padding: 9px 10px; background-color: brown; border: 1px solid #fff; transition: all .3s ease-in-out; } section.footer .footer-contact .subscribe .form-group button:hover, section.footer .footer-contact .subscribe .form-group button:focus, section.footer .footer-contact .subscribe .form-group button:active { border: solid 1px #fff; color: #18bc9c; background: #fff; } section.footer .footer-gallery img.example-image { width: 84px; padding-bottom: 1px; opacity:0.7; } section.footer .footer-gallery img.example-image:hover { opacity:1; } .news-info { padding: 0 85px 0 0; } section.footer .footer-news h4{ color:#fff; font-size: 17px; font-weight: normal; font-family: 'Black Ops One', cursive; } section.footer .footer-news p{ color:#fff; font-size:16px; font-weight:300; padding: 7px 0 0; line-height: 20px; } section.footer .footer-news img.example-image { width:80px; margin: -70px 0 25px 181px; } section.footer .footer-about p { color:#fff; font-size:16px; font-weight:300; padding: 0px 0 30px; line-height: 25px; } section.footer .footer-about a { color:#CBD674; text-decoration:none; font-size:16px; font-weight:300; padding:10px 0 20px; } section.footer .footer-about a:hover { color:#E4FF00; } section.footer .footer-links ul { padding:20px 0; } section.footer .footer-links ul li{ display:inline-block; } section.footer .footer-links ul li a { text-decoration:none; } section.footer .footer-links ul li a i { vertical-align: middle; text-align: center; color:#fff; background-color: #000; border: 1px solid #fff; line-height:22px; transition:0.5s all; -webkit-transition:0.5s all; -moz-transition:0.5s all; -o-transition:0.5s all; -ms-transition:0.5s all; } section.footer .footer-links ul li a i.fa.fa-facebook { font-size: 21px; padding: 13px 18px 14px; } section.footer .footer-links ul li a i.fa.fa-twitter { font-size: 19px; padding: 14px 15px 13px; } section.footer .footer-links ul li a i.fa.fa-whatsapp { font-size: 21px; padding: 13px 14px 14px; } section.footer .footer-links ul li a i.fa.fa-youtube { font-size: 20px; padding: 13px 15px 14px; } section.footer .footer-links ul li a i.fa.fa-google-plus { font-size:15px; padding: 14px 14px 13px; } section.footer .footer-links ul li a i:hover { background-color:#FFE526; color:#000; border-color:#FFE526; } hr { margin-top: 40px; } section.footer .copyright { text-align:center; } section.footer .copyright p { color: #fff; padding:15px 0 0; } section.footer .copyright p a { text-decoration:none; color:#fff; } section.footer .copyright p a:hover { color:#FFE526; } /*-- /Footer --*/ /*-- Back to top --*/ .cd-top { display: inline-block; height: 40px; width: 40px; position: fixed; bottom: 40px; right: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); /* image replacement properties */ overflow: hidden; text-indent: 100%; white-space: nowrap; background: rgba(0,0,0, 0.65) url(../images/cd-top-arrow.svg) no-repeat center 50%; visibility: hidden; background-size:30px; opacity: 0; -webkit-transition: opacity .3s 0s, visibility 0s .3s; -moz-transition: opacity .3s 0s, visibility 0s .3s; transition: opacity .3s 0s, visibility 0s .3s; } .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover { -webkit-transition: opacity .3s 0s, visibility 0s 0s; -moz-transition: opacity .3s 0s, visibility 0s 0s; transition: opacity .3s 0s, visibility 0s 0s; } .cd-top.cd-is-visible { /* the button becomes visible */ visibility: visible; opacity: 1; } .cd-top.cd-fade-out { /* if the user keeps scrolling down, the button is out of focus and becomes less visible */ opacity: .5; } .no-touch .cd-top:hover { background-color: #000; opacity: 1; } @media only screen and (min-width: 768px) { .cd-top { right: 20px; bottom: 20px; } } @media only screen and (min-width: 1024px) { .cd-top { height: 55px; width: 55px; right: 30px; bottom: 30px; } } /*-- /Back to top --*/ /*-- sliding animation --*/ .slideanim {visibility:hidden;} .slide { /* The name of the animation */ animation-name: slide; -webkit-animation-name: slide; /* The duration of the animation */ animation-duration: 1s; -webkit-animation-duration: 1s; /* Make the element visible */ visibility: visible; } /* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */ @keyframes slide { 0% { opacity: 0; -webkit-transform: translateY(70%); } 100% { opacity: 1; -webkit-transform: translateY(0%); } } @-webkit-keyframes slide { 0% { opacity: 0; -webkit-transform: translateY(70%); } 100% { opacity: 1; -webkit-transform: translateY(0%); } } /*-- /sliding animation --*/ /*-- responsive design --*/ @media(max-width:1920px){ slide h3.slide1 { left: 12%; } slide h4.slide1,slide h4.slide2 { left: 11.5%; } slide h3.slide2 { left: 12%; } .cd-item-info { padding: 125px 60px 181px; } .cd-item-info p { font-size:18px; } } @media(max-width:1680px){ slide h3.slide1 { left: 8.5%; } slide h4.slide1 { left: 7%; } slide h3.slide2 { left: 7.5%; } slide h4.slide2 { left: 7%; } slide h3.slide3 { left: 26%; } slide h4.slide3 { left: 7%; } slide h3.slide4 { left: 20%; } slide h4.slide4 { left: 3%; } .cd-item-info { padding: 90px 60px 119px; } } @media(max-width:1600px){ .banner-logo a h1{ left: 76vh; } slide h3.slide4 { left: 18%; } slide h4.slide4 { left: 1.5%; } slide h3.slide1 { left: 6.5%; } slide h4.slide1,slide h4.slide2 { left: 5%; } slide h3.slide2 { left: 5.5%; } .cd-item-info { padding: 68px 60px 90px; } } @media(max-width:1440px){ .banner-logo a h1 { left: 35%; } slide h3 { font-size: 56px; } slide h4 { font-size: 58px; } slide h3.slide1 { left: 7%; } slide h4.slide1 { left: 7%; } slide h3.slide2 { left: 7%; } slide h4.slide2 { left:8%; } slide h3.slide4 { left: 19%; } slide h4.slide4 { left: 5%; } .cd-item-info { padding: 55px 60px 62px; } } @media (max-width: 1366px) { slide h3.slide1 { left: 5.5%; } slide h4.slide1 { left: 5.5%; } slide h3.slide2 { left: 5%; } slide h4.slide2 { left:6%; } slide h3.slide4 { left: 17%; } slide h4.slide4 { left: 3%; } .cd-item-info { padding: 41px 40px 55px; } .cd-images-list h4 { font-size: 55px; } } @media (max-width: 1280px){ .banner-logo a h1 { left: 51vh; } slide h3 { font-size: 50px; } slide h4 { font-size:50px; } slide h3.slide4 { left: 20%; } slide h4.slide4 { left: 6%; } slide h3.slide1 { left: 7%; } slide h4.slide1 { left: 9%; } slide h3.slide2 { left: 6%; } slide h4.slide2 { left: 9%; } slide h3.slide3 { left: 25%; } slide h4.slide3 { left: 10%; } .cd-item-info { padding: 40px 40px 57px; } .cd-images-list h4 { font-size: 50px; } .cd-item-info p { font-size: 16px; } } @media (max-width: 1080px) { .banner-logo a h1 { left: 40vh; } slide h3 { font-size: 40px; } slide h4 { font-size: 40px; } slide h3.slide1 { left: 8%; } slide h4.slide1 { left: 10%; } slide h3.slide2 { left: 8%; } slide h4.slide2 { left: 10%; } slide h3.slide4 { left: 19%; } slide h4.slide4 { left: 8.5%; } .cd-item-info h2 { padding: 4px 0 0px; } .cd-item-info { padding: 25px 40px 10px; } .cd-images-list h4 { font-size: 40px; word-spacing: 5px; } .cd-content-block h5 { font-size: 40px; } li.t4 { margin-top: 50px; } a.rm-viewdetails, .rm-modal a { font-size: 22px; } .rm-content dl dd { line-height: 20px; padding: 5px 0 35px; } .pricing-table a.btn.btn-outline.btn-lg { top: 9px; padding: 15px 108px; } .rm-content h4 { font-size: 30px; } .rm-content h5 { font-size: 21px; } .view2 .mask, .view2 .content, .view2 { width: 250px; height: 250px; } .view2 h4 { margin: 30px 0 0 0; } section.our-blog .blog-details h5 { font-size: 20px; } section.our-blog .blog-details p.p3 { padding:15px 0; } section.our-blog .blog-details p.p4 { padding-bottom: 10px; font-size:14px; } section.footer .footer-contact .subscribe .form-group input#email { width: 215px; text-align:center; } section.footer .footer-contact .subscribe .form-group button { padding: 9px 60px; margin: -24px 0 0 0; } section.our-blog .blog-row { padding-top: 50px; } section.footer h3 { font-size:22px; } .news-info { padding: 0 56px 0 0; margin-left: -17px; } section.footer .footer-news img.example-image { margin: -66px 0 30px 155px; } .footer-about { margin-left: 10px; } .footer-links { margin-left: 10px; } section.footer .footer-links ul li a i.fa.fa-facebook { font-size: 20px; padding: 6px 12px 8px; } section.footer .footer-links ul li a i.fa.fa-twitter { font-size: 19px; padding: 7px 9px 7px; } section.footer .footer-links ul li a i.fa.fa-whatsapp { font-size: 20px; padding: 5px 9px 9px; } section.footer .footer-links ul li a i.fa.fa-youtube { font-size: 17px; padding: 5px 10px 9px; } section.footer .footer-links ul li a i.fa.fa-google-plus { font-size: 15px; padding: 7px 8px 7px; } .pricing-table .rm-middle .rm-inner .rm-content a.btn.btn-outline.btn-lg { top: 29px; } .pricing-table a.btn.btn-outline.btn-lg { padding: 15px 111px; } } @media (max-width: 1050px) { .banner-logo a h1 { left: 39vh; } slide h4.slide3 { left: 11%; } slide h4.slide4 { left: 7%; } .cd-item-info p { font-size: 15px; } .cd-item-info { padding: 22px 40px 10px; } .cd-image-block, .cd-content-block { height: 430px; } .cd-images-list h4 { margin-top:-120px; } .rm-content h5 { font-size: 20px; } .pricing-table a.btn.btn-outline.btn-lg { padding: 15px 103px; } .pricing-table .rm-middle .rm-inner .rm-content a.btn.btn-outline.btn-lg { top: -10px; } .pricing-table .rm-right .rm-back .rm-content a.btn.btn-outline.btn-lg { top:-13px; } } @media (max-width: 1024px) { container { height: 675px!important; } .banner-logo a h1 { left: 44vh; font-size: 55px; } slide h3.slide2 { left: 7%; } slide h3.slide1 { left: 7%; } slide h4.slide1 { left: 9%; } slide h3.slide4 { left: 18%; } slide h4.slide1 { left: 8%; } slide h4.slide3 { left: 10%; } slide h4.slide4 { left: 6.5%; } .cd-item-info { padding: 19px 30px 23px; } .cd-item-info p { font-size: 14px; } a.rm-viewdetails, .rm-modal a { font-size: 21px; } .pricing-table a.btn.btn-outline.btn-lg { padding: 15px 99px; top: 13px; } .pricing-table .rm-middle .rm-inner .rm-content a.btn.btn-outline.btn-lg { top: -7px; } .pricing-table .rm-right .rm-back .rm-content a.btn.btn-outline.btn-lg { top: -28px; } } @media (max-width: 991px) { .banner-logo a h1 { top: 3vh; left: 43vh; font-size: 50px; } slide h3 { font-size: 37px; } slide h4 { font-size: 37px; } slide h3.slide1 { left: 9%; } slide h4.slide1, slide h4.slide2 { left: 10.5%; } slide h3.slide2 { left: 8%; } slide h3.slide4 { left: 21%; } slide h4.slide4 { left: 8%; } slide h4.slide3 { left: 12%; } .cd-content-block h5 { font-size: 37px; } .grid figcaption { padding:15px; } .cd-item-info { padding: 30px 50px 30px; } .cd-item-info p { font-size: 16px; } .cd-image-block, .cd-content-block { height: 500px; } .cd-images-list h4 { margin-top: -46px; font-size:38px; } .grid-gallery figcaption h4 { font-size:15px; } a.rm-viewdetails, .rm-modal a { font-size: 19px; } .pricing-table a.btn.btn-outline.btn-lg { padding: 15px 94px; top: -19px; } .pricing-table .rm-middle .rm-inner .rm-content a.btn.btn-outline.btn-lg { top: -19px; } .pricing-table .rm-right .rm-back .rm-content a.btn.btn-outline.btn-lg { top: 1px; } .rm-content h5 { font-size: 18px; } .view2 .mask, .view2 .content, .view2 { width: 300px; height: 300px; } .view2 h4 { margin: 55px 0 0 0; } section.our-blog .blog-details { margin-left: 0; margin-bottom: 80px; } section.our-blog .blog-row { padding-top:0; } section.our-blog .blog-details h5 { font-size: 25px; } section.our-blog .blog-details p.p3 { padding: 25px 0; font-size:15px; } section.our-blog .blog-details p.p4 { padding-bottom: 30px; font-size: 17px; line-height: 25px; } section.our-blog .blog-details a { font-size:20px; } .ch-grid li { margin:8px; } .ch-grid li.t4 .ch-item { margin-top:45px; } .footer-gallery { padding-bottom: 35px; } section.footer .footer-news img.example-image { margin: -70px 0 30px 200px; } section.footer .footer-links ul li a i.fa.fa-facebook { font-size: 21px; padding: 13px 18px 14px; } section.footer .footer-links ul li a i.fa.fa-twitter { font-size: 19px; padding: 14px 15px 13px; } section.footer .footer-links ul li a i.fa.fa-whatsapp { font-size: 21px; padding: 13px 14px 14px; } section.footer .footer-links ul li a i.fa.fa-youtube { font-size: 20px; padding: 13px 15px 14px; } section.footer .footer-links ul li a i.fa.fa-google-plus { font-size:15px; padding: 14px 14px 13px; } .news-info { margin-left:0; padding: 0 119px 0 0; } .footer-about,.footer-links { margin-left:0px; } } @media (max-width: 900px) { .banner-logo a h1 { left: 40vh; font-size: 46px; } slide h3 { top:40%; } slide h4 { top:55%; } slide h3.slide4 { left: 17%; } slide h4.slide4 { left: 4%; } slide h3.slide1 { left: 5%; } slide h4.slide1, slide h4.slide2 { left: 7%; } slide h3.slide2 { left: 4%; } slide h4.slide3 { left: 9%; } .cd-content-block > ul > li { padding: 3em 2em; } .cd-content-block h5 { font-size: 38px; } .cd-images-list h4 { margin-top: -60px; font-size: 33px; } .slideshow figure { width: 64%; margin: 45px auto 0; height: 86%; } .slideshow figcaption h5 { font-size:28px; } } @media (max-width: 800px) { .banner-logo a h1 { left: 33vh; } slide h3 { font-size:33px; } slide h4 { font-size:33px; } slide h4.slide1, slide h4.slide2 { left: 6.5%; } .cd-images-list h4 { margin-top: -60px; font-size: 32px; width: 110%; margin-left: -22px; } .cd-content-block h5 { font-size: 33px; } .slideshow figure { height:79%; } .slideshow figcaption h5 { font-size: 24px; } } @media (max-width: 768px) { .banner-logo a h1 { left: 27vh; font-size: 45px; } slide h3 { font-size: 30px; } slide h4 { font-size: 30px; } slide h3.slide4 { left: 19.5%; } slide h4.slide4 { left: 6%; } slide h3.slide1 { left: 7%; } slide h4.slide1, slide h4.slide2 { left: 8.5%; } slide h3.slide2 { left: 6%; } slide h4.slide3 { left: 10.5%; } .cd-images-list h4 { width: 130%; margin-left: -45px; } .cd-content-block h5 { font-size: 31px; } .slideshow figure { height: 49%; margin: 240px auto 0; } .slideshow figcaption h5 { font-size: 21px; } section.footer h3 { text-align: center; } .contact-info { margin-left: 54px; } .footer-gallery { text-align:center; } section.footer .footer-contact .subscribe .form-group button { margin:-114px 0 0px 216px; padding: 9px 30px; } .footer-events { margin-left: 40px; } .footer-about, .footer-links { text-align:center; } } @media (max-width: 736px) { #menu span#title { font-size: 45px; padding: 25px 0 20px; } #menu ul li { width:70%; } #menu ul li:hover:after { width: 70%; left:10%; } #toggle { left:25px; } .banner-logo a h1 { left: 64vh; } slide h3 { top:37%; } slide h4 { top:63%; } slide h3.slide4 { left: 17%; } slide h4.slide4 { left: 4%; } slide h3.slide1 { left: 5%; } slide h4.slide1, slide h4.slide2 { left: 7%; } slide h3.slide2 { left: 4.5%; } slide h4.slide3 { left: 9%; } section.divider1 p, section.divider2 p, section.divider3 p { font-size: 18px; } section.divider1 h3,section.divider2 h3,section.divider3 h3 { font-size: 35px; font-weight: 500; } container { height: 350px!important; } .cd-images-list > li { height: 340px; } .cd-images-list h4 { width: 100%; margin: 0; margin: 150px 0 0 0; } section#events { height: 1360px; } .slideshow figure { height: 96%; width:55%; margin: 7px auto 0; } .slideshow figcaption h5 { padding:10px 0 0; font-size: 19px; } .slideshow figcaption p.p1 { padding: 8px 10px 10px; } .slideshow li figure img { height:77%; } .slideshow nav span.nav-close { right:45px; } .ch-grid li { margin: 0 40px 0; } section.contact-us iframe.googlemaps { padding-bottom: 70px; } .contact-info { margin-left: 223px; } .subscribe { margin-left: 134px; } section.footer .footer-contact .subscribe .form-group button { margin: 0px 0 0px 0px; } section.footer h3 { font-size: 35px; } .footer-events { margin-left: 160px; padding-top: 20px; } section.footer .footer-news img.example-image { margin: -60px 0 36px 275px; } section.our-portfolio h3, section.our-team h3.text-center, section.our-blog h3, section.contact-us h3 { font-size:40px; font-weight:500; } } @media (max-width: 667px) { .banner-logo a h1 { font-size: 40px; left: 66vh; } slide h3 { font-size: 25px; } slide h4 { font-size: 25px; } slide h3.slide4 { left: 20%; } slide h4.slide4 { left: 8%; } slide h3.slide1 { left: 8.5%; } slide h4.slide1, slide h4.slide2 { left: 10%; } slide h3.slide2 { left: 8%; } slide h4.slide3 { left: 12%; } .contact-info { margin-left: 185px; } .footer-events { margin-left: 125px; } section.footer .footer-news img.example-image { margin: -55px 0 36px 275px; } container { height: 311px!important; } .subscribe { margin-left: 105px; } section.footer .footer-contact .subscribe .form-group input#email { width: 235px; } .slideshow figcaption h5 { font-size: 18px; } .slideshow figcaption p.p1 { font-size:16px; } .grid figcaption { padding:15px; } } @media (max-width: 640px) { .banner-logo a h1 { left: 41vh; } section.divider1 h3, section.divider2 h3, section.divider3 h3 { font-size: 30px; } section.our-portfolio h3, section.our-team h3.text-center, section.our-blog h3, section.contact-us h3 { font-size: 35px; } container { height: 480px!important; } slide h3 { top:40%; } slide h4 { top:57%; } slide h3.slide4 { left: 18%; } slide h4.slide4 { left: 6%; } slide h3.slide1 { left: 7%; } slide h4.slide3 { left: 11%; } slide h4.slide1, slide h4.slide2 { left: 9%; } slide h3.slide2 { left: 7%; } .slideshow figure { height: 76%; width: 71%; margin: 55px auto 0; } .slideshow li figure img { height: initial; } .ch-grid li { margin: 0px 20px 0px; } section.footer .footer-about p { line-height: 23px; padding: 0px 15px 30px; } } @media (max-width: 600px) { .banner-logo a h1 { left: 49vh; } container { height: 364px!important; } slide h3 { font-size: 23px; top:39%; } slide h4 { font-size: 23px; top:61%; } .slideshow figure { height: 95%; width: 75%; margin: 9px auto 0; } .slideshow nav span.nav-close { right: 30px; } #toggle { left:5px; } .view2 .mask, .view2 .content, .view2 { width: 250px; height: 250px; } section.our-blog .blog-details { margin-left: -23px; } section.our-blog .blog-details h5 { font-size: 22px; line-height: 25px; } section.our-blog .blog-details p.p3 { padding: 15px 0; } section.our-blog .blog-details p.p4 { padding-bottom: 12px; line-height: 24px; font-size: 16px; } .view2 h4 { margin: 30px 0 0 0; } .contact-info { margin-left: 152px; } .subscribe { margin-left: 80px; } .footer-events { margin-left: 97px; } } @media (max-width: 568px) { .banner-logo a h1 { left: 68vh; top: 17px; font-size: 35px; } container { height: 256px!important; } slide h3 { top:37%; } slide h4 { top:67%; } slide h3.slide4 { left: 18%; } slide h4.slide4 { left: 4%; } slide h3.slide1 { left: 5%; } slide h4.slide1, slide h4.slide2 { left: 7%; } slide h3.slide2 { left: 4%; } slide h3.slide3 { left: 24%; } slide h4.slide3 { left: 9%; } section.our-blog .blog-details { margin-left: -20px; } .footer-events { margin-left: 80px; } .slideshow figcaption h5 { padding-bottom:10px; } .slideshow figcaption p.p1 { display:none; } .slideshow figure { height: 98%; width: 75%; margin: 3px auto 0; } .ch-grid li { margin: 0px 15px 0px; } section.divider1 h3, section.divider2 h3, section.divider3 h3 { font-size: 27px; } section.divider1 p, section.divider2 p, section.divider3 p { font-size: 16px; } section.our-portfolio h3, section.our-team h3.text-center, section.our-blog h3, section.contact-us h3 { font-size: 30px; } section.our-team p.text-center , section.our-portfolio p , section.our-blog p.text-center ,section.contact-us p { font-size:16px; padding: 0px 20px 30px; line-height: 20px; } } @media (max-width: 480px) { .banner-logo a h1 { left: 19vh; top: 17px; font-size: 37px; } container { height: 375px!important; } slide h3 { text-align:center; line-height:27px; } slide h4 { text-align:center; top: 63%; line-height:27px; } slide h3.slide4 { left: 11%; } slide h4.slide4 { left: 0%; } slide h3.slide1 { left: 2%; } slide h4.slide1, slide h4.slide2 { left: 1%; padding:0 5px; } slide h3.slide2 { left: 2%; } slide h3.slide3 { left: 20%; } slide h4.slide3 { left: 2%; padding:0 5px; } .slideshow figcaption p.p1 { display: block; padding-bottom: 15px; font-size: 14px; line-height: 20px; } .slideshow nav span.nav-close { right: 5px; } .slideshow figure { height: 54%; width: 82%; margin: 141px auto; } .slideshow figcaption h5 { padding: 15px 0 0; } .ch-grid li.t2,.ch-grid li.t3 { margin-top:50px; } .view2 .mask, .view2 .content, .view2 { width: 210px; height: 210px; } section.our-blog .blog-details { margin-left: -6px; } section.our-blog .blog-details h5 { font-size: 19px; line-height: 22px; margin-top: -7px; } section.our-blog .blog-details p.p3 { font-size: 13px; padding: 10px 0; } section.our-blog .blog-details p.p4 { padding-bottom: 7px; line-height: 21px; font-size: 15px; } section.our-blog .blog-details a { font-size: 16px; } .contact-info { margin-left: 100px; } .subscribe { margin-left: 40px; } section.footer .footer-contact .subscribe .form-group button { padding: 10px 20px; font-size: 18px; } .news-info { padding: 0 130px 0 0; } section.footer .footer-news img.example-image { margin: -66px 0 36px 245px; } .footer-events { margin-left: 50px; } section.divider1 h3, section.divider2 h3, section.divider3 h3 { font-size: 24px; } section.our-portfolio h3, section.our-team h3.text-center, section.our-blog h3, section.contact-us h3 { font-size: 25px; } } @media (max-width: 414px) { #menu span#title { font-size: 40px; padding: 25px 0 10px; } container { height: 445px!important; } .banner-logo a h1 { top: 2vh; left: 14vh; font-size: 40px; } slide h3.slide4 { left: 5%; } slide h4.slide4 { left: 0%; } slide h3.slide1 { left: -1%; } slide h3.slide2 { left: 0%; } slide h3.slide3 { left: 15%; } slide h4.slide3 { left: 0%; } .slideshow figure { height: 46%; margin: 175px auto; } .cd-item-info h2 { display:block; } .view2 .mask, .view2 .content, .view2 { width: 300px; height: 300px; } .view2 { float: none; margin-left: 34px; } .col-xs-6.blog-image,.col-xs-6.blog-info { width: 100%; } section.our-blog .blog-details { margin: 17px 30px 60px 30px; } section.our-blog .blog-details h5 { font-size: 25px; line-height: 28px; margin-top: 0px; } section.our-blog .blog-details p.p3 { font-size: 14px; padding: 15px 0; } section.our-blog .blog-details p.p4 { padding-bottom: 10px; line-height: 25px; font-size: 17px; } section.our-blog .blog-details a { font-size: 18px; } .contact-info { margin-left: 70px; } section.footer .footer-contact .subscribe .form-group input#email { width: 288px; } section.footer .footer-contact .subscribe .form-group button { margin: -25px 0 0px 0px; padding: 10px 101px; } .news-info { padding: 0 105px 0 0; } section.footer .footer-news img.example-image { margin: -66px 0 36px 200px; } .footer-events { margin-left: 40px; } .view2 h4 { margin: 60px 0 0 0; } section.footer .copyright p { line-height:25px; } } @media (max-width: 384px) { #menu span#title { font-size: 37px; padding: 25px 0 0px; } .banner-logo a h1 { left: 95px; } container { height: 390px!important; } slide h3 { font-size:27px; } slide h4 { font-size:27px; } slide h3.slide3 { left: 6%; } .slideshow figcaption h5 { font-size: 16px; } .slideshow figure { height: 48%; margin: 143px auto; } .view2 h4 { margin: 60px 0 0 0; } .subscribe { margin-left: 25px; } .footer-events { margin-left: 25px; } .col-xs-6.blog-image, .col-xs-6.blog-info { margin-left:-15px; } } @media (max-width: 375px) { container { height: 398px!important; } #toggle { left: 0px; } .banner-logo a h1{ left: 84px; } slide h3 { font-size:25px; } slide h4 { font-size:25px; } slide h3.slide4 { left: 2%; } slide h3.slide3 { left: 9%; } slide h4.slide3 { padding:0 5px; } .col-xs-6.blog-image, .col-xs-6.blog-info { margin-left: -20px; } .footer-events { margin-left: 20px; } .contact-info { margin-left: 48px; } .subscribe { margin-left: 20px; } } @media (max-width: 320px) { section.our-portfolio h3, section.our-team h3.text-center, section.our-blog h3, section.contact-us h3 { font-size: 30px; } section.our-portfolio, section.our-team, section.our-blog, section.contact-us ,section.footer { padding:50px 0; } #menu span#title { font-size: 35px; padding: 20px 0 0px; } #menu ul li { width: 70%; margin: 0 auto -5px auto; } #menu ul li:hover:after { width: 70%; left:10%; } #menu ul li:after { height: 50px; margin: -50px 0 0 5%; } #menu ul li a span { font-size: 22px; } #menu ul li a { height: 50px; line-height: 50px; } container { height: 330px!important; } .banner-logo a h1{ left: 75px; top: 3vh; font-size: 35px; } .prev { left: 15px; padding: 4px 0px 0px 2px; line-height: 40px; } .next { right: 15px; padding: 4px 2px 0px 0px; line-height:40px; } slide h3 { font-size:21px; } slide h4 { font-size:21px; } .cd-images-list h4 { font-size:26px; } .cd-item-info { padding: 30px 30px 30px; } .slideshow figure { height: 56%; margin: 108px auto; } .slideshow figcaption h5 { font-size: 17px; } .slideshow figcaption p.p1 { font-size: 13px; line-height: 15px; padding: 8px 5px 10px; } .col-xs-6.blog-image{ margin-left: -22px; } .col-xs-6.blog-info { margin-left: 0px; } .view2 .mask, .view2 .content, .view2 { width: 250px; height: 250px; } .view2 h4 { margin: 35px 0 0 0; } section.our-blog .blog-details { margin: 17px 10px 60px 12px; } .contact-info { margin-left: 21px; } .subscribe { margin-left: 5px; } section.footer .footer-contact .subscribe .form-group input#email { width: 264px; } section.footer .footer-contact .subscribe .form-group button { padding: 10px 89px; } .news-info { padding: 0 85px 12px 0; } section.footer .footer-news img.example-image { margin: -78px 0 46px 173px; } .footer-events { margin-left: 10px; } section.footer .footer-about p { padding: 0px 5px 30px; } } /*-- /responsive design --*/
css/style.css
body{ padding:0; margin:0; background:#FFF; } body a{ transition:0.5s all; -webkit-transition:0.5s all; -moz-transition:0.5s all; -o-transition:0.5s all; -ms-transition:0.5s all; } input[type="button"],input[type="submit"]{ transition:0.5s all; -webkit-transition:0.5s all; -moz-transition:0.5s all; -o-transition:0.5s all; -ms-transition:0.5s all; } h1,h2,h3,h4,h5,h6{ margin:0; padding:0; } p{ margin:0; } ul{ margin:0; padding:0; } label{ margin:0; } button{ transition:0.5s all; -webkit-transition:0.5s all; -moz-transition:0.5s all; -o-transition:0.5s all; -ms-transition:0.5s all; } html * { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } ol, ul { list-style: none; } *, *::after, *::before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } /*-- /reset code --*/ body { font-family: 'Jura', sans-serif; } /*-- Banner-info --*/ .banner-logo { text-align:center; } .banner-logo a h1{ color:#71321C; font-size:65px; font-weight:bold; z-index: 99; position: absolute; top: 5vh; padding-top: 3px; border-top: 5px solid #505050; border-bottom: 5px solid #505050; left: 65vh; text-transform:uppercase; font-family: 'Black Ops One', cursive; text-decoration:none; } slide h3.slide1 { left: 8.5%; } slide h4.slide1 { left: 7%; } slide h3.slide2 { left: 7.5%; } slide h4.slide2 { left: 7%; } slide h3.slide3 { left: 26%; } slide h4.slide3 { left: 7%; } slide h3.slide4 { left: 20%; } slide h4.slide4 { left: 3%; } /*-- /Banner-info --*/ /*-- Divider1 --*/ section.divider1 { background:url(../images/divider1.jpg) no-repeat; background-attachment: fixed; background-position: center; background-size:cover; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; height:300px; padding:40px 0; } section.divider1 h3 { font-size:40px; font-weight:bold; padding: 60px 0 20px; color:#E4793A; text-align:center; text-transform:uppercase; font-family: 'Black Ops One', cursive; } section.divider1 hr { border-color:#E4793A; margin:0; } section.divider1 p { font-size:20px; font-weight:normal; padding:20px 0; color:#E4793A; text-align:center; } /*-- /Divider1 --*/ /*-- Divider2 --*/ section.divider2 { background:url(../images/divider2.jpg) no-repeat; background-attachment: fixed; background-position: center; background-size:cover; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; height:300px; padding:40px 0; } section.divider2 h3 { font-size:40px; font-weight:bold; padding: 60px 0 20px; color:#F44336; text-align:center; text-transform:uppercase; font-family: 'Black Ops One', cursive; } section.divider2 hr { border-color:#F44336; margin:0; } section.divider2 p { font-size:20px; font-weight:normal; padding:20px 0; color:#F44336; text-align:center; } /*-- /Divider2 --*/ /*-- Divider3 --*/ section.divider3 { background:url(../images/divider3.jpg) no-repeat; background-attachment: fixed; background-position: center; background-size:cover; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; height:300px; padding:40px 0; } section.divider3 h3 { font-size:40px; font-weight:bold; padding: 60px 0 20px; color:#D07D4B; text-align:center; text-transform:uppercase; font-family: 'Black Ops One', cursive; } section.divider3 hr { border-color:#D07D4B; margin:0; } section.divider3 p { font-size:20px; font-weight:normal; padding:20px 0; color:#D07D4B; text-align:center; } /*-- /Divider3 --*/ /*-- About-us --*/ .cd-single-item { position: relative; } .cd-slider-wrapper { position: relative; z-index: 1; -webkit-transition: width 0.4s; -moz-transition: width 0.4s; transition: width 0.4s; /* Force Hardware Acceleration in WebKit */ -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; will-change: width; } @media only screen and (min-width: 1024px) { .cd-slider-wrapper { width: 50%; } .cd-slider-active .cd-slider-wrapper { width: 100%; } } .cd-slider { position: relative; z-index: 1; overflow: hidden; } .cd-slider::before { /* never visible - this is used in jQuery to check the current MQ */ content: 'mobile'; display: none; } .cd-slider li { position: absolute; top: 0; left: 0; z-index: 1; height: 100%; width: 100%; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); -webkit-transition: -webkit-transform 0.3s; -moz-transition: -moz-transform 0.3s; transition: transform 0.3s; } .cd-slider li img { display: block; width: 100%; } .cd-slider li.selected { position: relative; z-index: 2; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } .cd-slider li.move-left { -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); } @media only screen and (min-width: 1024px) { .cd-slider { cursor: pointer; } .cd-slider::before { /* never visible - this is used in jQuery to check the current MQ */ content: 'desktop'; } .cd-slider::after { /* slider cover layer - to indicate the image is clickable */ content: ''; display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: rgba(81, 62, 93, 0.4) url("../images/cd-icon-zoom.svg") no-repeat center center; /* size of the icon */ background-size: 48px; opacity: 0; z-index: 4; -webkit-transition: opacity 0.2s; -moz-transition: opacity 0.2s; transition: opacity 0.2s; } .no-touch .cd-slider:hover::after { opacity: 1; } .cd-slider-active .cd-slider { cursor: auto; } .cd-slider-active .cd-slider::after { display: none; } } @media only screen and (min-width: 1024px) { .cd-slider-navigation li, .cd-slider-pagination { opacity: 0; visibility: hidden; -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s; -moz-transition: opacity 0.4s 0s, visibility 0s 0.4s; transition: opacity 0.4s 0s, visibility 0s 0.4s; } .cd-slider-active .cd-slider-navigation li, .cd-slider-active .cd-slider-pagination { opacity: 1; visibility: visible; -webkit-transition: opacity 0.4s 0.4s, visibility 0s 0.4s; -moz-transition: opacity 0.4s 0.4s, visibility 0s 0.4s; transition: opacity 0.4s 0.4s, visibility 0s 0.4s; } } .cd-slider-navigation li { position: absolute; z-index: 2; top: 50%; bottom: auto; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); } .cd-slider-navigation li:first-of-type { left: 10px; } .cd-slider-navigation li:last-of-type { right: 10px; } .cd-slider-navigation li a { display: block; width: 48px; height: 48px; background: url("../images/cd-icon-arrow.svg") no-repeat center center; -webkit-transition: opacity 0.2s 0s, visibility 0s 0s; -moz-transition: opacity 0.2s 0s, visibility 0s 0s; transition: opacity 0.2s 0s, visibility 0s 0s; /* image replacement */ overflow: hidden; text-indent: 100%; white-space: nowrap; } .cd-slider-navigation li a.inactive { opacity: 0; visibility: hidden; -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s; -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s; transition: opacity 0.2s 0s, visibility 0s 0.2s; } .no-touch .cd-slider-navigation li a:hover { opacity: .7; } .cd-slider-navigation li:first-of-type a { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } @media only screen and (min-width: 1024px) { .cd-slider-navigation li:first-child { left: 30px; } .cd-slider-navigation li:last-child { right: 30px; } } .cd-slider-pagination { /* you won't see this element in the html but it will be created using jQuery */ position: absolute; z-index: 2; bottom: 30px; left: 50%; right: auto; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); visibility: hidden; } .cd-slider-pagination:after { content: ""; display: table; clear: both; } .touch .cd-slider-pagination { visibility: hidden; } .cd-slider-pagination li { display: inline-block; float: left; margin: 0 5px; } .cd-slider-pagination li.selected a { background: #f5f4f3; } .cd-slider-pagination a { display: block; height: 12px; width: 12px; border-radius: 50%; border: 1px solid #f5f4f3; /* fix a bug in IE9/10 - transparent anchor not clickable */ background-color: rgba(255, 255, 255, 0); /* image replacement */ overflow: hidden; text-indent: 100%; white-space: nowrap; } .cd-slider-wrapper .cd-close { display: none; position: absolute; z-index: 2; top: 30px; right: 30px; width: 48px; height: 48px; background: url("../images/cd-icon-close.svg") no-repeat center center; /* image replacement */ overflow: hidden; text-indent: 100%; white-space: nowrap; visibility: hidden; opacity: 0; -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.4s; -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.4s; transition: transform 0.3s 0s, visibility 0s 0.4s; } .cd-slider-active .cd-slider-wrapper .cd-close { visibility: visible; opacity: 1; -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s; -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s; transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s; } .no-touch .cd-slider-active .cd-slider-wrapper .cd-close:hover { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); } @media only screen and (min-width: 1024px) { .cd-slider-wrapper .cd-close { display: block; } } .cd-item-info { padding: 50px 5%; background:url(../images/about.jpg) no-repeat; background-position:center; background-attachment:fixed; background-size:cover; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; } .cd-item-info h2 { font-size: 2.4rem; font-weight: bold; padding: 5px 0 20px; font-family: 'Black Ops One', cursive; } .cd-item-info p { line-height: 1.6; margin: 1em 0; color: #000; font-size:17px; } @media only screen and (min-width: 1024px) { .cd-item-info { position: absolute; width: 50%; top: 0; right: 0; padding: 90px 60px 119px; margin: 0; } } /*-- /About-us --*/ /*-- Gallery --*/ section.our-portfolio { padding:100px 0; background:url(../images/portfolio.jpg) no-repeat; background-attachment: fixed; background-position: center; background-size:cover; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; } section.our-portfolio h3 { color:#fff; font-size:45px; font-weight:bold; padding:30px 0; font-family: 'Black Ops One', cursive; } section.our-portfolio p { color:#fff; font-size:17px; font-weight:bold; padding:20px 0 40px; } /*-- /Gallery --*/ /*-- Team --*/ section.our-team { background:url(../images/team.jpg) no-repeat; background-attachment: fixed; background-position: center; background-size:cover; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; padding:100px 0; } section.our-team h3.text-center { color:#DADADA; font-size:45px; font-weight:bold; padding:30px 0; font-family: 'Black Ops One', cursive; } section.our-team p.text-center { color:#DADADA; font-size:17px; font-weight:bold; padding:20px 0 40px; } section.our-team h4 { color:#DADADA; font-size: 25px; font-weight: 500; padding: 20px 0; font-family: 'Black Ops One', cursive; } section.our-team p.team-info { color:#DADADA; font-size:17px; font-weight:bold; } .ch-grid { margin: 20px 0 0 0; padding: 0; list-style: none; display: block; text-align: center; width: 100%; } .ch-grid:after, .ch-item:before { content: ''; display: table; } .ch-grid:after { clear: both; } .ch-grid li { width: 220px; height: 220px; display: inline-block; margin: 20px; } ul.social-icons { padding:165px 0 0 0; } ul.social-icons li { display:inline; margin:0; padding:0; } ul.social-icons li a i.fa.fa-facebook{ color:#fff; background-color:#3b5998; padding: 6px 9px; font-size: 16px; border-radius:50%; text-align:center; vertical-align:middle; transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; } ul.social-icons li a i.fa.fa-facebook:hover { background-color:#17233E; } ul.social-icons li a i.fa.fa-twitter { color:#fff; background-color:#55acee; padding: 6px 6px; font-size: 15px; border-radius:50%; text-align:center; vertical-align:middle; transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; } ul.social-icons li a i.fa.fa-twitter:hover { background-color:#1F435F; } ul.social-icons li a i.fa.fa-linkedin { color:#fff; background-color:#e68523; padding: 4px 7px 8px; font-size: 15px; border-radius:50%; text-align:center; vertical-align:middle; transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; } ul.social-icons li a i.fa.fa-linkedin:hover { background-color:#794612; } ul.social-icons li a i.fa.fa-google-plus { color:#fff; background-color:#dc4e41; padding: 7px 6px; font-size: 12px; border-radius:50%; text-align:center; vertical-align:middle; transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; } ul.social-icons li a i.fa.fa-google-plus:hover { background-color:#69251F; } /*-- /Team --*/ /*-- Blog --*/ section.our-blog { padding:100px 0; background:url(../images/blogger3.jpg); background-repeat: no-repeat; background-attachment: fixed; background-position: center; background-size: 100% 100%; } section.our-blog h3 { color:#fff; font-size:45px; font-weight:bold; padding:30px 0; font-family: 'Black Ops One', cursive; } section.our-blog p.text-center { color:#fff; font-size:17px; font-weight:bold; padding:20px 0 40px; } .view2 { width: 300px; height: 300px; overflow: hidden; position: relative; text-align: center; -webkit-box-shadow: 0px 0px 25px #e6e6e6; -moz-box-shadow: 0px 0px 25px #e6e6e6; box-shadow: 0px 0px 25px #e6e6e6; cursor: default; background: #fff url(../images/bgimg.jpg) no-repeat center center; } .view2 .mask,.view2 .content { width: 300px; height: 300px; position: absolute; overflow: hidden; top: 0; left: 0; } .view2 img { display: block; position: relative; } .view2 h4 { text-transform: uppercase; color: #fff; text-align: center; position: relative; font-size: 23px; padding: 10px; background: rgba(0, 0, 0, 0.8); margin: 55px 0 0 0; font-family: 'Black Ops One', cursive; } .view2 p { font-size: 17px; position: relative; color: #fff; padding: 25px 20px 25px; text-align: center; } .view2 a.info { display: inline-block; text-decoration: none; padding: 10px 15px; background-color: #000; font-size: 20px; color: #fff; text-transform: uppercase; -webkit-box-shadow: 0 0 1px #000; -moz-box-shadow: 0 0 1px #000; box-shadow: 0 0 1px #000; font-family: 'Black Ops One', cursive; } .view2 a.info: hover { -webkit-box-shadow: 0 0 5px #000; -moz-box-shadow: 0 0 5px #000; box-shadow: 0 0 5px #000; } section.our-blog .blog-details { margin-left:20px; } section.our-blog .blog-details h5 { color:#fff; font-size:22px; font-weight: 500; font-family: 'Black Ops One', cursive; } section.our-blog .blog-details p.p3 { color:#E69D82; font-size: 14px; font-weight: 400; padding: 20px 0; } section.our-blog .blog-details p.p4 { color: #fff; font-size: 17px; line-height: 20px; font-weight: 500; padding-bottom: 20px; } section.our-blog .blog-details a { text-decoration:none; font-size:17px; color:#F44336; } section.our-blog .blog-details a:hover { color:#FF9800; } section.our-blog .blog-row { padding-top:30px; } /*-- /Blog --*/ /*-- Contact --*/ section.contact-us { padding:100px 0; background:url(../images/contact.jpg); background-repeat: no-repeat; background-attachment: fixed; background-position: center; background-size: 100% 100%; } section.contact-us h3 { color:#fff; font-size:45px; font-weight:bold; text-align:center; padding:30px 0; font-family: 'Black Ops One', cursive; } section.contact-us p { color:#fff; font-size:17px; font-weight:bold; text-align:center; padding:20px 0 40px; } section.contact-us iframe.googlemaps { width:100%; height:400px; } input#name , input#email , textarea#comments { color:#fff; border-radius: 0px; margin-bottom:10px; background-color: rgba(255, 255, 255, 0); font-size:17px; border:1px solid #fff } input#name , input#email { height:55px; } input::-webkit-input-placeholder { color: #fff !important; } input:-moz-placeholder { /* Firefox 18- */ color: #fff !important; } input::-moz-placeholder { /* Firefox 19+ */ color: #fff !important; } input:-ms-input-placeholder { color: #fff !important; } textarea::-webkit-input-placeholder { color: #fff !important; } textarea::-moz-placeholder { /* Firefox 18- */ color: #fff !important; } textarea::-moz-placeholder { /* Firefox 19+ */ color: #fff !important; } textarea::-ms-input-placeholder { color: #fff !important; } textarea#comments { height:150px; } section.contact-us form button { border-radius: 0px; padding: 10px 30px; } .btn-outline { border: solid 1px #fff; font-size: 20px; color: #fff; background: 0 0; transition: all .3s ease-in-out; } .btn-outline:hover, .btn-outline:focus, .btn-outline:active { border: solid 1px #fff; color: #18bc9c; background: #fff; } /*-- /Contact --*/ /*-- Footer --*/ section.footer { padding:100px 0; background:url(../images/leather.jpg); background-repeat:repeat; background-attachment: fixed; background-position: center; } section.footer h3 { color:#fff; font-size: 27px; padding: 20px 0 40px; font-family: 'Black Ops One', cursive; } section.footer .footer-contact .contact-info i{ font-size:20px; color:#fff; text-align: center; vertical-align: middle; } section.footer .footer-contact .contact-info p , section.footer .footer-contact .contact-info p a{ font-size:16px; color:#fff; font-weight:bold; } section.footer .footer-contact .contact-info p { margin: -18px 0px 0 30px; padding-bottom: 17px; } section.footer .footer-contact .contact-info p a{ text-decoration:none; } section.footer .footer-contact .contact-info p a:hover { color:red; } .subscribe { padding: 40px 0; } section.footer .footer-contact .subscribe .form-group { float: left; } section.footer .footer-contact .subscribe .form-group input#email { width: 150px; height: 46px; padding: 0px 8px; font-size: 19px; border-radius:0px; } section.footer .footer-contact .subscribe .form-group button { margin: -114px 0 0 150px; border-radius: 0px; padding: 9px 10px; background-color: brown; border: 1px solid #fff; transition: all .3s ease-in-out; } section.footer .footer-contact .subscribe .form-group button:hover, section.footer .footer-contact .subscribe .form-group button:focus, section.footer .footer-contact .subscribe .form-group button:active { border: solid 1px #fff; color: #18bc9c; background: #fff; } section.footer .footer-gallery img.example-image { width: 84px; padding-bottom: 1px; opacity:0.7; } section.footer .footer-gallery img.example-image:hover { opacity:1; } .news-info { padding: 0 85px 0 0; } section.footer .footer-news h4{ color:#fff; font-size: 17px; font-weight: normal; font-family: 'Black Ops One', cursive; } section.footer .footer-news p{ color:#fff; font-size:16px; font-weight:300; padding: 7px 0 0; line-height: 20px; } section.footer .footer-news img.example-image { width:80px; margin: -70px 0 25px 181px; } section.footer .footer-about p { color:#fff; font-size:16px; font-weight:300; padding: 0px 0 30px; line-height: 25px; } section.footer .footer-about a { color:#CBD674; text-decoration:none; font-size:16px; font-weight:300; padding:10px 0 20px; } section.footer .footer-about a:hover { color:#E4FF00; } section.footer .footer-links ul { padding:20px 0; } section.footer .footer-links ul li{ display:inline-block; } section.footer .footer-links ul li a { text-decoration:none; } section.footer .footer-links ul li a i { vertical-align: middle; text-align: center; color:#fff; background-color: #000; border: 1px solid #fff; line-height:22px; transition:0.5s all; -webkit-transition:0.5s all; -moz-transition:0.5s all; -o-transition:0.5s all; -ms-transition:0.5s all; } section.footer .footer-links ul li a i.fa.fa-facebook { font-size: 21px; padding: 13px 18px 14px; } section.footer .footer-links ul li a i.fa.fa-twitter { font-size: 19px; padding: 14px 15px 13px; } section.footer .footer-links ul li a i.fa.fa-whatsapp { font-size: 21px; padding: 13px 14px 14px; } section.footer .footer-links ul li a i.fa.fa-youtube { font-size: 20px; padding: 13px 15px 14px; } section.footer .footer-links ul li a i.fa.fa-google-plus { font-size:15px; padding: 14px 14px 13px; } section.footer .footer-links ul li a i:hover { background-color:#FFE526; color:#000; border-color:#FFE526; } hr { margin-top: 40px; } section.footer .copyright { text-align:center; } section.footer .copyright p { color: #fff; padding:15px 0 0; } section.footer .copyright p a { text-decoration:none; color:#fff; } section.footer .copyright p a:hover { color:#FFE526; } /*-- /Footer --*/ /*-- Back to top --*/ .cd-top { display: inline-block; height: 40px; width: 40px; position: fixed; bottom: 40px; right: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); /* image replacement properties */ overflow: hidden; text-indent: 100%; white-space: nowrap; background: rgba(0,0,0, 0.65) url(../images/cd-top-arrow.svg) no-repeat center 50%; visibility: hidden; background-size:30px; opacity: 0; -webkit-transition: opacity .3s 0s, visibility 0s .3s; -moz-transition: opacity .3s 0s, visibility 0s .3s; transition: opacity .3s 0s, visibility 0s .3s; } .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover { -webkit-transition: opacity .3s 0s, visibility 0s 0s; -moz-transition: opacity .3s 0s, visibility 0s 0s; transition: opacity .3s 0s, visibility 0s 0s; } .cd-top.cd-is-visible { /* the button becomes visible */ visibility: visible; opacity: 1; } .cd-top.cd-fade-out { /* if the user keeps scrolling down, the button is out of focus and becomes less visible */ opacity: .5; } .no-touch .cd-top:hover { background-color: #000; opacity: 1; } @media only screen and (min-width: 768px) { .cd-top { right: 20px; bottom: 20px; } } @media only screen and (min-width: 1024px) { .cd-top { height: 55px; width: 55px; right: 30px; bottom: 30px; } } /*-- /Back to top --*/ /*-- sliding animation --*/ .slideanim {visibility:hidden;} .slide { /* The name of the animation */ animation-name: slide; -webkit-animation-name: slide; /* The duration of the animation */ animation-duration: 1s; -webkit-animation-duration: 1s; /* Make the element visible */ visibility: visible; } /* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */ @keyframes slide { 0% { opacity: 0; -webkit-transform: translateY(70%); } 100% { opacity: 1; -webkit-transform: translateY(0%); } } @-webkit-keyframes slide { 0% { opacity: 0; -webkit-transform: translateY(70%); } 100% { opacity: 1; -webkit-transform: translateY(0%); } } /*-- /sliding animation --*/ /*-- responsive design --*/ @media(max-width:1920px){ slide h3.slide1 { left: 12%; } slide h4.slide1,slide h4.slide2 { left: 11.5%; } slide h3.slide2 { left: 12%; } .cd-item-info { padding: 125px 60px 181px; } .cd-item-info p { font-size:18px; } } @media(max-width:1680px){ slide h3.slide1 { left: 8.5%; } slide h4.slide1 { left: 7%; } slide h3.slide2 { left: 7.5%; } slide h4.slide2 { left: 7%; } slide h3.slide3 { left: 26%; } slide h4.slide3 { left: 7%; } slide h3.slide4 { left: 20%; } slide h4.slide4 { left: 3%; } .cd-item-info { padding: 90px 60px 119px; } } @media(max-width:1600px){ .banner-logo a h1{ left: 76vh; } slide h3.slide4 { left: 18%; } slide h4.slide4 { left: 1.5%; } slide h3.slide1 { left: 6.5%; } slide h4.slide1,slide h4.slide2 { left: 5%; } slide h3.slide2 { left: 5.5%; } .cd-item-info { padding: 68px 60px 90px; } } @media(max-width:1440px){ .banner-logo a h1 { left: 35%; } slide h3 { font-size: 56px; } slide h4 { font-size: 58px; } slide h3.slide1 { left: 7%; } slide h4.slide1 { left: 7%; } slide h3.slide2 { left: 7%; } slide h4.slide2 { left:8%; } slide h3.slide4 { left: 19%; } slide h4.slide4 { left: 5%; } .cd-item-info { padding: 55px 60px 62px; } } @media (max-width: 1366px) { slide h3.slide1 { left: 5.5%; } slide h4.slide1 { left: 5.5%; } slide h3.slide2 { left: 5%; } slide h4.slide2 { left:6%; } slide h3.slide4 { left: 17%; } slide h4.slide4 { left: 3%; } .cd-item-info { padding: 41px 40px 55px; } .cd-images-list h4 { font-size: 55px; } } @media (max-width: 1280px){ .banner-logo a h1 { left: 51vh; } slide h3 { font-size: 50px; } slide h4 { font-size:50px; } slide h3.slide4 { left: 20%; } slide h4.slide4 { left: 6%; } slide h3.slide1 { left: 7%; } slide h4.slide1 { left: 9%; } slide h3.slide2 { left: 6%; } slide h4.slide2 { left: 9%; } slide h3.slide3 { left: 25%; } slide h4.slide3 { left: 10%; } .cd-item-info { padding: 40px 40px 57px; } .cd-images-list h4 { font-size: 50px; } .cd-item-info p { font-size: 16px; } } @media (max-width: 1080px) { .banner-logo a h1 { left: 40vh; } slide h3 { font-size: 40px; } slide h4 { font-size: 40px; } slide h3.slide1 { left: 8%; } slide h4.slide1 { left: 10%; } slide h3.slide2 { left: 8%; } slide h4.slide2 { left: 10%; } slide h3.slide4 { left: 19%; } slide h4.slide4 { left: 8.5%; } .cd-item-info h2 { padding: 4px 0 0px; } .cd-item-info { padding: 25px 40px 10px; } .cd-images-list h4 { font-size: 40px; word-spacing: 5px; } .cd-content-block h5 { font-size: 40px; } li.t4 { margin-top: 50px; } a.rm-viewdetails, .rm-modal a { font-size: 22px; } .rm-content dl dd { line-height: 20px; padding: 5px 0 35px; } .pricing-table a.btn.btn-outline.btn-lg { top: 9px; padding: 15px 108px; } .rm-content h4 { font-size: 30px; } .rm-content h5 { font-size: 21px; } .view2 .mask, .view2 .content, .view2 { width: 250px; height: 250px; } .view2 h4 { margin: 30px 0 0 0; } section.our-blog .blog-details h5 { font-size: 20px; } section.our-blog .blog-details p.p3 { padding:15px 0; } section.our-blog .blog-details p.p4 { padding-bottom: 10px; font-size:14px; } section.footer .footer-contact .subscribe .form-group input#email { width: 215px; text-align:center; } section.footer .footer-contact .subscribe .form-group button { padding: 9px 60px; margin: -24px 0 0 0; } section.our-blog .blog-row { padding-top: 50px; } section.footer h3 { font-size:22px; } .news-info { padding: 0 56px 0 0; margin-left: -17px; } section.footer .footer-news img.example-image { margin: -66px 0 30px 155px; } .footer-about { margin-left: 10px; } .footer-links { margin-left: 10px; } section.footer .footer-links ul li a i.fa.fa-facebook { font-size: 20px; padding: 6px 12px 8px; } section.footer .footer-links ul li a i.fa.fa-twitter { font-size: 19px; padding: 7px 9px 7px; } section.footer .footer-links ul li a i.fa.fa-whatsapp { font-size: 20px; padding: 5px 9px 9px; } section.footer .footer-links ul li a i.fa.fa-youtube { font-size: 17px; padding: 5px 10px 9px; } section.footer .footer-links ul li a i.fa.fa-google-plus { font-size: 15px; padding: 7px 8px 7px; } .pricing-table .rm-middle .rm-inner .rm-content a.btn.btn-outline.btn-lg { top: 29px; } .pricing-table a.btn.btn-outline.btn-lg { padding: 15px 111px; } } @media (max-width: 1050px) { .banner-logo a h1 { left: 39vh; } slide h4.slide3 { left: 11%; } slide h4.slide4 { left: 7%; } .cd-item-info p { font-size: 15px; } .cd-item-info { padding: 22px 40px 10px; } .cd-image-block, .cd-content-block { height: 430px; } .cd-images-list h4 { margin-top:-120px; } .rm-content h5 { font-size: 20px; } .pricing-table a.btn.btn-outline.btn-lg { padding: 15px 103px; } .pricing-table .rm-middle .rm-inner .rm-content a.btn.btn-outline.btn-lg { top: -10px; } .pricing-table .rm-right .rm-back .rm-content a.btn.btn-outline.btn-lg { top:-13px; } } @media (max-width: 1024px) { container { height: 675px!important; } .banner-logo a h1 { left: 44vh; font-size: 55px; } slide h3.slide2 { left: 7%; } slide h3.slide1 { left: 7%; } slide h4.slide1 { left: 9%; } slide h3.slide4 { left: 18%; } slide h4.slide1 { left: 8%; } slide h4.slide3 { left: 10%; } slide h4.slide4 { left: 6.5%; } .cd-item-info { padding: 19px 30px 23px; } .cd-item-info p { font-size: 14px; } a.rm-viewdetails, .rm-modal a { font-size: 21px; } .pricing-table a.btn.btn-outline.btn-lg { padding: 15px 99px; top: 13px; } .pricing-table .rm-middle .rm-inner .rm-content a.btn.btn-outline.btn-lg { top: -7px; } .pricing-table .rm-right .rm-back .rm-content a.btn.btn-outline.btn-lg { top: -28px; } } @media (max-width: 991px) { .banner-logo a h1 { top: 3vh; left: 43vh; font-size: 50px; } slide h3 { font-size: 37px; } slide h4 { font-size: 37px; } slide h3.slide1 { left: 9%; } slide h4.slide1, slide h4.slide2 { left: 10.5%; } slide h3.slide2 { left: 8%; } slide h3.slide4 { left: 21%; } slide h4.slide4 { left: 8%; } slide h4.slide3 { left: 12%; } .cd-content-block h5 { font-size: 37px; } .grid figcaption { padding:15px; } .cd-item-info { padding: 30px 50px 30px; } .cd-item-info p { font-size: 16px; } .cd-image-block, .cd-content-block { height: 500px; } .cd-images-list h4 { margin-top: -46px; font-size:38px; } .grid-gallery figcaption h4 { font-size:15px; } a.rm-viewdetails, .rm-modal a { font-size: 19px; } .pricing-table a.btn.btn-outline.btn-lg { padding: 15px 94px; top: -19px; } .pricing-table .rm-middle .rm-inner .rm-content a.btn.btn-outline.btn-lg { top: -19px; } .pricing-table .rm-right .rm-back .rm-content a.btn.btn-outline.btn-lg { top: 1px; } .rm-content h5 { font-size: 18px; } .view2 .mask, .view2 .content, .view2 { width: 300px; height: 300px; } .view2 h4 { margin: 55px 0 0 0; } section.our-blog .blog-details { margin-left: 0; margin-bottom: 80px; } section.our-blog .blog-row { padding-top:0; } section.our-blog .blog-details h5 { font-size: 25px; } section.our-blog .blog-details p.p3 { padding: 25px 0; font-size:15px; } section.our-blog .blog-details p.p4 { padding-bottom: 30px; font-size: 17px; line-height: 25px; } section.our-blog .blog-details a { font-size:20px; } .ch-grid li { margin:8px; } .ch-grid li.t4 .ch-item { margin-top:45px; } .footer-gallery { padding-bottom: 35px; } section.footer .footer-news img.example-image { margin: -70px 0 30px 200px; } section.footer .footer-links ul li a i.fa.fa-facebook { font-size: 21px; padding: 13px 18px 14px; } section.footer .footer-links ul li a i.fa.fa-twitter { font-size: 19px; padding: 14px 15px 13px; } section.footer .footer-links ul li a i.fa.fa-whatsapp { font-size: 21px; padding: 13px 14px 14px; } section.footer .footer-links ul li a i.fa.fa-youtube { font-size: 20px; padding: 13px 15px 14px; } section.footer .footer-links ul li a i.fa.fa-google-plus { font-size:15px; padding: 14px 14px 13px; } .news-info { margin-left:0; padding: 0 119px 0 0; } .footer-about,.footer-links { margin-left:0px; } } @media (max-width: 900px) { .banner-logo a h1 { left: 40vh; font-size: 46px; } slide h3 { top:40%; } slide h4 { top:55%; } slide h3.slide4 { left: 17%; } slide h4.slide4 { left: 4%; } slide h3.slide1 { left: 5%; } slide h4.slide1, slide h4.slide2 { left: 7%; } slide h3.slide2 { left: 4%; } slide h4.slide3 { left: 9%; } .cd-content-block > ul > li { padding: 3em 2em; } .cd-content-block h5 { font-size: 38px; } .cd-images-list h4 { margin-top: -60px; font-size: 33px; } .slideshow figure { width: 64%; margin: 45px auto 0; height: 86%; } .slideshow figcaption h5 { font-size:28px; } } @media (max-width: 800px) { .banner-logo a h1 { left: 33vh; } slide h3 { font-size:33px; } slide h4 { font-size:33px; } slide h4.slide1, slide h4.slide2 { left: 6.5%; } .cd-images-list h4 { margin-top: -60px; font-size: 32px; width: 110%; margin-left: -22px; } .cd-content-block h5 { font-size: 33px; } .slideshow figure { height:79%; } .slideshow figcaption h5 { font-size: 24px; } } @media (max-width: 768px) { .banner-logo a h1 { left: 27vh; font-size: 45px; } slide h3 { font-size: 30px; } slide h4 { font-size: 30px; } slide h3.slide4 { left: 19.5%; } slide h4.slide4 { left: 6%; } slide h3.slide1 { left: 7%; } slide h4.slide1, slide h4.slide2 { left: 8.5%; } slide h3.slide2 { left: 6%; } slide h4.slide3 { left: 10.5%; } .cd-images-list h4 { width: 130%; margin-left: -45px; } .cd-content-block h5 { font-size: 31px; } .slideshow figure { height: 49%; margin: 240px auto 0; } .slideshow figcaption h5 { font-size: 21px; } section.footer h3 { text-align: center; } .contact-info { margin-left: 54px; } .footer-gallery { text-align:center; } section.footer .footer-contact .subscribe .form-group button { margin:-114px 0 0px 216px; padding: 9px 30px; } .footer-events { margin-left: 40px; } .footer-about, .footer-links { text-align:center; } } @media (max-width: 736px) { #menu span#title { font-size: 45px; padding: 25px 0 20px; } #menu ul li { width:70%; } #menu ul li:hover:after { width: 70%; left:10%; } #toggle { left:25px; } .banner-logo a h1 { left: 64vh; } slide h3 { top:37%; } slide h4 { top:63%; } slide h3.slide4 { left: 17%; } slide h4.slide4 { left: 4%; } slide h3.slide1 { left: 5%; } slide h4.slide1, slide h4.slide2 { left: 7%; } slide h3.slide2 { left: 4.5%; } slide h4.slide3 { left: 9%; } section.divider1 p, section.divider2 p, section.divider3 p { font-size: 18px; } section.divider1 h3,section.divider2 h3,section.divider3 h3 { font-size: 35px; font-weight: 500; } container { height: 350px!important; } .cd-images-list > li { height: 340px; } .cd-images-list h4 { width: 100%; margin: 0; margin: 150px 0 0 0; } section#events { height: 1360px; } .slideshow figure { height: 96%; width:55%; margin: 7px auto 0; } .slideshow figcaption h5 { padding:10px 0 0; font-size: 19px; } .slideshow figcaption p.p1 { padding: 8px 10px 10px; } .slideshow li figure img { height:77%; } .slideshow nav span.nav-close { right:45px; } .ch-grid li { margin: 0 40px 0; } section.contact-us iframe.googlemaps { padding-bottom: 70px; } .contact-info { margin-left: 223px; } .subscribe { margin-left: 134px; } section.footer .footer-contact .subscribe .form-group button { margin: 0px 0 0px 0px; } section.footer h3 { font-size: 35px; } .footer-events { margin-left: 160px; padding-top: 20px; } section.footer .footer-news img.example-image { margin: -60px 0 36px 275px; } section.our-portfolio h3, section.our-team h3.text-center, section.our-blog h3, section.contact-us h3 { font-size:40px; font-weight:500; } } @media (max-width: 667px) { .banner-logo a h1 { font-size: 40px; left: 66vh; } slide h3 { font-size: 25px; } slide h4 { font-size: 25px; } slide h3.slide4 { left: 20%; } slide h4.slide4 { left: 8%; } slide h3.slide1 { left: 8.5%; } slide h4.slide1, slide h4.slide2 { left: 10%; } slide h3.slide2 { left: 8%; } slide h4.slide3 { left: 12%; } .contact-info { margin-left: 185px; } .footer-events { margin-left: 125px; } section.footer .footer-news img.example-image { margin: -55px 0 36px 275px; } container { height: 311px!important; } .subscribe { margin-left: 105px; } section.footer .footer-contact .subscribe .form-group input#email { width: 235px; } .slideshow figcaption h5 { font-size: 18px; } .slideshow figcaption p.p1 { font-size:16px; } .grid figcaption { padding:15px; } } @media (max-width: 640px) { .banner-logo a h1 { left: 41vh; } section.divider1 h3, section.divider2 h3, section.divider3 h3 { font-size: 30px; } section.our-portfolio h3, section.our-team h3.text-center, section.our-blog h3, section.contact-us h3 { font-size: 35px; } container { height: 480px!important; } slide h3 { top:40%; } slide h4 { top:57%; } slide h3.slide4 { left: 18%; } slide h4.slide4 { left: 6%; } slide h3.slide1 { left: 7%; } slide h4.slide3 { left: 11%; } slide h4.slide1, slide h4.slide2 { left: 9%; } slide h3.slide2 { left: 7%; } .slideshow figure { height: 76%; width: 71%; margin: 55px auto 0; } .slideshow li figure img { height: initial; } .ch-grid li { margin: 0px 20px 0px; } section.footer .footer-about p { line-height: 23px; padding: 0px 15px 30px; } } @media (max-width: 600px) { .banner-logo a h1 { left: 49vh; } container { height: 364px!important; } slide h3 { font-size: 23px; top:39%; } slide h4 { font-size: 23px; top:61%; } .slideshow figure { height: 95%; width: 75%; margin: 9px auto 0; } .slideshow nav span.nav-close { right: 30px; } #toggle { left:5px; } .view2 .mask, .view2 .content, .view2 { width: 250px; height: 250px; } section.our-blog .blog-details { margin-left: -23px; } section.our-blog .blog-details h5 { font-size: 22px; line-height: 25px; } section.our-blog .blog-details p.p3 { padding: 15px 0; } section.our-blog .blog-details p.p4 { padding-bottom: 12px; line-height: 24px; font-size: 16px; } .view2 h4 { margin: 30px 0 0 0; } .contact-info { margin-left: 152px; } .subscribe { margin-left: 80px; } .footer-events { margin-left: 97px; } } @media (max-width: 568px) { .banner-logo a h1 { left: 68vh; top: 17px; font-size: 35px; } container { height: 256px!important; } slide h3 { top:37%; } slide h4 { top:67%; } slide h3.slide4 { left: 18%; } slide h4.slide4 { left: 4%; } slide h3.slide1 { left: 5%; } slide h4.slide1, slide h4.slide2 { left: 7%; } slide h3.slide2 { left: 4%; } slide h3.slide3 { left: 24%; } slide h4.slide3 { left: 9%; } section.our-blog .blog-details { margin-left: -20px; } .footer-events { margin-left: 80px; } .slideshow figcaption h5 { padding-bottom:10px; } .slideshow figcaption p.p1 { display:none; } .slideshow figure { height: 98%; width: 75%; margin: 3px auto 0; } .ch-grid li { margin: 0px 15px 0px; } section.divider1 h3, section.divider2 h3, section.divider3 h3 { font-size: 27px; } section.divider1 p, section.divider2 p, section.divider3 p { font-size: 16px; } section.our-portfolio h3, section.our-team h3.text-center, section.our-blog h3, section.contact-us h3 { font-size: 30px; } section.our-team p.text-center , section.our-portfolio p , section.our-blog p.text-center ,section.contact-us p { font-size:16px; padding: 0px 20px 30px; line-height: 20px; } } @media (max-width: 480px) { .banner-logo a h1 { left: 19vh; top: 17px; font-size: 37px; } container { height: 375px!important; } slide h3 { text-align:center; line-height:27px; } slide h4 { text-align:center; top: 63%; line-height:27px; } slide h3.slide4 { left: 11%; } slide h4.slide4 { left: 0%; } slide h3.slide1 { left: 2%; } slide h4.slide1, slide h4.slide2 { left: 1%; padding:0 5px; } slide h3.slide2 { left: 2%; } slide h3.slide3 { left: 20%; } slide h4.slide3 { left: 2%; padding:0 5px; } .slideshow figcaption p.p1 { display: block; padding-bottom: 15px; font-size: 14px; line-height: 20px; } .slideshow nav span.nav-close { right: 5px; } .slideshow figure { height: 54%; width: 82%; margin: 141px auto; } .slideshow figcaption h5 { padding: 15px 0 0; } .ch-grid li.t2,.ch-grid li.t3 { margin-top:50px; } .view2 .mask, .view2 .content, .view2 { width: 210px; height: 210px; } section.our-blog .blog-details { margin-left: -6px; } section.our-blog .blog-details h5 { font-size: 19px; line-height: 22px; margin-top: -7px; } section.our-blog .blog-details p.p3 { font-size: 13px; padding: 10px 0; } section.our-blog .blog-details p.p4 { padding-bottom: 7px; line-height: 21px; font-size: 15px; } section.our-blog .blog-details a { font-size: 16px; } .contact-info { margin-left: 100px; } .subscribe { margin-left: 40px; } section.footer .footer-contact .subscribe .form-group button { padding: 10px 20px; font-size: 18px; } .news-info { padding: 0 130px 0 0; } section.footer .footer-news img.example-image { margin: -66px 0 36px 245px; } .footer-events { margin-left: 50px; } section.divider1 h3, section.divider2 h3, section.divider3 h3 { font-size: 24px; } section.our-portfolio h3, section.our-team h3.text-center, section.our-blog h3, section.contact-us h3 { font-size: 25px; } } @media (max-width: 414px) { #menu span#title { font-size: 40px; padding: 25px 0 10px; } container { height: 445px!important; } .banner-logo a h1 { top: 2vh; left: 14vh; font-size: 40px; } slide h3.slide4 { left: 5%; } slide h4.slide4 { left: 0%; } slide h3.slide1 { left: -1%; } slide h3.slide2 { left: 0%; } slide h3.slide3 { left: 15%; } slide h4.slide3 { left: 0%; } .slideshow figure { height: 46%; margin: 175px auto; } .cd-item-info h2 { display:block; } .view2 .mask, .view2 .content, .view2 { width: 300px; height: 300px; } .view2 { float: none; margin-left: 34px; } .col-xs-6.blog-image,.col-xs-6.blog-info { width: 100%; } section.our-blog .blog-details { margin: 17px 30px 60px 30px; } section.our-blog .blog-details h5 { font-size: 25px; line-height: 28px; margin-top: 0px; } section.our-blog .blog-details p.p3 { font-size: 14px; padding: 15px 0; } section.our-blog .blog-details p.p4 { padding-bottom: 10px; line-height: 25px; font-size: 17px; } section.our-blog .blog-details a { font-size: 18px; } .contact-info { margin-left: 70px; } section.footer .footer-contact .subscribe .form-group input#email { width: 288px; } section.footer .footer-contact .subscribe .form-group button { margin: -25px 0 0px 0px; padding: 10px 101px; } .news-info { padding: 0 105px 0 0; } section.footer .footer-news img.example-image { margin: -66px 0 36px 200px; } .footer-events { margin-left: 40px; } .view2 h4 { margin: 60px 0 0 0; } section.footer .copyright p { line-height:25px; } } @media (max-width: 384px) { #menu span#title { font-size: 37px; padding: 25px 0 0px; } .banner-logo a h1 { left: 95px; } container { height: 390px!important; } slide h3 { font-size:27px; } slide h4 { font-size:27px; } slide h3.slide3 { left: 6%; } .slideshow figcaption h5 { font-size: 16px; } .slideshow figure { height: 48%; margin: 143px auto; } .view2 h4 { margin: 60px 0 0 0; } .subscribe { margin-left: 25px; } .footer-events { margin-left: 25px; } .col-xs-6.blog-image, .col-xs-6.blog-info { margin-left:-15px; } } @media (max-width: 375px) { container { height: 398px!important; } #toggle { left: 0px; } .banner-logo a h1{ left: 84px; } slide h3 { font-size:25px; } slide h4 { font-size:25px; } slide h3.slide4 { left: 2%; } slide h3.slide3 { left: 9%; } slide h4.slide3 { padding:0 5px; } .col-xs-6.blog-image, .col-xs-6.blog-info { margin-left: -20px; } .footer-events { margin-left: 20px; } .contact-info { margin-left: 48px; } .subscribe { margin-left: 20px; } } @media (max-width: 320px) { section.our-portfolio h3, section.our-team h3.text-center, section.our-blog h3, section.contact-us h3 { font-size: 30px; } section.our-portfolio, section.our-team, section.our-blog, section.contact-us ,section.footer { padding:50px 0; } #menu span#title { font-size: 35px; padding: 20px 0 0px; } #menu ul li { width: 70%; margin: 0 auto -5px auto; } #menu ul li:hover:after { width: 70%; left:10%; } #menu ul li:after { height: 50px; margin: -50px 0 0 5%; } #menu ul li a span { font-size: 22px; } #menu ul li a { height: 50px; line-height: 50px; } container { height: 330px!important; } .banner-logo a h1{ left: 75px; top: 3vh; font-size: 35px; } .prev { left: 15px; padding: 4px 0px 0px 2px; line-height: 40px; } .next { right: 15px; padding: 4px 2px 0px 0px; line-height:40px; } slide h3 { font-size:21px; } slide h4 { font-size:21px; } .cd-images-list h4 { font-size:26px; } .cd-item-info { padding: 30px 30px 30px; } .slideshow figure { height: 56%; margin: 108px auto; } .slideshow figcaption h5 { font-size: 17px; } .slideshow figcaption p.p1 { font-size: 13px; line-height: 15px; padding: 8px 5px 10px; } .col-xs-6.blog-image{ margin-left: -22px; } .col-xs-6.blog-info { margin-left: 0px; } .view2 .mask, .view2 .content, .view2 { width: 250px; height: 250px; } .view2 h4 { margin: 35px 0 0 0; } section.our-blog .blog-details { margin: 17px 10px 60px 12px; } .contact-info { margin-left: 21px; } .subscribe { margin-left: 5px; } section.footer .footer-contact .subscribe .form-group input#email { width: 264px; } section.footer .footer-contact .subscribe .form-group button { padding: 10px 89px; } .news-info { padding: 0 85px 12px 0; } section.footer .footer-news img.example-image { margin: -78px 0 46px 173px; } .footer-events { margin-left: 10px; } section.footer .footer-about p { padding: 0px 5px 30px; } } /*-- /responsive design --*/
0.196248
0.046421
.background_glassySteelBlue7, .hover_background_glassySteelBlue7:hover, .active_background_glassySteelBlue7:active:hover { background: #2d5372; background-image: -moz-linear-gradient(top, rgb(40, 74, 103) 0%, rgb(36, 66, 92) 50%, rgb(31, 58, 80) 55%, rgb(45, 83, 114) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(40, 74, 103)), color-stop(50%, rgb(36, 66, 92)), color-stop(55%, rgb(31, 58, 80)), color-stop(100%, rgb(45, 83, 114))); background-image: -webkit-linear-gradient(top, rgb(40, 74, 103) 0%, rgb(36, 66, 92) 50%, rgb(31, 58, 80) 55%, rgb(45, 83, 114) 100%); background-image: -o-linear-gradient(top, rgb(40, 74, 103) 0%, rgb(36, 66, 92) 50%, rgb(31, 58, 80) 55%, rgb(45, 83, 114) 100%); background-image: -ms-linear-gradient(top, rgb(40, 74, 103) 0%, rgb(36, 66, 92) 50%, rgb(31, 58, 80) 55%, rgb(45, 83, 114) 100%); background-image: linear-gradient(to bottom, rgb(40, 74, 103) 0%, rgb(36, 66, 92) 50%, rgb(31, 58, 80) 55%, rgb(45, 83, 114) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#284a67', endColorstr='#2d5372',GradientType=0 ); } .background_glassySteelBlue7h, .hover_background_glassySteelBlue7h:hover, .active_background_glassySteelBlue7h:active:hover { background: #2d5372; background-image: -moz-linear-gradient(top, rgb(48, 89, 124) 0%, rgb(43, 79, 110) 50%, rgb(37, 69, 96) 55%, rgb(53, 99, 137) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(48, 89, 124)), color-stop(50%, rgb(43, 79, 110)), color-stop(55%, rgb(37, 69, 96)), color-stop(100%, rgb(53, 99, 137))); background-image: -webkit-linear-gradient(top, rgb(48, 89, 124) 0%, rgb(43, 79, 110) 50%, rgb(37, 69, 96) 55%, rgb(53, 99, 137) 100%); background-image: -o-linear-gradient(top, rgb(48, 89, 124) 0%, rgb(43, 79, 110) 50%, rgb(37, 69, 96) 55%, rgb(53, 99, 137) 100%); background-image: -ms-linear-gradient(top, rgb(48, 89, 124) 0%, rgb(43, 79, 110) 50%, rgb(37, 69, 96) 55%, rgb(53, 99, 137) 100%); background-image: linear-gradient(to bottom, rgb(48, 89, 124) 0%, rgb(43, 79, 110) 50%, rgb(37, 69, 96) 55%, rgb(53, 99, 137) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30597c', endColorstr='#356389',GradientType=0 ); } .background_glassySteelBlue7a, .hover_background_glassySteelBlue7a:hover, .active_background_glassySteelBlue7a:active:hover { background: #2d5372; background-image: -moz-linear-gradient(top, rgb(53, 99, 137) 0%, rgb(37, 69, 96) 50%, rgb(43, 79, 110) 55%, rgb(48, 89, 124) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(53, 99, 137)), color-stop(50%, rgb(37, 69, 96)), color-stop(55%, rgb(43, 79, 110)), color-stop(100%, rgb(48, 89, 124))); background-image: -webkit-linear-gradient(top, rgb(53, 99, 137) 0%, rgb(37, 69, 96) 50%, rgb(43, 79, 110) 55%, rgb(48, 89, 124) 100%); background-image: -o-linear-gradient(top, rgb(53, 99, 137) 0%, rgb(37, 69, 96) 50%, rgb(43, 79, 110) 55%, rgb(48, 89, 124) 100%); background-image: -ms-linear-gradient(top, rgb(53, 99, 137) 0%, rgb(37, 69, 96) 50%, rgb(43, 79, 110) 55%, rgb(48, 89, 124) 100%); background-image: linear-gradient(to bottom, rgb(53, 99, 137) 0%, rgb(37, 69, 96) 50%, rgb(43, 79, 110) 55%, rgb(48, 89, 124) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#356389', endColorstr='#30597c',GradientType=0 ); } .background_glassySteelBlue7s, .hover_background_glassySteelBlue7s:hover, .active_background_glassySteelBlue7s:active:hover { background: #2d5372; background-image: -moz-linear-gradient(top, rgb(60, 112, 155) 0%, rgb(53, 99, 137) 50%, rgb(47, 87, 120) 55%, rgb(67, 124, 172) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(60, 112, 155)), color-stop(50%, rgb(53, 99, 137)), color-stop(55%, rgb(47, 87, 120)), color-stop(100%, rgb(67, 124, 172))); background-image: -webkit-linear-gradient(top, rgb(60, 112, 155) 0%, rgb(53, 99, 137) 50%, rgb(47, 87, 120) 55%, rgb(67, 124, 172) 100%); background-image: -o-linear-gradient(top, rgb(60, 112, 155) 0%, rgb(53, 99, 137) 50%, rgb(47, 87, 120) 55%, rgb(67, 124, 172) 100%); background-image: -ms-linear-gradient(top, rgb(60, 112, 155) 0%, rgb(53, 99, 137) 50%, rgb(47, 87, 120) 55%, rgb(67, 124, 172) 100%); background-image: linear-gradient(to bottom, rgb(60, 112, 155) 0%, rgb(53, 99, 137) 50%, rgb(47, 87, 120) 55%, rgb(67, 124, 172) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c709b', endColorstr='#437cac',GradientType=0 ); } .background_color_glassySteelBlue7, .hover_background_color_glassySteelBlue7:hover, .active_background_color_glassySteelBlue7:active:hover { background-color:#2d5372; } .background_first_color_glassySteelBlue7, .hover_background_first_color_glassySteelBlue7:hover, .active_background_first_color_glassySteelBlue7:active:hover { background-color:#284a67; } .background_last_color_glassySteelBlue7, .hover_background_last_color_glassySteelBlue7:hover, .active_background_color_last_glassySteelBlue7:active:hover { background-color:#2d5372; } /* ------------------------------ color settings -------------------------------*/ .color_glassySteelBlue7, .hover_color_glassySteelBlue7:hover, .active_color_glassySteelBlue7:active:hover { color: #c8c8c8; } .color_glassySteelBlue7h, .hover_color_glassySteelBlue7h:hover, .active_color_glassySteelBlue7h:active:hover { color: #c8c8c8; } .color_glassySteelBlue7a, .hover_color_glassySteelBlue7a:hover, .active_color_glassySteelBlue7a:active:hover { color: #ff0; } .color_glassySteelBlue7s, .hover_color_glassySteelBlue7s:hover, .active_color_glassySteelBlue7s:active:hover { color: #dd0; } /* -------------------------- border color settings -----------------------------*/ .border_glassySteelBlue7, .hover_border_glassySteelBlue7:hover, .active_border_glassySteelBlue7:active:hover { border-color: #203c52 #1b3245 #1b3245 #203c52; } .border_glassySteelBlue7h, .hover_border_glassySteelBlue7h:hover, .active_border_glassySteelBlue7h:active:hover { border-color: #203c52 #1b3245 #1b3245 #203c52; } .border_glassySteelBlue7a, .hover_border_glassySteelBlue7a:hover, .active_border_glassySteelBlue7a:active:hover { border-color: #192e40 #192e40 #192e40 #192e40; } .border_glassySteelBlue7s, .hover_border_glassySteelBlue7s:hover, .active_border_glassySteelBlue7s:active:hover { border-color: #192e40 #192e40 #192e40 #192e40; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_glassySteelBlue7, .hover_shadow_expand_glassySteelBlue7:hover, .active_shadow_expand_glassySteelBlue7:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(45, 83, 114, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(45, 83, 114, .39); box-shadow: 0em 0em 1em 0.25em rgba(45, 83, 114, .39); } .shadow_expand_glassySteelBlue7h, .hover_shadow_expand_glassySteelBlue7h:hover, .active_shadow_expand_glassySteelBlue7h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(53, 99, 137, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(53, 99, 137, .50); box-shadow: 0em 0em 1em 0.25em rgba(53, 99, 137, .50); } .shadow_expand_glassySteelBlue7a, .hover_shadow_expand_glassySteelBlue7a:hover, .active_shadow_expand_glassySteelBlue7a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(48, 89, 124, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(48, 89, 124, .63); box-shadow: 0em 0em 1em 0.25em rgba(48, 89, 124, .63); } .shadow_expand_glassySteelBlue7s, .hover_shadow_expand_glassySteelBlue7s:hover, .active_shadow_expand_glassySteelBlue7s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(48, 89, 124, .78); -moz-box-shadow: 0em 0em 1em 0.25em rgba(48, 89, 124, .78); box-shadow: 0em 0em 1em 0.25em rgba(48, 89, 124, .78); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_glassySteelBlue7, .hover_shadow_left_glassySteelBlue7:hover, .active_shadow_left_glassySteelBlue7:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(45, 83, 114, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(45, 83, 114, .39); box-shadow: -0.5em -0.5em 1em rgba(45, 83, 114, .39); } .shadow_left_glassySteelBlue7h, .hover_shadow_left_glassySteelBlue7h:hover, .active_shadow_left_glassySteelBlue7h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(53, 99, 137, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(53, 99, 137, .50); box-shadow: -0.5em -0.5em 1em rgba(53, 99, 137, .50); } .shadow_left_glassySteelBlue7a, .hover_shadow_left_glassySteelBlue7a:hover, .active_shadow_left_glassySteelBlue7a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(48, 89, 124, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(48, 89, 124, .63); box-shadow: -0.5em -0.5em 1em rgba(48, 89, 124, .63); } .shadow_left_glassySteelBlue7s, .hover_shadow_left_glassySteelBlue7s:hover, .active_shadow_left_glassySteelBlue7s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(48, 89, 124, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(48, 89, 124, .78); box-shadow: -0.5em -0.5em 1em rgba(48, 89, 124, .78); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_glassySteelBlue7, .hover_shadow_right_glassySteelBlue7:hover, .active_shadow_right_glassySteelBlue7:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(45, 83, 114, .39); -moz-box-shadow: 0.5em 0em 1em rgba(45, 83, 114, .39); box-shadow: 0.5em 0em 1em rgba(45, 83, 114, .39); } .shadow_right_glassySteelBlue7h, .hover_shadow_right_glassySteelBlue7h:hover, .active_shadow_right_glassySteelBlue7h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(53, 99, 137, .50); -moz-box-shadow: 0.5em 0em 1em rgba(53, 99, 137, .50); box-shadow: 0.5em 0em 1em rgba(53, 99, 137, .50); } .shadow_right_glassySteelBlue7a, .hover_shadow_right_glassySteelBlue7a:hover, .active_shadow_right_glassySteelBlue7a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(48, 89, 124, .63); -moz-box-shadow: 0.5em 0em 1em rgba(48, 89, 124, .63); box-shadow: 0.5em 0em 1em rgba(48, 89, 124, .63); } .shadow_right_glassySteelBlue7s, .hover_shadow_right_glassySteelBlue7s:hover, .active_shadow_right_glassySteelBlue7s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(48, 89, 124, .78); -moz-box-shadow: 0.5em 0em 1em rgba(48, 89, 124, .78); box-shadow: 0.5em 0em 1em rgba(48, 89, 124, .78); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_glassySteelBlue7, .hover_shadow_top_glassySteelBlue7:hover, .active_shadow_top_glassySteelBlue7:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(45, 83, 114, .39); -moz-box-shadow: 0em -0.5em 1em rgba(45, 83, 114, .39); box-shadow: 0em -0.5em 1em rgba(45, 83, 114, .39); } .shadow_top_glassySteelBlue7h, .hover_shadow_top_glassySteelBlue7h:hover, .active_shadow_top_glassySteelBlue7h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(53, 99, 137, .50); -moz-box-shadow: 0em -0.5em 1em rgba(53, 99, 137, .50); box-shadow: 0em -0.5em 1em rgba(53, 99, 137, .50); } .shadow_top_glassySteelBlue7a, .hover_shadow_top_glassySteelBlue7a:hover, .active_shadow_top_glassySteelBlue7a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(48, 89, 124, .63); -moz-box-shadow: 0em -0.5em 1em rgba(48, 89, 124, .63); box-shadow: 0em -0.5em 1em rgba(48, 89, 124, .63); } .shadow_top_glassySteelBlue7s, .hover_shadow_top_glassySteelBlue7s:hover, .active_shadow_top_glassySteelBlue7s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(48, 89, 124, .78); -moz-box-shadow: 0em -0.5em 1em rgba(48, 89, 124, .78); box-shadow: 0em -0.5em 1em rgba(48, 89, 124, .78); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_glassySteelBlue7, .hover_shadow_bottom_glassySteelBlue7:hover, .active_shadow_bottom_glassySteelBlue7:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(45, 83, 114, .39); -moz-box-shadow: 0em 0.5em 1em rgba(45, 83, 114, .39); box-shadow: 0em 0.5em 1em rgba(45, 83, 114, .39); } .shadow_bottom_glassySteelBlue7h, .hover_shadow_bottom_glassySteelBlue7h:hover, .active_shadow_bottom_glassySteelBlue7h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(53, 99, 137, .50); -moz-box-shadow: 0em 0.5em 1em rgba(53, 99, 137, .50); box-shadow: 0em 0.5em 1em rgba(53, 99, 137, .50); } .shadow_bottom_glassySteelBlue7a, .hover_shadow_bottom_glassySteelBlue7a:hover, .active_shadow_bottom_glassySteelBlue7a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(48, 89, 124, .63); -moz-box-shadow: 0em 0.5em 1em rgba(48, 89, 124, .63); box-shadow: 0em 0.5em 1em rgba(48, 89, 124, .63); } .shadow_bottom_glassySteelBlue7s, .hover_shadow_bottom_glassySteelBlue7s:hover, .active_shadow_bottom_glassySteelBlue7s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(48, 89, 124, .78); -moz-box-shadow: 0em 0.5em 1em rgba(48, 89, 124, .78); box-shadow: 0em 0.5em 1em rgba(48, 89, 124, .78); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_glassySteelBlue7, .hover_shadow_top_left_glassySteelBlue7:hover, .active_shadow_top_left_glassySteelBlue7:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(45, 83, 114, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(45, 83, 114, .39); box-shadow: -0.5em -0.5em 1em rgba(45, 83, 114, .39); } .shadow_top_left_glassySteelBlue7h, .hover_shadow_top_left_glassySteelBlue7h:hover, .active_shadow_top_left_glassySteelBlue7h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(53, 99, 137, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(53, 99, 137, .50); box-shadow: -0.5em -0.5em 1em rgba(53, 99, 137, .50); } .shadow_top_left_glassySteelBlue7a, .hover_shadow_top_left_glassySteelBlue7a:hover, .active_shadow_top_left_glassySteelBlue7a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(48, 89, 124, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(48, 89, 124, .63); box-shadow: -0.5em -0.5em 1em rgba(48, 89, 124, .63); } .shadow_top_left_glassySteelBlue7s, .hover_shadow_top_left_glassySteelBlue7s:hover, .active_shadow_top_left_glassySteelBlue7s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(48, 89, 124, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(48, 89, 124, .78); box-shadow: -0.5em -0.5em 1em rgba(48, 89, 124, .78); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_glassySteelBlue7, .hover_shadow_top_right_glassySteelBlue7:hover, .active_shadow_top_right_glassySteelBlue7:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(45, 83, 114, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(45, 83, 114, .39); box-shadow: 0.5em -0.5em 1em rgba(45, 83, 114, .39); } .shadow_top_right_glassySteelBlue7h, .hover_shadow_top_right_glassySteelBlue7h:hover, .active_shadow_top_right_glassySteelBlue7h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(53, 99, 137, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(53, 99, 137, .50); box-shadow: 0.5em -0.5em 1em rgba(53, 99, 137, .50); } .shadow_top_right_glassySteelBlue7a, .hover_shadow_top_right_glassySteelBlue7a:hover, .active_shadow_top_right_glassySteelBlue7a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(48, 89, 124, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(48, 89, 124, .63); box-shadow: 0.5em -0.5em 1em rgba(48, 89, 124, .63); } .shadow_top_right_glassySteelBlue7s, .hover_shadow_top_right_glassySteelBlue7s:hover, .active_shadow_top_right_glassySteelBlue7s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(48, 89, 124, .78); -moz-box-shadow: 0.5em -0.5em 1em rgba(48, 89, 124, .78); box-shadow: 0.5em -0.5em 1em rgba(48, 89, 124, .78); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_glassySteelBlue7, .hover_shadow_bottom_left_glassySteelBlue7:hover, .active_shadow_bottom_left_glassySteelBlue7:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(45, 83, 114, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(45, 83, 114, .39); box-shadow: -0.5em 0.5em 1em rgba(45, 83, 114, .39); } .shadow_bottom_left_glassySteelBlue7h, .hover_shadow_bottom_left_glassySteelBlue7h:hover, .active_shadow_bottom_left_glassySteelBlue7h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(53, 99, 137, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(53, 99, 137, .50); box-shadow: -0.5em 0.5em 1em rgba(53, 99, 137, .50); } .shadow_bottom_left_glassySteelBlue7a, .hover_shadow_bottom_left_glassySteelBlue7a:hover, .active_shadow_bottom_left_glassySteelBlue7a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(48, 89, 124, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(48, 89, 124, .63); box-shadow: -0.5em 0.5em 1em rgba(48, 89, 124, .63); } .shadow_bottom_left_glassySteelBlue7s, .hover_shadow_bottom_left_glassySteelBlue7s:hover, .active_shadow_bottom_left_glassySteelBlue7s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(48, 89, 124, .78); -moz-box-shadow: -0.5em 0.5em 1em rgba(48, 89, 124, .78); box-shadow: -0.5em 0.5em 1em rgba(48, 89, 124, .78); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_glassySteelBlue7, .hover_shadow_bottom_right_glassySteelBlue7:hover, .active_shadow_bottom_right_glassySteelBlue7:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(45, 83, 114, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(45, 83, 114, .39); box-shadow: 0.5em 0.5em 1em rgba(45, 83, 114, .39); } .shadow_bottom_right_glassySteelBlue7h, .hover_shadow_bottom_right_glassySteelBlue7h:hover, .active_shadow_bottom_right_glassySteelBlue7h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(53, 99, 137, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(53, 99, 137, .50); box-shadow: 0.5em 0.5em 1em rgba(53, 99, 137, .50); } .shadow_bottom_right_glassySteelBlue7a, .hover_shadow_bottom_right_glassySteelBlue7a:hover, .active_shadow_bottom_right_glassySteelBlue7a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(48, 89, 124, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(48, 89, 124, .63); box-shadow: 0.5em 0.5em 1em rgba(48, 89, 124, .63); } .shadow_bottom_right_glassySteelBlue7s, .hover_shadow_bottom_right_glassySteelBlue7s:hover, .active_shadow_bottom_right_glassySteelBlue7s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(48, 89, 124, .78); -moz-box-shadow: 0.5em 0.5em 1em rgba(48, 89, 124, .78); box-shadow: 0.5em 0.5em 1em rgba(48, 89, 124, .78); }
widgets/common/assets/gradients/glassy/glassySteelBlue/glassySteelBlue7.css
.background_glassySteelBlue7, .hover_background_glassySteelBlue7:hover, .active_background_glassySteelBlue7:active:hover { background: #2d5372; background-image: -moz-linear-gradient(top, rgb(40, 74, 103) 0%, rgb(36, 66, 92) 50%, rgb(31, 58, 80) 55%, rgb(45, 83, 114) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(40, 74, 103)), color-stop(50%, rgb(36, 66, 92)), color-stop(55%, rgb(31, 58, 80)), color-stop(100%, rgb(45, 83, 114))); background-image: -webkit-linear-gradient(top, rgb(40, 74, 103) 0%, rgb(36, 66, 92) 50%, rgb(31, 58, 80) 55%, rgb(45, 83, 114) 100%); background-image: -o-linear-gradient(top, rgb(40, 74, 103) 0%, rgb(36, 66, 92) 50%, rgb(31, 58, 80) 55%, rgb(45, 83, 114) 100%); background-image: -ms-linear-gradient(top, rgb(40, 74, 103) 0%, rgb(36, 66, 92) 50%, rgb(31, 58, 80) 55%, rgb(45, 83, 114) 100%); background-image: linear-gradient(to bottom, rgb(40, 74, 103) 0%, rgb(36, 66, 92) 50%, rgb(31, 58, 80) 55%, rgb(45, 83, 114) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#284a67', endColorstr='#2d5372',GradientType=0 ); } .background_glassySteelBlue7h, .hover_background_glassySteelBlue7h:hover, .active_background_glassySteelBlue7h:active:hover { background: #2d5372; background-image: -moz-linear-gradient(top, rgb(48, 89, 124) 0%, rgb(43, 79, 110) 50%, rgb(37, 69, 96) 55%, rgb(53, 99, 137) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(48, 89, 124)), color-stop(50%, rgb(43, 79, 110)), color-stop(55%, rgb(37, 69, 96)), color-stop(100%, rgb(53, 99, 137))); background-image: -webkit-linear-gradient(top, rgb(48, 89, 124) 0%, rgb(43, 79, 110) 50%, rgb(37, 69, 96) 55%, rgb(53, 99, 137) 100%); background-image: -o-linear-gradient(top, rgb(48, 89, 124) 0%, rgb(43, 79, 110) 50%, rgb(37, 69, 96) 55%, rgb(53, 99, 137) 100%); background-image: -ms-linear-gradient(top, rgb(48, 89, 124) 0%, rgb(43, 79, 110) 50%, rgb(37, 69, 96) 55%, rgb(53, 99, 137) 100%); background-image: linear-gradient(to bottom, rgb(48, 89, 124) 0%, rgb(43, 79, 110) 50%, rgb(37, 69, 96) 55%, rgb(53, 99, 137) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30597c', endColorstr='#356389',GradientType=0 ); } .background_glassySteelBlue7a, .hover_background_glassySteelBlue7a:hover, .active_background_glassySteelBlue7a:active:hover { background: #2d5372; background-image: -moz-linear-gradient(top, rgb(53, 99, 137) 0%, rgb(37, 69, 96) 50%, rgb(43, 79, 110) 55%, rgb(48, 89, 124) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(53, 99, 137)), color-stop(50%, rgb(37, 69, 96)), color-stop(55%, rgb(43, 79, 110)), color-stop(100%, rgb(48, 89, 124))); background-image: -webkit-linear-gradient(top, rgb(53, 99, 137) 0%, rgb(37, 69, 96) 50%, rgb(43, 79, 110) 55%, rgb(48, 89, 124) 100%); background-image: -o-linear-gradient(top, rgb(53, 99, 137) 0%, rgb(37, 69, 96) 50%, rgb(43, 79, 110) 55%, rgb(48, 89, 124) 100%); background-image: -ms-linear-gradient(top, rgb(53, 99, 137) 0%, rgb(37, 69, 96) 50%, rgb(43, 79, 110) 55%, rgb(48, 89, 124) 100%); background-image: linear-gradient(to bottom, rgb(53, 99, 137) 0%, rgb(37, 69, 96) 50%, rgb(43, 79, 110) 55%, rgb(48, 89, 124) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#356389', endColorstr='#30597c',GradientType=0 ); } .background_glassySteelBlue7s, .hover_background_glassySteelBlue7s:hover, .active_background_glassySteelBlue7s:active:hover { background: #2d5372; background-image: -moz-linear-gradient(top, rgb(60, 112, 155) 0%, rgb(53, 99, 137) 50%, rgb(47, 87, 120) 55%, rgb(67, 124, 172) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(60, 112, 155)), color-stop(50%, rgb(53, 99, 137)), color-stop(55%, rgb(47, 87, 120)), color-stop(100%, rgb(67, 124, 172))); background-image: -webkit-linear-gradient(top, rgb(60, 112, 155) 0%, rgb(53, 99, 137) 50%, rgb(47, 87, 120) 55%, rgb(67, 124, 172) 100%); background-image: -o-linear-gradient(top, rgb(60, 112, 155) 0%, rgb(53, 99, 137) 50%, rgb(47, 87, 120) 55%, rgb(67, 124, 172) 100%); background-image: -ms-linear-gradient(top, rgb(60, 112, 155) 0%, rgb(53, 99, 137) 50%, rgb(47, 87, 120) 55%, rgb(67, 124, 172) 100%); background-image: linear-gradient(to bottom, rgb(60, 112, 155) 0%, rgb(53, 99, 137) 50%, rgb(47, 87, 120) 55%, rgb(67, 124, 172) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c709b', endColorstr='#437cac',GradientType=0 ); } .background_color_glassySteelBlue7, .hover_background_color_glassySteelBlue7:hover, .active_background_color_glassySteelBlue7:active:hover { background-color:#2d5372; } .background_first_color_glassySteelBlue7, .hover_background_first_color_glassySteelBlue7:hover, .active_background_first_color_glassySteelBlue7:active:hover { background-color:#284a67; } .background_last_color_glassySteelBlue7, .hover_background_last_color_glassySteelBlue7:hover, .active_background_color_last_glassySteelBlue7:active:hover { background-color:#2d5372; } /* ------------------------------ color settings -------------------------------*/ .color_glassySteelBlue7, .hover_color_glassySteelBlue7:hover, .active_color_glassySteelBlue7:active:hover { color: #c8c8c8; } .color_glassySteelBlue7h, .hover_color_glassySteelBlue7h:hover, .active_color_glassySteelBlue7h:active:hover { color: #c8c8c8; } .color_glassySteelBlue7a, .hover_color_glassySteelBlue7a:hover, .active_color_glassySteelBlue7a:active:hover { color: #ff0; } .color_glassySteelBlue7s, .hover_color_glassySteelBlue7s:hover, .active_color_glassySteelBlue7s:active:hover { color: #dd0; } /* -------------------------- border color settings -----------------------------*/ .border_glassySteelBlue7, .hover_border_glassySteelBlue7:hover, .active_border_glassySteelBlue7:active:hover { border-color: #203c52 #1b3245 #1b3245 #203c52; } .border_glassySteelBlue7h, .hover_border_glassySteelBlue7h:hover, .active_border_glassySteelBlue7h:active:hover { border-color: #203c52 #1b3245 #1b3245 #203c52; } .border_glassySteelBlue7a, .hover_border_glassySteelBlue7a:hover, .active_border_glassySteelBlue7a:active:hover { border-color: #192e40 #192e40 #192e40 #192e40; } .border_glassySteelBlue7s, .hover_border_glassySteelBlue7s:hover, .active_border_glassySteelBlue7s:active:hover { border-color: #192e40 #192e40 #192e40 #192e40; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_glassySteelBlue7, .hover_shadow_expand_glassySteelBlue7:hover, .active_shadow_expand_glassySteelBlue7:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(45, 83, 114, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(45, 83, 114, .39); box-shadow: 0em 0em 1em 0.25em rgba(45, 83, 114, .39); } .shadow_expand_glassySteelBlue7h, .hover_shadow_expand_glassySteelBlue7h:hover, .active_shadow_expand_glassySteelBlue7h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(53, 99, 137, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(53, 99, 137, .50); box-shadow: 0em 0em 1em 0.25em rgba(53, 99, 137, .50); } .shadow_expand_glassySteelBlue7a, .hover_shadow_expand_glassySteelBlue7a:hover, .active_shadow_expand_glassySteelBlue7a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(48, 89, 124, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(48, 89, 124, .63); box-shadow: 0em 0em 1em 0.25em rgba(48, 89, 124, .63); } .shadow_expand_glassySteelBlue7s, .hover_shadow_expand_glassySteelBlue7s:hover, .active_shadow_expand_glassySteelBlue7s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(48, 89, 124, .78); -moz-box-shadow: 0em 0em 1em 0.25em rgba(48, 89, 124, .78); box-shadow: 0em 0em 1em 0.25em rgba(48, 89, 124, .78); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_glassySteelBlue7, .hover_shadow_left_glassySteelBlue7:hover, .active_shadow_left_glassySteelBlue7:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(45, 83, 114, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(45, 83, 114, .39); box-shadow: -0.5em -0.5em 1em rgba(45, 83, 114, .39); } .shadow_left_glassySteelBlue7h, .hover_shadow_left_glassySteelBlue7h:hover, .active_shadow_left_glassySteelBlue7h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(53, 99, 137, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(53, 99, 137, .50); box-shadow: -0.5em -0.5em 1em rgba(53, 99, 137, .50); } .shadow_left_glassySteelBlue7a, .hover_shadow_left_glassySteelBlue7a:hover, .active_shadow_left_glassySteelBlue7a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(48, 89, 124, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(48, 89, 124, .63); box-shadow: -0.5em -0.5em 1em rgba(48, 89, 124, .63); } .shadow_left_glassySteelBlue7s, .hover_shadow_left_glassySteelBlue7s:hover, .active_shadow_left_glassySteelBlue7s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(48, 89, 124, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(48, 89, 124, .78); box-shadow: -0.5em -0.5em 1em rgba(48, 89, 124, .78); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_glassySteelBlue7, .hover_shadow_right_glassySteelBlue7:hover, .active_shadow_right_glassySteelBlue7:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(45, 83, 114, .39); -moz-box-shadow: 0.5em 0em 1em rgba(45, 83, 114, .39); box-shadow: 0.5em 0em 1em rgba(45, 83, 114, .39); } .shadow_right_glassySteelBlue7h, .hover_shadow_right_glassySteelBlue7h:hover, .active_shadow_right_glassySteelBlue7h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(53, 99, 137, .50); -moz-box-shadow: 0.5em 0em 1em rgba(53, 99, 137, .50); box-shadow: 0.5em 0em 1em rgba(53, 99, 137, .50); } .shadow_right_glassySteelBlue7a, .hover_shadow_right_glassySteelBlue7a:hover, .active_shadow_right_glassySteelBlue7a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(48, 89, 124, .63); -moz-box-shadow: 0.5em 0em 1em rgba(48, 89, 124, .63); box-shadow: 0.5em 0em 1em rgba(48, 89, 124, .63); } .shadow_right_glassySteelBlue7s, .hover_shadow_right_glassySteelBlue7s:hover, .active_shadow_right_glassySteelBlue7s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(48, 89, 124, .78); -moz-box-shadow: 0.5em 0em 1em rgba(48, 89, 124, .78); box-shadow: 0.5em 0em 1em rgba(48, 89, 124, .78); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_glassySteelBlue7, .hover_shadow_top_glassySteelBlue7:hover, .active_shadow_top_glassySteelBlue7:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(45, 83, 114, .39); -moz-box-shadow: 0em -0.5em 1em rgba(45, 83, 114, .39); box-shadow: 0em -0.5em 1em rgba(45, 83, 114, .39); } .shadow_top_glassySteelBlue7h, .hover_shadow_top_glassySteelBlue7h:hover, .active_shadow_top_glassySteelBlue7h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(53, 99, 137, .50); -moz-box-shadow: 0em -0.5em 1em rgba(53, 99, 137, .50); box-shadow: 0em -0.5em 1em rgba(53, 99, 137, .50); } .shadow_top_glassySteelBlue7a, .hover_shadow_top_glassySteelBlue7a:hover, .active_shadow_top_glassySteelBlue7a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(48, 89, 124, .63); -moz-box-shadow: 0em -0.5em 1em rgba(48, 89, 124, .63); box-shadow: 0em -0.5em 1em rgba(48, 89, 124, .63); } .shadow_top_glassySteelBlue7s, .hover_shadow_top_glassySteelBlue7s:hover, .active_shadow_top_glassySteelBlue7s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(48, 89, 124, .78); -moz-box-shadow: 0em -0.5em 1em rgba(48, 89, 124, .78); box-shadow: 0em -0.5em 1em rgba(48, 89, 124, .78); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_glassySteelBlue7, .hover_shadow_bottom_glassySteelBlue7:hover, .active_shadow_bottom_glassySteelBlue7:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(45, 83, 114, .39); -moz-box-shadow: 0em 0.5em 1em rgba(45, 83, 114, .39); box-shadow: 0em 0.5em 1em rgba(45, 83, 114, .39); } .shadow_bottom_glassySteelBlue7h, .hover_shadow_bottom_glassySteelBlue7h:hover, .active_shadow_bottom_glassySteelBlue7h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(53, 99, 137, .50); -moz-box-shadow: 0em 0.5em 1em rgba(53, 99, 137, .50); box-shadow: 0em 0.5em 1em rgba(53, 99, 137, .50); } .shadow_bottom_glassySteelBlue7a, .hover_shadow_bottom_glassySteelBlue7a:hover, .active_shadow_bottom_glassySteelBlue7a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(48, 89, 124, .63); -moz-box-shadow: 0em 0.5em 1em rgba(48, 89, 124, .63); box-shadow: 0em 0.5em 1em rgba(48, 89, 124, .63); } .shadow_bottom_glassySteelBlue7s, .hover_shadow_bottom_glassySteelBlue7s:hover, .active_shadow_bottom_glassySteelBlue7s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(48, 89, 124, .78); -moz-box-shadow: 0em 0.5em 1em rgba(48, 89, 124, .78); box-shadow: 0em 0.5em 1em rgba(48, 89, 124, .78); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_glassySteelBlue7, .hover_shadow_top_left_glassySteelBlue7:hover, .active_shadow_top_left_glassySteelBlue7:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(45, 83, 114, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(45, 83, 114, .39); box-shadow: -0.5em -0.5em 1em rgba(45, 83, 114, .39); } .shadow_top_left_glassySteelBlue7h, .hover_shadow_top_left_glassySteelBlue7h:hover, .active_shadow_top_left_glassySteelBlue7h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(53, 99, 137, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(53, 99, 137, .50); box-shadow: -0.5em -0.5em 1em rgba(53, 99, 137, .50); } .shadow_top_left_glassySteelBlue7a, .hover_shadow_top_left_glassySteelBlue7a:hover, .active_shadow_top_left_glassySteelBlue7a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(48, 89, 124, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(48, 89, 124, .63); box-shadow: -0.5em -0.5em 1em rgba(48, 89, 124, .63); } .shadow_top_left_glassySteelBlue7s, .hover_shadow_top_left_glassySteelBlue7s:hover, .active_shadow_top_left_glassySteelBlue7s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(48, 89, 124, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(48, 89, 124, .78); box-shadow: -0.5em -0.5em 1em rgba(48, 89, 124, .78); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_glassySteelBlue7, .hover_shadow_top_right_glassySteelBlue7:hover, .active_shadow_top_right_glassySteelBlue7:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(45, 83, 114, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(45, 83, 114, .39); box-shadow: 0.5em -0.5em 1em rgba(45, 83, 114, .39); } .shadow_top_right_glassySteelBlue7h, .hover_shadow_top_right_glassySteelBlue7h:hover, .active_shadow_top_right_glassySteelBlue7h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(53, 99, 137, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(53, 99, 137, .50); box-shadow: 0.5em -0.5em 1em rgba(53, 99, 137, .50); } .shadow_top_right_glassySteelBlue7a, .hover_shadow_top_right_glassySteelBlue7a:hover, .active_shadow_top_right_glassySteelBlue7a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(48, 89, 124, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(48, 89, 124, .63); box-shadow: 0.5em -0.5em 1em rgba(48, 89, 124, .63); } .shadow_top_right_glassySteelBlue7s, .hover_shadow_top_right_glassySteelBlue7s:hover, .active_shadow_top_right_glassySteelBlue7s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(48, 89, 124, .78); -moz-box-shadow: 0.5em -0.5em 1em rgba(48, 89, 124, .78); box-shadow: 0.5em -0.5em 1em rgba(48, 89, 124, .78); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_glassySteelBlue7, .hover_shadow_bottom_left_glassySteelBlue7:hover, .active_shadow_bottom_left_glassySteelBlue7:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(45, 83, 114, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(45, 83, 114, .39); box-shadow: -0.5em 0.5em 1em rgba(45, 83, 114, .39); } .shadow_bottom_left_glassySteelBlue7h, .hover_shadow_bottom_left_glassySteelBlue7h:hover, .active_shadow_bottom_left_glassySteelBlue7h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(53, 99, 137, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(53, 99, 137, .50); box-shadow: -0.5em 0.5em 1em rgba(53, 99, 137, .50); } .shadow_bottom_left_glassySteelBlue7a, .hover_shadow_bottom_left_glassySteelBlue7a:hover, .active_shadow_bottom_left_glassySteelBlue7a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(48, 89, 124, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(48, 89, 124, .63); box-shadow: -0.5em 0.5em 1em rgba(48, 89, 124, .63); } .shadow_bottom_left_glassySteelBlue7s, .hover_shadow_bottom_left_glassySteelBlue7s:hover, .active_shadow_bottom_left_glassySteelBlue7s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(48, 89, 124, .78); -moz-box-shadow: -0.5em 0.5em 1em rgba(48, 89, 124, .78); box-shadow: -0.5em 0.5em 1em rgba(48, 89, 124, .78); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_glassySteelBlue7, .hover_shadow_bottom_right_glassySteelBlue7:hover, .active_shadow_bottom_right_glassySteelBlue7:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(45, 83, 114, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(45, 83, 114, .39); box-shadow: 0.5em 0.5em 1em rgba(45, 83, 114, .39); } .shadow_bottom_right_glassySteelBlue7h, .hover_shadow_bottom_right_glassySteelBlue7h:hover, .active_shadow_bottom_right_glassySteelBlue7h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(53, 99, 137, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(53, 99, 137, .50); box-shadow: 0.5em 0.5em 1em rgba(53, 99, 137, .50); } .shadow_bottom_right_glassySteelBlue7a, .hover_shadow_bottom_right_glassySteelBlue7a:hover, .active_shadow_bottom_right_glassySteelBlue7a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(48, 89, 124, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(48, 89, 124, .63); box-shadow: 0.5em 0.5em 1em rgba(48, 89, 124, .63); } .shadow_bottom_right_glassySteelBlue7s, .hover_shadow_bottom_right_glassySteelBlue7s:hover, .active_shadow_bottom_right_glassySteelBlue7s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(48, 89, 124, .78); -moz-box-shadow: 0.5em 0.5em 1em rgba(48, 89, 124, .78); box-shadow: 0.5em 0.5em 1em rgba(48, 89, 124, .78); }
0.522202
0.116312
html { position: relative; min-height: 100%; } body { /*overflow-x: hidden;*/ /*background: #f3f8ff;*/ font-family: 'Roboto', sans-serif; } /* Structure classes */ #wrapper { padding-left: 0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } #wrapper.toggled { padding-left: 250px; } #sidebar-wrapper { z-index: 1000; position: fixed; left: 250px; width: 0; height: 100%; margin-left: -250px; overflow-y: auto; background: #273140; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } #wrapper.toggled #sidebar-wrapper { width: 250px; } #page-content-wrapper { width: 100%; position: absolute; padding: 0px; padding-bottom: 100px; } .wrapper_toggle_btn { position: absolute; top: 25px; left: 10px; background: transparent; border: none; outline: none; padding: 0px; z-index: 111; } .wrapper_toggle_btn .icon-bar { width: 25px; height: 3px; background: #273140; margin: 5px; display: block; } #wrapper.toggled #page-content-wrapper { position: absolute; margin-right: -250px; } /* Sidebar classes */ .sidebar-nav { position: absolute; top: 0; width: 250px; margin: 0; padding: 0; list-style: none; } .sidebar-nav li { text-indent: 10px; line-height: 50px; } .sidebar-nav li a { display: block; text-decoration: none; color: #596d7c; font-size: 12px; font-weight: 700; } .sidebar-nav li a i, .sidebar-nav li a span { color: #3c85a6; width: 30px; font-size: 14px; } .sidebar-nav li a:hover { text-decoration: none; color: #3c85a6; background: #181e27 } .sidebar-nav li a:active, .sidebar-nav li a:focus { text-decoration: none; } .submenu { margin: 0px; padding: 0px; } .submenu li{ padding-left: 50px; } .submenu li:hover{ background: #181e27; } .sidebar-nav > .sidebar-brand { padding: 20px 10px 15px 5px; } .sidebar-nav > .sidebar-brand .logo { height: 40px; } .sidebar-nav > .sidebar-brand a { color: #999999; } .sidebar-nav > .sidebar-brand a:hover { color: #fff; background: none; } /* Header classes */ .header { background: #FFF; padding: 15px; border-bottom: 1px solid #e8e8e8; box-shadow: 1px 1px 2px #f1ecec; } .search_bar { margin-left: 54px; } .search_bar_input .input-group-addon { background: white !important; padding-right: 0px; color: #ddd; border: none; } .search_bar_input .input-group-addon button { outline: none; } .search_bar_input .input-group-addon .fa { font-size: 18px; } .search_bar_input .form-control { border: none; box-shadow: none; border-color: #ccc; height: 50px; padding-left: 5px; font-size: 16px; } .search_bar_input button { border: 0; background: transparent; } .search_bar_input .form-control::-webkit-input-placeholder { color: #ddd; } .search_bar_input .form-control:-moz-placeholder { color: #ddd; } .search_bar_input .form-control::-moz-placeholder { color: #ddd; } .search_bar_input .form-control:-ms-input-placeholder { color: #ddd; } .profile-overview { margin-top: 10px; } .customm-dropdown .profile-pic { width: 40px; border-radius: 50%; border: 4px solid #d2dbe2; margin-right: -14px; position: absolute; left: -15px; top: -5px; } .customm-dropdown .btn, .customm-dropdown .btn:focus { border-radius: 50px; background: #eaf3fa; color: #616060; font-weight: 500; font-size: 12px; padding: 7px 10px 5px 10px; min-width: 170px; outline: none; box-shadow: none; } .customm-dropdown .btn .caret { color: #8cd6f3; float: right; text-align: right; display: block; margin-top: 7px; } .customm-dropdown .dropdown-menu > li > a { display: block; text-decoration: none; color: #596d7c; font-size: 12px; font-weight: 400; padding: 10px 20px; } /* Content classes */ .content-area { } /* Dashboard: stats classes */ .app-stats-item { position: relative; overflow: hidden; padding: 30px 20px; margin-bottom: 30px; border-radius: 2px; background-color: #273140; } .app-stats-item .fa { position: absolute; top: 25%; left: 2%; font-size: 60px; color: rgba(255, 255, 255, 0.15); } .app-stats-title { margin: 0; text-align: right; font-size: 36px; color: white; } .app-stats-title > small { display: block; font-size: 17px; text-transform: capitalize; color: rgba(255, 255, 255, 0.7); } /* Widget clasess */ .widget { margin-bottom: 25px; border: 1px solid #d9d9d9; } .widget .widget-header { color: #565e6a; background-color: #f3f5f7; border-bottom: 1px solid #d9d9d9; padding: 15px; } .widget .widget-header h2 { font-size: 13px; text-transform: uppercase; font-weight: 500; } .widget .widget-header span { font-size: 10px; color: #9fa5ab; } .widget .widget-body { padding: 20px 15px; background: #FFF; } .widget .widget-header .title { font-size: 14px; text-transform: uppercase; font-weight: 500; padding: 8px 0px; } /* Buttons clasess */ .btn-small, .btn-small:hover { font-size: 10px; color: #777; text-decoration: none; border: 1px solid #777; padding: 3px 5px 2px 5px; margin-bottom: 3px; border-radius: 2px; text-decoration: none; cursor: pointer; background: transparent !important; } .btn-small-orange { color: orange !important; border: 1px solid orange !important; } .btn-small-green { color: #51d466 !important; border: 1px solid #51d466 !important; } .btn-small-red { color: #f75353 !important; border: 1px solid #f75353 !important; } .btn-small-info { color: #5bc0de !important; border: 1px solid #5bc0de !important; } .btn-small-theme { color: #273140 !important; border: 1px solid #273140 !important; } .btn-small-primary { color: #3c85a6 !important; border: 1px solid #3c85a6 !important; } /* Status Text classes */ .status-text { text-transform: uppercase; font-weight: 500; font-size: 11px; } .status-text-gray { color: lightslategray; } .status-text-info { color: #5bc0de; } .status-text-orange { color: darkorange; } .status-text-green { color: #51d466; } .status-text-success { color: #51d466; } .status-text-danger { color: #d9534f; } /* Status Text classes */ .status-text { text-transform: uppercase; font-weight: 500; font-size: 11px; } .lightslategray { color: lightslategray; } .status-text-info { color: #3c85a6; } .status-text-orange { color: darkorange; } .status-text-green { color: #51d466; } .status-text-success { color: #51d466; } .status-text-danger { color: #d9534f; } /* Copyright classes */ .copyright { padding: 10px 0px; position: absolute; bottom: 0; width: 100%; } .copy-text { text-align: center; color: #898f96; font-size: 12px; margin-bottom: 0px; } /* Media queries for large display */ @media (min-width: 1400px) { .content-area { margin-bottom: 50px; } .overview-right .overview-value { font-size: 28px; } } @media (min-width: 768px) { #wrapper { padding-left: 250px; } #wrapper.toggled { padding-left: 0; } #sidebar-wrapper { width: 250px; } #wrapper.toggled #sidebar-wrapper { width: 0; } #page-content-wrapper { padding: 0px; position: relative; /**padding-bottom: 100px;**/ } #wrapper.toggled #page-content-wrapper { position: relative; margin-right: 0; } } /* Media queries for medium display */ @media (min-width: 991px) and (max-width: 1200px) { .right-side-filter{ float: left !important; } } /* Media queries for medium display */ @media (min-width: 768px) and (max-width: 991px) { .app-stats-item > .fa { top: 28%; font-size: 50px; } .app-stats-title > small { font-size: 12px; } .right-side-filter{ float: left !important; } .right-side-filter .filter_block { margin: 5px 7px !important; } } /* Media queries for small (Tab/Mobile) display */ @media (max-width: 768px) { .profile-overview { margin-top: 0px; } .wrapper_toggle_btn { top: 15px; } .content-area { } .overview-right { padding: 15px 40px; } .overview-right .overview-value { font-size: 32px; } .right-side-filter{ float: left !important; } .right-side-filter .filter_block { margin: 5px 7px !important; } .right-side-filter .search_query{ width: 100%; display: block; } .task-list-table td strong{ font-weight: 500; font-size: 12px; } .empty_block { padding: 15px !important; margin-top: 25px !important;; } .empty_block h2 { font-size: 20px !important; } .empty_block .lead { font-size: 18px !importantx; } .empty_block .icon { border: 2px solid #CCC; padding: 30px 19px 18px 16px; border-radius: 50px; color: #CCC; } }
plugins/Apps/webroot/css/main.css
html { position: relative; min-height: 100%; } body { /*overflow-x: hidden;*/ /*background: #f3f8ff;*/ font-family: 'Roboto', sans-serif; } /* Structure classes */ #wrapper { padding-left: 0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } #wrapper.toggled { padding-left: 250px; } #sidebar-wrapper { z-index: 1000; position: fixed; left: 250px; width: 0; height: 100%; margin-left: -250px; overflow-y: auto; background: #273140; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } #wrapper.toggled #sidebar-wrapper { width: 250px; } #page-content-wrapper { width: 100%; position: absolute; padding: 0px; padding-bottom: 100px; } .wrapper_toggle_btn { position: absolute; top: 25px; left: 10px; background: transparent; border: none; outline: none; padding: 0px; z-index: 111; } .wrapper_toggle_btn .icon-bar { width: 25px; height: 3px; background: #273140; margin: 5px; display: block; } #wrapper.toggled #page-content-wrapper { position: absolute; margin-right: -250px; } /* Sidebar classes */ .sidebar-nav { position: absolute; top: 0; width: 250px; margin: 0; padding: 0; list-style: none; } .sidebar-nav li { text-indent: 10px; line-height: 50px; } .sidebar-nav li a { display: block; text-decoration: none; color: #596d7c; font-size: 12px; font-weight: 700; } .sidebar-nav li a i, .sidebar-nav li a span { color: #3c85a6; width: 30px; font-size: 14px; } .sidebar-nav li a:hover { text-decoration: none; color: #3c85a6; background: #181e27 } .sidebar-nav li a:active, .sidebar-nav li a:focus { text-decoration: none; } .submenu { margin: 0px; padding: 0px; } .submenu li{ padding-left: 50px; } .submenu li:hover{ background: #181e27; } .sidebar-nav > .sidebar-brand { padding: 20px 10px 15px 5px; } .sidebar-nav > .sidebar-brand .logo { height: 40px; } .sidebar-nav > .sidebar-brand a { color: #999999; } .sidebar-nav > .sidebar-brand a:hover { color: #fff; background: none; } /* Header classes */ .header { background: #FFF; padding: 15px; border-bottom: 1px solid #e8e8e8; box-shadow: 1px 1px 2px #f1ecec; } .search_bar { margin-left: 54px; } .search_bar_input .input-group-addon { background: white !important; padding-right: 0px; color: #ddd; border: none; } .search_bar_input .input-group-addon button { outline: none; } .search_bar_input .input-group-addon .fa { font-size: 18px; } .search_bar_input .form-control { border: none; box-shadow: none; border-color: #ccc; height: 50px; padding-left: 5px; font-size: 16px; } .search_bar_input button { border: 0; background: transparent; } .search_bar_input .form-control::-webkit-input-placeholder { color: #ddd; } .search_bar_input .form-control:-moz-placeholder { color: #ddd; } .search_bar_input .form-control::-moz-placeholder { color: #ddd; } .search_bar_input .form-control:-ms-input-placeholder { color: #ddd; } .profile-overview { margin-top: 10px; } .customm-dropdown .profile-pic { width: 40px; border-radius: 50%; border: 4px solid #d2dbe2; margin-right: -14px; position: absolute; left: -15px; top: -5px; } .customm-dropdown .btn, .customm-dropdown .btn:focus { border-radius: 50px; background: #eaf3fa; color: #616060; font-weight: 500; font-size: 12px; padding: 7px 10px 5px 10px; min-width: 170px; outline: none; box-shadow: none; } .customm-dropdown .btn .caret { color: #8cd6f3; float: right; text-align: right; display: block; margin-top: 7px; } .customm-dropdown .dropdown-menu > li > a { display: block; text-decoration: none; color: #596d7c; font-size: 12px; font-weight: 400; padding: 10px 20px; } /* Content classes */ .content-area { } /* Dashboard: stats classes */ .app-stats-item { position: relative; overflow: hidden; padding: 30px 20px; margin-bottom: 30px; border-radius: 2px; background-color: #273140; } .app-stats-item .fa { position: absolute; top: 25%; left: 2%; font-size: 60px; color: rgba(255, 255, 255, 0.15); } .app-stats-title { margin: 0; text-align: right; font-size: 36px; color: white; } .app-stats-title > small { display: block; font-size: 17px; text-transform: capitalize; color: rgba(255, 255, 255, 0.7); } /* Widget clasess */ .widget { margin-bottom: 25px; border: 1px solid #d9d9d9; } .widget .widget-header { color: #565e6a; background-color: #f3f5f7; border-bottom: 1px solid #d9d9d9; padding: 15px; } .widget .widget-header h2 { font-size: 13px; text-transform: uppercase; font-weight: 500; } .widget .widget-header span { font-size: 10px; color: #9fa5ab; } .widget .widget-body { padding: 20px 15px; background: #FFF; } .widget .widget-header .title { font-size: 14px; text-transform: uppercase; font-weight: 500; padding: 8px 0px; } /* Buttons clasess */ .btn-small, .btn-small:hover { font-size: 10px; color: #777; text-decoration: none; border: 1px solid #777; padding: 3px 5px 2px 5px; margin-bottom: 3px; border-radius: 2px; text-decoration: none; cursor: pointer; background: transparent !important; } .btn-small-orange { color: orange !important; border: 1px solid orange !important; } .btn-small-green { color: #51d466 !important; border: 1px solid #51d466 !important; } .btn-small-red { color: #f75353 !important; border: 1px solid #f75353 !important; } .btn-small-info { color: #5bc0de !important; border: 1px solid #5bc0de !important; } .btn-small-theme { color: #273140 !important; border: 1px solid #273140 !important; } .btn-small-primary { color: #3c85a6 !important; border: 1px solid #3c85a6 !important; } /* Status Text classes */ .status-text { text-transform: uppercase; font-weight: 500; font-size: 11px; } .status-text-gray { color: lightslategray; } .status-text-info { color: #5bc0de; } .status-text-orange { color: darkorange; } .status-text-green { color: #51d466; } .status-text-success { color: #51d466; } .status-text-danger { color: #d9534f; } /* Status Text classes */ .status-text { text-transform: uppercase; font-weight: 500; font-size: 11px; } .lightslategray { color: lightslategray; } .status-text-info { color: #3c85a6; } .status-text-orange { color: darkorange; } .status-text-green { color: #51d466; } .status-text-success { color: #51d466; } .status-text-danger { color: #d9534f; } /* Copyright classes */ .copyright { padding: 10px 0px; position: absolute; bottom: 0; width: 100%; } .copy-text { text-align: center; color: #898f96; font-size: 12px; margin-bottom: 0px; } /* Media queries for large display */ @media (min-width: 1400px) { .content-area { margin-bottom: 50px; } .overview-right .overview-value { font-size: 28px; } } @media (min-width: 768px) { #wrapper { padding-left: 250px; } #wrapper.toggled { padding-left: 0; } #sidebar-wrapper { width: 250px; } #wrapper.toggled #sidebar-wrapper { width: 0; } #page-content-wrapper { padding: 0px; position: relative; /**padding-bottom: 100px;**/ } #wrapper.toggled #page-content-wrapper { position: relative; margin-right: 0; } } /* Media queries for medium display */ @media (min-width: 991px) and (max-width: 1200px) { .right-side-filter{ float: left !important; } } /* Media queries for medium display */ @media (min-width: 768px) and (max-width: 991px) { .app-stats-item > .fa { top: 28%; font-size: 50px; } .app-stats-title > small { font-size: 12px; } .right-side-filter{ float: left !important; } .right-side-filter .filter_block { margin: 5px 7px !important; } } /* Media queries for small (Tab/Mobile) display */ @media (max-width: 768px) { .profile-overview { margin-top: 0px; } .wrapper_toggle_btn { top: 15px; } .content-area { } .overview-right { padding: 15px 40px; } .overview-right .overview-value { font-size: 32px; } .right-side-filter{ float: left !important; } .right-side-filter .filter_block { margin: 5px 7px !important; } .right-side-filter .search_query{ width: 100%; display: block; } .task-list-table td strong{ font-weight: 500; font-size: 12px; } .empty_block { padding: 15px !important; margin-top: 25px !important;; } .empty_block h2 { font-size: 20px !important; } .empty_block .lead { font-size: 18px !importantx; } .empty_block .icon { border: 2px solid #CCC; padding: 30px 19px 18px 16px; border-radius: 50px; color: #CCC; } }
0.472683
0.050284
.fc-calendar,.fc-calendar .fc-head,.fc-calendar .fc-body,.fc-calendar .fc-row { width: 100%; } .fc-calendar { -moz-box-sizing: border-box; box-sizing: border-box; height: 100%; } .fc-calendar .fc-head { height: 30px; line-height: 30px; background: transparent; color: #ef4f69; text-transform: uppercase; } .fc-calendar .fc-body { height: calc(100% - 30px); border: 1px solid #ddd; } .fc-four-rows .fc-row { height: 25%; } .fc-five-rows .fc-row { height: 20%; } .fc-six-rows .fc-row { height: calc(100% / 6); } .fc-calendar .fc-row > div,.fc-calendar .fc-head > div { float: left; height: 100%; /* 100% / 7 */ width:calc(100% / 7); position: relative; } .fc-calendar .fc-row > div,.custom-header span,#custom-content-close,#custom-content-reveal,.fc-calendar .fc-row > div.fc-content:hover { -webkit-transition: all .2s linear; transition: all .2s linear; } .fc-calendar .fc-row > div { overflow: hidden; position: relative; background: #fff; } .fc-calendar .fc-head > div { text-align: center; } .fc-calendar .fc-row > div > span.fc-date { position: absolute; width: 30px; line-height: 22px; text-decoration: line-through; top: 50%; left: 50%; text-align: center; margin: -10px 0 0 -15px; pointer-events: none; } .fc-calendar .fc-row > div.fc-out { opacity: .6; } .fc-calendar .fc-row > div:last-child,.fc-calendar .fc-head > div:last-child { border-right: none; } .fc-calendar .fc-row:last-child { border-bottom: none; } /* Custom calendar elements */ .custom-calendar-wrap { position: relative; overflow: hidden; margin-bottom: 30px; } .custom-inner { box-shadow: 0 1px 3px rgba(0,0,0,0.2); } .custom-header { padding: 10px; border-top: 5px solid #ef4f69; border-bottom: 1px solid #ddd; } .custom-header h3,.custom-header h4 { text-align: center; text-transform: uppercase; margin: 0 auto; } .custom-header h3 { letter-spacing: 3px; } .custom-header h4 { letter-spacing: 2px; color: #727272; } #custom-prev,#custom-next { cursor: pointer; font-size: 46px; } #custom-prev { float: left; } #custom-next { float: right; } .custom-header span,#custom-content-close { color: #ef4f69; } .custom-header span:hover,#custom-content-close:hover { color: #4d4d4d; } #custom-content-reveal { width: 100%; background: rgb(246,246,246); height: 100%; position: absolute; z-index: 100; top: 100%; } .custom-content-reveal-inner { overflow-x: hidden; overflow-y: auto; padding: 1em 0; height: calc(100% - 78px); -moz-box-sizing: border-box; box-sizing: border-box; line-height: 24px; } #custom-content-close { position: absolute; top: 26px; right: 20px; width: 30px; height: 30px; cursor: pointer; line-height: 30px; padding: 0; font-size: 30px; } #custom-content-reveal h3 { text-transform: uppercase; padding: 21px 20px; background: #fff; border-bottom: 1px solid #ddd; border-top: 5px solid #ef4f69; box-shadow: 0 1px rgba(255,255,255,0.9); margin: 0; } .custom-content-reveal-inner h4 { color: #4d4d4d; } .custom-content-reveal-inner h4,.custom-content-reveal-inner p { margin: 0 20px; } .custom-content-reveal-inner hr:nth-of-type(odd) { border: 0; height: 0; } #custom-content { width: 100%; height: 100%; } /* Modifications */ .fc-calendar-container { height: 400px; width: auto; padding: 20px; background: #f6f6f6; box-shadow: inset 0 1px rgba(255,255,255,0.8); } .fc-calendar .fc-row > div:empty { background: transparent; } .fc-calendar .fc-row > div.fc-content { cursor: pointer; } .fc-calendar .fc-row > div.fc-content > span.fc-date { text-decoration: none; } .fc-calendar .fc-row > div.fc-content:hover { background: #ef4f69; color: #fff; } .fc-calendar .fc-row > div > div a,.fc-calendar .fc-row > div > div,.fc-calendar .fc-row > div > span.fc-weekday,.fc-calendar .fc-row > div.fc-content div { display: none; }
resources/styles/calendario.css
.fc-calendar,.fc-calendar .fc-head,.fc-calendar .fc-body,.fc-calendar .fc-row { width: 100%; } .fc-calendar { -moz-box-sizing: border-box; box-sizing: border-box; height: 100%; } .fc-calendar .fc-head { height: 30px; line-height: 30px; background: transparent; color: #ef4f69; text-transform: uppercase; } .fc-calendar .fc-body { height: calc(100% - 30px); border: 1px solid #ddd; } .fc-four-rows .fc-row { height: 25%; } .fc-five-rows .fc-row { height: 20%; } .fc-six-rows .fc-row { height: calc(100% / 6); } .fc-calendar .fc-row > div,.fc-calendar .fc-head > div { float: left; height: 100%; /* 100% / 7 */ width:calc(100% / 7); position: relative; } .fc-calendar .fc-row > div,.custom-header span,#custom-content-close,#custom-content-reveal,.fc-calendar .fc-row > div.fc-content:hover { -webkit-transition: all .2s linear; transition: all .2s linear; } .fc-calendar .fc-row > div { overflow: hidden; position: relative; background: #fff; } .fc-calendar .fc-head > div { text-align: center; } .fc-calendar .fc-row > div > span.fc-date { position: absolute; width: 30px; line-height: 22px; text-decoration: line-through; top: 50%; left: 50%; text-align: center; margin: -10px 0 0 -15px; pointer-events: none; } .fc-calendar .fc-row > div.fc-out { opacity: .6; } .fc-calendar .fc-row > div:last-child,.fc-calendar .fc-head > div:last-child { border-right: none; } .fc-calendar .fc-row:last-child { border-bottom: none; } /* Custom calendar elements */ .custom-calendar-wrap { position: relative; overflow: hidden; margin-bottom: 30px; } .custom-inner { box-shadow: 0 1px 3px rgba(0,0,0,0.2); } .custom-header { padding: 10px; border-top: 5px solid #ef4f69; border-bottom: 1px solid #ddd; } .custom-header h3,.custom-header h4 { text-align: center; text-transform: uppercase; margin: 0 auto; } .custom-header h3 { letter-spacing: 3px; } .custom-header h4 { letter-spacing: 2px; color: #727272; } #custom-prev,#custom-next { cursor: pointer; font-size: 46px; } #custom-prev { float: left; } #custom-next { float: right; } .custom-header span,#custom-content-close { color: #ef4f69; } .custom-header span:hover,#custom-content-close:hover { color: #4d4d4d; } #custom-content-reveal { width: 100%; background: rgb(246,246,246); height: 100%; position: absolute; z-index: 100; top: 100%; } .custom-content-reveal-inner { overflow-x: hidden; overflow-y: auto; padding: 1em 0; height: calc(100% - 78px); -moz-box-sizing: border-box; box-sizing: border-box; line-height: 24px; } #custom-content-close { position: absolute; top: 26px; right: 20px; width: 30px; height: 30px; cursor: pointer; line-height: 30px; padding: 0; font-size: 30px; } #custom-content-reveal h3 { text-transform: uppercase; padding: 21px 20px; background: #fff; border-bottom: 1px solid #ddd; border-top: 5px solid #ef4f69; box-shadow: 0 1px rgba(255,255,255,0.9); margin: 0; } .custom-content-reveal-inner h4 { color: #4d4d4d; } .custom-content-reveal-inner h4,.custom-content-reveal-inner p { margin: 0 20px; } .custom-content-reveal-inner hr:nth-of-type(odd) { border: 0; height: 0; } #custom-content { width: 100%; height: 100%; } /* Modifications */ .fc-calendar-container { height: 400px; width: auto; padding: 20px; background: #f6f6f6; box-shadow: inset 0 1px rgba(255,255,255,0.8); } .fc-calendar .fc-row > div:empty { background: transparent; } .fc-calendar .fc-row > div.fc-content { cursor: pointer; } .fc-calendar .fc-row > div.fc-content > span.fc-date { text-decoration: none; } .fc-calendar .fc-row > div.fc-content:hover { background: #ef4f69; color: #fff; } .fc-calendar .fc-row > div > div a,.fc-calendar .fc-row > div > div,.fc-calendar .fc-row > div > span.fc-weekday,.fc-calendar .fc-row > div.fc-content div { display: none; }
0.410166
0.076891
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@3S00&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Anton&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Aleo:wght@300&family=Passion+One&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Passion+One&display=swap'); * { font-family: 'Poppins',sans-serif; } body { background-image: url('/resources/logos/mirandas-wallpaper.jpg'); background-position: center center; background-repeat: no-repeat; background-attachment: fixed; background-size: cover; background-color: #ddebee; } :root { --font: #111c34; --subtitle: #02084b; --bg: #dae1e7; --bgtitle: #237bac; --lines: #161616; --doubles: #182c70; --font-family-anton-title: 'Aleo', serif; --font-family-aleo-subtitle: 'Roboto', sans-serif; --font-family-roboto-paragraph: 'Poppins',sans-serif;0 } .color-font {color: var(--font);} .bg-font {background: var(--font);} .color-subtitle{color: var(--subtitle);} .bg-subtitle {color: var(--subtitle);} .color-bg {color: var(--bg);} .bg-bg {background: var(--bg);} .color-bgtitle {color: var(--bgtitle);} .bg-bgtitle{background: var(--bgtitle);} .color-lines{color: var(--lines);} .bg-lines{background: var(--lines);} .color-doubles {color: var(--doubles);} .bg-doubles {background: var(--doubles);} .title { font-family: 'Poppins',sans-serif; font-weight: 600; } .subtitle { font-family: 'Poppins',sans-serif; font-weight: 500; } .paragraph { font-family: 'Poppins',sans-serif; font-weight: 400; } .not-results { font-family: var(--font-family-aleo-title); font-size: 24px; line-height: 1.5; font-weight: 400; text-align: center; margin: 7rem auto; color: #02084b; } .no_resultados { padding: 2em 0; margin-bottom: 17em; border-radius: 15px; }
Mirandas-Cinema/Mirandas-Cinema/wwwroot/css/root/fonts.css
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@3S00&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Anton&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Aleo:wght@300&family=Passion+One&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Passion+One&display=swap'); * { font-family: 'Poppins',sans-serif; } body { background-image: url('/resources/logos/mirandas-wallpaper.jpg'); background-position: center center; background-repeat: no-repeat; background-attachment: fixed; background-size: cover; background-color: #ddebee; } :root { --font: #111c34; --subtitle: #02084b; --bg: #dae1e7; --bgtitle: #237bac; --lines: #161616; --doubles: #182c70; --font-family-anton-title: 'Aleo', serif; --font-family-aleo-subtitle: 'Roboto', sans-serif; --font-family-roboto-paragraph: 'Poppins',sans-serif;0 } .color-font {color: var(--font);} .bg-font {background: var(--font);} .color-subtitle{color: var(--subtitle);} .bg-subtitle {color: var(--subtitle);} .color-bg {color: var(--bg);} .bg-bg {background: var(--bg);} .color-bgtitle {color: var(--bgtitle);} .bg-bgtitle{background: var(--bgtitle);} .color-lines{color: var(--lines);} .bg-lines{background: var(--lines);} .color-doubles {color: var(--doubles);} .bg-doubles {background: var(--doubles);} .title { font-family: 'Poppins',sans-serif; font-weight: 600; } .subtitle { font-family: 'Poppins',sans-serif; font-weight: 500; } .paragraph { font-family: 'Poppins',sans-serif; font-weight: 400; } .not-results { font-family: var(--font-family-aleo-title); font-size: 24px; line-height: 1.5; font-weight: 400; text-align: center; margin: 7rem auto; color: #02084b; } .no_resultados { padding: 2em 0; margin-bottom: 17em; border-radius: 15px; }
0.331336
0.11129
.input-group-btn > .btn + .btn { margin-left: -1px; height: 30px; } .stepwizard-step p { margin-top: 10px; } .stepwizard-row { display: table-row; } .stepwizard { display: table; width: 100%; position: relative; } .stepwizard-step button[disabled] { opacity: 1 !important; filter: alpha(opacity=100) !important; } .stepwizard-row:before { top: 14px; bottom: 0; position: absolute; content: " "; width: 100%; height: 1px; background-color: #ccc; z-order: 0; } .stepwizard-step { display: table-cell; text-align: center; position: relative; } .btn-circle { width: 30px; height: 30px; text-align: center; padding: 6px 0; font-size: 12px; line-height: 1.428571429; border-radius: 15px; } /**divider*/ .h-divider{ margin-top: 2px; margin-bottom:5px; height:1px; border-top:1px solid #ccc; } #add-parent{ margin-bottom: 2px; margin-top: 2px; } .row-add-parent{ margin-top: -15px; margin-bottom: 0px; } .form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #5a5b5d; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } /* main header user/*/ .navbar-nav > .user-menu > .dropdown-menu > .user-body { padding: 5px 0 5px 0; border-bottom: 1px solid #f4f4f4; border-top: 1px solid #dddddd; } /* -------------------------------------------------- :: Table Filter -------------------------------------------------- */ .panel { border: 1px solid #ddd; background-color: #fcfcfc; } .panel .btn-group { margin: 15px 0 30px; } .panel .btn-group .btn { transition: background-color .3s ease; } .table-filter { background-color: #fff; border-bottom: 1px solid #eee; } .table-filter tbody tr:hover { cursor: pointer; background-color: #eee; } .table-filter tbody tr td { padding: 10px; vertical-align: middle; border-top-color: #eee; } .table-filter tbody tr.selected td { background-color: #eee; } .table-filter tr td:first-child { width: 38px; } /*.table-filter tr td:nth-child(2) { width: 35px; }*/ .ckbox { position: relative; } .ckbox input[type="checkbox"] { opacity: 0; } .ckbox label { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .ckbox label:before { content: ''; top: 1px; left: 0; width: 18px; height: 18px; display: block; position: absolute; border-radius: 2px; border: 1px solid #bbb; background-color: #fff; } .ckbox input[type="checkbox"]:checked + label:before { border-color: #2BBCDE; background-color: #2BBCDE; } .ckbox input[type="checkbox"]:checked + label:after { top: 3px; left: 3.5px; content: '\e013'; color: #fff; font-size: 11px; font-family: 'Glyphicons Halflings'; position: absolute; } .table-filter .star { color: #ccc; text-align: center; display: block; } .table-filter .star.star-checked { color: #F0AD4E; } .table-filter .star:hover { color: #ccc; } .table-filter .star.star-checked:hover { color: #F0AD4E; } /*.table-filter .media-photo { width: 35px; }*/ .table-filter .media-body { display: block; /* Had to use this style to force the div to expand (wasn't necessary with my bootstrap version 3.3.6) */ } .table-filter .media-meta { font-size: 11px; color: #999; } .table-filter .media .title { color: #2BBCDE; font-size: 14px; font-weight: bold; line-height: normal; margin: 0; } .table-filter .media .title span { font-size: .8em; margin-right: 20px; } .table-filter .media .title span.pagado { color: #5cb85c; } .table-filter .media .title span.pendiente { color: #f0ad4e; } .table-filter .media .title span.cancelado { color: #d9534f; } .table-filter .media .summary { font-size: 14px; } ------------------------ .select2{ color: #444; line-height: 0px; }
public/css/m_style.css
.input-group-btn > .btn + .btn { margin-left: -1px; height: 30px; } .stepwizard-step p { margin-top: 10px; } .stepwizard-row { display: table-row; } .stepwizard { display: table; width: 100%; position: relative; } .stepwizard-step button[disabled] { opacity: 1 !important; filter: alpha(opacity=100) !important; } .stepwizard-row:before { top: 14px; bottom: 0; position: absolute; content: " "; width: 100%; height: 1px; background-color: #ccc; z-order: 0; } .stepwizard-step { display: table-cell; text-align: center; position: relative; } .btn-circle { width: 30px; height: 30px; text-align: center; padding: 6px 0; font-size: 12px; line-height: 1.428571429; border-radius: 15px; } /**divider*/ .h-divider{ margin-top: 2px; margin-bottom:5px; height:1px; border-top:1px solid #ccc; } #add-parent{ margin-bottom: 2px; margin-top: 2px; } .row-add-parent{ margin-top: -15px; margin-bottom: 0px; } .form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #5a5b5d; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } /* main header user/*/ .navbar-nav > .user-menu > .dropdown-menu > .user-body { padding: 5px 0 5px 0; border-bottom: 1px solid #f4f4f4; border-top: 1px solid #dddddd; } /* -------------------------------------------------- :: Table Filter -------------------------------------------------- */ .panel { border: 1px solid #ddd; background-color: #fcfcfc; } .panel .btn-group { margin: 15px 0 30px; } .panel .btn-group .btn { transition: background-color .3s ease; } .table-filter { background-color: #fff; border-bottom: 1px solid #eee; } .table-filter tbody tr:hover { cursor: pointer; background-color: #eee; } .table-filter tbody tr td { padding: 10px; vertical-align: middle; border-top-color: #eee; } .table-filter tbody tr.selected td { background-color: #eee; } .table-filter tr td:first-child { width: 38px; } /*.table-filter tr td:nth-child(2) { width: 35px; }*/ .ckbox { position: relative; } .ckbox input[type="checkbox"] { opacity: 0; } .ckbox label { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .ckbox label:before { content: ''; top: 1px; left: 0; width: 18px; height: 18px; display: block; position: absolute; border-radius: 2px; border: 1px solid #bbb; background-color: #fff; } .ckbox input[type="checkbox"]:checked + label:before { border-color: #2BBCDE; background-color: #2BBCDE; } .ckbox input[type="checkbox"]:checked + label:after { top: 3px; left: 3.5px; content: '\e013'; color: #fff; font-size: 11px; font-family: 'Glyphicons Halflings'; position: absolute; } .table-filter .star { color: #ccc; text-align: center; display: block; } .table-filter .star.star-checked { color: #F0AD4E; } .table-filter .star:hover { color: #ccc; } .table-filter .star.star-checked:hover { color: #F0AD4E; } /*.table-filter .media-photo { width: 35px; }*/ .table-filter .media-body { display: block; /* Had to use this style to force the div to expand (wasn't necessary with my bootstrap version 3.3.6) */ } .table-filter .media-meta { font-size: 11px; color: #999; } .table-filter .media .title { color: #2BBCDE; font-size: 14px; font-weight: bold; line-height: normal; margin: 0; } .table-filter .media .title span { font-size: .8em; margin-right: 20px; } .table-filter .media .title span.pagado { color: #5cb85c; } .table-filter .media .title span.pendiente { color: #f0ad4e; } .table-filter .media .title span.cancelado { color: #d9534f; } .table-filter .media .summary { font-size: 14px; } ------------------------ .select2{ color: #444; line-height: 0px; }
0.325306
0.078784
************************** RESETS ******************************* ****************************************************************/ /* Set margins, padding, border etc to zero for most objects */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table asghgfhgflklkj { border-collapse: collapse; border-spacing: 0; } /*remove text decoration from links by default*/ a { text-decoration: none; } /*set box sizing to border box for inputs etc as it is easier.*/ * { box-sizing: border-box } /**************************************************************** ************************ VARIABLES ****************************** ****************************************************************/ :root { /*Default Responsive Text Sizes*/ --responsive-text-phone: 14px; --responsive-text-tablet: 16px; --responsive-text-pc: 20px; /*used commonly in base template*/ --topnav-bg-color: rgb(235, 235, 235); --topnav-color: rgb(29, 95, 95); --HiddenSearchForm-bg-color: rgba(1, 26, 102,1); --HiddenSearchForm-color: white; --titleheader-bg-left-color: rgba(1, 26, 102,1); --titleheader-bg-right-color: rgba(43, 92, 226,1); --titleheader-color: white; --hiddenuser-color: rgb(115, 115, 115); --hiddenuser-bg-color: rgb(235, 235, 235); --hiddenuser-hover-color: rgb(128, 191, 255); --hiddenuser-border-color: rgba(169, 169, 169, 0.425); --titleheader-fas-color: white; --mainphonemenu-color: white; --mainphonemenu-bg-color: rgba(1, 26, 102,1); --mainphonemenu-hover-color: rgb(255,255,204); --mainmenunotphone-color: white; --mainpmenunotphone-bg-color: rgba(1, 26, 102,1); --mainpmenunotphone-hover-color: rgb(255,255,204); --mainpmenunotphone-hover-bg-color: rgba(43, 92, 226,1); --mainpmenunotphone-selected-color: rgba(128, 191, 255,1); --authmain-bg-color: rgb(235, 235, 235); /*used commonly in auth templates*/ --authmain-color: white; --autharticle-bg-color: white; --autharticle-color: darkgrey; --authheader-bg-color: rgba(1, 26, 102,1); --authheader-color: white; --authinput-bg-color: rgb(242, 242, 242); --authinput-color: darkgrey; --authbutton-bg-color: rgba(1, 26, 102,1); --authbutton-color: white; --authbutton-hover-bg-color: rgba(43, 92, 226,1); /*used commonly in blog templates*/ --blogmain-bg-color: rgb(235, 235, 235); --blogmain-color: white; --blogarticle-bg-color: white; --blogarticle-color: darkgrey; --blogheader-bg-color: rgba(1, 26, 102,1); --blogheader-color: white; --bloginput-bg-color: rgb(242, 242, 242); --bloginput-color: darkgrey; --blogbutton-bg-color: rgba(1, 26, 102,1); --blogbutton-color: white; --blogbutton-hover-bg-color: rgba(43, 92, 226,1); --blogbutton-danger-bg-color: red; --blogbutton-danger-color: white; --blogbutton-danger-hover-bg-color: orange; /*used commonly in footer*/ --footer-color: white; --footer-bg-color: grey; }
flaskr/static/css/global_reset_and_variables.css
************************** RESETS ******************************* ****************************************************************/ /* Set margins, padding, border etc to zero for most objects */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table asghgfhgflklkj { border-collapse: collapse; border-spacing: 0; } /*remove text decoration from links by default*/ a { text-decoration: none; } /*set box sizing to border box for inputs etc as it is easier.*/ * { box-sizing: border-box } /**************************************************************** ************************ VARIABLES ****************************** ****************************************************************/ :root { /*Default Responsive Text Sizes*/ --responsive-text-phone: 14px; --responsive-text-tablet: 16px; --responsive-text-pc: 20px; /*used commonly in base template*/ --topnav-bg-color: rgb(235, 235, 235); --topnav-color: rgb(29, 95, 95); --HiddenSearchForm-bg-color: rgba(1, 26, 102,1); --HiddenSearchForm-color: white; --titleheader-bg-left-color: rgba(1, 26, 102,1); --titleheader-bg-right-color: rgba(43, 92, 226,1); --titleheader-color: white; --hiddenuser-color: rgb(115, 115, 115); --hiddenuser-bg-color: rgb(235, 235, 235); --hiddenuser-hover-color: rgb(128, 191, 255); --hiddenuser-border-color: rgba(169, 169, 169, 0.425); --titleheader-fas-color: white; --mainphonemenu-color: white; --mainphonemenu-bg-color: rgba(1, 26, 102,1); --mainphonemenu-hover-color: rgb(255,255,204); --mainmenunotphone-color: white; --mainpmenunotphone-bg-color: rgba(1, 26, 102,1); --mainpmenunotphone-hover-color: rgb(255,255,204); --mainpmenunotphone-hover-bg-color: rgba(43, 92, 226,1); --mainpmenunotphone-selected-color: rgba(128, 191, 255,1); --authmain-bg-color: rgb(235, 235, 235); /*used commonly in auth templates*/ --authmain-color: white; --autharticle-bg-color: white; --autharticle-color: darkgrey; --authheader-bg-color: rgba(1, 26, 102,1); --authheader-color: white; --authinput-bg-color: rgb(242, 242, 242); --authinput-color: darkgrey; --authbutton-bg-color: rgba(1, 26, 102,1); --authbutton-color: white; --authbutton-hover-bg-color: rgba(43, 92, 226,1); /*used commonly in blog templates*/ --blogmain-bg-color: rgb(235, 235, 235); --blogmain-color: white; --blogarticle-bg-color: white; --blogarticle-color: darkgrey; --blogheader-bg-color: rgba(1, 26, 102,1); --blogheader-color: white; --bloginput-bg-color: rgb(242, 242, 242); --bloginput-color: darkgrey; --blogbutton-bg-color: rgba(1, 26, 102,1); --blogbutton-color: white; --blogbutton-hover-bg-color: rgba(43, 92, 226,1); --blogbutton-danger-bg-color: red; --blogbutton-danger-color: white; --blogbutton-danger-hover-bg-color: orange; /*used commonly in footer*/ --footer-color: white; --footer-bg-color: grey; }
0.246806
0.096408
@charset "UTF-8"; html{ -webkit-tap-highlight-color:transparent; font-size:62.5%; } body{ font-family:Open Sans,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji; font-size:1.4rem; font-weight:400; line-height:1.6; } @media screen and (min-width: 48em){ body{ font-size:1.6rem; } } ::selection{ background-color:#f7ca00; color:#fff; } p:not(:last-child){ margin-bottom:1em; } code,pre{ word-wrap:normal; -webkit-hyphens:none; -ms-hyphens:none; hyphens:none; -moz-tab-size:2; -o-tab-size:2; tab-size:2; text-align:left; word-break:normal; word-spacing:normal; } a{ transition:all .2s ease; } a:link,a:visited{ text-decoration:none; } a:not([class]){ color:#f7ca00; } a:not([class]):focus{ outline:none; } a:not([class]):active,a:not([class]):focus,a:not([class]):hover,a:not([class]):visited{ color:#ab8b00; } h1:not([class]),h2:not([class]),h3:not([class]),h4:not([class]),h5:not([class]),h6:not([class]){ font-family:Open Sans,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji; } h1:not([class]){ font-size:4.05rem; } @media screen and (min-width: 48em){ h1:not([class]){ font-size:6.075rem; } } h2:not([class]){ font-size:2.7rem; } @media screen and (min-width: 48em){ h2:not([class]){ font-size:5.4rem; } } h3:not([class]){ font-size:2.4rem; } @media screen and (min-width: 48em){ h3:not([class]){ font-size:3.6rem; } } h4:not([class]){ font-size:2.1rem; } @media screen and (min-width: 48em){ h4:not([class]){ font-size:2.7rem; } } h5:not([class]){ font-size:1.8rem; } @media screen and (min-width: 48em){ h5:not([class]){ font-size:2.4rem; } } h6:not([class]){ font-size:1.2rem; } ol:not([class]),ul:not([class]){ margin:1em 0; padding-left:1.1em; } /*# sourceMappingURL=base.type.css.map*/
css/base/base.type.css
@charset "UTF-8"; html{ -webkit-tap-highlight-color:transparent; font-size:62.5%; } body{ font-family:Open Sans,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji; font-size:1.4rem; font-weight:400; line-height:1.6; } @media screen and (min-width: 48em){ body{ font-size:1.6rem; } } ::selection{ background-color:#f7ca00; color:#fff; } p:not(:last-child){ margin-bottom:1em; } code,pre{ word-wrap:normal; -webkit-hyphens:none; -ms-hyphens:none; hyphens:none; -moz-tab-size:2; -o-tab-size:2; tab-size:2; text-align:left; word-break:normal; word-spacing:normal; } a{ transition:all .2s ease; } a:link,a:visited{ text-decoration:none; } a:not([class]){ color:#f7ca00; } a:not([class]):focus{ outline:none; } a:not([class]):active,a:not([class]):focus,a:not([class]):hover,a:not([class]):visited{ color:#ab8b00; } h1:not([class]),h2:not([class]),h3:not([class]),h4:not([class]),h5:not([class]),h6:not([class]){ font-family:Open Sans,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji; } h1:not([class]){ font-size:4.05rem; } @media screen and (min-width: 48em){ h1:not([class]){ font-size:6.075rem; } } h2:not([class]){ font-size:2.7rem; } @media screen and (min-width: 48em){ h2:not([class]){ font-size:5.4rem; } } h3:not([class]){ font-size:2.4rem; } @media screen and (min-width: 48em){ h3:not([class]){ font-size:3.6rem; } } h4:not([class]){ font-size:2.1rem; } @media screen and (min-width: 48em){ h4:not([class]){ font-size:2.7rem; } } h5:not([class]){ font-size:1.8rem; } @media screen and (min-width: 48em){ h5:not([class]){ font-size:2.4rem; } } h6:not([class]){ font-size:1.2rem; } ol:not([class]),ul:not([class]){ margin:1em 0; padding-left:1.1em; } /*# sourceMappingURL=base.type.css.map*/
0.187467
0.061876
.library input.vue-treeselect__input { /* vue-treeselect just applies the styles to the class, so djangos base.css input[type=text] styles are applied and we explicitly need to reset some of those */ border: 0; padding: 0; } .library { display: grid; grid-auto-columns: 1fr; grid-template-areas: "tree_label search_label" "tree search" "results results"; } .library .tree-label { grid-area: tree_label; } .library .search-label { grid-area: search_label; } .library .vue-treeselect { grid-area: tree; padding-right: 4px; } .library .search { grid-area: search; box-sizing: border-box; height: 36px; /* to match treeselect */ display: flex; } .library .search input { width: 100%; box-sizing: border-box; height: 100%; } .library .search button { background: #79aec8; color: white; height: 36px; border-radius: 4px; font-size: 14px; border: 1px solid #ccc; margin-left: 4px; } .library .results { margin-top: 1em; grid-area: results; } .library .results-list { display: flex; flex-wrap: wrap; } .library .item { margin: 5px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); padding: 4px; height: 100%; } .library .item .item-details { background-color: #79aec8; margin: 0 -5px -5px -5px; color: white; padding: 5px; font-weight: bold; display: flex; justify-content: space-between; max-width: 400px; } .library .item .item-details .item-name { } .library .item .item-details .item-format { } .library .item img { } .library .pagination { text-align: center; } .spinner { margin: 10px auto; width: 200px; height: 200px; border: 3px solid rgba(0,0,0,.3); border-radius: 50%; border-top-color: #000; animation: spin 1s ease-in-out infinite; -webkit-animation: spin 1s ease-in-out infinite; } @keyframes spin { to { -webkit-transform: rotate(360deg); } } @-webkit-keyframes spin { to { -webkit-transform: rotate(360deg); } }
src/canto/static/styles/canto/canto.css
.library input.vue-treeselect__input { /* vue-treeselect just applies the styles to the class, so djangos base.css input[type=text] styles are applied and we explicitly need to reset some of those */ border: 0; padding: 0; } .library { display: grid; grid-auto-columns: 1fr; grid-template-areas: "tree_label search_label" "tree search" "results results"; } .library .tree-label { grid-area: tree_label; } .library .search-label { grid-area: search_label; } .library .vue-treeselect { grid-area: tree; padding-right: 4px; } .library .search { grid-area: search; box-sizing: border-box; height: 36px; /* to match treeselect */ display: flex; } .library .search input { width: 100%; box-sizing: border-box; height: 100%; } .library .search button { background: #79aec8; color: white; height: 36px; border-radius: 4px; font-size: 14px; border: 1px solid #ccc; margin-left: 4px; } .library .results { margin-top: 1em; grid-area: results; } .library .results-list { display: flex; flex-wrap: wrap; } .library .item { margin: 5px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); padding: 4px; height: 100%; } .library .item .item-details { background-color: #79aec8; margin: 0 -5px -5px -5px; color: white; padding: 5px; font-weight: bold; display: flex; justify-content: space-between; max-width: 400px; } .library .item .item-details .item-name { } .library .item .item-details .item-format { } .library .item img { } .library .pagination { text-align: center; } .spinner { margin: 10px auto; width: 200px; height: 200px; border: 3px solid rgba(0,0,0,.3); border-radius: 50%; border-top-color: #000; animation: spin 1s ease-in-out infinite; -webkit-animation: spin 1s ease-in-out infinite; } @keyframes spin { to { -webkit-transform: rotate(360deg); } } @-webkit-keyframes spin { to { -webkit-transform: rotate(360deg); } }
0.585694
0.136005
@font-face { font-family: 'ubuntubold'; src: url('/popupFonts/ubuntu-bold-webfont.eot'); src: url('/popupFonts/ubuntu-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/popupFonts/ubuntu-bold-webfont.woff') format('woff'), url('/popupFonts/ubuntu-bold-webfont.ttf') format('truetype'), url('/popupFonts/ubuntu-bold-webfont.svg#ubuntubold') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'ubunturegular'; src: url('/popupFonts/ubuntu-regular-webfont.eot'); src: url('/popupFonts/ubuntu-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/popupFonts/ubuntu-regular-webfont.woff') format('woff'), url('/popupFonts/ubuntu-regular-webfont.ttf') format('truetype'), url('/popupFonts/ubuntu-regular-webfont.svg#ubunturegular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'ubuntumedium'; src: url('/popupFonts/ubuntu-medium-webfont.eot'); src: url('/popupFonts/ubuntu-medium-webfont.eot?#iefix') format('embedded-opentype'), url('/popupFonts/ubuntu-medium-webfont.woff') format('woff'), url('/popupFonts/ubuntu-medium-webfont.ttf') format('truetype'), url('/popupFonts/ubuntu-medium-webfont.svg#ubuntumedium') format('svg'); font-weight: normal; font-style: normal; } body { background:#FFF; margin: 0; padding: 0; } div.popup_new { background:#FFF; width:800px; position:fixed; left:50%; top:0; margin:0 0 0 -400px; display:none; z-index:9999; } a.close_btn { background:url(/popupImg/close_btn.png) no-repeat left top; width:26px; height:26px; display:block; overflow:hidden; text-indent:-9999px; position:absolute; right:10px; top:8px; } div.mask2 { background:#2e3641; width:100%; height:100%; position:fixed; left:0; top:0; z-index: 999; } div.popup_new h6 { background:#e8e6e2; height: 42px; line-height: 42px; margin: 0; text-align: center; font-family: 'ubuntubold'; color: #2e3641; font-size: 16px; font-weight: normal; text-transform: uppercase; } div.popup_new div#tabPrv > p { margin: 0 26px 20px 26px; text-align: right; font-family: 'ubuntubold'; color: #92b1a7; font-size: 12px; text-transform: uppercase; } .nav-pills { list-style: none; padding: 0; margin: 0 0 30px 26px; text-transform: uppercase; font-size: 13px; overflow: hidden; font-family: 'ubunturegular'; } .nav-pills.nav-wizard > li { position: relative; overflow: visible; border-right: 15px solid #fff; border-left: 15px solid #fff; float: left; width: 31%; text-indent: 5px; } .nav-pills.nav-wizard > li:first-child { border-left: 0; } .nav-pills.nav-wizard > li:last-child { border-right: 0; } .nav-pills.nav-wizard > li a { border-radius: 0; background-color: #eee; height: 54px; line-height: 54px; display: block; text-decoration: none; color: #2e3641; padding: 0; } .nav-pills.nav-wizard > li .nav-arrow { position: absolute; top: 0px; right: -20px; width: 0px; height: 0px; border-style: solid; border-width: 24px 0 30px 20px; border-color: transparent transparent transparent #eee; z-index: 150; } .nav-pills.nav-wizard > li .nav-wedge { position: absolute; top: 0px; left: -20px; width: 0px; height: 0px; border-style: solid; border-width: 24px 0 30px 20px; border-color: #eee #eee #eee transparent; z-index: 150; } .nav-pills.nav-wizard > li:hover .nav-arrow { border-color: transparent transparent transparent #aaa; } .nav-pills.nav-wizard > li:hover .nav-wedge { border-color: #aaa #aaa #aaa transparent; } .nav-pills.nav-wizard > li:hover a, .nav-pills.nav-wizard > li:focus a { background-color: #aaa; color: #fff; } .nav-pills.nav-wizard > li.active .nav-arrow { border-color: transparent transparent transparent #a9c5bc; } .nav-pills.nav-wizard > li.active .nav-wedge { border-color: #a9c5bc #a9c5bc #a9c5bc transparent; } .nav-pills.nav-wizard > li.active a { background-color: #a9c5bc; color: #fff; } div.tab_content4 { clear: both; width: 746px; margin:0 auto; } div.tab_content4 > div { border:1px solid #eaebec; padding: 30px 0 0 0; margin: 0 0 20px 0; overflow: hidden; } div.tab_content4 ul { margin: 0 0 30px 30px; padding: 0; list-style: none; } div.tab_content4 ul li { margin: 0 0 20px 0; } div.tab_content4 h5 { margin: 0; font-size: 16px; text-transform: uppercase; color: #2e3641; font-family: 'ubuntubold'; font-weight: normal; } div.tab_content4 strong { margin: 0; font-size: 14px; color: #2e3641; font-family: 'ubuntubold'; font-weight: normal; } div.tab_content4 a { margin: 0; font-size: 14px; color: #a9c5bc; font-family: 'ubuntubold'; font-weight: normal; text-decoration: none; display: block; } div.tab_content4 a:hover { color: #a9c5bc; text-decoration: underline; display: block; } div.tab_content4 hr { margin:20px 0; height: 1px; border:none; background:#eaebec; } ul.blog_icon_all { overflow: hidden; } div.tab_content4 ul.blog_icon_all li { margin: 0; float: left; } ul.blog_icon_all li a { background-image:url(/popupImg/facebook_icon_btn.png); background-position:left top; background-repeat:no-repeat; display: block; width: 60px; height: 60px; text-indent: -9999px; margin: 0 10px 0 0; } ul.blog_icon_all li a.facebook:hover { background-position:left bottom; } ul.blog_icon_all li a.instagram { background-image:url(/popupImg/instagram_icon_btn.png); } ul.blog_icon_all li a.instagram:hover { background-position:left bottom; } ul.blog_icon_all li a.twitter { background-image:url(/popupImg/twitter_icon_btn.png); } ul.blog_icon_all li a.twitter:hover { background-position:left bottom; } ul.blog_icon_all li a.linkedin { background-image:url(/popupImg/linkedin_icon_btn.png); } ul.blog_icon_all li a.linkedin:hover { background-position:left bottom; } ul.blog_icon_all li a.pinterest { background-image:url(/popupImg/pinterest_icon_btn.png); } ul.blog_icon_all li a.pinterest:hover { background-position:left bottom; } div.tab { padding: 0 0 20px 0; overflow: hidden; } div.tab_content4 a.step_back { font-size: 12px; color: #92b1a7; font-family: 'ubuntubold'; text-transform: uppercase; text-decoration: none; display: block; float: left; } div.tab_content4 a.step_back:hover { color: #2e3641; text-decoration:none; } div.tab_content4 a.close_bottom, .save-n-continue { background:#aac5bc; width: 140px; height: 32px; line-height: 36px; font-size: 12px; color: #FFF; font-family: 'ubuntubold'; text-transform: uppercase; text-decoration: none; float: right; display: block; text-align: center; } .save-n-continue{margin: 15px 36px 13px 0;} div.tab_content4 a.close_bottom:hover, .save-n-continue:hover { background:#aac5bc; color: #FFF; text-decoration:none; } span.publish { display: block; margin: 60px auto; width: 250px; } div.side_opti div.checkboxes { padding: 0; margin: 0 0 0 30px; border:none; overflow: hidden; } div.side_opti h4 { margin: 20px 0 20px 30px; font-family: 'ubuntumedium'; font-size: 14px; font-weight: normal; } .has-js .label_check_popup { padding: 0 0 0 46px; display: inline-block; height: 32px; line-height: 32px; background: url(/popupImg/check-off.png) no-repeat left top; font-family: 'ubuntumedium'; font-size: 14px; cursor:pointer; } .has-js .span_check{ padding: 0 0 0 46px; display: inline-block; height: 32px; line-height: 32px; background: url(/popupImg/check-off.png) no-repeat left top; font-family: 'ubuntumedium'; font-size: 14px; cursor:pointer; } .has-js .label_radio_new { /*background: url(/popupImg/radio-off.png) no-repeat left top;*/ font-family: 'ubuntumedium'; font-size: 14px; padding: 0 0 0 40px; display: block; height: 38px; line-height: 20px; margin: 0 0 10px 0; display: inline-block; clear: both; float: left; cursor:pointer; } .has-js .span_radio { background: url(/popupImg/radio-off.png) no-repeat left top; font-family: 'ubuntumedium'; font-size: 14px; padding: 0 0 0 40px; display: block; height: 20px; line-height: 20px; margin: 0 0 10px 0; display: inline-block; clear: both; float: left; cursor:pointer; } .has-js label.c_on { background: url(/popupImg/check-on.png) no-repeat; } .has-js span.c_on { background: url(/popupImg/check-on.png) no-repeat; } .has-js label.r_on { background: url(/popupImg/radio-on.png) no-repeat; } .has-js span.r_on { background: url(/popupImg/radio-on.png) no-repeat; } .has-js .label_check_popup input, .has-js .label_radio_new input { position: absolute; left: -9999px; } .has-js .span_check input, .has-js .span_radio input { position: absolute; left: -9999px; } div.side_opti { width: 50%; border-right:1px solid #ebeced; float: left; overflow: hidden; padding: 30px 0 20px 0; color:#2e3641; } div.side_opti:last-child { width: 49%; border-right:none; border-left:1px solid #ebeced; margin-left: -1px; } div.tab_content4 div.side_opti a.close_bottom { float: left; margin: 0 0 0 30px; } div.tab_content4 div.side_opti select { width: 320px; padding: 10px; border:1px solid #7E7E7E; margin: 0 0 30px 30px; font-size: 14px; color: #7E7E7E; font-family: 'ubuntubold'; font-style: italic; } iframe#tabPr { display: block; height: 400px; width: 760px; margin: 0 20px; overflow-x: auto; overflow-y: scroll; } div.radios { margin: 10px 0 0 23px; } .camName { display: block; float: left; font-family: ubuntumedium; font-size: 14px; margin: 0 28px; } .camName > input[type="text"] { border: 1px solid #ccc; float: left; height: 32px; width: 246px; } .camName .close_bottom { margin: 0 !important; width: 69px !important; } #webPart > h4 { clear: both; display: block; margin: 0 27px; padding: 20px 0 0; } #webPart { margin: 21px 0 0; } label#webUrl { margin: 0 0 0 9px; }
public/editcss/popup_style.css
@font-face { font-family: 'ubuntubold'; src: url('/popupFonts/ubuntu-bold-webfont.eot'); src: url('/popupFonts/ubuntu-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/popupFonts/ubuntu-bold-webfont.woff') format('woff'), url('/popupFonts/ubuntu-bold-webfont.ttf') format('truetype'), url('/popupFonts/ubuntu-bold-webfont.svg#ubuntubold') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'ubunturegular'; src: url('/popupFonts/ubuntu-regular-webfont.eot'); src: url('/popupFonts/ubuntu-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/popupFonts/ubuntu-regular-webfont.woff') format('woff'), url('/popupFonts/ubuntu-regular-webfont.ttf') format('truetype'), url('/popupFonts/ubuntu-regular-webfont.svg#ubunturegular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'ubuntumedium'; src: url('/popupFonts/ubuntu-medium-webfont.eot'); src: url('/popupFonts/ubuntu-medium-webfont.eot?#iefix') format('embedded-opentype'), url('/popupFonts/ubuntu-medium-webfont.woff') format('woff'), url('/popupFonts/ubuntu-medium-webfont.ttf') format('truetype'), url('/popupFonts/ubuntu-medium-webfont.svg#ubuntumedium') format('svg'); font-weight: normal; font-style: normal; } body { background:#FFF; margin: 0; padding: 0; } div.popup_new { background:#FFF; width:800px; position:fixed; left:50%; top:0; margin:0 0 0 -400px; display:none; z-index:9999; } a.close_btn { background:url(/popupImg/close_btn.png) no-repeat left top; width:26px; height:26px; display:block; overflow:hidden; text-indent:-9999px; position:absolute; right:10px; top:8px; } div.mask2 { background:#2e3641; width:100%; height:100%; position:fixed; left:0; top:0; z-index: 999; } div.popup_new h6 { background:#e8e6e2; height: 42px; line-height: 42px; margin: 0; text-align: center; font-family: 'ubuntubold'; color: #2e3641; font-size: 16px; font-weight: normal; text-transform: uppercase; } div.popup_new div#tabPrv > p { margin: 0 26px 20px 26px; text-align: right; font-family: 'ubuntubold'; color: #92b1a7; font-size: 12px; text-transform: uppercase; } .nav-pills { list-style: none; padding: 0; margin: 0 0 30px 26px; text-transform: uppercase; font-size: 13px; overflow: hidden; font-family: 'ubunturegular'; } .nav-pills.nav-wizard > li { position: relative; overflow: visible; border-right: 15px solid #fff; border-left: 15px solid #fff; float: left; width: 31%; text-indent: 5px; } .nav-pills.nav-wizard > li:first-child { border-left: 0; } .nav-pills.nav-wizard > li:last-child { border-right: 0; } .nav-pills.nav-wizard > li a { border-radius: 0; background-color: #eee; height: 54px; line-height: 54px; display: block; text-decoration: none; color: #2e3641; padding: 0; } .nav-pills.nav-wizard > li .nav-arrow { position: absolute; top: 0px; right: -20px; width: 0px; height: 0px; border-style: solid; border-width: 24px 0 30px 20px; border-color: transparent transparent transparent #eee; z-index: 150; } .nav-pills.nav-wizard > li .nav-wedge { position: absolute; top: 0px; left: -20px; width: 0px; height: 0px; border-style: solid; border-width: 24px 0 30px 20px; border-color: #eee #eee #eee transparent; z-index: 150; } .nav-pills.nav-wizard > li:hover .nav-arrow { border-color: transparent transparent transparent #aaa; } .nav-pills.nav-wizard > li:hover .nav-wedge { border-color: #aaa #aaa #aaa transparent; } .nav-pills.nav-wizard > li:hover a, .nav-pills.nav-wizard > li:focus a { background-color: #aaa; color: #fff; } .nav-pills.nav-wizard > li.active .nav-arrow { border-color: transparent transparent transparent #a9c5bc; } .nav-pills.nav-wizard > li.active .nav-wedge { border-color: #a9c5bc #a9c5bc #a9c5bc transparent; } .nav-pills.nav-wizard > li.active a { background-color: #a9c5bc; color: #fff; } div.tab_content4 { clear: both; width: 746px; margin:0 auto; } div.tab_content4 > div { border:1px solid #eaebec; padding: 30px 0 0 0; margin: 0 0 20px 0; overflow: hidden; } div.tab_content4 ul { margin: 0 0 30px 30px; padding: 0; list-style: none; } div.tab_content4 ul li { margin: 0 0 20px 0; } div.tab_content4 h5 { margin: 0; font-size: 16px; text-transform: uppercase; color: #2e3641; font-family: 'ubuntubold'; font-weight: normal; } div.tab_content4 strong { margin: 0; font-size: 14px; color: #2e3641; font-family: 'ubuntubold'; font-weight: normal; } div.tab_content4 a { margin: 0; font-size: 14px; color: #a9c5bc; font-family: 'ubuntubold'; font-weight: normal; text-decoration: none; display: block; } div.tab_content4 a:hover { color: #a9c5bc; text-decoration: underline; display: block; } div.tab_content4 hr { margin:20px 0; height: 1px; border:none; background:#eaebec; } ul.blog_icon_all { overflow: hidden; } div.tab_content4 ul.blog_icon_all li { margin: 0; float: left; } ul.blog_icon_all li a { background-image:url(/popupImg/facebook_icon_btn.png); background-position:left top; background-repeat:no-repeat; display: block; width: 60px; height: 60px; text-indent: -9999px; margin: 0 10px 0 0; } ul.blog_icon_all li a.facebook:hover { background-position:left bottom; } ul.blog_icon_all li a.instagram { background-image:url(/popupImg/instagram_icon_btn.png); } ul.blog_icon_all li a.instagram:hover { background-position:left bottom; } ul.blog_icon_all li a.twitter { background-image:url(/popupImg/twitter_icon_btn.png); } ul.blog_icon_all li a.twitter:hover { background-position:left bottom; } ul.blog_icon_all li a.linkedin { background-image:url(/popupImg/linkedin_icon_btn.png); } ul.blog_icon_all li a.linkedin:hover { background-position:left bottom; } ul.blog_icon_all li a.pinterest { background-image:url(/popupImg/pinterest_icon_btn.png); } ul.blog_icon_all li a.pinterest:hover { background-position:left bottom; } div.tab { padding: 0 0 20px 0; overflow: hidden; } div.tab_content4 a.step_back { font-size: 12px; color: #92b1a7; font-family: 'ubuntubold'; text-transform: uppercase; text-decoration: none; display: block; float: left; } div.tab_content4 a.step_back:hover { color: #2e3641; text-decoration:none; } div.tab_content4 a.close_bottom, .save-n-continue { background:#aac5bc; width: 140px; height: 32px; line-height: 36px; font-size: 12px; color: #FFF; font-family: 'ubuntubold'; text-transform: uppercase; text-decoration: none; float: right; display: block; text-align: center; } .save-n-continue{margin: 15px 36px 13px 0;} div.tab_content4 a.close_bottom:hover, .save-n-continue:hover { background:#aac5bc; color: #FFF; text-decoration:none; } span.publish { display: block; margin: 60px auto; width: 250px; } div.side_opti div.checkboxes { padding: 0; margin: 0 0 0 30px; border:none; overflow: hidden; } div.side_opti h4 { margin: 20px 0 20px 30px; font-family: 'ubuntumedium'; font-size: 14px; font-weight: normal; } .has-js .label_check_popup { padding: 0 0 0 46px; display: inline-block; height: 32px; line-height: 32px; background: url(/popupImg/check-off.png) no-repeat left top; font-family: 'ubuntumedium'; font-size: 14px; cursor:pointer; } .has-js .span_check{ padding: 0 0 0 46px; display: inline-block; height: 32px; line-height: 32px; background: url(/popupImg/check-off.png) no-repeat left top; font-family: 'ubuntumedium'; font-size: 14px; cursor:pointer; } .has-js .label_radio_new { /*background: url(/popupImg/radio-off.png) no-repeat left top;*/ font-family: 'ubuntumedium'; font-size: 14px; padding: 0 0 0 40px; display: block; height: 38px; line-height: 20px; margin: 0 0 10px 0; display: inline-block; clear: both; float: left; cursor:pointer; } .has-js .span_radio { background: url(/popupImg/radio-off.png) no-repeat left top; font-family: 'ubuntumedium'; font-size: 14px; padding: 0 0 0 40px; display: block; height: 20px; line-height: 20px; margin: 0 0 10px 0; display: inline-block; clear: both; float: left; cursor:pointer; } .has-js label.c_on { background: url(/popupImg/check-on.png) no-repeat; } .has-js span.c_on { background: url(/popupImg/check-on.png) no-repeat; } .has-js label.r_on { background: url(/popupImg/radio-on.png) no-repeat; } .has-js span.r_on { background: url(/popupImg/radio-on.png) no-repeat; } .has-js .label_check_popup input, .has-js .label_radio_new input { position: absolute; left: -9999px; } .has-js .span_check input, .has-js .span_radio input { position: absolute; left: -9999px; } div.side_opti { width: 50%; border-right:1px solid #ebeced; float: left; overflow: hidden; padding: 30px 0 20px 0; color:#2e3641; } div.side_opti:last-child { width: 49%; border-right:none; border-left:1px solid #ebeced; margin-left: -1px; } div.tab_content4 div.side_opti a.close_bottom { float: left; margin: 0 0 0 30px; } div.tab_content4 div.side_opti select { width: 320px; padding: 10px; border:1px solid #7E7E7E; margin: 0 0 30px 30px; font-size: 14px; color: #7E7E7E; font-family: 'ubuntubold'; font-style: italic; } iframe#tabPr { display: block; height: 400px; width: 760px; margin: 0 20px; overflow-x: auto; overflow-y: scroll; } div.radios { margin: 10px 0 0 23px; } .camName { display: block; float: left; font-family: ubuntumedium; font-size: 14px; margin: 0 28px; } .camName > input[type="text"] { border: 1px solid #ccc; float: left; height: 32px; width: 246px; } .camName .close_bottom { margin: 0 !important; width: 69px !important; } #webPart > h4 { clear: both; display: block; margin: 0 27px; padding: 20px 0 0; } #webPart { margin: 21px 0 0; } label#webUrl { margin: 0 0 0 9px; }
0.182535
0.037964
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); body { font-family: 'Kanit', sans-serif; font-size: 11px; letter-spacing: 0.5px; } .homepage-process{ padding: 45px 10px; } .homepage-process .homepage-process-title h2, .homepage-question .homepage-question-title h2{ color: #3591cf; letter-spacing: 1px; text-align: center; padding: 20px 0px; font-size: 36px; } .homepage-process .homepage-process-box-list-right:after { content: url(../../img/arrow-r.png); position: absolute; right: -42px; top: 70px; width:87px; height:57px; clear: both; } .homepage-process .homepage-process-box-list-right:last-child:after { content: none; } .homepage-process .homepage-process-box-list-left:after{ content: url(../../img/arrow-l.png); position: absolute; top: 70px; width:87px; height:57px; clear: both; } .homepage-process .homepage-process-box-list-left:nth-child(2):after { right: -40px; } .homepage-process .homepage-process-box-list-left:nth-child(3):after { right: -48px; } .homepage-process .homepage-process-box-list-left:last-child:after { content: none; } .homepage-process .homepage-process-box-list-down img{ position: relative; top: -15px; } .homepage-process .homepage-process-box-list-right .homepage-process-box-list-text, .homepage-process .homepage-process-box-list-left .homepage-process-box-list-text{ font-size: 18px; font-weight: 300; padding: 10px 0px; } @media only screen and (max-width: 768px) { .homepage-process .homepage-process-box-list-right:after, .homepage-process .homepage-process-box-list-left:after { content: none; } } .homepage-seo .homepage-seo-box-img{ text-align: center; } .homepage-seo .homepage-seo-box-img img{ width: 100%; } .homepage-seo .homepage-seo-box-text{ padding: 17px 22px; background: #7fd1f7; border-radius: 5px; margin-bottom: 22px; font-size: 14px; letter-spacing: 1px; font-weight: 300; } .homepage-question{ background: #f7f7f7; padding: 40px 0px; } .homepage-question .accordion{ padding: 20px 0px; } .homepage-question .accordion .card{ box-shadow: none; margin-bottom: 0; background: transparent; } .homepage-question .accordion .card h4, .homepage-question .accordion .card h5{ color: #3591cf; } .homepage-question .accordion .card h4 i{ float: right; font-size: 50px; } .homepage-question .accordion .card .card-body{ padding: 20px 40px 20px 78px; } .homepage-question .accordion .card .card-body .content{ padding: 7px 0px 7px 30px; font-size: 14px; font-weight: 300; margin-bottom: 15px; } .homepage-video{ padding: 40px 10px; } .homepage-video .homepage-video-box{ padding-bottom: 40px; } .homepage-contact{ padding: 40px 0px; background: #8accf3; } .homepage-contact .homepage-contact-title h2{ color: #2d4867; letter-spacing: 1px; text-align: center; padding: 20px 0px 0px 0px; font-size: 36px; } .homepage-contact .homepage-contact-form{ padding: 15px 0px; } .homepage-contact .homepage-contact-form label{ font-size: 16px; font-weight: 300 !important; } .homepage-contact .homepage-contact-form button{ background: #2d4867; padding: 15px 40px; margin: auto; margin-top: 15px; }
web/css/page/home.css
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); body { font-family: 'Kanit', sans-serif; font-size: 11px; letter-spacing: 0.5px; } .homepage-process{ padding: 45px 10px; } .homepage-process .homepage-process-title h2, .homepage-question .homepage-question-title h2{ color: #3591cf; letter-spacing: 1px; text-align: center; padding: 20px 0px; font-size: 36px; } .homepage-process .homepage-process-box-list-right:after { content: url(../../img/arrow-r.png); position: absolute; right: -42px; top: 70px; width:87px; height:57px; clear: both; } .homepage-process .homepage-process-box-list-right:last-child:after { content: none; } .homepage-process .homepage-process-box-list-left:after{ content: url(../../img/arrow-l.png); position: absolute; top: 70px; width:87px; height:57px; clear: both; } .homepage-process .homepage-process-box-list-left:nth-child(2):after { right: -40px; } .homepage-process .homepage-process-box-list-left:nth-child(3):after { right: -48px; } .homepage-process .homepage-process-box-list-left:last-child:after { content: none; } .homepage-process .homepage-process-box-list-down img{ position: relative; top: -15px; } .homepage-process .homepage-process-box-list-right .homepage-process-box-list-text, .homepage-process .homepage-process-box-list-left .homepage-process-box-list-text{ font-size: 18px; font-weight: 300; padding: 10px 0px; } @media only screen and (max-width: 768px) { .homepage-process .homepage-process-box-list-right:after, .homepage-process .homepage-process-box-list-left:after { content: none; } } .homepage-seo .homepage-seo-box-img{ text-align: center; } .homepage-seo .homepage-seo-box-img img{ width: 100%; } .homepage-seo .homepage-seo-box-text{ padding: 17px 22px; background: #7fd1f7; border-radius: 5px; margin-bottom: 22px; font-size: 14px; letter-spacing: 1px; font-weight: 300; } .homepage-question{ background: #f7f7f7; padding: 40px 0px; } .homepage-question .accordion{ padding: 20px 0px; } .homepage-question .accordion .card{ box-shadow: none; margin-bottom: 0; background: transparent; } .homepage-question .accordion .card h4, .homepage-question .accordion .card h5{ color: #3591cf; } .homepage-question .accordion .card h4 i{ float: right; font-size: 50px; } .homepage-question .accordion .card .card-body{ padding: 20px 40px 20px 78px; } .homepage-question .accordion .card .card-body .content{ padding: 7px 0px 7px 30px; font-size: 14px; font-weight: 300; margin-bottom: 15px; } .homepage-video{ padding: 40px 10px; } .homepage-video .homepage-video-box{ padding-bottom: 40px; } .homepage-contact{ padding: 40px 0px; background: #8accf3; } .homepage-contact .homepage-contact-title h2{ color: #2d4867; letter-spacing: 1px; text-align: center; padding: 20px 0px 0px 0px; font-size: 36px; } .homepage-contact .homepage-contact-form{ padding: 15px 0px; } .homepage-contact .homepage-contact-form label{ font-size: 16px; font-weight: 300 !important; } .homepage-contact .homepage-contact-form button{ background: #2d4867; padding: 15px 40px; margin: auto; margin-top: 15px; }
0.312895
0.053924
.dashboardContainer { width: 100%;height: 100%; overflow-x: visible; overflow-y: auto; padding-top: 8px; background: #F9F9F9; } .dashletContainer { max-height: 50%; padding-left: 5px; padding-right: 5px; } .dashletPanel { /*border-color: #EEEEEE;*/ border-color: #FFF; box-shadow: none; -webkit-box-shadow: none; border-radius:0px; } /* Panel Header */ .dashletPanel .panel-heading { padding: 7px 13px; color: #333; background-color: #FFFFFF; border-color: #FFF; /*border-color: #ddd;*/ /*color: #fff; background-color: #337ab7; border-color: #337ab7;*/ } .dashletPanel.active .panel-heading { border-color: #FAFAFA; } .dashletPanel .panel-heading .panel-title { padding-left: 15px; cursor: default; } .withDND .dashletPanel .panel-heading .panel-title { cursor: move; } .dashletPanel .panel-heading .panel-title.panel-title-nominimize { padding-left: 0px; margin-left: -8px; } .dashletPanel .panel-heading .dashletOption { cursor: pointer; color: #666; } .dashletPanel:hover .panel-heading .dashletOption { } .dashletPanel .panel-heading .dashletOption.dashletHandle { width: 14px; height: 14px; position: absolute; left: 15px; top: 9px; font-size: 14px; } .dashletPanel .panel-heading .dashletOption.pull-right { opacity: 0; filter: alpha(opacity=0); -webkit-transition: opacity 0.2s; transition: opacity 0.2s; margin: 10px; margin-top: 0px; margin-right: -5px; } .dashletPanel:hover .panel-heading .dashletOption.pull-right { opacity: 1; filter: alpha(opacity=100); } /* Panel Body */ .dashletPanel .panel-body { display: none; padding:5px; } .dashletPanel .panel-body.nopadding { padding:0px; } .dashletPanel.active .panel-body { display: block; } /* Panel Options */ .dashletPanel .panel-options { display: none; font-size: 12px; } .dashletPanel .panel-options th, .dashletPanel .panel-options td { padding: 2px; font-weight: normal; } .dashletPanel .panel-options th { padding: 5px; width: 40%; } .dashletPanel .panel-options td input, .dashletPanel .panel-options td select { width: 100%; height: 100%; background: white; border: 0px; outline: 0px; font-size: 13px; } .dashletPanel.ajaxloading { background-color: white; padding: 30px; } .dashletPanel.ajaxloading>*{ display: none; } .dashletPanel .panel-footer { padding: 7px 13px; background: white; font-size: 10px; } #focus-overlay { background: rgba(0, 0, 0, 0.95); position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1010; } .dashletContainer.dashletContainer-focus-enabled { z-index: 1011; position: relative; } .dashletContainer.dashletContainer-focus-enabled .panel-body { display: block; } .dashletContainer.dashletContainer-focus-enabled .panel-heading .dashletOption.pull-right:not(.dashletFocus) { display: none; } .dashletContainer.static { } .dashletContainer.static .panel-heading { display: none; } .dashletContainer.static .panel-body { display: block; } .dashletContainer.clear-left { clear: left !important; } /*Special Classes For Dashlet Container*/ .dashletContainer iframe { /*margin: -5px;*/ width: 100%;height: 75%; } /*Max Heights For DashletContainer*/ .dashletContainer.maxHeight-10 { max-height: 10%; } .dashletContainer.maxHeight-20 { max-height: 20%; } .dashletContainer.maxHeight-25 { max-height: 25%; } .dashletContainer.maxHeight-40 { max-height: 40%; } .dashletContainer.maxHeight-50 { max-height: 50%; } .dashletContainer.maxHeight-60 { max-height: 60%; } .dashletContainer.maxHeight-80 { max-height: 80%; } .dashletContainer.maxHeight-90 { max-height: 90%; } .dashletContainer.maxHeight-100 { max-height: 100%; } .dashboardName { font-size: 11px; position: absolute; left: 10px; bottom: 10px; cursor: pointer; font-weight: bolder; color: #666; } /*Dashboard Icons*/ .dashboardSetupIcon { font-size: 2em; position: absolute; bottom: 10px; cursor: pointer; } .dashboardSetupIcon:hover { opacity: 0.5; } .dashboardSettingsIcon { right: 10px; } .dashboardSaveAsIcon,.dashboardEditIcon { right: 45px; } .dashboardSaveIcon { right: 75px; } .dashboardNewIcon { right: 105px; } .dashboardResetIcon { right: 135px; } .dashboardReloadIcon { right: 75px; } /*Dashboard Settings Window*/ #dashboardSettingsModal { } #dashboardSettingsModal .modal-title { overflow: hidden; } #dashboardSettingsModal .modal-title .panel-heading { background-color: #3c8dbc; color: white; font-weight: bold; } #dashboardSettingsModal .search-dashlet { width: 200px; margin: 6px; margin-right: 10px; height: 28px; line-height: 2px; } #dashboardSettingsModal .category-title { margin: 0px; padding-left: 5px; font-weight: bold; color: #999; display: none; } #dashboardSettingsModal .row-dashlets-groups.noinfo .category-title { display: block; } #dashboardSettingsModal .row { margin-left: 0px; margin-right: 0px; } #dashboardSettingsModal .row.nowMargin { margin-top: -15px; margin-bottom: -15px; margin-left: -15px; margin-right: -15px; max-height: 75%;height: 75%;overflow: auto; } #dashboardSettingsModal .row-dashlets-groups.noinfo { margin-bottom: 10px; } #dashboardSettingsModal .row-dashlets-groups.noinfo .row-dashlets-groups { margin-top: 10px; } #dashboardSettingsModal .row .dashletList { margin-bottom: 0px;height: 100%;border-right: 1px solid #EEE;padding-right:0px; } #dashboardSettingsModal .row .list-group-item { width: 100%; border-radius:0px !important; } #dashboardSettingsModal .row .list-group-item>span { cursor: pointer; } #dashboardSettingsModal .row.noinfo .dashletList { width: 100%; } #dashboardSettingsModal .row.noinfo .list-group-item { width: 32%; border-radius: 0px !important; margin: 5px; float: left; } #dashboardSettingsModal .row.noinfo .list-group-item.prechecked { background: #E9E9E9; } #dashboardSettingsModal .row.noinfo .dashletInfo { display: none; } #dashboardSettingsModal .dashletInfo { background: #FAFAFA; padding: 5px; height: 100%; overflow: auto; } #dashboardSettingsModal .dashletInfo citie { font-size: 10px; margin-top: -6px; display: block; margin-bottom: 10px; color: #999; } #dashboardSettingsModal .dashletInfo .removeDashletInfo { cursor: pointer; font-size: 17px; } #dashboardSettingsModal .dashletList .list-group-item .ajaxloading { display: inline; padding: 20px; } #dashboardSettingsModal .dashletInfo img.img-responsive { max-width: 70%; margin: auto; }
style.css
.dashboardContainer { width: 100%;height: 100%; overflow-x: visible; overflow-y: auto; padding-top: 8px; background: #F9F9F9; } .dashletContainer { max-height: 50%; padding-left: 5px; padding-right: 5px; } .dashletPanel { /*border-color: #EEEEEE;*/ border-color: #FFF; box-shadow: none; -webkit-box-shadow: none; border-radius:0px; } /* Panel Header */ .dashletPanel .panel-heading { padding: 7px 13px; color: #333; background-color: #FFFFFF; border-color: #FFF; /*border-color: #ddd;*/ /*color: #fff; background-color: #337ab7; border-color: #337ab7;*/ } .dashletPanel.active .panel-heading { border-color: #FAFAFA; } .dashletPanel .panel-heading .panel-title { padding-left: 15px; cursor: default; } .withDND .dashletPanel .panel-heading .panel-title { cursor: move; } .dashletPanel .panel-heading .panel-title.panel-title-nominimize { padding-left: 0px; margin-left: -8px; } .dashletPanel .panel-heading .dashletOption { cursor: pointer; color: #666; } .dashletPanel:hover .panel-heading .dashletOption { } .dashletPanel .panel-heading .dashletOption.dashletHandle { width: 14px; height: 14px; position: absolute; left: 15px; top: 9px; font-size: 14px; } .dashletPanel .panel-heading .dashletOption.pull-right { opacity: 0; filter: alpha(opacity=0); -webkit-transition: opacity 0.2s; transition: opacity 0.2s; margin: 10px; margin-top: 0px; margin-right: -5px; } .dashletPanel:hover .panel-heading .dashletOption.pull-right { opacity: 1; filter: alpha(opacity=100); } /* Panel Body */ .dashletPanel .panel-body { display: none; padding:5px; } .dashletPanel .panel-body.nopadding { padding:0px; } .dashletPanel.active .panel-body { display: block; } /* Panel Options */ .dashletPanel .panel-options { display: none; font-size: 12px; } .dashletPanel .panel-options th, .dashletPanel .panel-options td { padding: 2px; font-weight: normal; } .dashletPanel .panel-options th { padding: 5px; width: 40%; } .dashletPanel .panel-options td input, .dashletPanel .panel-options td select { width: 100%; height: 100%; background: white; border: 0px; outline: 0px; font-size: 13px; } .dashletPanel.ajaxloading { background-color: white; padding: 30px; } .dashletPanel.ajaxloading>*{ display: none; } .dashletPanel .panel-footer { padding: 7px 13px; background: white; font-size: 10px; } #focus-overlay { background: rgba(0, 0, 0, 0.95); position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1010; } .dashletContainer.dashletContainer-focus-enabled { z-index: 1011; position: relative; } .dashletContainer.dashletContainer-focus-enabled .panel-body { display: block; } .dashletContainer.dashletContainer-focus-enabled .panel-heading .dashletOption.pull-right:not(.dashletFocus) { display: none; } .dashletContainer.static { } .dashletContainer.static .panel-heading { display: none; } .dashletContainer.static .panel-body { display: block; } .dashletContainer.clear-left { clear: left !important; } /*Special Classes For Dashlet Container*/ .dashletContainer iframe { /*margin: -5px;*/ width: 100%;height: 75%; } /*Max Heights For DashletContainer*/ .dashletContainer.maxHeight-10 { max-height: 10%; } .dashletContainer.maxHeight-20 { max-height: 20%; } .dashletContainer.maxHeight-25 { max-height: 25%; } .dashletContainer.maxHeight-40 { max-height: 40%; } .dashletContainer.maxHeight-50 { max-height: 50%; } .dashletContainer.maxHeight-60 { max-height: 60%; } .dashletContainer.maxHeight-80 { max-height: 80%; } .dashletContainer.maxHeight-90 { max-height: 90%; } .dashletContainer.maxHeight-100 { max-height: 100%; } .dashboardName { font-size: 11px; position: absolute; left: 10px; bottom: 10px; cursor: pointer; font-weight: bolder; color: #666; } /*Dashboard Icons*/ .dashboardSetupIcon { font-size: 2em; position: absolute; bottom: 10px; cursor: pointer; } .dashboardSetupIcon:hover { opacity: 0.5; } .dashboardSettingsIcon { right: 10px; } .dashboardSaveAsIcon,.dashboardEditIcon { right: 45px; } .dashboardSaveIcon { right: 75px; } .dashboardNewIcon { right: 105px; } .dashboardResetIcon { right: 135px; } .dashboardReloadIcon { right: 75px; } /*Dashboard Settings Window*/ #dashboardSettingsModal { } #dashboardSettingsModal .modal-title { overflow: hidden; } #dashboardSettingsModal .modal-title .panel-heading { background-color: #3c8dbc; color: white; font-weight: bold; } #dashboardSettingsModal .search-dashlet { width: 200px; margin: 6px; margin-right: 10px; height: 28px; line-height: 2px; } #dashboardSettingsModal .category-title { margin: 0px; padding-left: 5px; font-weight: bold; color: #999; display: none; } #dashboardSettingsModal .row-dashlets-groups.noinfo .category-title { display: block; } #dashboardSettingsModal .row { margin-left: 0px; margin-right: 0px; } #dashboardSettingsModal .row.nowMargin { margin-top: -15px; margin-bottom: -15px; margin-left: -15px; margin-right: -15px; max-height: 75%;height: 75%;overflow: auto; } #dashboardSettingsModal .row-dashlets-groups.noinfo { margin-bottom: 10px; } #dashboardSettingsModal .row-dashlets-groups.noinfo .row-dashlets-groups { margin-top: 10px; } #dashboardSettingsModal .row .dashletList { margin-bottom: 0px;height: 100%;border-right: 1px solid #EEE;padding-right:0px; } #dashboardSettingsModal .row .list-group-item { width: 100%; border-radius:0px !important; } #dashboardSettingsModal .row .list-group-item>span { cursor: pointer; } #dashboardSettingsModal .row.noinfo .dashletList { width: 100%; } #dashboardSettingsModal .row.noinfo .list-group-item { width: 32%; border-radius: 0px !important; margin: 5px; float: left; } #dashboardSettingsModal .row.noinfo .list-group-item.prechecked { background: #E9E9E9; } #dashboardSettingsModal .row.noinfo .dashletInfo { display: none; } #dashboardSettingsModal .dashletInfo { background: #FAFAFA; padding: 5px; height: 100%; overflow: auto; } #dashboardSettingsModal .dashletInfo citie { font-size: 10px; margin-top: -6px; display: block; margin-bottom: 10px; color: #999; } #dashboardSettingsModal .dashletInfo .removeDashletInfo { cursor: pointer; font-size: 17px; } #dashboardSettingsModal .dashletList .list-group-item .ajaxloading { display: inline; padding: 20px; } #dashboardSettingsModal .dashletInfo img.img-responsive { max-width: 70%; margin: auto; }
0.365004
0.155719
.regist-font1{ font-family: 'kanitlight'; font-size: 40px; color:black; font-weight: bolder; } .regist-font2{ font-family: 'kanitlight'; font-size: 20px; color:black; font-weight: bolder; } .regist-font3{ font-family: 'kanitlight'; font-size: 14px; color:black; } .regist-font4{ font-family: 'kanitlight'; font-size: 14px; color:black; font-weight: bold; } .regist-font5{ font-family: 'kanitlight'; font-size: 14px; color:black; font-weight: bold; } .regist-font5:hover{ font-family: 'kanitlight'; font-size: 14px; color:#999; font-weight: bold; } .regist-font6{ font-family: 'kanitlight'; font-size: 12px; color:#a3a3a3; } .regist-font7{ font-family: 'kanitlight'; font-size: 14px; color:black; } .regist-b-r{ border-right: 1px solid #c3c2c2; } .square-size{ font-size: 5px; } .regist-btn{ font-family: 'Kanit', sans-serif; font-weight: 300; font-size: 20px; background-color: black; color: white; border-radius: 0px; width: 300px; height: 45px; } .regist-btn:hover{ font-family: 'Kanit', sans-serif; font-weight: 300; font-size: 20px; background-color: white; color: black; border-radius: 0px; border: 2px solid black; width: 300px; height: 45px; transition: all 0.5s; } .regist-btn-1{ font-family: 'Kanit', sans-serif; font-weight: 300; font-size: 20px; background-color: black; color: white; border-radius: 0px; width: 100%; height: 45px; } .regist-btn-1:hover{ font-family: 'Kanit', sans-serif; font-weight: 300; font-size: 20px; background-color: white; color: black; border-radius: 0px; border: 2px solid black; width: 100%; height: 45px; transition: all 0.5s; } .regist-m-t{ margin-top: 90px; } .regist-m-t2{ margin-top: 22px; } .regist-m-t3{ margin-top: 50px; } .regist-m-t4{ margin-top: 50px; } .regist-m-t5{ margin-top: 50px; } .regist-m-t6{ margin-top: 18px; } .regist-m-t7{ margin-top: 50px; } .regist-p-l{ padding-left: 25px; } .regist-m-l{ margin-left: 95px; } .regist-m-l2{ margin-left: 35px; } .regist-m-r{ margin-right: 25px; } .regist-form{ width: 100%; height: 45px; font-size: 15px; border: 1px solid #d2d2d2; padding-left: 10px; } .check { display: block; position: relative; } .btn_add_to_cart { background-color: white; border: 2px solid black; border-radius: 0px; color: black; } /* Hide the browser's default checkbox */ .check input { position: absolute; opacity: 0; cursor: pointer; } /* Create a custom checkbox */ .checkmark { position: absolute; top: 0; left: 0; height: 20px; width: 20px; background-color:#fff; margin-top: 7px; border: 1px solid #d2d2d2; } /* When the checkbox is checked, add a blue background */ .check input:checked ~ .checkmark { background-color: #fff; border: 1px solid #d2d2d2; } /* Create the checkmark/indicator (hidden when not checked) */ .checkmark:after { content: ""; position: absolute; display: none; } /* Show the checkmark when checked */ .check input:checked ~ .checkmark:after { display: block; } /* Style the checkmark/indicator */ .check .checkmark:after { left: 5px; top: 0px; width: 8px; height: 15px; border: solid black; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } #my-account{ display: none; } /*------------------------------------- -------------END REGIST ----------------- ---------------------------------------*/ /*------------------------------------- ------------- FORGOT ----------------- ---------------------------------------*/ .forgot-font1{ font-family: 'kanitlight'; font-size: 40px; color:black; font-weight: bolder; } .forgot-font2{ font-family: 'kanitlight'; font-size: 14px; color:black; font-weight: bold; } .forgot-font3{ font-family: 'kanitlight'; font-size: 14px; color:#fa3c34; } .forgot-font4{ font-family: 'kanitlight'; font-size: 12px; color:#fa3c34; } .forgot-form{ width: 450px; height: 45px; font-size: 15px; border: 1px solid #d2d2d2; padding-left: 10px; } .forgot-m-l{ margin-left: 320px; } .forgot-m-l2{ margin-left:270px; } .forgot-m-t{ margin-top: 50px; } .forgot-m-t2{ margin-top: 40px; } .forgot-btn{ font-family: 'Kanit', sans-serif; font-weight: 300; font-size: 20px; background-color: black; color: white; border-radius: 0px; width: 300px; height: 45px; } .forgot-btn:hover{ font-family: 'Kanit', sans-serif; font-weight: 300; font-size: 20px; background-color: white; color: black; border-radius: 0px; border: 2px solid black; width: 300px; height: 45px; transition: all 0.5s; } /*------------------------------------- ------------- END FORGOT ----------------- ---------------------------------------*/ /*------------------------------------- ------------- FILLTER ----------------- ---------------------------------------*/ .fillter-font1{ font-size: 40px; } .fillter-font2{ font-size: 15px; } .fillter-font3{ font-size: 14px; font-family: 'kanitlight'; } .fillter-font4{ font-size: 14px; font-family: 'kanitlight'; color: black !important; } .fillter-font5{ font-size: 15px; font-family: 'kanitlight'; color: black !important; } .fillter-font-step{ font-size: 14px; font-family: 'kanitlight'; color: black; } .box{ padding: 10px; } .filter { padding: 10px; background: #fff; } .animated.fadeIn{ animation-duration: 2s; } .c-fill{ height:240px; border: none; } .text-a{ color: #333; } .text-a:hover{ color: #999; text-decoration: none; transition: all 0.5s; } .filter-scroll{ overflow: auto; width:100%; height: 135px; } /* width */ ::-webkit-scrollbar { width: 5px; } /* Track */ ::-webkit-scrollbar-track { background: #fff; } /* Handle */ ::-webkit-scrollbar-thumb { background: #797D7F; } .btn-hide{ background-color: #fff; font-family: 'kanitlight'; border: 1px solid black; } .btn-hide:hover{ background-color:black; font-family: 'kanitlight'; border: 1px solid black; color:white; transition: all 0.5s; } .btn-column{ background-color: transparent; font-size: 20px; width: 30px; transition: all 0.5s; } .btn-column:hover{ background-color: #fff; font-size: 20px; color: #999; transition: all 0.5s; background-color: transparent; } .btn-row{ background-color: #fff; font-size: 20px; width: 30px; padding-left: 0px; transition: all 0.5s; background-color: transparent; } .btn-row:hover{ background-color: #fff; font-size: 20px; color: #999; transition: all 0.5s; background-color: transparent; } .fillter-m-b{ margin-bottom: 30px; } .fillter-bg{ width: 100%; background-color:#fff; } .fillter-bg2{ width: 100%; background-color:black; } .fillter-select{ background-color: #E5E7E9; padding: 5px; } .fillter-m{ margin: 0px; } .fillter-hr{ border: 0.5px solid white; } .fillter-block{ margin: 5px; } .fillter-close{ color: black; } .fillter-close:hover{ color:#999; } .filter-width{ padding-left: 0px; padding-right: 0px; } .filter-image-full{ position: absolute; display: block; width: 100% !important; height: auto; top: 50%; left: 50%; transform: translate(-50%, -50%); } .filter-image-full2{ position: absolute; display: block; width: 100% !important; height: auto; top: 50%; left: 50%; transform: translate(-50%, -50%); } .color-down{ color: white; padding-top: 2px; } .filter-image-full3{ position: absolute; display: block; width: 100% !important; height: auto; top: 50%; left: 50%; transform: translate(-50%, -50%); } .filter-image-full4{ position: absolute; display: block; width: 100% !important; height: auto; top: 50%; left: 50%; transform: translate(-50%, -50%); } .filter-overlay-banner{ position: relative; height: 300px; width: 100%; overflow: hidden; } .filter-image-banner{ position: absolute; display: block; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); } .filter-overlay-banner2{ position: relative; height: 97px; width: 100%; overflow: hidden; } .filter-image-banner2{ position: absolute; display: block; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); } .filter-product-frame{ height: 214.162px !important; } .filter-product-frame2{ height: 288px !important; } .filter-product-frame3{ height: 360px !important; } .filter-product-frame4{ height: 310px !important; } .filter-product-frame6 { height: 350px !important; } /*------------------------------------- ------------- END FILLTER --------------- ---------------------------------------*/ /*------------------------------------- ------------- PAYMENT ----------------- ---------------------------------------*/ .pay-font1{ font-size: 20px; font-family: 'kanitlight'; } .pay-font2{ font-size: 14px; font-family: 'kanitlight'; } .pay-font3{ font-size: 15px; margin-top: 7px; } .pay-font4{ font-size: 20px; } .pay-font5{ font-size: 15px; color:#5DADE2; font-family: 'kanitlight'; } .pay-font6{ font-size: 14px; font-family: 'kanitlight'; } .pay-font7{ font-size: 18px; font-family: 'kanitlight'; } .pay-font8{ font-size: 16px; font-family: 'kanitmedium'; } .pay-font9{ font-size: 14px; font-family: 'kanitlight'; color: #999; } .pay-font10{ font-size: 16px; font-family: 'kanitlight'; } .pay-font11{ font-size: 20px; color: #E74C3C; } .txt-right{ text-align: right; } .pay-select{ display: block; position: relative; padding-left: 35px; margin-bottom: 12px; cursor: pointer; font-size: 22px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* Hide the browser's default radio button */ .pay-select input { position: absolute; opacity: 0; cursor: pointer; } /* Create a custom radio button */ .checkmark2 { position: absolute; top: 7px; left: 0; height: 20px; width: 20px; background-color: #fff; border-radius: 100%; border: 1px solid #e3e3e3; } /* When the radio button is checked, add a blue background */ .pay-select input:checked ~ .checkmark2 { background-color: #2196F3; border: none; } /* Create the indicator (the dot/circle - hidden when not checked) */ .checkmark2:after { content: ""; position: absolute; display: none; } /* Show the indicator (dot/circle) when checked */ .pay-select input:checked ~ .checkmark2:after { display: block; } /* Style the indicator (dot/circle) */ .pay-select .checkmark2:after { left: 7px; top: 4px; width: 6px; height: 10px; border: solid white; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .pay-m-l{ margin-left: 30px; } .pay-m-l2{ margin-left: 203px; } .pay-m-l3{ margin-left: 177px; } .pay-m-l4{ margin-left: 182px; } .pay-m-l5{ margin-left: 158px; } .pay-size{ width: 40px; height: 25px; margin-top: -7px; margin-left: 10px; } .pay-size2{ width: 40px; height: 25px; margin-top: -7px; border: 1px solid #e3e3e3; margin-left: 10px; } .pay-size3{ width: 40px; height: 28px; margin-top: -7px; margin-left: 5px; } .pay-form{ border: 1px solid #e3e3e3; width: 100%; height:40px; border-radius: 5px; } .pay-b-n{ border-radius: 0px; } .bg-gray{ background-color:#F8F9F9; } .pay-m-t{ margin-top: 30px; } .pay-padding{ padding-left: 20px; padding-right: 20px; } .pay-m-r-l2{ margin-left: 0px; margin-right: 0px; } .overlay-img2 { position: relative; height: 140px; width: 100%; overflow: hidden; /* border: 1px solid #333; */ } /*------------------------------------- ------------ END PAYMENT -------------- ---------------------------------------*/ /*------------------------------------- ------------ CART -------------- ---------------------------------------*/ .cart-font1{ font-size: 12px; color: #A6ACAF; font-family: 'kanitlight'; } .cart-font2{ font-size: 25px; } .cart-font3{ font-size: 20px; } .cart-font4{ font-size: 15px; color: black; } .cart-font4:hover{ font-size: 15px; color: #999; } .cart-form{ width: 100%; height:40px; border: 1px solid black; padding-left: 10px; } .sale-percent{ max-width: 90px!important; } .cart-bg{ background-color:#F8F9F9; padding: 30px; margin-top: 20px; margin-bottom: 30px; } .cart-selected { border: 1px solid #333; border-radius: 0px; background: #fff url(../../assets/images/logo/down.png) no-repeat right 15px center; background-size: 20px; -webkit-appearance: none !important; padding: 5px 15px!important; width: 70px; } .cart-m-l{ margin-left: 30px; } .cart-m-l2{ margin-left: -200px; } .cart-m-l5{ margin-left: 0px; } .overlay-img { position: relative; height: 140px; width: 100%; overflow: hidden; } .image-full{ position: absolute; display: block; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); } .promotion-button2{ font-size: 16px !important; line-height: 1px !important; color:#999 !important; height:20px !important; } .promotion-button2:hover{ font-size: 16px !important; line-height: 1px !important; color:#666 !important; height:20px !important; transition: all 0.4s !important; } /*------------------------------------- ------------ END CART -------------- ---------------------------------------*/ /*------------------------------------- -------------- WISHLIST -------------- ---------------------------------------*/ .custom-ribbon{ margin-top: 5% !important; } .custom-ribbon2{ margin-top: 20% !important; } .wish-font1{ font-size: 25px; } .wish-font2{ font-weight: bolder; color: #cd0928; } .wish-d3{ display:none; } .wish-m{ margin: 0px; } .wishlist-screen{ position: relative; } .wishlist-screen2{ position: absolute; background: url(/dilok/assets/images/productfill/street.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; z-index: -1; opacity: 0.3; top: 0; left: 0; height: 100%; width: 100%; } .wish-m-ll{ margin: 0px; } .wish-image-full{ position: absolute; display: block; width: 100% !important; height: auto; top: 50%; left: 50%; transform: translate(-50%, -50%); } .wish-position-a{ position: absolute; margin-top: 166px !important; } .wish-position-r{ height: 421px !important; width: 100% !important; } .wish-position-a2{ position: absolute; margin-top: 262px !important; } .wish-position-r2{ height: 494px !important; width: 100% !important; } .wish-product-frame{ height: 166px !important; } .wish-product-frame2{ height: 258px !important; } /*------------------------------------- ------------ END WISHLIST -------------- ---------------------------------------*/ @media (max-width: 575px) { .filter{ display: none; } #filter-sidebar.active { margin-left: 0vw; min-width: 245px; max-width: 245px; } .btn-hide { background-color: #fff; font-family: 'kanitlight'; border: 1px solid black; display: none; } .btn-fillter { background-color: #fff; font-family: 'kanitlight'; border: 1px solid black; width: 100%; } .filter-product-frame { height: 31vmin!important; } .filter-product-frame2 { height: 60vmin!important; } } @media (max-width: 568px) and (max-height: 320px) { .filter-product-frame { height: 50vmin!important; } .filter-product-frame { height: 170px!important; } .filter-product-frame2 { height: 350px!important; } } @media (max-width: 320px) and (max-height: 568px) { .fillter-m-b { margin-bottom: 30px; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 100%; max-width: 100%; } .filter-product-frame { height: 170px!important; } } @media (min-width: 576px) { .filter{ display: none; } .btn-hide { background-color: #fff; font-family: 'kanitlight'; border: 1px solid black; display: none; } .btn-fillter { background-color: #fff; font-family: 'kanitlight'; border: 1px solid black; width: 100%; } #filter-sidebar.active { min-width: 245px; max-width: 245px; } .filter-product-frame { height: 175px!important; } .filter-product-frame2 { height: 355px!important; } } @media (min-width: 768px) { .filter-product-frame2 { height: 230px!important; } .filter-product-frame { height: 135px!important; } #sidebar.active { min-width: 40vmin; max-width: 40vmin; } } @media (min-width: 992px) { .filter { display: inherit; } .filter-product-frame { height: 150px!important; } } @media (min-width: 1200px) { .heart-btn { font-size: 10px; background-color: transparent; } .filter-product-frame { height: 210px!important; } .filter-product-frame2 { height: 285px!important; } } @media (min-width: 1600px) { .brand-collum-xxl1 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .brand-collum-xxl2 { -webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .filter-product-frame2 { height: 250px!important; } .filter-product-frame { height: 330px!important; } }
public/assets/css/pond.css
.regist-font1{ font-family: 'kanitlight'; font-size: 40px; color:black; font-weight: bolder; } .regist-font2{ font-family: 'kanitlight'; font-size: 20px; color:black; font-weight: bolder; } .regist-font3{ font-family: 'kanitlight'; font-size: 14px; color:black; } .regist-font4{ font-family: 'kanitlight'; font-size: 14px; color:black; font-weight: bold; } .regist-font5{ font-family: 'kanitlight'; font-size: 14px; color:black; font-weight: bold; } .regist-font5:hover{ font-family: 'kanitlight'; font-size: 14px; color:#999; font-weight: bold; } .regist-font6{ font-family: 'kanitlight'; font-size: 12px; color:#a3a3a3; } .regist-font7{ font-family: 'kanitlight'; font-size: 14px; color:black; } .regist-b-r{ border-right: 1px solid #c3c2c2; } .square-size{ font-size: 5px; } .regist-btn{ font-family: 'Kanit', sans-serif; font-weight: 300; font-size: 20px; background-color: black; color: white; border-radius: 0px; width: 300px; height: 45px; } .regist-btn:hover{ font-family: 'Kanit', sans-serif; font-weight: 300; font-size: 20px; background-color: white; color: black; border-radius: 0px; border: 2px solid black; width: 300px; height: 45px; transition: all 0.5s; } .regist-btn-1{ font-family: 'Kanit', sans-serif; font-weight: 300; font-size: 20px; background-color: black; color: white; border-radius: 0px; width: 100%; height: 45px; } .regist-btn-1:hover{ font-family: 'Kanit', sans-serif; font-weight: 300; font-size: 20px; background-color: white; color: black; border-radius: 0px; border: 2px solid black; width: 100%; height: 45px; transition: all 0.5s; } .regist-m-t{ margin-top: 90px; } .regist-m-t2{ margin-top: 22px; } .regist-m-t3{ margin-top: 50px; } .regist-m-t4{ margin-top: 50px; } .regist-m-t5{ margin-top: 50px; } .regist-m-t6{ margin-top: 18px; } .regist-m-t7{ margin-top: 50px; } .regist-p-l{ padding-left: 25px; } .regist-m-l{ margin-left: 95px; } .regist-m-l2{ margin-left: 35px; } .regist-m-r{ margin-right: 25px; } .regist-form{ width: 100%; height: 45px; font-size: 15px; border: 1px solid #d2d2d2; padding-left: 10px; } .check { display: block; position: relative; } .btn_add_to_cart { background-color: white; border: 2px solid black; border-radius: 0px; color: black; } /* Hide the browser's default checkbox */ .check input { position: absolute; opacity: 0; cursor: pointer; } /* Create a custom checkbox */ .checkmark { position: absolute; top: 0; left: 0; height: 20px; width: 20px; background-color:#fff; margin-top: 7px; border: 1px solid #d2d2d2; } /* When the checkbox is checked, add a blue background */ .check input:checked ~ .checkmark { background-color: #fff; border: 1px solid #d2d2d2; } /* Create the checkmark/indicator (hidden when not checked) */ .checkmark:after { content: ""; position: absolute; display: none; } /* Show the checkmark when checked */ .check input:checked ~ .checkmark:after { display: block; } /* Style the checkmark/indicator */ .check .checkmark:after { left: 5px; top: 0px; width: 8px; height: 15px; border: solid black; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } #my-account{ display: none; } /*------------------------------------- -------------END REGIST ----------------- ---------------------------------------*/ /*------------------------------------- ------------- FORGOT ----------------- ---------------------------------------*/ .forgot-font1{ font-family: 'kanitlight'; font-size: 40px; color:black; font-weight: bolder; } .forgot-font2{ font-family: 'kanitlight'; font-size: 14px; color:black; font-weight: bold; } .forgot-font3{ font-family: 'kanitlight'; font-size: 14px; color:#fa3c34; } .forgot-font4{ font-family: 'kanitlight'; font-size: 12px; color:#fa3c34; } .forgot-form{ width: 450px; height: 45px; font-size: 15px; border: 1px solid #d2d2d2; padding-left: 10px; } .forgot-m-l{ margin-left: 320px; } .forgot-m-l2{ margin-left:270px; } .forgot-m-t{ margin-top: 50px; } .forgot-m-t2{ margin-top: 40px; } .forgot-btn{ font-family: 'Kanit', sans-serif; font-weight: 300; font-size: 20px; background-color: black; color: white; border-radius: 0px; width: 300px; height: 45px; } .forgot-btn:hover{ font-family: 'Kanit', sans-serif; font-weight: 300; font-size: 20px; background-color: white; color: black; border-radius: 0px; border: 2px solid black; width: 300px; height: 45px; transition: all 0.5s; } /*------------------------------------- ------------- END FORGOT ----------------- ---------------------------------------*/ /*------------------------------------- ------------- FILLTER ----------------- ---------------------------------------*/ .fillter-font1{ font-size: 40px; } .fillter-font2{ font-size: 15px; } .fillter-font3{ font-size: 14px; font-family: 'kanitlight'; } .fillter-font4{ font-size: 14px; font-family: 'kanitlight'; color: black !important; } .fillter-font5{ font-size: 15px; font-family: 'kanitlight'; color: black !important; } .fillter-font-step{ font-size: 14px; font-family: 'kanitlight'; color: black; } .box{ padding: 10px; } .filter { padding: 10px; background: #fff; } .animated.fadeIn{ animation-duration: 2s; } .c-fill{ height:240px; border: none; } .text-a{ color: #333; } .text-a:hover{ color: #999; text-decoration: none; transition: all 0.5s; } .filter-scroll{ overflow: auto; width:100%; height: 135px; } /* width */ ::-webkit-scrollbar { width: 5px; } /* Track */ ::-webkit-scrollbar-track { background: #fff; } /* Handle */ ::-webkit-scrollbar-thumb { background: #797D7F; } .btn-hide{ background-color: #fff; font-family: 'kanitlight'; border: 1px solid black; } .btn-hide:hover{ background-color:black; font-family: 'kanitlight'; border: 1px solid black; color:white; transition: all 0.5s; } .btn-column{ background-color: transparent; font-size: 20px; width: 30px; transition: all 0.5s; } .btn-column:hover{ background-color: #fff; font-size: 20px; color: #999; transition: all 0.5s; background-color: transparent; } .btn-row{ background-color: #fff; font-size: 20px; width: 30px; padding-left: 0px; transition: all 0.5s; background-color: transparent; } .btn-row:hover{ background-color: #fff; font-size: 20px; color: #999; transition: all 0.5s; background-color: transparent; } .fillter-m-b{ margin-bottom: 30px; } .fillter-bg{ width: 100%; background-color:#fff; } .fillter-bg2{ width: 100%; background-color:black; } .fillter-select{ background-color: #E5E7E9; padding: 5px; } .fillter-m{ margin: 0px; } .fillter-hr{ border: 0.5px solid white; } .fillter-block{ margin: 5px; } .fillter-close{ color: black; } .fillter-close:hover{ color:#999; } .filter-width{ padding-left: 0px; padding-right: 0px; } .filter-image-full{ position: absolute; display: block; width: 100% !important; height: auto; top: 50%; left: 50%; transform: translate(-50%, -50%); } .filter-image-full2{ position: absolute; display: block; width: 100% !important; height: auto; top: 50%; left: 50%; transform: translate(-50%, -50%); } .color-down{ color: white; padding-top: 2px; } .filter-image-full3{ position: absolute; display: block; width: 100% !important; height: auto; top: 50%; left: 50%; transform: translate(-50%, -50%); } .filter-image-full4{ position: absolute; display: block; width: 100% !important; height: auto; top: 50%; left: 50%; transform: translate(-50%, -50%); } .filter-overlay-banner{ position: relative; height: 300px; width: 100%; overflow: hidden; } .filter-image-banner{ position: absolute; display: block; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); } .filter-overlay-banner2{ position: relative; height: 97px; width: 100%; overflow: hidden; } .filter-image-banner2{ position: absolute; display: block; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); } .filter-product-frame{ height: 214.162px !important; } .filter-product-frame2{ height: 288px !important; } .filter-product-frame3{ height: 360px !important; } .filter-product-frame4{ height: 310px !important; } .filter-product-frame6 { height: 350px !important; } /*------------------------------------- ------------- END FILLTER --------------- ---------------------------------------*/ /*------------------------------------- ------------- PAYMENT ----------------- ---------------------------------------*/ .pay-font1{ font-size: 20px; font-family: 'kanitlight'; } .pay-font2{ font-size: 14px; font-family: 'kanitlight'; } .pay-font3{ font-size: 15px; margin-top: 7px; } .pay-font4{ font-size: 20px; } .pay-font5{ font-size: 15px; color:#5DADE2; font-family: 'kanitlight'; } .pay-font6{ font-size: 14px; font-family: 'kanitlight'; } .pay-font7{ font-size: 18px; font-family: 'kanitlight'; } .pay-font8{ font-size: 16px; font-family: 'kanitmedium'; } .pay-font9{ font-size: 14px; font-family: 'kanitlight'; color: #999; } .pay-font10{ font-size: 16px; font-family: 'kanitlight'; } .pay-font11{ font-size: 20px; color: #E74C3C; } .txt-right{ text-align: right; } .pay-select{ display: block; position: relative; padding-left: 35px; margin-bottom: 12px; cursor: pointer; font-size: 22px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* Hide the browser's default radio button */ .pay-select input { position: absolute; opacity: 0; cursor: pointer; } /* Create a custom radio button */ .checkmark2 { position: absolute; top: 7px; left: 0; height: 20px; width: 20px; background-color: #fff; border-radius: 100%; border: 1px solid #e3e3e3; } /* When the radio button is checked, add a blue background */ .pay-select input:checked ~ .checkmark2 { background-color: #2196F3; border: none; } /* Create the indicator (the dot/circle - hidden when not checked) */ .checkmark2:after { content: ""; position: absolute; display: none; } /* Show the indicator (dot/circle) when checked */ .pay-select input:checked ~ .checkmark2:after { display: block; } /* Style the indicator (dot/circle) */ .pay-select .checkmark2:after { left: 7px; top: 4px; width: 6px; height: 10px; border: solid white; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .pay-m-l{ margin-left: 30px; } .pay-m-l2{ margin-left: 203px; } .pay-m-l3{ margin-left: 177px; } .pay-m-l4{ margin-left: 182px; } .pay-m-l5{ margin-left: 158px; } .pay-size{ width: 40px; height: 25px; margin-top: -7px; margin-left: 10px; } .pay-size2{ width: 40px; height: 25px; margin-top: -7px; border: 1px solid #e3e3e3; margin-left: 10px; } .pay-size3{ width: 40px; height: 28px; margin-top: -7px; margin-left: 5px; } .pay-form{ border: 1px solid #e3e3e3; width: 100%; height:40px; border-radius: 5px; } .pay-b-n{ border-radius: 0px; } .bg-gray{ background-color:#F8F9F9; } .pay-m-t{ margin-top: 30px; } .pay-padding{ padding-left: 20px; padding-right: 20px; } .pay-m-r-l2{ margin-left: 0px; margin-right: 0px; } .overlay-img2 { position: relative; height: 140px; width: 100%; overflow: hidden; /* border: 1px solid #333; */ } /*------------------------------------- ------------ END PAYMENT -------------- ---------------------------------------*/ /*------------------------------------- ------------ CART -------------- ---------------------------------------*/ .cart-font1{ font-size: 12px; color: #A6ACAF; font-family: 'kanitlight'; } .cart-font2{ font-size: 25px; } .cart-font3{ font-size: 20px; } .cart-font4{ font-size: 15px; color: black; } .cart-font4:hover{ font-size: 15px; color: #999; } .cart-form{ width: 100%; height:40px; border: 1px solid black; padding-left: 10px; } .sale-percent{ max-width: 90px!important; } .cart-bg{ background-color:#F8F9F9; padding: 30px; margin-top: 20px; margin-bottom: 30px; } .cart-selected { border: 1px solid #333; border-radius: 0px; background: #fff url(../../assets/images/logo/down.png) no-repeat right 15px center; background-size: 20px; -webkit-appearance: none !important; padding: 5px 15px!important; width: 70px; } .cart-m-l{ margin-left: 30px; } .cart-m-l2{ margin-left: -200px; } .cart-m-l5{ margin-left: 0px; } .overlay-img { position: relative; height: 140px; width: 100%; overflow: hidden; } .image-full{ position: absolute; display: block; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); } .promotion-button2{ font-size: 16px !important; line-height: 1px !important; color:#999 !important; height:20px !important; } .promotion-button2:hover{ font-size: 16px !important; line-height: 1px !important; color:#666 !important; height:20px !important; transition: all 0.4s !important; } /*------------------------------------- ------------ END CART -------------- ---------------------------------------*/ /*------------------------------------- -------------- WISHLIST -------------- ---------------------------------------*/ .custom-ribbon{ margin-top: 5% !important; } .custom-ribbon2{ margin-top: 20% !important; } .wish-font1{ font-size: 25px; } .wish-font2{ font-weight: bolder; color: #cd0928; } .wish-d3{ display:none; } .wish-m{ margin: 0px; } .wishlist-screen{ position: relative; } .wishlist-screen2{ position: absolute; background: url(/dilok/assets/images/productfill/street.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; z-index: -1; opacity: 0.3; top: 0; left: 0; height: 100%; width: 100%; } .wish-m-ll{ margin: 0px; } .wish-image-full{ position: absolute; display: block; width: 100% !important; height: auto; top: 50%; left: 50%; transform: translate(-50%, -50%); } .wish-position-a{ position: absolute; margin-top: 166px !important; } .wish-position-r{ height: 421px !important; width: 100% !important; } .wish-position-a2{ position: absolute; margin-top: 262px !important; } .wish-position-r2{ height: 494px !important; width: 100% !important; } .wish-product-frame{ height: 166px !important; } .wish-product-frame2{ height: 258px !important; } /*------------------------------------- ------------ END WISHLIST -------------- ---------------------------------------*/ @media (max-width: 575px) { .filter{ display: none; } #filter-sidebar.active { margin-left: 0vw; min-width: 245px; max-width: 245px; } .btn-hide { background-color: #fff; font-family: 'kanitlight'; border: 1px solid black; display: none; } .btn-fillter { background-color: #fff; font-family: 'kanitlight'; border: 1px solid black; width: 100%; } .filter-product-frame { height: 31vmin!important; } .filter-product-frame2 { height: 60vmin!important; } } @media (max-width: 568px) and (max-height: 320px) { .filter-product-frame { height: 50vmin!important; } .filter-product-frame { height: 170px!important; } .filter-product-frame2 { height: 350px!important; } } @media (max-width: 320px) and (max-height: 568px) { .fillter-m-b { margin-bottom: 30px; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 100%; max-width: 100%; } .filter-product-frame { height: 170px!important; } } @media (min-width: 576px) { .filter{ display: none; } .btn-hide { background-color: #fff; font-family: 'kanitlight'; border: 1px solid black; display: none; } .btn-fillter { background-color: #fff; font-family: 'kanitlight'; border: 1px solid black; width: 100%; } #filter-sidebar.active { min-width: 245px; max-width: 245px; } .filter-product-frame { height: 175px!important; } .filter-product-frame2 { height: 355px!important; } } @media (min-width: 768px) { .filter-product-frame2 { height: 230px!important; } .filter-product-frame { height: 135px!important; } #sidebar.active { min-width: 40vmin; max-width: 40vmin; } } @media (min-width: 992px) { .filter { display: inherit; } .filter-product-frame { height: 150px!important; } } @media (min-width: 1200px) { .heart-btn { font-size: 10px; background-color: transparent; } .filter-product-frame { height: 210px!important; } .filter-product-frame2 { height: 285px!important; } } @media (min-width: 1600px) { .brand-collum-xxl1 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .brand-collum-xxl2 { -webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .filter-product-frame2 { height: 250px!important; } .filter-product-frame { height: 330px!important; } }
0.388734
0.171616
@media (min-width: 992px) { .nav-users { position: fixed; } } .social-account-container { display: inline-block; position: relative; } .btn-remove-account { top: 10px; right: 10px; position: absolute; } .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; background: white; cursor: inherit; display: block; } .user-profile-picture { min-height: 150px; max-height: 150px; cursor: pointer; } .user-profile-picture.small{ min-height: 50px; max-height: 50px; min-width: 50px; max-width: 50px; -webkit-border-radius: 25px; -moz-border-radius:25px; border-radius:25px; border: 2px solid white; } .sub-menu-container { overflow-x: hidden; overflow-y: hidden; -webkit-overflow-scrolling: touch; height: 48px; font-size: 18px; margin-top: 10px; margin-right: 28px; margin-left: 28px; } .sub-menu-container .sub-menu-container-wrapper { text-align: justify; width: 44em; margin: 0px; padding: 0px; height: 40px; } .sub-menu-container .sub-menu-container-wrapper:after{ content: ''; display: inline-block; width: 100%; } .sub-menu-container .sub-menu-container-wrapper li { display: inline-block; /*display: inline-block;*/ padding: 10px; } .sub-menu-container .sub-menu-container-wrapper li a{ cursor: pointer; text-decoration: none; color: white; } .sub-menu-container .sub-menu-container-wrapper li a:hover{ cursor: pointer; text-decoration: none; color: grey; } .sub-menu-container .sub-menu-container-wrapper li a.selected-sub-menu{ cursor: pointer; text-decoration: none; color: grey; } .smcl { float:left; margin-top: -40px; } .smcr { float:right; margin-top: -40px; } /* auth pages*/ .custom-row { margin-left:0px; margin-right:0px; } .fb-login-btn { color: white; background: #375595; border-radius: 0px; } .gplus-login-btn { color: white; background: #DB4937; border-radius: 0px; } /* friends */ .fs-searched-items { position: absolute; min-width: 300px; z-index: 1001; } .fs-searched-items .fsul { padding: 5px; margin: 0px; list-style: none; background: rgb(236, 189, 91); font-size: 24px; } .fs-searched-items .fsli { width:100%; padding: 10px; background: rgba(255, 255, 255, 0.2); } .fs-searched-items .fsli .fslidp{ float:left; margin-right: 15px; } .fs-searched-items .fsli .fslidp img { width:40px; height: 40px; border-radius: 25px; } .fs-searched-items .fsli .fslicontent { float:left; } .fs-searched-items .fsli .fsliactions { float:right; } /* end friends*/ .filters-box{ margin-bottom: 20px; color: white; } .filters-box .dropdown { margin-right: 15px; margin-top: 7px; } .filters-box .form-control.search-field { border:0px; outline:none; background: #FFD378; color:white; border-radius: 0px; box-shadow: none; } /* invites */ .invites-list { } .invites-list ul{ list-style: none; margin: 0px; padding: 0px; } .invites-list ul .ilulli{ background: #FFD378; color: black; padding: 10px; } .invites-list ul .ilulli .iluldp{ float:left; margin-right:15px; } .invites-list ul .ilulli .iluldp img{ width:40px; height:40px; } .invites-list ul .ilulli .ilulcontent{ float:left; font-size:24px; cursor: pointer; } .invites-list ul .ilulli .ilulactions{ float:right; font-size: 24px; } .invites-list ul .ilulli .ilulactions a { color: white; padding: 5px; margin: 5px; cursor: pointer; } /* end invites*/ /* accepted */ .accepted-list { } .accepted-list ul{ list-style: none; margin: 0px; padding: 0px; } .accepted-list ul .alulli{ background: rgba(255,255,255,0.2); margin-bottom: 1px; padding: 10px; } .accepted-list ul .alulli .aluldp{ float:left; margin-right:15px; } .accepted-list ul .alulli .aluldp img{ width:40px; height:40px; } .accepted-list ul .alulli .alulcontent{ float:left; font-size:18px; } .accepted-list ul .alulli .alulcontent .alulname{ cursor: pointer; } .accepted-list ul .alulli .alulcontent .aluldesc{ font-size:12px; color: #B8800D; display: block; margin-bottom: 5px; } .accepted-list ul .alulli .alulcontent .alulsummary{ font-size:12px; display: block; margin-bottom: 5px; } .accepted-list ul .alulli .alulcontent .alulsummary .alulsico{ margin-right: 10px; } .accepted-list ul .alulli .alulactions{ float:right; font-size: 24px; } .accepted-list ul .alulli .alulactions a{ padding: 10px; cursor:pointer; } /* end invites*/ /* friends list */ .friend-request { float: left; text-align: center; margin: 10px; } .friend-request:last-child:after { float:none; clear: left; } .friend-request img { width:40px; height: 40px; -webkit-border-radius:40px; -moz-border-radius:40px; border-radius:40px; } .friend-request span { } /* end friends list*/ /* notifications */ .notifications-list { } .notifications-list ul { list-style: none; margin: 0px; padding: 0px; box-shadow:1px 1px 2px #D8AC50; } .notifications-list ul li { padding:10px; background: #FFD781; margin-bottom: 1px; } .notifications-list ul li .dp { float:left; width:40px; } .notifications-list ul li .dp img{ width: 40px; height: 40px; } .notifications-list ul li .list-content{ cursor:pointer; float: left; width: 70%; font-size: 12px; margin-left: 10px; } .notifications-list ul li .list-content .content-date{ color: #916735; font-size: 10px; } .notifications-list ul li .actions{ float:right; } /* end */ .dropdown-menu li a i { font-size: 12px; } /*user profile css*/ .user-profile-bg{ width:100%; margin-right: 0px; margin-left: 0px; background: #FFC856; } .profile-image{ height: 80px; width: 80px; border: 1px solid white; border-radius: 40px; margin : 120px auto 0px auto; } .profile-name{ font-size: 20px; font-weight: bold; text-transform: capitalize; } .profile-close-btn{ padding-top: 20px; padding-left: 5px; color: white; text-align: left; font-size: 24px; width: 35px; height: 39px; } .wall-img-container{ margin-top: -5px; text-align: center; background-color: #FFD57D; height: 200px; } .update-wall-btn { position: absolute; right: 30px; top: 160px; } .wallImage-uploader{ position: absolute; right: 5%; top: 130px; } .dropdown.upload-dropdown ul li{ width: 350px; padding: 10px; background: #FFC856; } .wall-img-upload-btn{ font-size: 24px; height: 32px; width: 32px; padding: 0px; background: rgba(239, 216, 168, 0.53); } .wall-img-upload-btn:hover{ background: rgba(239, 216, 168, 1); } .wallImage-directive{ position: absolute; left: 33%; background-color: rgba(239, 216, 168, 0.79); } .data-container { margin-top: 10px; background-color: #FFD57D; padding: 5px; font-size: 16px; } .data-container.first-container { margin-top: 70px; } .data-container h3{ margin:5px 0px; } / .img-circle.img-circle-custom{ background: #FFC856; } .badge.badge-custom { color:#fcf8e3; background-color:#FFC856; }
modules/users/client/css/users.css
@media (min-width: 992px) { .nav-users { position: fixed; } } .social-account-container { display: inline-block; position: relative; } .btn-remove-account { top: 10px; right: 10px; position: absolute; } .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; background: white; cursor: inherit; display: block; } .user-profile-picture { min-height: 150px; max-height: 150px; cursor: pointer; } .user-profile-picture.small{ min-height: 50px; max-height: 50px; min-width: 50px; max-width: 50px; -webkit-border-radius: 25px; -moz-border-radius:25px; border-radius:25px; border: 2px solid white; } .sub-menu-container { overflow-x: hidden; overflow-y: hidden; -webkit-overflow-scrolling: touch; height: 48px; font-size: 18px; margin-top: 10px; margin-right: 28px; margin-left: 28px; } .sub-menu-container .sub-menu-container-wrapper { text-align: justify; width: 44em; margin: 0px; padding: 0px; height: 40px; } .sub-menu-container .sub-menu-container-wrapper:after{ content: ''; display: inline-block; width: 100%; } .sub-menu-container .sub-menu-container-wrapper li { display: inline-block; /*display: inline-block;*/ padding: 10px; } .sub-menu-container .sub-menu-container-wrapper li a{ cursor: pointer; text-decoration: none; color: white; } .sub-menu-container .sub-menu-container-wrapper li a:hover{ cursor: pointer; text-decoration: none; color: grey; } .sub-menu-container .sub-menu-container-wrapper li a.selected-sub-menu{ cursor: pointer; text-decoration: none; color: grey; } .smcl { float:left; margin-top: -40px; } .smcr { float:right; margin-top: -40px; } /* auth pages*/ .custom-row { margin-left:0px; margin-right:0px; } .fb-login-btn { color: white; background: #375595; border-radius: 0px; } .gplus-login-btn { color: white; background: #DB4937; border-radius: 0px; } /* friends */ .fs-searched-items { position: absolute; min-width: 300px; z-index: 1001; } .fs-searched-items .fsul { padding: 5px; margin: 0px; list-style: none; background: rgb(236, 189, 91); font-size: 24px; } .fs-searched-items .fsli { width:100%; padding: 10px; background: rgba(255, 255, 255, 0.2); } .fs-searched-items .fsli .fslidp{ float:left; margin-right: 15px; } .fs-searched-items .fsli .fslidp img { width:40px; height: 40px; border-radius: 25px; } .fs-searched-items .fsli .fslicontent { float:left; } .fs-searched-items .fsli .fsliactions { float:right; } /* end friends*/ .filters-box{ margin-bottom: 20px; color: white; } .filters-box .dropdown { margin-right: 15px; margin-top: 7px; } .filters-box .form-control.search-field { border:0px; outline:none; background: #FFD378; color:white; border-radius: 0px; box-shadow: none; } /* invites */ .invites-list { } .invites-list ul{ list-style: none; margin: 0px; padding: 0px; } .invites-list ul .ilulli{ background: #FFD378; color: black; padding: 10px; } .invites-list ul .ilulli .iluldp{ float:left; margin-right:15px; } .invites-list ul .ilulli .iluldp img{ width:40px; height:40px; } .invites-list ul .ilulli .ilulcontent{ float:left; font-size:24px; cursor: pointer; } .invites-list ul .ilulli .ilulactions{ float:right; font-size: 24px; } .invites-list ul .ilulli .ilulactions a { color: white; padding: 5px; margin: 5px; cursor: pointer; } /* end invites*/ /* accepted */ .accepted-list { } .accepted-list ul{ list-style: none; margin: 0px; padding: 0px; } .accepted-list ul .alulli{ background: rgba(255,255,255,0.2); margin-bottom: 1px; padding: 10px; } .accepted-list ul .alulli .aluldp{ float:left; margin-right:15px; } .accepted-list ul .alulli .aluldp img{ width:40px; height:40px; } .accepted-list ul .alulli .alulcontent{ float:left; font-size:18px; } .accepted-list ul .alulli .alulcontent .alulname{ cursor: pointer; } .accepted-list ul .alulli .alulcontent .aluldesc{ font-size:12px; color: #B8800D; display: block; margin-bottom: 5px; } .accepted-list ul .alulli .alulcontent .alulsummary{ font-size:12px; display: block; margin-bottom: 5px; } .accepted-list ul .alulli .alulcontent .alulsummary .alulsico{ margin-right: 10px; } .accepted-list ul .alulli .alulactions{ float:right; font-size: 24px; } .accepted-list ul .alulli .alulactions a{ padding: 10px; cursor:pointer; } /* end invites*/ /* friends list */ .friend-request { float: left; text-align: center; margin: 10px; } .friend-request:last-child:after { float:none; clear: left; } .friend-request img { width:40px; height: 40px; -webkit-border-radius:40px; -moz-border-radius:40px; border-radius:40px; } .friend-request span { } /* end friends list*/ /* notifications */ .notifications-list { } .notifications-list ul { list-style: none; margin: 0px; padding: 0px; box-shadow:1px 1px 2px #D8AC50; } .notifications-list ul li { padding:10px; background: #FFD781; margin-bottom: 1px; } .notifications-list ul li .dp { float:left; width:40px; } .notifications-list ul li .dp img{ width: 40px; height: 40px; } .notifications-list ul li .list-content{ cursor:pointer; float: left; width: 70%; font-size: 12px; margin-left: 10px; } .notifications-list ul li .list-content .content-date{ color: #916735; font-size: 10px; } .notifications-list ul li .actions{ float:right; } /* end */ .dropdown-menu li a i { font-size: 12px; } /*user profile css*/ .user-profile-bg{ width:100%; margin-right: 0px; margin-left: 0px; background: #FFC856; } .profile-image{ height: 80px; width: 80px; border: 1px solid white; border-radius: 40px; margin : 120px auto 0px auto; } .profile-name{ font-size: 20px; font-weight: bold; text-transform: capitalize; } .profile-close-btn{ padding-top: 20px; padding-left: 5px; color: white; text-align: left; font-size: 24px; width: 35px; height: 39px; } .wall-img-container{ margin-top: -5px; text-align: center; background-color: #FFD57D; height: 200px; } .update-wall-btn { position: absolute; right: 30px; top: 160px; } .wallImage-uploader{ position: absolute; right: 5%; top: 130px; } .dropdown.upload-dropdown ul li{ width: 350px; padding: 10px; background: #FFC856; } .wall-img-upload-btn{ font-size: 24px; height: 32px; width: 32px; padding: 0px; background: rgba(239, 216, 168, 0.53); } .wall-img-upload-btn:hover{ background: rgba(239, 216, 168, 1); } .wallImage-directive{ position: absolute; left: 33%; background-color: rgba(239, 216, 168, 0.79); } .data-container { margin-top: 10px; background-color: #FFD57D; padding: 5px; font-size: 16px; } .data-container.first-container { margin-top: 70px; } .data-container h3{ margin:5px 0px; } / .img-circle.img-circle-custom{ background: #FFC856; } .badge.badge-custom { color:#fcf8e3; background-color:#FFC856; }
0.27048
0.048025
.mainpanel{ height:1200px; width:100%; margin-top:0px; overflow: hidden; } .navbar ul { padding-top:5px; } .navbar li { display: inline; margin :30px; } a.navigation:link, a.navigation:visited { font-family:'Roboto', sans-serif; font-size: 1.2rem; font-color: white; color: #e2e2e2; padding:7px; padding-bottom:0px; text-transform: uppercase; text-decoration: none; height: 112px; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; } a.navigation:hover, .navigation:active { border-bottom: 3px solid #FFD700; } .active{ border-bottom: 3px solid #FFD700; } .mypic{ position:absolute; width:200px; height:190px; background-image:url('images/verify.jpg'); background-repeat:no-repeat; background-size: cover; margin-left:500px; margin-top:90px; border-radius:100%; } .myname{ position:absolute; padding-top:15px; padding-left:500px; padding-right:100px; font-size:50px; color:white; } .balance h1{ position:absolute; padding-top:259px; padding-left:530px; padding-right:100px; font-size:30px; color:white; } .mybalance h1{ position:absolute; padding-top:200px; padding-left:493px; padding-right:80px; font-size:130px; color:white; } .panel2{ position:absolute; margin-top:550px; height:550px; width:100%; background-color:#EEE0E5; } .panel2 h1{ font-size:70px; margin-right:10px; color:#EEC900; } .panel2 h2{ font-size:40px; margin-right:25px; } .wins{ position:absolute; margin-left:140px; font-size:45px; color:green; } .draws{ position:absolute; margin-left:520px; font-size:45px; color:#33A1C9; } .losses{ position:absolute; margin-left:920px; font-size:45px; color:red; } .wins-numbers{ margin-top:50px; position:absolute; margin-left:175px; font-size:45px; } .draws-numbers{ margin-top:50px; position:absolute; margin-left:600px; font-size:45px; } .losses-numbers{ margin-top:50px; position:absolute; margin-left:1000px; font-size:45px; } .btn-2{ position:relative; height:50px; width:100px; background-color:red; margin-left:980px; border-radius:6px; } .btn-3{ position:relative; height:50px; width:100px; background-color:red; margin-left:580px; margin-bottom:100px; border-radius:6px; } .btn-4{ position:absolute; margin-bottom:100px; height:50px; width:100px; background-color:red; margin-left:160px; border-radius:6px; } .buttons{ margin-top:200px; position:absolute; height:100px; width:100%; } .result{ position:absolute; width:100%; height:550px; top:550px; margin-right:900px; } .userpic2{ position:absolute; width:200px; height:200px; margin-left:470px; margin-top:-50px; } .competetion_id{ position:absolute; margin-left:50px; padding-bottom:200px; font-size:25px; margin-top:105px; } .userpic2 img{ position:absolute; margin-top:50px; width:400px; height:400px; border-radius:100%; margin-bottom:30px; } .amount{ position:absolute; margin-left:650px; } .price{ position:absolute; padding-top:5px; padding-bottom:5px; margin-top:-140px; border-radius:5px; width:50px; height:35px; } #send{ position:absolute; margin-left:80px; margin-top:-130px; background:black; border-radius:5px; } .games{ position:absolute; margin-left:250px; margin-top:-70px; margin-right:50px; width:200px; height:35px; background:grey; border-radius:5px; margin-top:-80px; } .consoles{ position:absolute; margin-top:-70px; margin-left:650px; width:200px; height:35px; background:red; margin-top:-80px; border-radius:5px; } .sidebars{ position:absolute; height:900px; width:325px; background-color:red; margin-top:550px; margin-left:900px; } .nav{ margin-top:160px; padding:100px; } .sub1{ position:absolute; margin-top:-80px; margin-left:1000px; height:40px; width:100px; background-color:green; border-radius:6px; } .matchpanel{ position:absolute; margin-top:150px; width:100%; height:600px; border-radius:5px; } .Myname{ position:absolute; font-size:50px; color:black; margin-top:100px; margin-left:-500px; } .opp{ position:absolute; font-size:50px; color:black; margin-top:110px; margin-left:350px; } .notice{ font-size:20px; color:Green; margin-left:600px; margin-top:20px; height:50px; width:150px; border:5px solid black; } .notice h2{ margin-top:5px; margin-left:15px; } .vs{ position:absolute; margin-left:620px; margin-top:10px; color:blue; font-size:50px; } .score1{ position:absolute; margin-top:300px; margin-left:-450px; width:100px; height:50px; } .score2{ position:absolute; margin-top:300px; margin-left:420px; width:100px; height:50px; } .score1 formfield,.score2 formfield{ text-align:center; } #send_result{ position:absolute; margin-top:400px; margin-left:-75px; background-color:green; height:50px; width:150px; border-radius:4px; } .users_name{ position:absolute; font-size:45px; color:red; margin-top:450px; margin-left:570px; } .stats{ position:absolute; top:600px; height:200px; width:30%; margin-top:200px; margin-left:100px; background-color:red; } .allmatches{ position:absolute; top:600px; height:100px; width:15%; margin-top:50px; margin-left:580px; background-color:red; } .prize{ position:absolute; top:600px; height:100px; width:15%; margin-top:50px; margin-left:560px; background-color:red; } .reviews{ position:absolute; top:600px; height:200px; margin-top:200px; width:30%; margin-left:840px; background-color:blue; } #send{ position:absolute; height:50px; width:100px; background-color:red; margin-left:580px; margin-top:-85px; margin-bottom:100px; border-radius:6px; } #transfer{ position:aboslute; height:50px; width:100px; margin-left:735px; margin-top:-85px; padding-top:-100px; background-color:blue; border-radius:6px; float:left; } .win_ratio{ color:blue; font-size:100px; margin-left:105px; margin-top:35px; } .all_matches{ position:absolute; color:blue; font-size:80px; margin-left:55px; margin-top:-20px; padding-top:25px; } .no_matches{ position:absolute; color:blue; font-size:40px; margin-left:35px; padding:25px; } .notice{ position:absolute; background-color:grey; margin-top:245px; margin-left:960px; height:350px; width:50px; }
ui5.css
.mainpanel{ height:1200px; width:100%; margin-top:0px; overflow: hidden; } .navbar ul { padding-top:5px; } .navbar li { display: inline; margin :30px; } a.navigation:link, a.navigation:visited { font-family:'Roboto', sans-serif; font-size: 1.2rem; font-color: white; color: #e2e2e2; padding:7px; padding-bottom:0px; text-transform: uppercase; text-decoration: none; height: 112px; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; } a.navigation:hover, .navigation:active { border-bottom: 3px solid #FFD700; } .active{ border-bottom: 3px solid #FFD700; } .mypic{ position:absolute; width:200px; height:190px; background-image:url('images/verify.jpg'); background-repeat:no-repeat; background-size: cover; margin-left:500px; margin-top:90px; border-radius:100%; } .myname{ position:absolute; padding-top:15px; padding-left:500px; padding-right:100px; font-size:50px; color:white; } .balance h1{ position:absolute; padding-top:259px; padding-left:530px; padding-right:100px; font-size:30px; color:white; } .mybalance h1{ position:absolute; padding-top:200px; padding-left:493px; padding-right:80px; font-size:130px; color:white; } .panel2{ position:absolute; margin-top:550px; height:550px; width:100%; background-color:#EEE0E5; } .panel2 h1{ font-size:70px; margin-right:10px; color:#EEC900; } .panel2 h2{ font-size:40px; margin-right:25px; } .wins{ position:absolute; margin-left:140px; font-size:45px; color:green; } .draws{ position:absolute; margin-left:520px; font-size:45px; color:#33A1C9; } .losses{ position:absolute; margin-left:920px; font-size:45px; color:red; } .wins-numbers{ margin-top:50px; position:absolute; margin-left:175px; font-size:45px; } .draws-numbers{ margin-top:50px; position:absolute; margin-left:600px; font-size:45px; } .losses-numbers{ margin-top:50px; position:absolute; margin-left:1000px; font-size:45px; } .btn-2{ position:relative; height:50px; width:100px; background-color:red; margin-left:980px; border-radius:6px; } .btn-3{ position:relative; height:50px; width:100px; background-color:red; margin-left:580px; margin-bottom:100px; border-radius:6px; } .btn-4{ position:absolute; margin-bottom:100px; height:50px; width:100px; background-color:red; margin-left:160px; border-radius:6px; } .buttons{ margin-top:200px; position:absolute; height:100px; width:100%; } .result{ position:absolute; width:100%; height:550px; top:550px; margin-right:900px; } .userpic2{ position:absolute; width:200px; height:200px; margin-left:470px; margin-top:-50px; } .competetion_id{ position:absolute; margin-left:50px; padding-bottom:200px; font-size:25px; margin-top:105px; } .userpic2 img{ position:absolute; margin-top:50px; width:400px; height:400px; border-radius:100%; margin-bottom:30px; } .amount{ position:absolute; margin-left:650px; } .price{ position:absolute; padding-top:5px; padding-bottom:5px; margin-top:-140px; border-radius:5px; width:50px; height:35px; } #send{ position:absolute; margin-left:80px; margin-top:-130px; background:black; border-radius:5px; } .games{ position:absolute; margin-left:250px; margin-top:-70px; margin-right:50px; width:200px; height:35px; background:grey; border-radius:5px; margin-top:-80px; } .consoles{ position:absolute; margin-top:-70px; margin-left:650px; width:200px; height:35px; background:red; margin-top:-80px; border-radius:5px; } .sidebars{ position:absolute; height:900px; width:325px; background-color:red; margin-top:550px; margin-left:900px; } .nav{ margin-top:160px; padding:100px; } .sub1{ position:absolute; margin-top:-80px; margin-left:1000px; height:40px; width:100px; background-color:green; border-radius:6px; } .matchpanel{ position:absolute; margin-top:150px; width:100%; height:600px; border-radius:5px; } .Myname{ position:absolute; font-size:50px; color:black; margin-top:100px; margin-left:-500px; } .opp{ position:absolute; font-size:50px; color:black; margin-top:110px; margin-left:350px; } .notice{ font-size:20px; color:Green; margin-left:600px; margin-top:20px; height:50px; width:150px; border:5px solid black; } .notice h2{ margin-top:5px; margin-left:15px; } .vs{ position:absolute; margin-left:620px; margin-top:10px; color:blue; font-size:50px; } .score1{ position:absolute; margin-top:300px; margin-left:-450px; width:100px; height:50px; } .score2{ position:absolute; margin-top:300px; margin-left:420px; width:100px; height:50px; } .score1 formfield,.score2 formfield{ text-align:center; } #send_result{ position:absolute; margin-top:400px; margin-left:-75px; background-color:green; height:50px; width:150px; border-radius:4px; } .users_name{ position:absolute; font-size:45px; color:red; margin-top:450px; margin-left:570px; } .stats{ position:absolute; top:600px; height:200px; width:30%; margin-top:200px; margin-left:100px; background-color:red; } .allmatches{ position:absolute; top:600px; height:100px; width:15%; margin-top:50px; margin-left:580px; background-color:red; } .prize{ position:absolute; top:600px; height:100px; width:15%; margin-top:50px; margin-left:560px; background-color:red; } .reviews{ position:absolute; top:600px; height:200px; margin-top:200px; width:30%; margin-left:840px; background-color:blue; } #send{ position:absolute; height:50px; width:100px; background-color:red; margin-left:580px; margin-top:-85px; margin-bottom:100px; border-radius:6px; } #transfer{ position:aboslute; height:50px; width:100px; margin-left:735px; margin-top:-85px; padding-top:-100px; background-color:blue; border-radius:6px; float:left; } .win_ratio{ color:blue; font-size:100px; margin-left:105px; margin-top:35px; } .all_matches{ position:absolute; color:blue; font-size:80px; margin-left:55px; margin-top:-20px; padding-top:25px; } .no_matches{ position:absolute; color:blue; font-size:40px; margin-left:35px; padding:25px; } .notice{ position:absolute; background-color:grey; margin-top:245px; margin-left:960px; height:350px; width:50px; }
0.219672
0.036322
@keyframes roll { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); } } .JSRotator { /*BOOTSTRAP RE-STYLING */ } .JSRotator * { -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; -o-box-sizing: border-box !important; box-sizing: border-box !important; } .JSRotator .link-dev { float: right; font-size: 12px; color: #fff; margin-top: 6px; } .JSRotator .dnnForm { /*DNN RE-STYLING CHECK BOX CONTROL*/ /*DON'T REORDER ROW DEFINITIONS*/ /*RADIO BUTTONS GROUP*/ } .JSRotator .dnnForm fieldset { border: none; margin: 0; padding: 0; margin-bottom: 10px; float: left; clear: both; width: 100%; } .JSRotator .dnnForm .fieldset { float: left; padding: 15px 0; margin: 0; width: 100%; } .JSRotator .dnnForm .fieldset:nth-child(even) { background: rgba(59, 30, 119, 0.05); } .JSRotator .dnnForm .form-control { width: 45%; height: 35px; line-height: normal; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; box-shadow: none; } .JSRotator .dnnForm .form-control.teaser-txt { height: 70px; } .JSRotator .dnnForm .form-control.body-txt { height: 150px; } .JSRotator .dnnForm h1, .JSRotator .dnnForm h2, .JSRotator .dnnForm h3, .JSRotator .dnnForm h4, .JSRotator .dnnForm h5, .JSRotator .dnnForm h6 { color: #3b1e77; } .JSRotator .dnnForm h3 { font-size: 1.571em; } .JSRotator .dnnForm h4 { font-size: 1.286em; } .JSRotator .dnnForm .dnnFormSectionHead { border-bottom: none; } .JSRotator .dnnForm .dnnFormSectionHead span { font-size: inherit; color: #fff; } .JSRotator .dnnForm .dnnFormSectionHead .dnnFormMessage { margin: 0 0 30px; padding: 15px; background-size: 30px; font-weight: normal; line-height: normal; border: none; max-width: 100%; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; } .JSRotator .dnnForm .dnnFormSectionHead .dnnFormMessage.dnnFormTitle { color: #fff; background-color: rgba(59, 30, 119, 0.8); } .JSRotator .dnnForm .dnnFormSectionHead .dnnFormMessage.dnnFormTitle.dnnFormIcon { padding: 15px 15px 15px 55px; background-image: url(Images/Icons/h-icon.png); background-repeat: no-repeat; background-position: 15px center; } .JSRotator .dnnForm .dnnFormSectionHead .dnnFormMessage.dnnFormInfo { color: #fff; background: rgba(59, 30, 119, 0.5); /*display: $none;*/ } .JSRotator .dnnForm .dnnFormSectionHead .JSRotatorMenu { display: inline-block; margin: 0; } .JSRotator .dnnForm .dnnFormSectionHead .JSRotatorMenu .dnnFormTitle { float: left; background-color: rgba(59, 30, 119, 0.7); } .JSRotator .dnnForm .dnnFormSectionHead .JSRotatorMenu .dnnFormTitle.error { background-color: #d9534f; } .JSRotator .dnnForm .dnnFormSectionHead .JSRotatorMenu .dnnFormTitle.success { background-color: #27ae60; } .JSRotator .dnnForm .dnnFormSectionHead .JSRotatorMenu .dnnFormMessage { padding: 0 15px; min-width: 45px; width: 100%; height: 45px; line-height: 45px; font-size: 1.286em; } .JSRotator .dnnForm .dnnFormSectionHead .JSRotatorMenu .dnnFormMessage.no-controls { width: 100%; } .JSRotator .dnnForm .dnnFormSectionHead .JSRotatorMenu .dnnFormMessage.one-control { width: calc(100% - 45px); } .JSRotator .dnnForm .dnnFormSectionHead .JSRotatorMenu .dnnFormMessage.two-controls { width: calc(100% - 90px); } .JSRotator .dnnForm .dnnFormSectionHead .JSRotatorMenu .dnnFormMessage.three-controls { width: calc(100% - 135px); } .JSRotator .dnnForm .dnnFormSectionHead .JSRotatorMenu .dnnFormMessage.four-controls { width: calc(100% - 180px); } .JSRotator .dnnForm .dnnFormSectionHead .JSRotatorMenu a.btn { float: left; padding: 0; margin: 0; min-width: 45px; height: 45px; line-height: 45px; font-size: 1.286em; text-align: center; } .JSRotator .dnnForm .dnnFormSectionHead .JSRotatorMenu a.btn.error { background-color: #d9534f; } .JSRotator .dnnForm .dnnFormSectionHead .JSRotatorMenu a.btn.error:hover { background-color: rgba(217, 83, 79, 0.8); } .JSRotator .dnnForm .dnnFormSectionHead .JSRotatorMenu a.btn.success { background-color: #27ae60; } .JSRotator .dnnForm .dnnFormSectionHead .JSRotatorMenu a.btn.success:hover { background-color: rgba(39, 174, 96, 0.8); } .JSRotator .dnnForm .dnnFormSectionHead .no-spacing { margin: 0; } .JSRotator .dnnForm input[type=checkbox], .JSRotator .dnnForm input[type=radio] { visibility: hidden; display: none; } .JSRotator .dnnForm .dnnCheckbox img { display: inline-block; width: 20px; height: 18px; min-width: 20px; vertical-align: middle; } .JSRotator .dnnForm .dnnCheckbox img { background: transparent url(Images/Icons/checkbox.png) no-repeat; } .JSRotator .dnnForm .dnnCheckbox img { background-position: 0px 0px; } .JSRotator .dnnForm .dnnCheckbox-checked img { background-position: -50px 0px; } .JSRotator .dnnForm .dnnCheckbox-disabled img { opacity: .5; } .JSRotator .dnnForm .dnnRadiobutton img { width: 20px; height: 18px; min-width: 20px; vertical-align: middle; } .JSRotator .dnnForm .dnnRadiobutton img { background: transparent url(Images/Icons/radiobutton.png) no-repeat; } .JSRotator .dnnForm .dnnRadiobutton img { background-position: 0px 0px; } .JSRotator .dnnForm .dnnRadiobutton-checked img { background-position: -50px 0px; } .JSRotator .dnnForm .dnnRadiobutton-disabled img { opacity: .5; } .JSRotator .dnnForm .dnnFormItem { margin-top: 15px; float: left; } .JSRotator .dnnForm .dnnFormItem:first-child { margin-top: 0; } .JSRotator .dnnForm .dnnFormItem .rotator-image { width: auto; height: 35px; float: left; } .JSRotator .dnnForm .dnnFormItem .btn { line-height: normal; border: none; padding: 10px 15px; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; -webkit-transition: all 300ms ease-out; -moz-transition: all 300ms ease-out; -o-transition: all 300ms ease-out; transition: all 300ms ease-out; } .JSRotator .dnnForm .dnnFormItem .btn.btn-primary { background-color: rgba(59, 30, 119, 0.7); } .JSRotator .dnnForm .dnnFormItem .btn.btn-primary:hover, .JSRotator .dnnForm .dnnFormItem .btn.btn-primary:focus, .JSRotator .dnnForm .dnnFormItem .btn.btn-primary:active { background-color: rgba(59, 30, 119, 0.8); } .JSRotator .dnnForm .dnnFormItem .btn.btn-primary.disabled { background-color: rgba(59, 30, 119, 0.7); color: rgba(255, 255, 255, 0.7); opacity: 0.5; cursor: default; } .JSRotator .dnnForm .dnnFormItem .btn.btn-primary.disabled:hover { background-color: rgba(59, 30, 119, 0.7); } .JSRotator .dnnForm .dnnFormItem .btn.btn-default { color: rgba(59, 30, 119, 0.7); background: rgba(59, 30, 119, 0.15); } .JSRotator .dnnForm .dnnFormItem .btn.btn-default:hover, .JSRotator .dnnForm .dnnFormItem .btn.btn-default:focus, .JSRotator .dnnForm .dnnFormItem .btn.btn-default:active { color: #fff; background-color: rgba(59, 30, 119, 0.7); } .JSRotator .dnnForm .dnnFormItem .btn:hover, .JSRotator .dnnForm .dnnFormItem .btn:focus, .JSRotator .dnnForm .dnnFormItem .btn:active { border: none; outline: none; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; box-shadow: none; } .JSRotator .dnnForm .dnnFormItem .btn.no_more { color: rgba(255, 255, 255, 0.35) !important; background: rgba(59, 30, 119, 0.7); cursor: not-allowed; } .JSRotator .dnnForm .dnnFormItem .btn.no_more:hover, .JSRotator .dnnForm .dnnFormItem .btn.no_more:focus { background: rgba(59, 30, 119, 0.7); } .JSRotator .dnnForm .dnnFormItem .btn.active_page { background-color: rgba(59, 30, 119, 0.8); } .JSRotator .dnnForm .dnnFormItem .btn[disabled=disabled], .JSRotator .dnnForm .dnnFormItem .btn.aspNetDisabled, .JSRotator .dnnForm .dnnFormItem .btn.dnnDisabled { color: rgba(255, 255, 255, 0.5); } .JSRotator .dnnForm .dnnFormItem .btn[disabled=disabled]:hover, .JSRotator .dnnForm .dnnFormItem .btn.aspNetDisabled:hover, .JSRotator .dnnForm .dnnFormItem .btn.dnnDisabled:hover { background-color: rgba(59, 30, 119, 0.7); } .JSRotator .dnnForm .dnnFormItem select > option { color: #3b1e77; } .JSRotator .dnnForm .dnnFormItem label span, .JSRotator .dnnForm .dnnFormItem .dnnBoxLabel { color: rgba(59, 30, 119, 0.7); font-weight: bold; } .JSRotator .dnnForm .dnnFormItem > .dnnLabel, .JSRotator .dnnForm .dnnFormItem .dnnLabel { margin-top: 5px; } .JSRotator .dnnForm .dnnFormItem > .dnnLabel + span, .JSRotator .dnnForm .dnnFormItem .dnnLabel + span { margin-top: 0; margin-bottom: 0; } .JSRotator .dnnForm .dnnFormItem.popup { position: fixed; top: 0; left: 0; margin: 0; text-align: center; background: rgba(255, 255, 255, 0.7); width: 100%; height: 100%; z-index: 9998; } .JSRotator .dnnForm .dnnFormItem.popup.confirm-box .popup-wrapper { top: calc((100% - 315px)/2); } .JSRotator .dnnForm .dnnFormItem.popup.auto-close-box .popup-wrapper { top: calc((100% - 275px)/2); } .JSRotator .dnnForm .dnnFormItem.popup.overlay .popup-wrapper { /*top: 10px;*/ top: calc((100% - 520px)/2); position: relative; } .JSRotator .dnnForm .dnnFormItem.popup.overlay .popup-wrapper .popup-icon { color: rgba(59, 30, 119, 0.7); } .JSRotator .dnnForm .dnnFormItem.popup.overlay .popup-wrapper h1, .JSRotator .dnnForm .dnnFormItem.popup.overlay .popup-wrapper h2, .JSRotator .dnnForm .dnnFormItem.popup.overlay .popup-wrapper h3, .JSRotator .dnnForm .dnnFormItem.popup.overlay .popup-wrapper h4, .JSRotator .dnnForm .dnnFormItem.popup.overlay .popup-wrapper h5, .JSRotator .dnnForm .dnnFormItem.popup.overlay .popup-wrapper h6 { color: rgba(59, 30, 119, 0.7); } .JSRotator .dnnForm .dnnFormItem.popup.overlay .popup-wrapper input[type=text] { height: 100px; } .JSRotator .dnnForm .dnnFormItem.popup .popup-wrapper { position: relative; width: 60%; left: 20%; padding: 15px; } .JSRotator .dnnForm .dnnFormItem.popup .popup-wrapper h1, .JSRotator .dnnForm .dnnFormItem.popup .popup-wrapper h2, .JSRotator .dnnForm .dnnFormItem.popup .popup-wrapper h3, .JSRotator .dnnForm .dnnFormItem.popup .popup-wrapper h4, .JSRotator .dnnForm .dnnFormItem.popup .popup-wrapper h5, .JSRotator .dnnForm .dnnFormItem.popup .popup-wrapper h6 { border: none; padding: 0; margin: 0; } .JSRotator .dnnForm .dnnFormItem.popup .popup-wrapper .popup-icon { display: block; float: none; margin: 0; } .JSRotator .dnnForm .dnnFormItem.popup .popup-wrapper .popup-icon .fa { font-size: 15em; text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15); } .JSRotator .dnnForm .dnnFormItem.popup .popup-wrapper .popup-msg { display: block; margin: 10px 0 0 0; word-wrap: break-word; word-break: break-all; } .JSRotator .dnnForm .dnnFormItem.popup .popup-wrapper .btn-group { margin-top: 15px; } .JSRotator .dnnForm .dnnFormItem.popup .popup-wrapper .btn-group .btn { margin: 0; } .JSRotator .dnnForm .dnnFormItem.popup .popup-wrapper .btn { border: none; margin: 15px 0 0 0; float: none; } .JSRotator .dnnForm .dnnFormItem.popup .popup-wrapper .progress-bar { position: absolute; left: 0; bottom: 0; width: 0; height: 2px; -webkit-transition: width 3000ms ease-out; -moz-transition: width 3000ms ease-out; -o-transition: width 3000ms ease-out; transition: width 3000ms ease-out; -webkit-transition-delay: 0; -moz-transition-delay: 0; -o-transition-delay: 0; transition-delay: 0; } .JSRotator .dnnForm .dnnFormItem.popup .popup-wrapper .close-action { position: absolute; background-color: transparent; color: rgba(59, 30, 119, 0.7); border: none; top: -70px; right: -70px; padding: 0; margin: 0; width: 70px; height: 70px; line-height: 70px; } .JSRotator .dnnForm .dnnFormItem.popup .popup-wrapper .close-action:hover { background-color: rgba(59, 30, 119, 0.7); color: #fff; } .JSRotator .dnnForm .dnnFormItem.popup.success .popup-wrapper .popup-icon { color: #27ae60; } .JSRotator .dnnForm .dnnFormItem.popup.success .popup-wrapper h1, .JSRotator .dnnForm .dnnFormItem.popup.success .popup-wrapper h2, .JSRotator .dnnForm .dnnFormItem.popup.success .popup-wrapper h3, .JSRotator .dnnForm .dnnFormItem.popup.success .popup-wrapper h4, .JSRotator .dnnForm .dnnFormItem.popup.success .popup-wrapper h5, .JSRotator .dnnForm .dnnFormItem.popup.success .popup-wrapper h6 { color: #27ae60; } .JSRotator .dnnForm .dnnFormItem.popup.success .popup-wrapper .btn.close-action:hover { background-color: #27ae60; } .JSRotator .dnnForm .dnnFormItem.popup.success .popup-wrapper .progress-bar { background: #27ae60; } .JSRotator .dnnForm .dnnFormItem.popup.success .popup-wrapper .close-action { color: #27ae60; } .JSRotator .dnnForm .dnnFormItem.popup.success .popup-wrapper .close-action:hover { color: #fff; background-color: #27ae60; } .JSRotator .dnnForm .dnnFormItem.popup.warning .popup-wrapper .popup-icon { color: #d9534f; } .JSRotator .dnnForm .dnnFormItem.popup.warning .popup-wrapper h1, .JSRotator .dnnForm .dnnFormItem.popup.warning .popup-wrapper h2, .JSRotator .dnnForm .dnnFormItem.popup.warning .popup-wrapper h3, .JSRotator .dnnForm .dnnFormItem.popup.warning .popup-wrapper h4, .JSRotator .dnnForm .dnnFormItem.popup.warning .popup-wrapper h5, .JSRotator .dnnForm .dnnFormItem.popup.warning .popup-wrapper h6 { color: #d9534f; } .JSRotator .dnnForm .dnnFormItem.popup.warning .popup-wrapper .btn.close-action:hover { background-color: #d9534f; } .JSRotator .dnnForm .dnnFormItem.popup.warning .popup-wrapper .progress-bar { background: #d9534f; } .JSRotator .dnnForm .dnnFormItem.popup.warning .popup-wrapper .close-action { color: #d9534f; } .JSRotator .dnnForm .dnnFormItem.popup.warning .popup-wrapper .close-action:hover { color: #fff; background-color: #d9534f; } .JSRotator .dnnForm .dnnFormItem.group { float: left; } .JSRotator .dnnForm .dnnFormItem.group .dnnCheckbox, .JSRotator .dnnForm .dnnFormItem.group .dnnRadiobutton { float: left; } .JSRotator .dnnForm .dnnFormItem.group input[type="text"], .JSRotator .dnnForm .dnnFormItem.group select, .JSRotator .dnnForm .dnnFormItem.group textarea, .JSRotator .dnnForm .dnnFormItem.group input[type="email"], .JSRotator .dnnForm .dnnFormItem.group input[type="search"], .JSRotator .dnnForm .dnnFormItem.group input[type="number"], .JSRotator .dnnForm .dnnFormItem.group input[type="date"] { float: left; height: 35px; line-height: 35px; width: 50%; max-width: 450px; } .JSRotator .dnnForm .dnnFormItem.group input[type="text"].grouped, .JSRotator .dnnForm .dnnFormItem.group select.grouped, .JSRotator .dnnForm .dnnFormItem.group textarea.grouped, .JSRotator .dnnForm .dnnFormItem.group input[type="email"].grouped, .JSRotator .dnnForm .dnnFormItem.group input[type="search"].grouped, .JSRotator .dnnForm .dnnFormItem.group input[type="number"].grouped, .JSRotator .dnnForm .dnnFormItem.group input[type="date"].grouped { border-right: none; } .JSRotator .dnnForm .dnnFormItem.group input[type="text"].grouped.squared-box, .JSRotator .dnnForm .dnnFormItem.group select.grouped.squared-box, .JSRotator .dnnForm .dnnFormItem.group textarea.grouped.squared-box, .JSRotator .dnnForm .dnnFormItem.group input[type="email"].grouped.squared-box, .JSRotator .dnnForm .dnnFormItem.group input[type="search"].grouped.squared-box, .JSRotator .dnnForm .dnnFormItem.group input[type="number"].grouped.squared-box, .JSRotator .dnnForm .dnnFormItem.group input[type="date"].grouped.squared-box { width: calc(50% - 45px); max-width: 405px; margin-right: 10px; border: 1px solid rgba(59, 30, 119, 0.25); } .JSRotator .dnnForm .dnnFormItem.group input[type="text"].grouped.squared-box:focus, .JSRotator .dnnForm .dnnFormItem.group select.grouped.squared-box:focus, .JSRotator .dnnForm .dnnFormItem.group textarea.grouped.squared-box:focus, .JSRotator .dnnForm .dnnFormItem.group input[type="email"].grouped.squared-box:focus, .JSRotator .dnnForm .dnnFormItem.group input[type="search"].grouped.squared-box:focus, .JSRotator .dnnForm .dnnFormItem.group input[type="number"].grouped.squared-box:focus, .JSRotator .dnnForm .dnnFormItem.group input[type="date"].grouped.squared-box:focus { border: 1px solid #3b1e77; } .JSRotator .dnnForm .dnnFormItem.group input[type="text"].ungrouped, .JSRotator .dnnForm .dnnFormItem.group select.ungrouped, .JSRotator .dnnForm .dnnFormItem.group textarea.ungrouped, .JSRotator .dnnForm .dnnFormItem.group input[type="email"].ungrouped, .JSRotator .dnnForm .dnnFormItem.group input[type="search"].ungrouped, .JSRotator .dnnForm .dnnFormItem.group input[type="number"].ungrouped, .JSRotator .dnnForm .dnnFormItem.group input[type="date"].ungrouped { border: 1px solid rgba(59, 30, 119, 0.25); } .JSRotator .dnnForm .dnnFormItem.group input[type="text"].ungrouped:focus, .JSRotator .dnnForm .dnnFormItem.group select.ungrouped:focus, .JSRotator .dnnForm .dnnFormItem.group textarea.ungrouped:focus, .JSRotator .dnnForm .dnnFormItem.group input[type="email"].ungrouped:focus, .JSRotator .dnnForm .dnnFormItem.group input[type="search"].ungrouped:focus, .JSRotator .dnnForm .dnnFormItem.group input[type="number"].ungrouped:focus, .JSRotator .dnnForm .dnnFormItem.group input[type="date"].ungrouped:focus { border: 1px solid #3b1e77; } .JSRotator .dnnForm .dnnFormItem.group input[type="text"].cb-group, .JSRotator .dnnForm .dnnFormItem.group select.cb-group, .JSRotator .dnnForm .dnnFormItem.group textarea.cb-group, .JSRotator .dnnForm .dnnFormItem.group input[type="email"].cb-group, .JSRotator .dnnForm .dnnFormItem.group input[type="search"].cb-group, .JSRotator .dnnForm .dnnFormItem.group input[type="number"].cb-group, .JSRotator .dnnForm .dnnFormItem.group input[type="date"].cb-group { width: calc(50% - 30px); max-width: 420px; } .JSRotator .dnnForm .dnnFormItem.group input[type="text"].txt-img-url, .JSRotator .dnnForm .dnnFormItem.group select.txt-img-url, .JSRotator .dnnForm .dnnFormItem.group textarea.txt-img-url, .JSRotator .dnnForm .dnnFormItem.group input[type="email"].txt-img-url, .JSRotator .dnnForm .dnnFormItem.group input[type="search"].txt-img-url, .JSRotator .dnnForm .dnnFormItem.group input[type="number"].txt-img-url, .JSRotator .dnnForm .dnnFormItem.group input[type="date"].txt-img-url { margin-left: 10px; } .JSRotator .dnnForm .dnnFormItem.group .btn { float: left; padding: 0 10px; height: 35px; line-height: 35px; min-width: 35px; text-align: center; } .JSRotator .dnnForm .dnnFormItem.group .btn-group { float: left; } .JSRotator .dnnForm .dnnFormItem.group .btn-group.cb-group { width: calc(50% - 30px) !important; max-width: 420px; } .JSRotator .dnnForm .dnnFormItem .input-group { display: block; } .JSRotator .dnnForm .dnnFormItem .input-group .input-group-addon { float: left; width: 35px; height: 35px; line-height: 35px; padding: 0; background-color: transparent; border: 1px solid rgba(59, 30, 119, 0.25); -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; } .JSRotator .dnnForm .dnnFormItem .input-group .input-group-addon i { height: 33px; vertical-align: top; width: 33px; } .JSRotator .dnnForm .dnnFormItem .txt-error-validate { font-style: italic; position: absolute; top: 5px; /*left: calc(82.075% - 97px);*/ left: calc(32.075% + 355px - 18px); color: #fff; background: #d9534f; height: 25px; line-height: 25px; min-width: 110px; text-align: center; } .JSRotator .dnnForm.controls { margin: 0; padding: 10px 0 0 0; border-top: 1px solid rgba(59, 30, 119, 0.25); float: left; } .JSRotator .dnnForm.add-img, .JSRotator .dnnForm.select, .JSRotator .dnnForm.edit, .JSRotator .dnnForm.settings { font-size: 14px; min-height: 475px; } .JSRotator .dnnForm.add-img .dnnFormItem button, .JSRotator .dnnForm.add-img .dnnFormItem input[type="button"], .JSRotator .dnnForm.add-img .dnnFormItem input[type="reset"], .JSRotator .dnnForm.add-img .dnnSecondaryAction, .JSRotator .dnnForm.add-img a.dnnSecondaryAction, .JSRotator .dnnForm.add-img ul.dnnAdminTabNav li a, .JSRotator .dnnForm.add-img .dnnLogin .LoginTabGroup span, .JSRotator .dnnForm.select .dnnFormItem button, .JSRotator .dnnForm.select .dnnFormItem input[type="button"], .JSRotator .dnnForm.select .dnnFormItem input[type="reset"], .JSRotator .dnnForm.select .dnnSecondaryAction, .JSRotator .dnnForm.select a.dnnSecondaryAction, .JSRotator .dnnForm.select ul.dnnAdminTabNav li a, .JSRotator .dnnForm.select .dnnLogin .LoginTabGroup span, .JSRotator .dnnForm.edit .dnnFormItem button, .JSRotator .dnnForm.edit .dnnFormItem input[type="button"], .JSRotator .dnnForm.edit .dnnFormItem input[type="reset"], .JSRotator .dnnForm.edit .dnnSecondaryAction, .JSRotator .dnnForm.edit a.dnnSecondaryAction, .JSRotator .dnnForm.edit ul.dnnAdminTabNav li a, .JSRotator .dnnForm.edit .dnnLogin .LoginTabGroup span, .JSRotator .dnnForm.settings .dnnFormItem button, .JSRotator .dnnForm.settings .dnnFormItem input[type="button"], .JSRotator .dnnForm.settings .dnnFormItem input[type="reset"], .JSRotator .dnnForm.settings .dnnSecondaryAction, .JSRotator .dnnForm.settings a.dnnSecondaryAction, .JSRotator .dnnForm.settings ul.dnnAdminTabNav li a, .JSRotator .dnnForm.settings .dnnLogin .LoginTabGroup span { margin: 0; /*padding: 8px 12px;*/ padding: 0 10px; height: 35px; line-height: 35px; min-width: 35px; color: #fff; background: rgba(59, 30, 119, 0.7); font-family: inherit; font-weight: normal; border: none; text-decoration: none; text-shadow: none; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; box-shadow: none; } .JSRotator .dnnForm.add-img .dnnFormItem button:hover, .JSRotator .dnnForm.add-img .dnnFormItem input[type="button"]:hover, .JSRotator .dnnForm.add-img .dnnFormItem input[type="reset"]:hover, .JSRotator .dnnForm.add-img .dnnSecondaryAction:hover, .JSRotator .dnnForm.add-img a.dnnSecondaryAction:hover, .JSRotator .dnnForm.add-img ul.dnnAdminTabNav li a:hover, .JSRotator .dnnForm.add-img .dnnLogin .LoginTabGroup span:hover, .JSRotator .dnnForm.select .dnnFormItem button:hover, .JSRotator .dnnForm.select .dnnFormItem input[type="button"]:hover, .JSRotator .dnnForm.select .dnnFormItem input[type="reset"]:hover, .JSRotator .dnnForm.select .dnnSecondaryAction:hover, .JSRotator .dnnForm.select a.dnnSecondaryAction:hover, .JSRotator .dnnForm.select ul.dnnAdminTabNav li a:hover, .JSRotator .dnnForm.select .dnnLogin .LoginTabGroup span:hover, .JSRotator .dnnForm.edit .dnnFormItem button:hover, .JSRotator .dnnForm.edit .dnnFormItem input[type="button"]:hover, .JSRotator .dnnForm.edit .dnnFormItem input[type="reset"]:hover, .JSRotator .dnnForm.edit .dnnSecondaryAction:hover, .JSRotator .dnnForm.edit a.dnnSecondaryAction:hover, .JSRotator .dnnForm.edit ul.dnnAdminTabNav li a:hover, .JSRotator .dnnForm.edit .dnnLogin .LoginTabGroup span:hover, .JSRotator .dnnForm.settings .dnnFormItem button:hover, .JSRotator .dnnForm.settings .dnnFormItem input[type="button"]:hover, .JSRotator .dnnForm.settings .dnnFormItem input[type="reset"]:hover, .JSRotator .dnnForm.settings .dnnSecondaryAction:hover, .JSRotator .dnnForm.settings a.dnnSecondaryAction:hover, .JSRotator .dnnForm.settings ul.dnnAdminTabNav li a:hover, .JSRotator .dnnForm.settings .dnnLogin .LoginTabGroup span:hover { background: rgba(59, 30, 119, 0.8); } .JSRotator .dnnForm.add-img a.dnnFormHelp, .JSRotator .dnnForm.select a.dnnFormHelp, .JSRotator .dnnForm.edit a.dnnFormHelp, .JSRotator .dnnForm.settings a.dnnFormHelp { color: rgba(59, 30, 119, 0.7); background: none; top: 0; width: auto; height: auto; font-weight: normal; } .JSRotator .dnnForm.add-img .dnnFormItem input[type="checkbox"] + span, .JSRotator .dnnForm.add-img .dnnFormItem input[type="radio"] + span, .JSRotator .dnnForm.select .dnnFormItem input[type="checkbox"] + span, .JSRotator .dnnForm.select .dnnFormItem input[type="radio"] + span, .JSRotator .dnnForm.edit .dnnFormItem input[type="checkbox"] + span, .JSRotator .dnnForm.edit .dnnFormItem input[type="radio"] + span, .JSRotator .dnnForm.settings .dnnFormItem input[type="checkbox"] + span, .JSRotator .dnnForm.settings .dnnFormItem input[type="radio"] + span { margin: 5px; } .JSRotator .dnnForm.add-img input[type="text"], .JSRotator .dnnForm.add-img select, .JSRotator .dnnForm.add-img textarea, .JSRotator .dnnForm.add-img input[type="email"], .JSRotator .dnnForm.add-img input[type="search"], .JSRotator .dnnForm.add-img input[type="number"], .JSRotator .dnnForm.add-img input[type="date"], .JSRotator .dnnForm.select input[type="text"], .JSRotator .dnnForm.select select, .JSRotator .dnnForm.select textarea, .JSRotator .dnnForm.select input[type="email"], .JSRotator .dnnForm.select input[type="search"], .JSRotator .dnnForm.select input[type="number"], .JSRotator .dnnForm.select input[type="date"], .JSRotator .dnnForm.edit input[type="text"], .JSRotator .dnnForm.edit select, .JSRotator .dnnForm.edit textarea, .JSRotator .dnnForm.edit input[type="email"], .JSRotator .dnnForm.edit input[type="search"], .JSRotator .dnnForm.edit input[type="number"], .JSRotator .dnnForm.edit input[type="date"], .JSRotator .dnnForm.settings input[type="text"], .JSRotator .dnnForm.settings select, .JSRotator .dnnForm.settings textarea, .JSRotator .dnnForm.settings input[type="email"], .JSRotator .dnnForm.settings input[type="search"], .JSRotator .dnnForm.settings input[type="number"], .JSRotator .dnnForm.settings input[type="date"] { margin: 0; border: 1px solid rgba(59, 30, 119, 0.25); color: rgba(59, 30, 119, 0.5); width: 50%; height: 35px; line-height: 35px; max-width: 450px; font-size: 1em; padding: 0 8px; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; box-shadow: none; -webkit-transition: all 300ms ease-out; -moz-transition: all 300ms ease-out; -o-transition: all 300ms ease-out; transition: all 300ms ease-out; } .JSRotator .dnnForm.add-img input[type="text"]:active, .JSRotator .dnnForm.add-img input[type="text"]:focus, .JSRotator .dnnForm.add-img select:active, .JSRotator .dnnForm.add-img select:focus, .JSRotator .dnnForm.add-img textarea:active, .JSRotator .dnnForm.add-img textarea:focus, .JSRotator .dnnForm.add-img input[type="email"]:active, .JSRotator .dnnForm.add-img input[type="email"]:focus, .JSRotator .dnnForm.add-img input[type="search"]:active, .JSRotator .dnnForm.add-img input[type="search"]:focus, .JSRotator .dnnForm.add-img input[type="number"]:active, .JSRotator .dnnForm.add-img input[type="number"]:focus, .JSRotator .dnnForm.add-img input[type="date"]:active, .JSRotator .dnnForm.add-img input[type="date"]:focus, .JSRotator .dnnForm.select input[type="text"]:active, .JSRotator .dnnForm.select input[type="text"]:focus, .JSRotator .dnnForm.select select:active, .JSRotator .dnnForm.select select:focus, .JSRotator .dnnForm.select textarea:active, .JSRotator .dnnForm.select textarea:focus, .JSRotator .dnnForm.select input[type="email"]:active, .JSRotator .dnnForm.select input[type="email"]:focus, .JSRotator .dnnForm.select input[type="search"]:active, .JSRotator .dnnForm.select input[type="search"]:focus, .JSRotator .dnnForm.select input[type="number"]:active, .JSRotator .dnnForm.select input[type="number"]:focus, .JSRotator .dnnForm.select input[type="date"]:active, .JSRotator .dnnForm.select input[type="date"]:focus, .JSRotator .dnnForm.edit input[type="text"]:active, .JSRotator .dnnForm.edit input[type="text"]:focus, .JSRotator .dnnForm.edit select:active, .JSRotator .dnnForm.edit select:focus, .JSRotator .dnnForm.edit textarea:active, .JSRotator .dnnForm.edit textarea:focus, .JSRotator .dnnForm.edit input[type="email"]:active, .JSRotator .dnnForm.edit input[type="email"]:focus, .JSRotator .dnnForm.edit input[type="search"]:active, .JSRotator .dnnForm.edit input[type="search"]:focus, .JSRotator .dnnForm.edit input[type="number"]:active, .JSRotator .dnnForm.edit input[type="number"]:focus, .JSRotator .dnnForm.edit input[type="date"]:active, .JSRotator .dnnForm.edit input[type="date"]:focus, .JSRotator .dnnForm.settings input[type="text"]:active, .JSRotator .dnnForm.settings input[type="text"]:focus, .JSRotator .dnnForm.settings select:active, .JSRotator .dnnForm.settings select:focus, .JSRotator .dnnForm.settings textarea:active, .JSRotator .dnnForm.settings textarea:focus, .JSRotator .dnnForm.settings input[type="email"]:active, .JSRotator .dnnForm.settings input[type="email"]:focus, .JSRotator .dnnForm.settings input[type="search"]:active, .JSRotator .dnnForm.settings input[type="search"]:focus, .JSRotator .dnnForm.settings input[type="number"]:active, .JSRotator .dnnForm.settings input[type="number"]:focus, .JSRotator .dnnForm.settings input[type="date"]:active, .JSRotator .dnnForm.settings input[type="date"]:focus { color: #3b1e77; background: #fff; border: 1px solid #3b1e77; outline: none; -moz-box-shadow: 0 0 6px 1px rgba(59, 30, 119, 0.5); -webkit-box-shadow: 0 0 6px 1px rgba(59, 30, 119, 0.5); -o-box-shadow: 0 0 6px 1px rgba(59, 30, 119, 0.5); box-shadow: 0 0 6px 1px rgba(59, 30, 119, 0.5); } .JSRotator .dnnForm.add-img input[type="text"][disabled="disabled"], .JSRotator .dnnForm.add-img select[disabled="disabled"], .JSRotator .dnnForm.add-img textarea[disabled="disabled"], .JSRotator .dnnForm.add-img input[type="email"][disabled="disabled"], .JSRotator .dnnForm.add-img input[type="search"][disabled="disabled"], .JSRotator .dnnForm.add-img input[type="number"][disabled="disabled"], .JSRotator .dnnForm.add-img input[type="date"][disabled="disabled"], .JSRotator .dnnForm.select input[type="text"][disabled="disabled"], .JSRotator .dnnForm.select select[disabled="disabled"], .JSRotator .dnnForm.select textarea[disabled="disabled"], .JSRotator .dnnForm.select input[type="email"][disabled="disabled"], .JSRotator .dnnForm.select input[type="search"][disabled="disabled"], .JSRotator .dnnForm.select input[type="number"][disabled="disabled"], .JSRotator .dnnForm.select input[type="date"][disabled="disabled"], .JSRotator .dnnForm.edit input[type="text"][disabled="disabled"], .JSRotator .dnnForm.edit select[disabled="disabled"], .JSRotator .dnnForm.edit textarea[disabled="disabled"], .JSRotator .dnnForm.edit input[type="email"][disabled="disabled"], .JSRotator .dnnForm.edit input[type="search"][disabled="disabled"], .JSRotator .dnnForm.edit input[type="number"][disabled="disabled"], .JSRotator .dnnForm.edit input[type="date"][disabled="disabled"], .JSRotator .dnnForm.settings input[type="text"][disabled="disabled"], .JSRotator .dnnForm.settings select[disabled="disabled"], .JSRotator .dnnForm.settings textarea[disabled="disabled"], .JSRotator .dnnForm.settings input[type="email"][disabled="disabled"], .JSRotator .dnnForm.settings input[type="search"][disabled="disabled"], .JSRotator .dnnForm.settings input[type="number"][disabled="disabled"], .JSRotator .dnnForm.settings input[type="date"][disabled="disabled"] { color: #3b1e77; width: calc(50% - 50px); display: inline-block; border: none; background: none; padding: 0; cursor: default; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; box-shadow: none; } .JSRotator .dnnForm.add-img select, .JSRotator .dnnForm.select select, .JSRotator .dnnForm.edit select, .JSRotator .dnnForm.settings select { padding: 0 5px; width: 100px; } .JSRotator .dnnForm.add-img .dnnFormItem .bs-searchbox input[type="text"], .JSRotator .dnnForm.add-img .dnnFormItem .bs-searchbox select, .JSRotator .dnnForm.add-img .dnnFormItem .bs-searchbox textarea, .JSRotator .dnnForm.add-img .dnnFormItem .bs-searchbox input[type="email"], .JSRotator .dnnForm.add-img .dnnFormItem .bs-searchbox input[type="search"], .JSRotator .dnnForm.add-img .dnnFormItem .bs-searchbox input[type="number"], .JSRotator .dnnForm.add-img .dnnFormItem .bs-searchbox input[type="date"], .JSRotator .dnnForm.select .dnnFormItem .bs-searchbox input[type="text"], .JSRotator .dnnForm.select .dnnFormItem .bs-searchbox select, .JSRotator .dnnForm.select .dnnFormItem .bs-searchbox textarea, .JSRotator .dnnForm.select .dnnFormItem .bs-searchbox input[type="email"], .JSRotator .dnnForm.select .dnnFormItem .bs-searchbox input[type="search"], .JSRotator .dnnForm.select .dnnFormItem .bs-searchbox input[type="number"], .JSRotator .dnnForm.select .dnnFormItem .bs-searchbox input[type="date"], .JSRotator .dnnForm.edit .dnnFormItem .bs-searchbox input[type="text"], .JSRotator .dnnForm.edit .dnnFormItem .bs-searchbox select, .JSRotator .dnnForm.edit .dnnFormItem .bs-searchbox textarea, .JSRotator .dnnForm.edit .dnnFormItem .bs-searchbox input[type="email"], .JSRotator .dnnForm.edit .dnnFormItem .bs-searchbox input[type="search"], .JSRotator .dnnForm.edit .dnnFormItem .bs-searchbox input[type="number"], .JSRotator .dnnForm.edit .dnnFormItem .bs-searchbox input[type="date"], .JSRotator .dnnForm.settings .dnnFormItem .bs-searchbox input[type="text"], .JSRotator .dnnForm.settings .dnnFormItem .bs-searchbox select, .JSRotator .dnnForm.settings .dnnFormItem .bs-searchbox textarea, .JSRotator .dnnForm.settings .dnnFormItem .bs-searchbox input[type="email"], .JSRotator .dnnForm.settings .dnnFormItem .bs-searchbox input[type="search"], .JSRotator .dnnForm.settings .dnnFormItem .bs-searchbox input[type="number"], .JSRotator .dnnForm.settings .dnnFormItem .bs-searchbox input[type="date"] { width: 100%; } .JSRotator .dnnForm.edit .dnnFormItem table { border: none; width: 100%; margin: 0; } .JSRotator .dnnForm.edit .dnnFormItem table.scroll th { float: left; width: calc((100% - 492px)/4); } .JSRotator .dnnForm.edit .dnnFormItem table.scroll th.add-custom { width: 16px; height: 50px; } .JSRotator .dnnForm.edit .dnnFormItem table thead, .JSRotator .dnnForm.edit .dnnFormItem table tbody { clear: both; display: block; } .JSRotator .dnnForm.edit .dnnFormItem table thead tr { display: block; } .JSRotator .dnnForm.edit .dnnFormItem table thead tr > th { padding-top: 15px; padding-bottom: 15px; } .JSRotator .dnnForm.edit .dnnFormItem table thead tr > th input[type="checkbox"] + span, .JSRotator .dnnForm.edit .dnnFormItem table thead tr > th input[type="radio"] + span { margin: 0 5px; } .JSRotator .dnnForm.edit .dnnFormItem table tbody { max-height: 185px; overflow-y: auto; overflow-x: hidden; } .JSRotator .dnnForm.edit .dnnFormItem table tbody input[type="checkbox"] + span, .JSRotator .dnnForm.edit .dnnFormItem table tbody input[type="radio"] + span { margin: 7.5px 5px; } .JSRotator .dnnForm.edit .dnnFormItem table tbody tr { width: 100%; float: left; } .JSRotator .dnnForm.edit .dnnFormItem table tr th, .JSRotator .dnnForm.edit .dnnFormItem table tr td { display: block; float: left; width: calc((100% - 475px)/4); vertical-align: middle; } .JSRotator .dnnForm.edit .dnnFormItem table tr th:nth-child(1), .JSRotator .dnnForm.edit .dnnFormItem table tr td:nth-child(1) { width: 45px; } .JSRotator .dnnForm.edit .dnnFormItem table tr th:nth-child(2), .JSRotator .dnnForm.edit .dnnFormItem table tr td:nth-child(2) { width: 60px; } .JSRotator .dnnForm.edit .dnnFormItem table tr th:nth-child(9), .JSRotator .dnnForm.edit .dnnFormItem table tr td:nth-child(9) { width: 70px; } .JSRotator .dnnForm.edit .dnnFormItem table tr th.custom-fx, .JSRotator .dnnForm.edit .dnnFormItem table tr td.custom-fx { width: 150px; } .JSRotator .dnnForm.edit .dnnFormItem table tr > th { color: rgba(255, 255, 255, 0.8); background-color: rgba(59, 30, 119, 0.8); border: none; } .JSRotator .dnnForm.edit .dnnFormItem table tr > th .dnnCheckbox img { background-position: -100px 0px; } .JSRotator .dnnForm.edit .dnnFormItem table tr > th .dnnCheckbox-checked img { background-position: -150px 0px; } .JSRotator .dnnForm.edit .dnnFormItem table tr > td { word-break: break-all; word-wrap: break-word; word-spacing: normal; } .JSRotator .dnnForm.edit .dnnFormItem table tr > td input[type="text"], .JSRotator .dnnForm.edit .dnnFormItem table tr > td select, .JSRotator .dnnForm.edit .dnnFormItem table tr > td textarea, .JSRotator .dnnForm.edit .dnnFormItem table tr > td input[type="email"], .JSRotator .dnnForm.edit .dnnFormItem table tr > td input[type="search"], .JSRotator .dnnForm.edit .dnnFormItem table tr > td input[type="number"], .JSRotator .dnnForm.edit .dnnFormItem table tr > td input[type="date"] { width: 100%; } .JSRotator .dnnForm.edit .dnnFormItem table tr > td input[type="text"][disabled="disabled"], .JSRotator .dnnForm.edit .dnnFormItem table tr > td select[disabled="disabled"], .JSRotator .dnnForm.edit .dnnFormItem table tr > td textarea[disabled="disabled"], .JSRotator .dnnForm.edit .dnnFormItem table tr > td input[type="email"][disabled="disabled"], .JSRotator .dnnForm.edit .dnnFormItem table tr > td input[type="search"][disabled="disabled"], .JSRotator .dnnForm.edit .dnnFormItem table tr > td input[type="number"][disabled="disabled"], .JSRotator .dnnForm.edit .dnnFormItem table tr > td input[type="date"][disabled="disabled"] { padding: 0; height: 35px; line-height: 35px; } .JSRotator .dnnForm.edit .dnnFormItem table tr > td a { width: 50%; min-width: 25px; height: 35px; line-height: 35px; margin: 0; padding: 0; text-align: center; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active { position: fixed; z-index: 9999; width: 95%; left: 2.5%; top: calc((100% + 30px)/2); background-color: rgba(59, 30, 119, 0.7); color: #fff; -moz-box-shadow: 0 8px 30px -6px #000; -webkit-box-shadow: 0 8px 30px -6px #000; -o-box-shadow: 0 8px 30px -6px #000; box-shadow: 0 8px 30px -6px #000; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td { background: none; border: none; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="text"], .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td select, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td textarea, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="email"], .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="search"], .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="number"], .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="date"] { border: none; background: none; color: #fff; cursor: pointer; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="text"]:hover, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td select:hover, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td textarea:hover, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="email"]:hover, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="search"]:hover, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="number"]:hover, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="date"]:hover { background: rgba(255, 255, 255, 0.15); } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="text"]:focus, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td select:focus, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td textarea:focus, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="email"]:focus, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="search"]:focus, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="number"]:focus, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="date"]:focus { background-color: #fff; color: #3b1e77; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="text"][disabled=disabled], .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td select[disabled=disabled], .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td textarea[disabled=disabled], .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="email"][disabled=disabled], .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="search"][disabled=disabled], .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="number"][disabled=disabled], .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="date"][disabled=disabled] { color: #fff; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="text"].error, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td select.error, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td textarea.error, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="email"].error, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="search"].error, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="number"].error, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="date"].error { background: rgba(217, 83, 79, 0.7); } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td ::-webkit-input-placeholder { color: #fff; font-style: italic; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td :-moz-placeholder { color: #fff; font-style: italic; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td ::-moz-placeholder { color: #fff; font-style: italic; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td :-ms-input-placeholder { color: #fff; font-style: italic; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td.edit-cell { display: block; float: left; width: 100%; padding: 3px; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td.edit-cell input[type="text"], .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td.edit-cell select, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td.edit-cell textarea, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td.edit-cell input[type="email"], .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td.edit-cell input[type="search"], .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td.edit-cell input[type="number"], .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td.edit-cell input[type="date"] { max-width: calc(100% - 50px); line-height: 50px; height: 50px; padding: 0 15px; float: left; background-color: #fff; color: #3b1e77; cursor: text; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; box-shadow: none; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td.edit-cell ::-webkit-input-placeholder { color: rgba(59, 30, 119, 0.25); font-style: italic; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td.edit-cell :-moz-placeholder { color: rgba(59, 30, 119, 0.25); font-style: italic; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td.edit-cell ::-moz-placeholder { color: rgba(59, 30, 119, 0.25); font-style: italic; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td.edit-cell :-ms-input-placeholder { color: rgba(59, 30, 119, 0.25); font-style: italic; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td.edit-cell select { cursor: default; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td.edit-cell .btn { min-width: 50px; padding: 0; height: 50px; color: rgba(59, 30, 119, 0.7); background: #fff; float: left; line-height: normal; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td.edit-cell .btn:hover { background: #fff; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td.no-edit-cell { display: none; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td .btn { background-color: transparent; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td .btn:hover { background: rgba(255, 255, 255, 0.15); } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td .btn[aria-expanded=true] { background-color: rgba(59, 30, 119, 0.7); color: #fff; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td .dropdown-menu { background-color: rgba(59, 30, 119, 0.5); border: none; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td .dropdown-menu > li > a { width: 100%; padding: 0 10px; text-align: left; color: #fff; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td .dropdown-menu > li > a:focus, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td .dropdown-menu > li > a:hover { background-color: rgba(255, 255, 255, 0.8); color: #3b1e77; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td .dropdown-menu > li > a span.text { margin: 0; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td .dropdown-menu > li > a span.check-mark { color: #3b1e77; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td .dropdown-menu > li.selected a { background-color: rgba(255, 255, 255, 0.8); color: #3b1e77; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td .dropdown-menu > li.selected a span.check-mark { top: 0; right: 7px; margin: 0; line-height: 30px; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td .dnnCheckbox img { background-position: -100px 0px; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td .dnnCheckbox-checked img { background-position: -150px 0px; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active .btn.disabled, .JSRotator .dnnForm.edit .dnnFormItem table tr.active .btn.aspNetDisabled { color: rgba(255, 255, 255, 0.5); } .JSRotator .dnnForm.edit .dnnFormItem table .btn.disabled { background-color: transparent; color: #3b1e77; opacity: 0.5; cursor: default; padding: 0; } .JSRotator .dnnForm.edit .dnnFormItem table .btn.disabled:hover { background-color: transparent; } .JSRotator .dnnForm.edit .dnnFormItem img.row-img { height: 35px; width: auto; max-width: 100% !important; } .JSRotator .dnnForm.select .dnnFormItem table { border: none; width: 100%; margin: 0; } .JSRotator .dnnForm.select .dnnFormItem table.scroll th { float: left; width: calc((100% - 81px)/6); } .JSRotator .dnnForm.select .dnnFormItem table.scroll th.add-custom { width: 16px; height: 50px; } .JSRotator .dnnForm.select .dnnFormItem table thead, .JSRotator .dnnForm.select .dnnFormItem table tbody { clear: both; display: block; } .JSRotator .dnnForm.select .dnnFormItem table thead tr { display: block; } .JSRotator .dnnForm.select .dnnFormItem table thead tr > th { padding-top: 15px; padding-bottom: 15px; } .JSRotator .dnnForm.select .dnnFormItem table tbody { max-height: 245px; overflow-y: auto; overflow-x: hidden; } .JSRotator .dnnForm.select .dnnFormItem table tbody tr { width: 100%; float: left; } .JSRotator .dnnForm.select .dnnFormItem table tbody tr td span { width: 100%; min-height: 40px; display: block; } .JSRotator .dnnForm.select .dnnFormItem table tr th, .JSRotator .dnnForm.select .dnnFormItem table tr td { display: block; float: left; width: calc((100% - 65px)/6); vertical-align: middle; } .JSRotator .dnnForm.select .dnnFormItem table tr th:nth-child(1), .JSRotator .dnnForm.select .dnnFormItem table tr td:nth-child(1) { width: 65px; } .JSRotator .dnnForm.select .dnnFormItem table tr > th { color: rgba(255, 255, 255, 0.8); background-color: rgba(59, 30, 119, 0.8); border: none; } .JSRotator .dnnForm.select .dnnFormItem table tr > td { word-break: break-all; word-wrap: break-word; word-spacing: normal; line-height: 40px; } .JSRotator .dnnForm.select .dnnFormItem img.row-img { height: 40px; width: auto; max-width: 100%; } .JSRotator .dnnForm.select .link-delete { margin-right: 10px; float: right; } .JSRotator .dnnForm.settings .dnnFormItem table { width: auto; } .JSRotator .dnnForm.settings .dnnFormItem table tbody { height: auto; } .JSRotator .dnnForm.settings .dnnFormItem table tr > th { border: none; } .JSRotator .dnnForm.settings .dnnFormItem table tr > th:last-child { min-width: 70px; } .JSRotator .dnnForm.settings .dnnFormItem table tr > td { border: none; } .JSRotator .dnnForm.settings .dnnFormItem table tr > td:last-child { min-width: 70px; } .JSRotator .pnlControlHolder .pnl-info { background: rgba(0, 0, 0, 0.5); float: left; } .JSRotator .pnlControlHolder .pnl-info h1, .JSRotator .pnlControlHolder .pnl-info h2, .JSRotator .pnlControlHolder .pnl-info h3, .JSRotator .pnlControlHolder .pnl-info h4, .JSRotator .pnlControlHolder .pnl-info h5, .JSRotator .pnlControlHolder .pnl-info h6 { color: #fff; float: left; } .JSRotator .pnlControlHolder .pnl-info span { display: block; color: #fff; float: left; } .JSRotator .pnlControlHolder .pnl-info a { color: #fff; } .JSRotator .pnlControlHolder .btn-group { float: left; text-align: center; } .JSRotator .pnlControlHolder .btn-group .btn { background-color: rgba(0, 0, 0, 0.5); padding: 0; } .JSRotator .pnlControlHolder .btn-group .btn:hover, .JSRotator .pnlControlHolder .btn-group .btn:focus, .JSRotator .pnlControlHolder .btn-group .btn:active, .JSRotator .pnlControlHolder .btn-group .btn.active { background-color: rgba(0, 0, 0, 0.8); } .JSRotator .pnlControlHolder.body { position: fixed; bottom: 10px; left: 10px; } .JSRotator .pnlControlHolder.body .pnl-info { height: 50px; line-height: 50px; } .JSRotator .pnlControlHolder.body .pnl-info h1, .JSRotator .pnlControlHolder.body .pnl-info h2, .JSRotator .pnlControlHolder.body .pnl-info h3, .JSRotator .pnlControlHolder.body .pnl-info h4, .JSRotator .pnlControlHolder.body .pnl-info h5, .JSRotator .pnlControlHolder.body .pnl-info h6 { height: 50px; line-height: 45px; margin: 0 10px; } .JSRotator .pnlControlHolder.body .pnl-info span { margin-right: 10px; } .JSRotator .pnlControlHolder.body .btn-group { padding: 0; } .JSRotator .pnlControlHolder.body .btn-group .btn { width: 50px; height: 50px; line-height: 60px; } .JSRotator .pnlControlHolder.container { position: absolute; bottom: 0; left: 0; padding: 0; width: 100%; } .JSRotator .pnlControlHolder.container .pnl-info { height: 30px; line-height: 30px; } .JSRotator .pnlControlHolder.container .pnl-info h1, .JSRotator .pnlControlHolder.container .pnl-info h2, .JSRotator .pnlControlHolder.container .pnl-info h3, .JSRotator .pnlControlHolder.container .pnl-info h4, .JSRotator .pnlControlHolder.container .pnl-info h5, .JSRotator .pnlControlHolder.container .pnl-info h6 { height: 30px; line-height: 28px; margin: 0 10px; } .JSRotator .pnlControlHolder.container .pnl-info h3 { font-size: 1.571em; } .JSRotator .pnlControlHolder.container .pnl-info span { margin-right: 10px; } .JSRotator .pnlControlHolder.container .btn-group { padding: 0; } .JSRotator .pnlControlHolder.container .btn-group .btn { width: 30px; height: 30px; line-height: 30px; } .JSRotator .btn-group.form-control { width: 50%; max-width: 450px; } .JSRotator .btn-group:focus { outline: none; border: none; } .JSRotator .btn-group .btn + .btn, .JSRotator .btn-group .btn + .btn-group, .JSRotator .btn-group .btn-group + .btn, .JSRotator .btn-group .btn-group + .btn-group { margin-left: 0; } .JSRotator .btn-group .btn + .btn:focus, .JSRotator .btn-group .btn + .btn-group:focus, .JSRotator .btn-group .btn-group + .btn:focus, .JSRotator .btn-group .btn-group + .btn-group:focus { outline: none; border: none; } .JSRotator .dropup .dropdown-menu { border: 1px solid rgba(59, 30, 119, 0.7); border-bottom: none; margin-bottom: 0; } .JSRotator .bs-actionsbox, .JSRotator .bs-donebutton, .JSRotator .bs-searchbox { padding: 0; } .JSRotator .bs-searchbox + .bs-actionsbox { padding: 0; } .JSRotator .input-group .input-group-addon { height: 60px; line-height: 60px; padding: 0 20px; border: none; background-color: rgba(59, 30, 119, 0.7); color: #fff; cursor: default; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; } .JSRotator .input-group .input-group-addon i { height: 33px; width: 33px; line-height: 33px; display: block; } .JSRotator .input-group .input-group-addon strong { color: #fff; } .JSRotator .input-group input[type=text] { border: 1px solid rgba(59, 30, 119, 0.7); border-left: none; padding: 20px 10px; height: inherit; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; box-shadow: none; } .JSRotator .input-group input[type=text][disabled=disabled], .JSRotator .input-group input[type=text].aspNetDisabled { border: none; background: rgba(59, 30, 119, 0.7); color: #fff; cursor: default; } .JSRotator .pnl-owner-info { text-align: left; background: rgba(59, 30, 119, 0.8); } .JSRotator .pnl-owner-info .owner-wrapper { padding: 10px 15px; } .JSRotator .pnl-owner-info .owner-wrapper span, .JSRotator .pnl-owner-info .owner-wrapper strong, .JSRotator .pnl-owner-info .owner-wrapper a, .JSRotator .pnl-owner-info .owner-wrapper a:link, .JSRotator .pnl-owner-info .owner-wrapper .btn { color: #fff; } .JSRotator .pnl-owner-info .owner-wrapper span { display: block; line-height: 30px; } .JSRotator .popup { position: fixed; top: 0; left: 0; margin: 0; text-align: center; background: rgba(255, 255, 255, 0.7); width: 100%; height: 100%; z-index: 9998; } .JSRotator .popup.confirm-box .popup-wrapper { top: calc((100% - 315px)/2); } .JSRotator .popup.auto-close-box .popup-wrapper { top: calc((100% - 274px)/2); } .JSRotator .popup.overlay .popup-wrapper { top: 100px; position: relative; } .JSRotator .popup.overlay .popup-wrapper .popup-icon { color: rgba(59, 30, 119, 0.7); } .JSRotator .popup.overlay .popup-wrapper h1, .JSRotator .popup.overlay .popup-wrapper h2, .JSRotator .popup.overlay .popup-wrapper h3, .JSRotator .popup.overlay .popup-wrapper h4, .JSRotator .popup.overlay .popup-wrapper h5, .JSRotator .popup.overlay .popup-wrapper h6 { color: rgba(59, 30, 119, 0.7); } .JSRotator .popup.overlay .popup-wrapper h3 { font-size: 1rem; } .JSRotator .popup.overlay .popup-wrapper h4 { font-size: 0.85rem; } .JSRotator .popup.overlay .popup-wrapper input[type=text] { height: 60px; line-height: 60px; padding: 0 10px; text-align: center; font-size: 1.5em; border: none; background: rgba(59, 30, 119, 0.7); color: #fff; } .JSRotator .popup.overlay .popup-wrapper input[type=text]:focus { background: rgba(59, 30, 119, 0.8); } .JSRotator .popup.overlay .popup-wrapper input[type=text]::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.35) !important; font-style: italic; } .JSRotator .popup.overlay .popup-wrapper input[type=text]:-moz-placeholder { color: rgba(255, 255, 255, 0.35) !important; font-style: italic; } .JSRotator .popup.overlay .popup-wrapper input[type=text]::-moz-placeholder { color: rgba(255, 255, 255, 0.35) !important; font-style: italic; } .JSRotator .popup.overlay .popup-wrapper input[type=text]:-ms-input-placeholder { color: rgba(255, 255, 255, 0.35) !important; font-style: italic; } .JSRotator .popup .popup-wrapper { position: relative; width: 60%; left: 20%; padding: 15px; } .JSRotator .popup .popup-wrapper h1, .JSRotator .popup .popup-wrapper h2, .JSRotator .popup .popup-wrapper h3, .JSRotator .popup .popup-wrapper h4, .JSRotator .popup .popup-wrapper h5, .JSRotator .popup .popup-wrapper h6 { border: none; padding: 0; margin: 0; } .JSRotator .popup .popup-wrapper .popup-icon { display: block; } .JSRotator .popup .popup-wrapper .popup-icon .fa { font-size: 15em; text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15); } .JSRotator .popup .popup-wrapper .popup-msg { display: block; margin: 10px 0 10px 0; word-wrap: break-word; word-break: break-all; } .JSRotator .popup .popup-wrapper .input-group-btn .btn { height: 60px; line-height: 70px; margin: 0; padding: 0 15px; } .JSRotator .popup .popup-wrapper .input-group-btn .fa { font-size: 2em; } .JSRotator .popup .popup-wrapper .alert { margin: 15px 0 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; } .JSRotator .popup .popup-wrapper .btn-group { margin-top: 15px; } .JSRotator .popup .popup-wrapper .btn-group .btn { margin: 0; } .JSRotator .popup .popup-wrapper .btn-group.more-space-top { margin-top: 30px; } .JSRotator .popup .popup-wrapper .btn-group.no-spacing { margin: 0; } .JSRotator .popup .popup-wrapper .btn { border: none; margin: 15px 0 0 0; padding: 10px 15px; } .JSRotator .popup .popup-wrapper .btn.active { background: rgba(59, 30, 119, 0.8); } .JSRotator .popup .popup-wrapper .progress-bar { position: absolute; left: 0; bottom: 0; width: 0; height: 2px; -webkit-transition: width 3000ms ease-out; -moz-transition: width 3000ms ease-out; -o-transition: width 3000ms ease-out; transition: width 3000ms ease-out; -webkit-transition-delay: 0; -moz-transition-delay: 0; -o-transition-delay: 0; transition-delay: 0; } .JSRotator .popup .popup-wrapper .close-action { position: absolute; background-color: transparent; color: rgba(59, 30, 119, 0.7); border: none; top: -70px; right: -70px; padding: 0; margin: 0; width: 70px; height: 70px; line-height: 70px; } .JSRotator .popup .popup-wrapper .close-action:hover { background-color: rgba(59, 30, 119, 0.7); color: #fff; } .JSRotator .popup.success .popup-wrapper .popup-icon { color: #27ae60; } .JSRotator .popup.success .popup-wrapper h1, .JSRotator .popup.success .popup-wrapper h2, .JSRotator .popup.success .popup-wrapper h3, .JSRotator .popup.success .popup-wrapper h4, .JSRotator .popup.success .popup-wrapper h5, .JSRotator .popup.success .popup-wrapper h6 { color: #27ae60; } .JSRotator .popup.success .popup-wrapper .btn.close-action:hover { background-color: #27ae60; } .JSRotator .popup.success .popup-wrapper .progress-bar { background: #27ae60; } .JSRotator .popup.success .popup-wrapper .pnl-owner-info { background: #27ae60; } .JSRotator .popup.success .popup-wrapper .close-action { color: #27ae60; } .JSRotator .popup.success .popup-wrapper .close-action:hover { color: #fff; background-color: #27ae60; } .JSRotator .popup.warning .popup-wrapper .popup-icon { color: #d9534f; } .JSRotator .popup.warning .popup-wrapper h1, .JSRotator .popup.warning .popup-wrapper h2, .JSRotator .popup.warning .popup-wrapper h3, .JSRotator .popup.warning .popup-wrapper h4, .JSRotator .popup.warning .popup-wrapper h5, .JSRotator .popup.warning .popup-wrapper h6 { color: #d9534f; } .JSRotator .popup.warning .popup-wrapper .btn { background: #d9534f; } .JSRotator .popup.warning .popup-wrapper .btn.close-action { background: none; } .JSRotator .popup.warning .popup-wrapper .btn.close-action:hover { background-color: #d9534f; } .JSRotator .popup.warning .popup-wrapper .btn:hover { background-color: #c9302c; } .JSRotator .popup.warning .popup-wrapper .progress-bar { background: #d9534f; } .JSRotator .popup.warning .popup-wrapper .input-group-addon { background: #d9534f; } .JSRotator .popup.warning .popup-wrapper input[type=text] { background: #d9534f; } .JSRotator .popup.warning .popup-wrapper input[type=text]:focus { background: #c9302c; } .JSRotator .popup.warning .popup-wrapper .pnl-owner-info { background: #d9534f; } .JSRotator .popup.warning .popup-wrapper .close-action { color: #d9534f; background-color: none; } .JSRotator .popup.warning .popup-wrapper .close-action:hover { color: #fff; background-color: #d9534f; } .JSRotator .pnl-admin .btn.btn-primary { background-color: rgba(0, 0, 0, 0.5); } .JSRotator .pnl-admin .btn.btn-primary:hover, .JSRotator .pnl-admin .btn.btn-primary:focus, .JSRotator .pnl-admin .btn.btn-primary:active, .JSRotator .pnl-admin .btn.btn-primary.active { background-color: rgba(0, 0, 0, 0.8); } .JSRotator .pnl-admin .content-holder { float: left; color: #fff; background-color: rgba(0, 0, 0, 0.5); padding: 10px 15px; } .JSRotator .pnl-admin .content-holder.success { background-color: #5cb85c; } .JSRotator .pnl-admin .content-holder.warning { background-color: #d9534f; } .JSRotator .btn { line-height: normal; border: none; padding: 10px 15px; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; -webkit-transition: all 300ms ease-out; -moz-transition: all 300ms ease-out; -o-transition: all 300ms ease-out; transition: all 300ms ease-out; } .JSRotator .btn.btn-primary { background-color: rgba(59, 30, 119, 0.7); color: #fff; } .JSRotator .btn.btn-primary:hover, .JSRotator .btn.btn-primary:focus, .JSRotator .btn.btn-primary:active, .JSRotator .btn.btn-primary.active { background-color: rgba(59, 30, 119, 0.8); text-decoration: none; } .JSRotator .btn.btn-default { color: rgba(59, 30, 119, 0.7); background: rgba(59, 30, 119, 0.15); } .JSRotator .btn.btn-default:hover, .JSRotator .btn.btn-default:focus, .JSRotator .btn.btn-default:active { color: #fff; background-color: rgba(59, 30, 119, 0.7); } .JSRotator .btn:hover, .JSRotator .btn:focus, .JSRotator .btn:active { border: none; outline: none; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; box-shadow: none; } .JSRotator .btn[disabled=disabled], .JSRotator .btn.aspNetDisabled, .JSRotator .btn.dnnDisabled { color: rgba(255, 255, 255, 0.5); } .JSRotator .btn[disabled=disabled]:hover, .JSRotator .btn.aspNetDisabled:hover, .JSRotator .btn.dnnDisabled:hover { background-color: rgba(59, 30, 119, 0.7); } .JSRotator .dropdown-menu { border: 1px solid rgba(59, 30, 119, 0.7); border-top: none; box-shadow: none; /*background-color: $dark-alpha-md;*/ margin-top: 0; padding: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; } .JSRotator .dropdown-menu > li > a { color: rgba(59, 30, 119, 0.7); padding: 8px; outline: none; } .JSRotator .dropdown-menu > li > a:hover { color: #3b1e77; } .JSRotator .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark { margin-top: 10px; color: rgba(59, 30, 119, 0.7); } .JSRotator .bootstrap-select.btn-group.show-tick .dropdown-menu li.disabled a { color: #ccc; background: rgba(59, 30, 119, 0.05); } .JSRotator .bootstrap-select.btn-group.show-tick .dropdown-menu li.disabled a span.check-mark { color: #ccc; } .JSRotator .tooltip { z-index: 9999; } .JSRotator .tooltip.in { filter: alpha(opacity=100); opacity: 1; } .JSRotator .tooltip.top .tooltip-arrow { border-top-color: rgba(0, 0, 0, 0.8); } .JSRotator .tooltip.top-left .tooltip-arrow { border-top-color: rgba(0, 0, 0, 0.8); } .JSRotator .tooltip.top-right .tooltip-arrow { border-top-color: rgba(0, 0, 0, 0.8); } .JSRotator .tooltip.right .tooltip-arrow { border-right-color: rgba(0, 0, 0, 0.8); } .JSRotator .tooltip.left .tooltip-arrow { border-left-color: rgba(0, 0, 0, 0.8); } .JSRotator .tooltip.bottom .tooltip-arrow { border-bottom-color: rgba(0, 0, 0, 0.8); } .JSRotator .tooltip.bottom-left .tooltip-arrow { border-bottom-color: rgba(0, 0, 0, 0.8); } .JSRotator .tooltip.bottom-right .tooltip-arrow { border-bottom-color: rgba(0, 0, 0, 0.8); } .JSRotator .tooltip .tooltip-inner { background-color: rgba(0, 0, 0, 0.8); -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; } .JSRotator .ellipsis { overflow: hidden; text-overflow: ellipsis; } .JSRotator .hidden { display: none !important; visibility: hidden !important; } .JSRotator .aspNetDisabled, .JSRotator a.aspNetDisabled, .JSRotator .dnnDisabled, .JSRotator a.dnnDisabled, .JSRotator [disabled=disabled] { color: rgba(59, 30, 119, 0.25); cursor: default; } .JSRotator .popover { z-index: 9999; } .JSRotator .row { margin: 0; } .JSRotator .row > div { padding: 0; } .JSRotator .scroll-action { position: fixed; bottom: 0; right: 15px; display: none; z-index: 9999; } .JSRotator .scroll-action.btn { padding: 0; width: 50px; height: 50px; line-height: 50px; border-color: transparent; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; -webkit-transition: background-color 300ms ease-out; -moz-transition: background-color 300ms ease-out; -o-transition: background-color 300ms ease-out; transition: background-color 300ms ease-out; } .JSRotator .scroll-action.btn.btn-primary { background-color: rgba(59, 30, 119, 0.7); border-color: transparent; } .JSRotator .scroll-action.btn.btn-primary:hover { background-color: rgba(59, 30, 119, 0.8); border-color: transparent; } .JSRotator .scroll-action.btn:hover { border-color: transparent; } .JSRotator .scroll-action.btn:active { -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; box-shadow: none; } .JSRotator .dnnForm .dnnFormItem select option[disabled="disabled"], .JSRotator .dnnForm .dnnFormItem select option[disabled] { color: #ccc; } .JSRotator .view .pnl-admin { text-align: right; float: right; } .JSRotator .view .pnl-admin .form-control { width: 25%; height: 39px; line-height: normal; float: left; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; box-shadow: none; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; } .JSRotator .view .pnl-admin strong { color: #fff; } .JSRotator ::-webkit-input-placeholder { color: rgba(59, 30, 119, 0.25); font-style: italic; } .JSRotator :-moz-placeholder { color: rgba(59, 30, 119, 0.25); font-style: italic; } .JSRotator ::-moz-placeholder { color: rgba(59, 30, 119, 0.25); font-style: italic; } .JSRotator :-ms-input-placeholder { color: rgba(59, 30, 119, 0.25); font-style: italic; } .vegas-timer-progress { background: #fff; position: relative; z-index: 9999; } .mark, mark { padding: 0 !important; background-color: transparent !important; } .dnnDropDownList .selected-item { margin: 0 0 0 15px !important; } .dnnDropDownList .selected-item a { height: auto !important; } .dnnDropDownList .selected-item a:link, .dnnDropDownList .selected-item a:visited, .dnnDropDownList .selected-item a:hover, .dnnDropDownList .selected-item a:active { height: auto !important; } .dnnPermissionsGrid > .dnnFormItem ul.token-input-list-facebook { /*padding: 8px !important;*/ } .dnnPermissionsGrid > .dnnFormItem li.token-input-token-facebook { margin: 3px !important; padding: 3px 5px !important; } .dnnPermissionsGrid > .dnnFormItem li.token-input-input-token-facebook { margin: 4px 0 !important; padding: 4px 0 !important; }
module.css
@keyframes roll { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); } } .JSRotator { /*BOOTSTRAP RE-STYLING */ } .JSRotator * { -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; -o-box-sizing: border-box !important; box-sizing: border-box !important; } .JSRotator .link-dev { float: right; font-size: 12px; color: #fff; margin-top: 6px; } .JSRotator .dnnForm { /*DNN RE-STYLING CHECK BOX CONTROL*/ /*DON'T REORDER ROW DEFINITIONS*/ /*RADIO BUTTONS GROUP*/ } .JSRotator .dnnForm fieldset { border: none; margin: 0; padding: 0; margin-bottom: 10px; float: left; clear: both; width: 100%; } .JSRotator .dnnForm .fieldset { float: left; padding: 15px 0; margin: 0; width: 100%; } .JSRotator .dnnForm .fieldset:nth-child(even) { background: rgba(59, 30, 119, 0.05); } .JSRotator .dnnForm .form-control { width: 45%; height: 35px; line-height: normal; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; box-shadow: none; } .JSRotator .dnnForm .form-control.teaser-txt { height: 70px; } .JSRotator .dnnForm .form-control.body-txt { height: 150px; } .JSRotator .dnnForm h1, .JSRotator .dnnForm h2, .JSRotator .dnnForm h3, .JSRotator .dnnForm h4, .JSRotator .dnnForm h5, .JSRotator .dnnForm h6 { color: #3b1e77; } .JSRotator .dnnForm h3 { font-size: 1.571em; } .JSRotator .dnnForm h4 { font-size: 1.286em; } .JSRotator .dnnForm .dnnFormSectionHead { border-bottom: none; } .JSRotator .dnnForm .dnnFormSectionHead span { font-size: inherit; color: #fff; } .JSRotator .dnnForm .dnnFormSectionHead .dnnFormMessage { margin: 0 0 30px; padding: 15px; background-size: 30px; font-weight: normal; line-height: normal; border: none; max-width: 100%; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; } .JSRotator .dnnForm .dnnFormSectionHead .dnnFormMessage.dnnFormTitle { color: #fff; background-color: rgba(59, 30, 119, 0.8); } .JSRotator .dnnForm .dnnFormSectionHead .dnnFormMessage.dnnFormTitle.dnnFormIcon { padding: 15px 15px 15px 55px; background-image: url(Images/Icons/h-icon.png); background-repeat: no-repeat; background-position: 15px center; } .JSRotator .dnnForm .dnnFormSectionHead .dnnFormMessage.dnnFormInfo { color: #fff; background: rgba(59, 30, 119, 0.5); /*display: $none;*/ } .JSRotator .dnnForm .dnnFormSectionHead .JSRotatorMenu { display: inline-block; margin: 0; } .JSRotator .dnnForm .dnnFormSectionHead .JSRotatorMenu .dnnFormTitle { float: left; background-color: rgba(59, 30, 119, 0.7); } .JSRotator .dnnForm .dnnFormSectionHead .JSRotatorMenu .dnnFormTitle.error { background-color: #d9534f; } .JSRotator .dnnForm .dnnFormSectionHead .JSRotatorMenu .dnnFormTitle.success { background-color: #27ae60; } .JSRotator .dnnForm .dnnFormSectionHead .JSRotatorMenu .dnnFormMessage { padding: 0 15px; min-width: 45px; width: 100%; height: 45px; line-height: 45px; font-size: 1.286em; } .JSRotator .dnnForm .dnnFormSectionHead .JSRotatorMenu .dnnFormMessage.no-controls { width: 100%; } .JSRotator .dnnForm .dnnFormSectionHead .JSRotatorMenu .dnnFormMessage.one-control { width: calc(100% - 45px); } .JSRotator .dnnForm .dnnFormSectionHead .JSRotatorMenu .dnnFormMessage.two-controls { width: calc(100% - 90px); } .JSRotator .dnnForm .dnnFormSectionHead .JSRotatorMenu .dnnFormMessage.three-controls { width: calc(100% - 135px); } .JSRotator .dnnForm .dnnFormSectionHead .JSRotatorMenu .dnnFormMessage.four-controls { width: calc(100% - 180px); } .JSRotator .dnnForm .dnnFormSectionHead .JSRotatorMenu a.btn { float: left; padding: 0; margin: 0; min-width: 45px; height: 45px; line-height: 45px; font-size: 1.286em; text-align: center; } .JSRotator .dnnForm .dnnFormSectionHead .JSRotatorMenu a.btn.error { background-color: #d9534f; } .JSRotator .dnnForm .dnnFormSectionHead .JSRotatorMenu a.btn.error:hover { background-color: rgba(217, 83, 79, 0.8); } .JSRotator .dnnForm .dnnFormSectionHead .JSRotatorMenu a.btn.success { background-color: #27ae60; } .JSRotator .dnnForm .dnnFormSectionHead .JSRotatorMenu a.btn.success:hover { background-color: rgba(39, 174, 96, 0.8); } .JSRotator .dnnForm .dnnFormSectionHead .no-spacing { margin: 0; } .JSRotator .dnnForm input[type=checkbox], .JSRotator .dnnForm input[type=radio] { visibility: hidden; display: none; } .JSRotator .dnnForm .dnnCheckbox img { display: inline-block; width: 20px; height: 18px; min-width: 20px; vertical-align: middle; } .JSRotator .dnnForm .dnnCheckbox img { background: transparent url(Images/Icons/checkbox.png) no-repeat; } .JSRotator .dnnForm .dnnCheckbox img { background-position: 0px 0px; } .JSRotator .dnnForm .dnnCheckbox-checked img { background-position: -50px 0px; } .JSRotator .dnnForm .dnnCheckbox-disabled img { opacity: .5; } .JSRotator .dnnForm .dnnRadiobutton img { width: 20px; height: 18px; min-width: 20px; vertical-align: middle; } .JSRotator .dnnForm .dnnRadiobutton img { background: transparent url(Images/Icons/radiobutton.png) no-repeat; } .JSRotator .dnnForm .dnnRadiobutton img { background-position: 0px 0px; } .JSRotator .dnnForm .dnnRadiobutton-checked img { background-position: -50px 0px; } .JSRotator .dnnForm .dnnRadiobutton-disabled img { opacity: .5; } .JSRotator .dnnForm .dnnFormItem { margin-top: 15px; float: left; } .JSRotator .dnnForm .dnnFormItem:first-child { margin-top: 0; } .JSRotator .dnnForm .dnnFormItem .rotator-image { width: auto; height: 35px; float: left; } .JSRotator .dnnForm .dnnFormItem .btn { line-height: normal; border: none; padding: 10px 15px; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; -webkit-transition: all 300ms ease-out; -moz-transition: all 300ms ease-out; -o-transition: all 300ms ease-out; transition: all 300ms ease-out; } .JSRotator .dnnForm .dnnFormItem .btn.btn-primary { background-color: rgba(59, 30, 119, 0.7); } .JSRotator .dnnForm .dnnFormItem .btn.btn-primary:hover, .JSRotator .dnnForm .dnnFormItem .btn.btn-primary:focus, .JSRotator .dnnForm .dnnFormItem .btn.btn-primary:active { background-color: rgba(59, 30, 119, 0.8); } .JSRotator .dnnForm .dnnFormItem .btn.btn-primary.disabled { background-color: rgba(59, 30, 119, 0.7); color: rgba(255, 255, 255, 0.7); opacity: 0.5; cursor: default; } .JSRotator .dnnForm .dnnFormItem .btn.btn-primary.disabled:hover { background-color: rgba(59, 30, 119, 0.7); } .JSRotator .dnnForm .dnnFormItem .btn.btn-default { color: rgba(59, 30, 119, 0.7); background: rgba(59, 30, 119, 0.15); } .JSRotator .dnnForm .dnnFormItem .btn.btn-default:hover, .JSRotator .dnnForm .dnnFormItem .btn.btn-default:focus, .JSRotator .dnnForm .dnnFormItem .btn.btn-default:active { color: #fff; background-color: rgba(59, 30, 119, 0.7); } .JSRotator .dnnForm .dnnFormItem .btn:hover, .JSRotator .dnnForm .dnnFormItem .btn:focus, .JSRotator .dnnForm .dnnFormItem .btn:active { border: none; outline: none; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; box-shadow: none; } .JSRotator .dnnForm .dnnFormItem .btn.no_more { color: rgba(255, 255, 255, 0.35) !important; background: rgba(59, 30, 119, 0.7); cursor: not-allowed; } .JSRotator .dnnForm .dnnFormItem .btn.no_more:hover, .JSRotator .dnnForm .dnnFormItem .btn.no_more:focus { background: rgba(59, 30, 119, 0.7); } .JSRotator .dnnForm .dnnFormItem .btn.active_page { background-color: rgba(59, 30, 119, 0.8); } .JSRotator .dnnForm .dnnFormItem .btn[disabled=disabled], .JSRotator .dnnForm .dnnFormItem .btn.aspNetDisabled, .JSRotator .dnnForm .dnnFormItem .btn.dnnDisabled { color: rgba(255, 255, 255, 0.5); } .JSRotator .dnnForm .dnnFormItem .btn[disabled=disabled]:hover, .JSRotator .dnnForm .dnnFormItem .btn.aspNetDisabled:hover, .JSRotator .dnnForm .dnnFormItem .btn.dnnDisabled:hover { background-color: rgba(59, 30, 119, 0.7); } .JSRotator .dnnForm .dnnFormItem select > option { color: #3b1e77; } .JSRotator .dnnForm .dnnFormItem label span, .JSRotator .dnnForm .dnnFormItem .dnnBoxLabel { color: rgba(59, 30, 119, 0.7); font-weight: bold; } .JSRotator .dnnForm .dnnFormItem > .dnnLabel, .JSRotator .dnnForm .dnnFormItem .dnnLabel { margin-top: 5px; } .JSRotator .dnnForm .dnnFormItem > .dnnLabel + span, .JSRotator .dnnForm .dnnFormItem .dnnLabel + span { margin-top: 0; margin-bottom: 0; } .JSRotator .dnnForm .dnnFormItem.popup { position: fixed; top: 0; left: 0; margin: 0; text-align: center; background: rgba(255, 255, 255, 0.7); width: 100%; height: 100%; z-index: 9998; } .JSRotator .dnnForm .dnnFormItem.popup.confirm-box .popup-wrapper { top: calc((100% - 315px)/2); } .JSRotator .dnnForm .dnnFormItem.popup.auto-close-box .popup-wrapper { top: calc((100% - 275px)/2); } .JSRotator .dnnForm .dnnFormItem.popup.overlay .popup-wrapper { /*top: 10px;*/ top: calc((100% - 520px)/2); position: relative; } .JSRotator .dnnForm .dnnFormItem.popup.overlay .popup-wrapper .popup-icon { color: rgba(59, 30, 119, 0.7); } .JSRotator .dnnForm .dnnFormItem.popup.overlay .popup-wrapper h1, .JSRotator .dnnForm .dnnFormItem.popup.overlay .popup-wrapper h2, .JSRotator .dnnForm .dnnFormItem.popup.overlay .popup-wrapper h3, .JSRotator .dnnForm .dnnFormItem.popup.overlay .popup-wrapper h4, .JSRotator .dnnForm .dnnFormItem.popup.overlay .popup-wrapper h5, .JSRotator .dnnForm .dnnFormItem.popup.overlay .popup-wrapper h6 { color: rgba(59, 30, 119, 0.7); } .JSRotator .dnnForm .dnnFormItem.popup.overlay .popup-wrapper input[type=text] { height: 100px; } .JSRotator .dnnForm .dnnFormItem.popup .popup-wrapper { position: relative; width: 60%; left: 20%; padding: 15px; } .JSRotator .dnnForm .dnnFormItem.popup .popup-wrapper h1, .JSRotator .dnnForm .dnnFormItem.popup .popup-wrapper h2, .JSRotator .dnnForm .dnnFormItem.popup .popup-wrapper h3, .JSRotator .dnnForm .dnnFormItem.popup .popup-wrapper h4, .JSRotator .dnnForm .dnnFormItem.popup .popup-wrapper h5, .JSRotator .dnnForm .dnnFormItem.popup .popup-wrapper h6 { border: none; padding: 0; margin: 0; } .JSRotator .dnnForm .dnnFormItem.popup .popup-wrapper .popup-icon { display: block; float: none; margin: 0; } .JSRotator .dnnForm .dnnFormItem.popup .popup-wrapper .popup-icon .fa { font-size: 15em; text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15); } .JSRotator .dnnForm .dnnFormItem.popup .popup-wrapper .popup-msg { display: block; margin: 10px 0 0 0; word-wrap: break-word; word-break: break-all; } .JSRotator .dnnForm .dnnFormItem.popup .popup-wrapper .btn-group { margin-top: 15px; } .JSRotator .dnnForm .dnnFormItem.popup .popup-wrapper .btn-group .btn { margin: 0; } .JSRotator .dnnForm .dnnFormItem.popup .popup-wrapper .btn { border: none; margin: 15px 0 0 0; float: none; } .JSRotator .dnnForm .dnnFormItem.popup .popup-wrapper .progress-bar { position: absolute; left: 0; bottom: 0; width: 0; height: 2px; -webkit-transition: width 3000ms ease-out; -moz-transition: width 3000ms ease-out; -o-transition: width 3000ms ease-out; transition: width 3000ms ease-out; -webkit-transition-delay: 0; -moz-transition-delay: 0; -o-transition-delay: 0; transition-delay: 0; } .JSRotator .dnnForm .dnnFormItem.popup .popup-wrapper .close-action { position: absolute; background-color: transparent; color: rgba(59, 30, 119, 0.7); border: none; top: -70px; right: -70px; padding: 0; margin: 0; width: 70px; height: 70px; line-height: 70px; } .JSRotator .dnnForm .dnnFormItem.popup .popup-wrapper .close-action:hover { background-color: rgba(59, 30, 119, 0.7); color: #fff; } .JSRotator .dnnForm .dnnFormItem.popup.success .popup-wrapper .popup-icon { color: #27ae60; } .JSRotator .dnnForm .dnnFormItem.popup.success .popup-wrapper h1, .JSRotator .dnnForm .dnnFormItem.popup.success .popup-wrapper h2, .JSRotator .dnnForm .dnnFormItem.popup.success .popup-wrapper h3, .JSRotator .dnnForm .dnnFormItem.popup.success .popup-wrapper h4, .JSRotator .dnnForm .dnnFormItem.popup.success .popup-wrapper h5, .JSRotator .dnnForm .dnnFormItem.popup.success .popup-wrapper h6 { color: #27ae60; } .JSRotator .dnnForm .dnnFormItem.popup.success .popup-wrapper .btn.close-action:hover { background-color: #27ae60; } .JSRotator .dnnForm .dnnFormItem.popup.success .popup-wrapper .progress-bar { background: #27ae60; } .JSRotator .dnnForm .dnnFormItem.popup.success .popup-wrapper .close-action { color: #27ae60; } .JSRotator .dnnForm .dnnFormItem.popup.success .popup-wrapper .close-action:hover { color: #fff; background-color: #27ae60; } .JSRotator .dnnForm .dnnFormItem.popup.warning .popup-wrapper .popup-icon { color: #d9534f; } .JSRotator .dnnForm .dnnFormItem.popup.warning .popup-wrapper h1, .JSRotator .dnnForm .dnnFormItem.popup.warning .popup-wrapper h2, .JSRotator .dnnForm .dnnFormItem.popup.warning .popup-wrapper h3, .JSRotator .dnnForm .dnnFormItem.popup.warning .popup-wrapper h4, .JSRotator .dnnForm .dnnFormItem.popup.warning .popup-wrapper h5, .JSRotator .dnnForm .dnnFormItem.popup.warning .popup-wrapper h6 { color: #d9534f; } .JSRotator .dnnForm .dnnFormItem.popup.warning .popup-wrapper .btn.close-action:hover { background-color: #d9534f; } .JSRotator .dnnForm .dnnFormItem.popup.warning .popup-wrapper .progress-bar { background: #d9534f; } .JSRotator .dnnForm .dnnFormItem.popup.warning .popup-wrapper .close-action { color: #d9534f; } .JSRotator .dnnForm .dnnFormItem.popup.warning .popup-wrapper .close-action:hover { color: #fff; background-color: #d9534f; } .JSRotator .dnnForm .dnnFormItem.group { float: left; } .JSRotator .dnnForm .dnnFormItem.group .dnnCheckbox, .JSRotator .dnnForm .dnnFormItem.group .dnnRadiobutton { float: left; } .JSRotator .dnnForm .dnnFormItem.group input[type="text"], .JSRotator .dnnForm .dnnFormItem.group select, .JSRotator .dnnForm .dnnFormItem.group textarea, .JSRotator .dnnForm .dnnFormItem.group input[type="email"], .JSRotator .dnnForm .dnnFormItem.group input[type="search"], .JSRotator .dnnForm .dnnFormItem.group input[type="number"], .JSRotator .dnnForm .dnnFormItem.group input[type="date"] { float: left; height: 35px; line-height: 35px; width: 50%; max-width: 450px; } .JSRotator .dnnForm .dnnFormItem.group input[type="text"].grouped, .JSRotator .dnnForm .dnnFormItem.group select.grouped, .JSRotator .dnnForm .dnnFormItem.group textarea.grouped, .JSRotator .dnnForm .dnnFormItem.group input[type="email"].grouped, .JSRotator .dnnForm .dnnFormItem.group input[type="search"].grouped, .JSRotator .dnnForm .dnnFormItem.group input[type="number"].grouped, .JSRotator .dnnForm .dnnFormItem.group input[type="date"].grouped { border-right: none; } .JSRotator .dnnForm .dnnFormItem.group input[type="text"].grouped.squared-box, .JSRotator .dnnForm .dnnFormItem.group select.grouped.squared-box, .JSRotator .dnnForm .dnnFormItem.group textarea.grouped.squared-box, .JSRotator .dnnForm .dnnFormItem.group input[type="email"].grouped.squared-box, .JSRotator .dnnForm .dnnFormItem.group input[type="search"].grouped.squared-box, .JSRotator .dnnForm .dnnFormItem.group input[type="number"].grouped.squared-box, .JSRotator .dnnForm .dnnFormItem.group input[type="date"].grouped.squared-box { width: calc(50% - 45px); max-width: 405px; margin-right: 10px; border: 1px solid rgba(59, 30, 119, 0.25); } .JSRotator .dnnForm .dnnFormItem.group input[type="text"].grouped.squared-box:focus, .JSRotator .dnnForm .dnnFormItem.group select.grouped.squared-box:focus, .JSRotator .dnnForm .dnnFormItem.group textarea.grouped.squared-box:focus, .JSRotator .dnnForm .dnnFormItem.group input[type="email"].grouped.squared-box:focus, .JSRotator .dnnForm .dnnFormItem.group input[type="search"].grouped.squared-box:focus, .JSRotator .dnnForm .dnnFormItem.group input[type="number"].grouped.squared-box:focus, .JSRotator .dnnForm .dnnFormItem.group input[type="date"].grouped.squared-box:focus { border: 1px solid #3b1e77; } .JSRotator .dnnForm .dnnFormItem.group input[type="text"].ungrouped, .JSRotator .dnnForm .dnnFormItem.group select.ungrouped, .JSRotator .dnnForm .dnnFormItem.group textarea.ungrouped, .JSRotator .dnnForm .dnnFormItem.group input[type="email"].ungrouped, .JSRotator .dnnForm .dnnFormItem.group input[type="search"].ungrouped, .JSRotator .dnnForm .dnnFormItem.group input[type="number"].ungrouped, .JSRotator .dnnForm .dnnFormItem.group input[type="date"].ungrouped { border: 1px solid rgba(59, 30, 119, 0.25); } .JSRotator .dnnForm .dnnFormItem.group input[type="text"].ungrouped:focus, .JSRotator .dnnForm .dnnFormItem.group select.ungrouped:focus, .JSRotator .dnnForm .dnnFormItem.group textarea.ungrouped:focus, .JSRotator .dnnForm .dnnFormItem.group input[type="email"].ungrouped:focus, .JSRotator .dnnForm .dnnFormItem.group input[type="search"].ungrouped:focus, .JSRotator .dnnForm .dnnFormItem.group input[type="number"].ungrouped:focus, .JSRotator .dnnForm .dnnFormItem.group input[type="date"].ungrouped:focus { border: 1px solid #3b1e77; } .JSRotator .dnnForm .dnnFormItem.group input[type="text"].cb-group, .JSRotator .dnnForm .dnnFormItem.group select.cb-group, .JSRotator .dnnForm .dnnFormItem.group textarea.cb-group, .JSRotator .dnnForm .dnnFormItem.group input[type="email"].cb-group, .JSRotator .dnnForm .dnnFormItem.group input[type="search"].cb-group, .JSRotator .dnnForm .dnnFormItem.group input[type="number"].cb-group, .JSRotator .dnnForm .dnnFormItem.group input[type="date"].cb-group { width: calc(50% - 30px); max-width: 420px; } .JSRotator .dnnForm .dnnFormItem.group input[type="text"].txt-img-url, .JSRotator .dnnForm .dnnFormItem.group select.txt-img-url, .JSRotator .dnnForm .dnnFormItem.group textarea.txt-img-url, .JSRotator .dnnForm .dnnFormItem.group input[type="email"].txt-img-url, .JSRotator .dnnForm .dnnFormItem.group input[type="search"].txt-img-url, .JSRotator .dnnForm .dnnFormItem.group input[type="number"].txt-img-url, .JSRotator .dnnForm .dnnFormItem.group input[type="date"].txt-img-url { margin-left: 10px; } .JSRotator .dnnForm .dnnFormItem.group .btn { float: left; padding: 0 10px; height: 35px; line-height: 35px; min-width: 35px; text-align: center; } .JSRotator .dnnForm .dnnFormItem.group .btn-group { float: left; } .JSRotator .dnnForm .dnnFormItem.group .btn-group.cb-group { width: calc(50% - 30px) !important; max-width: 420px; } .JSRotator .dnnForm .dnnFormItem .input-group { display: block; } .JSRotator .dnnForm .dnnFormItem .input-group .input-group-addon { float: left; width: 35px; height: 35px; line-height: 35px; padding: 0; background-color: transparent; border: 1px solid rgba(59, 30, 119, 0.25); -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; } .JSRotator .dnnForm .dnnFormItem .input-group .input-group-addon i { height: 33px; vertical-align: top; width: 33px; } .JSRotator .dnnForm .dnnFormItem .txt-error-validate { font-style: italic; position: absolute; top: 5px; /*left: calc(82.075% - 97px);*/ left: calc(32.075% + 355px - 18px); color: #fff; background: #d9534f; height: 25px; line-height: 25px; min-width: 110px; text-align: center; } .JSRotator .dnnForm.controls { margin: 0; padding: 10px 0 0 0; border-top: 1px solid rgba(59, 30, 119, 0.25); float: left; } .JSRotator .dnnForm.add-img, .JSRotator .dnnForm.select, .JSRotator .dnnForm.edit, .JSRotator .dnnForm.settings { font-size: 14px; min-height: 475px; } .JSRotator .dnnForm.add-img .dnnFormItem button, .JSRotator .dnnForm.add-img .dnnFormItem input[type="button"], .JSRotator .dnnForm.add-img .dnnFormItem input[type="reset"], .JSRotator .dnnForm.add-img .dnnSecondaryAction, .JSRotator .dnnForm.add-img a.dnnSecondaryAction, .JSRotator .dnnForm.add-img ul.dnnAdminTabNav li a, .JSRotator .dnnForm.add-img .dnnLogin .LoginTabGroup span, .JSRotator .dnnForm.select .dnnFormItem button, .JSRotator .dnnForm.select .dnnFormItem input[type="button"], .JSRotator .dnnForm.select .dnnFormItem input[type="reset"], .JSRotator .dnnForm.select .dnnSecondaryAction, .JSRotator .dnnForm.select a.dnnSecondaryAction, .JSRotator .dnnForm.select ul.dnnAdminTabNav li a, .JSRotator .dnnForm.select .dnnLogin .LoginTabGroup span, .JSRotator .dnnForm.edit .dnnFormItem button, .JSRotator .dnnForm.edit .dnnFormItem input[type="button"], .JSRotator .dnnForm.edit .dnnFormItem input[type="reset"], .JSRotator .dnnForm.edit .dnnSecondaryAction, .JSRotator .dnnForm.edit a.dnnSecondaryAction, .JSRotator .dnnForm.edit ul.dnnAdminTabNav li a, .JSRotator .dnnForm.edit .dnnLogin .LoginTabGroup span, .JSRotator .dnnForm.settings .dnnFormItem button, .JSRotator .dnnForm.settings .dnnFormItem input[type="button"], .JSRotator .dnnForm.settings .dnnFormItem input[type="reset"], .JSRotator .dnnForm.settings .dnnSecondaryAction, .JSRotator .dnnForm.settings a.dnnSecondaryAction, .JSRotator .dnnForm.settings ul.dnnAdminTabNav li a, .JSRotator .dnnForm.settings .dnnLogin .LoginTabGroup span { margin: 0; /*padding: 8px 12px;*/ padding: 0 10px; height: 35px; line-height: 35px; min-width: 35px; color: #fff; background: rgba(59, 30, 119, 0.7); font-family: inherit; font-weight: normal; border: none; text-decoration: none; text-shadow: none; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; box-shadow: none; } .JSRotator .dnnForm.add-img .dnnFormItem button:hover, .JSRotator .dnnForm.add-img .dnnFormItem input[type="button"]:hover, .JSRotator .dnnForm.add-img .dnnFormItem input[type="reset"]:hover, .JSRotator .dnnForm.add-img .dnnSecondaryAction:hover, .JSRotator .dnnForm.add-img a.dnnSecondaryAction:hover, .JSRotator .dnnForm.add-img ul.dnnAdminTabNav li a:hover, .JSRotator .dnnForm.add-img .dnnLogin .LoginTabGroup span:hover, .JSRotator .dnnForm.select .dnnFormItem button:hover, .JSRotator .dnnForm.select .dnnFormItem input[type="button"]:hover, .JSRotator .dnnForm.select .dnnFormItem input[type="reset"]:hover, .JSRotator .dnnForm.select .dnnSecondaryAction:hover, .JSRotator .dnnForm.select a.dnnSecondaryAction:hover, .JSRotator .dnnForm.select ul.dnnAdminTabNav li a:hover, .JSRotator .dnnForm.select .dnnLogin .LoginTabGroup span:hover, .JSRotator .dnnForm.edit .dnnFormItem button:hover, .JSRotator .dnnForm.edit .dnnFormItem input[type="button"]:hover, .JSRotator .dnnForm.edit .dnnFormItem input[type="reset"]:hover, .JSRotator .dnnForm.edit .dnnSecondaryAction:hover, .JSRotator .dnnForm.edit a.dnnSecondaryAction:hover, .JSRotator .dnnForm.edit ul.dnnAdminTabNav li a:hover, .JSRotator .dnnForm.edit .dnnLogin .LoginTabGroup span:hover, .JSRotator .dnnForm.settings .dnnFormItem button:hover, .JSRotator .dnnForm.settings .dnnFormItem input[type="button"]:hover, .JSRotator .dnnForm.settings .dnnFormItem input[type="reset"]:hover, .JSRotator .dnnForm.settings .dnnSecondaryAction:hover, .JSRotator .dnnForm.settings a.dnnSecondaryAction:hover, .JSRotator .dnnForm.settings ul.dnnAdminTabNav li a:hover, .JSRotator .dnnForm.settings .dnnLogin .LoginTabGroup span:hover { background: rgba(59, 30, 119, 0.8); } .JSRotator .dnnForm.add-img a.dnnFormHelp, .JSRotator .dnnForm.select a.dnnFormHelp, .JSRotator .dnnForm.edit a.dnnFormHelp, .JSRotator .dnnForm.settings a.dnnFormHelp { color: rgba(59, 30, 119, 0.7); background: none; top: 0; width: auto; height: auto; font-weight: normal; } .JSRotator .dnnForm.add-img .dnnFormItem input[type="checkbox"] + span, .JSRotator .dnnForm.add-img .dnnFormItem input[type="radio"] + span, .JSRotator .dnnForm.select .dnnFormItem input[type="checkbox"] + span, .JSRotator .dnnForm.select .dnnFormItem input[type="radio"] + span, .JSRotator .dnnForm.edit .dnnFormItem input[type="checkbox"] + span, .JSRotator .dnnForm.edit .dnnFormItem input[type="radio"] + span, .JSRotator .dnnForm.settings .dnnFormItem input[type="checkbox"] + span, .JSRotator .dnnForm.settings .dnnFormItem input[type="radio"] + span { margin: 5px; } .JSRotator .dnnForm.add-img input[type="text"], .JSRotator .dnnForm.add-img select, .JSRotator .dnnForm.add-img textarea, .JSRotator .dnnForm.add-img input[type="email"], .JSRotator .dnnForm.add-img input[type="search"], .JSRotator .dnnForm.add-img input[type="number"], .JSRotator .dnnForm.add-img input[type="date"], .JSRotator .dnnForm.select input[type="text"], .JSRotator .dnnForm.select select, .JSRotator .dnnForm.select textarea, .JSRotator .dnnForm.select input[type="email"], .JSRotator .dnnForm.select input[type="search"], .JSRotator .dnnForm.select input[type="number"], .JSRotator .dnnForm.select input[type="date"], .JSRotator .dnnForm.edit input[type="text"], .JSRotator .dnnForm.edit select, .JSRotator .dnnForm.edit textarea, .JSRotator .dnnForm.edit input[type="email"], .JSRotator .dnnForm.edit input[type="search"], .JSRotator .dnnForm.edit input[type="number"], .JSRotator .dnnForm.edit input[type="date"], .JSRotator .dnnForm.settings input[type="text"], .JSRotator .dnnForm.settings select, .JSRotator .dnnForm.settings textarea, .JSRotator .dnnForm.settings input[type="email"], .JSRotator .dnnForm.settings input[type="search"], .JSRotator .dnnForm.settings input[type="number"], .JSRotator .dnnForm.settings input[type="date"] { margin: 0; border: 1px solid rgba(59, 30, 119, 0.25); color: rgba(59, 30, 119, 0.5); width: 50%; height: 35px; line-height: 35px; max-width: 450px; font-size: 1em; padding: 0 8px; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; box-shadow: none; -webkit-transition: all 300ms ease-out; -moz-transition: all 300ms ease-out; -o-transition: all 300ms ease-out; transition: all 300ms ease-out; } .JSRotator .dnnForm.add-img input[type="text"]:active, .JSRotator .dnnForm.add-img input[type="text"]:focus, .JSRotator .dnnForm.add-img select:active, .JSRotator .dnnForm.add-img select:focus, .JSRotator .dnnForm.add-img textarea:active, .JSRotator .dnnForm.add-img textarea:focus, .JSRotator .dnnForm.add-img input[type="email"]:active, .JSRotator .dnnForm.add-img input[type="email"]:focus, .JSRotator .dnnForm.add-img input[type="search"]:active, .JSRotator .dnnForm.add-img input[type="search"]:focus, .JSRotator .dnnForm.add-img input[type="number"]:active, .JSRotator .dnnForm.add-img input[type="number"]:focus, .JSRotator .dnnForm.add-img input[type="date"]:active, .JSRotator .dnnForm.add-img input[type="date"]:focus, .JSRotator .dnnForm.select input[type="text"]:active, .JSRotator .dnnForm.select input[type="text"]:focus, .JSRotator .dnnForm.select select:active, .JSRotator .dnnForm.select select:focus, .JSRotator .dnnForm.select textarea:active, .JSRotator .dnnForm.select textarea:focus, .JSRotator .dnnForm.select input[type="email"]:active, .JSRotator .dnnForm.select input[type="email"]:focus, .JSRotator .dnnForm.select input[type="search"]:active, .JSRotator .dnnForm.select input[type="search"]:focus, .JSRotator .dnnForm.select input[type="number"]:active, .JSRotator .dnnForm.select input[type="number"]:focus, .JSRotator .dnnForm.select input[type="date"]:active, .JSRotator .dnnForm.select input[type="date"]:focus, .JSRotator .dnnForm.edit input[type="text"]:active, .JSRotator .dnnForm.edit input[type="text"]:focus, .JSRotator .dnnForm.edit select:active, .JSRotator .dnnForm.edit select:focus, .JSRotator .dnnForm.edit textarea:active, .JSRotator .dnnForm.edit textarea:focus, .JSRotator .dnnForm.edit input[type="email"]:active, .JSRotator .dnnForm.edit input[type="email"]:focus, .JSRotator .dnnForm.edit input[type="search"]:active, .JSRotator .dnnForm.edit input[type="search"]:focus, .JSRotator .dnnForm.edit input[type="number"]:active, .JSRotator .dnnForm.edit input[type="number"]:focus, .JSRotator .dnnForm.edit input[type="date"]:active, .JSRotator .dnnForm.edit input[type="date"]:focus, .JSRotator .dnnForm.settings input[type="text"]:active, .JSRotator .dnnForm.settings input[type="text"]:focus, .JSRotator .dnnForm.settings select:active, .JSRotator .dnnForm.settings select:focus, .JSRotator .dnnForm.settings textarea:active, .JSRotator .dnnForm.settings textarea:focus, .JSRotator .dnnForm.settings input[type="email"]:active, .JSRotator .dnnForm.settings input[type="email"]:focus, .JSRotator .dnnForm.settings input[type="search"]:active, .JSRotator .dnnForm.settings input[type="search"]:focus, .JSRotator .dnnForm.settings input[type="number"]:active, .JSRotator .dnnForm.settings input[type="number"]:focus, .JSRotator .dnnForm.settings input[type="date"]:active, .JSRotator .dnnForm.settings input[type="date"]:focus { color: #3b1e77; background: #fff; border: 1px solid #3b1e77; outline: none; -moz-box-shadow: 0 0 6px 1px rgba(59, 30, 119, 0.5); -webkit-box-shadow: 0 0 6px 1px rgba(59, 30, 119, 0.5); -o-box-shadow: 0 0 6px 1px rgba(59, 30, 119, 0.5); box-shadow: 0 0 6px 1px rgba(59, 30, 119, 0.5); } .JSRotator .dnnForm.add-img input[type="text"][disabled="disabled"], .JSRotator .dnnForm.add-img select[disabled="disabled"], .JSRotator .dnnForm.add-img textarea[disabled="disabled"], .JSRotator .dnnForm.add-img input[type="email"][disabled="disabled"], .JSRotator .dnnForm.add-img input[type="search"][disabled="disabled"], .JSRotator .dnnForm.add-img input[type="number"][disabled="disabled"], .JSRotator .dnnForm.add-img input[type="date"][disabled="disabled"], .JSRotator .dnnForm.select input[type="text"][disabled="disabled"], .JSRotator .dnnForm.select select[disabled="disabled"], .JSRotator .dnnForm.select textarea[disabled="disabled"], .JSRotator .dnnForm.select input[type="email"][disabled="disabled"], .JSRotator .dnnForm.select input[type="search"][disabled="disabled"], .JSRotator .dnnForm.select input[type="number"][disabled="disabled"], .JSRotator .dnnForm.select input[type="date"][disabled="disabled"], .JSRotator .dnnForm.edit input[type="text"][disabled="disabled"], .JSRotator .dnnForm.edit select[disabled="disabled"], .JSRotator .dnnForm.edit textarea[disabled="disabled"], .JSRotator .dnnForm.edit input[type="email"][disabled="disabled"], .JSRotator .dnnForm.edit input[type="search"][disabled="disabled"], .JSRotator .dnnForm.edit input[type="number"][disabled="disabled"], .JSRotator .dnnForm.edit input[type="date"][disabled="disabled"], .JSRotator .dnnForm.settings input[type="text"][disabled="disabled"], .JSRotator .dnnForm.settings select[disabled="disabled"], .JSRotator .dnnForm.settings textarea[disabled="disabled"], .JSRotator .dnnForm.settings input[type="email"][disabled="disabled"], .JSRotator .dnnForm.settings input[type="search"][disabled="disabled"], .JSRotator .dnnForm.settings input[type="number"][disabled="disabled"], .JSRotator .dnnForm.settings input[type="date"][disabled="disabled"] { color: #3b1e77; width: calc(50% - 50px); display: inline-block; border: none; background: none; padding: 0; cursor: default; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; box-shadow: none; } .JSRotator .dnnForm.add-img select, .JSRotator .dnnForm.select select, .JSRotator .dnnForm.edit select, .JSRotator .dnnForm.settings select { padding: 0 5px; width: 100px; } .JSRotator .dnnForm.add-img .dnnFormItem .bs-searchbox input[type="text"], .JSRotator .dnnForm.add-img .dnnFormItem .bs-searchbox select, .JSRotator .dnnForm.add-img .dnnFormItem .bs-searchbox textarea, .JSRotator .dnnForm.add-img .dnnFormItem .bs-searchbox input[type="email"], .JSRotator .dnnForm.add-img .dnnFormItem .bs-searchbox input[type="search"], .JSRotator .dnnForm.add-img .dnnFormItem .bs-searchbox input[type="number"], .JSRotator .dnnForm.add-img .dnnFormItem .bs-searchbox input[type="date"], .JSRotator .dnnForm.select .dnnFormItem .bs-searchbox input[type="text"], .JSRotator .dnnForm.select .dnnFormItem .bs-searchbox select, .JSRotator .dnnForm.select .dnnFormItem .bs-searchbox textarea, .JSRotator .dnnForm.select .dnnFormItem .bs-searchbox input[type="email"], .JSRotator .dnnForm.select .dnnFormItem .bs-searchbox input[type="search"], .JSRotator .dnnForm.select .dnnFormItem .bs-searchbox input[type="number"], .JSRotator .dnnForm.select .dnnFormItem .bs-searchbox input[type="date"], .JSRotator .dnnForm.edit .dnnFormItem .bs-searchbox input[type="text"], .JSRotator .dnnForm.edit .dnnFormItem .bs-searchbox select, .JSRotator .dnnForm.edit .dnnFormItem .bs-searchbox textarea, .JSRotator .dnnForm.edit .dnnFormItem .bs-searchbox input[type="email"], .JSRotator .dnnForm.edit .dnnFormItem .bs-searchbox input[type="search"], .JSRotator .dnnForm.edit .dnnFormItem .bs-searchbox input[type="number"], .JSRotator .dnnForm.edit .dnnFormItem .bs-searchbox input[type="date"], .JSRotator .dnnForm.settings .dnnFormItem .bs-searchbox input[type="text"], .JSRotator .dnnForm.settings .dnnFormItem .bs-searchbox select, .JSRotator .dnnForm.settings .dnnFormItem .bs-searchbox textarea, .JSRotator .dnnForm.settings .dnnFormItem .bs-searchbox input[type="email"], .JSRotator .dnnForm.settings .dnnFormItem .bs-searchbox input[type="search"], .JSRotator .dnnForm.settings .dnnFormItem .bs-searchbox input[type="number"], .JSRotator .dnnForm.settings .dnnFormItem .bs-searchbox input[type="date"] { width: 100%; } .JSRotator .dnnForm.edit .dnnFormItem table { border: none; width: 100%; margin: 0; } .JSRotator .dnnForm.edit .dnnFormItem table.scroll th { float: left; width: calc((100% - 492px)/4); } .JSRotator .dnnForm.edit .dnnFormItem table.scroll th.add-custom { width: 16px; height: 50px; } .JSRotator .dnnForm.edit .dnnFormItem table thead, .JSRotator .dnnForm.edit .dnnFormItem table tbody { clear: both; display: block; } .JSRotator .dnnForm.edit .dnnFormItem table thead tr { display: block; } .JSRotator .dnnForm.edit .dnnFormItem table thead tr > th { padding-top: 15px; padding-bottom: 15px; } .JSRotator .dnnForm.edit .dnnFormItem table thead tr > th input[type="checkbox"] + span, .JSRotator .dnnForm.edit .dnnFormItem table thead tr > th input[type="radio"] + span { margin: 0 5px; } .JSRotator .dnnForm.edit .dnnFormItem table tbody { max-height: 185px; overflow-y: auto; overflow-x: hidden; } .JSRotator .dnnForm.edit .dnnFormItem table tbody input[type="checkbox"] + span, .JSRotator .dnnForm.edit .dnnFormItem table tbody input[type="radio"] + span { margin: 7.5px 5px; } .JSRotator .dnnForm.edit .dnnFormItem table tbody tr { width: 100%; float: left; } .JSRotator .dnnForm.edit .dnnFormItem table tr th, .JSRotator .dnnForm.edit .dnnFormItem table tr td { display: block; float: left; width: calc((100% - 475px)/4); vertical-align: middle; } .JSRotator .dnnForm.edit .dnnFormItem table tr th:nth-child(1), .JSRotator .dnnForm.edit .dnnFormItem table tr td:nth-child(1) { width: 45px; } .JSRotator .dnnForm.edit .dnnFormItem table tr th:nth-child(2), .JSRotator .dnnForm.edit .dnnFormItem table tr td:nth-child(2) { width: 60px; } .JSRotator .dnnForm.edit .dnnFormItem table tr th:nth-child(9), .JSRotator .dnnForm.edit .dnnFormItem table tr td:nth-child(9) { width: 70px; } .JSRotator .dnnForm.edit .dnnFormItem table tr th.custom-fx, .JSRotator .dnnForm.edit .dnnFormItem table tr td.custom-fx { width: 150px; } .JSRotator .dnnForm.edit .dnnFormItem table tr > th { color: rgba(255, 255, 255, 0.8); background-color: rgba(59, 30, 119, 0.8); border: none; } .JSRotator .dnnForm.edit .dnnFormItem table tr > th .dnnCheckbox img { background-position: -100px 0px; } .JSRotator .dnnForm.edit .dnnFormItem table tr > th .dnnCheckbox-checked img { background-position: -150px 0px; } .JSRotator .dnnForm.edit .dnnFormItem table tr > td { word-break: break-all; word-wrap: break-word; word-spacing: normal; } .JSRotator .dnnForm.edit .dnnFormItem table tr > td input[type="text"], .JSRotator .dnnForm.edit .dnnFormItem table tr > td select, .JSRotator .dnnForm.edit .dnnFormItem table tr > td textarea, .JSRotator .dnnForm.edit .dnnFormItem table tr > td input[type="email"], .JSRotator .dnnForm.edit .dnnFormItem table tr > td input[type="search"], .JSRotator .dnnForm.edit .dnnFormItem table tr > td input[type="number"], .JSRotator .dnnForm.edit .dnnFormItem table tr > td input[type="date"] { width: 100%; } .JSRotator .dnnForm.edit .dnnFormItem table tr > td input[type="text"][disabled="disabled"], .JSRotator .dnnForm.edit .dnnFormItem table tr > td select[disabled="disabled"], .JSRotator .dnnForm.edit .dnnFormItem table tr > td textarea[disabled="disabled"], .JSRotator .dnnForm.edit .dnnFormItem table tr > td input[type="email"][disabled="disabled"], .JSRotator .dnnForm.edit .dnnFormItem table tr > td input[type="search"][disabled="disabled"], .JSRotator .dnnForm.edit .dnnFormItem table tr > td input[type="number"][disabled="disabled"], .JSRotator .dnnForm.edit .dnnFormItem table tr > td input[type="date"][disabled="disabled"] { padding: 0; height: 35px; line-height: 35px; } .JSRotator .dnnForm.edit .dnnFormItem table tr > td a { width: 50%; min-width: 25px; height: 35px; line-height: 35px; margin: 0; padding: 0; text-align: center; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active { position: fixed; z-index: 9999; width: 95%; left: 2.5%; top: calc((100% + 30px)/2); background-color: rgba(59, 30, 119, 0.7); color: #fff; -moz-box-shadow: 0 8px 30px -6px #000; -webkit-box-shadow: 0 8px 30px -6px #000; -o-box-shadow: 0 8px 30px -6px #000; box-shadow: 0 8px 30px -6px #000; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td { background: none; border: none; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="text"], .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td select, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td textarea, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="email"], .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="search"], .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="number"], .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="date"] { border: none; background: none; color: #fff; cursor: pointer; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="text"]:hover, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td select:hover, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td textarea:hover, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="email"]:hover, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="search"]:hover, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="number"]:hover, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="date"]:hover { background: rgba(255, 255, 255, 0.15); } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="text"]:focus, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td select:focus, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td textarea:focus, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="email"]:focus, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="search"]:focus, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="number"]:focus, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="date"]:focus { background-color: #fff; color: #3b1e77; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="text"][disabled=disabled], .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td select[disabled=disabled], .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td textarea[disabled=disabled], .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="email"][disabled=disabled], .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="search"][disabled=disabled], .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="number"][disabled=disabled], .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="date"][disabled=disabled] { color: #fff; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="text"].error, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td select.error, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td textarea.error, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="email"].error, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="search"].error, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="number"].error, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td input[type="date"].error { background: rgba(217, 83, 79, 0.7); } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td ::-webkit-input-placeholder { color: #fff; font-style: italic; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td :-moz-placeholder { color: #fff; font-style: italic; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td ::-moz-placeholder { color: #fff; font-style: italic; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td :-ms-input-placeholder { color: #fff; font-style: italic; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td.edit-cell { display: block; float: left; width: 100%; padding: 3px; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td.edit-cell input[type="text"], .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td.edit-cell select, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td.edit-cell textarea, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td.edit-cell input[type="email"], .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td.edit-cell input[type="search"], .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td.edit-cell input[type="number"], .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td.edit-cell input[type="date"] { max-width: calc(100% - 50px); line-height: 50px; height: 50px; padding: 0 15px; float: left; background-color: #fff; color: #3b1e77; cursor: text; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; box-shadow: none; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td.edit-cell ::-webkit-input-placeholder { color: rgba(59, 30, 119, 0.25); font-style: italic; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td.edit-cell :-moz-placeholder { color: rgba(59, 30, 119, 0.25); font-style: italic; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td.edit-cell ::-moz-placeholder { color: rgba(59, 30, 119, 0.25); font-style: italic; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td.edit-cell :-ms-input-placeholder { color: rgba(59, 30, 119, 0.25); font-style: italic; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td.edit-cell select { cursor: default; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td.edit-cell .btn { min-width: 50px; padding: 0; height: 50px; color: rgba(59, 30, 119, 0.7); background: #fff; float: left; line-height: normal; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td.edit-cell .btn:hover { background: #fff; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td.no-edit-cell { display: none; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td .btn { background-color: transparent; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td .btn:hover { background: rgba(255, 255, 255, 0.15); } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td .btn[aria-expanded=true] { background-color: rgba(59, 30, 119, 0.7); color: #fff; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td .dropdown-menu { background-color: rgba(59, 30, 119, 0.5); border: none; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td .dropdown-menu > li > a { width: 100%; padding: 0 10px; text-align: left; color: #fff; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td .dropdown-menu > li > a:focus, .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td .dropdown-menu > li > a:hover { background-color: rgba(255, 255, 255, 0.8); color: #3b1e77; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td .dropdown-menu > li > a span.text { margin: 0; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td .dropdown-menu > li > a span.check-mark { color: #3b1e77; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td .dropdown-menu > li.selected a { background-color: rgba(255, 255, 255, 0.8); color: #3b1e77; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td .dropdown-menu > li.selected a span.check-mark { top: 0; right: 7px; margin: 0; line-height: 30px; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td .dnnCheckbox img { background-position: -100px 0px; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active > td .dnnCheckbox-checked img { background-position: -150px 0px; } .JSRotator .dnnForm.edit .dnnFormItem table tr.active .btn.disabled, .JSRotator .dnnForm.edit .dnnFormItem table tr.active .btn.aspNetDisabled { color: rgba(255, 255, 255, 0.5); } .JSRotator .dnnForm.edit .dnnFormItem table .btn.disabled { background-color: transparent; color: #3b1e77; opacity: 0.5; cursor: default; padding: 0; } .JSRotator .dnnForm.edit .dnnFormItem table .btn.disabled:hover { background-color: transparent; } .JSRotator .dnnForm.edit .dnnFormItem img.row-img { height: 35px; width: auto; max-width: 100% !important; } .JSRotator .dnnForm.select .dnnFormItem table { border: none; width: 100%; margin: 0; } .JSRotator .dnnForm.select .dnnFormItem table.scroll th { float: left; width: calc((100% - 81px)/6); } .JSRotator .dnnForm.select .dnnFormItem table.scroll th.add-custom { width: 16px; height: 50px; } .JSRotator .dnnForm.select .dnnFormItem table thead, .JSRotator .dnnForm.select .dnnFormItem table tbody { clear: both; display: block; } .JSRotator .dnnForm.select .dnnFormItem table thead tr { display: block; } .JSRotator .dnnForm.select .dnnFormItem table thead tr > th { padding-top: 15px; padding-bottom: 15px; } .JSRotator .dnnForm.select .dnnFormItem table tbody { max-height: 245px; overflow-y: auto; overflow-x: hidden; } .JSRotator .dnnForm.select .dnnFormItem table tbody tr { width: 100%; float: left; } .JSRotator .dnnForm.select .dnnFormItem table tbody tr td span { width: 100%; min-height: 40px; display: block; } .JSRotator .dnnForm.select .dnnFormItem table tr th, .JSRotator .dnnForm.select .dnnFormItem table tr td { display: block; float: left; width: calc((100% - 65px)/6); vertical-align: middle; } .JSRotator .dnnForm.select .dnnFormItem table tr th:nth-child(1), .JSRotator .dnnForm.select .dnnFormItem table tr td:nth-child(1) { width: 65px; } .JSRotator .dnnForm.select .dnnFormItem table tr > th { color: rgba(255, 255, 255, 0.8); background-color: rgba(59, 30, 119, 0.8); border: none; } .JSRotator .dnnForm.select .dnnFormItem table tr > td { word-break: break-all; word-wrap: break-word; word-spacing: normal; line-height: 40px; } .JSRotator .dnnForm.select .dnnFormItem img.row-img { height: 40px; width: auto; max-width: 100%; } .JSRotator .dnnForm.select .link-delete { margin-right: 10px; float: right; } .JSRotator .dnnForm.settings .dnnFormItem table { width: auto; } .JSRotator .dnnForm.settings .dnnFormItem table tbody { height: auto; } .JSRotator .dnnForm.settings .dnnFormItem table tr > th { border: none; } .JSRotator .dnnForm.settings .dnnFormItem table tr > th:last-child { min-width: 70px; } .JSRotator .dnnForm.settings .dnnFormItem table tr > td { border: none; } .JSRotator .dnnForm.settings .dnnFormItem table tr > td:last-child { min-width: 70px; } .JSRotator .pnlControlHolder .pnl-info { background: rgba(0, 0, 0, 0.5); float: left; } .JSRotator .pnlControlHolder .pnl-info h1, .JSRotator .pnlControlHolder .pnl-info h2, .JSRotator .pnlControlHolder .pnl-info h3, .JSRotator .pnlControlHolder .pnl-info h4, .JSRotator .pnlControlHolder .pnl-info h5, .JSRotator .pnlControlHolder .pnl-info h6 { color: #fff; float: left; } .JSRotator .pnlControlHolder .pnl-info span { display: block; color: #fff; float: left; } .JSRotator .pnlControlHolder .pnl-info a { color: #fff; } .JSRotator .pnlControlHolder .btn-group { float: left; text-align: center; } .JSRotator .pnlControlHolder .btn-group .btn { background-color: rgba(0, 0, 0, 0.5); padding: 0; } .JSRotator .pnlControlHolder .btn-group .btn:hover, .JSRotator .pnlControlHolder .btn-group .btn:focus, .JSRotator .pnlControlHolder .btn-group .btn:active, .JSRotator .pnlControlHolder .btn-group .btn.active { background-color: rgba(0, 0, 0, 0.8); } .JSRotator .pnlControlHolder.body { position: fixed; bottom: 10px; left: 10px; } .JSRotator .pnlControlHolder.body .pnl-info { height: 50px; line-height: 50px; } .JSRotator .pnlControlHolder.body .pnl-info h1, .JSRotator .pnlControlHolder.body .pnl-info h2, .JSRotator .pnlControlHolder.body .pnl-info h3, .JSRotator .pnlControlHolder.body .pnl-info h4, .JSRotator .pnlControlHolder.body .pnl-info h5, .JSRotator .pnlControlHolder.body .pnl-info h6 { height: 50px; line-height: 45px; margin: 0 10px; } .JSRotator .pnlControlHolder.body .pnl-info span { margin-right: 10px; } .JSRotator .pnlControlHolder.body .btn-group { padding: 0; } .JSRotator .pnlControlHolder.body .btn-group .btn { width: 50px; height: 50px; line-height: 60px; } .JSRotator .pnlControlHolder.container { position: absolute; bottom: 0; left: 0; padding: 0; width: 100%; } .JSRotator .pnlControlHolder.container .pnl-info { height: 30px; line-height: 30px; } .JSRotator .pnlControlHolder.container .pnl-info h1, .JSRotator .pnlControlHolder.container .pnl-info h2, .JSRotator .pnlControlHolder.container .pnl-info h3, .JSRotator .pnlControlHolder.container .pnl-info h4, .JSRotator .pnlControlHolder.container .pnl-info h5, .JSRotator .pnlControlHolder.container .pnl-info h6 { height: 30px; line-height: 28px; margin: 0 10px; } .JSRotator .pnlControlHolder.container .pnl-info h3 { font-size: 1.571em; } .JSRotator .pnlControlHolder.container .pnl-info span { margin-right: 10px; } .JSRotator .pnlControlHolder.container .btn-group { padding: 0; } .JSRotator .pnlControlHolder.container .btn-group .btn { width: 30px; height: 30px; line-height: 30px; } .JSRotator .btn-group.form-control { width: 50%; max-width: 450px; } .JSRotator .btn-group:focus { outline: none; border: none; } .JSRotator .btn-group .btn + .btn, .JSRotator .btn-group .btn + .btn-group, .JSRotator .btn-group .btn-group + .btn, .JSRotator .btn-group .btn-group + .btn-group { margin-left: 0; } .JSRotator .btn-group .btn + .btn:focus, .JSRotator .btn-group .btn + .btn-group:focus, .JSRotator .btn-group .btn-group + .btn:focus, .JSRotator .btn-group .btn-group + .btn-group:focus { outline: none; border: none; } .JSRotator .dropup .dropdown-menu { border: 1px solid rgba(59, 30, 119, 0.7); border-bottom: none; margin-bottom: 0; } .JSRotator .bs-actionsbox, .JSRotator .bs-donebutton, .JSRotator .bs-searchbox { padding: 0; } .JSRotator .bs-searchbox + .bs-actionsbox { padding: 0; } .JSRotator .input-group .input-group-addon { height: 60px; line-height: 60px; padding: 0 20px; border: none; background-color: rgba(59, 30, 119, 0.7); color: #fff; cursor: default; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; } .JSRotator .input-group .input-group-addon i { height: 33px; width: 33px; line-height: 33px; display: block; } .JSRotator .input-group .input-group-addon strong { color: #fff; } .JSRotator .input-group input[type=text] { border: 1px solid rgba(59, 30, 119, 0.7); border-left: none; padding: 20px 10px; height: inherit; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; box-shadow: none; } .JSRotator .input-group input[type=text][disabled=disabled], .JSRotator .input-group input[type=text].aspNetDisabled { border: none; background: rgba(59, 30, 119, 0.7); color: #fff; cursor: default; } .JSRotator .pnl-owner-info { text-align: left; background: rgba(59, 30, 119, 0.8); } .JSRotator .pnl-owner-info .owner-wrapper { padding: 10px 15px; } .JSRotator .pnl-owner-info .owner-wrapper span, .JSRotator .pnl-owner-info .owner-wrapper strong, .JSRotator .pnl-owner-info .owner-wrapper a, .JSRotator .pnl-owner-info .owner-wrapper a:link, .JSRotator .pnl-owner-info .owner-wrapper .btn { color: #fff; } .JSRotator .pnl-owner-info .owner-wrapper span { display: block; line-height: 30px; } .JSRotator .popup { position: fixed; top: 0; left: 0; margin: 0; text-align: center; background: rgba(255, 255, 255, 0.7); width: 100%; height: 100%; z-index: 9998; } .JSRotator .popup.confirm-box .popup-wrapper { top: calc((100% - 315px)/2); } .JSRotator .popup.auto-close-box .popup-wrapper { top: calc((100% - 274px)/2); } .JSRotator .popup.overlay .popup-wrapper { top: 100px; position: relative; } .JSRotator .popup.overlay .popup-wrapper .popup-icon { color: rgba(59, 30, 119, 0.7); } .JSRotator .popup.overlay .popup-wrapper h1, .JSRotator .popup.overlay .popup-wrapper h2, .JSRotator .popup.overlay .popup-wrapper h3, .JSRotator .popup.overlay .popup-wrapper h4, .JSRotator .popup.overlay .popup-wrapper h5, .JSRotator .popup.overlay .popup-wrapper h6 { color: rgba(59, 30, 119, 0.7); } .JSRotator .popup.overlay .popup-wrapper h3 { font-size: 1rem; } .JSRotator .popup.overlay .popup-wrapper h4 { font-size: 0.85rem; } .JSRotator .popup.overlay .popup-wrapper input[type=text] { height: 60px; line-height: 60px; padding: 0 10px; text-align: center; font-size: 1.5em; border: none; background: rgba(59, 30, 119, 0.7); color: #fff; } .JSRotator .popup.overlay .popup-wrapper input[type=text]:focus { background: rgba(59, 30, 119, 0.8); } .JSRotator .popup.overlay .popup-wrapper input[type=text]::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.35) !important; font-style: italic; } .JSRotator .popup.overlay .popup-wrapper input[type=text]:-moz-placeholder { color: rgba(255, 255, 255, 0.35) !important; font-style: italic; } .JSRotator .popup.overlay .popup-wrapper input[type=text]::-moz-placeholder { color: rgba(255, 255, 255, 0.35) !important; font-style: italic; } .JSRotator .popup.overlay .popup-wrapper input[type=text]:-ms-input-placeholder { color: rgba(255, 255, 255, 0.35) !important; font-style: italic; } .JSRotator .popup .popup-wrapper { position: relative; width: 60%; left: 20%; padding: 15px; } .JSRotator .popup .popup-wrapper h1, .JSRotator .popup .popup-wrapper h2, .JSRotator .popup .popup-wrapper h3, .JSRotator .popup .popup-wrapper h4, .JSRotator .popup .popup-wrapper h5, .JSRotator .popup .popup-wrapper h6 { border: none; padding: 0; margin: 0; } .JSRotator .popup .popup-wrapper .popup-icon { display: block; } .JSRotator .popup .popup-wrapper .popup-icon .fa { font-size: 15em; text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15); } .JSRotator .popup .popup-wrapper .popup-msg { display: block; margin: 10px 0 10px 0; word-wrap: break-word; word-break: break-all; } .JSRotator .popup .popup-wrapper .input-group-btn .btn { height: 60px; line-height: 70px; margin: 0; padding: 0 15px; } .JSRotator .popup .popup-wrapper .input-group-btn .fa { font-size: 2em; } .JSRotator .popup .popup-wrapper .alert { margin: 15px 0 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; } .JSRotator .popup .popup-wrapper .btn-group { margin-top: 15px; } .JSRotator .popup .popup-wrapper .btn-group .btn { margin: 0; } .JSRotator .popup .popup-wrapper .btn-group.more-space-top { margin-top: 30px; } .JSRotator .popup .popup-wrapper .btn-group.no-spacing { margin: 0; } .JSRotator .popup .popup-wrapper .btn { border: none; margin: 15px 0 0 0; padding: 10px 15px; } .JSRotator .popup .popup-wrapper .btn.active { background: rgba(59, 30, 119, 0.8); } .JSRotator .popup .popup-wrapper .progress-bar { position: absolute; left: 0; bottom: 0; width: 0; height: 2px; -webkit-transition: width 3000ms ease-out; -moz-transition: width 3000ms ease-out; -o-transition: width 3000ms ease-out; transition: width 3000ms ease-out; -webkit-transition-delay: 0; -moz-transition-delay: 0; -o-transition-delay: 0; transition-delay: 0; } .JSRotator .popup .popup-wrapper .close-action { position: absolute; background-color: transparent; color: rgba(59, 30, 119, 0.7); border: none; top: -70px; right: -70px; padding: 0; margin: 0; width: 70px; height: 70px; line-height: 70px; } .JSRotator .popup .popup-wrapper .close-action:hover { background-color: rgba(59, 30, 119, 0.7); color: #fff; } .JSRotator .popup.success .popup-wrapper .popup-icon { color: #27ae60; } .JSRotator .popup.success .popup-wrapper h1, .JSRotator .popup.success .popup-wrapper h2, .JSRotator .popup.success .popup-wrapper h3, .JSRotator .popup.success .popup-wrapper h4, .JSRotator .popup.success .popup-wrapper h5, .JSRotator .popup.success .popup-wrapper h6 { color: #27ae60; } .JSRotator .popup.success .popup-wrapper .btn.close-action:hover { background-color: #27ae60; } .JSRotator .popup.success .popup-wrapper .progress-bar { background: #27ae60; } .JSRotator .popup.success .popup-wrapper .pnl-owner-info { background: #27ae60; } .JSRotator .popup.success .popup-wrapper .close-action { color: #27ae60; } .JSRotator .popup.success .popup-wrapper .close-action:hover { color: #fff; background-color: #27ae60; } .JSRotator .popup.warning .popup-wrapper .popup-icon { color: #d9534f; } .JSRotator .popup.warning .popup-wrapper h1, .JSRotator .popup.warning .popup-wrapper h2, .JSRotator .popup.warning .popup-wrapper h3, .JSRotator .popup.warning .popup-wrapper h4, .JSRotator .popup.warning .popup-wrapper h5, .JSRotator .popup.warning .popup-wrapper h6 { color: #d9534f; } .JSRotator .popup.warning .popup-wrapper .btn { background: #d9534f; } .JSRotator .popup.warning .popup-wrapper .btn.close-action { background: none; } .JSRotator .popup.warning .popup-wrapper .btn.close-action:hover { background-color: #d9534f; } .JSRotator .popup.warning .popup-wrapper .btn:hover { background-color: #c9302c; } .JSRotator .popup.warning .popup-wrapper .progress-bar { background: #d9534f; } .JSRotator .popup.warning .popup-wrapper .input-group-addon { background: #d9534f; } .JSRotator .popup.warning .popup-wrapper input[type=text] { background: #d9534f; } .JSRotator .popup.warning .popup-wrapper input[type=text]:focus { background: #c9302c; } .JSRotator .popup.warning .popup-wrapper .pnl-owner-info { background: #d9534f; } .JSRotator .popup.warning .popup-wrapper .close-action { color: #d9534f; background-color: none; } .JSRotator .popup.warning .popup-wrapper .close-action:hover { color: #fff; background-color: #d9534f; } .JSRotator .pnl-admin .btn.btn-primary { background-color: rgba(0, 0, 0, 0.5); } .JSRotator .pnl-admin .btn.btn-primary:hover, .JSRotator .pnl-admin .btn.btn-primary:focus, .JSRotator .pnl-admin .btn.btn-primary:active, .JSRotator .pnl-admin .btn.btn-primary.active { background-color: rgba(0, 0, 0, 0.8); } .JSRotator .pnl-admin .content-holder { float: left; color: #fff; background-color: rgba(0, 0, 0, 0.5); padding: 10px 15px; } .JSRotator .pnl-admin .content-holder.success { background-color: #5cb85c; } .JSRotator .pnl-admin .content-holder.warning { background-color: #d9534f; } .JSRotator .btn { line-height: normal; border: none; padding: 10px 15px; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; -webkit-transition: all 300ms ease-out; -moz-transition: all 300ms ease-out; -o-transition: all 300ms ease-out; transition: all 300ms ease-out; } .JSRotator .btn.btn-primary { background-color: rgba(59, 30, 119, 0.7); color: #fff; } .JSRotator .btn.btn-primary:hover, .JSRotator .btn.btn-primary:focus, .JSRotator .btn.btn-primary:active, .JSRotator .btn.btn-primary.active { background-color: rgba(59, 30, 119, 0.8); text-decoration: none; } .JSRotator .btn.btn-default { color: rgba(59, 30, 119, 0.7); background: rgba(59, 30, 119, 0.15); } .JSRotator .btn.btn-default:hover, .JSRotator .btn.btn-default:focus, .JSRotator .btn.btn-default:active { color: #fff; background-color: rgba(59, 30, 119, 0.7); } .JSRotator .btn:hover, .JSRotator .btn:focus, .JSRotator .btn:active { border: none; outline: none; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; box-shadow: none; } .JSRotator .btn[disabled=disabled], .JSRotator .btn.aspNetDisabled, .JSRotator .btn.dnnDisabled { color: rgba(255, 255, 255, 0.5); } .JSRotator .btn[disabled=disabled]:hover, .JSRotator .btn.aspNetDisabled:hover, .JSRotator .btn.dnnDisabled:hover { background-color: rgba(59, 30, 119, 0.7); } .JSRotator .dropdown-menu { border: 1px solid rgba(59, 30, 119, 0.7); border-top: none; box-shadow: none; /*background-color: $dark-alpha-md;*/ margin-top: 0; padding: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; } .JSRotator .dropdown-menu > li > a { color: rgba(59, 30, 119, 0.7); padding: 8px; outline: none; } .JSRotator .dropdown-menu > li > a:hover { color: #3b1e77; } .JSRotator .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark { margin-top: 10px; color: rgba(59, 30, 119, 0.7); } .JSRotator .bootstrap-select.btn-group.show-tick .dropdown-menu li.disabled a { color: #ccc; background: rgba(59, 30, 119, 0.05); } .JSRotator .bootstrap-select.btn-group.show-tick .dropdown-menu li.disabled a span.check-mark { color: #ccc; } .JSRotator .tooltip { z-index: 9999; } .JSRotator .tooltip.in { filter: alpha(opacity=100); opacity: 1; } .JSRotator .tooltip.top .tooltip-arrow { border-top-color: rgba(0, 0, 0, 0.8); } .JSRotator .tooltip.top-left .tooltip-arrow { border-top-color: rgba(0, 0, 0, 0.8); } .JSRotator .tooltip.top-right .tooltip-arrow { border-top-color: rgba(0, 0, 0, 0.8); } .JSRotator .tooltip.right .tooltip-arrow { border-right-color: rgba(0, 0, 0, 0.8); } .JSRotator .tooltip.left .tooltip-arrow { border-left-color: rgba(0, 0, 0, 0.8); } .JSRotator .tooltip.bottom .tooltip-arrow { border-bottom-color: rgba(0, 0, 0, 0.8); } .JSRotator .tooltip.bottom-left .tooltip-arrow { border-bottom-color: rgba(0, 0, 0, 0.8); } .JSRotator .tooltip.bottom-right .tooltip-arrow { border-bottom-color: rgba(0, 0, 0, 0.8); } .JSRotator .tooltip .tooltip-inner { background-color: rgba(0, 0, 0, 0.8); -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; } .JSRotator .ellipsis { overflow: hidden; text-overflow: ellipsis; } .JSRotator .hidden { display: none !important; visibility: hidden !important; } .JSRotator .aspNetDisabled, .JSRotator a.aspNetDisabled, .JSRotator .dnnDisabled, .JSRotator a.dnnDisabled, .JSRotator [disabled=disabled] { color: rgba(59, 30, 119, 0.25); cursor: default; } .JSRotator .popover { z-index: 9999; } .JSRotator .row { margin: 0; } .JSRotator .row > div { padding: 0; } .JSRotator .scroll-action { position: fixed; bottom: 0; right: 15px; display: none; z-index: 9999; } .JSRotator .scroll-action.btn { padding: 0; width: 50px; height: 50px; line-height: 50px; border-color: transparent; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; -webkit-transition: background-color 300ms ease-out; -moz-transition: background-color 300ms ease-out; -o-transition: background-color 300ms ease-out; transition: background-color 300ms ease-out; } .JSRotator .scroll-action.btn.btn-primary { background-color: rgba(59, 30, 119, 0.7); border-color: transparent; } .JSRotator .scroll-action.btn.btn-primary:hover { background-color: rgba(59, 30, 119, 0.8); border-color: transparent; } .JSRotator .scroll-action.btn:hover { border-color: transparent; } .JSRotator .scroll-action.btn:active { -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; box-shadow: none; } .JSRotator .dnnForm .dnnFormItem select option[disabled="disabled"], .JSRotator .dnnForm .dnnFormItem select option[disabled] { color: #ccc; } .JSRotator .view .pnl-admin { text-align: right; float: right; } .JSRotator .view .pnl-admin .form-control { width: 25%; height: 39px; line-height: normal; float: left; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; box-shadow: none; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; } .JSRotator .view .pnl-admin strong { color: #fff; } .JSRotator ::-webkit-input-placeholder { color: rgba(59, 30, 119, 0.25); font-style: italic; } .JSRotator :-moz-placeholder { color: rgba(59, 30, 119, 0.25); font-style: italic; } .JSRotator ::-moz-placeholder { color: rgba(59, 30, 119, 0.25); font-style: italic; } .JSRotator :-ms-input-placeholder { color: rgba(59, 30, 119, 0.25); font-style: italic; } .vegas-timer-progress { background: #fff; position: relative; z-index: 9999; } .mark, mark { padding: 0 !important; background-color: transparent !important; } .dnnDropDownList .selected-item { margin: 0 0 0 15px !important; } .dnnDropDownList .selected-item a { height: auto !important; } .dnnDropDownList .selected-item a:link, .dnnDropDownList .selected-item a:visited, .dnnDropDownList .selected-item a:hover, .dnnDropDownList .selected-item a:active { height: auto !important; } .dnnPermissionsGrid > .dnnFormItem ul.token-input-list-facebook { /*padding: 8px !important;*/ } .dnnPermissionsGrid > .dnnFormItem li.token-input-token-facebook { margin: 3px !important; padding: 3px 5px !important; } .dnnPermissionsGrid > .dnnFormItem li.token-input-input-token-facebook { margin: 4px 0 !important; padding: 4px 0 !important; }
0.331228
0.058534
@font-face { font-family: 'Roboto Slab'; src: url('/fonts/robotoslab-regular-webfont.eot'); src: url('/fonts/robotoslab-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/robotoslab-regular-webfont.woff2') format('woff2'), url('/fonts/robotoslab-regular-webfont.woff') format('woff'), url('/fonts/robotoslab-regular-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Roboto Slab'; src: url('/fonts/robotoslab-light-webfont.eot'); src: url('/fonts/robotoslab-light-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/robotoslab-light-webfont.woff2') format('woff2'), url('/fonts/robotoslab-light-webfont.woff') format('woff'), url('/fonts/robotoslab-light-webfont.ttf') format('truetype'); font-weight: 300; font-style: normal; } body { font-family: "Roboto Slab", serif; font-size: 19px; /* about 1.2em, used as basis */ font-weight: 300; color: #000; padding-bottom: 380px; } /* --- Layout ----------------------------------------------------------------------- */ @media all and (min-width: 1150px) { main { max-width: 950px; /* maps to 50em */ margin-left: 100px; } } body h1 { width: 100%; background: url("/img/line-black.svg") 0 28px repeat-x, #fff; border-bottom: 38px solid #ff8921; padding-bottom: 19px; margin-bottom: 57px; } h1.floatingHeader { padding-bottom: 0; border-bottom: none; } h1, h2, h3 { font-weight: 300; background: #fff; z-index: 5; font-size: 38px; } h1 span { background: #fff; display: inline-block; } h1 span.title { padding-right: 15px; } h1 span.name { float: right; padding-left: 15px; } h2, h3 { margin-top: 9px; } nav { text-align: center; margin-top: 57px; background: #fff; } nav ul { list-style-type: none; padding: 0; display: inline-block; margin: 0; } nav li { display: inline-block; border-bottom: 9px solid #fff; } nav li:hover { border-bottom-color: #ff8921; transition: border-bottom-color 1s; } nav a { text-decoration: none; display: inline-block; min-width: 150px; border-left: 1px solid #ff8921; border-right: 1px solid #fff; text-align: center; color: #666; font-size: 27px; font-weight: normal; } nav li:hover a { text-decoration: none; color: #ff8921; transition: color 1s, border-right-color 1s; border-right-color: #ff8921; } nav li:hover + li a { border-left-color: #fff; transition: border-left-color 1s; } nav li:first-of-type a { border-left: none; } nav li:last-of-type:hover a { border-right-color: #fff; } main > section, div.intro { padding: 0 13px 0 27px; } section, div.intro { line-height: 36px; margin: 152px 0 0 0; } /* --- Graphics ----------------------------------------------------------------------- */ figure.illustration { float: right; margin: 0 0 19px 19px; position: relative; } figure.illustration figcaption { font-size: 12px; line-height: 1.2; min-height: 38px; text-align: right; padding-top: 0; margin-top: 0; position: absolute; bottom: 0; right: 0; background: #fff; background: linear-gradient(135deg, transparent 10px, #fff 0) top left; padding: 8px 19px 19px 19px; width: 280px; opacity: 0.5; box-sizing: border-box; transition: opacity 0.5s; } figure.illustration:hover figcaption { opacity: 0.9; } figure.illustration cite { border-bottom: none; } /* --- Classics ----------------------------------------------------------------------- */ span.q { font-style: italic; } strong { font-weight: normal; color: hsl(7, 55%, 15%); } p { margin: 17.7px 0; } a { /*color: #ff725e;*/ /* hsl(7, 100%, 68%); */ color: #ff8921; text-decoration: none; } a:hover { color: #ff5521; text-decoration: underline; } cite { border-bottom: 1px solid silver; } a cite { border-bottom: none; } .end { color: #ff8921; } /* --- Ideas ----------------------------------------------------------------------- */ #blurbs a { display: block; transition: background 1s; text-align: left; } #blurbs a:hover { text-decoration: none; background: #ffe0c4; } #blurbs a:hover h4 { background: #ff8921; color: #fff; } #blurbs h4 { font-weight: normal; margin: 0; padding: 0 9px; transition: color 0.5s, background 1s; } #blurbs p { color: #000; margin-top: 0; font-size: 14px; line-height: normal; padding: 5px 9px 0 9px; } .exlink { color: #666; text-decoration: underline; } /* --- CV ----------------------------------------------------------------------- */ #cv th { white-space: nowrap; vertical-align: top; text-align: right; font-weight: 300; font-style: italic; padding-right: 1em; font-size: 1.1em; } #cv td { vertical-align: top; padding-bottom: 1em; } #cv table h4 { padding: 0; margin: 0; font-size: 1.1em; font-weight: normal; } #cv td p { margin-top: 0.5em; } #cv .who { font-weight: 300; font-style: italic; } #cv .where { font-weight: 300; font-size: 0.8em; display: none; } /* --- Mini Grid ----------------------------------------------------------------------- */ .row { margin-bottom: 9px; } .row:after { content: ""; display: table; clear: both; } @media all and (min-width: 1150px) { .half-column { float: left; box-sizing: border-box; width: 450px; margin-left: 6px; } .half-column:first-child { margin-left: 0; } .row.tail { width: 450px; margin: 0 auto; } } /* --- Tables ----------------------------------------------------------------------- */ table.contact { margin-left: 76px; } hr { clear: both; border: none; background: #fff; } table.contact tr { border-top: 1px solid silver; } table.contact tr:first-of-type { border-top: none; } table.contact th { font-weight: bold; padding: 9px 9px 9px 38px; text-align: right; } table.contact td { padding: 9px 38px 9px 9px; } /* --- Effects ----------------------------------------------------------------------- */ .floatingHeader { position: fixed; top: 0; opacity: 0; transition: opacity 1s; visibility: hidden; color: #666; padding: 9px 0; } h1.floatingHeader { padding: 0; } .floatingHeader.shown { opacity: 1; visibility: visible; } .mininav { float: right; font-size: 19px; } .mininav a:hover { text-decoration: none; color: #666; } /* Actually make those interstitial pics, right above every header */ section:before { display: block; background-position: center; background-size: cover; opacity: 0.7; width: 910px; height: 80px; content: " "; } #ideas:before { background-image: url("/img/interstitials/ideas.jpg"); } #participation:before { background-image: url("/img/interstitials/participation.jpg"); } #why:before { background-image: url("/img/interstitials/why.jpg"); } #moocs:before { background-image: url("/img/interstitials/moocs.jpg"); } #web-ants:before { background-image: url("/img/interstitials/web-ants.jpg"); } #bit-goo:before { background-image: url("/img/interstitials/bit-goo.jpg"); } #symbook:before { background-image: url("/img/interstitials/symbook.jpg"); } #boltzmann:before { background-image: url("/img/interstitials/boltzmann.jpg"); } #web-schema:before { background-image: url("/img/interstitials/web-schema.jpg"); } #wocuments:before { background-image: url("/img/interstitials/wocuments.jpg"); } #books:before { background-image: url("/img/interstitials/books.jpg"); } #cv:before { background-image: url("/img/interstitials/cv.jpg"); } #contact:before { background-image: url("/img/interstitials/contact.jpg"); } /* Beneath a certain size, the content shifts to centre and we get some padding */ @media all and (max-width: 1150px) { main { margin: auto; padding: 0 50px 0 30px; max-width: none; } } /* under 800 the top title needs to wrap, as does the nav */ @media all and (max-width: 800px) { h1 { background: #fff; margin-bottom: 0; } h1 span.name, h1 span.title { float: none; display: block; padding: 0; font-size: 27px; } h2, h3 { font-size: 27px; } body { font-size: 16px; } main > section, div.intro { padding: 0 0 0 5px; } section, div.intro { line-height: normal; margin: 50px 0 0 0; } section { line-height: normal; } main { padding: 0 10px; } } @media all and (max-width: 980px) { nav { text-align: left; margin-top: 19px; } nav ul { display: block; padding-left: 57px; } nav li { display: block; border-bottom: none; } nav a { display: block; min-width: none; border-left: none; border-right: none; text-align: left; } nav li:hover a { color: #ff8921; transition: color 1s; border-right: none; } nav li:hover + li a { border-left-color: none; } video, section:before { max-width: 100%; } } /* this needs to just print everything out, nicely of course */ @media print { /* Things that are there for the screen only */ nav, #blurbs, .floatingHeader { display: none; } main { margin: 10px 20px; max-width: 28cm; } body { font-size: 16px; } section { line-height: normal; } }
css/undefined.css
@font-face { font-family: 'Roboto Slab'; src: url('/fonts/robotoslab-regular-webfont.eot'); src: url('/fonts/robotoslab-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/robotoslab-regular-webfont.woff2') format('woff2'), url('/fonts/robotoslab-regular-webfont.woff') format('woff'), url('/fonts/robotoslab-regular-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Roboto Slab'; src: url('/fonts/robotoslab-light-webfont.eot'); src: url('/fonts/robotoslab-light-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/robotoslab-light-webfont.woff2') format('woff2'), url('/fonts/robotoslab-light-webfont.woff') format('woff'), url('/fonts/robotoslab-light-webfont.ttf') format('truetype'); font-weight: 300; font-style: normal; } body { font-family: "Roboto Slab", serif; font-size: 19px; /* about 1.2em, used as basis */ font-weight: 300; color: #000; padding-bottom: 380px; } /* --- Layout ----------------------------------------------------------------------- */ @media all and (min-width: 1150px) { main { max-width: 950px; /* maps to 50em */ margin-left: 100px; } } body h1 { width: 100%; background: url("/img/line-black.svg") 0 28px repeat-x, #fff; border-bottom: 38px solid #ff8921; padding-bottom: 19px; margin-bottom: 57px; } h1.floatingHeader { padding-bottom: 0; border-bottom: none; } h1, h2, h3 { font-weight: 300; background: #fff; z-index: 5; font-size: 38px; } h1 span { background: #fff; display: inline-block; } h1 span.title { padding-right: 15px; } h1 span.name { float: right; padding-left: 15px; } h2, h3 { margin-top: 9px; } nav { text-align: center; margin-top: 57px; background: #fff; } nav ul { list-style-type: none; padding: 0; display: inline-block; margin: 0; } nav li { display: inline-block; border-bottom: 9px solid #fff; } nav li:hover { border-bottom-color: #ff8921; transition: border-bottom-color 1s; } nav a { text-decoration: none; display: inline-block; min-width: 150px; border-left: 1px solid #ff8921; border-right: 1px solid #fff; text-align: center; color: #666; font-size: 27px; font-weight: normal; } nav li:hover a { text-decoration: none; color: #ff8921; transition: color 1s, border-right-color 1s; border-right-color: #ff8921; } nav li:hover + li a { border-left-color: #fff; transition: border-left-color 1s; } nav li:first-of-type a { border-left: none; } nav li:last-of-type:hover a { border-right-color: #fff; } main > section, div.intro { padding: 0 13px 0 27px; } section, div.intro { line-height: 36px; margin: 152px 0 0 0; } /* --- Graphics ----------------------------------------------------------------------- */ figure.illustration { float: right; margin: 0 0 19px 19px; position: relative; } figure.illustration figcaption { font-size: 12px; line-height: 1.2; min-height: 38px; text-align: right; padding-top: 0; margin-top: 0; position: absolute; bottom: 0; right: 0; background: #fff; background: linear-gradient(135deg, transparent 10px, #fff 0) top left; padding: 8px 19px 19px 19px; width: 280px; opacity: 0.5; box-sizing: border-box; transition: opacity 0.5s; } figure.illustration:hover figcaption { opacity: 0.9; } figure.illustration cite { border-bottom: none; } /* --- Classics ----------------------------------------------------------------------- */ span.q { font-style: italic; } strong { font-weight: normal; color: hsl(7, 55%, 15%); } p { margin: 17.7px 0; } a { /*color: #ff725e;*/ /* hsl(7, 100%, 68%); */ color: #ff8921; text-decoration: none; } a:hover { color: #ff5521; text-decoration: underline; } cite { border-bottom: 1px solid silver; } a cite { border-bottom: none; } .end { color: #ff8921; } /* --- Ideas ----------------------------------------------------------------------- */ #blurbs a { display: block; transition: background 1s; text-align: left; } #blurbs a:hover { text-decoration: none; background: #ffe0c4; } #blurbs a:hover h4 { background: #ff8921; color: #fff; } #blurbs h4 { font-weight: normal; margin: 0; padding: 0 9px; transition: color 0.5s, background 1s; } #blurbs p { color: #000; margin-top: 0; font-size: 14px; line-height: normal; padding: 5px 9px 0 9px; } .exlink { color: #666; text-decoration: underline; } /* --- CV ----------------------------------------------------------------------- */ #cv th { white-space: nowrap; vertical-align: top; text-align: right; font-weight: 300; font-style: italic; padding-right: 1em; font-size: 1.1em; } #cv td { vertical-align: top; padding-bottom: 1em; } #cv table h4 { padding: 0; margin: 0; font-size: 1.1em; font-weight: normal; } #cv td p { margin-top: 0.5em; } #cv .who { font-weight: 300; font-style: italic; } #cv .where { font-weight: 300; font-size: 0.8em; display: none; } /* --- Mini Grid ----------------------------------------------------------------------- */ .row { margin-bottom: 9px; } .row:after { content: ""; display: table; clear: both; } @media all and (min-width: 1150px) { .half-column { float: left; box-sizing: border-box; width: 450px; margin-left: 6px; } .half-column:first-child { margin-left: 0; } .row.tail { width: 450px; margin: 0 auto; } } /* --- Tables ----------------------------------------------------------------------- */ table.contact { margin-left: 76px; } hr { clear: both; border: none; background: #fff; } table.contact tr { border-top: 1px solid silver; } table.contact tr:first-of-type { border-top: none; } table.contact th { font-weight: bold; padding: 9px 9px 9px 38px; text-align: right; } table.contact td { padding: 9px 38px 9px 9px; } /* --- Effects ----------------------------------------------------------------------- */ .floatingHeader { position: fixed; top: 0; opacity: 0; transition: opacity 1s; visibility: hidden; color: #666; padding: 9px 0; } h1.floatingHeader { padding: 0; } .floatingHeader.shown { opacity: 1; visibility: visible; } .mininav { float: right; font-size: 19px; } .mininav a:hover { text-decoration: none; color: #666; } /* Actually make those interstitial pics, right above every header */ section:before { display: block; background-position: center; background-size: cover; opacity: 0.7; width: 910px; height: 80px; content: " "; } #ideas:before { background-image: url("/img/interstitials/ideas.jpg"); } #participation:before { background-image: url("/img/interstitials/participation.jpg"); } #why:before { background-image: url("/img/interstitials/why.jpg"); } #moocs:before { background-image: url("/img/interstitials/moocs.jpg"); } #web-ants:before { background-image: url("/img/interstitials/web-ants.jpg"); } #bit-goo:before { background-image: url("/img/interstitials/bit-goo.jpg"); } #symbook:before { background-image: url("/img/interstitials/symbook.jpg"); } #boltzmann:before { background-image: url("/img/interstitials/boltzmann.jpg"); } #web-schema:before { background-image: url("/img/interstitials/web-schema.jpg"); } #wocuments:before { background-image: url("/img/interstitials/wocuments.jpg"); } #books:before { background-image: url("/img/interstitials/books.jpg"); } #cv:before { background-image: url("/img/interstitials/cv.jpg"); } #contact:before { background-image: url("/img/interstitials/contact.jpg"); } /* Beneath a certain size, the content shifts to centre and we get some padding */ @media all and (max-width: 1150px) { main { margin: auto; padding: 0 50px 0 30px; max-width: none; } } /* under 800 the top title needs to wrap, as does the nav */ @media all and (max-width: 800px) { h1 { background: #fff; margin-bottom: 0; } h1 span.name, h1 span.title { float: none; display: block; padding: 0; font-size: 27px; } h2, h3 { font-size: 27px; } body { font-size: 16px; } main > section, div.intro { padding: 0 0 0 5px; } section, div.intro { line-height: normal; margin: 50px 0 0 0; } section { line-height: normal; } main { padding: 0 10px; } } @media all and (max-width: 980px) { nav { text-align: left; margin-top: 19px; } nav ul { display: block; padding-left: 57px; } nav li { display: block; border-bottom: none; } nav a { display: block; min-width: none; border-left: none; border-right: none; text-align: left; } nav li:hover a { color: #ff8921; transition: color 1s; border-right: none; } nav li:hover + li a { border-left-color: none; } video, section:before { max-width: 100%; } } /* this needs to just print everything out, nicely of course */ @media print { /* Things that are there for the screen only */ nav, #blurbs, .floatingHeader { display: none; } main { margin: 10px 20px; max-width: 28cm; } body { font-size: 16px; } section { line-height: normal; } }
0.41182
0.067454
display: flex; flex-direction: column; justify-content: center; min-height: 70vh; align-items: center; } #add-quote { background: rgba(0, 0, 0, 0.5); display: flex; flex-direction: column; align-items: baseline; padding: 25px; border-radius: 5px; } #add-quote input { margin: 10px 0; width: 300px; padding: 10px; border: none; border-radius: 3px; } #add-quote textarea { width: 314px; max-width: 314px; max-height: 120px; } #add-quote button { box-sizing: border-box; background: none; border: 2px solid #e9e9e9; align-self: center; font-size: 1.2em; border-radius: 4px; color: white; padding: 5px 8px; } #add-quote button:hover { cursor: pointer; } footer { display: flex; align-items: center; flex-direction: column; font-weight: 300; margin-bottom: 1em; } footer h3 { margin-bottom: 0; } footer p { margin: 0; } footer a { color: white; text-decoration: none; font-size: 1.5em; } footer a:hover { color: #d6d1c9; cursor: pointer; } #footer { background: rgba(0, 0, 0, 0.5); } .fa-github { margin-right: .25em; } .fa-linkedin { margin-left: .25em; } #header { background-color: #444444; width: 100%; height: 100px; display: flex; flex-direction: column; justify-content: center; padding-left: 30px; width: 100%; font-weight: 300; } #header h2 { margin-bottom: 0; letter-spacing: 23px; } #header p { margin-top: 0; } body, html, #content { display: flex; min-height: 100vh; flex-direction: column; max-width: 100%; margin: 0; padding: 0; font-family: 'Source Sans Pro', sans-serif; background: url(../img/pexels-photo-48694.jpeg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; color: white; overflow-x: hidden; } main { flex: 1; } #search-container { display: flex; flex-direction: column; align-items: center; margin-top: 40px; } #search-container h4 { background: rgba(0, 0, 0, 0.5); } #quote-button { border: 2px solid white; background: none; color: white; font-size: 1em; margin: 5px 0 0 30px; padding: 2px 3px; border-radius: 3px; } #quote-button:hover { cursor: pointer; } #search { background: rgba(0, 0, 0, 0.5); display: flex; flex-direction: column; padding: 25px; border-radius: 5px; } #search select { -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background-color: #000; color: white; } #search h4 { margin: 10px 0px; } #search input { margin: 10px 0; width: 300px; padding: 5px; border: none; border-radius: 3px; } #search button { box-sizing: border-box; background: none; border: 2px solid #e9e9e9; align-self: center; border-radius: 4px; color: white; padding: 5px 8px; } .random { display: flex; flex-direction: column; align-items: center; height: 25em; justify-content: center; text-shadow: #474747 2px 2px 2px; text-align: center; } .random h1 { font-size: 3.25em; margin: 0; padding: 0; } .random p { font-size: 2em; margin: 0; padding: 0; } @media (max-width: 414px) { .random { margin: 1em; } .random h1 { font-size: 1.8em; } .random p { font-size: .8em; } } .quote { max-width: 300px; margin: 5px; padding: 25px; background: rgba(0, 0, 0, 0.5); border-radius: 4px; } .quote h4 { margin: 0; } .quote p { margin: 0; } /* Position and sizing of burger button */ .bm-burger-button { right: 36px; position: fixed; width: 36px; height: 30px; top: 36px; } /* Color/shape of burger icon bars */ .bm-burger-bars { background: #000000; } .bm-burger-button:hover { cursor: pointer; } /* Position and sizing of clickable cross button */ .bm-cross-button { height: 24px; width: 24px; } /* Color/shape of close button cross */ .bm-cross { background: #bdc3c7; } /* General sidebar styles */ .bm-menu { background: #bdc3c7; padding: 2.5em 1.5em 0; font-size: 1.15em; } /* Morph shape necessary with bubble or elastic */ .bm-morph-shape { fill: #373a47; } /* Wrapper for item list */ .bm-item-list { color: #b8b7ad; padding: 0.8em; } .bm-item-list a { text-decoration: none; } /* Styling of overlay */ .bm-overlay { background: transparent !important; } .menu-item { color: #000000; transition: all .2s; font-family: 'Lato', sans-serif; padding: .25em; } .menu-item:hover { color: #e9e9e9; }
scss/all.css
display: flex; flex-direction: column; justify-content: center; min-height: 70vh; align-items: center; } #add-quote { background: rgba(0, 0, 0, 0.5); display: flex; flex-direction: column; align-items: baseline; padding: 25px; border-radius: 5px; } #add-quote input { margin: 10px 0; width: 300px; padding: 10px; border: none; border-radius: 3px; } #add-quote textarea { width: 314px; max-width: 314px; max-height: 120px; } #add-quote button { box-sizing: border-box; background: none; border: 2px solid #e9e9e9; align-self: center; font-size: 1.2em; border-radius: 4px; color: white; padding: 5px 8px; } #add-quote button:hover { cursor: pointer; } footer { display: flex; align-items: center; flex-direction: column; font-weight: 300; margin-bottom: 1em; } footer h3 { margin-bottom: 0; } footer p { margin: 0; } footer a { color: white; text-decoration: none; font-size: 1.5em; } footer a:hover { color: #d6d1c9; cursor: pointer; } #footer { background: rgba(0, 0, 0, 0.5); } .fa-github { margin-right: .25em; } .fa-linkedin { margin-left: .25em; } #header { background-color: #444444; width: 100%; height: 100px; display: flex; flex-direction: column; justify-content: center; padding-left: 30px; width: 100%; font-weight: 300; } #header h2 { margin-bottom: 0; letter-spacing: 23px; } #header p { margin-top: 0; } body, html, #content { display: flex; min-height: 100vh; flex-direction: column; max-width: 100%; margin: 0; padding: 0; font-family: 'Source Sans Pro', sans-serif; background: url(../img/pexels-photo-48694.jpeg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; color: white; overflow-x: hidden; } main { flex: 1; } #search-container { display: flex; flex-direction: column; align-items: center; margin-top: 40px; } #search-container h4 { background: rgba(0, 0, 0, 0.5); } #quote-button { border: 2px solid white; background: none; color: white; font-size: 1em; margin: 5px 0 0 30px; padding: 2px 3px; border-radius: 3px; } #quote-button:hover { cursor: pointer; } #search { background: rgba(0, 0, 0, 0.5); display: flex; flex-direction: column; padding: 25px; border-radius: 5px; } #search select { -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background-color: #000; color: white; } #search h4 { margin: 10px 0px; } #search input { margin: 10px 0; width: 300px; padding: 5px; border: none; border-radius: 3px; } #search button { box-sizing: border-box; background: none; border: 2px solid #e9e9e9; align-self: center; border-radius: 4px; color: white; padding: 5px 8px; } .random { display: flex; flex-direction: column; align-items: center; height: 25em; justify-content: center; text-shadow: #474747 2px 2px 2px; text-align: center; } .random h1 { font-size: 3.25em; margin: 0; padding: 0; } .random p { font-size: 2em; margin: 0; padding: 0; } @media (max-width: 414px) { .random { margin: 1em; } .random h1 { font-size: 1.8em; } .random p { font-size: .8em; } } .quote { max-width: 300px; margin: 5px; padding: 25px; background: rgba(0, 0, 0, 0.5); border-radius: 4px; } .quote h4 { margin: 0; } .quote p { margin: 0; } /* Position and sizing of burger button */ .bm-burger-button { right: 36px; position: fixed; width: 36px; height: 30px; top: 36px; } /* Color/shape of burger icon bars */ .bm-burger-bars { background: #000000; } .bm-burger-button:hover { cursor: pointer; } /* Position and sizing of clickable cross button */ .bm-cross-button { height: 24px; width: 24px; } /* Color/shape of close button cross */ .bm-cross { background: #bdc3c7; } /* General sidebar styles */ .bm-menu { background: #bdc3c7; padding: 2.5em 1.5em 0; font-size: 1.15em; } /* Morph shape necessary with bubble or elastic */ .bm-morph-shape { fill: #373a47; } /* Wrapper for item list */ .bm-item-list { color: #b8b7ad; padding: 0.8em; } .bm-item-list a { text-decoration: none; } /* Styling of overlay */ .bm-overlay { background: transparent !important; } .menu-item { color: #000000; transition: all .2s; font-family: 'Lato', sans-serif; padding: .25em; } .menu-item:hover { color: #e9e9e9; }
0.316158
0.087408
.metaData { margin-block-start: 0.2rem; margin-block-end: 2rem; display: flex; align-items: baseline; } .metaData > * + * { margin-inline-start: 0.6rem; } .metaDate { padding: 0.4rem 0.8rem; line-height: 1; font-size: 0.875rem; font-weight: bold; border-radius: 1rem; color: #423f84; background-color: #f0efff; } .metaAuthor { font-size: 0.875rem; text-transform: capitalize; color: var(--grey-500); } .postTitle { margin-block-end: 1rem; font-size: max(2.5em, 3rem); font-weight: 700; max-inline-size: 20ch; line-height: 1.05; color: var(--grey-900); } .blogContentSection { flex-grow: 1; } .blogContentSection p { max-width: 65ch; line-height: 1.8; } .mainBlog { display: flex; flex-direction: column; padding-block-end: 0 !important; } .navigation { display: flex; justify-content: space-between; min-height: 4rem; } .navLinks { flex-basis: 50%; padding: 0.5rem 1rem; line-height: 1.2; transition-property: color, background-color !important; } .navLinks:hover { background-color: #f0f0ff; } .navLinks:nth-child(2) { margin-inline-start: auto; } .navLinks::before { text-transform: uppercase; color: var(--grey-700); font-weight: bold; width: max-content; z-index: -1; } .navLinks:nth-child(1)::before { content: 'Previous post'; left: 0; } .navLinks:nth-child(2)::before { content: 'Next post'; right: 0; } .postStatus { position: relative; line-height: 1; padding: 0.4rem 0.8rem; font-size: 0.7rem; font-weight: bold; border-radius: 1rem; text-transform: uppercase; background-color: #423f84; color: #f0efff; } .mdxContentWrapper :global(h1), .mdxContentWrapper :global(h2), .mdxContentWrapper :global(h3), .mdxContentWrapper :global(h4), .mdxContentWrapper :global(h5), .mdxContentWrapper :global(h6) { margin-block-start: 1.8rem; margin-block-end: 0.8rem; line-height: 1; } .mdxContentWrapper :global(a) { text-decoration: none; padding: 0.1rem 0; border-block-end: 2px solid transparent; color: var(--blue-700); } .mdxContentWrapper :global(a):hover { border-block-end-color: inherit; } .mdxContentWrapper :global(a):focus, .mdxContentWrapper :global(a):active { background-color: var(--blue-50); } .mdxContentWrapper :global(p) { margin-block-start: 0; }
src.old/templates/blog-post.module.css
.metaData { margin-block-start: 0.2rem; margin-block-end: 2rem; display: flex; align-items: baseline; } .metaData > * + * { margin-inline-start: 0.6rem; } .metaDate { padding: 0.4rem 0.8rem; line-height: 1; font-size: 0.875rem; font-weight: bold; border-radius: 1rem; color: #423f84; background-color: #f0efff; } .metaAuthor { font-size: 0.875rem; text-transform: capitalize; color: var(--grey-500); } .postTitle { margin-block-end: 1rem; font-size: max(2.5em, 3rem); font-weight: 700; max-inline-size: 20ch; line-height: 1.05; color: var(--grey-900); } .blogContentSection { flex-grow: 1; } .blogContentSection p { max-width: 65ch; line-height: 1.8; } .mainBlog { display: flex; flex-direction: column; padding-block-end: 0 !important; } .navigation { display: flex; justify-content: space-between; min-height: 4rem; } .navLinks { flex-basis: 50%; padding: 0.5rem 1rem; line-height: 1.2; transition-property: color, background-color !important; } .navLinks:hover { background-color: #f0f0ff; } .navLinks:nth-child(2) { margin-inline-start: auto; } .navLinks::before { text-transform: uppercase; color: var(--grey-700); font-weight: bold; width: max-content; z-index: -1; } .navLinks:nth-child(1)::before { content: 'Previous post'; left: 0; } .navLinks:nth-child(2)::before { content: 'Next post'; right: 0; } .postStatus { position: relative; line-height: 1; padding: 0.4rem 0.8rem; font-size: 0.7rem; font-weight: bold; border-radius: 1rem; text-transform: uppercase; background-color: #423f84; color: #f0efff; } .mdxContentWrapper :global(h1), .mdxContentWrapper :global(h2), .mdxContentWrapper :global(h3), .mdxContentWrapper :global(h4), .mdxContentWrapper :global(h5), .mdxContentWrapper :global(h6) { margin-block-start: 1.8rem; margin-block-end: 0.8rem; line-height: 1; } .mdxContentWrapper :global(a) { text-decoration: none; padding: 0.1rem 0; border-block-end: 2px solid transparent; color: var(--blue-700); } .mdxContentWrapper :global(a):hover { border-block-end-color: inherit; } .mdxContentWrapper :global(a):focus, .mdxContentWrapper :global(a):active { background-color: var(--blue-50); } .mdxContentWrapper :global(p) { margin-block-start: 0; }
0.536556
0.084342
ul, ol, body, html, p { padding: 0px; margin: 0px;} ul, ol, li { list-style-type: none;} body, html { font-family: arial,tahoma,"Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif; color: #333; font-size: 14px; line-height: 27px;} a { text-decoration: none; cursor: pointer;} a, iframe, input, select { outline: 0px none;} .clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}* html .clearfix,*:first-child+html .clearfix{zoom:1} /**/ /**/ /**/ /**/ /* structure */ #welcome{ width: 100%; background-color: #f0f0f0; height: 21px;} #content{ width: 1077px; margin: 0 auto;} .content2{ width: 1077px; margin: 0 auto; position: relative;} .banner{ width: 1077px; height: 128px;position: relative; z-index: 3; top: 0px; margin: 0 auto;} .logo{ width: 400px; height: 88px; position: relative;} #nav{ width: 100%; height:40px; background-color: #18B4EF;} .left-part{ width: 750px; margin-top: 13px; float:left;} .advertbig{ width: 100%; height: 258px; background-image: url(../images/index/haibao.jpg);} .techshare{ width: 360px; margin-top: 27px; float: left; padding-right: 6px;} .competition{ width: 100%; min-height: 364px; margin-top: 40px; border-bottom: 1px solid #e2e2e2;} .right-part{ width: 288px; float: right; margin-top:13px;} .ad1{ width: 93.5%; height: 80px; padding: 10px;} .ad2{ width: 100%; height: 90px; background-color: #e0f4fc; margin-top: 11px;} .ostrain{ width: 360px; height: 410px; margin-top: 27px; float: right;} .osweekly{ width: 100%; height: 201px; margin-top: 27px; overflow: hidden;} .danyuan{ margin-bottom: 17px; border-bottom: 1px solid rgb(236, 236, 236); padding-bottom: 19px;} /* ------- */ /* welcome */ .wel1 { color:#4a4a4a; font-size: 12px;line-height: 21px; float: left; letter-spacing: 1px;} .wel2, .wel3 { float: right;font-size: 12px; padding: 0px 10px; margin: 4px 0px;} .wel2 { border-left: 1px solid grey;} .content2 a { color: #4a4a4a; line-height: 13px;} .content2 a:hover{ text-decoration: underline;} /* ------- */ /* logo */ .penguin { width: 80px; height: 70px; position: absolute; left: -10px; bottom: -18px; background: url(../images/index/penguin.png) no-repeat;} .logoword { width: 306px; height: 34px; background-image: url(../images/index/logoword.jpg); position: absolute; bottom: 20px; left: 90px; background-repeat: no-repeat;} /* ------- */ /* nav */ .nav{ margin-left: 70px;} #nav li { float: left; width: 100px;} #nav a { color: white; letter-spacing: 1px; display: block; width: 100px; font-size: 15px; line-height: 40px; text-align:center; } #nav a:hover{ background-color: #028ec2;} .active{ background-color: #028ec2;} #nav li ul { line-height: 27px; list-style-type: none;text-align:left; width: 180px; position: absolute; left: -999em; } #nav li ul li{ float: left; width: 130px; background: #F6F6F6; } #nav li ul a{ display: block; width: 112px;text-align:left;padding-left:18px; } #nav li ul a:link { color:#666; text-decoration:none; } #nav li ul a:visited { color:#666;text-decoration:none; } #nav li ul a:hover { color:#F3F3F3;text-decoration:none;font-weight:normal; background:#028ec2; } #nav li:hover ul { left: auto; } #nav li.sfhover ul { left: auto; } /* ------- */ /* techshare */ .techban { height: 40px; background: url(../images/index/techshare.png) no-repeat 0px 10px; font-size: 26px; font-weight: bold; color: #18B4EF; line-height: 46px; padding-left: 30px;} .tech { padding: 8px 11px 0px 0px;} .tech a { color: #999999;} .tech h3 { margin: 0px; color: #282828; padding: 13px 0px 5px 0px; font-weight: lighter; font-size: 18px;} .tech h3:hover { color: #005b7c;} .tech span{ font-size: 12px; float: right; color: grey;} .tech ul li{ font-size: 13px; position: relative; padding-left: 12px;} .tech ul li a {color: rgb(77,77,77); display: inline-block; padding-right: 13px;} .tech ul li a:hover{ color: #18B4EF; cursor: pointer;} .tech ul li:before { content: ""; width: 3px; height: 3px; background-color: rgb(77,77,77); position: absolute; left: 0px; top: 12px;} .tech a span{ float: right;} .thenewone{ position: relative;} .thenewone:before{ content: ""; width: 10px; height: 10px; background-color: rgb(255, 121, 121); position: absolute; top: 8px; right: 0px; border-radius: 3px; } .thenewone:after{ content: "N"; width: 10px; height: 10px; position: absolute; top: 8px; right: 0px; line-height: 10px; color: white; font-size: 8px; text-align: center; -webkit-transform:scale(0.6); } /* ------ */ /* competition */ .comban { height: 30px; width: 100%; background: url(../images/index/competition.png) no-repeat; position: relative;font-size: 26px; padding-left: 37px;line-height: 31px; font-weight: bold; color: #18B4EF; margin-bottom: 30px;} .hjmd, .xwyd{width: 100%; color: #b1882a; font-size: 13px; line-height: 18px; margin-top: 20px;} .hjmdban{ color: #B1882A; font-size: 1.17em; line-height: 18px; background-color: #FCF8E9; display: block; padding: 4px 10px; position: relative;} .xwydban{ color: #03a6e3; font-size: 1.17em; line-height: 18px; background-color: #f6f6f6; display: block; padding: 4px 10px; position: relative;} .more{ position: absolute; right: -20px; width: 50px; height: 20px; font-size: 12px; font-weight: normal;} .more a { color: #b6b6b6;} .hjmdlist{ margin-left: 0px; position:relative; margin-top: 10px; padding-left: 12px;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;} .hjmdlist:before{ content:""; width: 3px; height: 3px; position: absolute; left: 0px; background-color: #b1882a; top: 8px;} .hjmdman{ font-size: 12px; margin: 5px 0px 0px 0px; color: rgb(77,77,77); width: 100%; text-align: right;} .hjmdman .money{ position: relative; margin-left: 30px;} .hjmdman .money:before{ content:"";width: 12px; height: 15px; background-color: yellow; position: absolute; left: -16px; top: 0px; background-image: url(../images/index/huizhang.png);} .xwydlist table td{ padding: 7px 0px 0px 12px; color: rgb(77,77,77); line-height: 22px; position: relative; overflow: hidden; text-overflow: ellipsis;} .dot:before{ content:""; width: 3px; height: 3px; position: absolute; left: 0px; background-color: #505050; top: 16px;} /* ------ */ /* ad */ .sqqrc{ width: 80px; height: 80px; background-color: grey; float: left; margin-right: 10px; background-image: url(../images/index/qrc.jpg); background-size: 100%;} .adbig2{ font-size: 22px; width: 100%; text-align: center; display: block; padding-top: 20px; color: #03a6e3;} .admore{ font-size: 13px; width: 100%; text-align: center; display: block; padding-top: 5px; color: #9a948b;} .admore:hover{text-decoration: underline;} /* ------ */ /* os培训 */ .ostban { height: 30px; width: 90%; background: url(../images/index/trainicon.png) no-repeat; position: relative; margin-bottom: 16px; margin-top: 8px; font-size: 26px; padding-left: 37px;line-height: 27px; font-weight: bold; color: #18B4EF;} .dyban{ padding: 5px 0px; float: left; font-size: 18px;} .dyban a{ color: #282828;} .dyban a:hover{ color: #005b7c;} .dytime { padding: 0px 0px; float: left; width: 62px; font-size: 12px; color: grey; float: right;} .dyppt, .dyvideo{ display: block; width: 22px; height: 17px; float: left; margin-top: 5px;} .dyvideo{ background-image: url("../images/index/video1.png"); background-size: 100%; margin-right: 6px;} .dyvideo:hover{ background-image: url("../images/index/video2.png");} .dyppt{ background-image: url("../images/index/ppt1.png"); background-size: 100%; margin-right: 3px;} .dyppt:hover{ background-image: url("../images/index/ppt2.png");} .class{ height: 28px; line-height: 28px; position: relative; font-size: 13px; float: left;} .class a{ color: rgb(77,77,77); display: block; max-width: 222px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;padding-right: 12px;} .class a:hover{ color: #18B4EF;} .kecheng{ height: 23px; margin-bottom: 6px;} /* ------ */ /* joinad 底部广告 */ .joinad { width:300px;float:right;font-size: 22px; padding:0 30px;height:100px;line-height:100px;margin-top:30px;color: green;border: 1px solid rgb(228, 228, 228);background-image: url(../images/index/bangong.jpg); background-size: 100%;} /* ------ */ /* 社区周刊 */ .weeklyban { height: 30px; width: 100%; background: url(../images/index/weekly.png) no-repeat; position: relative;font-size: 26px; padding-left: 37px;line-height: 27px; font-weight: bold; color: #18B4EF; margin-bottom: 30px;} .weeklycon { height: 114px; background-color: #f6f6f6; padding: 14px; margin-top: 8px; width: 110%;} .book1 { width: 80px; background-color: white; text-align: center; padding-top: 17px; padding-bottom: 17px; color: #505050; box-shadow: 2px 2px 0px rgb(237,237,237); float: left; margin-right: 10px;} /* ------ */ /* footer */ #footer { width: 100%; height: 156px; background-color: #ececec; margin-top: 40px; display: inline-table;} .iscaslogo { width: 150px; height: 56px; background: url(../images/index/iscas.png) no-repeat; float: left; margin-top: 50px;} .wordintro { width: 400px; font-size: 12px; color: #7c7c7c; line-height: 20px; float: left; margin-top: 30px; border-right: 1px solid rgb(194,194,194);} .qrc { width: 90px; height: 90px; background: url(../images/index/qrc.png) no-repeat; float: left; margin: 30px 60px; background-size: 100%;} .address { wdith: 200px; font-size: 12px; color: #7c7c7c; line-height: 20px; float: left; margin-top: 30px;} /* ------- */
1/index.css
ul, ol, body, html, p { padding: 0px; margin: 0px;} ul, ol, li { list-style-type: none;} body, html { font-family: arial,tahoma,"Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif; color: #333; font-size: 14px; line-height: 27px;} a { text-decoration: none; cursor: pointer;} a, iframe, input, select { outline: 0px none;} .clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}* html .clearfix,*:first-child+html .clearfix{zoom:1} /**/ /**/ /**/ /**/ /* structure */ #welcome{ width: 100%; background-color: #f0f0f0; height: 21px;} #content{ width: 1077px; margin: 0 auto;} .content2{ width: 1077px; margin: 0 auto; position: relative;} .banner{ width: 1077px; height: 128px;position: relative; z-index: 3; top: 0px; margin: 0 auto;} .logo{ width: 400px; height: 88px; position: relative;} #nav{ width: 100%; height:40px; background-color: #18B4EF;} .left-part{ width: 750px; margin-top: 13px; float:left;} .advertbig{ width: 100%; height: 258px; background-image: url(../images/index/haibao.jpg);} .techshare{ width: 360px; margin-top: 27px; float: left; padding-right: 6px;} .competition{ width: 100%; min-height: 364px; margin-top: 40px; border-bottom: 1px solid #e2e2e2;} .right-part{ width: 288px; float: right; margin-top:13px;} .ad1{ width: 93.5%; height: 80px; padding: 10px;} .ad2{ width: 100%; height: 90px; background-color: #e0f4fc; margin-top: 11px;} .ostrain{ width: 360px; height: 410px; margin-top: 27px; float: right;} .osweekly{ width: 100%; height: 201px; margin-top: 27px; overflow: hidden;} .danyuan{ margin-bottom: 17px; border-bottom: 1px solid rgb(236, 236, 236); padding-bottom: 19px;} /* ------- */ /* welcome */ .wel1 { color:#4a4a4a; font-size: 12px;line-height: 21px; float: left; letter-spacing: 1px;} .wel2, .wel3 { float: right;font-size: 12px; padding: 0px 10px; margin: 4px 0px;} .wel2 { border-left: 1px solid grey;} .content2 a { color: #4a4a4a; line-height: 13px;} .content2 a:hover{ text-decoration: underline;} /* ------- */ /* logo */ .penguin { width: 80px; height: 70px; position: absolute; left: -10px; bottom: -18px; background: url(../images/index/penguin.png) no-repeat;} .logoword { width: 306px; height: 34px; background-image: url(../images/index/logoword.jpg); position: absolute; bottom: 20px; left: 90px; background-repeat: no-repeat;} /* ------- */ /* nav */ .nav{ margin-left: 70px;} #nav li { float: left; width: 100px;} #nav a { color: white; letter-spacing: 1px; display: block; width: 100px; font-size: 15px; line-height: 40px; text-align:center; } #nav a:hover{ background-color: #028ec2;} .active{ background-color: #028ec2;} #nav li ul { line-height: 27px; list-style-type: none;text-align:left; width: 180px; position: absolute; left: -999em; } #nav li ul li{ float: left; width: 130px; background: #F6F6F6; } #nav li ul a{ display: block; width: 112px;text-align:left;padding-left:18px; } #nav li ul a:link { color:#666; text-decoration:none; } #nav li ul a:visited { color:#666;text-decoration:none; } #nav li ul a:hover { color:#F3F3F3;text-decoration:none;font-weight:normal; background:#028ec2; } #nav li:hover ul { left: auto; } #nav li.sfhover ul { left: auto; } /* ------- */ /* techshare */ .techban { height: 40px; background: url(../images/index/techshare.png) no-repeat 0px 10px; font-size: 26px; font-weight: bold; color: #18B4EF; line-height: 46px; padding-left: 30px;} .tech { padding: 8px 11px 0px 0px;} .tech a { color: #999999;} .tech h3 { margin: 0px; color: #282828; padding: 13px 0px 5px 0px; font-weight: lighter; font-size: 18px;} .tech h3:hover { color: #005b7c;} .tech span{ font-size: 12px; float: right; color: grey;} .tech ul li{ font-size: 13px; position: relative; padding-left: 12px;} .tech ul li a {color: rgb(77,77,77); display: inline-block; padding-right: 13px;} .tech ul li a:hover{ color: #18B4EF; cursor: pointer;} .tech ul li:before { content: ""; width: 3px; height: 3px; background-color: rgb(77,77,77); position: absolute; left: 0px; top: 12px;} .tech a span{ float: right;} .thenewone{ position: relative;} .thenewone:before{ content: ""; width: 10px; height: 10px; background-color: rgb(255, 121, 121); position: absolute; top: 8px; right: 0px; border-radius: 3px; } .thenewone:after{ content: "N"; width: 10px; height: 10px; position: absolute; top: 8px; right: 0px; line-height: 10px; color: white; font-size: 8px; text-align: center; -webkit-transform:scale(0.6); } /* ------ */ /* competition */ .comban { height: 30px; width: 100%; background: url(../images/index/competition.png) no-repeat; position: relative;font-size: 26px; padding-left: 37px;line-height: 31px; font-weight: bold; color: #18B4EF; margin-bottom: 30px;} .hjmd, .xwyd{width: 100%; color: #b1882a; font-size: 13px; line-height: 18px; margin-top: 20px;} .hjmdban{ color: #B1882A; font-size: 1.17em; line-height: 18px; background-color: #FCF8E9; display: block; padding: 4px 10px; position: relative;} .xwydban{ color: #03a6e3; font-size: 1.17em; line-height: 18px; background-color: #f6f6f6; display: block; padding: 4px 10px; position: relative;} .more{ position: absolute; right: -20px; width: 50px; height: 20px; font-size: 12px; font-weight: normal;} .more a { color: #b6b6b6;} .hjmdlist{ margin-left: 0px; position:relative; margin-top: 10px; padding-left: 12px;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;} .hjmdlist:before{ content:""; width: 3px; height: 3px; position: absolute; left: 0px; background-color: #b1882a; top: 8px;} .hjmdman{ font-size: 12px; margin: 5px 0px 0px 0px; color: rgb(77,77,77); width: 100%; text-align: right;} .hjmdman .money{ position: relative; margin-left: 30px;} .hjmdman .money:before{ content:"";width: 12px; height: 15px; background-color: yellow; position: absolute; left: -16px; top: 0px; background-image: url(../images/index/huizhang.png);} .xwydlist table td{ padding: 7px 0px 0px 12px; color: rgb(77,77,77); line-height: 22px; position: relative; overflow: hidden; text-overflow: ellipsis;} .dot:before{ content:""; width: 3px; height: 3px; position: absolute; left: 0px; background-color: #505050; top: 16px;} /* ------ */ /* ad */ .sqqrc{ width: 80px; height: 80px; background-color: grey; float: left; margin-right: 10px; background-image: url(../images/index/qrc.jpg); background-size: 100%;} .adbig2{ font-size: 22px; width: 100%; text-align: center; display: block; padding-top: 20px; color: #03a6e3;} .admore{ font-size: 13px; width: 100%; text-align: center; display: block; padding-top: 5px; color: #9a948b;} .admore:hover{text-decoration: underline;} /* ------ */ /* os培训 */ .ostban { height: 30px; width: 90%; background: url(../images/index/trainicon.png) no-repeat; position: relative; margin-bottom: 16px; margin-top: 8px; font-size: 26px; padding-left: 37px;line-height: 27px; font-weight: bold; color: #18B4EF;} .dyban{ padding: 5px 0px; float: left; font-size: 18px;} .dyban a{ color: #282828;} .dyban a:hover{ color: #005b7c;} .dytime { padding: 0px 0px; float: left; width: 62px; font-size: 12px; color: grey; float: right;} .dyppt, .dyvideo{ display: block; width: 22px; height: 17px; float: left; margin-top: 5px;} .dyvideo{ background-image: url("../images/index/video1.png"); background-size: 100%; margin-right: 6px;} .dyvideo:hover{ background-image: url("../images/index/video2.png");} .dyppt{ background-image: url("../images/index/ppt1.png"); background-size: 100%; margin-right: 3px;} .dyppt:hover{ background-image: url("../images/index/ppt2.png");} .class{ height: 28px; line-height: 28px; position: relative; font-size: 13px; float: left;} .class a{ color: rgb(77,77,77); display: block; max-width: 222px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;padding-right: 12px;} .class a:hover{ color: #18B4EF;} .kecheng{ height: 23px; margin-bottom: 6px;} /* ------ */ /* joinad 底部广告 */ .joinad { width:300px;float:right;font-size: 22px; padding:0 30px;height:100px;line-height:100px;margin-top:30px;color: green;border: 1px solid rgb(228, 228, 228);background-image: url(../images/index/bangong.jpg); background-size: 100%;} /* ------ */ /* 社区周刊 */ .weeklyban { height: 30px; width: 100%; background: url(../images/index/weekly.png) no-repeat; position: relative;font-size: 26px; padding-left: 37px;line-height: 27px; font-weight: bold; color: #18B4EF; margin-bottom: 30px;} .weeklycon { height: 114px; background-color: #f6f6f6; padding: 14px; margin-top: 8px; width: 110%;} .book1 { width: 80px; background-color: white; text-align: center; padding-top: 17px; padding-bottom: 17px; color: #505050; box-shadow: 2px 2px 0px rgb(237,237,237); float: left; margin-right: 10px;} /* ------ */ /* footer */ #footer { width: 100%; height: 156px; background-color: #ececec; margin-top: 40px; display: inline-table;} .iscaslogo { width: 150px; height: 56px; background: url(../images/index/iscas.png) no-repeat; float: left; margin-top: 50px;} .wordintro { width: 400px; font-size: 12px; color: #7c7c7c; line-height: 20px; float: left; margin-top: 30px; border-right: 1px solid rgb(194,194,194);} .qrc { width: 90px; height: 90px; background: url(../images/index/qrc.png) no-repeat; float: left; margin: 30px 60px; background-size: 100%;} .address { wdith: 200px; font-size: 12px; color: #7c7c7c; line-height: 20px; float: left; margin-top: 30px;} /* ------- */
0.208501
0.135146
.pageCalculate .box_first { max-width: 630px; } .vehicle-selection.partnerContent { display: block; padding: 0 0 10px; } .vehihcle-selection--box { position: relative; width: 100%; } .vehihcle-selection--box:nth-child(3) { padding-right: 0; } .pageCalculate .m-partner_box--text { margin-bottom: 24px; } .vehihcle-selection--header { color: #000; font-size: 26px; line-height: 130%; margin: 20px 0 60px; padding: 0; text-align: center; } .vehicle--header { background: #fff; padding: 20px; } .vehihcle-selection--text { font-size: 18px; font-weight: 400; line-height: 135%; margin-bottom: 20px; margin-top: 0; } .vehihcle-selection--text.asterix { display: inline; } .sup-footnote { display: none; } .vehihcle-selection--box .radio input[type=radio] { border: 0; clip: rect(0 0 0 0); display: none; height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .vehihcle-selection--box .radio input[type=radio] ~ label::before { background-color: #fff; border: 1px solid #000; content: ""; display: block; height: 52px; position: absolute; right: 30px; top: 30px; width: 52px; } .vehihcle-selection--box .radio input:checked ~ label::before { background: url("/assets/img/icons/svg/ok.svg") no-repeat #fff; content: ""; } .vehicle--data { background: #fff; padding: 0 20px 32px; } .vehicle--data ul { border-top: 1px solid #000; list-style: none; margin: 0; padding: 20px 0 0; } .vehicle--data ul li { color: #000; list-style: none; margin: 0; padding: 0; } .link--dwnl, .link--dwnl:hover { background: url("/assets/img/icons/svg/download.svg") 0% 50% no-repeat; color: var(--active-color); display: block; line-height: 22px; padding: 32px 0 32px 42px; } /* slick carousel */ .slick-arrow { background-color: var(--active-color); background-position: 50%; background-repeat: no-repeat; background-size: 30px; border: 0; border-radius: 4px; bottom: 523px; direction: ltr; height: 50px; position: absolute; text-indent: -9999999999px; width: 50px; z-index: 9999; } .slick-next { background-image: url("/assets/img/icons/svg/forward-white.svg"); right: 20px; } .slick-prev { background-image: url("/assets/img/icons/svg/back-white.svg"); left: 20px; } section.footnotes { display: none; } section.footnotes-mobile { display: block; margin: 0 10px; } section.footnotes-mobile ul { line-height: 13px; margin: 0; padding: 30px 60px 50px 20px; } section.footnotes-mobile sup { color: #fff; display: block; font-size: 14px; line-height: 120%; margin: 6px 0; } @media (--phone-up) { .vehihcle-selection--box .radio input[type=radio] ~ label::before { background: #fff; border: 1px solid #000; content: ""; display: block; height: 52px; position: absolute; right: 30px; top: 30px; width: 52px; } } .vehihcle-selection--box .radio input:checked ~ label::before { background: url("/assets/img/icons/svg/ok.svg") no-repeat #fff; content: ""; } @media (--tablet) { .pageCalculate .box_first { max-width: 630px; padding-left: 0; } .vehicle-selection.partnerContent .vehicle-selection--boxes { display: flex; padding: 0 0 80px; } .vehihcle-selection--box { padding-right: 5px; position: relative; width: 100%; } .vehihcle-selection--box:nth-child(3) { padding-right: 0; } .pageCalculate .m-partner_box--text { margin-bottom: 24px; } .vehihcle-selection--header { color: #000; font-size: 32px; line-height: 130%; margin: 0 0 30px; padding: 0; text-align: left; } .vehicle--header { background: #fff; padding: 32px; } .vehihcle-selection--text { font-size: 23px; font-weight: 400; line-height: 150%; margin-bottom: 35px; margin-top: 0; } .vehihcle-selection--text.asterix { display: none; } .vehihcle-selection--text.sup-footnote { display: inline; } .vehihcle-selection--box .radio input[type=radio] { border: 0; clip: rect(0 0 0 0); display: none; height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .vehihcle-selection--box .radio input[type=radio] ~ label::before { background: none; border: 1px solid #000; content: ""; display: block; height: 52px; position: absolute; right: 30px; top: 290px; width: 52px; } .vehihcle-selection--box .radio input:checked ~ label::before { background: url("/assets/img/icons/svg/ok.svg") no-repeat transparent; content: ""; } .vehicle--data { background: #000; padding: 32px; } .vehicle--data ul { border: none; list-style: none; margin: 0; padding: 0; } .vehicle--data ul li { color: #fff; list-style: none; margin: 0; padding: 0; } .radio__bw .vehicle--data ul li { color: #b8b8b8; } .link--dwnl, .link--dwnl:hover { background: url("/assets/img/icons/svg/download.svg") 0% 50% no-repeat; color: var(--active-color); display: block; line-height: 23px; padding: 32px 0 32px 42px; } .radio__bw .link--dwnl, .radio__bw .link--dwnl:hover { background: url("/assets/img/icons/svg/download_grey.svg") 0% 50% no-repeat; background-size: 34px 50px; color: #b8b8b8; } .radio__bw .a-button, .radio__bw .a-button:hover { background: #b8b8b8; } section.footnotes { border-top: 1px solid var(--light-grey); display: block; margin: 0 40px; } section.footnotes-mobile { display: none; } section.footnotes ul { line-height: 13px; margin: 0; padding: 30px 60px 50px 20px; } section.footnotes sup { color: #fff; display: block; font-size: 10px; line-height: 120%; margin: 6px 0; } }
src/frontend/src/static/assets/css/modules/_vehicleSelection.css
.pageCalculate .box_first { max-width: 630px; } .vehicle-selection.partnerContent { display: block; padding: 0 0 10px; } .vehihcle-selection--box { position: relative; width: 100%; } .vehihcle-selection--box:nth-child(3) { padding-right: 0; } .pageCalculate .m-partner_box--text { margin-bottom: 24px; } .vehihcle-selection--header { color: #000; font-size: 26px; line-height: 130%; margin: 20px 0 60px; padding: 0; text-align: center; } .vehicle--header { background: #fff; padding: 20px; } .vehihcle-selection--text { font-size: 18px; font-weight: 400; line-height: 135%; margin-bottom: 20px; margin-top: 0; } .vehihcle-selection--text.asterix { display: inline; } .sup-footnote { display: none; } .vehihcle-selection--box .radio input[type=radio] { border: 0; clip: rect(0 0 0 0); display: none; height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .vehihcle-selection--box .radio input[type=radio] ~ label::before { background-color: #fff; border: 1px solid #000; content: ""; display: block; height: 52px; position: absolute; right: 30px; top: 30px; width: 52px; } .vehihcle-selection--box .radio input:checked ~ label::before { background: url("/assets/img/icons/svg/ok.svg") no-repeat #fff; content: ""; } .vehicle--data { background: #fff; padding: 0 20px 32px; } .vehicle--data ul { border-top: 1px solid #000; list-style: none; margin: 0; padding: 20px 0 0; } .vehicle--data ul li { color: #000; list-style: none; margin: 0; padding: 0; } .link--dwnl, .link--dwnl:hover { background: url("/assets/img/icons/svg/download.svg") 0% 50% no-repeat; color: var(--active-color); display: block; line-height: 22px; padding: 32px 0 32px 42px; } /* slick carousel */ .slick-arrow { background-color: var(--active-color); background-position: 50%; background-repeat: no-repeat; background-size: 30px; border: 0; border-radius: 4px; bottom: 523px; direction: ltr; height: 50px; position: absolute; text-indent: -9999999999px; width: 50px; z-index: 9999; } .slick-next { background-image: url("/assets/img/icons/svg/forward-white.svg"); right: 20px; } .slick-prev { background-image: url("/assets/img/icons/svg/back-white.svg"); left: 20px; } section.footnotes { display: none; } section.footnotes-mobile { display: block; margin: 0 10px; } section.footnotes-mobile ul { line-height: 13px; margin: 0; padding: 30px 60px 50px 20px; } section.footnotes-mobile sup { color: #fff; display: block; font-size: 14px; line-height: 120%; margin: 6px 0; } @media (--phone-up) { .vehihcle-selection--box .radio input[type=radio] ~ label::before { background: #fff; border: 1px solid #000; content: ""; display: block; height: 52px; position: absolute; right: 30px; top: 30px; width: 52px; } } .vehihcle-selection--box .radio input:checked ~ label::before { background: url("/assets/img/icons/svg/ok.svg") no-repeat #fff; content: ""; } @media (--tablet) { .pageCalculate .box_first { max-width: 630px; padding-left: 0; } .vehicle-selection.partnerContent .vehicle-selection--boxes { display: flex; padding: 0 0 80px; } .vehihcle-selection--box { padding-right: 5px; position: relative; width: 100%; } .vehihcle-selection--box:nth-child(3) { padding-right: 0; } .pageCalculate .m-partner_box--text { margin-bottom: 24px; } .vehihcle-selection--header { color: #000; font-size: 32px; line-height: 130%; margin: 0 0 30px; padding: 0; text-align: left; } .vehicle--header { background: #fff; padding: 32px; } .vehihcle-selection--text { font-size: 23px; font-weight: 400; line-height: 150%; margin-bottom: 35px; margin-top: 0; } .vehihcle-selection--text.asterix { display: none; } .vehihcle-selection--text.sup-footnote { display: inline; } .vehihcle-selection--box .radio input[type=radio] { border: 0; clip: rect(0 0 0 0); display: none; height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .vehihcle-selection--box .radio input[type=radio] ~ label::before { background: none; border: 1px solid #000; content: ""; display: block; height: 52px; position: absolute; right: 30px; top: 290px; width: 52px; } .vehihcle-selection--box .radio input:checked ~ label::before { background: url("/assets/img/icons/svg/ok.svg") no-repeat transparent; content: ""; } .vehicle--data { background: #000; padding: 32px; } .vehicle--data ul { border: none; list-style: none; margin: 0; padding: 0; } .vehicle--data ul li { color: #fff; list-style: none; margin: 0; padding: 0; } .radio__bw .vehicle--data ul li { color: #b8b8b8; } .link--dwnl, .link--dwnl:hover { background: url("/assets/img/icons/svg/download.svg") 0% 50% no-repeat; color: var(--active-color); display: block; line-height: 23px; padding: 32px 0 32px 42px; } .radio__bw .link--dwnl, .radio__bw .link--dwnl:hover { background: url("/assets/img/icons/svg/download_grey.svg") 0% 50% no-repeat; background-size: 34px 50px; color: #b8b8b8; } .radio__bw .a-button, .radio__bw .a-button:hover { background: #b8b8b8; } section.footnotes { border-top: 1px solid var(--light-grey); display: block; margin: 0 40px; } section.footnotes-mobile { display: none; } section.footnotes ul { line-height: 13px; margin: 0; padding: 30px 60px 50px 20px; } section.footnotes sup { color: #fff; display: block; font-size: 10px; line-height: 120%; margin: 6px 0; } }
0.579281
0.091382
html, body { overflow: hidden; -webkit-user-select: none; /* prevents selecting */ -webkit-user-drag: none; cursor: default; } body { padding-top: 30px; } webview { height: calc(100% - 40px); } button, li { -webkit-app-region: no-drag; } a, button.btn { cursor: default; } a:hover { text-decoration: none; } .navbar-fixed-top { -webkit-app-region: drag; height: 30px; min-height: 0; margin-bottom: 0; } #window-title { position: absolute; top: 5px; left: 0; right: 0; text-align: center; color: #fff; } #window-content { position: absolute; top: 30px; right: 0; bottom: 0; left: 0; } #window-actions { position: absolute; top: 0; right: 0; color: #fff; } #window-action-buttons { list-style: none; padding: 5px 5px 0; margin-bottom: 0; } #window-action-buttons li { display: inline-block; height: 20px; width: 30px; line-height: 20px; text-align: center; color: #cccccc; overflow: hidden; } #window-action-buttons #window-close { color: #fff; background-color: #ad0000; } #window-action-buttons #window-close:hover { background-color: #d00000; } #window-action-buttons #window-minimize i { line-height: 30px; } #window-action-buttons #window-minimize:hover { color: #fff; } #resize-bar { border-right: 1px solid #d3d3d3; position: absolute; right: 0; top: 0; bottom: 0; width: 5px; cursor: ew-resize; } #left-pane { display: flex; flex-direction: column; float: left; padding: 15px; /*border-right: 1px solid #d3d3d3;*/ height: 100%; width: 200px; overflow: hidden; position: relative; } #center-pane { display: flex; flex-direction: column; height: 100%; position: relative; } #new-test-form { position: absolute; top: 40px; left: 10px; width: 400px; background-color: white; box-shadow: 0px 0px 8px 0px gray; padding: 10px; z-index: 100000; } #new-test-form .control-label { padding-top: 6px; padding-right: 0; font-size: 12px; text-align: right; } #blockable-items { margin-bottom: 5px; } #blockable-items tr td:first-child { width: 1%; text-align: center; } #blockable-items>tbody>tr>td, #blockable-items>tbody>tr>th, #blockable-items>tfoot>tr>td, #blockable-items>tfoot>tr>th, #blockable-items>thead>tr>td, #blockable-items>thead>tr>th { padding: 4px; } .arrow, .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; top: -12px; margin-left: -5px; border-bottom-color: #999; border-bottom-color: rgba(0,0,0,.25); border-top-width: 0; border-width: 6px; } .arrow:after { content: ""; border-width: 5px; top: 1px; margin-left: -5px; border-top-width: 0; border-bottom-color: #fff; } button, .form-control { border-radius: 0!important; } .form-group { margin-bottom: 5px; } .form-group:last-of-type { margin-bottom: 0; } .section-title { color: #757575; } #tests ul { margin-top: 5px; list-style-type: none; padding-left: 0; } #tests ul li { text-overflow: ellipsis; overflow: hidden; margin: 0 -15px; padding: 3px 15px; } #tests ul li:hover { color: black; } #tests ul li.selected { background-color: #efefef; } #tests-queued li { padding-left: 35px!important; } #tests-queued li .fa-stack { display: none!important; position: absolute!important; margin-left: -18px!important; margin-top: -4px!important; } #tests-queued li:first-child .fa-stack { display: inline-block!important; } #tests-queued li:not(:first-child) { padding-left: 34px; } #test-status { padding: 10px; border-bottom: 1px solid #d3d3d3; height: 40px; } /* Test Status */ #test-status > div { display: none; } [data-status="idle"] #status-idle, [data-status="running"] #status-running, [data-status="completed"] #status-completed { display: block; } #test-status button { margin-top: -1px; padding: 1px 7px; position: absolute; right: 10px; border-radius: 3px!important; } /* Tabs */ #test-view, #results-view { display: none; } [data-tab="test-view"] #test-view, [data-tab="results-view"] #results-view { display: block; height: 100%; } #results-view { padding: 15px; } /* Theme */ hr { margin: 10px 0; } .btn { outline: none!important; } .fa-stack { width: 1em; height: 1em; } .fa-play { font-size: 8px; margin-left: 1px; } .progress { height: 5px; margin-bottom: 0; }
css/main.css
html, body { overflow: hidden; -webkit-user-select: none; /* prevents selecting */ -webkit-user-drag: none; cursor: default; } body { padding-top: 30px; } webview { height: calc(100% - 40px); } button, li { -webkit-app-region: no-drag; } a, button.btn { cursor: default; } a:hover { text-decoration: none; } .navbar-fixed-top { -webkit-app-region: drag; height: 30px; min-height: 0; margin-bottom: 0; } #window-title { position: absolute; top: 5px; left: 0; right: 0; text-align: center; color: #fff; } #window-content { position: absolute; top: 30px; right: 0; bottom: 0; left: 0; } #window-actions { position: absolute; top: 0; right: 0; color: #fff; } #window-action-buttons { list-style: none; padding: 5px 5px 0; margin-bottom: 0; } #window-action-buttons li { display: inline-block; height: 20px; width: 30px; line-height: 20px; text-align: center; color: #cccccc; overflow: hidden; } #window-action-buttons #window-close { color: #fff; background-color: #ad0000; } #window-action-buttons #window-close:hover { background-color: #d00000; } #window-action-buttons #window-minimize i { line-height: 30px; } #window-action-buttons #window-minimize:hover { color: #fff; } #resize-bar { border-right: 1px solid #d3d3d3; position: absolute; right: 0; top: 0; bottom: 0; width: 5px; cursor: ew-resize; } #left-pane { display: flex; flex-direction: column; float: left; padding: 15px; /*border-right: 1px solid #d3d3d3;*/ height: 100%; width: 200px; overflow: hidden; position: relative; } #center-pane { display: flex; flex-direction: column; height: 100%; position: relative; } #new-test-form { position: absolute; top: 40px; left: 10px; width: 400px; background-color: white; box-shadow: 0px 0px 8px 0px gray; padding: 10px; z-index: 100000; } #new-test-form .control-label { padding-top: 6px; padding-right: 0; font-size: 12px; text-align: right; } #blockable-items { margin-bottom: 5px; } #blockable-items tr td:first-child { width: 1%; text-align: center; } #blockable-items>tbody>tr>td, #blockable-items>tbody>tr>th, #blockable-items>tfoot>tr>td, #blockable-items>tfoot>tr>th, #blockable-items>thead>tr>td, #blockable-items>thead>tr>th { padding: 4px; } .arrow, .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; top: -12px; margin-left: -5px; border-bottom-color: #999; border-bottom-color: rgba(0,0,0,.25); border-top-width: 0; border-width: 6px; } .arrow:after { content: ""; border-width: 5px; top: 1px; margin-left: -5px; border-top-width: 0; border-bottom-color: #fff; } button, .form-control { border-radius: 0!important; } .form-group { margin-bottom: 5px; } .form-group:last-of-type { margin-bottom: 0; } .section-title { color: #757575; } #tests ul { margin-top: 5px; list-style-type: none; padding-left: 0; } #tests ul li { text-overflow: ellipsis; overflow: hidden; margin: 0 -15px; padding: 3px 15px; } #tests ul li:hover { color: black; } #tests ul li.selected { background-color: #efefef; } #tests-queued li { padding-left: 35px!important; } #tests-queued li .fa-stack { display: none!important; position: absolute!important; margin-left: -18px!important; margin-top: -4px!important; } #tests-queued li:first-child .fa-stack { display: inline-block!important; } #tests-queued li:not(:first-child) { padding-left: 34px; } #test-status { padding: 10px; border-bottom: 1px solid #d3d3d3; height: 40px; } /* Test Status */ #test-status > div { display: none; } [data-status="idle"] #status-idle, [data-status="running"] #status-running, [data-status="completed"] #status-completed { display: block; } #test-status button { margin-top: -1px; padding: 1px 7px; position: absolute; right: 10px; border-radius: 3px!important; } /* Tabs */ #test-view, #results-view { display: none; } [data-tab="test-view"] #test-view, [data-tab="results-view"] #results-view { display: block; height: 100%; } #results-view { padding: 15px; } /* Theme */ hr { margin: 10px 0; } .btn { outline: none!important; } .fa-stack { width: 1em; height: 1em; } .fa-play { font-size: 8px; margin-left: 1px; } .progress { height: 5px; margin-bottom: 0; }
0.340705
0.057891
.video { margin-top: 40px; height: 400px; overflow: hidden; } .logo { max-height: 45px; margin-left: 10px; } .navbar { background-color: #fff; box-shadow: -1px -1px 1px 1px #eee inset, 1px 1px 1px 1px #eee inset; } .buttons { float: right; margin-right: 17px; margin-top: 5px; } .on_video { position: absolute; top: 35%; } .Log_in { height: 616px; background-color: rgba(2,2,2,0.6); position: absolute; top: 45px; z-index: 2; display: none; } .close { color: #a00; font-size: 20px; direction: rtl; margin-top: 10px; } .Log_in form { margin-top: 150px; } .form-group span { color: #fff; } h1 { color: #fff; } .col-lg-push-5 { left: 37.667%; } .col-md-push-1 { left: 3.333333%; } .option { width: 284px; margin-bottom: 28px; } .option:hover { transform: scale3d(1.1,1.1,1) translate3d(0,5%,0); -moz-transform: scale3d(1.1,1.1,1) translate3d(0,5%,0); -o-transform: scale3d(1.1,1.1,1) translate3d(0,5%,0); -ms-transform: scale3d(1.1,1.1,1) translate3d(0,5%,0); } .glass { width: 284px; height: 170px; position: absolute; z-index: 2; top: 0; } .glass:hover { background: rgba(2,2,2,0.5); } .option h4,a:hover { color: #000; text-decoration:none; } li { color: #ccc; } li a { color: #fff; text-decoration:none; } .footer { background-color: #282842; min-height: 100px; box-shadow: -3px -3px 3px 3px #666 inset, 3px 3px 3px 3px #666 inset; margin-top: 20px; box-sizing: border-box; padding-top: 20px; } h2 { margin-bottom: 20px; } .thumbnail { width: 80%; } .logo { max-height: 45px; margin-left: 10px; } .step1 { margin-top: 55px; position: absolute; z-index: 1; } /* end log in form */ /* user register */ @import url(https://fonts.googleapis.com/css?family=Montserrat); /* css class for the registration form generated errors */ .profilepress-reg-status { border-radius: 6px; font-size: 17px; line-height: 1.471; padding: 10px 19px; background-color: #e74c3c; color: #ffffff; font-weight: normal; display: block; text-align: center; vertical-align: middle; margin: 5px 0; } /*form styles*/ #msform { width: 400px; margin: 50px auto 550px; text-align: center; position: relative; } #msform fieldset { background: white; border: 0 none; border-radius: 3px; box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4); padding: 20px 30px; box-sizing: border-box; width: 80%; margin: 0 10%; /*stacking fieldsets above each other*/ position: absolute; } /*Hide all except first fieldset*/ #msform fieldset:not(:first-of-type) { display: none; } /*inputs*/ #msform input, #msform textarea { padding: 15px; border: 1px solid #ccc; border-radius: 3px; margin-bottom: 10px; width: 100%; box-sizing: border-box; font-family: montserrat; color: #2C3E50; font-size: 13px; } /*buttons*/ #msform .action-button { width: 100px; background: #27AE60; font-weight: bold; color: white; border: 0 none; border-radius: 1px; cursor: pointer; padding: 10px 5px; margin: 10px 5px; } #msform .action-button:hover, #msform .action-button:focus { box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60; } /*headings*/ .fs-title { font-size: 15px; text-transform: uppercase; color: #2C3E50; margin-bottom: 10px; } .fs-subtitle { font-weight: normal; font-size: 13px; color: #666; margin-bottom: 20px; } /*progressbar*/ #progressbar { margin-bottom: 30px; overflow: hidden; /*CSS counters to number the steps*/ counter-reset: step; } #progressbar li { list-style-type: none; color: #616161; text-transform: uppercase; font-size: 9px; width: 33.33%; float: left; position: relative; } #progressbar li:before { content: counter(step); counter-increment: step; width: 20px; line-height: 20px; display: block; font-size: 15px; color: #333; background: white; border-radius: 3px; margin: 0 auto 5px auto; } #progressbar li:first-child:after { /*connector not needed before the first step*/ content: none; } /*marking active/completed steps green*/ /*The number of the step and the connector before it = green*/ #progressbar li.active:before, #progressbar li.active:after { background: #27AE60; color: white; } /* end user register */
public/css/style.css
.video { margin-top: 40px; height: 400px; overflow: hidden; } .logo { max-height: 45px; margin-left: 10px; } .navbar { background-color: #fff; box-shadow: -1px -1px 1px 1px #eee inset, 1px 1px 1px 1px #eee inset; } .buttons { float: right; margin-right: 17px; margin-top: 5px; } .on_video { position: absolute; top: 35%; } .Log_in { height: 616px; background-color: rgba(2,2,2,0.6); position: absolute; top: 45px; z-index: 2; display: none; } .close { color: #a00; font-size: 20px; direction: rtl; margin-top: 10px; } .Log_in form { margin-top: 150px; } .form-group span { color: #fff; } h1 { color: #fff; } .col-lg-push-5 { left: 37.667%; } .col-md-push-1 { left: 3.333333%; } .option { width: 284px; margin-bottom: 28px; } .option:hover { transform: scale3d(1.1,1.1,1) translate3d(0,5%,0); -moz-transform: scale3d(1.1,1.1,1) translate3d(0,5%,0); -o-transform: scale3d(1.1,1.1,1) translate3d(0,5%,0); -ms-transform: scale3d(1.1,1.1,1) translate3d(0,5%,0); } .glass { width: 284px; height: 170px; position: absolute; z-index: 2; top: 0; } .glass:hover { background: rgba(2,2,2,0.5); } .option h4,a:hover { color: #000; text-decoration:none; } li { color: #ccc; } li a { color: #fff; text-decoration:none; } .footer { background-color: #282842; min-height: 100px; box-shadow: -3px -3px 3px 3px #666 inset, 3px 3px 3px 3px #666 inset; margin-top: 20px; box-sizing: border-box; padding-top: 20px; } h2 { margin-bottom: 20px; } .thumbnail { width: 80%; } .logo { max-height: 45px; margin-left: 10px; } .step1 { margin-top: 55px; position: absolute; z-index: 1; } /* end log in form */ /* user register */ @import url(https://fonts.googleapis.com/css?family=Montserrat); /* css class for the registration form generated errors */ .profilepress-reg-status { border-radius: 6px; font-size: 17px; line-height: 1.471; padding: 10px 19px; background-color: #e74c3c; color: #ffffff; font-weight: normal; display: block; text-align: center; vertical-align: middle; margin: 5px 0; } /*form styles*/ #msform { width: 400px; margin: 50px auto 550px; text-align: center; position: relative; } #msform fieldset { background: white; border: 0 none; border-radius: 3px; box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4); padding: 20px 30px; box-sizing: border-box; width: 80%; margin: 0 10%; /*stacking fieldsets above each other*/ position: absolute; } /*Hide all except first fieldset*/ #msform fieldset:not(:first-of-type) { display: none; } /*inputs*/ #msform input, #msform textarea { padding: 15px; border: 1px solid #ccc; border-radius: 3px; margin-bottom: 10px; width: 100%; box-sizing: border-box; font-family: montserrat; color: #2C3E50; font-size: 13px; } /*buttons*/ #msform .action-button { width: 100px; background: #27AE60; font-weight: bold; color: white; border: 0 none; border-radius: 1px; cursor: pointer; padding: 10px 5px; margin: 10px 5px; } #msform .action-button:hover, #msform .action-button:focus { box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60; } /*headings*/ .fs-title { font-size: 15px; text-transform: uppercase; color: #2C3E50; margin-bottom: 10px; } .fs-subtitle { font-weight: normal; font-size: 13px; color: #666; margin-bottom: 20px; } /*progressbar*/ #progressbar { margin-bottom: 30px; overflow: hidden; /*CSS counters to number the steps*/ counter-reset: step; } #progressbar li { list-style-type: none; color: #616161; text-transform: uppercase; font-size: 9px; width: 33.33%; float: left; position: relative; } #progressbar li:before { content: counter(step); counter-increment: step; width: 20px; line-height: 20px; display: block; font-size: 15px; color: #333; background: white; border-radius: 3px; margin: 0 auto 5px auto; } #progressbar li:first-child:after { /*connector not needed before the first step*/ content: none; } /*marking active/completed steps green*/ /*The number of the step and the connector before it = green*/ #progressbar li.active:before, #progressbar li.active:after { background: #27AE60; color: white; } /* end user register */
0.418103
0.102889
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("msdn.microsoft.com"), domain("dev.windows.com"), domain("microsoft.com"), domain("live.com") { /* ============ Default Reset ============ */ * { background-color: transparent !important; } /* */ * { border-color: #00ACAF !important; color: #777 !important; box-shadow: none !important; text-shadow: none !important; } /* */ a:link { color: #00ACAF !important; } /* */ a:visited { color: #00ACCF !important; } /* */ /* ======== popups ======== */ div#divNRMain { background-color: #000C17 !important; border: 1px solid #00ACAF !important; } /* ============ Site Settings ============ */ html, body { background-color: #000C17 !important; } #BodyBackground.ltr { border: 0px solid transparent !important; } .contentTableWrapper { background-color: #000C17 !important; } #vsPanel { background-color: #000C17 !important; } img[src="https://msdn.microsoft.com/dynimg/IC820563.png"] { padding-left: 64px !important; padding-top: 64px !important; background: transparent url("http://i.imgur.com/EeS0HdV.png") no-repeat !important; width: 0px !important; height: 0px !important; background-size: contain !important; } #breakdown .iot-item .internet h3 { color: #000C47 !important; } .stdr-vote.stdr-content { background-color: #000C27 !important; } .shell-header-dropdown-content { background-color: #000C17 !important; border: 1px solid #000C47 !important; } /* top nav - menu */ #shell-header .shell-header-nav li a { color: #00AC7F !important; } /* top nav - primary text */ #shell-header .shell-header-nav li .shell-header-dropdown-content a { color: #00AC7F !important; } /* top nav - item text */ #shell-header .shell-header-nav .shell-header-dropdown-tab-list li > a:hover { color: #00ACAF !important; background-color: #000C47 !important; } .shell-header-dropdown-tab.active { background-color: #000C27 !important; } /* top nav - selected item */ .shell-header-dropdown-tab-content { background-color: #000C27 !important; border: 1px solid #000C47 !important; top: -1px !important; } /* top nav - sub menu */ .subNav { background-color: #000C47 !important; } .officeSupports::after { background-color: #000C47 !important; } .subNav div ul li:hover { background-color: #000C67 !important; } .shell-search button:hover { background-color: #000C47 !important; } /* search button */ #cli_searchSuggestionsResults { background-color: #000C17 !important; } /* search suggestions drop-down */ #shell-header #cli_searchSuggestionsResults li.sg_term.selected { background-color: #000C47 !important; } /* search suggestions hover */ .msame_Header { border: none !important; } /* sign in auth area */ .msame_Header:hover { background-color: #000C37 !important; } .links.horizontal li a { color: transparent !important; } #Fragment_SiteLogo a span { color: transparent !important; } .shell-category-header { background-color: #000C27 !important; } /* nav header bar */ .c-nav-dropdown-menu { background-color: #000C17 !important; border: 1px solid #000C47 !important; } /* nav header - menu */ .c-top-nav-item:hover, .c-nav-dropdown-item:hover, .c-top-nav-link:hover { background-color: #000C37 !important; } /* nav header - item hover */ .c-nav-item-with-dropdown.active { background-color: #000C37 !important;} /* nav header - flyout hover */ .c-nav-dropdown-tab-content { background-color: #000C27 !important; border: 1px solid #000C47 !important; left: 268px !important; top: -1px !important; } /* nav header - sub menu */ .shell-category-header .c-nav-dropdown-tab-content a:link { color: #777 !important; } /* nav header - sub menu - item */ .shell-category-header .c-nav-dropdown-tab-content a:visited { color: #777 !important; } .shell-category-header .c-nav-dropdown-tab-content h3, .shell-category-header .c-nav-dropdown-tab-content h3 a:link { color: #00AC7F !important; } /* nav header - sub menu - missed text items */ .c-nav-dropdown-tab-content li:hover { background-color: #000C37 !important; } /* nav header - sub menu - item hover */ /* div#tocnav div.tocselected { background-color: #000C37 !important; } /* toc selected */ #tocnav .toclevel:hover { background-color: #000C47 !important; } /* toc hover item */ /* #mainSection .alert { background-color: #000C37 !important; } /* highlighted "note" items */ .clsStd tr:hover { background-color: #000C37 !important; } /* table row highlight on hover */ #ux-header header div.toc nav ul.navL2, #ux-header header div.toc nav ul.navL3 { background-color: #000C17 !important; border-top: 1px solid #00ACAF !important; } #ux-header header div.toc nav ul.navL3 { top: -1px !important; } #ux-header header div.toc nav ul.navL2 > li > a:hover, #ux-header header div.toc nav ul.navL3 > li > a:hover { background-color: #000C47 !important; } .breadCrumb > span > a, .breadCrumb > span > a:link, .breadCrumb > span > a:hover, .breadCrumb > span > a:visited { color: #777 !important; } .breadcrumbEllipsis > a, #tocExpandButton > a { background: transparent url("http://i.imgur.com/GifvBz6.png") no-repeat scroll !important; } #breadcrumbDropDownMenu { background-color: #000C27 !important; } #breadcrumbDropDownMenu ul li:hover { background-color: #000C47 !important; } #ux-header header div.row div.SearchBox form#HeaderSearchForm input { border: 1px solid #00ACAF !important; } #SearchFlyoutContainer { background-color: #000C17 !important; } #ux-header #SearchFlyoutContainer { background-color: #000C17 !important; border: 1px solid #00ACAF !important; } #SearchFlyoutContainer #SuggestionContainer ul li[style*="background-color: rgb(238, 238, 238);"]:hover { background-color: #000C67 !important; color: #00ACAF !important; } div#skinnyRating { background-color: #000C27 !important; border: 1px solid #00ACAF !important; } div#skinnyRating div.buttons button { background-color: #000C17 !important; } div#skinnyRating div.buttons button:hover { background-color: #000C47 !important; color: #00ACAF !important; } #MainContent .MetroSearchtextbox { border-color: #00ACAF !important; } .breadCrumb > span.breadcrumbDropSmall > a::after { background: transparent url("http://i.imgur.com/3bYPR1V.gif") no-repeat top left !important; height: 15px !important; } /* #searchBox { height: 40px !important; } /**/ #HeaderSearchTextBox { background-color: #000C17 !important; border: 1px solid #00ACAF !important; } /* #searchBox { background-color: #000C17 !important; border: 1px solid #00ACAF !important; } /* */ .search-box-query .quicksearchbox, #header-courses { background-color: #000C17 !important; } .header-item.courses .carot { border-color: transparent transparent #00aCAF !important; } .msame_Drop_content { background-color: #000C17 !important; } /* content */ h1, h2, h3 { color: #00ACAF !important; } /* paragraph titles */ .topic a, .topic a:link, .topic strong, .topic em { color: #00AC7F !important; } /* bolded links - highlighted terms */ .topic a:hover { background-color: #000C37 !important; } .topic pre strong, .topic pre em, .topic pre { color: orange !important; } .ResultDescription, .ResultItemRight { color: #777 !important; } /* filter bar */ ul li a.with-drop { background-color: #000C17 !important; border-color: transparent !important; } /* bg of filter control */ .filterbar .drop-box { background-color: #000C17 !important; top: 35px !important; } /* filter popup */ span.ResultsMessage span, #ResultsMessageDiv .ResultsMessage { color: #777 !important; } .RefinementListContainer .HeaderContainerRefinement { color: #777 !important; } .refine { background-color: #000C27 !important; } /* flash box */ .flash-cont .flash-box { background-color: #000C37 !important; } /* side nav */ .tr_Right_Nav_Header_OnePSTemplate { background-color: #000C37 !important; } .LearnMoreNavigation { border-color: transparent !important; } /* learn more hide/compress */ .hero-bg, #programs-hero { background-image: none !important; } }
data/usercss/123147.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("msdn.microsoft.com"), domain("dev.windows.com"), domain("microsoft.com"), domain("live.com") { /* ============ Default Reset ============ */ * { background-color: transparent !important; } /* */ * { border-color: #00ACAF !important; color: #777 !important; box-shadow: none !important; text-shadow: none !important; } /* */ a:link { color: #00ACAF !important; } /* */ a:visited { color: #00ACCF !important; } /* */ /* ======== popups ======== */ div#divNRMain { background-color: #000C17 !important; border: 1px solid #00ACAF !important; } /* ============ Site Settings ============ */ html, body { background-color: #000C17 !important; } #BodyBackground.ltr { border: 0px solid transparent !important; } .contentTableWrapper { background-color: #000C17 !important; } #vsPanel { background-color: #000C17 !important; } img[src="https://msdn.microsoft.com/dynimg/IC820563.png"] { padding-left: 64px !important; padding-top: 64px !important; background: transparent url("http://i.imgur.com/EeS0HdV.png") no-repeat !important; width: 0px !important; height: 0px !important; background-size: contain !important; } #breakdown .iot-item .internet h3 { color: #000C47 !important; } .stdr-vote.stdr-content { background-color: #000C27 !important; } .shell-header-dropdown-content { background-color: #000C17 !important; border: 1px solid #000C47 !important; } /* top nav - menu */ #shell-header .shell-header-nav li a { color: #00AC7F !important; } /* top nav - primary text */ #shell-header .shell-header-nav li .shell-header-dropdown-content a { color: #00AC7F !important; } /* top nav - item text */ #shell-header .shell-header-nav .shell-header-dropdown-tab-list li > a:hover { color: #00ACAF !important; background-color: #000C47 !important; } .shell-header-dropdown-tab.active { background-color: #000C27 !important; } /* top nav - selected item */ .shell-header-dropdown-tab-content { background-color: #000C27 !important; border: 1px solid #000C47 !important; top: -1px !important; } /* top nav - sub menu */ .subNav { background-color: #000C47 !important; } .officeSupports::after { background-color: #000C47 !important; } .subNav div ul li:hover { background-color: #000C67 !important; } .shell-search button:hover { background-color: #000C47 !important; } /* search button */ #cli_searchSuggestionsResults { background-color: #000C17 !important; } /* search suggestions drop-down */ #shell-header #cli_searchSuggestionsResults li.sg_term.selected { background-color: #000C47 !important; } /* search suggestions hover */ .msame_Header { border: none !important; } /* sign in auth area */ .msame_Header:hover { background-color: #000C37 !important; } .links.horizontal li a { color: transparent !important; } #Fragment_SiteLogo a span { color: transparent !important; } .shell-category-header { background-color: #000C27 !important; } /* nav header bar */ .c-nav-dropdown-menu { background-color: #000C17 !important; border: 1px solid #000C47 !important; } /* nav header - menu */ .c-top-nav-item:hover, .c-nav-dropdown-item:hover, .c-top-nav-link:hover { background-color: #000C37 !important; } /* nav header - item hover */ .c-nav-item-with-dropdown.active { background-color: #000C37 !important;} /* nav header - flyout hover */ .c-nav-dropdown-tab-content { background-color: #000C27 !important; border: 1px solid #000C47 !important; left: 268px !important; top: -1px !important; } /* nav header - sub menu */ .shell-category-header .c-nav-dropdown-tab-content a:link { color: #777 !important; } /* nav header - sub menu - item */ .shell-category-header .c-nav-dropdown-tab-content a:visited { color: #777 !important; } .shell-category-header .c-nav-dropdown-tab-content h3, .shell-category-header .c-nav-dropdown-tab-content h3 a:link { color: #00AC7F !important; } /* nav header - sub menu - missed text items */ .c-nav-dropdown-tab-content li:hover { background-color: #000C37 !important; } /* nav header - sub menu - item hover */ /* div#tocnav div.tocselected { background-color: #000C37 !important; } /* toc selected */ #tocnav .toclevel:hover { background-color: #000C47 !important; } /* toc hover item */ /* #mainSection .alert { background-color: #000C37 !important; } /* highlighted "note" items */ .clsStd tr:hover { background-color: #000C37 !important; } /* table row highlight on hover */ #ux-header header div.toc nav ul.navL2, #ux-header header div.toc nav ul.navL3 { background-color: #000C17 !important; border-top: 1px solid #00ACAF !important; } #ux-header header div.toc nav ul.navL3 { top: -1px !important; } #ux-header header div.toc nav ul.navL2 > li > a:hover, #ux-header header div.toc nav ul.navL3 > li > a:hover { background-color: #000C47 !important; } .breadCrumb > span > a, .breadCrumb > span > a:link, .breadCrumb > span > a:hover, .breadCrumb > span > a:visited { color: #777 !important; } .breadcrumbEllipsis > a, #tocExpandButton > a { background: transparent url("http://i.imgur.com/GifvBz6.png") no-repeat scroll !important; } #breadcrumbDropDownMenu { background-color: #000C27 !important; } #breadcrumbDropDownMenu ul li:hover { background-color: #000C47 !important; } #ux-header header div.row div.SearchBox form#HeaderSearchForm input { border: 1px solid #00ACAF !important; } #SearchFlyoutContainer { background-color: #000C17 !important; } #ux-header #SearchFlyoutContainer { background-color: #000C17 !important; border: 1px solid #00ACAF !important; } #SearchFlyoutContainer #SuggestionContainer ul li[style*="background-color: rgb(238, 238, 238);"]:hover { background-color: #000C67 !important; color: #00ACAF !important; } div#skinnyRating { background-color: #000C27 !important; border: 1px solid #00ACAF !important; } div#skinnyRating div.buttons button { background-color: #000C17 !important; } div#skinnyRating div.buttons button:hover { background-color: #000C47 !important; color: #00ACAF !important; } #MainContent .MetroSearchtextbox { border-color: #00ACAF !important; } .breadCrumb > span.breadcrumbDropSmall > a::after { background: transparent url("http://i.imgur.com/3bYPR1V.gif") no-repeat top left !important; height: 15px !important; } /* #searchBox { height: 40px !important; } /**/ #HeaderSearchTextBox { background-color: #000C17 !important; border: 1px solid #00ACAF !important; } /* #searchBox { background-color: #000C17 !important; border: 1px solid #00ACAF !important; } /* */ .search-box-query .quicksearchbox, #header-courses { background-color: #000C17 !important; } .header-item.courses .carot { border-color: transparent transparent #00aCAF !important; } .msame_Drop_content { background-color: #000C17 !important; } /* content */ h1, h2, h3 { color: #00ACAF !important; } /* paragraph titles */ .topic a, .topic a:link, .topic strong, .topic em { color: #00AC7F !important; } /* bolded links - highlighted terms */ .topic a:hover { background-color: #000C37 !important; } .topic pre strong, .topic pre em, .topic pre { color: orange !important; } .ResultDescription, .ResultItemRight { color: #777 !important; } /* filter bar */ ul li a.with-drop { background-color: #000C17 !important; border-color: transparent !important; } /* bg of filter control */ .filterbar .drop-box { background-color: #000C17 !important; top: 35px !important; } /* filter popup */ span.ResultsMessage span, #ResultsMessageDiv .ResultsMessage { color: #777 !important; } .RefinementListContainer .HeaderContainerRefinement { color: #777 !important; } .refine { background-color: #000C27 !important; } /* flash box */ .flash-cont .flash-box { background-color: #000C37 !important; } /* side nav */ .tr_Right_Nav_Header_OnePSTemplate { background-color: #000C37 !important; } .LearnMoreNavigation { border-color: transparent !important; } /* learn more hide/compress */ .hero-bg, #programs-hero { background-image: none !important; } }
0.277473
0.100481
@import url('https://fonts.googleapis.com/css?family=Cairo:200,700&display=swap'); body { background-color: black; } div#box1 { display: inline-block; position: relative; width: 20em; height: 20em; margin: 4.5em 0 0 4.5em; background-color: red; border-radius: 20em; } div#box1-in { position: absolute; width: 15em; height: 15em; top: 2.5em; left: 2.5em; background-color: black; border-radius: 50%; } div.bar { position: absolute; background-color: red; width: 100%; height: 3em; top: 6em; z-index: 3; transform: rotate(-45deg); } a.divLink1 { position: absolute; width: 20em; height: 20em; top: 0; left: 0; text-decoration: none; border-radius: 50%; z-index: 7; } div#box2 { display: inline-block; position: relative; background-color: white; width: 20em; height: 20em; border-radius: 20em; margin: 4.5em 0 0 4.5em; vertical-align: top; } div#box2-1 { position: relative; width: 16em; height: 16em; top: 2em; left: 2em; background-color: black; border-radius: 50%; } div#box2-2 { position: relative; width: 12em; height: 12em; top: 2em; left: 2em; background-color: white; border-radius: 50%; } div#box2-3 { position: relative; width: 8em; height: 8em; top: 2em; left: 2em; background-color: black; border-radius: 50%; } div#box2-4 { position: relative; width: 4em; height: 4em; top: 2em; left: 2em; background-color: white; border-radius: 50%; } a.divLink2 { position: absolute; width: 20em; height: 20em; top: 0; left: 0; text-decoration: none; border-radius: 50%; z-index: 7; } div#box3 { display: inline-block; position: relative; background-color: orange; border-radius: 3em; width: 20em; height: 20em; margin: 4.5em 0 0 4.5em; vertical-align: top; } div#box3-1 { position: absolute; width: 17em; height: 17em; top: 1.5em; left: 1.5em; background-color: black; border-radius: 2em; } a.divLink3 { position: absolute; width: 20em; height: 20em; top: 0; left: 0; text-decoration: none; border-radius: 3em; z-index: 7; } h1 { position: absolute; font-family: Cairo, sans-serif; color: white; font-size: 5em; padding: 1.38em 1.33em; font-weight: 200; text-align: center; z-index: 5; } td.top { font-family: Cairo, sans-serif; color: dimgray; font-size: .85em; font-weight: 700; letter-spacing: .2em; border-bottom: 2px solid dimgray; } td.middle { font-family: Cairo, sans-serif; color: darkgray; font-size: 3em; font-weight: 200; line-height: 1.25em; letter-spacing: .01em; } td.bottom { font-family: Cairo, sans-serif; color: darkgray; font-size: 1em; font-weight: 200; letter-spacing: .05em; line-height: 1.75em; } table { position: fixed; bottom: 4.5em; left: 4.5em; } div#box1 a:hover { background-color: red; border: 1.5em solid red; margin: -1.5em 0 0 -1.5em; opacity: .70; -webkit-transtion: .25s; transition: .25s; } div#box2 a:hover { background-color: red; border: 1.5em solid red; margin: -1.5em 0 0 -1.5em; opacity: .70; -webkit-transtion: .25s; transition: .25s; } div#box3 a:hover { background-color: red; border: 1.5em solid red; border-radius: 3.9em; margin: -1.5em 0 0 -1.5em; opacity: .60; -webkit-transtion: .25s; transition: .25s; }
css/squares011.css
@import url('https://fonts.googleapis.com/css?family=Cairo:200,700&display=swap'); body { background-color: black; } div#box1 { display: inline-block; position: relative; width: 20em; height: 20em; margin: 4.5em 0 0 4.5em; background-color: red; border-radius: 20em; } div#box1-in { position: absolute; width: 15em; height: 15em; top: 2.5em; left: 2.5em; background-color: black; border-radius: 50%; } div.bar { position: absolute; background-color: red; width: 100%; height: 3em; top: 6em; z-index: 3; transform: rotate(-45deg); } a.divLink1 { position: absolute; width: 20em; height: 20em; top: 0; left: 0; text-decoration: none; border-radius: 50%; z-index: 7; } div#box2 { display: inline-block; position: relative; background-color: white; width: 20em; height: 20em; border-radius: 20em; margin: 4.5em 0 0 4.5em; vertical-align: top; } div#box2-1 { position: relative; width: 16em; height: 16em; top: 2em; left: 2em; background-color: black; border-radius: 50%; } div#box2-2 { position: relative; width: 12em; height: 12em; top: 2em; left: 2em; background-color: white; border-radius: 50%; } div#box2-3 { position: relative; width: 8em; height: 8em; top: 2em; left: 2em; background-color: black; border-radius: 50%; } div#box2-4 { position: relative; width: 4em; height: 4em; top: 2em; left: 2em; background-color: white; border-radius: 50%; } a.divLink2 { position: absolute; width: 20em; height: 20em; top: 0; left: 0; text-decoration: none; border-radius: 50%; z-index: 7; } div#box3 { display: inline-block; position: relative; background-color: orange; border-radius: 3em; width: 20em; height: 20em; margin: 4.5em 0 0 4.5em; vertical-align: top; } div#box3-1 { position: absolute; width: 17em; height: 17em; top: 1.5em; left: 1.5em; background-color: black; border-radius: 2em; } a.divLink3 { position: absolute; width: 20em; height: 20em; top: 0; left: 0; text-decoration: none; border-radius: 3em; z-index: 7; } h1 { position: absolute; font-family: Cairo, sans-serif; color: white; font-size: 5em; padding: 1.38em 1.33em; font-weight: 200; text-align: center; z-index: 5; } td.top { font-family: Cairo, sans-serif; color: dimgray; font-size: .85em; font-weight: 700; letter-spacing: .2em; border-bottom: 2px solid dimgray; } td.middle { font-family: Cairo, sans-serif; color: darkgray; font-size: 3em; font-weight: 200; line-height: 1.25em; letter-spacing: .01em; } td.bottom { font-family: Cairo, sans-serif; color: darkgray; font-size: 1em; font-weight: 200; letter-spacing: .05em; line-height: 1.75em; } table { position: fixed; bottom: 4.5em; left: 4.5em; } div#box1 a:hover { background-color: red; border: 1.5em solid red; margin: -1.5em 0 0 -1.5em; opacity: .70; -webkit-transtion: .25s; transition: .25s; } div#box2 a:hover { background-color: red; border: 1.5em solid red; margin: -1.5em 0 0 -1.5em; opacity: .70; -webkit-transtion: .25s; transition: .25s; } div#box3 a:hover { background-color: red; border: 1.5em solid red; border-radius: 3.9em; margin: -1.5em 0 0 -1.5em; opacity: .60; -webkit-transtion: .25s; transition: .25s; }
0.490968
0.143788
body { background-color: rgb(230, 230, 230); margin: 0; padding: 0; } .row>.col-md-12>span { margin-top: .5rem; margin-bottom: .5rem; max-width: 80%; word-wrap: break-word; text-align: left; } .row>.col-md-3 { width: 100%; text-align: center; } #find-button:hover { outline: none; border: 0; padding: 0; border: none; } #find-button:focus { outline: none; border: 0; padding: 0; border: none; } #find-button:active { outline: none; border: 0; padding: 0; border: none; } .supervisor-div { float: left; margin-left: 0; padding-left: 0; width: 40px; } .menu { padding-right: 100px; width: 100%; background-color: #0069d9; } th { color: whitesmoke; } th:hover { cursor: pointer; color: black; } select { transition: border-color 0.2s; border: 1px solid #0069d9; background-color: whitesmoke; font-size: 14px; height: 4rem; padding-left: 3px; width: 268px; border-radius: 8px; outline: none; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; } .select-2-longest { width:480px !important; } .order-sort >li { color:black; text-transform: uppercase; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; font-size: 14px; margin-left:2rem; display: inline; } .static-text { font-size: 14px; } .order-sort >li > a { letter-spacing: 1px; opacity: 0.7; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; white-space: normal; list-style-type: none; text-decoration: none; color:black; } .order-sort >li > a:hover { font-weight: bold; color:blue; } .select-2 { transition: border-color 0.2s; border: 1px solid #0069d9; background-color: whitesmoke; font-size: 14px; height: 2rem; padding-left: 3px; width: 268px; border-radius: 8px; outline: none; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; } input:focus{ outline:none; } .form-header { font-size: 26px; text-transform: uppercase; font-weight: bold; color: #51799E; } .form-control { border-radius: 0.5rem; } .form-control:focus { border: 1px solid darkblue; background-color: #53a6ff; outline-color: violet; box-shadow: 0 0 10px black; color: white; } .form-header:hover { cursor: pointer; color: darkcyan; } ::placeholder { text-transform: uppercase; font-size: 13px; color: #a9aaac !important; } .main-search { margin-left:10rem; font-weight: 600; letter-spacing: 1px; opacity: 0.7; padding-left: .5rem; outline: none; outline-style: .1rem dashed gray; height: 31px; min-width: 89.3%; border: none; } .main-search:focus { outline-style: .1rem dashed whitesmoke; opacity: 1; } #find-button { border: none; background: url("http://localhost/computer_service/public/css/img/search-img.png"); width: 30px; height: 30px; margin-left: 0; padding-left: 0; } #find-button-alb { border: none; background: url("http://localhost/web/image_hosting/public/css/img/search-img.png"); width: 30px; height: 30px; margin-left: 0; padding-left: 0; } .small-img2 { border: none; margin-left:1rem; background: url("http://localhost/computer_service/public/css/img/plus.jpg"); width: 38px; height: 38px; } .small-img3 { border: none; margin-left:1.5rem; background: url("http://localhost/computer_service/public/css/img/minus.jpg"); width: 38px; height: 38px; } blockquote { padding: 5px 8px; border: 1px solid #E0ECF9; border: 3px solid #E0ECF9; color: #51799E; border-radius: 25px; background: #F5F9FD !important; } .div-comments > blockquote { padding: 5px 8px; border: 1px solid #E0ECF9; border: 3px solid #E0ECF9; color: #51799E; background: #F5F9FD !important; border-radius: 0; } .author-link { text-decoration: none; color: black; } .userPicture { max-width: 250px; height: auto; width: auto; } .rowPictures>.picture { border: 1px solid darkgray; padding: 10px; border-radius: 25px; background-color: #F2F2F2; } .fa { padding: 0; border: none; background-color: rgba(0, 0, 0, 0.03); } .checked { color: orange; } .picture { background-color: whitesmoke; border-radius: 8px; margin: 0; padding: 0; margin-left: 25px; margin-top: 25px; margin-bottom: 25px; box-shadow: 1px 2px 1px gray; } input[type='file'] { border-radius: 8px; background-color: rgb(105, 105, 105); } #footer { width:3500px; min-height: 100px; color: white; background-color: #0069d9; } .topNav { min-height: 5rem; overflow: hidden; background-color: #0069d9; } .col-md-3>a { color: white; text-decoration: none; font-size: 16px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; opacity: 0.7; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; white-space: normal; } .menuOption2{ border:none; background-color: #0069d9; color:white; } .btn-primary { font-weight: bold; color:black; background-color: Transparent; background-repeat:no-repeat; border: none; cursor:pointer; overflow: hidden; outline:none; text-transform: uppercase; font-size:14px; width:15rem; height:2rem; } .menuOption2:hover { background-color:gray; color:black; } .topNav .menuOption { float: left; display: block; color: white; text-align: center; margin-top: 1.7rem; margin-left: 2.5rem; text-decoration: none; font-size: 16px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; opacity: 0.7; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; white-space: normal; } ol { list-style-type: none; padding: 0; margin: 0; } ol>li { float: left; } ol>li>ul>li { margin-left: 3.5rem; display: none; } td { padding: 0; } ol>li:hover>ul>li {} td { font-size: 16px; opacity: 0.7; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; white-space: normal; font-weight: 600; text-align: center; } ol>li>ul>li a { color: white; color: white; font-size: 16px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; opacity: 0.7; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; white-space: normal; list-style-type: none; text-decoration: none; z-index: 0; } ol>li>ul>li a:hover { text-decoration: none; z-index: 12; } .z:hover { display: initial; } .z:hover>.x { margin: 0; padding: 0; } ol>li>ul { list-style-type: none; text-decoration: none; display: block; z-index: 0; } ol>li>ul:hover { z-index: 12; } .menuOption>ul { display: none; } .z:hover>.x>li { display: initial; } .x>li { list-style-type: none; display: none; color: black; } .topNav .menuOptionRight { float: right; display: block; color: white; text-align: center; margin-top: 1.7rem; margin-right: 2.5rem; text-decoration: none; font-size: 16px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; opacity: 0.7; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; white-space: normal; } .menuOptionRight>.small-img { transition: all 0.7s ease; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; height: 1.5rem; width: 1.5rem; } .menuOptionRight>.small-img:hover { border: 1px solid #adadad; box-shadow: 0px 0px 1px 1px gray; transition: all 0.7s ease; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; } .small-img { transition: all 0.7s ease; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; margin-right: 1.5rem; height: 2.5rem; width: 2.5rem; } .small-img:hover { box-shadow: 0px 0px 1px 1px gray; transition: all 0.7s ease; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; } .menuOptionRightReg { float: right; display: block; color: white; text-align: center; margin-bottom: 1.5rem; text-decoration: none; font-size: 16px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; opacity: 0.7; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; white-space: normal; } label { font-size: 16px; text-transform: uppercase; font-weight: 600; opacity: 0.7; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; white-space: normal; } .formOption { float: left; display: block; color: white; text-align: center; text-decoration: none; font-size: 16px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; margin-bottom: 1.5rem; opacity: 0.7; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; white-space: normal; } .topNav>a:last-child { margin-top: 1.7rem; margin-right: .5rem; color: white; } .logo { float: left; margin-top: .5rem; padding: 0; } .logo>img { height: 4rem; } .topNav a:hover { outline-color: whitesmoke; color: black; } .col-md-3 a:hover { color: black; } .topNav .icon { display: none; } @media screen and (max-width: 800px) { .topNav a:not(:first-child) { display: none; } .topNav a.icon { float: right; display: block; } } @media screen and (max-width: 800px) { .topNav.responsive { position: relative; } .topNav.responsive .icon { position: absolute; right: 0; top: 0; } .topNav.responsive a:not(:last-child) { float: none; display: block; margin: 0; padding: 0; text-align: center; margin-top: .5rem; } .topNav.responsive a:hover { background-color: rgb(99, 99, 99); color: white; } } .container2{ width:3500px; height: 5rem; padding: 0; margin: 0; box-shadow: 0px 0px 1px 1px gray; } .container { margin-top: 1.5rem; min-height: 600px; } #container { margin-left:.5rem; margin-top: 1.5rem; min-height: 1000px; } .content { background-color: white; } .image-comments { font-size: 12px; font-weight: 500; } .div-comments>a { text-decoration: none; opacity: 0.8; color: rgb(20, 20, 20); } .div-comments>a:hover>.image-comments { opacity: 1; font-weight: bold; } .div-comments { margin: 5px; } #main-container { background-color: rgb(242, 242, 242); } .small-img-admin-panel { padding: 0; margin: 0; height: 4.5rem; width: 5.5rem; } .profile-data { font-size: 16px; font-weight: 600; letter-spacing: 0.3px; opacity: 0.7; text-decoration: none; color: black; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; outline: none; } .profile-data:hover { opacity: 1; white-space: normal; text-decoration: none; } .picture-icon { -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; width: 17rem; height: 17rem; } .picture-icon:hover { border: 1px solid black; box-shadow: 0px 0px 1px 1px gray; transition: all 0.7s ease; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; } .picture-show { -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; width: 35rem; height: 25rem; } .picture-show:hover { border: 1px solid black; box-shadow: 0px 0px 1px 1px gray; transition: all 0.7s ease; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; } .form-select-control>type['option'] { display: block; width: 100%; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: 0.25rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } .sticky { width: 100%; position: fixed; left: 0; top: 0; z-index: 100; }
public/css/style.css
body { background-color: rgb(230, 230, 230); margin: 0; padding: 0; } .row>.col-md-12>span { margin-top: .5rem; margin-bottom: .5rem; max-width: 80%; word-wrap: break-word; text-align: left; } .row>.col-md-3 { width: 100%; text-align: center; } #find-button:hover { outline: none; border: 0; padding: 0; border: none; } #find-button:focus { outline: none; border: 0; padding: 0; border: none; } #find-button:active { outline: none; border: 0; padding: 0; border: none; } .supervisor-div { float: left; margin-left: 0; padding-left: 0; width: 40px; } .menu { padding-right: 100px; width: 100%; background-color: #0069d9; } th { color: whitesmoke; } th:hover { cursor: pointer; color: black; } select { transition: border-color 0.2s; border: 1px solid #0069d9; background-color: whitesmoke; font-size: 14px; height: 4rem; padding-left: 3px; width: 268px; border-radius: 8px; outline: none; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; } .select-2-longest { width:480px !important; } .order-sort >li { color:black; text-transform: uppercase; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; font-size: 14px; margin-left:2rem; display: inline; } .static-text { font-size: 14px; } .order-sort >li > a { letter-spacing: 1px; opacity: 0.7; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; white-space: normal; list-style-type: none; text-decoration: none; color:black; } .order-sort >li > a:hover { font-weight: bold; color:blue; } .select-2 { transition: border-color 0.2s; border: 1px solid #0069d9; background-color: whitesmoke; font-size: 14px; height: 2rem; padding-left: 3px; width: 268px; border-radius: 8px; outline: none; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; } input:focus{ outline:none; } .form-header { font-size: 26px; text-transform: uppercase; font-weight: bold; color: #51799E; } .form-control { border-radius: 0.5rem; } .form-control:focus { border: 1px solid darkblue; background-color: #53a6ff; outline-color: violet; box-shadow: 0 0 10px black; color: white; } .form-header:hover { cursor: pointer; color: darkcyan; } ::placeholder { text-transform: uppercase; font-size: 13px; color: #a9aaac !important; } .main-search { margin-left:10rem; font-weight: 600; letter-spacing: 1px; opacity: 0.7; padding-left: .5rem; outline: none; outline-style: .1rem dashed gray; height: 31px; min-width: 89.3%; border: none; } .main-search:focus { outline-style: .1rem dashed whitesmoke; opacity: 1; } #find-button { border: none; background: url("http://localhost/computer_service/public/css/img/search-img.png"); width: 30px; height: 30px; margin-left: 0; padding-left: 0; } #find-button-alb { border: none; background: url("http://localhost/web/image_hosting/public/css/img/search-img.png"); width: 30px; height: 30px; margin-left: 0; padding-left: 0; } .small-img2 { border: none; margin-left:1rem; background: url("http://localhost/computer_service/public/css/img/plus.jpg"); width: 38px; height: 38px; } .small-img3 { border: none; margin-left:1.5rem; background: url("http://localhost/computer_service/public/css/img/minus.jpg"); width: 38px; height: 38px; } blockquote { padding: 5px 8px; border: 1px solid #E0ECF9; border: 3px solid #E0ECF9; color: #51799E; border-radius: 25px; background: #F5F9FD !important; } .div-comments > blockquote { padding: 5px 8px; border: 1px solid #E0ECF9; border: 3px solid #E0ECF9; color: #51799E; background: #F5F9FD !important; border-radius: 0; } .author-link { text-decoration: none; color: black; } .userPicture { max-width: 250px; height: auto; width: auto; } .rowPictures>.picture { border: 1px solid darkgray; padding: 10px; border-radius: 25px; background-color: #F2F2F2; } .fa { padding: 0; border: none; background-color: rgba(0, 0, 0, 0.03); } .checked { color: orange; } .picture { background-color: whitesmoke; border-radius: 8px; margin: 0; padding: 0; margin-left: 25px; margin-top: 25px; margin-bottom: 25px; box-shadow: 1px 2px 1px gray; } input[type='file'] { border-radius: 8px; background-color: rgb(105, 105, 105); } #footer { width:3500px; min-height: 100px; color: white; background-color: #0069d9; } .topNav { min-height: 5rem; overflow: hidden; background-color: #0069d9; } .col-md-3>a { color: white; text-decoration: none; font-size: 16px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; opacity: 0.7; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; white-space: normal; } .menuOption2{ border:none; background-color: #0069d9; color:white; } .btn-primary { font-weight: bold; color:black; background-color: Transparent; background-repeat:no-repeat; border: none; cursor:pointer; overflow: hidden; outline:none; text-transform: uppercase; font-size:14px; width:15rem; height:2rem; } .menuOption2:hover { background-color:gray; color:black; } .topNav .menuOption { float: left; display: block; color: white; text-align: center; margin-top: 1.7rem; margin-left: 2.5rem; text-decoration: none; font-size: 16px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; opacity: 0.7; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; white-space: normal; } ol { list-style-type: none; padding: 0; margin: 0; } ol>li { float: left; } ol>li>ul>li { margin-left: 3.5rem; display: none; } td { padding: 0; } ol>li:hover>ul>li {} td { font-size: 16px; opacity: 0.7; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; white-space: normal; font-weight: 600; text-align: center; } ol>li>ul>li a { color: white; color: white; font-size: 16px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; opacity: 0.7; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; white-space: normal; list-style-type: none; text-decoration: none; z-index: 0; } ol>li>ul>li a:hover { text-decoration: none; z-index: 12; } .z:hover { display: initial; } .z:hover>.x { margin: 0; padding: 0; } ol>li>ul { list-style-type: none; text-decoration: none; display: block; z-index: 0; } ol>li>ul:hover { z-index: 12; } .menuOption>ul { display: none; } .z:hover>.x>li { display: initial; } .x>li { list-style-type: none; display: none; color: black; } .topNav .menuOptionRight { float: right; display: block; color: white; text-align: center; margin-top: 1.7rem; margin-right: 2.5rem; text-decoration: none; font-size: 16px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; opacity: 0.7; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; white-space: normal; } .menuOptionRight>.small-img { transition: all 0.7s ease; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; height: 1.5rem; width: 1.5rem; } .menuOptionRight>.small-img:hover { border: 1px solid #adadad; box-shadow: 0px 0px 1px 1px gray; transition: all 0.7s ease; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; } .small-img { transition: all 0.7s ease; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; margin-right: 1.5rem; height: 2.5rem; width: 2.5rem; } .small-img:hover { box-shadow: 0px 0px 1px 1px gray; transition: all 0.7s ease; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; } .menuOptionRightReg { float: right; display: block; color: white; text-align: center; margin-bottom: 1.5rem; text-decoration: none; font-size: 16px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; opacity: 0.7; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; white-space: normal; } label { font-size: 16px; text-transform: uppercase; font-weight: 600; opacity: 0.7; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; white-space: normal; } .formOption { float: left; display: block; color: white; text-align: center; text-decoration: none; font-size: 16px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; margin-bottom: 1.5rem; opacity: 0.7; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; white-space: normal; } .topNav>a:last-child { margin-top: 1.7rem; margin-right: .5rem; color: white; } .logo { float: left; margin-top: .5rem; padding: 0; } .logo>img { height: 4rem; } .topNav a:hover { outline-color: whitesmoke; color: black; } .col-md-3 a:hover { color: black; } .topNav .icon { display: none; } @media screen and (max-width: 800px) { .topNav a:not(:first-child) { display: none; } .topNav a.icon { float: right; display: block; } } @media screen and (max-width: 800px) { .topNav.responsive { position: relative; } .topNav.responsive .icon { position: absolute; right: 0; top: 0; } .topNav.responsive a:not(:last-child) { float: none; display: block; margin: 0; padding: 0; text-align: center; margin-top: .5rem; } .topNav.responsive a:hover { background-color: rgb(99, 99, 99); color: white; } } .container2{ width:3500px; height: 5rem; padding: 0; margin: 0; box-shadow: 0px 0px 1px 1px gray; } .container { margin-top: 1.5rem; min-height: 600px; } #container { margin-left:.5rem; margin-top: 1.5rem; min-height: 1000px; } .content { background-color: white; } .image-comments { font-size: 12px; font-weight: 500; } .div-comments>a { text-decoration: none; opacity: 0.8; color: rgb(20, 20, 20); } .div-comments>a:hover>.image-comments { opacity: 1; font-weight: bold; } .div-comments { margin: 5px; } #main-container { background-color: rgb(242, 242, 242); } .small-img-admin-panel { padding: 0; margin: 0; height: 4.5rem; width: 5.5rem; } .profile-data { font-size: 16px; font-weight: 600; letter-spacing: 0.3px; opacity: 0.7; text-decoration: none; color: black; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; outline: none; } .profile-data:hover { opacity: 1; white-space: normal; text-decoration: none; } .picture-icon { -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; width: 17rem; height: 17rem; } .picture-icon:hover { border: 1px solid black; box-shadow: 0px 0px 1px 1px gray; transition: all 0.7s ease; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; } .picture-show { -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; width: 35rem; height: 25rem; } .picture-show:hover { border: 1px solid black; box-shadow: 0px 0px 1px 1px gray; transition: all 0.7s ease; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; } .form-select-control>type['option'] { display: block; width: 100%; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: 0.25rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } .sticky { width: 100%; position: fixed; left: 0; top: 0; z-index: 100; }
0.487551
0.060169
@font-face { font-family: navLinksFont; src: url("../polices/futura medium bt.ttf"); } #scrollUp{ border: none; background: #123580; border-radius: 5px; color: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); } #scrollUp:hover{ background: #123580; border: none; color: #f8ac0a; } #scrollUp .icon-arrow-up{ border: none; border-radius: 5px; background: #123580; } /*NAV*/ .header-area.nav-blue{ background: #123580; } a.main-link{ font-family: navLinksFont; } .social-style-1 a{ color: #000; } .social-style-1 a:hover{ color: #000; text-decoration: underline; } .categori-search-wrap .categori-style-1 .nice-select.nice-select-style-1{ text-transform: capitalize; } .main-menu>nav>ul>li>ul.mega-menu-style{ border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; background-color: #123580; border-top: 1px solid #fff; } .main-menu>nav>ul>li>ul.mega-menu-style li ul li a.dropdown-title{ color: #f8ac0a; } .main-menu>nav>ul>li>ul.mega-menu-style li ul li a{ color: #fff; } .main-menu>nav>ul>li>ul.mega-menu-style li ul li ul li a:hover{ color: #f8ac0a; text-decoration: underline; } .sidebar-cart-active .sidebar-cart-all .cart-close{ color: red; } .sidebar-cart-active .sidebar-cart-all .cart-close:hover{ color: red; } .sidebar-cart-active .sidebar-cart-all .cart-content h3{ color: #123580; } .sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title h4 a:hover{ color: #f8ac0a; } .sidebar-cart-active .sidebar-cart-all .cart-content .cart-total h4 span{ color: #f8ac0a; } /*SERVICE AREA*/ .service-area .single-service-wrap .service-icon i{ color: #f8ac0a; } .service-area .single-service-wrap .service-content{ width: 80%; text-transform: uppercase; } /* first-pub-style */ .first-pub{ margin-bottom: 30px; } .first-pubs-container .pub .pub-img{ border-radius: 5px; } .first-pubs-container .pub .pub-content .product-name{ margin-bottom: 5px; } .first-pubs-container .pub .pub-content .product-type{ color: #f8ac0a; } .first-pubs-container .pub .pub-content .product-price{ font-size: 16px; color: red; } /* secondary-pub-style */ .container .deal-slider-active .bg-img { border-radius: 10px; } /*PRODUCTS LIST STYLE*/ .second-pub{ margin-top: 0; } .product-area{ margin-bottom: 20px; } .product-area .container .see-more-container{ position: relative; } .product-area .container .see-more-container::before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(18, 53, 128, 0.5); z-index: 2; border-radius: 5px; } .product-area .container .see-more-container .btn-see-more{ display: flex; align-items: center; justify-content: center; position: absolute; z-index: 5; width: 90%; top: 50%; left: 50%; transform: translate(-50%, -50%); } .product-area .container .see-more-container .btn-see-more a{ padding: 10px; text-transform: uppercase; border: 2px solid #f8ac0a; color: #fff; border-radius: 5px; } .product-area .container .see-more-container .btn-see-more a:hover{ background: #f8ac0a; color: #123580; } .single-product-wrap .product-img .product-action-2 button{ border: 1px solid #f8ac0a; color: #f8ac0a; } .single-product-wrap .product-img .product-action-2 button:hover{ background: #f8ac0a; border: none; } .single-product-wrap .product-content-wrap-3 { text-align: center; } .single-product-wrap .product-content-wrap-3 .product-title{ font-family: navLinksFont; font-size: 18px; } .single-product-wrap .product-content-wrap-3 .product-title a:hover{ color: #123580; } .single-product-wrap .product-content-wrap-3 .product-rating-wrap-2{ display: flex; align-items: center; justify-content: center; } .single-product-wrap .product-content-wrap-3 .product-price-4 span.new-price{ color: #123580; } div.second-pub{ margin-bottom: 30px; } /*FOOTER AREA*/ .subscribe-area{ background-color: #f8ac0a; } .subscribe-area .container .section-title-3 h2.subscribe-title{ color: #123580; } .subscribe-area .container .section-title-3 .suscribe-text{ color: #fff; } .subscribe-area form.subscribe-form-style-2{ border-radius: 10px; } .subscribe-area form.subscribe-form-style-2 input.email{ border-radius: 10px; } .subscribe-area form.subscribe-form-style-2 .mc-form-2 .clear-2 .button{ background: green; border-top-right-radius: 10px; border-bottom-right-radius: 10px; } .suscribe-newsletter-btn{ background: #123580; } .footer-area{ background-color: #f8ac0a; } .footer-widget h3.footer-title{ color: #123580; } .footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-icon i{ color: #fff; } .footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content p{ color: #fff; } .footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content p a{ color: #fff; } .footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content p a:hover{ color: #fff; text-decoration: underline; } .footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content h3 a{ color: #123580; } .footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content h3 a:hover{ text-decoration: underline; } .footer-widget .social-style-1 a{ color: #fff; } .footer-widget .social-style-1 a:hover{ text-decoration: underline; } .footer-widget .footer-info-list ul li a{ color: #fff; } .footer-widget .footer-info-list ul li a:hover{ color: #fff; }
resources/css/style.css
@font-face { font-family: navLinksFont; src: url("../polices/futura medium bt.ttf"); } #scrollUp{ border: none; background: #123580; border-radius: 5px; color: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); } #scrollUp:hover{ background: #123580; border: none; color: #f8ac0a; } #scrollUp .icon-arrow-up{ border: none; border-radius: 5px; background: #123580; } /*NAV*/ .header-area.nav-blue{ background: #123580; } a.main-link{ font-family: navLinksFont; } .social-style-1 a{ color: #000; } .social-style-1 a:hover{ color: #000; text-decoration: underline; } .categori-search-wrap .categori-style-1 .nice-select.nice-select-style-1{ text-transform: capitalize; } .main-menu>nav>ul>li>ul.mega-menu-style{ border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; background-color: #123580; border-top: 1px solid #fff; } .main-menu>nav>ul>li>ul.mega-menu-style li ul li a.dropdown-title{ color: #f8ac0a; } .main-menu>nav>ul>li>ul.mega-menu-style li ul li a{ color: #fff; } .main-menu>nav>ul>li>ul.mega-menu-style li ul li ul li a:hover{ color: #f8ac0a; text-decoration: underline; } .sidebar-cart-active .sidebar-cart-all .cart-close{ color: red; } .sidebar-cart-active .sidebar-cart-all .cart-close:hover{ color: red; } .sidebar-cart-active .sidebar-cart-all .cart-content h3{ color: #123580; } .sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title h4 a:hover{ color: #f8ac0a; } .sidebar-cart-active .sidebar-cart-all .cart-content .cart-total h4 span{ color: #f8ac0a; } /*SERVICE AREA*/ .service-area .single-service-wrap .service-icon i{ color: #f8ac0a; } .service-area .single-service-wrap .service-content{ width: 80%; text-transform: uppercase; } /* first-pub-style */ .first-pub{ margin-bottom: 30px; } .first-pubs-container .pub .pub-img{ border-radius: 5px; } .first-pubs-container .pub .pub-content .product-name{ margin-bottom: 5px; } .first-pubs-container .pub .pub-content .product-type{ color: #f8ac0a; } .first-pubs-container .pub .pub-content .product-price{ font-size: 16px; color: red; } /* secondary-pub-style */ .container .deal-slider-active .bg-img { border-radius: 10px; } /*PRODUCTS LIST STYLE*/ .second-pub{ margin-top: 0; } .product-area{ margin-bottom: 20px; } .product-area .container .see-more-container{ position: relative; } .product-area .container .see-more-container::before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(18, 53, 128, 0.5); z-index: 2; border-radius: 5px; } .product-area .container .see-more-container .btn-see-more{ display: flex; align-items: center; justify-content: center; position: absolute; z-index: 5; width: 90%; top: 50%; left: 50%; transform: translate(-50%, -50%); } .product-area .container .see-more-container .btn-see-more a{ padding: 10px; text-transform: uppercase; border: 2px solid #f8ac0a; color: #fff; border-radius: 5px; } .product-area .container .see-more-container .btn-see-more a:hover{ background: #f8ac0a; color: #123580; } .single-product-wrap .product-img .product-action-2 button{ border: 1px solid #f8ac0a; color: #f8ac0a; } .single-product-wrap .product-img .product-action-2 button:hover{ background: #f8ac0a; border: none; } .single-product-wrap .product-content-wrap-3 { text-align: center; } .single-product-wrap .product-content-wrap-3 .product-title{ font-family: navLinksFont; font-size: 18px; } .single-product-wrap .product-content-wrap-3 .product-title a:hover{ color: #123580; } .single-product-wrap .product-content-wrap-3 .product-rating-wrap-2{ display: flex; align-items: center; justify-content: center; } .single-product-wrap .product-content-wrap-3 .product-price-4 span.new-price{ color: #123580; } div.second-pub{ margin-bottom: 30px; } /*FOOTER AREA*/ .subscribe-area{ background-color: #f8ac0a; } .subscribe-area .container .section-title-3 h2.subscribe-title{ color: #123580; } .subscribe-area .container .section-title-3 .suscribe-text{ color: #fff; } .subscribe-area form.subscribe-form-style-2{ border-radius: 10px; } .subscribe-area form.subscribe-form-style-2 input.email{ border-radius: 10px; } .subscribe-area form.subscribe-form-style-2 .mc-form-2 .clear-2 .button{ background: green; border-top-right-radius: 10px; border-bottom-right-radius: 10px; } .suscribe-newsletter-btn{ background: #123580; } .footer-area{ background-color: #f8ac0a; } .footer-widget h3.footer-title{ color: #123580; } .footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-icon i{ color: #fff; } .footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content p{ color: #fff; } .footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content p a{ color: #fff; } .footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content p a:hover{ color: #fff; text-decoration: underline; } .footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content h3 a{ color: #123580; } .footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content h3 a:hover{ text-decoration: underline; } .footer-widget .social-style-1 a{ color: #fff; } .footer-widget .social-style-1 a:hover{ text-decoration: underline; } .footer-widget .footer-info-list ul li a{ color: #fff; } .footer-widget .footer-info-list ul li a:hover{ color: #fff; }
0.347205
0.043998
.forum-panel { border: 1px solid #cad7e1 !important; } .forum-panel .panel-heading { font-weight: bold; } .forum-panel .forum-info .forum-name { font-weight: bold; } .forum-panel > .panel-heading { color: #555; background-color: #f5f5f5; border-color: #cad7e1; } .panel-major > .panel-heading { background-color: #d9edf7; border-color: #bce8f1; } .forum-panel .category-body { padding: 0; } .forum-panel .category-meta { font-weight: bold; padding-top: 0.5em; height: 2.5em; background-color: #eaf1f5; border-bottom: 1px solid #cad7e1; } .forum-panel .category-row:not(:last-child) { border-bottom: 1px solid #cad7e1; } .forum-panel .category-row { margin: 0; padding-top: 0.5em; padding-bottom: 0.5em; } .forum-panel .forum-info { position: relative; } .forum-panel .forum-info .forum-status { float: left; font-size: 2em; padding-right: 0.5em; } .forum-panel .forum-info .forum-status { font-size: 2em; } .panel-forum-stats p { padding: 0; margin: 0; } .forum-panel .forum-description > p { margin: 0; } .forum-panel .forum-sublist { padding-left: 10px; margin: 0; } /** Forum list threads styles (viewforum) */ .forum-panel .forum-meta { font-weight: bold; padding-top: 0.5em; height: 2.5em; background-color: #eaf1f5; border-bottom: 1px solid #cad7e1; } .forum-panel .forum-body { padding: 0; } .forum-panel .forum-meta { font-weight: bold; padding-top: 0.5em; height: 2.5em; background-color: #eaf1f5; border-bottom: 1px solid #cad7e1; } .forum-panel .forum-row:not(:last-child) { border-bottom: 1px solid #cad7e1; } .forum-panel .forum-row { margin: 0; padding-top: 0.5em; padding-bottom: 0.5em; } .forum-panel .topic-info { position: relative; } .forum-panel .topic-info .topic-status { float: left; font-size: 2em; padding-right: 0.5em; } /** Forum list posts in thread (viewthread) */ .topic-panel { border-color: #cad7e1; margin-bottom: 0; } .topic-panel .panel-heading { font-weight: bold; } .topic-panel > .panel-heading { color: #555; background-color: #f5f5f5; border-color: #cad7e1; } .topic-panel .topic-body { padding-top: 0; padding-bottom: 0; } .post-row:not(:last-child) { border-bottom: 1px solid #cad7e1; } .post-row { background: #e8ecf1; margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; } .author { text-shadow: 0px 1px 0px #fff; } .author .author-offline { background: #555; } .author .author-online { background: #195523; } .post-box { background: #fff; border-left: 1px solid #cad7e1; padding-bottom: 3em; padding-left: 0; padding-right: 0; min-height: 19em; position: relative; } .post-box .post-meta { padding-top: 0.5em; padding-left: 0.5em; padding-right: 0.5em; margin: 0; background-color: #fff; border-bottom: 1px solid #eaf1f5; } .post-box .post-content { padding-left: 0.5em; padding-right: 0.5em; padding-top: 0.5em; } .post-box .post-footer { border-top: 1px solid #cad7e1; background-color: #fff; width: 100%; left: 0; bottom: 0; position: absolute; height: 25px; } .pagination-sm { margin: 5px 0 0 0; } blockquote { font-size: 13px; font-style: italic; overflow: auto; max-height: 250px!important; } pre { overflow: auto; max-height: 200px!important; } .forum-stream { padding: 15px; background-color: #fafafa; border-left: 6px solid #7f7f84; margin-bottom: 10px; -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2); -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2); box-shadow: 0 5px 8px -6px rgba(0,0,0,.2); } .stream-newthread { border-color: #45ABCD; } .stream-newpost { border-color: #1ccd85; } .post-content img { max-width: 150px; max-height: 150px; }
src/Apps/View/Front/default/assets/css/forum.css
.forum-panel { border: 1px solid #cad7e1 !important; } .forum-panel .panel-heading { font-weight: bold; } .forum-panel .forum-info .forum-name { font-weight: bold; } .forum-panel > .panel-heading { color: #555; background-color: #f5f5f5; border-color: #cad7e1; } .panel-major > .panel-heading { background-color: #d9edf7; border-color: #bce8f1; } .forum-panel .category-body { padding: 0; } .forum-panel .category-meta { font-weight: bold; padding-top: 0.5em; height: 2.5em; background-color: #eaf1f5; border-bottom: 1px solid #cad7e1; } .forum-panel .category-row:not(:last-child) { border-bottom: 1px solid #cad7e1; } .forum-panel .category-row { margin: 0; padding-top: 0.5em; padding-bottom: 0.5em; } .forum-panel .forum-info { position: relative; } .forum-panel .forum-info .forum-status { float: left; font-size: 2em; padding-right: 0.5em; } .forum-panel .forum-info .forum-status { font-size: 2em; } .panel-forum-stats p { padding: 0; margin: 0; } .forum-panel .forum-description > p { margin: 0; } .forum-panel .forum-sublist { padding-left: 10px; margin: 0; } /** Forum list threads styles (viewforum) */ .forum-panel .forum-meta { font-weight: bold; padding-top: 0.5em; height: 2.5em; background-color: #eaf1f5; border-bottom: 1px solid #cad7e1; } .forum-panel .forum-body { padding: 0; } .forum-panel .forum-meta { font-weight: bold; padding-top: 0.5em; height: 2.5em; background-color: #eaf1f5; border-bottom: 1px solid #cad7e1; } .forum-panel .forum-row:not(:last-child) { border-bottom: 1px solid #cad7e1; } .forum-panel .forum-row { margin: 0; padding-top: 0.5em; padding-bottom: 0.5em; } .forum-panel .topic-info { position: relative; } .forum-panel .topic-info .topic-status { float: left; font-size: 2em; padding-right: 0.5em; } /** Forum list posts in thread (viewthread) */ .topic-panel { border-color: #cad7e1; margin-bottom: 0; } .topic-panel .panel-heading { font-weight: bold; } .topic-panel > .panel-heading { color: #555; background-color: #f5f5f5; border-color: #cad7e1; } .topic-panel .topic-body { padding-top: 0; padding-bottom: 0; } .post-row:not(:last-child) { border-bottom: 1px solid #cad7e1; } .post-row { background: #e8ecf1; margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; } .author { text-shadow: 0px 1px 0px #fff; } .author .author-offline { background: #555; } .author .author-online { background: #195523; } .post-box { background: #fff; border-left: 1px solid #cad7e1; padding-bottom: 3em; padding-left: 0; padding-right: 0; min-height: 19em; position: relative; } .post-box .post-meta { padding-top: 0.5em; padding-left: 0.5em; padding-right: 0.5em; margin: 0; background-color: #fff; border-bottom: 1px solid #eaf1f5; } .post-box .post-content { padding-left: 0.5em; padding-right: 0.5em; padding-top: 0.5em; } .post-box .post-footer { border-top: 1px solid #cad7e1; background-color: #fff; width: 100%; left: 0; bottom: 0; position: absolute; height: 25px; } .pagination-sm { margin: 5px 0 0 0; } blockquote { font-size: 13px; font-style: italic; overflow: auto; max-height: 250px!important; } pre { overflow: auto; max-height: 200px!important; } .forum-stream { padding: 15px; background-color: #fafafa; border-left: 6px solid #7f7f84; margin-bottom: 10px; -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2); -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2); box-shadow: 0 5px 8px -6px rgba(0,0,0,.2); } .stream-newthread { border-color: #45ABCD; } .stream-newpost { border-color: #1ccd85; } .post-content img { max-width: 150px; max-height: 150px; }
0.414069
0.170335
@-moz-document url("http://washboard.ws/dash"), url-prefix("http://washboard.ws/"), url-prefix("http://washboard.ws/tagged/"), url-prefix("http://washboard.ws/blog/") { .post{ background-color: rgb(40, 40, 40); } body{ color:#D0D0D0; } div#middle{ background-color:#000000; } div#top div{ background-color:#303030; color:#F0F0F0; } #menus ul{ color:#CDCDCD; background-color:#494949; } #menus ul a{ color:#CDCDCD; } a { color: #868686; } .action-box { background-color: #323232; border: 1px solid #8B8B8B; } .action-box .section { border-bottom: 1px solid #202020; } .notes li { background-color: #080808; } .question { background-color: #0B0B0B; } div#posts p{ line-height:16pt; } .question:after { border-color: #0b0b0b transparent; } div#bottom div{ background-color: rgb(40, 40, 40); } .shiny{ border: 1px solid #848484; background: -moz-linear-gradient(top, #666666 0%, #575757 50%, #454545 51%, #373737 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #616161), color-stop(50%, #575757), color-stop(51%, #494949), color-stop(100%, #353535)); background: -webkit-linear-gradient(top, #666666 0%, #575757 50%, #454545 51%, #373737 100%); background: linear-gradient(to bottom, #666666 0%, #575757 50%, #454545 51%, #373737 100%); background-image: linear-gradient(rgb(102, 102, 102) 0%, rgb(87, 87, 87) 50%, rgb(69, 69, 69) 51%, rgb(55, 55, 55) 100%); color: #EAEAEA; } .shiny:hover, .shiny:active, .shiny.on { background: #6F6F6F; background: -moz-linear-gradient(top, #335271 0%, #29425b 50%, #203346 51%, #162431 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #717171), color-stop(50%, #595959), color-stop(51%, #424242), color-stop(100%, #2D2D2D)); background: -webkit-linear-gradient(top, #6E6E6E 0%, #565656 50%, #3F3F3F 51%, #343434 100%); background: linear-gradient(to bottom, #6F6F6F 0%, #545454 50%, #424242 51%, #2C2C2C 100%); } .action-box .section{ border-top: 1px solid #565656; } .dropdown .dropdown-menu LI > A:hover, .dropdown .dropdown-menu LABEL:hover{ background-color: #575757; } #blog a { color: #EFEFEF; } .reblog-box .controls span.on { color: #D7D7D7; } #nav .link { color: #C8C8C8; } #mini-logo{ color:#ABABAB; background-color:#EFEFEF; } #top .link:hover { background-color: #222222; } .chat .dialogue li:nth-child(2n) { background-color: #5F5F5F; } #menus ul a:hover { background-color: #696969; } .action-box:before { border-bottom: 8px solid #898989; } .action-box:after { border-bottom: 6px solid #202020; } } @-moz-document url("http://washboard.ws/rules"){ #content { background-color: black; color: white; } .row:nth-of-type(2n+1) { background-color: #4D4D4D; } input[type="text"], textarea { background-color: #2C2C2C; color: lightgrey; } .row.add .label, #importruleslink, #exportruleslink { color: #ECECEC; } .submit-button { background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C3C3C3), color-stop(50%, #BBBBBB), color-stop(51%, #B2B2B2), color-stop(100%, #ABABAB)); background: -webkit-linear-gradient(top, #BEBEBE 0%, #C0C0C0 50%, #B3B3B3 51%, #AEAEAE 100%); background: -o-linear-gradient(top, #799ec3 0%, #6b94bd 50%, #5d8ab6 51%, #4f7fb0 100%); background: -ms-linear-gradient(top, #799ec3 0%, #6b94bd 50%, #5d8ab6 51%, #4f7fb0 100%); background: linear-gradient(to bottom, #C0C0C0 0%, #B8B8B8 50%, #B3B3B3 51%, #747474 100%); border: 1px solid #C0C0C0; } .submit-button:hover { background: #CDCDCD; background: -moz-linear-gradient(top, #8eadcc 0%, #799ec3 50%, #648fb9 51%, #4f7fb0 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CACACA), color-stop(50%, #C0C0C0), color-stop(51%, #B5B5B5), color-stop(100%, #ABABAB)); background: -webkit-linear-gradient(top, #C7C7C7 0%, #C3C3C3 50%, #B6B6B6 51%, #B0B0B0 100%); background: linear-gradient(to bottom, #CFCFCF 0%, #BEBEBE 50%, #B6B6B6 51%, #ABABAB 100%); } .submit-button:active { background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C3C3C3), color-stop(50%, #BBBBBB), color-stop(51%, #B2B2B2), color-stop(100%, #ABABAB)); background: -webkit-linear-gradient(top, #BEBEBE 0%, #C0C0C0 50%, #B3B3B3 51%, #AEAEAE 100%); background: -o-linear-gradient(top, #799ec3 0%, #6b94bd 50%, #5d8ab6 51%, #4f7fb0 100%); background: -ms-linear-gradient(top, #799ec3 0%, #6b94bd 50%, #5d8ab6 51%, #4f7fb0 100%); background: linear-gradient(to bottom, #C0C0C0 0%, #B8B8B8 50%, #B3B3B3 51%, #747474 100%); } #links{ color: #CDCDCD; } }
data/usercss/113270.user.css
@-moz-document url("http://washboard.ws/dash"), url-prefix("http://washboard.ws/"), url-prefix("http://washboard.ws/tagged/"), url-prefix("http://washboard.ws/blog/") { .post{ background-color: rgb(40, 40, 40); } body{ color:#D0D0D0; } div#middle{ background-color:#000000; } div#top div{ background-color:#303030; color:#F0F0F0; } #menus ul{ color:#CDCDCD; background-color:#494949; } #menus ul a{ color:#CDCDCD; } a { color: #868686; } .action-box { background-color: #323232; border: 1px solid #8B8B8B; } .action-box .section { border-bottom: 1px solid #202020; } .notes li { background-color: #080808; } .question { background-color: #0B0B0B; } div#posts p{ line-height:16pt; } .question:after { border-color: #0b0b0b transparent; } div#bottom div{ background-color: rgb(40, 40, 40); } .shiny{ border: 1px solid #848484; background: -moz-linear-gradient(top, #666666 0%, #575757 50%, #454545 51%, #373737 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #616161), color-stop(50%, #575757), color-stop(51%, #494949), color-stop(100%, #353535)); background: -webkit-linear-gradient(top, #666666 0%, #575757 50%, #454545 51%, #373737 100%); background: linear-gradient(to bottom, #666666 0%, #575757 50%, #454545 51%, #373737 100%); background-image: linear-gradient(rgb(102, 102, 102) 0%, rgb(87, 87, 87) 50%, rgb(69, 69, 69) 51%, rgb(55, 55, 55) 100%); color: #EAEAEA; } .shiny:hover, .shiny:active, .shiny.on { background: #6F6F6F; background: -moz-linear-gradient(top, #335271 0%, #29425b 50%, #203346 51%, #162431 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #717171), color-stop(50%, #595959), color-stop(51%, #424242), color-stop(100%, #2D2D2D)); background: -webkit-linear-gradient(top, #6E6E6E 0%, #565656 50%, #3F3F3F 51%, #343434 100%); background: linear-gradient(to bottom, #6F6F6F 0%, #545454 50%, #424242 51%, #2C2C2C 100%); } .action-box .section{ border-top: 1px solid #565656; } .dropdown .dropdown-menu LI > A:hover, .dropdown .dropdown-menu LABEL:hover{ background-color: #575757; } #blog a { color: #EFEFEF; } .reblog-box .controls span.on { color: #D7D7D7; } #nav .link { color: #C8C8C8; } #mini-logo{ color:#ABABAB; background-color:#EFEFEF; } #top .link:hover { background-color: #222222; } .chat .dialogue li:nth-child(2n) { background-color: #5F5F5F; } #menus ul a:hover { background-color: #696969; } .action-box:before { border-bottom: 8px solid #898989; } .action-box:after { border-bottom: 6px solid #202020; } } @-moz-document url("http://washboard.ws/rules"){ #content { background-color: black; color: white; } .row:nth-of-type(2n+1) { background-color: #4D4D4D; } input[type="text"], textarea { background-color: #2C2C2C; color: lightgrey; } .row.add .label, #importruleslink, #exportruleslink { color: #ECECEC; } .submit-button { background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C3C3C3), color-stop(50%, #BBBBBB), color-stop(51%, #B2B2B2), color-stop(100%, #ABABAB)); background: -webkit-linear-gradient(top, #BEBEBE 0%, #C0C0C0 50%, #B3B3B3 51%, #AEAEAE 100%); background: -o-linear-gradient(top, #799ec3 0%, #6b94bd 50%, #5d8ab6 51%, #4f7fb0 100%); background: -ms-linear-gradient(top, #799ec3 0%, #6b94bd 50%, #5d8ab6 51%, #4f7fb0 100%); background: linear-gradient(to bottom, #C0C0C0 0%, #B8B8B8 50%, #B3B3B3 51%, #747474 100%); border: 1px solid #C0C0C0; } .submit-button:hover { background: #CDCDCD; background: -moz-linear-gradient(top, #8eadcc 0%, #799ec3 50%, #648fb9 51%, #4f7fb0 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CACACA), color-stop(50%, #C0C0C0), color-stop(51%, #B5B5B5), color-stop(100%, #ABABAB)); background: -webkit-linear-gradient(top, #C7C7C7 0%, #C3C3C3 50%, #B6B6B6 51%, #B0B0B0 100%); background: linear-gradient(to bottom, #CFCFCF 0%, #BEBEBE 50%, #B6B6B6 51%, #ABABAB 100%); } .submit-button:active { background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C3C3C3), color-stop(50%, #BBBBBB), color-stop(51%, #B2B2B2), color-stop(100%, #ABABAB)); background: -webkit-linear-gradient(top, #BEBEBE 0%, #C0C0C0 50%, #B3B3B3 51%, #AEAEAE 100%); background: -o-linear-gradient(top, #799ec3 0%, #6b94bd 50%, #5d8ab6 51%, #4f7fb0 100%); background: -ms-linear-gradient(top, #799ec3 0%, #6b94bd 50%, #5d8ab6 51%, #4f7fb0 100%); background: linear-gradient(to bottom, #C0C0C0 0%, #B8B8B8 50%, #B3B3B3 51%, #747474 100%); } #links{ color: #CDCDCD; } }
0.265595
0.064772
.footer-section { background-color: #020031; background-image: url("../img/footer-bg.png"); background-repeat: no-repeat; background-position: center 75px; } .footer-section .footer-top { padding: 65px 15px; } .footer-section .copyright { border-top: 1px solid #312f56; padding: 27px 0; text-align: center; } .footer-section .copyright p { color: #b7b7b7; margin-bottom: 0; } .footer-section .copyright p a { color: #fff; font-weight: 500; } .footer-section .copyright p a:hover { color: #f6783a; } .footer-widget .fw-title { text-transform: uppercase; color: #fff; margin-bottom: 25px; padding-top: 10px; } .footer-widget p, .footer-widget span { color: #b7b7b7; } .footer-widget ul { list-style: none; } .footer-widget .about-widget img { margin-bottom: 30px; } .footer-widget .about-widget p { margin-bottom: 35px; } .footer-widget .social a { color: #b7b7b7; margin-right: 15px; } .footer-widget .dobule-link ul { display: inline-block; } .footer-widget .dobule-link ul a { display: block; font-size: 14px; color: #b7b7b7; margin-bottom: 15px; } .footer-widget .dobule-link ul a:hover { color: #f6783a; } .footer-widget .dobule-link ul li:last-child a { margin-bottom: 0; } .footer-widget .dobule-link ul:last-child { margin-left: 50px; } .footer-widget .recent-post li { margin-bottom: 25px; } .footer-widget .recent-post p { margin-bottom: 5px; } .footer-widget .recent-post span { font-size: 12px; } .footer-widget .recent-post span i { color: #f6783a; margin-right: 5px; } .footer-widget .contact li { margin-bottom: 15px; display: block; } .footer-widget .contact li p { margin-bottom: 0; } .footer-widget .contact i { font-size: 12px; } /*------------------ Responsive ---------------------*/ @media (min-width: 1200px) { .container { max-width: 1170px; } } /* Medium screen : 992px. */ @media only screen and (min-width: 992px) and (max-width: 1199px) { .counter-section .counter { padding-left: 20px; } .counter-section .counter .counter-item { min-width: 80px; } .counter-section .counter .counter-item h4 { font-size: 35px; } .widget { margin-left: 0; } } /* Tablet :768px. */ @media only screen and (min-width: 768px) and (max-width: 991px) { .header-info .hf-item i { float: left; } .header-info .hf-item p { display: block; } .hs-item { height: auto; min-height: auto; padding: 140px 0; } .counter-section .counter { padding-top: 15px; padding-left: 0; } .counter-section .counter .counter-item { min-width: 70px; } .counter-section .counter .counter-item h4 { font-size: 27px; } .gallery .gallery-item, .gallery .gallery-item.gi-big, .gallery .gallery-item.gi-long { width: 25%; } .footer-widget { margin-bottom: 40px; } .testimonial-slider .owl-nav { left: -16px; } .member { margin-bottom: 40px; } .sidebar { padding-top: 80px; } .widget { margin-left: 0; } } /* Large Mobile :480px. */ @media only screen and (max-width: 767px) { .header-info { display: none; } .site-logo { padding: 15px 0; } .nav-switch { position: absolute; right: 30px; font-size: 30px; color: #111; top: 25px; display: block; } .nav-section .nav-right { display: block; float: none; text-align: right; padding-bottom: 20px; } .main-menu { display: none; } .main-menu li { display: block; } .main-menu li a { padding: 15px; display: block; border-top: 1px solid #212031; } .main-menu li a:hover { background-color: transparent; color: #f6783a; } .main-menu li.active a { background-color: transparent; } .hs-item { min-height: auto; padding: 100px 0; } .hs-item .hs-title { font-size: 40px; } .counter-section .counter { float: none; padding-top: 30px; padding-left: 0; text-align: center; } .gallery .gallery-item, .gallery .gallery-item.gi-big, .gallery .gallery-item.gi-long { width: 50%; } .fact { text-align: left; margin-bottom: 15px; } .footer-widget { margin-bottom: 40px; } .testimonial-slider .owl-nav { left: 50%; margin-left: -90px; } .testimonial-slider .owl-dots { text-align: center; width: 100%; left: 0; bottom: 0; } .testimonial-slider .ts-author-pic { margin: 5px auto 30px; } .testimonial-slider .ts-item { text-align: center; padding-bottom: 50px; } .member { margin-bottom: 40px; } .sidebar { padding-top: 80px; } .widget { margin-left: 0; } .map-section { height: auto; } .contact-info-warp { position: relative; height: auto; display: block; width: 100%; padding-bottom: 70px; } .map-section .map { height: 300px; } } /* small Mobile :320px. */ @media only screen and (max-width: 479px) { .hs-item .hs-title { font-size: 27px; } .counter-section .counter .counter-item { min-width: 65px; } .counter-section .counter .counter-item h4 { font-size: 25px; } .course-item .course-info { margin: 0; } .blog-item .blog-thumb { height: 230px; width: 100%; margin-bottom: 20px; } .blog-item .blog-content { padding-left: 0; } .gallery .gallery-item, .gallery .gallery-item.gi-big, .gallery .gallery-item.gi-long { width: 100%; } .newsletter-section .newsletter { text-align: center; } .newsletter-section .newsletter input { padding-right: 30px; margin-bottom: 20px; text-align-last: auto; } .newsletter-section .newsletter .site-btn { position: relative; border-radius: 50px; } .post-item .post-author .pa-thumb, .comment-warp .comment .comment-avator { float: none; margin-bottom: 15px; } .post-item .post-author .pa-content, .comment-warp .comment .comment-content { padding-left: 0; } }
public/css/footer.css
.footer-section { background-color: #020031; background-image: url("../img/footer-bg.png"); background-repeat: no-repeat; background-position: center 75px; } .footer-section .footer-top { padding: 65px 15px; } .footer-section .copyright { border-top: 1px solid #312f56; padding: 27px 0; text-align: center; } .footer-section .copyright p { color: #b7b7b7; margin-bottom: 0; } .footer-section .copyright p a { color: #fff; font-weight: 500; } .footer-section .copyright p a:hover { color: #f6783a; } .footer-widget .fw-title { text-transform: uppercase; color: #fff; margin-bottom: 25px; padding-top: 10px; } .footer-widget p, .footer-widget span { color: #b7b7b7; } .footer-widget ul { list-style: none; } .footer-widget .about-widget img { margin-bottom: 30px; } .footer-widget .about-widget p { margin-bottom: 35px; } .footer-widget .social a { color: #b7b7b7; margin-right: 15px; } .footer-widget .dobule-link ul { display: inline-block; } .footer-widget .dobule-link ul a { display: block; font-size: 14px; color: #b7b7b7; margin-bottom: 15px; } .footer-widget .dobule-link ul a:hover { color: #f6783a; } .footer-widget .dobule-link ul li:last-child a { margin-bottom: 0; } .footer-widget .dobule-link ul:last-child { margin-left: 50px; } .footer-widget .recent-post li { margin-bottom: 25px; } .footer-widget .recent-post p { margin-bottom: 5px; } .footer-widget .recent-post span { font-size: 12px; } .footer-widget .recent-post span i { color: #f6783a; margin-right: 5px; } .footer-widget .contact li { margin-bottom: 15px; display: block; } .footer-widget .contact li p { margin-bottom: 0; } .footer-widget .contact i { font-size: 12px; } /*------------------ Responsive ---------------------*/ @media (min-width: 1200px) { .container { max-width: 1170px; } } /* Medium screen : 992px. */ @media only screen and (min-width: 992px) and (max-width: 1199px) { .counter-section .counter { padding-left: 20px; } .counter-section .counter .counter-item { min-width: 80px; } .counter-section .counter .counter-item h4 { font-size: 35px; } .widget { margin-left: 0; } } /* Tablet :768px. */ @media only screen and (min-width: 768px) and (max-width: 991px) { .header-info .hf-item i { float: left; } .header-info .hf-item p { display: block; } .hs-item { height: auto; min-height: auto; padding: 140px 0; } .counter-section .counter { padding-top: 15px; padding-left: 0; } .counter-section .counter .counter-item { min-width: 70px; } .counter-section .counter .counter-item h4 { font-size: 27px; } .gallery .gallery-item, .gallery .gallery-item.gi-big, .gallery .gallery-item.gi-long { width: 25%; } .footer-widget { margin-bottom: 40px; } .testimonial-slider .owl-nav { left: -16px; } .member { margin-bottom: 40px; } .sidebar { padding-top: 80px; } .widget { margin-left: 0; } } /* Large Mobile :480px. */ @media only screen and (max-width: 767px) { .header-info { display: none; } .site-logo { padding: 15px 0; } .nav-switch { position: absolute; right: 30px; font-size: 30px; color: #111; top: 25px; display: block; } .nav-section .nav-right { display: block; float: none; text-align: right; padding-bottom: 20px; } .main-menu { display: none; } .main-menu li { display: block; } .main-menu li a { padding: 15px; display: block; border-top: 1px solid #212031; } .main-menu li a:hover { background-color: transparent; color: #f6783a; } .main-menu li.active a { background-color: transparent; } .hs-item { min-height: auto; padding: 100px 0; } .hs-item .hs-title { font-size: 40px; } .counter-section .counter { float: none; padding-top: 30px; padding-left: 0; text-align: center; } .gallery .gallery-item, .gallery .gallery-item.gi-big, .gallery .gallery-item.gi-long { width: 50%; } .fact { text-align: left; margin-bottom: 15px; } .footer-widget { margin-bottom: 40px; } .testimonial-slider .owl-nav { left: 50%; margin-left: -90px; } .testimonial-slider .owl-dots { text-align: center; width: 100%; left: 0; bottom: 0; } .testimonial-slider .ts-author-pic { margin: 5px auto 30px; } .testimonial-slider .ts-item { text-align: center; padding-bottom: 50px; } .member { margin-bottom: 40px; } .sidebar { padding-top: 80px; } .widget { margin-left: 0; } .map-section { height: auto; } .contact-info-warp { position: relative; height: auto; display: block; width: 100%; padding-bottom: 70px; } .map-section .map { height: 300px; } } /* small Mobile :320px. */ @media only screen and (max-width: 479px) { .hs-item .hs-title { font-size: 27px; } .counter-section .counter .counter-item { min-width: 65px; } .counter-section .counter .counter-item h4 { font-size: 25px; } .course-item .course-info { margin: 0; } .blog-item .blog-thumb { height: 230px; width: 100%; margin-bottom: 20px; } .blog-item .blog-content { padding-left: 0; } .gallery .gallery-item, .gallery .gallery-item.gi-big, .gallery .gallery-item.gi-long { width: 100%; } .newsletter-section .newsletter { text-align: center; } .newsletter-section .newsletter input { padding-right: 30px; margin-bottom: 20px; text-align-last: auto; } .newsletter-section .newsletter .site-btn { position: relative; border-radius: 50px; } .post-item .post-author .pa-thumb, .comment-warp .comment .comment-avator { float: none; margin-bottom: 15px; } .post-item .post-author .pa-content, .comment-warp .comment .comment-content { padding-left: 0; } }
0.232136
0.063135
@charset "UTF-8"; @font-face { font-family: 'icon'; src: url("../font/iconfont.eot"); /* IE9*/ src: url("../font/iconfont.eot?#iefix") format("embedded-opentype"), url("../font/iconfont.woff") format("woff"), url("iconfont.ttf") format("truetype"), url("iconfont.svg#iconfont") format("svg"); /* iOS 4.1- */ } .icon { font-family: "icon" !important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing: grayscale; } /** * Reset some basic elements */ body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, dt, ol, ul, figure, input, fieldset, legend, img, input { margin: 0; padding: 0; } /** * Basic styling(基础样式设置) */ body { font: 400 16px/1.5 Georgia, serif, sans-serif; color: #111; min-width: 320px; } /** * Set `margin-bottom` to maintain vertical rhythm */ blockquote, pre, .highlight { margin-bottom: 15px; } /** * Images(图片样式) */ img { max-width: 100%; vertical-align: middle; } /** * Figures(媒体文件样式) */ figure > img { display: block; } figcaption { font-size: 14px; } /** * Lists(列表样式) */ ul, ol { list-style: none; } li > ul, li > ol { margin-bottom: 0; } /** * Headings(头部样式) */ h1, h2, h3, h4, h5, h6 { font-weight: 400; } /** * Links(链接link样式) */ a { color: #343434 !important; text-decoration: none; } a:visited { color: #1756a9; } a:hover { color: black !important; } a.article-link:hover { color: #111; border-bottom: 1px dotted black; } /** * Blockquotes(引言样式) */ blockquote { color: #828282; border-left: 4px solid #e8e8e8; padding-left: 15px; font-size: 18px; letter-spacing: -1px; font-style: italic; } blockquote > :last-child { margin-bottom: 0; } /** * Code formatting(code样式设置) */ pre, code { font-size: 15px; border: 1px solid #e8e8e8; border-radius: 3px; background-color: #eef; } code { padding: 1px 5px; } pre { padding: 8px 12px; overflow-x: auto; } pre > code { border: 0; padding-right: 0; padding-left: 0; } /** * Wrapper */ .wrapper { max-width: -webkit-calc(800px - (30px * 2)); max-width: calc(800px - (30px * 2)); margin-right: auto; margin-left: auto; padding-right: 30px; padding-left: 30px; } @media screen and (max-width: 800px) { .wrapper { max-width: -webkit-calc(800px - (30px)); max-width: calc(800px - (30px)); padding-right: 15px; padding-left: 15px; } } /** * Clearfix */ .wrapper:after { content: ""; display: table; clear: both; } /** * Icons */ .icon > svg { display: inline-block; width: 16px; height: 16px; vertical-align: middle; } .icon > svg path { fill: #828282; } .fl { float: left; } .fr { float: right; } /** * Welcome page(主页样式) */ .home_bg { top: 0; left: 0; bottom: 0; right: 0; position: absolute; background: -webkit-radial-gradient(50% 50%, #b51212 1%, #111 100%); background: -moz-radial-gradient(50% 50%, #b51212 1%, #111 100%); background: radial-gradient(at 50% 50%, #b51212 1%, #111 100%); } .home_info_card { box-shadow: 0 0px 3px #ccc; height: 500px; width: 400px; position: absolute; top: 50%; left: 50%; margin-top: -250px; margin-left: -200px; z-index: 10; background: rgba(153, 136, 136, 0.8); border-radius: 10px; box-sizing: border-box; padding: 20px; } .home_info_card h1 { height: 90px; display: -webkit-box; } .home_info_card h1 #logo { display: inline-block; line-height: 90px; } .home_info_card h1 .logo_title { height: 90px; -webkit-box-flex: 1; } .home_info_card h1 .logo_title p { text-align: center; height: 45px; line-height: 45px; font-size: 24px; } .home_info_card h1 .logo_title p.logo_title_tips { font-size: 16px; } .home_info_card .home_tabs { width: 100%; margin-bottom: 20px; background: rgba(255, 255, 255, 0.3); border-radius: 12px; color: #fff; overflow: hidden; position: relative; } .home_info_card .home_tabs::before { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; filter: blur(20px); } .home_info_card .home_tabs .home_tabs_header { height: 30px; width: 100%; line-height: 30px; background: rgba(255, 255, 255, 0.3); box-sizing: border-box; padding: 0 12px; overflow: hidden; position: relative; } .home_info_card .home_tabs .home_tabs_header .icon { font-size: 20px; position: absolute; top: 50%; left: 12px; margin-top: -10px; } .home_info_card .home_tabs .home_tabs_header span { margin-left: 30px; } .home_info_card .home_tabs .home_tabs_content { overflow: hidden; width: 100%; box-sizing: border-box; display: -webkit-box; padding: 0 12px; } .home_info_card .home_weather_bar { height: 150px; margin-top: 20px; } .home_info_card .home_weather_bar .home_weather_content .home_weather_img { height: 130px; } .home_info_card .home_weather_bar .home_weather_content .home_weather_tips { -webkit-box-flex: 3; box-sizing: border-box; padding-top: 15px; } .home_info_card .home_weather_bar .home_weather_content .home_weather_tips .home_weather_location { color: #000; font-weight: 600; } .home_info_card .home_weather_bar .home_weather_content .home_weather_tips .home_weather_tit { height: 30px; line-height: 30px; color: #444; font-size: 14px; } .home_info_card .home_weather_bar .home_weather_content .home_weather_temptures { -webkit-box-flex: 1; box-sizing: border-box; padding-top: 15px; } .home_info_card .home_list_bar { min-height: 100px; height: auto !important; height: 100px; } .home_info_card .home_list_bar .home_list_content { min-height: 70px; height: auto !important; height: 70px; } .home_info_card .home_list_bar .home_list_content .home_list_link { -webkit-box-flex: 1; line-height: 70px; } .home_info_card .home_list_bar .home_list_content .home_list_link a { color: #f03; } /** * Syntax highlighting styles(引入语法时高亮颜色) */ .highlight { background: #fff; } .highlighter-rouge .highlight { background: #eef; } .highlight .c { color: #998; font-style: italic; } .highlight .err { color: #a61717; background-color: #e3d2d2; } .highlight .k { font-weight: bold; } .highlight .o { font-weight: bold; } .highlight .cm { color: #998; font-style: italic; } .highlight .cp { color: #999; font-weight: bold; } .highlight .c1 { color: #998; font-style: italic; } .highlight .cs { color: #999; font-weight: bold; font-style: italic; } .highlight .gd { color: #000; background-color: #fdd; } .highlight .gd .x { color: #000; background-color: #faa; } .highlight .ge { font-style: italic; } .highlight .gr { color: #a00; } .highlight .gh { color: #999; } .highlight .gi { color: #000; background-color: #dfd; } .highlight .gi .x { color: #000; background-color: #afa; } .highlight .go { color: #888; } .highlight .gp { color: #555; } .highlight .gs { font-weight: bold; } .highlight .gu { color: #aaa; } .highlight .gt { color: #a00; } .highlight .kc { font-weight: bold; } .highlight .kd { font-weight: bold; } .highlight .kp { font-weight: bold; } .highlight .kr { font-weight: bold; } .highlight .kt { color: #458; font-weight: bold; } .highlight .m { color: #099; } .highlight .s { color: #d14; } .highlight .na { color: #008080; } .highlight .nb { color: #0086B3; } .highlight .nc { color: #458; font-weight: bold; } .highlight .no { color: #008080; } .highlight .ni { color: #800080; } .highlight .ne { color: #900; font-weight: bold; } .highlight .nf { color: #900; font-weight: bold; } .highlight .nn { color: #555; } .highlight .nt { color: #000080; } .highlight .nv { color: #008080; } .highlight .ow { font-weight: bold; } .highlight .w { color: #bbb; } .highlight .mf { color: #099; } .highlight .mh { color: #099; } .highlight .mi { color: #099; } .highlight .mo { color: #099; } .highlight .sb { color: #d14; } .highlight .sc { color: #d14; } .highlight .sd { color: #d14; } .highlight .s2 { color: #d14; } .highlight .se { color: #d14; } .highlight .sh { color: #d14; } .highlight .si { color: #d14; } .highlight .sx { color: #d14; } .highlight .sr { color: #009926; } .highlight .s1 { color: #d14; } .highlight .ss { color: #990073; } .highlight .bp { color: #999; } .highlight .vc { color: #008080; } .highlight .vg { color: #008080; } .highlight .vi { color: #008080; } .highlight .il { color: #099; }
_site/css/style.css
@charset "UTF-8"; @font-face { font-family: 'icon'; src: url("../font/iconfont.eot"); /* IE9*/ src: url("../font/iconfont.eot?#iefix") format("embedded-opentype"), url("../font/iconfont.woff") format("woff"), url("iconfont.ttf") format("truetype"), url("iconfont.svg#iconfont") format("svg"); /* iOS 4.1- */ } .icon { font-family: "icon" !important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing: grayscale; } /** * Reset some basic elements */ body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, dt, ol, ul, figure, input, fieldset, legend, img, input { margin: 0; padding: 0; } /** * Basic styling(基础样式设置) */ body { font: 400 16px/1.5 Georgia, serif, sans-serif; color: #111; min-width: 320px; } /** * Set `margin-bottom` to maintain vertical rhythm */ blockquote, pre, .highlight { margin-bottom: 15px; } /** * Images(图片样式) */ img { max-width: 100%; vertical-align: middle; } /** * Figures(媒体文件样式) */ figure > img { display: block; } figcaption { font-size: 14px; } /** * Lists(列表样式) */ ul, ol { list-style: none; } li > ul, li > ol { margin-bottom: 0; } /** * Headings(头部样式) */ h1, h2, h3, h4, h5, h6 { font-weight: 400; } /** * Links(链接link样式) */ a { color: #343434 !important; text-decoration: none; } a:visited { color: #1756a9; } a:hover { color: black !important; } a.article-link:hover { color: #111; border-bottom: 1px dotted black; } /** * Blockquotes(引言样式) */ blockquote { color: #828282; border-left: 4px solid #e8e8e8; padding-left: 15px; font-size: 18px; letter-spacing: -1px; font-style: italic; } blockquote > :last-child { margin-bottom: 0; } /** * Code formatting(code样式设置) */ pre, code { font-size: 15px; border: 1px solid #e8e8e8; border-radius: 3px; background-color: #eef; } code { padding: 1px 5px; } pre { padding: 8px 12px; overflow-x: auto; } pre > code { border: 0; padding-right: 0; padding-left: 0; } /** * Wrapper */ .wrapper { max-width: -webkit-calc(800px - (30px * 2)); max-width: calc(800px - (30px * 2)); margin-right: auto; margin-left: auto; padding-right: 30px; padding-left: 30px; } @media screen and (max-width: 800px) { .wrapper { max-width: -webkit-calc(800px - (30px)); max-width: calc(800px - (30px)); padding-right: 15px; padding-left: 15px; } } /** * Clearfix */ .wrapper:after { content: ""; display: table; clear: both; } /** * Icons */ .icon > svg { display: inline-block; width: 16px; height: 16px; vertical-align: middle; } .icon > svg path { fill: #828282; } .fl { float: left; } .fr { float: right; } /** * Welcome page(主页样式) */ .home_bg { top: 0; left: 0; bottom: 0; right: 0; position: absolute; background: -webkit-radial-gradient(50% 50%, #b51212 1%, #111 100%); background: -moz-radial-gradient(50% 50%, #b51212 1%, #111 100%); background: radial-gradient(at 50% 50%, #b51212 1%, #111 100%); } .home_info_card { box-shadow: 0 0px 3px #ccc; height: 500px; width: 400px; position: absolute; top: 50%; left: 50%; margin-top: -250px; margin-left: -200px; z-index: 10; background: rgba(153, 136, 136, 0.8); border-radius: 10px; box-sizing: border-box; padding: 20px; } .home_info_card h1 { height: 90px; display: -webkit-box; } .home_info_card h1 #logo { display: inline-block; line-height: 90px; } .home_info_card h1 .logo_title { height: 90px; -webkit-box-flex: 1; } .home_info_card h1 .logo_title p { text-align: center; height: 45px; line-height: 45px; font-size: 24px; } .home_info_card h1 .logo_title p.logo_title_tips { font-size: 16px; } .home_info_card .home_tabs { width: 100%; margin-bottom: 20px; background: rgba(255, 255, 255, 0.3); border-radius: 12px; color: #fff; overflow: hidden; position: relative; } .home_info_card .home_tabs::before { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; filter: blur(20px); } .home_info_card .home_tabs .home_tabs_header { height: 30px; width: 100%; line-height: 30px; background: rgba(255, 255, 255, 0.3); box-sizing: border-box; padding: 0 12px; overflow: hidden; position: relative; } .home_info_card .home_tabs .home_tabs_header .icon { font-size: 20px; position: absolute; top: 50%; left: 12px; margin-top: -10px; } .home_info_card .home_tabs .home_tabs_header span { margin-left: 30px; } .home_info_card .home_tabs .home_tabs_content { overflow: hidden; width: 100%; box-sizing: border-box; display: -webkit-box; padding: 0 12px; } .home_info_card .home_weather_bar { height: 150px; margin-top: 20px; } .home_info_card .home_weather_bar .home_weather_content .home_weather_img { height: 130px; } .home_info_card .home_weather_bar .home_weather_content .home_weather_tips { -webkit-box-flex: 3; box-sizing: border-box; padding-top: 15px; } .home_info_card .home_weather_bar .home_weather_content .home_weather_tips .home_weather_location { color: #000; font-weight: 600; } .home_info_card .home_weather_bar .home_weather_content .home_weather_tips .home_weather_tit { height: 30px; line-height: 30px; color: #444; font-size: 14px; } .home_info_card .home_weather_bar .home_weather_content .home_weather_temptures { -webkit-box-flex: 1; box-sizing: border-box; padding-top: 15px; } .home_info_card .home_list_bar { min-height: 100px; height: auto !important; height: 100px; } .home_info_card .home_list_bar .home_list_content { min-height: 70px; height: auto !important; height: 70px; } .home_info_card .home_list_bar .home_list_content .home_list_link { -webkit-box-flex: 1; line-height: 70px; } .home_info_card .home_list_bar .home_list_content .home_list_link a { color: #f03; } /** * Syntax highlighting styles(引入语法时高亮颜色) */ .highlight { background: #fff; } .highlighter-rouge .highlight { background: #eef; } .highlight .c { color: #998; font-style: italic; } .highlight .err { color: #a61717; background-color: #e3d2d2; } .highlight .k { font-weight: bold; } .highlight .o { font-weight: bold; } .highlight .cm { color: #998; font-style: italic; } .highlight .cp { color: #999; font-weight: bold; } .highlight .c1 { color: #998; font-style: italic; } .highlight .cs { color: #999; font-weight: bold; font-style: italic; } .highlight .gd { color: #000; background-color: #fdd; } .highlight .gd .x { color: #000; background-color: #faa; } .highlight .ge { font-style: italic; } .highlight .gr { color: #a00; } .highlight .gh { color: #999; } .highlight .gi { color: #000; background-color: #dfd; } .highlight .gi .x { color: #000; background-color: #afa; } .highlight .go { color: #888; } .highlight .gp { color: #555; } .highlight .gs { font-weight: bold; } .highlight .gu { color: #aaa; } .highlight .gt { color: #a00; } .highlight .kc { font-weight: bold; } .highlight .kd { font-weight: bold; } .highlight .kp { font-weight: bold; } .highlight .kr { font-weight: bold; } .highlight .kt { color: #458; font-weight: bold; } .highlight .m { color: #099; } .highlight .s { color: #d14; } .highlight .na { color: #008080; } .highlight .nb { color: #0086B3; } .highlight .nc { color: #458; font-weight: bold; } .highlight .no { color: #008080; } .highlight .ni { color: #800080; } .highlight .ne { color: #900; font-weight: bold; } .highlight .nf { color: #900; font-weight: bold; } .highlight .nn { color: #555; } .highlight .nt { color: #000080; } .highlight .nv { color: #008080; } .highlight .ow { font-weight: bold; } .highlight .w { color: #bbb; } .highlight .mf { color: #099; } .highlight .mh { color: #099; } .highlight .mi { color: #099; } .highlight .mo { color: #099; } .highlight .sb { color: #d14; } .highlight .sc { color: #d14; } .highlight .sd { color: #d14; } .highlight .s2 { color: #d14; } .highlight .se { color: #d14; } .highlight .sh { color: #d14; } .highlight .si { color: #d14; } .highlight .sx { color: #d14; } .highlight .sr { color: #009926; } .highlight .s1 { color: #d14; } .highlight .ss { color: #990073; } .highlight .bp { color: #999; } .highlight .vc { color: #008080; } .highlight .vg { color: #008080; } .highlight .vi { color: #008080; } .highlight .il { color: #099; }
0.384565
0.052692
html { font-size: 16px; } @media (max-width: 991px) { /* line 1, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ html { font-size: 14px; } } @media (max-width: 767px) { /* line 1, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ html { font-size: 13px; } } /* line 13, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ body { background-color: #212121; font-family: 'Open Sans', sans-serif; font-size: inherit; line-height: 1.6em; color: #fff; } /* line 20, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ body.ft_lgt_1 { margin-bottom: 350px; } /* line 23, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ body.ft_lgt_1 footer { height: 350px; } /* line 27, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ body.ft_lgt_2 { margin-bottom: 700px; } /* line 30, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ body.ft_lgt_2 footer { height: 700px; } @media (max-width: 991px) { /* line 36, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ body.ft_lgt_1 { margin-bottom: 500px; } /* line 39, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ body.ft_lgt_1 footer { height: 500px; } /* line 43, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ body.ft_lgt_2 { margin-bottom: 900px; } /* line 46, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ body.ft_lgt_2 footer { height: 900px; } } /* line 53, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ input, textarea, select { font-family: 'Open Sans', sans-serif; font-size: 1rem; line-height: 1.6em; color: #fff; } /* line 60, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ div.bged, section.bged, article.bged { background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; } /* line 67, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ div.bged::before, section.bged::before, article.bged::before { content: ''; background: rgba(0, 0, 0, 0.4); width: 100%; height: 100%; top: 0; left: 0; position: absolute; z-index: 1; } /* line 78, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ div.bged.bgcolor_transparent::before, section.bged.bgcolor_transparent::before, article.bged.bgcolor_transparent::before { content: none; } /* line 82, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ div.bged.bgcolor1::before, section.bged.bgcolor1::before, article.bged.bgcolor1::before { background: rgba(255, 156, 16, 0.6); } /* line 86, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ div.bged.circle::before, section.bged.circle::before, article.bged.circle::before { border-radius: 50%; } /* line 90, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ img.lazy { background-color: transparent; display: none; } /* underlay */ /* line 97, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .underlay { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-size: 50%; background-position: center center; background-repeat: no-repeat; z-index: 0; opacity: 0.75; } /* line 108, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .underlay.cog_c { background-image: url(../images/icons/cog-icon_c.png); } /* line 111, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .underlay.cog { background-image: url(../images/icons/cog-icon.png); } /* line 114, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .underlay.cog2 { background-image: url(../images/icons/cog-icon2.png); } /* line 117, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .underlay.cart { background-image: url(../images/icons/cart-icon.png); } /* line 120, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .underlay.order { background-image: url(../images/icons/order-icon.png); } /* line 123, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .underlay.profile { background-image: url(../images/icons/profile-icon.png); } /* line 126, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .underlay.photo { background-image: url(../images/icons/photo-icon.png); } /* line 129, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .underlay.product { background-image: url(../images/icons/product-icon.png); } /* line 132, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .underlay.cogs { background-image: url(https://img.clipartfest.com/264dfd4cb870e1a629692d0f918adac6_high-resolution-gear-clip-art-bike-gear-clipart_1000-1000.svg); } /* line 135, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .underlay.bike { background-image: url(https://cdn.pixabay.com/photo/2014/04/03/11/07/bicycle-311808_960_720.png); } /* -------------------------------------------------------- HEADER -------------------------------------------------------- */ /* line 142, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ header { z-index: 10; } /* line 146, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .alert-success, .alert-warning, .alert-danger { background-image: none; border-radius: 0; text-align: center; } /* ---------------------------- NAVBAR ---------------------------- */ /* line 154, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ nav.navbar { /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/ box-shadow: none; background: transparent; border: none; -webkit-transition: ease-in-out 0.2s; -moz-transition: ease-in-out 0.2s; -ms-transition: ease-in-out 0.2s; -o-transition: ease-in-out 0.2s; transition: ease-in-out 0.2s; } /* line 166, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-brand { padding: 5px; } /* line 168, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-brand > img { max-height: 40px; } @media (min-width: 992px) { /* line 174, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ nav.navbar.shrinked { background: #212121; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.1); } } @media (max-width: 991px) { /* line 181, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ nav.navbar { /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/ background: #212121; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.1); } /* line 186, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-brand > img { max-height: 30px; } } /* a text */ /* line 194, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-default .navbar-nav > li > a { color: #fff; font-weight: 700; text-shadow: 1px 1px #212121; -webkit-transition: ease-in-out 0.2s; -moz-transition: ease-in-out 0.2s; -ms-transition: ease-in-out 0.2s; -o-transition: ease-in-out 0.2s; transition: ease-in-out 0.2s; } /* line 203, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-default .navbar-nav > li > a:focus { color: #fff; } /* line 207, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-default .navbar-nav li:hover > a { color: #fff; } /* line 211, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-default .navbar-nav a:focus, .navbar-default .navbar-nav a:hover { color: #fff; } /* line 216, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-default .navbar-nav > .active > a { color: #fff; } /* line 218, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover { color: #fff; } /* line 222, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-default .navbar-nav > .open > a { color: #fff; } /* line 224, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover { color: #fff; } /* li bg */ /* line 233, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-nav > li { -webkit-transition: ease-in-out 0.2s; -moz-transition: ease-in-out 0.2s; -ms-transition: ease-in-out 0.2s; -o-transition: ease-in-out 0.2s; transition: ease-in-out 0.2s; } /* line 239, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-nav > li.active { background-color: #ff9c10; } /* line 245, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-default .navbar-nav > li:hover { background-color: #ff9c10; } /* line 248, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a { background-image: none; background-color: #ff9c10; box-shadow: none; color: #fff; } /* dropdown */ /* line 259, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .dropdown-menu > li > a:focus, .dropdown-menu > li:hover { background-color: #ff9c10; background-image: none; } /* line 264, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover { background-color: transparent; background-image: none; } /* line 271, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-default .navbar-nav > .open { background-color: #ff9c10; } /* line 273, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-default .navbar-nav > .open > a { color: #fff; background-color: transparent; } /* line 276, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover { color: #fff; background-color: transparent; } /* line 283, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-nav .open .dropdown-menu { padding: 0; background-color: #212121; border: none; border-radius: 0; } /* line 290, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .dropdown-menu > li { padding: 5px 0; } /* line 292, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .dropdown-menu > li > a { color: #fff; } @media (min-width: 992px) { /* line 298, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-nav .navbar-default .navbar-nav > li a { padding-left: 1em; padding-right: 1em; } /* line 303, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ nav.navbar.navbar-default .navbar-nav > li > a { color: #fff; } /* line 308, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ nav.navbar.shrinked.navbar-default .navbar-nav > li a, nav.navbar.shrinked.navbar-default .navbar-nav > li:hover > a, nav.navbar.shrinked.navbar-default .navbar-nav > li > a:focus, nav.navbar.shrinked.navbar-default .navbar-nav > li.active > a { color: #fff; } /* line 313, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ nav.navbar.shrinked.navbar-default .navbar-nav li.open > a, nav.navbar.shrinked.navbar-default .navbar-nav li.open .dropdown-menu li:hover a { color: #fff; } } /* flags */ /* line 323, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .flag-icons img, .nav li.flag-icons > a > img { max-width: 24px; } /* mobile */ /* line 330, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background-color: #ff9c10; } /* line 333, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar { background-color: #fff; } /* @media (max-width: 1199px) { .navbar-default .navbar-nav > li > a { font-size: 0.9rem; } } @media (max-width: 1099px) { .navbar-default .navbar-nav > li > a { font-size: 0.8rem; } } @media (max-width: 991px) { .navbar-default .navbar-nav > li > a { font-size: 0.6rem; } } */ @media (max-width: 767px) { /* line 359, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #fff; } /* line 361, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover { color: #fff; background-color: #ff9c10; } } /* ---------------------------- /NAVBAR ---------------------------- */ /* -------------------------------------------------------- /HEADER -------------------------------------------------------- */ /* -------------------------------------------------------- CONTENT -------------------------------------------------------- */ /* ---------------------------- Full-screen ---------------------------- */ /* line 376, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ div.full-height, section.full-height, article.full-height { min-height: 100%; margin: 0; } /* line 381, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ div.height-100, section.height-100, article.height-100 { height: 100%; } @media (max-width: 991px) { /* line 386, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ div.full-height, section.full-height, article.full-height { min-height: 400px; } } /* ---------------------------- /Full-screen ---------------------------- */ /* line 393, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ div.lazy, section.lazy, article.lazy { background-color: #434343 !important; } /* /////// */ /* line 399, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ div.zebra, section.zebra, article.zebra { background-color: #fff; color: #212121; } /* line 404, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ div.zebra:nth-child(odd), section.zebra:nth-child(odd), article.zebra:nth-child(odd) { background-color: #163A51; color: #fff; } /* line 410, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ div.zebra:nth-child(odd) h1, div.zebra:nth-child(odd) h2, div.zebra:nth-child(odd) h3, div.zebra:nth-child(odd) h4, div.zebra:nth-child(odd) p { color: #fff; } /* line 416, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ section.zebra:nth-child(odd) h1, section.zebra:nth-child(odd) h2, section.zebra:nth-child(odd) h3, section.zebra:nth-child(odd) h4, section.zebra:nth-child(odd) p { color: #fff; } /* line 422, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ article.zebra:nth-child(odd) h1, article.zebra:nth-child(odd) h2, article.zebra:nth-child(odd) h3, article.zebra:nth-child(odd) h4, article.zebra:nth-child(odd) p { color: #fff; } /* line 427, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ div.page, section.page, article.page { padding: 70px 0; } /* line 431, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ div.page.no-padding, section.page.no-padding, article.page.no-padding { padding: 0; } /* line 435, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ div.page.no-padding-top, section.page.no-padding-top, article.page.no-padding-top { padding-top: 0; } /* carousel */ /* line 441, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .carousel-section { margin-top: -70px; } /* line 445, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .slick-dotted.slick-slider { margin-bottom: 0; } /* line 449, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .carousel .item { height: 550px; } /* line 451, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .carousel .item.slide { background-size: cover; background-position: center center; background-repeat: no-repeat; } /* line 456, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .carousel .item .slide_caption { position: absolute; bottom: 10%; width: 100%; z-index: 2; } /* line 461, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .carousel .item .slide_caption p { font-size: 2.5rem; text-align: center; color: #fff; text-shadow: #000 2px 2px; } /* line 470, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .slick-dots { bottom: 16px; z-index: 2; } /* line 474, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .slick-dots li.slick-active button:before { opacity: .75; color: #ff9c10; } /* line 478, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .slick-dots li button:before { color: #fff; } /* images */ /* line 487, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .carousel .item.slide.slide1 { background-image: url(../images/banners/bg1.jpg); } /* line 490, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .carousel .item.slide.slide2 { background-image: url(../images/banners/bg2.jpg); } /* line 493, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .carousel .item.slide.slide3 { background-image: url(../images/banners/bg3.jpg); } /* /images */ /* line 500, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .slick-next, .slick-prev { width: 50px; height: 50px; z-index: 2; } /* line 506, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .slick-next:before, .slick-prev:before { font-size: 50px; opacity: 0.3; } /* line 511, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .slick-next { right: 15px; } /* line 515, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .slick-prev { left: 15px; } @media (max-width: 991px) { /* line 520, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .slick-next, .slick-prev { display: none !important; } } /* carousel */ /* line 528, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .row > h1, .row > h2, .row > h3, .row > h4, .row > p { padding: 0 15px; } /* line 533, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ h1 { font-size: 2.7em; color: #212121; } /* line 538, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ h2 { font-size: 1.7em; } /* line 542, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ h3 { font-size: 1.5em; } /* line 546, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ p { font-size: 1.1em; font-weight: 300; } /* line 549, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ p.line-height-150 { line-height: 1.5em; } /* line 554, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .wrapper .container h1 { margin-bottom: 1.5em; } /* line 559, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ span.highlight { font-size: 1.2em; text-transform: uppercase; font-weight: bold; } /* line 564, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ span.colored { color: #163A51; } /* line 567, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ span.colored2 { color: #22AED1; } /* line 570, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ span.colored3 { color: #ff9c10; } /* line 575, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ h2.highlight { padding: 20px 5px; text-transform: uppercase; font-size: 2.7em; } @media (max-width: 991px) { /* line 582, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ h2.highlight { font-size: 1.7em; } } /* line 587, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ a.stretch { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; } /* line 596, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .highlight_border, .highlight_underline { margin-bottom: 15px; padding-top: 10px; padding-bottom: 10px; } /* line 602, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .highlight_border { border: solid 3px #ff9c10; border-radius: 6px; } /* line 605, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .highlight_border > p { margin-bottom: 0; } /* line 610, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .highlight_underline::after { content: ""; display: block; width: 25%; min-width: 120px; max-width: 175px; margin: 15px auto 0 auto; border-top: solid 4px #ff9c10; border-radius: 6px; } /* @media (max-width: 991px) { .highlight_border > p { font-size: 90%; } } */ /* Flippers */ /* line 631, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .tile-container { margin-top: 15px; } /* line 634, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .tile-container .flipper-main-container > .row > div { padding: 0; } /* line 638, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .tile-container .flip-container { margin-left: auto; margin-right: auto; } @media (max-width: 991px) { /* line 638, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .tile-container .flip-container { max-width: 250px; } } /* line 646, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .tile-container .flip-container .flipper { background-size: cover; } /* line 649, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .tile-container .flip-container .flipper-height { height: 480px; } /* line 653, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .tile-container .flip-container .flipper .front, .tile-container .flip-container .flipper .back { padding: 15px; } /* line 656, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .tile-container .flip-container .flipper .front > a, .tile-container .flip-container .flipper .back > a { position: absolute; width: 100%; height: 100%; } /* line 663, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .tile-container .flip-container .flipper img { width: 100%; max-height: 300px; } /* line 668, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .tile-container .flip-container .flipper p { margin: 0; text-align: center; font-size: 1.4em; font-weight: 700; } /* line 675, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .tile-container .flip-container .flipper.color_1 { background: #247ba0; color: #fff; } /* line 679, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .tile-container .flip-container .flipper.color_2 { background: #ff1b1c; color: #fff; } /* line 683, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .tile-container .flip-container .flipper.color_3 { background: #63c132; color: #fff; } /* line 687, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .tile-container .flip-container .flipper.color_4 { background: #963484; color: #fff; } /* Iterators */ /* line 697, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .iterator > div { background-color: #eee; width: 100%; height: 200px; -webkit-transition: ease-in-out 0.3s; -moz-transition: ease-in-out 0.3s; -ms-transition: ease-in-out 0.3s; -o-transition: ease-in-out 0.3s; transition: ease-in-out 0.3s; } /* line 706, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .iterator > div.hover { background-color: #ff9c10; } /* /Iterators */ /* Buttons */ /* line 715, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .button.sliding_bg { color: #31302B; background: #FFF; padding: 12px 17px; margin: 25px; border: 3px solid #31302B; font-size: 1rem; font-weight: bold; letter-spacing: 1px; text-transform: uppercase; border-radius: 2px; display: inline-block; text-align: center; cursor: pointer; box-shadow: inset 0 0 0 0 #31302B; -webkit-transition: ease-in-out 0.8s; -moz-transition: ease-in-out 0.8s; -ms-transition: ease-in-out 0.8s; -o-transition: ease-in-out 0.8s; transition: ease-in-out 0.8s; } /* line 735, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .button.sliding_bg:hover { box-shadow: inset 0 100px 0 0 #31302B; color: #FFF; } /* Halfscreen container */ /* line 743, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .half-screen-container { position: relative; } /* line 745, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .half-screen-container .half-screen { width: 50%; height: 200px; padding: 0; } /* line 750, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .half-screen-container .half-screen.first { position: absolute; z-index: 1; } /* line 753, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .half-screen-container .half-screen.first > div { background-color: #212121; border-right-width: 2px; } /* line 756, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .half-screen-container .half-screen.first > div:hover { background-color: #ff9c10; } /* line 761, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .half-screen-container .half-screen.second { position: relative; margin-left: auto; } /* line 764, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .half-screen-container .half-screen.second > div { position: relative; border-left-width: 2px; background-color: #212121; } /* line 768, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .half-screen-container .half-screen.second > div:hover { background-color: #ff9c10; } /* line 774, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .half-screen-container .half-screen > div { width: 100%; height: 100%; position: relative; padding: 15px 20px; border: solid 4px #ff9c10; -webkit-transition: ease-in-out 0.3s; -moz-transition: ease-in-out 0.3s; -ms-transition: ease-in-out 0.3s; -o-transition: ease-in-out 0.3s; transition: ease-in-out 0.3s; } /* line 786, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .half-screen-container .half-screen > div:hover p > .fa { width: 30px; opacity: 1; } /* line 791, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .half-screen-container .half-screen p { margin: 0; color: #fff; font-size: 2em; /*text-shadow: 1px 1px #212121;*/ z-index: 1; } /* line 797, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .half-screen-container .half-screen p > .fa { width: 0; opacity: 0; margin-left: 10px; -webkit-transition: ease-in-out 0.3s; -moz-transition: ease-in-out 0.3s; -ms-transition: ease-in-out 0.3s; -o-transition: ease-in-out 0.3s; transition: ease-in-out 0.3s; } /* line 808, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .half-screen-container .half-screen a.stretch { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 2; } @media (max-width: 991px) { /* line 820, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .half-screen-container { padding: 0 15px; } /* line 822, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .half-screen-container .half-screen { width: 100%; height: 100px; } /* line 825, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .half-screen-container .half-screen.first { position: relative; } /* line 827, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .half-screen-container .half-screen.first > div { width: 100%; webkit-animation-name: none !important; animation-name: none !important; border-width: 2px 2px 1px 2px; } /* line 834, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .half-screen-container .half-screen.second > div { width: 100%; border-width: 1px 2px 2px 2px; } } /* /Halfscreen container */ /* Halfscreen header */ /* line 846, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .header-section-container { position: relative; overflow: hidden; } /* line 849, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .header-section-container .half-screen { width: 50%; height: 400px; padding: 0; } /* line 854, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .header-section-container .half-screen.first { width: 100%; position: absolute; z-index: 1; } /* line 858, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .header-section-container .half-screen.first > div { background-color: #ff9c10; } /* line 861, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .header-section-container .half-screen.first p { font-size: 4em; } /* line 865, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .header-section-container .half-screen.second { position: relative; margin-left: auto; } /* line 868, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .header-section-container .half-screen.second > div { position: relative; background-color: #212121; } /* line 872, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .header-section-container .half-screen.second p { font-size: 1.4em; } /* line 877, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .header-section-container .half-screen > div { position: relative; width: 100%; height: 100%; padding: 25px 40px; -webkit-transition: ease-in-out 0.3s; -moz-transition: ease-in-out 0.3s; -ms-transition: ease-in-out 0.3s; -o-transition: ease-in-out 0.3s; transition: ease-in-out 0.3s; } /* line 888, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .header-section-container .half-screen p { color: #fff; font-size: 2em; /*text-shadow: 1px 1px #212121;*/ z-index: 1; } /* line 894, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .header-section-container .half-screen a.stretch { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 2; } @media (max-width: 991px) { /* line 906, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .header-section-container .half-screen { height: 300px; } /* line 909, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .header-section-container .half-screen.first { position: relative; width: 100%; max-width: 100%; height: 150px; } /* line 914, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .header-section-container .half-screen.first > div { width: 100%; webkit-animation-name: none !important; animation-name: none !important; transitionDuration: 0; } /* line 921, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .header-section-container .half-screen.second { width: 100%; height: auto; } /* line 924, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .header-section-container .half-screen.second > div { width: 100%; webkit-animation-name: none !important; animation-name: none !important; float: none; } /* line 930, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .header-section-container .half-screen.second p { font-size: 1.2em; } } /* /Halfscreen header */ /* Cards */ /* line 942, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .cards > .row > div { position: relative; height: 250px; min-height: 250px; background-color: #212121; background-size: 100%; -webkit-transition: ease-in-out 0.3s; -moz-transition: ease-in-out 0.3s; -ms-transition: ease-in-out 0.3s; -o-transition: ease-in-out 0.3s; transition: ease-in-out 0.3s; overflow: hidden; } /* line 954, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .cards > .row > div::before { -webkit-transition: ease-in-out 0.3s; -moz-transition: ease-in-out 0.3s; -ms-transition: ease-in-out 0.3s; -o-transition: ease-in-out 0.3s; transition: ease-in-out 0.3s; } /* line 961, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .cards > .row > div:hover { background-size: 105%; } /* line 963, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .cards > .row > div:hover::before { background: rgba(0, 0, 0, 0.6); } /* line 967, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .cards > .row > div.bgcolor1:hover::before { background: rgba(255, 156, 16, 0.8); } /* line 970, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .cards > .row > div a.stretch { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 2; } /* line 978, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .cards > .row > div p { color: #fff; font-size: 2em; text-shadow: 1px 1px #212121; z-index: 1; } /* line 984, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .cards > .row > div > img.card { position: absolute; /* width: 100%; height: 100%; */ object-fit: cover; top: 50%; left: 50%; width: auto; height: auto; max-height: 150%; max-width: none; min-height: 100%; min-width: 100%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); } /* line 1004, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .cards > .row > .card1 { background-image: url(../images/banners/bg-small1.jpg); } /* line 1007, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .cards > .row > .card2 { background-image: url(../images/banners/bg-small2.jpg); } /* line 1010, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .cards > .row > .card3 { background-image: url(../images/banners/bg-small3.jpg); } /* line 1013, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .cards > .row > .card4 { background-image: url(../images/banners/bg-small4.jpg); } /* line 1016, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .cards > .row > .card5 { background-image: url(../images/banners/bg-small5.jpg); } @media (min-width: 992px) { /* line 1022, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .cards.big > .row > div { height: 400px; min-height: 400px; } } @media (max-width: 1199px) { /* line 1029, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .cards > .row > div { background-size: cover; } } /* Card images */ @media (max-width: 1199px) { /* line 1037, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .cards > .row > div > img.card { max-height: 150%; } } /* /Card images */ /* /Cards */ /* REST */ /* line 1048, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .row.navigation-row { margin-bottom: 10px; text-align: left; } /* line 1051, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .row.navigation-row .row.navigation-row { margin-bottom: 10px; text-align: left; } /* line 1055, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .row.navigation-row > p, .row.navigation-row h1, .row.navigation-row h2, .row.navigation-row h3, .row.navigation-row h4 { color: #212121; padding: 0; } /* line 1059, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .row.navigation-row h1, .row.navigation-row h2, .row.navigation-row h3, .row.navigation-row h4 { text-align: center; } /* line 1062, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .row.navigation-row a.btn { margin-bottom: 10px; color: #fff; background-color: #ff9c10; border-color: #ff9c10; } /* line 1067, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .row.navigation-row a.btn.small { padding: 10px 25px; } /* line 1070, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .row.navigation-row a.btn:hover, .row.navigation-row a.btn:focus, .row.navigation-row a.btn:active, .row.navigation-row a.btn.active { color: #ff9c10; background-color: #fff; } /* line 1074, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .row.navigation-row a.btn.inverted { color: #ff9c10; background-color: #fff; } /* line 1077, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .row.navigation-row a.btn.inverted:hover, .row.navigation-row a.btn.inverted:focus, .row.navigation-row a.btn.inverted:active, .row.navigation-row a.btn.inverted.active { color: #fff; background-color: #ff9c10; } /* action */ /* inverted */ /* gallery */ /* line 1091, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .gallery-container, .ajax-navigation { margin: 1rem auto; text-align: center; color: #212121; } /* line 1097, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .gallery-container button, .ajax-navigation button { background-color: #fff; } /* line 1102, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .gallery-container .row img { display: block; position: absolute; margin: 0 auto; object-fit: cover; top: 50%; left: 50%; width: auto; height: auto; max-height: 200%; max-width: none; min-height: 100%; min-width: 100%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); } /* line 1119, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .gallery-container .toggleable-content > .ajax-item { position: relative; height: 200px; border: solid 2px #fff; overflow: hidden; } /* line 1124, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .gallery-container .toggleable-content > .ajax-item:hover { border: solid 2px #ff9c10; } /* line 1130, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .hover-menu { position: absolute; width: 100%; height: 0; bottom: 0; left: 0; background-color: #ff9c10; text-align: left; z-index: 3; overflow: hidden; -webkit-transition: ease-in-out 0.3s; -moz-transition: ease-in-out 0.3s; -ms-transition: ease-in-out 0.3s; -o-transition: ease-in-out 0.3s; transition: ease-in-out 0.3s; } /* line 1145, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .hover-menu .hover-menu-item { float: left; margin: 0 4px 0 0; } /* line 1149, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .hover-menu form { float: left; margin: 0 4px 0 0; height: 100%; } /* line 1154, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .hover-menu .hover-menu-item, .hover-menu button[type="submit"].hover-menu-item { position: relative; width: 40px; height: 0; padding: 0; margin: 0 4px 0 0; border: none; background-color: #ff9c10; font-size: 0; color: #212121; text-decoration: none; text-align: center; -webkit-transition: ease-in-out 0.3s; -moz-transition: ease-in-out 0.3s; -ms-transition: ease-in-out 0.3s; -o-transition: ease-in-out 0.3s; transition: ease-in-out 0.3s; } /* line 1173, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .hover-menu .hover-menu-item:focus { text-decoration: none; } /* line 1176, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .hover-menu .hover-menu-item .fa { position: absolute; display: block; width: 100%; top: 50%; margin: 0 auto; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); } /* line 1190, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .hover-menu p.hover-menu-item { font-size: 0; } /* line 1195, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .gallery-container .toggleable-content > div:hover .hover-menu { height: 40px; padding-top: 2px; } /* line 1199, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .gallery-container .toggleable-content > div:hover .hover-menu .hover-menu-item { height: 100%; border: solid 1px #fff; font-size: 1rem; } /* line 1204, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .gallery-container .toggleable-content > div:hover .hover-menu p.hover-menu-item { position: relative; width: auto; height: auto; border: none; font-size: 1rem; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); } @media (max-width: 991px) { /* line 1222, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .gallery-container .row img { height: auto; max-height: 250px; } /* line 1226, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .gallery-container .toggleable-content > div:hover .hover-menu p.hover-menu-item { padding: 11px 0; font-size: 0.9em; } } /* line 1233, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .toggleable { margin: 0 -15px; border: solid 2px #f5f5f5; border-radius: 6px; } /* line 1237, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .toggleable .toggleable-settings { display: block; position: relative; height: 50px; background-color: #f5f5f5; padding: 12px; } /* line 1243, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .toggleable .toggleable-settings p { color: #212121; font-weight: 700; } /* line 1247, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .toggleable .toggleable-settings a.toggleable-slideup { display: inline-block; position: absolute; width: 25px; height: 25px; right: 10px; top: 12px; color: #fff; text-decoration: none; } /* line 1256, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .toggleable .toggleable-settings a.toggleable-slideup i.fa { width: 100%; height: 100%; font-size: 1.6em; } /* line 1260, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .toggleable .toggleable-settings a.toggleable-slideup i.fa:hover { text-decoration: none; color: #fff; } /* line 1269, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .toggleable-settings a.toggleable-slideup i.fa:focus { text-decoration: none; color: #fff; } /* line 1275, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .toggleable .toggleable-content { margin: 0; } /* line 1278, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .toggleable button.navigation-btn { margin: 0; padding: 4px 8px; border: none; } /* line 1285, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .ajax-navigation button.navigation-btn { margin: 0; padding: 4px 8px; border: none; } /* view image */ /* line 1294, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .view-image img { display: block; max-height: 500px; margin: 0 auto; } /* line 1299, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .view-image.small img { max-height: 300px; } @media (max-width: 991px) { /* line 1306, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .view-image img { max-height: 350px; } /* line 1309, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .view-image.small img { max-height: 200px; } } /* image selector */ /* line 1317, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .image-selector { display: none; position: fixed; width: 75%; height: 75%; min-height: 400px; left: 12.5%; top: 12.5%; background-color: #fff; border: solid 2px #ff9c10; overflow-y: auto; z-index: 1030; } /* line 1329, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .image-selector a.close-btn { position: absolute; right: 6px; top: 2px; color: initial; font-size: 1.5em; z-index: 1; } /* line 1339, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .image-selector-show { text-align: center; } /* line 1341, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .image-selector-show a { display: block; width: 100%; padding: 12px 15px; border: solid 2px #ddd; border-radius: 6px; color: initial; line-height: 1.3; } /* line 1353, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .image-selector > .row > div { padding: 0; } /* line 1356, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .image-selector .box-image { position: relative; min-height: 250px; max-height: 300px; overflow: hidden; } /* line 1361, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .image-selector .box-image button { position: absolute; width: 100%; height: 100%; background: none; border: none; z-index: 1; } /* line 1368, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .image-selector .box-image button:hover::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #fff; opacity: 0.3; } /* line 1378, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .image-selector .box-image button.active::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #fff; opacity: 0.3; background: #ff9c10; } /* line 1390, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .image-selector .box-image img { display: block; position: absolute; margin: 0 auto; object-fit: cover; top: 50%; left: 50%; width: auto; height: auto; max-height: 100%; max-width: none; min-height: 100%; min-width: 100%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); } @media (max-width: 991px) { /* line 1411, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .image-selector { width: 100%; height: 100%; left: 0; top: 0; } } /* -------------------------------------------------------- /CONTENT -------------------------------------------------------- */ /* -------------------------------------------------------- CATALOG LIST -------------------------------------------------------- */ /* line 1423, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .catalog-list { margin: 20px 0; } /* line 1425, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .catalog-list p { margin: 0; } /* line 1427, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .catalog-list p.header { margin-bottom: 20px; text-transform: uppercase; text-align: center; } /* line 1433, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .catalog-list .checkbox { margin: 0; } /* line 1436, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .catalog-list label { color: #fff; } /* line 1439, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .catalog-list .filters > .row > div, .catalog-list .items > .row > div { margin-bottom: 10px; } /* line 1442, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .catalog-list .button { display: block; margin: 10px auto; border: none; background: #ff9c10 none; border-radius: 0; text-shadow: none; color: #fff; -webkit-transition: ease-in-out 0.3s; -moz-transition: ease-in-out 0.3s; -ms-transition: ease-in-out 0.3s; -o-transition: ease-in-out 0.3s; transition: ease-in-out 0.3s; } /* line 1455, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .catalog-list .button:hover { background-color: #ffbd00; } /* line 1461, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .search-icon { position: absolute; top: 11px; right: 25px; } /* line 1465, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .search-icon a { color: inherit; } @media (min-width: 992px) { /* line 1471, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .catalog-list > .row > div { border-right: solid 1px #fff; } /* line 1473, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .catalog-list > .row > div:last-child { border-right: none; } } @media (max-width: 991px) { /* line 1480, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .catalog-list > .row > div:first-child { margin-bottom: 20px; padding-bottom: 10px; border-bottom: solid 1px #fff; } } /* -------------------------------------------------------- /CATALOG LIST -------------------------------------------------------- */ /* -------------------------------------------------------- FOOTER -------------------------------------------------------- */ /* line 1491, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer { position: absolute; left: 0; bottom: 0; width: 100%; overflow: hidden; background-color: #0e0e0e; } /* line 1498, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer .footer-content { padding: 35px; } /* line 1500, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer .footer-content ul { list-style: none; padding: 0; } /* line 1503, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer .footer-content ul li { color: #fff; font-size: 1em; margin-bottom: 15px; text-align: left; } /* line 1508, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer .footer-content ul li:last-child { margin-bottom: 0; } /* line 1511, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer .footer-content ul li .fa { min-width: 20px; margin-right: 10px; color: #ff9c10; text-align: center; } /* line 1517, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer .footer-content ul li a { color: #fff; text-decoration: underline; } /* line 1520, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer .footer-content ul li a:hover, footer .footer-content ul li a:focus { color: #ffb900; } /* line 1527, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer #googlemap { position: absolute; bottom: 0; left: 0; width: 100%; height: 400px; } /* line 1534, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer a.button { display: inline-block; width: 60px; height: 60px; margin: 0 3px; padding: 15px 21px; border-radius: 10px; background: #ff9c10; box-shadow: 0px 10px 0px #db8810; color: #fff; text-decoration: none; font-size: 2rem; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -ms-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; } /* line 1551, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer a.button:hover { box-shadow: 0px 2px 0px #db8810; -webkit-transform: translate(0, 4px); -moz-transform: translate(0, 4px); -ms-transform: translate(0, 4px); -o-transform: translate(0, 4px); transform: translate(0, 4px); } /* line 1559, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer a.button.facebook { background: #3b5998; box-shadow: 0px 6px 0px #3b4483; } /* line 1563, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer a.button:hover { box-shadow: 0px 2px 0px #3b4483; } /* buttons */ /* styles */ /* /styles */ /* /buttons */ @media (min-width: 992px) { /* line 1579, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer .footer-content > .container > .row > div:nth-child(2) { text-align: center; } /* line 1582, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer .footer-content > .container > .row > div:last-child ul li { text-align: right; } /* line 1584, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer .footer-content > .container > .row > div:last-child ul li i.fa { float: right; margin-right: 0; margin-left: 10px; } } @media (max-width: 991px) { /* line 1594, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer { height: 900px; } /* line 1596, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer .footer-content > .container > .row > div { margin-bottom: 10px; } /* line 1598, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer .footer-content > .container > .row > div:last-child { margin-bottom: 0; } /* line 1602, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer a.button { display: block; margin: 0px 10px 20px 0; } /* line 1605, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer a.button:last-child { display: block; margin-right: 0; } } /* -------------------------------------------------------- /FOOTER -------------------------------------------------------- */ /*# sourceMappingURL=../layout.map */
public/css/layout.css
html { font-size: 16px; } @media (max-width: 991px) { /* line 1, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ html { font-size: 14px; } } @media (max-width: 767px) { /* line 1, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ html { font-size: 13px; } } /* line 13, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ body { background-color: #212121; font-family: 'Open Sans', sans-serif; font-size: inherit; line-height: 1.6em; color: #fff; } /* line 20, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ body.ft_lgt_1 { margin-bottom: 350px; } /* line 23, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ body.ft_lgt_1 footer { height: 350px; } /* line 27, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ body.ft_lgt_2 { margin-bottom: 700px; } /* line 30, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ body.ft_lgt_2 footer { height: 700px; } @media (max-width: 991px) { /* line 36, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ body.ft_lgt_1 { margin-bottom: 500px; } /* line 39, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ body.ft_lgt_1 footer { height: 500px; } /* line 43, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ body.ft_lgt_2 { margin-bottom: 900px; } /* line 46, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ body.ft_lgt_2 footer { height: 900px; } } /* line 53, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ input, textarea, select { font-family: 'Open Sans', sans-serif; font-size: 1rem; line-height: 1.6em; color: #fff; } /* line 60, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ div.bged, section.bged, article.bged { background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; } /* line 67, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ div.bged::before, section.bged::before, article.bged::before { content: ''; background: rgba(0, 0, 0, 0.4); width: 100%; height: 100%; top: 0; left: 0; position: absolute; z-index: 1; } /* line 78, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ div.bged.bgcolor_transparent::before, section.bged.bgcolor_transparent::before, article.bged.bgcolor_transparent::before { content: none; } /* line 82, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ div.bged.bgcolor1::before, section.bged.bgcolor1::before, article.bged.bgcolor1::before { background: rgba(255, 156, 16, 0.6); } /* line 86, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ div.bged.circle::before, section.bged.circle::before, article.bged.circle::before { border-radius: 50%; } /* line 90, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ img.lazy { background-color: transparent; display: none; } /* underlay */ /* line 97, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .underlay { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-size: 50%; background-position: center center; background-repeat: no-repeat; z-index: 0; opacity: 0.75; } /* line 108, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .underlay.cog_c { background-image: url(../images/icons/cog-icon_c.png); } /* line 111, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .underlay.cog { background-image: url(../images/icons/cog-icon.png); } /* line 114, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .underlay.cog2 { background-image: url(../images/icons/cog-icon2.png); } /* line 117, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .underlay.cart { background-image: url(../images/icons/cart-icon.png); } /* line 120, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .underlay.order { background-image: url(../images/icons/order-icon.png); } /* line 123, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .underlay.profile { background-image: url(../images/icons/profile-icon.png); } /* line 126, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .underlay.photo { background-image: url(../images/icons/photo-icon.png); } /* line 129, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .underlay.product { background-image: url(../images/icons/product-icon.png); } /* line 132, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .underlay.cogs { background-image: url(https://img.clipartfest.com/264dfd4cb870e1a629692d0f918adac6_high-resolution-gear-clip-art-bike-gear-clipart_1000-1000.svg); } /* line 135, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .underlay.bike { background-image: url(https://cdn.pixabay.com/photo/2014/04/03/11/07/bicycle-311808_960_720.png); } /* -------------------------------------------------------- HEADER -------------------------------------------------------- */ /* line 142, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ header { z-index: 10; } /* line 146, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .alert-success, .alert-warning, .alert-danger { background-image: none; border-radius: 0; text-align: center; } /* ---------------------------- NAVBAR ---------------------------- */ /* line 154, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ nav.navbar { /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/ box-shadow: none; background: transparent; border: none; -webkit-transition: ease-in-out 0.2s; -moz-transition: ease-in-out 0.2s; -ms-transition: ease-in-out 0.2s; -o-transition: ease-in-out 0.2s; transition: ease-in-out 0.2s; } /* line 166, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-brand { padding: 5px; } /* line 168, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-brand > img { max-height: 40px; } @media (min-width: 992px) { /* line 174, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ nav.navbar.shrinked { background: #212121; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.1); } } @media (max-width: 991px) { /* line 181, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ nav.navbar { /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/ background: #212121; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.1); } /* line 186, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-brand > img { max-height: 30px; } } /* a text */ /* line 194, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-default .navbar-nav > li > a { color: #fff; font-weight: 700; text-shadow: 1px 1px #212121; -webkit-transition: ease-in-out 0.2s; -moz-transition: ease-in-out 0.2s; -ms-transition: ease-in-out 0.2s; -o-transition: ease-in-out 0.2s; transition: ease-in-out 0.2s; } /* line 203, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-default .navbar-nav > li > a:focus { color: #fff; } /* line 207, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-default .navbar-nav li:hover > a { color: #fff; } /* line 211, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-default .navbar-nav a:focus, .navbar-default .navbar-nav a:hover { color: #fff; } /* line 216, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-default .navbar-nav > .active > a { color: #fff; } /* line 218, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover { color: #fff; } /* line 222, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-default .navbar-nav > .open > a { color: #fff; } /* line 224, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover { color: #fff; } /* li bg */ /* line 233, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-nav > li { -webkit-transition: ease-in-out 0.2s; -moz-transition: ease-in-out 0.2s; -ms-transition: ease-in-out 0.2s; -o-transition: ease-in-out 0.2s; transition: ease-in-out 0.2s; } /* line 239, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-nav > li.active { background-color: #ff9c10; } /* line 245, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-default .navbar-nav > li:hover { background-color: #ff9c10; } /* line 248, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a { background-image: none; background-color: #ff9c10; box-shadow: none; color: #fff; } /* dropdown */ /* line 259, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .dropdown-menu > li > a:focus, .dropdown-menu > li:hover { background-color: #ff9c10; background-image: none; } /* line 264, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover { background-color: transparent; background-image: none; } /* line 271, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-default .navbar-nav > .open { background-color: #ff9c10; } /* line 273, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-default .navbar-nav > .open > a { color: #fff; background-color: transparent; } /* line 276, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover { color: #fff; background-color: transparent; } /* line 283, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-nav .open .dropdown-menu { padding: 0; background-color: #212121; border: none; border-radius: 0; } /* line 290, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .dropdown-menu > li { padding: 5px 0; } /* line 292, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .dropdown-menu > li > a { color: #fff; } @media (min-width: 992px) { /* line 298, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-nav .navbar-default .navbar-nav > li a { padding-left: 1em; padding-right: 1em; } /* line 303, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ nav.navbar.navbar-default .navbar-nav > li > a { color: #fff; } /* line 308, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ nav.navbar.shrinked.navbar-default .navbar-nav > li a, nav.navbar.shrinked.navbar-default .navbar-nav > li:hover > a, nav.navbar.shrinked.navbar-default .navbar-nav > li > a:focus, nav.navbar.shrinked.navbar-default .navbar-nav > li.active > a { color: #fff; } /* line 313, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ nav.navbar.shrinked.navbar-default .navbar-nav li.open > a, nav.navbar.shrinked.navbar-default .navbar-nav li.open .dropdown-menu li:hover a { color: #fff; } } /* flags */ /* line 323, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .flag-icons img, .nav li.flag-icons > a > img { max-width: 24px; } /* mobile */ /* line 330, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background-color: #ff9c10; } /* line 333, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar { background-color: #fff; } /* @media (max-width: 1199px) { .navbar-default .navbar-nav > li > a { font-size: 0.9rem; } } @media (max-width: 1099px) { .navbar-default .navbar-nav > li > a { font-size: 0.8rem; } } @media (max-width: 991px) { .navbar-default .navbar-nav > li > a { font-size: 0.6rem; } } */ @media (max-width: 767px) { /* line 359, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #fff; } /* line 361, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover { color: #fff; background-color: #ff9c10; } } /* ---------------------------- /NAVBAR ---------------------------- */ /* -------------------------------------------------------- /HEADER -------------------------------------------------------- */ /* -------------------------------------------------------- CONTENT -------------------------------------------------------- */ /* ---------------------------- Full-screen ---------------------------- */ /* line 376, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ div.full-height, section.full-height, article.full-height { min-height: 100%; margin: 0; } /* line 381, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ div.height-100, section.height-100, article.height-100 { height: 100%; } @media (max-width: 991px) { /* line 386, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ div.full-height, section.full-height, article.full-height { min-height: 400px; } } /* ---------------------------- /Full-screen ---------------------------- */ /* line 393, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ div.lazy, section.lazy, article.lazy { background-color: #434343 !important; } /* /////// */ /* line 399, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ div.zebra, section.zebra, article.zebra { background-color: #fff; color: #212121; } /* line 404, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ div.zebra:nth-child(odd), section.zebra:nth-child(odd), article.zebra:nth-child(odd) { background-color: #163A51; color: #fff; } /* line 410, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ div.zebra:nth-child(odd) h1, div.zebra:nth-child(odd) h2, div.zebra:nth-child(odd) h3, div.zebra:nth-child(odd) h4, div.zebra:nth-child(odd) p { color: #fff; } /* line 416, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ section.zebra:nth-child(odd) h1, section.zebra:nth-child(odd) h2, section.zebra:nth-child(odd) h3, section.zebra:nth-child(odd) h4, section.zebra:nth-child(odd) p { color: #fff; } /* line 422, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ article.zebra:nth-child(odd) h1, article.zebra:nth-child(odd) h2, article.zebra:nth-child(odd) h3, article.zebra:nth-child(odd) h4, article.zebra:nth-child(odd) p { color: #fff; } /* line 427, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ div.page, section.page, article.page { padding: 70px 0; } /* line 431, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ div.page.no-padding, section.page.no-padding, article.page.no-padding { padding: 0; } /* line 435, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ div.page.no-padding-top, section.page.no-padding-top, article.page.no-padding-top { padding-top: 0; } /* carousel */ /* line 441, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .carousel-section { margin-top: -70px; } /* line 445, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .slick-dotted.slick-slider { margin-bottom: 0; } /* line 449, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .carousel .item { height: 550px; } /* line 451, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .carousel .item.slide { background-size: cover; background-position: center center; background-repeat: no-repeat; } /* line 456, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .carousel .item .slide_caption { position: absolute; bottom: 10%; width: 100%; z-index: 2; } /* line 461, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .carousel .item .slide_caption p { font-size: 2.5rem; text-align: center; color: #fff; text-shadow: #000 2px 2px; } /* line 470, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .slick-dots { bottom: 16px; z-index: 2; } /* line 474, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .slick-dots li.slick-active button:before { opacity: .75; color: #ff9c10; } /* line 478, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .slick-dots li button:before { color: #fff; } /* images */ /* line 487, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .carousel .item.slide.slide1 { background-image: url(../images/banners/bg1.jpg); } /* line 490, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .carousel .item.slide.slide2 { background-image: url(../images/banners/bg2.jpg); } /* line 493, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .carousel .item.slide.slide3 { background-image: url(../images/banners/bg3.jpg); } /* /images */ /* line 500, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .slick-next, .slick-prev { width: 50px; height: 50px; z-index: 2; } /* line 506, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .slick-next:before, .slick-prev:before { font-size: 50px; opacity: 0.3; } /* line 511, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .slick-next { right: 15px; } /* line 515, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .slick-prev { left: 15px; } @media (max-width: 991px) { /* line 520, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .slick-next, .slick-prev { display: none !important; } } /* carousel */ /* line 528, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .row > h1, .row > h2, .row > h3, .row > h4, .row > p { padding: 0 15px; } /* line 533, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ h1 { font-size: 2.7em; color: #212121; } /* line 538, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ h2 { font-size: 1.7em; } /* line 542, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ h3 { font-size: 1.5em; } /* line 546, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ p { font-size: 1.1em; font-weight: 300; } /* line 549, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ p.line-height-150 { line-height: 1.5em; } /* line 554, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .wrapper .container h1 { margin-bottom: 1.5em; } /* line 559, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ span.highlight { font-size: 1.2em; text-transform: uppercase; font-weight: bold; } /* line 564, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ span.colored { color: #163A51; } /* line 567, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ span.colored2 { color: #22AED1; } /* line 570, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ span.colored3 { color: #ff9c10; } /* line 575, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ h2.highlight { padding: 20px 5px; text-transform: uppercase; font-size: 2.7em; } @media (max-width: 991px) { /* line 582, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ h2.highlight { font-size: 1.7em; } } /* line 587, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ a.stretch { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; } /* line 596, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .highlight_border, .highlight_underline { margin-bottom: 15px; padding-top: 10px; padding-bottom: 10px; } /* line 602, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .highlight_border { border: solid 3px #ff9c10; border-radius: 6px; } /* line 605, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .highlight_border > p { margin-bottom: 0; } /* line 610, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .highlight_underline::after { content: ""; display: block; width: 25%; min-width: 120px; max-width: 175px; margin: 15px auto 0 auto; border-top: solid 4px #ff9c10; border-radius: 6px; } /* @media (max-width: 991px) { .highlight_border > p { font-size: 90%; } } */ /* Flippers */ /* line 631, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .tile-container { margin-top: 15px; } /* line 634, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .tile-container .flipper-main-container > .row > div { padding: 0; } /* line 638, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .tile-container .flip-container { margin-left: auto; margin-right: auto; } @media (max-width: 991px) { /* line 638, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .tile-container .flip-container { max-width: 250px; } } /* line 646, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .tile-container .flip-container .flipper { background-size: cover; } /* line 649, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .tile-container .flip-container .flipper-height { height: 480px; } /* line 653, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .tile-container .flip-container .flipper .front, .tile-container .flip-container .flipper .back { padding: 15px; } /* line 656, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .tile-container .flip-container .flipper .front > a, .tile-container .flip-container .flipper .back > a { position: absolute; width: 100%; height: 100%; } /* line 663, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .tile-container .flip-container .flipper img { width: 100%; max-height: 300px; } /* line 668, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .tile-container .flip-container .flipper p { margin: 0; text-align: center; font-size: 1.4em; font-weight: 700; } /* line 675, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .tile-container .flip-container .flipper.color_1 { background: #247ba0; color: #fff; } /* line 679, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .tile-container .flip-container .flipper.color_2 { background: #ff1b1c; color: #fff; } /* line 683, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .tile-container .flip-container .flipper.color_3 { background: #63c132; color: #fff; } /* line 687, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .tile-container .flip-container .flipper.color_4 { background: #963484; color: #fff; } /* Iterators */ /* line 697, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .iterator > div { background-color: #eee; width: 100%; height: 200px; -webkit-transition: ease-in-out 0.3s; -moz-transition: ease-in-out 0.3s; -ms-transition: ease-in-out 0.3s; -o-transition: ease-in-out 0.3s; transition: ease-in-out 0.3s; } /* line 706, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .iterator > div.hover { background-color: #ff9c10; } /* /Iterators */ /* Buttons */ /* line 715, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .button.sliding_bg { color: #31302B; background: #FFF; padding: 12px 17px; margin: 25px; border: 3px solid #31302B; font-size: 1rem; font-weight: bold; letter-spacing: 1px; text-transform: uppercase; border-radius: 2px; display: inline-block; text-align: center; cursor: pointer; box-shadow: inset 0 0 0 0 #31302B; -webkit-transition: ease-in-out 0.8s; -moz-transition: ease-in-out 0.8s; -ms-transition: ease-in-out 0.8s; -o-transition: ease-in-out 0.8s; transition: ease-in-out 0.8s; } /* line 735, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .button.sliding_bg:hover { box-shadow: inset 0 100px 0 0 #31302B; color: #FFF; } /* Halfscreen container */ /* line 743, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .half-screen-container { position: relative; } /* line 745, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .half-screen-container .half-screen { width: 50%; height: 200px; padding: 0; } /* line 750, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .half-screen-container .half-screen.first { position: absolute; z-index: 1; } /* line 753, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .half-screen-container .half-screen.first > div { background-color: #212121; border-right-width: 2px; } /* line 756, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .half-screen-container .half-screen.first > div:hover { background-color: #ff9c10; } /* line 761, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .half-screen-container .half-screen.second { position: relative; margin-left: auto; } /* line 764, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .half-screen-container .half-screen.second > div { position: relative; border-left-width: 2px; background-color: #212121; } /* line 768, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .half-screen-container .half-screen.second > div:hover { background-color: #ff9c10; } /* line 774, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .half-screen-container .half-screen > div { width: 100%; height: 100%; position: relative; padding: 15px 20px; border: solid 4px #ff9c10; -webkit-transition: ease-in-out 0.3s; -moz-transition: ease-in-out 0.3s; -ms-transition: ease-in-out 0.3s; -o-transition: ease-in-out 0.3s; transition: ease-in-out 0.3s; } /* line 786, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .half-screen-container .half-screen > div:hover p > .fa { width: 30px; opacity: 1; } /* line 791, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .half-screen-container .half-screen p { margin: 0; color: #fff; font-size: 2em; /*text-shadow: 1px 1px #212121;*/ z-index: 1; } /* line 797, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .half-screen-container .half-screen p > .fa { width: 0; opacity: 0; margin-left: 10px; -webkit-transition: ease-in-out 0.3s; -moz-transition: ease-in-out 0.3s; -ms-transition: ease-in-out 0.3s; -o-transition: ease-in-out 0.3s; transition: ease-in-out 0.3s; } /* line 808, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .half-screen-container .half-screen a.stretch { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 2; } @media (max-width: 991px) { /* line 820, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .half-screen-container { padding: 0 15px; } /* line 822, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .half-screen-container .half-screen { width: 100%; height: 100px; } /* line 825, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .half-screen-container .half-screen.first { position: relative; } /* line 827, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .half-screen-container .half-screen.first > div { width: 100%; webkit-animation-name: none !important; animation-name: none !important; border-width: 2px 2px 1px 2px; } /* line 834, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .half-screen-container .half-screen.second > div { width: 100%; border-width: 1px 2px 2px 2px; } } /* /Halfscreen container */ /* Halfscreen header */ /* line 846, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .header-section-container { position: relative; overflow: hidden; } /* line 849, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .header-section-container .half-screen { width: 50%; height: 400px; padding: 0; } /* line 854, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .header-section-container .half-screen.first { width: 100%; position: absolute; z-index: 1; } /* line 858, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .header-section-container .half-screen.first > div { background-color: #ff9c10; } /* line 861, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .header-section-container .half-screen.first p { font-size: 4em; } /* line 865, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .header-section-container .half-screen.second { position: relative; margin-left: auto; } /* line 868, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .header-section-container .half-screen.second > div { position: relative; background-color: #212121; } /* line 872, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .header-section-container .half-screen.second p { font-size: 1.4em; } /* line 877, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .header-section-container .half-screen > div { position: relative; width: 100%; height: 100%; padding: 25px 40px; -webkit-transition: ease-in-out 0.3s; -moz-transition: ease-in-out 0.3s; -ms-transition: ease-in-out 0.3s; -o-transition: ease-in-out 0.3s; transition: ease-in-out 0.3s; } /* line 888, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .header-section-container .half-screen p { color: #fff; font-size: 2em; /*text-shadow: 1px 1px #212121;*/ z-index: 1; } /* line 894, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .header-section-container .half-screen a.stretch { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 2; } @media (max-width: 991px) { /* line 906, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .header-section-container .half-screen { height: 300px; } /* line 909, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .header-section-container .half-screen.first { position: relative; width: 100%; max-width: 100%; height: 150px; } /* line 914, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .header-section-container .half-screen.first > div { width: 100%; webkit-animation-name: none !important; animation-name: none !important; transitionDuration: 0; } /* line 921, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .header-section-container .half-screen.second { width: 100%; height: auto; } /* line 924, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .header-section-container .half-screen.second > div { width: 100%; webkit-animation-name: none !important; animation-name: none !important; float: none; } /* line 930, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .header-section-container .half-screen.second p { font-size: 1.2em; } } /* /Halfscreen header */ /* Cards */ /* line 942, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .cards > .row > div { position: relative; height: 250px; min-height: 250px; background-color: #212121; background-size: 100%; -webkit-transition: ease-in-out 0.3s; -moz-transition: ease-in-out 0.3s; -ms-transition: ease-in-out 0.3s; -o-transition: ease-in-out 0.3s; transition: ease-in-out 0.3s; overflow: hidden; } /* line 954, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .cards > .row > div::before { -webkit-transition: ease-in-out 0.3s; -moz-transition: ease-in-out 0.3s; -ms-transition: ease-in-out 0.3s; -o-transition: ease-in-out 0.3s; transition: ease-in-out 0.3s; } /* line 961, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .cards > .row > div:hover { background-size: 105%; } /* line 963, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .cards > .row > div:hover::before { background: rgba(0, 0, 0, 0.6); } /* line 967, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .cards > .row > div.bgcolor1:hover::before { background: rgba(255, 156, 16, 0.8); } /* line 970, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .cards > .row > div a.stretch { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 2; } /* line 978, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .cards > .row > div p { color: #fff; font-size: 2em; text-shadow: 1px 1px #212121; z-index: 1; } /* line 984, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .cards > .row > div > img.card { position: absolute; /* width: 100%; height: 100%; */ object-fit: cover; top: 50%; left: 50%; width: auto; height: auto; max-height: 150%; max-width: none; min-height: 100%; min-width: 100%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); } /* line 1004, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .cards > .row > .card1 { background-image: url(../images/banners/bg-small1.jpg); } /* line 1007, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .cards > .row > .card2 { background-image: url(../images/banners/bg-small2.jpg); } /* line 1010, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .cards > .row > .card3 { background-image: url(../images/banners/bg-small3.jpg); } /* line 1013, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .cards > .row > .card4 { background-image: url(../images/banners/bg-small4.jpg); } /* line 1016, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .cards > .row > .card5 { background-image: url(../images/banners/bg-small5.jpg); } @media (min-width: 992px) { /* line 1022, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .cards.big > .row > div { height: 400px; min-height: 400px; } } @media (max-width: 1199px) { /* line 1029, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .cards > .row > div { background-size: cover; } } /* Card images */ @media (max-width: 1199px) { /* line 1037, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .cards > .row > div > img.card { max-height: 150%; } } /* /Card images */ /* /Cards */ /* REST */ /* line 1048, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .row.navigation-row { margin-bottom: 10px; text-align: left; } /* line 1051, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .row.navigation-row .row.navigation-row { margin-bottom: 10px; text-align: left; } /* line 1055, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .row.navigation-row > p, .row.navigation-row h1, .row.navigation-row h2, .row.navigation-row h3, .row.navigation-row h4 { color: #212121; padding: 0; } /* line 1059, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .row.navigation-row h1, .row.navigation-row h2, .row.navigation-row h3, .row.navigation-row h4 { text-align: center; } /* line 1062, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .row.navigation-row a.btn { margin-bottom: 10px; color: #fff; background-color: #ff9c10; border-color: #ff9c10; } /* line 1067, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .row.navigation-row a.btn.small { padding: 10px 25px; } /* line 1070, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .row.navigation-row a.btn:hover, .row.navigation-row a.btn:focus, .row.navigation-row a.btn:active, .row.navigation-row a.btn.active { color: #ff9c10; background-color: #fff; } /* line 1074, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .row.navigation-row a.btn.inverted { color: #ff9c10; background-color: #fff; } /* line 1077, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .row.navigation-row a.btn.inverted:hover, .row.navigation-row a.btn.inverted:focus, .row.navigation-row a.btn.inverted:active, .row.navigation-row a.btn.inverted.active { color: #fff; background-color: #ff9c10; } /* action */ /* inverted */ /* gallery */ /* line 1091, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .gallery-container, .ajax-navigation { margin: 1rem auto; text-align: center; color: #212121; } /* line 1097, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .gallery-container button, .ajax-navigation button { background-color: #fff; } /* line 1102, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .gallery-container .row img { display: block; position: absolute; margin: 0 auto; object-fit: cover; top: 50%; left: 50%; width: auto; height: auto; max-height: 200%; max-width: none; min-height: 100%; min-width: 100%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); } /* line 1119, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .gallery-container .toggleable-content > .ajax-item { position: relative; height: 200px; border: solid 2px #fff; overflow: hidden; } /* line 1124, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .gallery-container .toggleable-content > .ajax-item:hover { border: solid 2px #ff9c10; } /* line 1130, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .hover-menu { position: absolute; width: 100%; height: 0; bottom: 0; left: 0; background-color: #ff9c10; text-align: left; z-index: 3; overflow: hidden; -webkit-transition: ease-in-out 0.3s; -moz-transition: ease-in-out 0.3s; -ms-transition: ease-in-out 0.3s; -o-transition: ease-in-out 0.3s; transition: ease-in-out 0.3s; } /* line 1145, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .hover-menu .hover-menu-item { float: left; margin: 0 4px 0 0; } /* line 1149, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .hover-menu form { float: left; margin: 0 4px 0 0; height: 100%; } /* line 1154, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .hover-menu .hover-menu-item, .hover-menu button[type="submit"].hover-menu-item { position: relative; width: 40px; height: 0; padding: 0; margin: 0 4px 0 0; border: none; background-color: #ff9c10; font-size: 0; color: #212121; text-decoration: none; text-align: center; -webkit-transition: ease-in-out 0.3s; -moz-transition: ease-in-out 0.3s; -ms-transition: ease-in-out 0.3s; -o-transition: ease-in-out 0.3s; transition: ease-in-out 0.3s; } /* line 1173, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .hover-menu .hover-menu-item:focus { text-decoration: none; } /* line 1176, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .hover-menu .hover-menu-item .fa { position: absolute; display: block; width: 100%; top: 50%; margin: 0 auto; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); } /* line 1190, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .hover-menu p.hover-menu-item { font-size: 0; } /* line 1195, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .gallery-container .toggleable-content > div:hover .hover-menu { height: 40px; padding-top: 2px; } /* line 1199, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .gallery-container .toggleable-content > div:hover .hover-menu .hover-menu-item { height: 100%; border: solid 1px #fff; font-size: 1rem; } /* line 1204, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .gallery-container .toggleable-content > div:hover .hover-menu p.hover-menu-item { position: relative; width: auto; height: auto; border: none; font-size: 1rem; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); } @media (max-width: 991px) { /* line 1222, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .gallery-container .row img { height: auto; max-height: 250px; } /* line 1226, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .gallery-container .toggleable-content > div:hover .hover-menu p.hover-menu-item { padding: 11px 0; font-size: 0.9em; } } /* line 1233, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .toggleable { margin: 0 -15px; border: solid 2px #f5f5f5; border-radius: 6px; } /* line 1237, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .toggleable .toggleable-settings { display: block; position: relative; height: 50px; background-color: #f5f5f5; padding: 12px; } /* line 1243, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .toggleable .toggleable-settings p { color: #212121; font-weight: 700; } /* line 1247, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .toggleable .toggleable-settings a.toggleable-slideup { display: inline-block; position: absolute; width: 25px; height: 25px; right: 10px; top: 12px; color: #fff; text-decoration: none; } /* line 1256, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .toggleable .toggleable-settings a.toggleable-slideup i.fa { width: 100%; height: 100%; font-size: 1.6em; } /* line 1260, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .toggleable .toggleable-settings a.toggleable-slideup i.fa:hover { text-decoration: none; color: #fff; } /* line 1269, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .toggleable-settings a.toggleable-slideup i.fa:focus { text-decoration: none; color: #fff; } /* line 1275, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .toggleable .toggleable-content { margin: 0; } /* line 1278, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .toggleable button.navigation-btn { margin: 0; padding: 4px 8px; border: none; } /* line 1285, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .ajax-navigation button.navigation-btn { margin: 0; padding: 4px 8px; border: none; } /* view image */ /* line 1294, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .view-image img { display: block; max-height: 500px; margin: 0 auto; } /* line 1299, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .view-image.small img { max-height: 300px; } @media (max-width: 991px) { /* line 1306, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .view-image img { max-height: 350px; } /* line 1309, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .view-image.small img { max-height: 200px; } } /* image selector */ /* line 1317, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .image-selector { display: none; position: fixed; width: 75%; height: 75%; min-height: 400px; left: 12.5%; top: 12.5%; background-color: #fff; border: solid 2px #ff9c10; overflow-y: auto; z-index: 1030; } /* line 1329, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .image-selector a.close-btn { position: absolute; right: 6px; top: 2px; color: initial; font-size: 1.5em; z-index: 1; } /* line 1339, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .image-selector-show { text-align: center; } /* line 1341, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .image-selector-show a { display: block; width: 100%; padding: 12px 15px; border: solid 2px #ddd; border-radius: 6px; color: initial; line-height: 1.3; } /* line 1353, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .image-selector > .row > div { padding: 0; } /* line 1356, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .image-selector .box-image { position: relative; min-height: 250px; max-height: 300px; overflow: hidden; } /* line 1361, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .image-selector .box-image button { position: absolute; width: 100%; height: 100%; background: none; border: none; z-index: 1; } /* line 1368, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .image-selector .box-image button:hover::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #fff; opacity: 0.3; } /* line 1378, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .image-selector .box-image button.active::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #fff; opacity: 0.3; background: #ff9c10; } /* line 1390, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .image-selector .box-image img { display: block; position: absolute; margin: 0 auto; object-fit: cover; top: 50%; left: 50%; width: auto; height: auto; max-height: 100%; max-width: none; min-height: 100%; min-width: 100%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); } @media (max-width: 991px) { /* line 1411, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .image-selector { width: 100%; height: 100%; left: 0; top: 0; } } /* -------------------------------------------------------- /CONTENT -------------------------------------------------------- */ /* -------------------------------------------------------- CATALOG LIST -------------------------------------------------------- */ /* line 1423, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .catalog-list { margin: 20px 0; } /* line 1425, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .catalog-list p { margin: 0; } /* line 1427, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .catalog-list p.header { margin-bottom: 20px; text-transform: uppercase; text-align: center; } /* line 1433, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .catalog-list .checkbox { margin: 0; } /* line 1436, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .catalog-list label { color: #fff; } /* line 1439, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .catalog-list .filters > .row > div, .catalog-list .items > .row > div { margin-bottom: 10px; } /* line 1442, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .catalog-list .button { display: block; margin: 10px auto; border: none; background: #ff9c10 none; border-radius: 0; text-shadow: none; color: #fff; -webkit-transition: ease-in-out 0.3s; -moz-transition: ease-in-out 0.3s; -ms-transition: ease-in-out 0.3s; -o-transition: ease-in-out 0.3s; transition: ease-in-out 0.3s; } /* line 1455, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .catalog-list .button:hover { background-color: #ffbd00; } /* line 1461, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .search-icon { position: absolute; top: 11px; right: 25px; } /* line 1465, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .search-icon a { color: inherit; } @media (min-width: 992px) { /* line 1471, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .catalog-list > .row > div { border-right: solid 1px #fff; } /* line 1473, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .catalog-list > .row > div:last-child { border-right: none; } } @media (max-width: 991px) { /* line 1480, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ .catalog-list > .row > div:first-child { margin-bottom: 20px; padding-bottom: 10px; border-bottom: solid 1px #fff; } } /* -------------------------------------------------------- /CATALOG LIST -------------------------------------------------------- */ /* -------------------------------------------------------- FOOTER -------------------------------------------------------- */ /* line 1491, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer { position: absolute; left: 0; bottom: 0; width: 100%; overflow: hidden; background-color: #0e0e0e; } /* line 1498, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer .footer-content { padding: 35px; } /* line 1500, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer .footer-content ul { list-style: none; padding: 0; } /* line 1503, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer .footer-content ul li { color: #fff; font-size: 1em; margin-bottom: 15px; text-align: left; } /* line 1508, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer .footer-content ul li:last-child { margin-bottom: 0; } /* line 1511, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer .footer-content ul li .fa { min-width: 20px; margin-right: 10px; color: #ff9c10; text-align: center; } /* line 1517, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer .footer-content ul li a { color: #fff; text-decoration: underline; } /* line 1520, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer .footer-content ul li a:hover, footer .footer-content ul li a:focus { color: #ffb900; } /* line 1527, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer #googlemap { position: absolute; bottom: 0; left: 0; width: 100%; height: 400px; } /* line 1534, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer a.button { display: inline-block; width: 60px; height: 60px; margin: 0 3px; padding: 15px 21px; border-radius: 10px; background: #ff9c10; box-shadow: 0px 10px 0px #db8810; color: #fff; text-decoration: none; font-size: 2rem; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -ms-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; } /* line 1551, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer a.button:hover { box-shadow: 0px 2px 0px #db8810; -webkit-transform: translate(0, 4px); -moz-transform: translate(0, 4px); -ms-transform: translate(0, 4px); -o-transform: translate(0, 4px); transform: translate(0, 4px); } /* line 1559, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer a.button.facebook { background: #3b5998; box-shadow: 0px 6px 0px #3b4483; } /* line 1563, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer a.button:hover { box-shadow: 0px 2px 0px #3b4483; } /* buttons */ /* styles */ /* /styles */ /* /buttons */ @media (min-width: 992px) { /* line 1579, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer .footer-content > .container > .row > div:nth-child(2) { text-align: center; } /* line 1582, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer .footer-content > .container > .row > div:last-child ul li { text-align: right; } /* line 1584, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer .footer-content > .container > .row > div:last-child ul li i.fa { float: right; margin-right: 0; margin-left: 10px; } } @media (max-width: 991px) { /* line 1594, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer { height: 900px; } /* line 1596, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer .footer-content > .container > .row > div { margin-bottom: 10px; } /* line 1598, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer .footer-content > .container > .row > div:last-child { margin-bottom: 0; } /* line 1602, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer a.button { display: block; margin: 0px 10px 20px 0; } /* line 1605, C:/Users/Adam/Documents/Repos/Cyklo/public/css/scss/layout.scss */ footer a.button:last-child { display: block; margin-right: 0; } } /* -------------------------------------------------------- /FOOTER -------------------------------------------------------- */ /*# sourceMappingURL=../layout.map */
0.14627
0.036804
* { font-family: Roboto, Arial, Helvetica, sans-serif; } .mt-30 { margin-top: 30px; } .mb-30 { margin-bottom: 30px; } .pt-30 { padding-top: 30px; } .pb-30 { padding-bottom: 30px; } .mb-50 { margin-bottom: 50px; } /* =========== MASTER =========== */ .header .menu-header .logo { text-align: center; } .header .menu-header .logo img { width: 120px; height: 120px; } .header .menu-header .menu { width: 100%; } .header .menu-header .menu ul { float: right; } .header .menu-header .menu ul li.search { margin-left: 50px; } .header .menu-header .menu ul li { font-weight: bold; } /* =========== FOOTER =========== */ .footer .footer-left .download-button { width: 100%; display: flex; justify-content: center; margin-top: 50px; } .footer .footer-left .download-button #google-play { width: 50%; } .footer .footer-left .download-button #app-store { width: 50%; } .footer .footer-left .download-button #google-play img { width: 80%; height: 100%; } .footer .footer-left .download-button #app-store img { width: 80%; height: 100%; } @media only screen and (min-width: 992px) { .text-content { margin-top: 20px; } } @media only screen and (max-width: 991px) { .footer-left, .footer-center, .footer-right { margin-top: 30px; } } .footer .footer-center img { width: 30%; } .footer .text-content { margin-top: 20px; } .footer .footer-right .subscribe form { display: flex; flex-direction: row; } .footer .footer-right .subscribe form input { padding: 8px 35px 8px 10px; background-color: #E5E5E5; border: none; flex-grow:2; border-radius: 0 !important; } .footer .footer-right .subscribe form input { outline: none; } .footer .footer-right .subscribe form span { color: #000000; background-color: #E5E5E5; font-size: 20px; font-weight: bold; padding: 8px 10px 8px 0; } /* =========== HOME PAGE =========== */ .home-content .home-content-title { text-align: center; } .home-content .home-content-body { background-color: #EBF3F3; margin: 0; } /* =========== CARD PRODUCTS =========== */ .card { min-height: 450px; margin-top: 30px; } .card .image { display: flex; justify-content: center; align-items: center; padding: 5px; height: 288px; } .card .image img { width: 100%; height: auto; max-height: 275px; } .card .card-body a { text-decoration: none; font-size: 20px; color: #333; } .card .card-body a:hover { color: #3475F2; } .card .card-body p { margin-top: 15px; } /* =========== CONTACT =========== */ .contact .contact-image img { width: 100%; border-radius: 5px; } .contact .contact-form { background-color: #f8f9fa; padding: 25px 15px; border-radius: 5px; border: 1px solid #E5E5E5; } .contact .contact-form .btn-submit { text-align: center; margin-top: 30px; } .contact .contact-form button { width: 120px; } /* =========== ABOUT US =========== */ .about-us .about-item { margin-top: 30px; } .about-us .about-item .header { background-color: #EBF3F3; padding: 10px 15px; text-align: center; } .about-us .about-item .header h4 { margin: 0; } .about-us .about-item .content { margin-top: 15px; padding: 0 15px; } .about-us .about-item .content .image { width: 100%; border: 1px solid #E5E5E5; } .about-us .about-item .content .image img { width: 100%; } .about-us .about-item .content .text { padding: 0 0 0 30px; display: flex; align-items: center; } /* =========== EVENTS =========== */ .events .event-item .image { text-align: center; padding: 0 15px; } .events .event-item .image img { /* width: 80%; */ max-height: 500px; } .events .event-item .image .img-item { border: 1px solid #E5E5E5; } /* =========== PRODUCT DETAILS =========== */ .product-detail .content .top-detail { background-color: #EBF3F3; padding: 30px; } .product-detail .content .image { padding: 20px; } .product-detail .content .image img { max-height: 400px; max-width: 100%; } .product-detail .content .info { padding: 20px; } /* ===========TAÌ LIỆU HỌC TÂP =========== */ .products .tab-product { min-height: 480px; } /* =========== GIỎ HÀNG =========== */ .cart { min-height: 450px; } .cart .cart-body { background-color: #EBF3F3; padding: 20px; } .cart .item-cart { padding: 10px; } .cart .item-cart .info { background-color: white; padding: 15px 10px; margin-bottom: 20px; } .cart .item-cart .info img { width: 100%; } .cart .item-cart .info .total-price { color: orange; } .cart .item-cart .info a { text-decoration: none; font-size: 20px; color: orange; } .cart .item-cart .info a:hover { color: red; } .cart .item-cart .bill { background-color: white; padding: 25px 20px; } .cart .item-cart .bill p { margin-bottom: 5px; } /* =========== ORDER =========== */ .order .cart-body { background-color: #EBF3F3; padding: 20px; } .bg-white { background-color: white; } .pd-15 { padding: 15px; } .order a { text-decoration: none; color: orange; } .order a:hover { color: #3475F2; } /* =========== PROFILE =========== */ .profile { padding: 30px; background-color: #EBF3F3; } .profile .content .left { background-color: white; padding: 15px 0; padding-right: 10px; } .profile .content .left a { color: #000000; text-decoration: none; } .profile .content .left a:hover { color: orange; } .active { color: orange !important; } .profile .content .left ul { list-style-type: none; } .profile .content .left ul li { margin: 5px 0; } .profile .content .left nav { padding-left: 50px; } .profile .content .right { background-color: white; padding: 15px 15px; }
public/css/style.css
* { font-family: Roboto, Arial, Helvetica, sans-serif; } .mt-30 { margin-top: 30px; } .mb-30 { margin-bottom: 30px; } .pt-30 { padding-top: 30px; } .pb-30 { padding-bottom: 30px; } .mb-50 { margin-bottom: 50px; } /* =========== MASTER =========== */ .header .menu-header .logo { text-align: center; } .header .menu-header .logo img { width: 120px; height: 120px; } .header .menu-header .menu { width: 100%; } .header .menu-header .menu ul { float: right; } .header .menu-header .menu ul li.search { margin-left: 50px; } .header .menu-header .menu ul li { font-weight: bold; } /* =========== FOOTER =========== */ .footer .footer-left .download-button { width: 100%; display: flex; justify-content: center; margin-top: 50px; } .footer .footer-left .download-button #google-play { width: 50%; } .footer .footer-left .download-button #app-store { width: 50%; } .footer .footer-left .download-button #google-play img { width: 80%; height: 100%; } .footer .footer-left .download-button #app-store img { width: 80%; height: 100%; } @media only screen and (min-width: 992px) { .text-content { margin-top: 20px; } } @media only screen and (max-width: 991px) { .footer-left, .footer-center, .footer-right { margin-top: 30px; } } .footer .footer-center img { width: 30%; } .footer .text-content { margin-top: 20px; } .footer .footer-right .subscribe form { display: flex; flex-direction: row; } .footer .footer-right .subscribe form input { padding: 8px 35px 8px 10px; background-color: #E5E5E5; border: none; flex-grow:2; border-radius: 0 !important; } .footer .footer-right .subscribe form input { outline: none; } .footer .footer-right .subscribe form span { color: #000000; background-color: #E5E5E5; font-size: 20px; font-weight: bold; padding: 8px 10px 8px 0; } /* =========== HOME PAGE =========== */ .home-content .home-content-title { text-align: center; } .home-content .home-content-body { background-color: #EBF3F3; margin: 0; } /* =========== CARD PRODUCTS =========== */ .card { min-height: 450px; margin-top: 30px; } .card .image { display: flex; justify-content: center; align-items: center; padding: 5px; height: 288px; } .card .image img { width: 100%; height: auto; max-height: 275px; } .card .card-body a { text-decoration: none; font-size: 20px; color: #333; } .card .card-body a:hover { color: #3475F2; } .card .card-body p { margin-top: 15px; } /* =========== CONTACT =========== */ .contact .contact-image img { width: 100%; border-radius: 5px; } .contact .contact-form { background-color: #f8f9fa; padding: 25px 15px; border-radius: 5px; border: 1px solid #E5E5E5; } .contact .contact-form .btn-submit { text-align: center; margin-top: 30px; } .contact .contact-form button { width: 120px; } /* =========== ABOUT US =========== */ .about-us .about-item { margin-top: 30px; } .about-us .about-item .header { background-color: #EBF3F3; padding: 10px 15px; text-align: center; } .about-us .about-item .header h4 { margin: 0; } .about-us .about-item .content { margin-top: 15px; padding: 0 15px; } .about-us .about-item .content .image { width: 100%; border: 1px solid #E5E5E5; } .about-us .about-item .content .image img { width: 100%; } .about-us .about-item .content .text { padding: 0 0 0 30px; display: flex; align-items: center; } /* =========== EVENTS =========== */ .events .event-item .image { text-align: center; padding: 0 15px; } .events .event-item .image img { /* width: 80%; */ max-height: 500px; } .events .event-item .image .img-item { border: 1px solid #E5E5E5; } /* =========== PRODUCT DETAILS =========== */ .product-detail .content .top-detail { background-color: #EBF3F3; padding: 30px; } .product-detail .content .image { padding: 20px; } .product-detail .content .image img { max-height: 400px; max-width: 100%; } .product-detail .content .info { padding: 20px; } /* ===========TAÌ LIỆU HỌC TÂP =========== */ .products .tab-product { min-height: 480px; } /* =========== GIỎ HÀNG =========== */ .cart { min-height: 450px; } .cart .cart-body { background-color: #EBF3F3; padding: 20px; } .cart .item-cart { padding: 10px; } .cart .item-cart .info { background-color: white; padding: 15px 10px; margin-bottom: 20px; } .cart .item-cart .info img { width: 100%; } .cart .item-cart .info .total-price { color: orange; } .cart .item-cart .info a { text-decoration: none; font-size: 20px; color: orange; } .cart .item-cart .info a:hover { color: red; } .cart .item-cart .bill { background-color: white; padding: 25px 20px; } .cart .item-cart .bill p { margin-bottom: 5px; } /* =========== ORDER =========== */ .order .cart-body { background-color: #EBF3F3; padding: 20px; } .bg-white { background-color: white; } .pd-15 { padding: 15px; } .order a { text-decoration: none; color: orange; } .order a:hover { color: #3475F2; } /* =========== PROFILE =========== */ .profile { padding: 30px; background-color: #EBF3F3; } .profile .content .left { background-color: white; padding: 15px 0; padding-right: 10px; } .profile .content .left a { color: #000000; text-decoration: none; } .profile .content .left a:hover { color: orange; } .active { color: orange !important; } .profile .content .left ul { list-style-type: none; } .profile .content .left ul li { margin: 5px 0; } .profile .content .left nav { padding-left: 50px; } .profile .content .right { background-color: white; padding: 15px 15px; }
0.302597
0.090574
@import url("https://rsms.me/inter/inter.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, 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: transparent; } p > a { color: black; } 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 { -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] { box-sizing: border-box; padding: 0; } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { height: auto; } input[type=search] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } p, li, h1, h2, h3, h4 { word-break: break-word; hyphens: auto; margin-top: 0; } h4 { font-size: min(max(1rem, 4vw), 1.414rem); line-height: calc(2px + 2ex + 2px); margin-bottom: 0.65em; } h3 { font-size: min(max(1rem, 4vw), 1.999396rem); line-height: calc(2px + 2ex + 2px); margin-bottom: 0.65em; } h2 { font-size: min(max(1rem, 4vw), 2.827145944rem); line-height: calc(2px + 2ex + 2px); margin-bottom: 0.65em; } h1 { font-size: min(max(1rem, 4vw), 3.9975843648rem); line-height: calc(2px + 2ex + 2px); margin-bottom: 0.65em; } nav { margin-bottom: 4vw; } nav ul { display: flex; flex-direction: column; justify-content: space-around; list-style: none; padding: 0; } @media (min-width: 768px) { nav ul { transition: all 0.2s ease-in-out; flex-direction: row; justify-content: space-between; } } nav li { padding: 0 0.2rem; } nav li a { display: inline-block; padding: 1rem 0.75rem; border-radius: 0.5rem; } nav li a:hover { background-color: rgba(225, 231, 251, 0.56); color: #14161f; } html { background-color: #fdfdfd; color: #14161f; font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } body { font-size: 1rem; line-height: 1.5; } @supports (font-variation-settings: normal) { html { font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } } a, p > a { color: #0085ff; text-decoration: none; transition: background-color 0.3s ease-in-out; } a:hover, p > a:hover { color: #6dc682; } body { display: flex; flex-direction: column; min-height: 100vh; } main { width: 100%; } section { margin: 0 auto; max-width: 80ch; padding: 0 4vw; } nav { padding: 0 4vw; } footer { margin-top: auto; text-align: center; padding: 0 4vw; } .hero { min-height: 20vh; }
build/styles/source.css
@import url("https://rsms.me/inter/inter.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, 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: transparent; } p > a { color: black; } 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 { -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] { box-sizing: border-box; padding: 0; } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { height: auto; } input[type=search] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } p, li, h1, h2, h3, h4 { word-break: break-word; hyphens: auto; margin-top: 0; } h4 { font-size: min(max(1rem, 4vw), 1.414rem); line-height: calc(2px + 2ex + 2px); margin-bottom: 0.65em; } h3 { font-size: min(max(1rem, 4vw), 1.999396rem); line-height: calc(2px + 2ex + 2px); margin-bottom: 0.65em; } h2 { font-size: min(max(1rem, 4vw), 2.827145944rem); line-height: calc(2px + 2ex + 2px); margin-bottom: 0.65em; } h1 { font-size: min(max(1rem, 4vw), 3.9975843648rem); line-height: calc(2px + 2ex + 2px); margin-bottom: 0.65em; } nav { margin-bottom: 4vw; } nav ul { display: flex; flex-direction: column; justify-content: space-around; list-style: none; padding: 0; } @media (min-width: 768px) { nav ul { transition: all 0.2s ease-in-out; flex-direction: row; justify-content: space-between; } } nav li { padding: 0 0.2rem; } nav li a { display: inline-block; padding: 1rem 0.75rem; border-radius: 0.5rem; } nav li a:hover { background-color: rgba(225, 231, 251, 0.56); color: #14161f; } html { background-color: #fdfdfd; color: #14161f; font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } body { font-size: 1rem; line-height: 1.5; } @supports (font-variation-settings: normal) { html { font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } } a, p > a { color: #0085ff; text-decoration: none; transition: background-color 0.3s ease-in-out; } a:hover, p > a:hover { color: #6dc682; } body { display: flex; flex-direction: column; min-height: 100vh; } main { width: 100%; } section { margin: 0 auto; max-width: 80ch; padding: 0 4vw; } nav { padding: 0 4vw; } footer { margin-top: auto; text-align: center; padding: 0 4vw; } .hero { min-height: 20vh; }
0.425605
0.119382
._notify *, ._notify *:before, ._notify *:after { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } ._notifyContainer{ width: 300px; min-height:120px; background: transparent; position: fixed; display: block; overflow: hidden; opacity: 0.97; filter:alpha(opacity=97); z-index: 10000; } ._notify{ min-height: 120px; position: relative; width: 300px; display: block; overflow: hidden; background-color: #1E90FF; border: 1px solid white; left: 100%; } .notifyTextBox{ overflow-x:hidden; overflow-y:auto; height: 100%; width:100%; color: white; padding-top: 5px; padding-bottom: 10px; line-height: 125%; } .notifyTitle{ direction: ltr; padding-top: 10px; padding-left: 30px; padding-right: 30px; background-color: transparent; position: relative; } .notifyMessage{ direction: ltr; padding-top: 10px; padding-left: 30px; padding-right: 20px; background-color: transparent; position: relative; } .notifyIcon{ background-color: transparent; color: white; padding: 10px; border-radius: 50%; font-size: 5em !important; margin-left: 230px; opacity: .7; z-index: -1; position: relative; top: -90px; } .closeNotify{ background: url(../icons/close-notify.png); background-repeat: no-repeat; width: 32px; height: 32px; top: 5px; position: absolute; } .closeNotify:hover{ opacity:0.2; filter:alpha(opacity=20); /* For IE8 and earlier */ } .closeNotify:hout{ opacity:1; filter:alpha(opacity=100); /* For IE8 and earlier */ } .notifyRightRadius{ border-top-left-radius: 10px; border-bottom-left-radius: 10px; } .notifyLeftRadius{ border-top-right-radius: 10px; border-bottom-right-radius: 10px; } /** @info Confirmation Stuff **/ .notiConfirmDialog{ position: fixed; width: 900px; height: auto; background-color: #1B58B8; color: white; opacity: .95; z-index:99999; } .notiConfirmDialogModal{ width:100%; height: 100%; background-color: black; opacity: .5; z-index:99998; position: fixed; top: 0px; left: 0px; } .notiTxtConfirmation{ height: 70px; width: 98%; padding: 10px; } .notiConfirmDialog h1{ padding: 25px; font-weight: bold; font-size: 14pt; } .notiConfirmDialog p{ font-size: 11pt; line-height: 125%; } .notiButton{ width: 170px; height: 40px; background-color:#1B58B8; color: white; font-weight: bold; border: 2px solid white; float: right; margin: 0px 7px 10px 0px; text-align: center; } .notiButton:hover{ background-color: #00ABF3; } /** @info Util **/ .ft11{ font-size: 11pt; } .ft14{ font-size: 14pt; } .ft16{ font-size: 16pt; } .gray{ color: gray; } .white{ color: white; } .red{ color:#D8000C; } .handCursor{ cursor: pointer } .bold{ font-weight: bold; } .txtcenter{ text-align: center; } .txtjustify{ text-align: justify; } .txtleft{ text-align: left; } .center{ margin: 0 auto; } .displayNone{ display: none; }
resources/assets/css/notify.css
._notify *, ._notify *:before, ._notify *:after { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } ._notifyContainer{ width: 300px; min-height:120px; background: transparent; position: fixed; display: block; overflow: hidden; opacity: 0.97; filter:alpha(opacity=97); z-index: 10000; } ._notify{ min-height: 120px; position: relative; width: 300px; display: block; overflow: hidden; background-color: #1E90FF; border: 1px solid white; left: 100%; } .notifyTextBox{ overflow-x:hidden; overflow-y:auto; height: 100%; width:100%; color: white; padding-top: 5px; padding-bottom: 10px; line-height: 125%; } .notifyTitle{ direction: ltr; padding-top: 10px; padding-left: 30px; padding-right: 30px; background-color: transparent; position: relative; } .notifyMessage{ direction: ltr; padding-top: 10px; padding-left: 30px; padding-right: 20px; background-color: transparent; position: relative; } .notifyIcon{ background-color: transparent; color: white; padding: 10px; border-radius: 50%; font-size: 5em !important; margin-left: 230px; opacity: .7; z-index: -1; position: relative; top: -90px; } .closeNotify{ background: url(../icons/close-notify.png); background-repeat: no-repeat; width: 32px; height: 32px; top: 5px; position: absolute; } .closeNotify:hover{ opacity:0.2; filter:alpha(opacity=20); /* For IE8 and earlier */ } .closeNotify:hout{ opacity:1; filter:alpha(opacity=100); /* For IE8 and earlier */ } .notifyRightRadius{ border-top-left-radius: 10px; border-bottom-left-radius: 10px; } .notifyLeftRadius{ border-top-right-radius: 10px; border-bottom-right-radius: 10px; } /** @info Confirmation Stuff **/ .notiConfirmDialog{ position: fixed; width: 900px; height: auto; background-color: #1B58B8; color: white; opacity: .95; z-index:99999; } .notiConfirmDialogModal{ width:100%; height: 100%; background-color: black; opacity: .5; z-index:99998; position: fixed; top: 0px; left: 0px; } .notiTxtConfirmation{ height: 70px; width: 98%; padding: 10px; } .notiConfirmDialog h1{ padding: 25px; font-weight: bold; font-size: 14pt; } .notiConfirmDialog p{ font-size: 11pt; line-height: 125%; } .notiButton{ width: 170px; height: 40px; background-color:#1B58B8; color: white; font-weight: bold; border: 2px solid white; float: right; margin: 0px 7px 10px 0px; text-align: center; } .notiButton:hover{ background-color: #00ABF3; } /** @info Util **/ .ft11{ font-size: 11pt; } .ft14{ font-size: 14pt; } .ft16{ font-size: 16pt; } .gray{ color: gray; } .white{ color: white; } .red{ color:#D8000C; } .handCursor{ cursor: pointer } .bold{ font-weight: bold; } .txtcenter{ text-align: center; } .txtjustify{ text-align: justify; } .txtleft{ text-align: left; } .center{ margin: 0 auto; } .displayNone{ display: none; }
0.383064
0.057838
<style type="text/css"> * { margin: 0; padding: 0; } body { background-color: #EBF1F5; font-family: &#39;Roboto&#39;; font-weight: 400; font-size: 16px; color: #000; position: relative; } ul { list-style: none; } .header { height: 3.750em; width: 100%; background-color: #0091EA; } .header .icon-options { width: 1.563em; height: 1.563em; left: auto; } .header-inner { float: right; position: relative; top: 1em; right: 1em; } .dropdown-menu { color: #4D4D4D; position: absolute; top: 0.13em; left: auto; right: 0.03em; background-color: white; box-shadow: -2px 2px 15px 2px rgba(0,0,0,0.15); -webkit-transform-origin: 100% 0%; transform-origin: 100% 0%; transition: all 150ms; display: none; } .dropdown-header { padding: 0.9em 1em; overflow: auto; } .dropdown-header .icon-options { width: 1.563em; height: 1.563em; top: -0.1em; left: 0.5em; } .dropdown-toggle { float: right; } .dropdown-icons { overflow: auto; float: left; } .dropdown-icons .icon { width: 1.250em; height: 1.250em; position: relative; } .dropdown-icons .icon-reload { width: 1.063em; height: 1.063em; top: 0.15em; } .dropdown-icons li { float: left; margin-right: 2.9em; } .icon { cursor: pointer; } .icon svg { max-width: 100%; max-height: 100%; } .dropdown-items .dropdown-item { min-width: 14em; padding: 0.9em 1em; cursor: pointer; opacity: 0; -webkit-user-select: none; user-select: none; } .dropdown-items .dropdown-item:hover { background-color: #f2f2f2; } .btn { text-transform: uppercase; color: white; display: inline-block; border-radius: 2px; font-size: 14px; font-weight: 500; cursor: pointer; padding: 0.5em 2em; background: #0091EA; margin: 1em; user-select: none; -webkit-user-select: none; box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.40); transition: all 100ms; } .btn:hover { box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.20); } </style>
client/css/style.css
<style type="text/css"> * { margin: 0; padding: 0; } body { background-color: #EBF1F5; font-family: &#39;Roboto&#39;; font-weight: 400; font-size: 16px; color: #000; position: relative; } ul { list-style: none; } .header { height: 3.750em; width: 100%; background-color: #0091EA; } .header .icon-options { width: 1.563em; height: 1.563em; left: auto; } .header-inner { float: right; position: relative; top: 1em; right: 1em; } .dropdown-menu { color: #4D4D4D; position: absolute; top: 0.13em; left: auto; right: 0.03em; background-color: white; box-shadow: -2px 2px 15px 2px rgba(0,0,0,0.15); -webkit-transform-origin: 100% 0%; transform-origin: 100% 0%; transition: all 150ms; display: none; } .dropdown-header { padding: 0.9em 1em; overflow: auto; } .dropdown-header .icon-options { width: 1.563em; height: 1.563em; top: -0.1em; left: 0.5em; } .dropdown-toggle { float: right; } .dropdown-icons { overflow: auto; float: left; } .dropdown-icons .icon { width: 1.250em; height: 1.250em; position: relative; } .dropdown-icons .icon-reload { width: 1.063em; height: 1.063em; top: 0.15em; } .dropdown-icons li { float: left; margin-right: 2.9em; } .icon { cursor: pointer; } .icon svg { max-width: 100%; max-height: 100%; } .dropdown-items .dropdown-item { min-width: 14em; padding: 0.9em 1em; cursor: pointer; opacity: 0; -webkit-user-select: none; user-select: none; } .dropdown-items .dropdown-item:hover { background-color: #f2f2f2; } .btn { text-transform: uppercase; color: white; display: inline-block; border-radius: 2px; font-size: 14px; font-weight: 500; cursor: pointer; padding: 0.5em 2em; background: #0091EA; margin: 1em; user-select: none; -webkit-user-select: none; box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.40); transition: all 100ms; } .btn:hover { box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.20); } </style>
0.493897
0.155751
* { margin: 0; padding: 0; box-sizing: border-box; } body { background-color: #FFFF; background-size: cover; font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; } .navigation_bar{ width: 100%; height: 60px; background-color: white; position: fixed; box-shadow: 0px 3px 0.1px black; z-index: 99999; } .navigation_bar p { font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; color: rgb(0,153,153); font-size: 24px; line-height: 55px; float: left; padding: 0px 20px; } .navigation_bar p span { padding: 0px 5px; } .navigation_bar ul{ float: right; padding-right: 90px; } .navigation_bar ul li { float: left; list-style: none; position: relative; } .navigation_bar ul li a{ display: block; font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; color: #222; font-size: 14px; padding: 20px 14px; text-decoration: none; } .navigation_bar ul li ul{ display: none; border: 1px solid black; position: absolute; background-color: white; padding: 5px; margin-top:1px; border-radius: 0px 0px 4px 4px; z-index: 1000; } .navigation_bar ul li:hover ul{ display: block; } .navigation_bar ul li ul li{ width: 120px; border-radius: 4px; } .navigation_bar ul li ul li a{ padding: 10px 14px; } .navigation_bar ul li ul li a:hover{ background-color: #f3f3f3; } #home{ color: rgb(0, 153, 153); } #myVideo{ position: fixed; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: 100vw; height: auto; z-index: -100; -ms-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); background-size: cover; } .selectable:hover{ color: red !important; } #arrow_down{ width: 10px; height: : 10px; margin-left: 3px; } header{ width: 100; height:100vh; } header .main_box{ width: 100vw; height: auto; text-align: center; } .title{ width: 100vw; z-index: -50; position: fixed; font-size: 120px; top: 30vh; color: rgba(0,153,153,0.5); } .subtitle{ font-size: 60px; top: 50vh; } .fixed_btn{ z-index: -50; position: fixed; top: 65vh; } .form_button{ border: none; outline: none; height: 40px; color: #fff; font-size: 16px; background: rgba(0,153,153,0.5); cursor: pointer; border-radius: 20px; margin-bottom: 20px; width:20vw; left: 40vw; } .form_button:hover{ background: rgb(13, 91, 91); } .main_grid{ display: grid; grid-template-columns: repeat(8, 1fr); height: auto; grid-gap: 0px; grid-auto-rows: auto; grid-template-areas: "a a a a a a a a" "b b b b c c c c" "d d d d e e e e" "f f f f f f f f"; align-items: center; background-color: white; } .question_box{ grid-area: a; background-color: rgb(0,153,153); text-align: center; padding-top: 50px; font-size: 40px; color: white; font-weight: 500; line-height: 80px; } #question { line-height: 2; font-size: 70px; padding-bottom: 50px; } .people_box{ grid-area: b; background-color: white; } .people_box img{ width: 75%; height: auto; padding: 50px 0px; display: block; margin:auto; } .prom_box{ grid-area:c; padding-left: 0px; padding-right: 180px; } .prom_box h2{ line-height: 50px; } .prom_box h1{ line-height: 100px; font-size: 50px; margin-left: 17.5%; } .prom_box p{ width: 70%; text-align:justify; } .explanation_box{ grid-area:d; background-color: #393838; height: 400px; padding-top: 30px; color: white; } .explanation_box h2{ margin-left: 30%; margin-top: 25px; font-size: 40px; text-align: center; } .explanation_box p{ width: 50%; border-color: red; margin-left: 40%; margin-top: 25px; text-align: justify; } .macbook_box{ grid-area:e; background-color: #393838; height: 400px; } .macbook_box img{ padding-top: 40px; width: auto; height: auto; max-height: 360px; max-width: 560px; display: block; margin:auto; } .slideshow { grid-area: f; height: 250px; display: block; position: relative; } .slideshow img { -webkit-animation-name: fade; -webkit-animation-iteration-count: infinite; -webkit-animation-duration: 18s; animation-name: fade; animation-iteration-count: infinite; animation-duration: 12s; position: absolute; width: 100%; height: 100%; left: 0; top: 0; } @keyframes fade { 0% {opacity: 0;} 10% {opacity: 1;} 33% {opacity: 1;} 53% {opacity: 0;} 100% {opacity: 0;} } #f1 { } #f2 { -webkit-animation-delay: -8s; } #f3 { -webkit-animation-delay: -4s; } #form_logout{ padding-left: 3.3em; padding-bottom: 0.5em; } #profile_form{ text-align: center; } #avatar { width: 40px; height: 40px; border-radius: 50%; margin-top: 5px; } #menu_icons{ color: black; } #menu_icons:focus, #menu_icons:hover{ color: red; } #logged_body{ background: url(../images/templates/To_Do_List.png); background-size: cover; width: 100vw; height: 100vh; z-index: -100; background-attachment: fixed; } .background_Box { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 85%; height: 100%; padding: 80px 33px 0px 40px; box-sizing: border-box; background: rgba(255,255,255,.9); } .h2_centered{ text-align: center; } .profile_img{ width: 100%; height: 100%; position: absolute; margin-left: auto; margin-right: auto; -webkit-transition: opacity 0.5s ease-in-out; -moz-transition: opacity 0.5s ease-in-out; -o-transition: opacity 0.5s ease-in-out; transition: opacity 0.5s ease-in-out; } #profile_bottom{ opacity: 0; } #profile_bottom:hover{ opacity: 1; } #imageUpload { display: none; } .profile_text_Box{ position: absolute; width: 50%; height: 50%; background-color: black; float: rigth; } .left_box { width: 50%; height: 95%; float: left; align-items: center; position:relative; background-color: rgba(0,0,0,0.8); border: 1px solid black; } .right_box { width: 50%; height: 95%; padding-top: 1.5%; background-color: rgba(255,255,255,0.7); float: left; border: 1px solid black; border-left: none; position: relative; } .profile_form{ margin-top: 5%; margin-left: 5%; width: 90%; font-size: 20px; } .profile_form input{ margin-bottom: 35px; border: 0 none; outline: 0; border-top: 0; border-bottom: 1px solid black; width: 100%; background: transparent; font-size: 16px; } .bold_text{ font-weight: bold; } .profile_label{ font-size: 27px; color: rgb(0,153, 153); } .btn_hidden{ visibility:hidden; } .profile_button{ border-radius: 0; position: absolute; border: 1px solid black; outline: none; height: 40px; color: #fff; font-size: 16px; cursor: pointer; width: 10vw; top: calc(100% - 39px); color: black; } .profile_button:hover{ color: white; } .save{ left: 25%; background: #33FF99; } .save:hover{ background: #00994C; } .cancel{ border-left: none; background: #FF6666; left: calc(25% + 10vw); } .cancel:hover{ background: #CC0000; } .btn_profile{ font-size: 25px; width: 40px; height: 40px; position: absolute; } .div_btns{ margin-top: 5%; align-items: center; width: 100%; position:relative; align-items: center; } #btn_1{ left: calc(50% - 60px - 2%); background: #33FF99; color: black; visibility: hidden; } #btn_1:hover{ background: #00994C; color: white; } #btn_2{ left: calc(50% - 20px); background: #A9A9A9; color: black; } #btn_2:hover{ background: #696969; color: white; } #btn_3{ left: calc(50% + 20px + 2%); background: #FF6666; color: black; visibility: hidden; } #btn_3:hover{ background: #CC0000; color: white; } #btn_4{ left: calc(50% - 20px); background: #33FF99; color: black; } #btn_4:hover{ background: #00994C; color: white; } #btn_5{ left: calc(50% - 20px); background: #FF6666; color: black; } #btn_5:hover{ background: #CC0000; color: white; } #btn_6{ left: calc(50% - 20px); background: #A9A9A9; color: black; } #btn_6:hover{ background: #696969; color: white; } .icon { display: inline-block; stroke-width: 0; stroke: currentColor; fill: currentColor; } .icon svg{ width: 100%; height: 100%; text-align: center; } footer{ color: white; font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; } .div_footer{ display: block; width: 100%; height: 400px; float: left; background-color: rgb(0,153,153); text-align: center; padding-top: 50px; } .div_footer h2{ font-size: 30px; font-weight: 500; } .div_footer span{ font-size: 40px; } .div_footer p{ line-height: 40px; } .div_footer a{ text-decoration: none; color: white; font-size: 20px; } .list_selector{ background: rgb(0,153,153); position: absolute; left: 50%; transform: translateX(-50%); width: 100%; top: 62px; display: grid; grid-template-columns: repeat(2, 1fr); border-bottom: 3px solid black; border-left: 3px solid black; border-right: 3px solid black; z-index: 9999; } .select_type{ background-color: rgb(0,153,153); text-align: center; } .select_order{ border-left: 3px solid black; text-align: center; } .form_list{ height: auto; padding-top: 10px; padding-bottom: 10px; color: white; } #sugestionUser_div{ padding-left: 20px; text-align: left !important; } #sugestionUser{ margin-left: 10px; width: 70%; overflow-x: hidden; } .display_lists_grid{ display: grid; margin-top: 40px; margin-bottom: 30px; grid-template-columns: repeat(3, 1fr); grid-auto-rows: minmax(300px, auto); grid-column-gap: 1em; grid-row-gap: 1em; } .add img{ width: 100%; height: 100%; } #listID{ display: none; } .scrollable_div{ overflow-y: scroll; height: 100%; padding-right: 10px; } .zoom_background{ z-index: 9999; position: absolute; width: 100%; height: 100%; top:0; left:0; background: rgba(0,0,0,0.8); } .zoom_box{ z-index: 10000; position: absolute; display: block; left: 25vw!important; top: 15vh !important; width: 50vw !important; height: 70vh !important; color: white; overflow-y: scroll; } .zoom_box h1{ text-align: center; padding-top: 10px; padding-bottom: 10px !important; } .zoom_box p{ margin-left: 20%; padding-bottom: 1em; } .zoom_box form{ margin-left: 20%; padding-bottom: 1em; } .input_text_box{ width: 50%; height: 150px; margin-left: 25%; padding: 2px; border: 2px solid #f8f8f8; resize: none; } .zoom_box_button{ width: 10%; margin-left: 25%; } .input_checklist_box{ width: 50%; height: 23px; margin-left: 0%; margin-bottom: 2px; margin-right: 3px; padding: 2px; border: 2px solid #f8f8f8; } .checklist_item_box p{ margin-left: 25%; padding-bottom: 0px; } .add_checkbox_item_button{ padding-left: 0.5rem; padding-right: 0.5rem; } .add_photo_item_button{ width: 10%; margin-left: 20%; padding-left: 0.5rem; padding-right: 0.5rem; } .inside_list{ position: relative; width: 100%; height: 100%; padding-left: 5%; padding-right: 5%; } .list{ border: 1px solid black; /*box-shadow: 7px 7px rgba(94, 94, 94, 0.65);*/ box-shadow: 7px 7px rgba(0, 0, 0, 0.5); } .list_friend{ position: relative; width: 100%; height: 100%; padding-left: 5%; padding-right: 5%; } .list_friend h1{ text-align: center; } .list_friend span{ font-weight: bolder; font-size: 20px; } .friend_name{ position: absolute; width: 100%; left: 0; top: 85%; text-align: center; color: white; text-shadow: 2px 2px 2px black; } .centered_in_box{ text-align: center; padding-top: 40%; } .centered_bottom_box{ position: absolute; top: 80%; font-size: 20px; width: 100%; left: 0; text-align: center; } .inside_list h1{ text-align: center; } .inside_list span{ font-weight: bolder; font-size: 20px; } .inside_list .details_message{ width: 100%; text-align: center; font-size: 17px; text-decoration: underline; } .zoom_box { padding-left: 5%; padding-right: 5%; font-size: 125%; } .zoom_box span{ font-weight: bold; } .zoom_box input[type=checkbox]{ margin-right: 10px; transform: scale(1.5); } .content_checking label{ padding: 2px; position: relative; outline: none; display: inline-block; width: 70%; border: 1px solid #cdcdcd; border-color: rgba(0,0,0,.15); background-color: white; color: black; font-size: 16px; } .time{ text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; } .time_remaining{ color: #88e670; } .time_late{ color: #f4706c; } .trash_icon{ position: fixed; top: 75%; left: 70%; } .share_icon{ position: fixed; top: 75%; left: 30%; } .central_box .options{ display: none; } .options #delete_button{ width: 100%; margin-top: 25px; } .options h3{ text-align: center; } #goSearchUser{ width: 40px; }
css/custom.css
* { margin: 0; padding: 0; box-sizing: border-box; } body { background-color: #FFFF; background-size: cover; font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; } .navigation_bar{ width: 100%; height: 60px; background-color: white; position: fixed; box-shadow: 0px 3px 0.1px black; z-index: 99999; } .navigation_bar p { font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; color: rgb(0,153,153); font-size: 24px; line-height: 55px; float: left; padding: 0px 20px; } .navigation_bar p span { padding: 0px 5px; } .navigation_bar ul{ float: right; padding-right: 90px; } .navigation_bar ul li { float: left; list-style: none; position: relative; } .navigation_bar ul li a{ display: block; font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; color: #222; font-size: 14px; padding: 20px 14px; text-decoration: none; } .navigation_bar ul li ul{ display: none; border: 1px solid black; position: absolute; background-color: white; padding: 5px; margin-top:1px; border-radius: 0px 0px 4px 4px; z-index: 1000; } .navigation_bar ul li:hover ul{ display: block; } .navigation_bar ul li ul li{ width: 120px; border-radius: 4px; } .navigation_bar ul li ul li a{ padding: 10px 14px; } .navigation_bar ul li ul li a:hover{ background-color: #f3f3f3; } #home{ color: rgb(0, 153, 153); } #myVideo{ position: fixed; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: 100vw; height: auto; z-index: -100; -ms-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); background-size: cover; } .selectable:hover{ color: red !important; } #arrow_down{ width: 10px; height: : 10px; margin-left: 3px; } header{ width: 100; height:100vh; } header .main_box{ width: 100vw; height: auto; text-align: center; } .title{ width: 100vw; z-index: -50; position: fixed; font-size: 120px; top: 30vh; color: rgba(0,153,153,0.5); } .subtitle{ font-size: 60px; top: 50vh; } .fixed_btn{ z-index: -50; position: fixed; top: 65vh; } .form_button{ border: none; outline: none; height: 40px; color: #fff; font-size: 16px; background: rgba(0,153,153,0.5); cursor: pointer; border-radius: 20px; margin-bottom: 20px; width:20vw; left: 40vw; } .form_button:hover{ background: rgb(13, 91, 91); } .main_grid{ display: grid; grid-template-columns: repeat(8, 1fr); height: auto; grid-gap: 0px; grid-auto-rows: auto; grid-template-areas: "a a a a a a a a" "b b b b c c c c" "d d d d e e e e" "f f f f f f f f"; align-items: center; background-color: white; } .question_box{ grid-area: a; background-color: rgb(0,153,153); text-align: center; padding-top: 50px; font-size: 40px; color: white; font-weight: 500; line-height: 80px; } #question { line-height: 2; font-size: 70px; padding-bottom: 50px; } .people_box{ grid-area: b; background-color: white; } .people_box img{ width: 75%; height: auto; padding: 50px 0px; display: block; margin:auto; } .prom_box{ grid-area:c; padding-left: 0px; padding-right: 180px; } .prom_box h2{ line-height: 50px; } .prom_box h1{ line-height: 100px; font-size: 50px; margin-left: 17.5%; } .prom_box p{ width: 70%; text-align:justify; } .explanation_box{ grid-area:d; background-color: #393838; height: 400px; padding-top: 30px; color: white; } .explanation_box h2{ margin-left: 30%; margin-top: 25px; font-size: 40px; text-align: center; } .explanation_box p{ width: 50%; border-color: red; margin-left: 40%; margin-top: 25px; text-align: justify; } .macbook_box{ grid-area:e; background-color: #393838; height: 400px; } .macbook_box img{ padding-top: 40px; width: auto; height: auto; max-height: 360px; max-width: 560px; display: block; margin:auto; } .slideshow { grid-area: f; height: 250px; display: block; position: relative; } .slideshow img { -webkit-animation-name: fade; -webkit-animation-iteration-count: infinite; -webkit-animation-duration: 18s; animation-name: fade; animation-iteration-count: infinite; animation-duration: 12s; position: absolute; width: 100%; height: 100%; left: 0; top: 0; } @keyframes fade { 0% {opacity: 0;} 10% {opacity: 1;} 33% {opacity: 1;} 53% {opacity: 0;} 100% {opacity: 0;} } #f1 { } #f2 { -webkit-animation-delay: -8s; } #f3 { -webkit-animation-delay: -4s; } #form_logout{ padding-left: 3.3em; padding-bottom: 0.5em; } #profile_form{ text-align: center; } #avatar { width: 40px; height: 40px; border-radius: 50%; margin-top: 5px; } #menu_icons{ color: black; } #menu_icons:focus, #menu_icons:hover{ color: red; } #logged_body{ background: url(../images/templates/To_Do_List.png); background-size: cover; width: 100vw; height: 100vh; z-index: -100; background-attachment: fixed; } .background_Box { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 85%; height: 100%; padding: 80px 33px 0px 40px; box-sizing: border-box; background: rgba(255,255,255,.9); } .h2_centered{ text-align: center; } .profile_img{ width: 100%; height: 100%; position: absolute; margin-left: auto; margin-right: auto; -webkit-transition: opacity 0.5s ease-in-out; -moz-transition: opacity 0.5s ease-in-out; -o-transition: opacity 0.5s ease-in-out; transition: opacity 0.5s ease-in-out; } #profile_bottom{ opacity: 0; } #profile_bottom:hover{ opacity: 1; } #imageUpload { display: none; } .profile_text_Box{ position: absolute; width: 50%; height: 50%; background-color: black; float: rigth; } .left_box { width: 50%; height: 95%; float: left; align-items: center; position:relative; background-color: rgba(0,0,0,0.8); border: 1px solid black; } .right_box { width: 50%; height: 95%; padding-top: 1.5%; background-color: rgba(255,255,255,0.7); float: left; border: 1px solid black; border-left: none; position: relative; } .profile_form{ margin-top: 5%; margin-left: 5%; width: 90%; font-size: 20px; } .profile_form input{ margin-bottom: 35px; border: 0 none; outline: 0; border-top: 0; border-bottom: 1px solid black; width: 100%; background: transparent; font-size: 16px; } .bold_text{ font-weight: bold; } .profile_label{ font-size: 27px; color: rgb(0,153, 153); } .btn_hidden{ visibility:hidden; } .profile_button{ border-radius: 0; position: absolute; border: 1px solid black; outline: none; height: 40px; color: #fff; font-size: 16px; cursor: pointer; width: 10vw; top: calc(100% - 39px); color: black; } .profile_button:hover{ color: white; } .save{ left: 25%; background: #33FF99; } .save:hover{ background: #00994C; } .cancel{ border-left: none; background: #FF6666; left: calc(25% + 10vw); } .cancel:hover{ background: #CC0000; } .btn_profile{ font-size: 25px; width: 40px; height: 40px; position: absolute; } .div_btns{ margin-top: 5%; align-items: center; width: 100%; position:relative; align-items: center; } #btn_1{ left: calc(50% - 60px - 2%); background: #33FF99; color: black; visibility: hidden; } #btn_1:hover{ background: #00994C; color: white; } #btn_2{ left: calc(50% - 20px); background: #A9A9A9; color: black; } #btn_2:hover{ background: #696969; color: white; } #btn_3{ left: calc(50% + 20px + 2%); background: #FF6666; color: black; visibility: hidden; } #btn_3:hover{ background: #CC0000; color: white; } #btn_4{ left: calc(50% - 20px); background: #33FF99; color: black; } #btn_4:hover{ background: #00994C; color: white; } #btn_5{ left: calc(50% - 20px); background: #FF6666; color: black; } #btn_5:hover{ background: #CC0000; color: white; } #btn_6{ left: calc(50% - 20px); background: #A9A9A9; color: black; } #btn_6:hover{ background: #696969; color: white; } .icon { display: inline-block; stroke-width: 0; stroke: currentColor; fill: currentColor; } .icon svg{ width: 100%; height: 100%; text-align: center; } footer{ color: white; font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; } .div_footer{ display: block; width: 100%; height: 400px; float: left; background-color: rgb(0,153,153); text-align: center; padding-top: 50px; } .div_footer h2{ font-size: 30px; font-weight: 500; } .div_footer span{ font-size: 40px; } .div_footer p{ line-height: 40px; } .div_footer a{ text-decoration: none; color: white; font-size: 20px; } .list_selector{ background: rgb(0,153,153); position: absolute; left: 50%; transform: translateX(-50%); width: 100%; top: 62px; display: grid; grid-template-columns: repeat(2, 1fr); border-bottom: 3px solid black; border-left: 3px solid black; border-right: 3px solid black; z-index: 9999; } .select_type{ background-color: rgb(0,153,153); text-align: center; } .select_order{ border-left: 3px solid black; text-align: center; } .form_list{ height: auto; padding-top: 10px; padding-bottom: 10px; color: white; } #sugestionUser_div{ padding-left: 20px; text-align: left !important; } #sugestionUser{ margin-left: 10px; width: 70%; overflow-x: hidden; } .display_lists_grid{ display: grid; margin-top: 40px; margin-bottom: 30px; grid-template-columns: repeat(3, 1fr); grid-auto-rows: minmax(300px, auto); grid-column-gap: 1em; grid-row-gap: 1em; } .add img{ width: 100%; height: 100%; } #listID{ display: none; } .scrollable_div{ overflow-y: scroll; height: 100%; padding-right: 10px; } .zoom_background{ z-index: 9999; position: absolute; width: 100%; height: 100%; top:0; left:0; background: rgba(0,0,0,0.8); } .zoom_box{ z-index: 10000; position: absolute; display: block; left: 25vw!important; top: 15vh !important; width: 50vw !important; height: 70vh !important; color: white; overflow-y: scroll; } .zoom_box h1{ text-align: center; padding-top: 10px; padding-bottom: 10px !important; } .zoom_box p{ margin-left: 20%; padding-bottom: 1em; } .zoom_box form{ margin-left: 20%; padding-bottom: 1em; } .input_text_box{ width: 50%; height: 150px; margin-left: 25%; padding: 2px; border: 2px solid #f8f8f8; resize: none; } .zoom_box_button{ width: 10%; margin-left: 25%; } .input_checklist_box{ width: 50%; height: 23px; margin-left: 0%; margin-bottom: 2px; margin-right: 3px; padding: 2px; border: 2px solid #f8f8f8; } .checklist_item_box p{ margin-left: 25%; padding-bottom: 0px; } .add_checkbox_item_button{ padding-left: 0.5rem; padding-right: 0.5rem; } .add_photo_item_button{ width: 10%; margin-left: 20%; padding-left: 0.5rem; padding-right: 0.5rem; } .inside_list{ position: relative; width: 100%; height: 100%; padding-left: 5%; padding-right: 5%; } .list{ border: 1px solid black; /*box-shadow: 7px 7px rgba(94, 94, 94, 0.65);*/ box-shadow: 7px 7px rgba(0, 0, 0, 0.5); } .list_friend{ position: relative; width: 100%; height: 100%; padding-left: 5%; padding-right: 5%; } .list_friend h1{ text-align: center; } .list_friend span{ font-weight: bolder; font-size: 20px; } .friend_name{ position: absolute; width: 100%; left: 0; top: 85%; text-align: center; color: white; text-shadow: 2px 2px 2px black; } .centered_in_box{ text-align: center; padding-top: 40%; } .centered_bottom_box{ position: absolute; top: 80%; font-size: 20px; width: 100%; left: 0; text-align: center; } .inside_list h1{ text-align: center; } .inside_list span{ font-weight: bolder; font-size: 20px; } .inside_list .details_message{ width: 100%; text-align: center; font-size: 17px; text-decoration: underline; } .zoom_box { padding-left: 5%; padding-right: 5%; font-size: 125%; } .zoom_box span{ font-weight: bold; } .zoom_box input[type=checkbox]{ margin-right: 10px; transform: scale(1.5); } .content_checking label{ padding: 2px; position: relative; outline: none; display: inline-block; width: 70%; border: 1px solid #cdcdcd; border-color: rgba(0,0,0,.15); background-color: white; color: black; font-size: 16px; } .time{ text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; } .time_remaining{ color: #88e670; } .time_late{ color: #f4706c; } .trash_icon{ position: fixed; top: 75%; left: 70%; } .share_icon{ position: fixed; top: 75%; left: 30%; } .central_box .options{ display: none; } .options #delete_button{ width: 100%; margin-top: 25px; } .options h3{ text-align: center; } #goSearchUser{ width: 40px; }
0.468304
0.112113
.bb-alignItems-stretch { align-items: stretch; } .bb-alignItems-center { align-items: center; } .bb-alignItems-flex-start { align-items: flex-start; } .bb-alignItems-flex-end { align-items: flex-end; } .bb-alignItems-baseline { align-items: baseline; } /* display */ .bb-display-block { display: block; } .bb-display-inline { display: inline; } .bb-display-inline-block { display: inline-block; } .bb-display-flex { display: flex; } .bb-display-inline-flex { display: inline-flex; } .bb-display-grid { display: grid; } .bb-display-inline-grid { display: inline-grid; } .bb-display-none { display: none; } /* flexDirection */ .bb-flexDirection-row { flex-direction: row; } .bb-flexDirection-row-reverse { flex-direction: row-reverse; } .bb-flexDirection-column { flex-direction: column; } .bb-flexDirection-column-reverse { flex-direction: column-reverse; } /* flexGrow */ .bb-flexGrow-0 { flex-grow: 0; } .bb-flexGrow-1 { flex-grow: 1; } /* flexShrink */ .bb-flexShrink-0 { flex-shrink: 0; } /* flexWrap */ .bb-flexWrap-nowrap { flex-wrap: nowrap; } .bb-flexWrap-wrap { flex-wrap: wrap; } .bb-flexWrap-wrap-reverse { flex-wrap: wrap-reverse; } /* height */ .bb-height-full { height: 100%; } /* justifyContent */ .bb-justifyContent-flex-start { justify-content: flex-start; } .bb-justifyContent-flex-end { justify-content: flex-end; } .bb-justifyContent-center { justify-content: center; } .bb-justifyContent-space-between { justify-content: space-between; } .bb-justifyContent-space-around { justify-content: space-around; } /* overflow */ .bb-overflow-auto { overflow: auto; } .bb-overflow-scroll { overflow: scroll; } .bb-overflow-hidden { overflow: hidden; } .bb-overflow-visible { overflow: visible; } /* overflowX */ .bb-overflowX-auto { overflow-x: auto; } .bb-overflowX-scroll { overflow-x: scroll; } .bb-overflowX-hidden { overflow-x: hidden; } .bb-overflowX-visible { overflow-x: visible; } /* overflowY */ .bb-overflowY-auto { overflow-y: auto; } .bb-overflowY-scroll { overflow-y: scroll; } .bb-overflowY-hidden { overflow-y: hidden; } .bb-overflowY-visible { overflow-y: visible; } /* padding */ .bb-padding-gutter { padding: var(--space-gutter); } .bb-padding-xsmall { padding: var(--space-xsmall); } .bb-padding-small { padding: var(--space-small); } .bb-padding-medium { padding: var(--space-medium); } .bb-padding-large { padding: var(--space-large); } .bb-padding-xlarge { padding: var(--space-xlarge); } /* paddingBottom */ .bb-paddingBottom-gutter { padding-bottom: var(--space-gutter); } .bb-paddingBottom-xsmall { padding-bottom: var(--space-xsmall); } .bb-paddingBottom-small { padding-bottom: var(--space-small); } .bb-paddingBottom-medium { padding-bottom: var(--space-medium); } .bb-paddingBottom-large { padding-bottom: var(--space-large); } .bb-paddingBottom-xlarge { padding-bottom: var(--space-xlarge); } /* paddingLeft */ .bb-paddingLeft-gutter { padding-left: var(--space-gutter); } .bb-paddingLeft-xsmall { padding-left: var(--space-xsmall); } .bb-paddingLeft-small { padding-left: var(--space-small); } .bb-paddingLeft-medium { padding-left: var(--space-medium); } .bb-paddingLeft-large { padding-left: var(--space-large); } .bb-paddingLeft-xlarge { padding-left: var(--space-xlarge); } /* paddingRight */ .bb-paddingRight-gutter { padding-right: var(--space-gutter); } .bb-paddingRight-xsmall { padding-right: var(--space-xsmall); } .bb-paddingRight-small { padding-right: var(--space-small); } .bb-paddingRight-medium { padding-right: var(--space-medium); } .bb-paddingRight-large { padding-right: var(--space-large); } .bb-paddingRight-xlarge { padding-right: var(--space-xlarge); } /* paddingTop */ .bb-paddingTop-gutter { padding-top: var(--space-gutter); } .bb-paddingTop-xsmall { padding-top: var(--space-xsmall); } .bb-paddingTop-small { padding-top: var(--space-small); } .bb-paddingTop-medium { padding-top: var(--space-medium); } .bb-paddingTop-large { padding-top: var(--space-large); } .bb-paddingTop-xlarge { padding-top: var(--space-xlarge); } /* paddingX */ .bb-paddingX-gutter { padding-left: var(--space-gutter); padding-right: var(--space-gutter); } .bb-paddingX-xsmall { padding-left: var(--space-xsmall); padding-right: var(--space-xsmall); } .bb-paddingX-small { padding-left: var(--space-small); padding-right: var(--space-small); } .bb-paddingX-medium { padding-left: var(--space-medium); padding-right: var(--space-medium); } .bb-paddingX-large { padding-left: var(--space-large); padding-right: var(--space-large); } .bb-paddingX-xlarge { padding-left: var(--space-xlarge); padding-right: var(--space-xlarge); } /* paddingY */ .bb-paddingY-gutter { padding-top: var(--space-gutter); padding-bottom: var(--space-gutter); } .bb-paddingY-xsmall { padding-top: var(--space-xsmall); padding-bottom: var(--space-xsmall); } .bb-paddingY-small { padding-top: var(--space-small); padding-bottom: var(--space-small); } .bb-paddingY-medium { padding-top: var(--space-medium); padding-bottom: var(--space-medium); } .bb-paddingY-large { padding-top: var(--space-large); padding-bottom: var(--space-large); } .bb-paddingY-xlarge { padding-top: var(--space-xlarge); padding-bottom: var(--space-xlarge); } /* position */ .bb-position-relative { position: relative; } .bb-position-fixed { position: fixed; } .bb-position-absolute { position: absolute; } .bb-position-sticky { position: sticky; } /* textAlign */ .bb-textAlign-left { text-align: left; } .bb-textAlign-right { text-align: right; } .bb-textAlign-center { text-align: center; } .bb-textAlign-justify { text-align: justify; } /* textTransform */ .bb-textTransform-capitalise { text-transform: capitalize; } .bb-textTransform-none { text-transform: none; } .bb-textTransform-uppercase { text-transform: uppercase; } .bb-textTransform-lowercase { text-transform: lowercase; } /* width */ .bb-width-full { width: 100%; } /* fontSize */ .bb-fontSize-xsmall { font-size: var(--font-xsmall); } .bb-fontSize-small { font-size: var(--font-small); } .bb-fontSize-medium { font-size: var(--font-medium); } .bb-fontSize-large { font-size: var(--font-large); } .bb-fontSize-xlarge { font-size: var(--font-xlarge); } /* fontWeight */ .bb-fontWeight-regular { font-weight: 400; } .bb-fontWeight-bold { font-weight: 700; } /* color */ .bb-color-black { color: var(--color-black); } .bb-color-danger { color: var(--color-danger); } .bb-color-dark { color: var(--color-dark); } .bb-color-gray { color: var(--color-gray); } .bb-color-lightGray { color: var(--color-light-gray); } .bb-color-info { color: var(--color-info); } .bb-color-primary { color: var(--color-primary); } .bb-color-secondary { color: var(--color-secondary); } .bb-color-success { color: var(--color-success); } .bb-color-warning { color: var(--color-warning); } .bb-color-white { color: var(--color-white); } .bb-color-card { color: var(--color-card); } /* backgroundColor */ .bb-backgroundColor-black { background-color: var(--color-black); } .bb-backgroundColor-danger { background-color: var(--color-danger); } .bb-backgroundColor-dark { background-color: var(--color-dark); } .bb-backgroundColor-gray { background-color: var(--color-gray); } .bb-backgroundColor-lightGray { background-color: var(--color-light-gray); } .bb-backgroundColor-info { background-color: var(--color-info); } .bb-backgroundColor-primary { background-color: var(--color-primary); } .bb-backgroundColor-secondary { background-color: var(--color-secondary); } .bb-backgroundColor-success { background-color: var(--color-success); } .bb-backgroundColor-warning { background-color: var(--color-warning); } .bb-backgroundColor-white { background-color: var(--color-white); } .bb-backgroundColor-card { background-color: var(--color-card); } /* gridGap */ .bb-gridGap-gutter { grid-gap: var(--space-gutter); } .bb-gridGap-xsmall { grid-gap: var(--space-xsmall); } .bb-gridGap-small { grid-gap: var(--space-small); } .bb-gridGap-medium { grid-gap: var(--space-medium); } .bb-gridGap-large { grid-gap: var(--space-large); } .bb-gridGap-xlarge { grid-gap: var(--space-xlarge); } /* negativeMarginTop */ .bb-negativeMarginTop-gutter { margin-top: calc(var(--space-gutter) * -1); } .bb-negativeMarginTop-xsmall { margin-top: calc(var(--space-xsmall) * -1); } .bb-negativeMarginTop-small { margin-top: calc(var(--space-small) * -1); } .bb-negativeMarginTop-medium { margin-top: calc(var(--space-medium) * -1); } .bb-negativeMarginTop-large { margin-top: calc(var(--space-large) * -1); } .bb-negativeMarginTop-xlarge { margin-top: calc(var(--space-xlarge) * -1); } /* negativeMarginLeft */ .bb-negativeMarginLeft-gutter { margin-left: calc(var(--space-gutter) * -1); } .bb-negativeMarginLeft-xsmall { margin-left: calc(var(--space-xsmall) * -1); } .bb-negativeMarginLeft-small { margin-left: calc(var(--space-small) * -1); } .bb-negativeMarginLeft-medium { margin-left: calc(var(--space-medium) * -1); } .bb-negativeMarginLeft-large { margin-left: calc(var(--space-large) * -1); } .bb-negativeMarginLeft-xlarge { margin-left: calc(var(--space-xlarge) * -1); } /* fontStyle */ .bb-fontStyle-normal { font-style: normal; } .bb-fontStyle-italic { font-style: italic; } @media (min-width: 500px) { .bb-alignItems-stretch-bp1 { align-items: stretch; } .bb-alignItems-center-bp1 { align-items: center; } .bb-alignItems-flex-start-bp1 { align-items: flex-start; } .bb-alignItems-flex-end-bp1 { align-items: flex-end; } .bb-alignItems-baseline-bp1 { align-items: baseline; } .bb-display-block-bp1 { display: block; } .bb-display-inline-bp1 { display: inline; } .bb-display-inline-block-bp1 { display: inline-block; } .bb-display-flex-bp1 { display: flex; } .bb-display-inline-flex-bp1 { display: inline-flex; } .bb-display-grid-bp1 { display: grid; } .bb-display-inline-grid-bp1 { display: inline-grid; } .bb-display-none-bp1 { display: none; } .bb-flexDirection-row-bp1 { flex-direction: row; } .bb-flexDirection-row-reverse-bp1 { flex-direction: row-reverse; } .bb-flexDirection-column-bp1 { flex-direction: column; } .bb-flexDirection-column-reverse-bp1 { flex-direction: column-reverse; } .bb-flexGrow-0-bp1 { flex-grow: 0; } .bb-flexGrow-1-bp1 { flex-grow: 1; } .bb-flexShrink-0-bp1 { flex-shrink: 0; } .bb-flexWrap-nowrap-bp1 { flex-wrap: nowrap; } .bb-flexWrap-wrap-bp1 { flex-wrap: wrap; } .bb-flexWrap-wrap-reverse-bp1 { flex-wrap: wrap-reverse; } .bb-height-full-bp1 { height: 100%; } .bb-justifyContent-flex-start-bp1 { justify-content: flex-start; } .bb-justifyContent-flex-end-bp1 { justify-content: flex-end; } .bb-justifyContent-center-bp1 { justify-content: center; } .bb-justifyContent-space-between-bp1 { justify-content: space-between; } .bb-justifyContent-space-around-bp1 { justify-content: space-around; } .bb-overflow-auto-bp1 { overflow: auto; } .bb-overflow-scroll-bp1 { overflow: scroll; } .bb-overflow-hidden-bp1 { overflow: hidden; } .bb-overflow-visible-bp1 { overflow: visible; } .bb-overflowX-auto-bp1 { overflow-x: auto; } .bb-overflowX-scroll-bp1 { overflow-x: scroll; } .bb-overflowX-hidden-bp1 { overflow-x: hidden; } .bb-overflowX-visible-bp1 { overflow-x: visible; } .bb-overflowY-auto-bp1 { overflow-y: auto; } .bb-overflowY-scroll-bp1 { overflow-y: scroll; } .bb-overflowY-hidden-bp1 { overflow-y: hidden; } .bb-overflowY-visible-bp1 { overflow-y: visible; } .bb-padding-gutter-bp1 { padding: var(--space-gutter); } .bb-padding-xsmall-bp1 { padding: var(--space-xsmall); } .bb-padding-small-bp1 { padding: var(--space-small); } .bb-padding-medium-bp1 { padding: var(--space-medium); } .bb-padding-large-bp1 { padding: var(--space-large); } .bb-padding-xlarge-bp1 { padding: var(--space-xlarge); } .bb-paddingBottom-gutter-bp1 { padding-bottom: var(--space-gutter); } .bb-paddingBottom-xsmall-bp1 { padding-bottom: var(--space-xsmall); } .bb-paddingBottom-small-bp1 { padding-bottom: var(--space-small); } .bb-paddingBottom-medium-bp1 { padding-bottom: var(--space-medium); } .bb-paddingBottom-large-bp1 { padding-bottom: var(--space-large); } .bb-paddingBottom-xlarge-bp1 { padding-bottom: var(--space-xlarge); } .bb-paddingLeft-gutter-bp1 { padding-left: var(--space-gutter); } .bb-paddingLeft-xsmall-bp1 { padding-left: var(--space-xsmall); } .bb-paddingLeft-small-bp1 { padding-left: var(--space-small); } .bb-paddingLeft-medium-bp1 { padding-left: var(--space-medium); } .bb-paddingLeft-large-bp1 { padding-left: var(--space-large); } .bb-paddingLeft-xlarge-bp1 { padding-left: var(--space-xlarge); } .bb-paddingRight-gutter-bp1 { padding-right: var(--space-gutter); } .bb-paddingRight-xsmall-bp1 { padding-right: var(--space-xsmall); } .bb-paddingRight-small-bp1 { padding-right: var(--space-small); } .bb-paddingRight-medium-bp1 { padding-right: var(--space-medium); } .bb-paddingRight-large-bp1 { padding-right: var(--space-large); } .bb-paddingRight-xlarge-bp1 { padding-right: var(--space-xlarge); } .bb-paddingTop-gutter-bp1 { padding-top: var(--space-gutter); } .bb-paddingTop-xsmall-bp1 { padding-top: var(--space-xsmall); } .bb-paddingTop-small-bp1 { padding-top: var(--space-small); } .bb-paddingTop-medium-bp1 { padding-top: var(--space-medium); } .bb-paddingTop-large-bp1 { padding-top: var(--space-large); } .bb-paddingTop-xlarge-bp1 { padding-top: var(--space-xlarge); } .bb-paddingX-gutter-bp1 { padding-left: var(--space-gutter); padding-right: var(--space-gutter); } .bb-paddingX-xsmall-bp1 { padding-left: var(--space-xsmall); padding-right: var(--space-xsmall); } .bb-paddingX-small-bp1 { padding-left: var(--space-small); padding-right: var(--space-small); } .bb-paddingX-medium-bp1 { padding-left: var(--space-medium); padding-right: var(--space-medium); } .bb-paddingX-large-bp1 { padding-left: var(--space-large); padding-right: var(--space-large); } .bb-paddingX-xlarge-bp1 { padding-left: var(--space-xlarge); padding-right: var(--space-xlarge); } .bb-paddingY-gutter-bp1 { padding-top: var(--space-gutter); padding-bottom: var(--space-gutter); } .bb-paddingY-xsmall-bp1 { padding-top: var(--space-xsmall); padding-bottom: var(--space-xsmall); } .bb-paddingY-small-bp1 { padding-top: var(--space-small); padding-bottom: var(--space-small); } .bb-paddingY-medium-bp1 { padding-top: var(--space-medium); padding-bottom: var(--space-medium); } .bb-paddingY-large-bp1 { padding-top: var(--space-large); padding-bottom: var(--space-large); } .bb-paddingY-xlarge-bp1 { padding-top: var(--space-xlarge); padding-bottom: var(--space-xlarge); } .bb-position-relative-bp1 { position: relative; } .bb-position-fixed-bp1 { position: fixed; } .bb-position-absolute-bp1 { position: absolute; } .bb-position-sticky-bp1 { position: sticky; } .bb-textAlign-left-bp1 { text-align: left; } .bb-textAlign-right-bp1 { text-align: right; } .bb-textAlign-center-bp1 { text-align: center; } .bb-textAlign-justify-bp1 { text-align: justify; } .bb-textTransform-capitalise-bp1 { text-transform: capitalize; } .bb-textTransform-none-bp1 { text-transform: none; } .bb-textTransform-uppercase-bp1 { text-transform: uppercase; } .bb-textTransform-lowercase-bp1 { text-transform: lowercase; } .bb-width-full-bp1 { width: 100%; } .bb-fontSize-xsmall-bp1 { font-size: var(--font-xsmall); } .bb-fontSize-small-bp1 { font-size: var(--font-small); } .bb-fontSize-medium-bp1 { font-size: var(--font-medium); } .bb-fontSize-large-bp1 { font-size: var(--font-large); } .bb-fontSize-xlarge-bp1 { font-size: var(--font-xlarge); } .bb-fontWeight-regular-bp1 { font-weight: 400; } .bb-fontWeight-bold-bp1 { font-weight: 700; } .bb-color-black-bp1 { color: var(--color-black); } .bb-color-danger-bp1 { color: var(--color-danger); } .bb-color-dark-bp1 { color: var(--color-dark); } .bb-color-gray-bp1 { color: var(--color-gray); } .bb-color-lightGray-bp1 { color: var(--color-light-gray); } .bb-color-info-bp1 { color: var(--color-info); } .bb-color-primary-bp1 { color: var(--color-primary); } .bb-color-secondary-bp1 { color: var(--color-secondary); } .bb-color-success-bp1 { color: var(--color-success); } .bb-color-warning-bp1 { color: var(--color-warning); } .bb-color-white-bp1 { color: var(--color-white); } .bb-color-card-bp1 { color: var(--color-card); } .bb-backgroundColor-black-bp1 { background-color: var(--color-black); } .bb-backgroundColor-danger-bp1 { background-color: var(--color-danger); } .bb-backgroundColor-dark-bp1 { background-color: var(--color-dark); } .bb-backgroundColor-gray-bp1 { background-color: var(--color-gray); } .bb-backgroundColor-lightGray-bp1 { background-color: var(--color-light-gray); } .bb-backgroundColor-info-bp1 { background-color: var(--color-info); } .bb-backgroundColor-primary-bp1 { background-color: var(--color-primary); } .bb-backgroundColor-secondary-bp1 { background-color: var(--color-secondary); } .bb-backgroundColor-success-bp1 { background-color: var(--color-success); } .bb-backgroundColor-warning-bp1 { background-color: var(--color-warning); } .bb-backgroundColor-white-bp1 { background-color: var(--color-white); } .bb-backgroundColor-card-bp1 { background-color: var(--color-card); } .bb-gridGap-gutter-bp1 { grid-gap: var(--space-gutter); } .bb-gridGap-xsmall-bp1 { grid-gap: var(--space-xsmall); } .bb-gridGap-small-bp1 { grid-gap: var(--space-small); } .bb-gridGap-medium-bp1 { grid-gap: var(--space-medium); } .bb-gridGap-large-bp1 { grid-gap: var(--space-large); } .bb-gridGap-xlarge-bp1 { grid-gap: var(--space-xlarge); } .bb-negativeMarginTop-gutter-bp1 { margin-top: calc(var(--space-gutter) * -1); } .bb-negativeMarginTop-xsmall-bp1 { margin-top: calc(var(--space-xsmall) * -1); } .bb-negativeMarginTop-small-bp1 { margin-top: calc(var(--space-small) * -1); } .bb-negativeMarginTop-medium-bp1 { margin-top: calc(var(--space-medium) * -1); } .bb-negativeMarginTop-large-bp1 { margin-top: calc(var(--space-large) * -1); } .bb-negativeMarginTop-xlarge-bp1 { margin-top: calc(var(--space-xlarge) * -1); } .bb-negativeMarginLeft-gutter-bp1 { margin-left: calc(var(--space-gutter) * -1); } .bb-negativeMarginLeft-xsmall-bp1 { margin-left: calc(var(--space-xsmall) * -1); } .bb-negativeMarginLeft-small-bp1 { margin-left: calc(var(--space-small) * -1); } .bb-negativeMarginLeft-medium-bp1 { margin-left: calc(var(--space-medium) * -1); } .bb-negativeMarginLeft-large-bp1 { margin-left: calc(var(--space-large) * -1); } .bb-negativeMarginLeft-xlarge-bp1 { margin-left: calc(var(--space-xlarge) * -1); } .bb-fontStyle-normal-bp1 { font-style: normal; } .bb-fontStyle-italic-bp1 { font-style: italic; } } @media (min-width: 800px) { .bb-alignItems-stretch-bp2 { align-items: stretch; } .bb-alignItems-center-bp2 { align-items: center; } .bb-alignItems-flex-start-bp2 { align-items: flex-start; } .bb-alignItems-flex-end-bp2 { align-items: flex-end; } .bb-alignItems-baseline-bp2 { align-items: baseline; } .bb-display-block-bp2 { display: block; } .bb-display-inline-bp2 { display: inline; } .bb-display-inline-block-bp2 { display: inline-block; } .bb-display-flex-bp2 { display: flex; } .bb-display-inline-flex-bp2 { display: inline-flex; } .bb-display-grid-bp2 { display: grid; } .bb-display-inline-grid-bp2 { display: inline-grid; } .bb-display-none-bp2 { display: none; } .bb-flexDirection-row-bp2 { flex-direction: row; } .bb-flexDirection-row-reverse-bp2 { flex-direction: row-reverse; } .bb-flexDirection-column-bp2 { flex-direction: column; } .bb-flexDirection-column-reverse-bp2 { flex-direction: column-reverse; } .bb-flexGrow-0-bp2 { flex-grow: 0; } .bb-flexGrow-1-bp2 { flex-grow: 1; } .bb-flexShrink-0-bp2 { flex-shrink: 0; } .bb-flexWrap-nowrap-bp2 { flex-wrap: nowrap; } .bb-flexWrap-wrap-bp2 { flex-wrap: wrap; } .bb-flexWrap-wrap-reverse-bp2 { flex-wrap: wrap-reverse; } .bb-height-full-bp2 { height: 100%; } .bb-justifyContent-flex-start-bp2 { justify-content: flex-start; } .bb-justifyContent-flex-end-bp2 { justify-content: flex-end; } .bb-justifyContent-center-bp2 { justify-content: center; } .bb-justifyContent-space-between-bp2 { justify-content: space-between; } .bb-justifyContent-space-around-bp2 { justify-content: space-around; } .bb-overflow-auto-bp2 { overflow: auto; } .bb-overflow-scroll-bp2 { overflow: scroll; } .bb-overflow-hidden-bp2 { overflow: hidden; } .bb-overflow-visible-bp2 { overflow: visible; } .bb-overflowX-auto-bp2 { overflow-x: auto; } .bb-overflowX-scroll-bp2 { overflow-x: scroll; } .bb-overflowX-hidden-bp2 { overflow-x: hidden; } .bb-overflowX-visible-bp2 { overflow-x: visible; } .bb-overflowY-auto-bp2 { overflow-y: auto; } .bb-overflowY-scroll-bp2 { overflow-y: scroll; } .bb-overflowY-hidden-bp2 { overflow-y: hidden; } .bb-overflowY-visible-bp2 { overflow-y: visible; } .bb-padding-gutter-bp2 { padding: var(--space-gutter); } .bb-padding-xsmall-bp2 { padding: var(--space-xsmall); } .bb-padding-small-bp2 { padding: var(--space-small); } .bb-padding-medium-bp2 { padding: var(--space-medium); } .bb-padding-large-bp2 { padding: var(--space-large); } .bb-padding-xlarge-bp2 { padding: var(--space-xlarge); } .bb-paddingBottom-gutter-bp2 { padding-bottom: var(--space-gutter); } .bb-paddingBottom-xsmall-bp2 { padding-bottom: var(--space-xsmall); } .bb-paddingBottom-small-bp2 { padding-bottom: var(--space-small); } .bb-paddingBottom-medium-bp2 { padding-bottom: var(--space-medium); } .bb-paddingBottom-large-bp2 { padding-bottom: var(--space-large); } .bb-paddingBottom-xlarge-bp2 { padding-bottom: var(--space-xlarge); } .bb-paddingLeft-gutter-bp2 { padding-left: var(--space-gutter); } .bb-paddingLeft-xsmall-bp2 { padding-left: var(--space-xsmall); } .bb-paddingLeft-small-bp2 { padding-left: var(--space-small); } .bb-paddingLeft-medium-bp2 { padding-left: var(--space-medium); } .bb-paddingLeft-large-bp2 { padding-left: var(--space-large); } .bb-paddingLeft-xlarge-bp2 { padding-left: var(--space-xlarge); } .bb-paddingRight-gutter-bp2 { padding-right: var(--space-gutter); } .bb-paddingRight-xsmall-bp2 { padding-right: var(--space-xsmall); } .bb-paddingRight-small-bp2 { padding-right: var(--space-small); } .bb-paddingRight-medium-bp2 { padding-right: var(--space-medium); } .bb-paddingRight-large-bp2 { padding-right: var(--space-large); } .bb-paddingRight-xlarge-bp2 { padding-right: var(--space-xlarge); } .bb-paddingTop-gutter-bp2 { padding-top: var(--space-gutter); } .bb-paddingTop-xsmall-bp2 { padding-top: var(--space-xsmall); } .bb-paddingTop-small-bp2 { padding-top: var(--space-small); } .bb-paddingTop-medium-bp2 { padding-top: var(--space-medium); } .bb-paddingTop-large-bp2 { padding-top: var(--space-large); } .bb-paddingTop-xlarge-bp2 { padding-top: var(--space-xlarge); } .bb-paddingX-gutter-bp2 { padding-left: var(--space-gutter); padding-right: var(--space-gutter); } .bb-paddingX-xsmall-bp2 { padding-left: var(--space-xsmall); padding-right: var(--space-xsmall); } .bb-paddingX-small-bp2 { padding-left: var(--space-small); padding-right: var(--space-small); } .bb-paddingX-medium-bp2 { padding-left: var(--space-medium); padding-right: var(--space-medium); } .bb-paddingX-large-bp2 { padding-left: var(--space-large); padding-right: var(--space-large); } .bb-paddingX-xlarge-bp2 { padding-left: var(--space-xlarge); padding-right: var(--space-xlarge); } .bb-paddingY-gutter-bp2 { padding-top: var(--space-gutter); padding-bottom: var(--space-gutter); } .bb-paddingY-xsmall-bp2 { padding-top: var(--space-xsmall); padding-bottom: var(--space-xsmall); } .bb-paddingY-small-bp2 { padding-top: var(--space-small); padding-bottom: var(--space-small); } .bb-paddingY-medium-bp2 { padding-top: var(--space-medium); padding-bottom: var(--space-medium); } .bb-paddingY-large-bp2 { padding-top: var(--space-large); padding-bottom: var(--space-large); } .bb-paddingY-xlarge-bp2 { padding-top: var(--space-xlarge); padding-bottom: var(--space-xlarge); } .bb-position-relative-bp2 { position: relative; } .bb-position-fixed-bp2 { position: fixed; } .bb-position-absolute-bp2 { position: absolute; } .bb-position-sticky-bp2 { position: sticky; } .bb-textAlign-left-bp2 { text-align: left; } .bb-textAlign-right-bp2 { text-align: right; } .bb-textAlign-center-bp2 { text-align: center; } .bb-textAlign-justify-bp2 { text-align: justify; } .bb-textTransform-capitalise-bp2 { text-transform: capitalize; } .bb-textTransform-none-bp2 { text-transform: none; } .bb-textTransform-uppercase-bp2 { text-transform: uppercase; } .bb-textTransform-lowercase-bp2 { text-transform: lowercase; } .bb-width-full-bp2 { width: 100%; } .bb-fontSize-xsmall-bp2 { font-size: var(--font-xsmall); } .bb-fontSize-small-bp2 { font-size: var(--font-small); } .bb-fontSize-medium-bp2 { font-size: var(--font-medium); } .bb-fontSize-large-bp2 { font-size: var(--font-large); } .bb-fontSize-xlarge-bp2 { font-size: var(--font-xlarge); } .bb-fontWeight-regular-bp2 { font-weight: 400; } .bb-fontWeight-bold-bp2 { font-weight: 700; } .bb-color-black-bp2 { color: var(--color-black); } .bb-color-danger-bp2 { color: var(--color-danger); } .bb-color-dark-bp2 { color: var(--color-dark); } .bb-color-gray-bp2 { color: var(--color-gray); } .bb-color-lightGray-bp2 { color: var(--color-light-gray); } .bb-color-info-bp2 { color: var(--color-info); } .bb-color-primary-bp2 { color: var(--color-primary); } .bb-color-secondary-bp2 { color: var(--color-secondary); } .bb-color-success-bp2 { color: var(--color-success); } .bb-color-warning-bp2 { color: var(--color-warning); } .bb-color-white-bp2 { color: var(--color-white); } .bb-color-card-bp2 { color: var(--color-card); } .bb-backgroundColor-black-bp2 { background-color: var(--color-black); } .bb-backgroundColor-danger-bp2 { background-color: var(--color-danger); } .bb-backgroundColor-dark-bp2 { background-color: var(--color-dark); } .bb-backgroundColor-gray-bp2 { background-color: var(--color-gray); } .bb-backgroundColor-lightGray-bp2 { background-color: var(--color-light-gray); } .bb-backgroundColor-info-bp2 { background-color: var(--color-info); } .bb-backgroundColor-primary-bp2 { background-color: var(--color-primary); } .bb-backgroundColor-secondary-bp2 { background-color: var(--color-secondary); } .bb-backgroundColor-success-bp2 { background-color: var(--color-success); } .bb-backgroundColor-warning-bp2 { background-color: var(--color-warning); } .bb-backgroundColor-white-bp2 { background-color: var(--color-white); } .bb-backgroundColor-card-bp2 { background-color: var(--color-card); } .bb-gridGap-gutter-bp2 { grid-gap: var(--space-gutter); } .bb-gridGap-xsmall-bp2 { grid-gap: var(--space-xsmall); } .bb-gridGap-small-bp2 { grid-gap: var(--space-small); } .bb-gridGap-medium-bp2 { grid-gap: var(--space-medium); } .bb-gridGap-large-bp2 { grid-gap: var(--space-large); } .bb-gridGap-xlarge-bp2 { grid-gap: var(--space-xlarge); } .bb-negativeMarginTop-gutter-bp2 { margin-top: calc(var(--space-gutter) * -1); } .bb-negativeMarginTop-xsmall-bp2 { margin-top: calc(var(--space-xsmall) * -1); } .bb-negativeMarginTop-small-bp2 { margin-top: calc(var(--space-small) * -1); } .bb-negativeMarginTop-medium-bp2 { margin-top: calc(var(--space-medium) * -1); } .bb-negativeMarginTop-large-bp2 { margin-top: calc(var(--space-large) * -1); } .bb-negativeMarginTop-xlarge-bp2 { margin-top: calc(var(--space-xlarge) * -1); } .bb-negativeMarginLeft-gutter-bp2 { margin-left: calc(var(--space-gutter) * -1); } .bb-negativeMarginLeft-xsmall-bp2 { margin-left: calc(var(--space-xsmall) * -1); } .bb-negativeMarginLeft-small-bp2 { margin-left: calc(var(--space-small) * -1); } .bb-negativeMarginLeft-medium-bp2 { margin-left: calc(var(--space-medium) * -1); } .bb-negativeMarginLeft-large-bp2 { margin-left: calc(var(--space-large) * -1); } .bb-negativeMarginLeft-xlarge-bp2 { margin-left: calc(var(--space-xlarge) * -1); } .bb-fontStyle-normal-bp2 { font-style: normal; } .bb-fontStyle-italic-bp2 { font-style: italic; } }
src/useStyles/blockle-blocks.css
.bb-alignItems-stretch { align-items: stretch; } .bb-alignItems-center { align-items: center; } .bb-alignItems-flex-start { align-items: flex-start; } .bb-alignItems-flex-end { align-items: flex-end; } .bb-alignItems-baseline { align-items: baseline; } /* display */ .bb-display-block { display: block; } .bb-display-inline { display: inline; } .bb-display-inline-block { display: inline-block; } .bb-display-flex { display: flex; } .bb-display-inline-flex { display: inline-flex; } .bb-display-grid { display: grid; } .bb-display-inline-grid { display: inline-grid; } .bb-display-none { display: none; } /* flexDirection */ .bb-flexDirection-row { flex-direction: row; } .bb-flexDirection-row-reverse { flex-direction: row-reverse; } .bb-flexDirection-column { flex-direction: column; } .bb-flexDirection-column-reverse { flex-direction: column-reverse; } /* flexGrow */ .bb-flexGrow-0 { flex-grow: 0; } .bb-flexGrow-1 { flex-grow: 1; } /* flexShrink */ .bb-flexShrink-0 { flex-shrink: 0; } /* flexWrap */ .bb-flexWrap-nowrap { flex-wrap: nowrap; } .bb-flexWrap-wrap { flex-wrap: wrap; } .bb-flexWrap-wrap-reverse { flex-wrap: wrap-reverse; } /* height */ .bb-height-full { height: 100%; } /* justifyContent */ .bb-justifyContent-flex-start { justify-content: flex-start; } .bb-justifyContent-flex-end { justify-content: flex-end; } .bb-justifyContent-center { justify-content: center; } .bb-justifyContent-space-between { justify-content: space-between; } .bb-justifyContent-space-around { justify-content: space-around; } /* overflow */ .bb-overflow-auto { overflow: auto; } .bb-overflow-scroll { overflow: scroll; } .bb-overflow-hidden { overflow: hidden; } .bb-overflow-visible { overflow: visible; } /* overflowX */ .bb-overflowX-auto { overflow-x: auto; } .bb-overflowX-scroll { overflow-x: scroll; } .bb-overflowX-hidden { overflow-x: hidden; } .bb-overflowX-visible { overflow-x: visible; } /* overflowY */ .bb-overflowY-auto { overflow-y: auto; } .bb-overflowY-scroll { overflow-y: scroll; } .bb-overflowY-hidden { overflow-y: hidden; } .bb-overflowY-visible { overflow-y: visible; } /* padding */ .bb-padding-gutter { padding: var(--space-gutter); } .bb-padding-xsmall { padding: var(--space-xsmall); } .bb-padding-small { padding: var(--space-small); } .bb-padding-medium { padding: var(--space-medium); } .bb-padding-large { padding: var(--space-large); } .bb-padding-xlarge { padding: var(--space-xlarge); } /* paddingBottom */ .bb-paddingBottom-gutter { padding-bottom: var(--space-gutter); } .bb-paddingBottom-xsmall { padding-bottom: var(--space-xsmall); } .bb-paddingBottom-small { padding-bottom: var(--space-small); } .bb-paddingBottom-medium { padding-bottom: var(--space-medium); } .bb-paddingBottom-large { padding-bottom: var(--space-large); } .bb-paddingBottom-xlarge { padding-bottom: var(--space-xlarge); } /* paddingLeft */ .bb-paddingLeft-gutter { padding-left: var(--space-gutter); } .bb-paddingLeft-xsmall { padding-left: var(--space-xsmall); } .bb-paddingLeft-small { padding-left: var(--space-small); } .bb-paddingLeft-medium { padding-left: var(--space-medium); } .bb-paddingLeft-large { padding-left: var(--space-large); } .bb-paddingLeft-xlarge { padding-left: var(--space-xlarge); } /* paddingRight */ .bb-paddingRight-gutter { padding-right: var(--space-gutter); } .bb-paddingRight-xsmall { padding-right: var(--space-xsmall); } .bb-paddingRight-small { padding-right: var(--space-small); } .bb-paddingRight-medium { padding-right: var(--space-medium); } .bb-paddingRight-large { padding-right: var(--space-large); } .bb-paddingRight-xlarge { padding-right: var(--space-xlarge); } /* paddingTop */ .bb-paddingTop-gutter { padding-top: var(--space-gutter); } .bb-paddingTop-xsmall { padding-top: var(--space-xsmall); } .bb-paddingTop-small { padding-top: var(--space-small); } .bb-paddingTop-medium { padding-top: var(--space-medium); } .bb-paddingTop-large { padding-top: var(--space-large); } .bb-paddingTop-xlarge { padding-top: var(--space-xlarge); } /* paddingX */ .bb-paddingX-gutter { padding-left: var(--space-gutter); padding-right: var(--space-gutter); } .bb-paddingX-xsmall { padding-left: var(--space-xsmall); padding-right: var(--space-xsmall); } .bb-paddingX-small { padding-left: var(--space-small); padding-right: var(--space-small); } .bb-paddingX-medium { padding-left: var(--space-medium); padding-right: var(--space-medium); } .bb-paddingX-large { padding-left: var(--space-large); padding-right: var(--space-large); } .bb-paddingX-xlarge { padding-left: var(--space-xlarge); padding-right: var(--space-xlarge); } /* paddingY */ .bb-paddingY-gutter { padding-top: var(--space-gutter); padding-bottom: var(--space-gutter); } .bb-paddingY-xsmall { padding-top: var(--space-xsmall); padding-bottom: var(--space-xsmall); } .bb-paddingY-small { padding-top: var(--space-small); padding-bottom: var(--space-small); } .bb-paddingY-medium { padding-top: var(--space-medium); padding-bottom: var(--space-medium); } .bb-paddingY-large { padding-top: var(--space-large); padding-bottom: var(--space-large); } .bb-paddingY-xlarge { padding-top: var(--space-xlarge); padding-bottom: var(--space-xlarge); } /* position */ .bb-position-relative { position: relative; } .bb-position-fixed { position: fixed; } .bb-position-absolute { position: absolute; } .bb-position-sticky { position: sticky; } /* textAlign */ .bb-textAlign-left { text-align: left; } .bb-textAlign-right { text-align: right; } .bb-textAlign-center { text-align: center; } .bb-textAlign-justify { text-align: justify; } /* textTransform */ .bb-textTransform-capitalise { text-transform: capitalize; } .bb-textTransform-none { text-transform: none; } .bb-textTransform-uppercase { text-transform: uppercase; } .bb-textTransform-lowercase { text-transform: lowercase; } /* width */ .bb-width-full { width: 100%; } /* fontSize */ .bb-fontSize-xsmall { font-size: var(--font-xsmall); } .bb-fontSize-small { font-size: var(--font-small); } .bb-fontSize-medium { font-size: var(--font-medium); } .bb-fontSize-large { font-size: var(--font-large); } .bb-fontSize-xlarge { font-size: var(--font-xlarge); } /* fontWeight */ .bb-fontWeight-regular { font-weight: 400; } .bb-fontWeight-bold { font-weight: 700; } /* color */ .bb-color-black { color: var(--color-black); } .bb-color-danger { color: var(--color-danger); } .bb-color-dark { color: var(--color-dark); } .bb-color-gray { color: var(--color-gray); } .bb-color-lightGray { color: var(--color-light-gray); } .bb-color-info { color: var(--color-info); } .bb-color-primary { color: var(--color-primary); } .bb-color-secondary { color: var(--color-secondary); } .bb-color-success { color: var(--color-success); } .bb-color-warning { color: var(--color-warning); } .bb-color-white { color: var(--color-white); } .bb-color-card { color: var(--color-card); } /* backgroundColor */ .bb-backgroundColor-black { background-color: var(--color-black); } .bb-backgroundColor-danger { background-color: var(--color-danger); } .bb-backgroundColor-dark { background-color: var(--color-dark); } .bb-backgroundColor-gray { background-color: var(--color-gray); } .bb-backgroundColor-lightGray { background-color: var(--color-light-gray); } .bb-backgroundColor-info { background-color: var(--color-info); } .bb-backgroundColor-primary { background-color: var(--color-primary); } .bb-backgroundColor-secondary { background-color: var(--color-secondary); } .bb-backgroundColor-success { background-color: var(--color-success); } .bb-backgroundColor-warning { background-color: var(--color-warning); } .bb-backgroundColor-white { background-color: var(--color-white); } .bb-backgroundColor-card { background-color: var(--color-card); } /* gridGap */ .bb-gridGap-gutter { grid-gap: var(--space-gutter); } .bb-gridGap-xsmall { grid-gap: var(--space-xsmall); } .bb-gridGap-small { grid-gap: var(--space-small); } .bb-gridGap-medium { grid-gap: var(--space-medium); } .bb-gridGap-large { grid-gap: var(--space-large); } .bb-gridGap-xlarge { grid-gap: var(--space-xlarge); } /* negativeMarginTop */ .bb-negativeMarginTop-gutter { margin-top: calc(var(--space-gutter) * -1); } .bb-negativeMarginTop-xsmall { margin-top: calc(var(--space-xsmall) * -1); } .bb-negativeMarginTop-small { margin-top: calc(var(--space-small) * -1); } .bb-negativeMarginTop-medium { margin-top: calc(var(--space-medium) * -1); } .bb-negativeMarginTop-large { margin-top: calc(var(--space-large) * -1); } .bb-negativeMarginTop-xlarge { margin-top: calc(var(--space-xlarge) * -1); } /* negativeMarginLeft */ .bb-negativeMarginLeft-gutter { margin-left: calc(var(--space-gutter) * -1); } .bb-negativeMarginLeft-xsmall { margin-left: calc(var(--space-xsmall) * -1); } .bb-negativeMarginLeft-small { margin-left: calc(var(--space-small) * -1); } .bb-negativeMarginLeft-medium { margin-left: calc(var(--space-medium) * -1); } .bb-negativeMarginLeft-large { margin-left: calc(var(--space-large) * -1); } .bb-negativeMarginLeft-xlarge { margin-left: calc(var(--space-xlarge) * -1); } /* fontStyle */ .bb-fontStyle-normal { font-style: normal; } .bb-fontStyle-italic { font-style: italic; } @media (min-width: 500px) { .bb-alignItems-stretch-bp1 { align-items: stretch; } .bb-alignItems-center-bp1 { align-items: center; } .bb-alignItems-flex-start-bp1 { align-items: flex-start; } .bb-alignItems-flex-end-bp1 { align-items: flex-end; } .bb-alignItems-baseline-bp1 { align-items: baseline; } .bb-display-block-bp1 { display: block; } .bb-display-inline-bp1 { display: inline; } .bb-display-inline-block-bp1 { display: inline-block; } .bb-display-flex-bp1 { display: flex; } .bb-display-inline-flex-bp1 { display: inline-flex; } .bb-display-grid-bp1 { display: grid; } .bb-display-inline-grid-bp1 { display: inline-grid; } .bb-display-none-bp1 { display: none; } .bb-flexDirection-row-bp1 { flex-direction: row; } .bb-flexDirection-row-reverse-bp1 { flex-direction: row-reverse; } .bb-flexDirection-column-bp1 { flex-direction: column; } .bb-flexDirection-column-reverse-bp1 { flex-direction: column-reverse; } .bb-flexGrow-0-bp1 { flex-grow: 0; } .bb-flexGrow-1-bp1 { flex-grow: 1; } .bb-flexShrink-0-bp1 { flex-shrink: 0; } .bb-flexWrap-nowrap-bp1 { flex-wrap: nowrap; } .bb-flexWrap-wrap-bp1 { flex-wrap: wrap; } .bb-flexWrap-wrap-reverse-bp1 { flex-wrap: wrap-reverse; } .bb-height-full-bp1 { height: 100%; } .bb-justifyContent-flex-start-bp1 { justify-content: flex-start; } .bb-justifyContent-flex-end-bp1 { justify-content: flex-end; } .bb-justifyContent-center-bp1 { justify-content: center; } .bb-justifyContent-space-between-bp1 { justify-content: space-between; } .bb-justifyContent-space-around-bp1 { justify-content: space-around; } .bb-overflow-auto-bp1 { overflow: auto; } .bb-overflow-scroll-bp1 { overflow: scroll; } .bb-overflow-hidden-bp1 { overflow: hidden; } .bb-overflow-visible-bp1 { overflow: visible; } .bb-overflowX-auto-bp1 { overflow-x: auto; } .bb-overflowX-scroll-bp1 { overflow-x: scroll; } .bb-overflowX-hidden-bp1 { overflow-x: hidden; } .bb-overflowX-visible-bp1 { overflow-x: visible; } .bb-overflowY-auto-bp1 { overflow-y: auto; } .bb-overflowY-scroll-bp1 { overflow-y: scroll; } .bb-overflowY-hidden-bp1 { overflow-y: hidden; } .bb-overflowY-visible-bp1 { overflow-y: visible; } .bb-padding-gutter-bp1 { padding: var(--space-gutter); } .bb-padding-xsmall-bp1 { padding: var(--space-xsmall); } .bb-padding-small-bp1 { padding: var(--space-small); } .bb-padding-medium-bp1 { padding: var(--space-medium); } .bb-padding-large-bp1 { padding: var(--space-large); } .bb-padding-xlarge-bp1 { padding: var(--space-xlarge); } .bb-paddingBottom-gutter-bp1 { padding-bottom: var(--space-gutter); } .bb-paddingBottom-xsmall-bp1 { padding-bottom: var(--space-xsmall); } .bb-paddingBottom-small-bp1 { padding-bottom: var(--space-small); } .bb-paddingBottom-medium-bp1 { padding-bottom: var(--space-medium); } .bb-paddingBottom-large-bp1 { padding-bottom: var(--space-large); } .bb-paddingBottom-xlarge-bp1 { padding-bottom: var(--space-xlarge); } .bb-paddingLeft-gutter-bp1 { padding-left: var(--space-gutter); } .bb-paddingLeft-xsmall-bp1 { padding-left: var(--space-xsmall); } .bb-paddingLeft-small-bp1 { padding-left: var(--space-small); } .bb-paddingLeft-medium-bp1 { padding-left: var(--space-medium); } .bb-paddingLeft-large-bp1 { padding-left: var(--space-large); } .bb-paddingLeft-xlarge-bp1 { padding-left: var(--space-xlarge); } .bb-paddingRight-gutter-bp1 { padding-right: var(--space-gutter); } .bb-paddingRight-xsmall-bp1 { padding-right: var(--space-xsmall); } .bb-paddingRight-small-bp1 { padding-right: var(--space-small); } .bb-paddingRight-medium-bp1 { padding-right: var(--space-medium); } .bb-paddingRight-large-bp1 { padding-right: var(--space-large); } .bb-paddingRight-xlarge-bp1 { padding-right: var(--space-xlarge); } .bb-paddingTop-gutter-bp1 { padding-top: var(--space-gutter); } .bb-paddingTop-xsmall-bp1 { padding-top: var(--space-xsmall); } .bb-paddingTop-small-bp1 { padding-top: var(--space-small); } .bb-paddingTop-medium-bp1 { padding-top: var(--space-medium); } .bb-paddingTop-large-bp1 { padding-top: var(--space-large); } .bb-paddingTop-xlarge-bp1 { padding-top: var(--space-xlarge); } .bb-paddingX-gutter-bp1 { padding-left: var(--space-gutter); padding-right: var(--space-gutter); } .bb-paddingX-xsmall-bp1 { padding-left: var(--space-xsmall); padding-right: var(--space-xsmall); } .bb-paddingX-small-bp1 { padding-left: var(--space-small); padding-right: var(--space-small); } .bb-paddingX-medium-bp1 { padding-left: var(--space-medium); padding-right: var(--space-medium); } .bb-paddingX-large-bp1 { padding-left: var(--space-large); padding-right: var(--space-large); } .bb-paddingX-xlarge-bp1 { padding-left: var(--space-xlarge); padding-right: var(--space-xlarge); } .bb-paddingY-gutter-bp1 { padding-top: var(--space-gutter); padding-bottom: var(--space-gutter); } .bb-paddingY-xsmall-bp1 { padding-top: var(--space-xsmall); padding-bottom: var(--space-xsmall); } .bb-paddingY-small-bp1 { padding-top: var(--space-small); padding-bottom: var(--space-small); } .bb-paddingY-medium-bp1 { padding-top: var(--space-medium); padding-bottom: var(--space-medium); } .bb-paddingY-large-bp1 { padding-top: var(--space-large); padding-bottom: var(--space-large); } .bb-paddingY-xlarge-bp1 { padding-top: var(--space-xlarge); padding-bottom: var(--space-xlarge); } .bb-position-relative-bp1 { position: relative; } .bb-position-fixed-bp1 { position: fixed; } .bb-position-absolute-bp1 { position: absolute; } .bb-position-sticky-bp1 { position: sticky; } .bb-textAlign-left-bp1 { text-align: left; } .bb-textAlign-right-bp1 { text-align: right; } .bb-textAlign-center-bp1 { text-align: center; } .bb-textAlign-justify-bp1 { text-align: justify; } .bb-textTransform-capitalise-bp1 { text-transform: capitalize; } .bb-textTransform-none-bp1 { text-transform: none; } .bb-textTransform-uppercase-bp1 { text-transform: uppercase; } .bb-textTransform-lowercase-bp1 { text-transform: lowercase; } .bb-width-full-bp1 { width: 100%; } .bb-fontSize-xsmall-bp1 { font-size: var(--font-xsmall); } .bb-fontSize-small-bp1 { font-size: var(--font-small); } .bb-fontSize-medium-bp1 { font-size: var(--font-medium); } .bb-fontSize-large-bp1 { font-size: var(--font-large); } .bb-fontSize-xlarge-bp1 { font-size: var(--font-xlarge); } .bb-fontWeight-regular-bp1 { font-weight: 400; } .bb-fontWeight-bold-bp1 { font-weight: 700; } .bb-color-black-bp1 { color: var(--color-black); } .bb-color-danger-bp1 { color: var(--color-danger); } .bb-color-dark-bp1 { color: var(--color-dark); } .bb-color-gray-bp1 { color: var(--color-gray); } .bb-color-lightGray-bp1 { color: var(--color-light-gray); } .bb-color-info-bp1 { color: var(--color-info); } .bb-color-primary-bp1 { color: var(--color-primary); } .bb-color-secondary-bp1 { color: var(--color-secondary); } .bb-color-success-bp1 { color: var(--color-success); } .bb-color-warning-bp1 { color: var(--color-warning); } .bb-color-white-bp1 { color: var(--color-white); } .bb-color-card-bp1 { color: var(--color-card); } .bb-backgroundColor-black-bp1 { background-color: var(--color-black); } .bb-backgroundColor-danger-bp1 { background-color: var(--color-danger); } .bb-backgroundColor-dark-bp1 { background-color: var(--color-dark); } .bb-backgroundColor-gray-bp1 { background-color: var(--color-gray); } .bb-backgroundColor-lightGray-bp1 { background-color: var(--color-light-gray); } .bb-backgroundColor-info-bp1 { background-color: var(--color-info); } .bb-backgroundColor-primary-bp1 { background-color: var(--color-primary); } .bb-backgroundColor-secondary-bp1 { background-color: var(--color-secondary); } .bb-backgroundColor-success-bp1 { background-color: var(--color-success); } .bb-backgroundColor-warning-bp1 { background-color: var(--color-warning); } .bb-backgroundColor-white-bp1 { background-color: var(--color-white); } .bb-backgroundColor-card-bp1 { background-color: var(--color-card); } .bb-gridGap-gutter-bp1 { grid-gap: var(--space-gutter); } .bb-gridGap-xsmall-bp1 { grid-gap: var(--space-xsmall); } .bb-gridGap-small-bp1 { grid-gap: var(--space-small); } .bb-gridGap-medium-bp1 { grid-gap: var(--space-medium); } .bb-gridGap-large-bp1 { grid-gap: var(--space-large); } .bb-gridGap-xlarge-bp1 { grid-gap: var(--space-xlarge); } .bb-negativeMarginTop-gutter-bp1 { margin-top: calc(var(--space-gutter) * -1); } .bb-negativeMarginTop-xsmall-bp1 { margin-top: calc(var(--space-xsmall) * -1); } .bb-negativeMarginTop-small-bp1 { margin-top: calc(var(--space-small) * -1); } .bb-negativeMarginTop-medium-bp1 { margin-top: calc(var(--space-medium) * -1); } .bb-negativeMarginTop-large-bp1 { margin-top: calc(var(--space-large) * -1); } .bb-negativeMarginTop-xlarge-bp1 { margin-top: calc(var(--space-xlarge) * -1); } .bb-negativeMarginLeft-gutter-bp1 { margin-left: calc(var(--space-gutter) * -1); } .bb-negativeMarginLeft-xsmall-bp1 { margin-left: calc(var(--space-xsmall) * -1); } .bb-negativeMarginLeft-small-bp1 { margin-left: calc(var(--space-small) * -1); } .bb-negativeMarginLeft-medium-bp1 { margin-left: calc(var(--space-medium) * -1); } .bb-negativeMarginLeft-large-bp1 { margin-left: calc(var(--space-large) * -1); } .bb-negativeMarginLeft-xlarge-bp1 { margin-left: calc(var(--space-xlarge) * -1); } .bb-fontStyle-normal-bp1 { font-style: normal; } .bb-fontStyle-italic-bp1 { font-style: italic; } } @media (min-width: 800px) { .bb-alignItems-stretch-bp2 { align-items: stretch; } .bb-alignItems-center-bp2 { align-items: center; } .bb-alignItems-flex-start-bp2 { align-items: flex-start; } .bb-alignItems-flex-end-bp2 { align-items: flex-end; } .bb-alignItems-baseline-bp2 { align-items: baseline; } .bb-display-block-bp2 { display: block; } .bb-display-inline-bp2 { display: inline; } .bb-display-inline-block-bp2 { display: inline-block; } .bb-display-flex-bp2 { display: flex; } .bb-display-inline-flex-bp2 { display: inline-flex; } .bb-display-grid-bp2 { display: grid; } .bb-display-inline-grid-bp2 { display: inline-grid; } .bb-display-none-bp2 { display: none; } .bb-flexDirection-row-bp2 { flex-direction: row; } .bb-flexDirection-row-reverse-bp2 { flex-direction: row-reverse; } .bb-flexDirection-column-bp2 { flex-direction: column; } .bb-flexDirection-column-reverse-bp2 { flex-direction: column-reverse; } .bb-flexGrow-0-bp2 { flex-grow: 0; } .bb-flexGrow-1-bp2 { flex-grow: 1; } .bb-flexShrink-0-bp2 { flex-shrink: 0; } .bb-flexWrap-nowrap-bp2 { flex-wrap: nowrap; } .bb-flexWrap-wrap-bp2 { flex-wrap: wrap; } .bb-flexWrap-wrap-reverse-bp2 { flex-wrap: wrap-reverse; } .bb-height-full-bp2 { height: 100%; } .bb-justifyContent-flex-start-bp2 { justify-content: flex-start; } .bb-justifyContent-flex-end-bp2 { justify-content: flex-end; } .bb-justifyContent-center-bp2 { justify-content: center; } .bb-justifyContent-space-between-bp2 { justify-content: space-between; } .bb-justifyContent-space-around-bp2 { justify-content: space-around; } .bb-overflow-auto-bp2 { overflow: auto; } .bb-overflow-scroll-bp2 { overflow: scroll; } .bb-overflow-hidden-bp2 { overflow: hidden; } .bb-overflow-visible-bp2 { overflow: visible; } .bb-overflowX-auto-bp2 { overflow-x: auto; } .bb-overflowX-scroll-bp2 { overflow-x: scroll; } .bb-overflowX-hidden-bp2 { overflow-x: hidden; } .bb-overflowX-visible-bp2 { overflow-x: visible; } .bb-overflowY-auto-bp2 { overflow-y: auto; } .bb-overflowY-scroll-bp2 { overflow-y: scroll; } .bb-overflowY-hidden-bp2 { overflow-y: hidden; } .bb-overflowY-visible-bp2 { overflow-y: visible; } .bb-padding-gutter-bp2 { padding: var(--space-gutter); } .bb-padding-xsmall-bp2 { padding: var(--space-xsmall); } .bb-padding-small-bp2 { padding: var(--space-small); } .bb-padding-medium-bp2 { padding: var(--space-medium); } .bb-padding-large-bp2 { padding: var(--space-large); } .bb-padding-xlarge-bp2 { padding: var(--space-xlarge); } .bb-paddingBottom-gutter-bp2 { padding-bottom: var(--space-gutter); } .bb-paddingBottom-xsmall-bp2 { padding-bottom: var(--space-xsmall); } .bb-paddingBottom-small-bp2 { padding-bottom: var(--space-small); } .bb-paddingBottom-medium-bp2 { padding-bottom: var(--space-medium); } .bb-paddingBottom-large-bp2 { padding-bottom: var(--space-large); } .bb-paddingBottom-xlarge-bp2 { padding-bottom: var(--space-xlarge); } .bb-paddingLeft-gutter-bp2 { padding-left: var(--space-gutter); } .bb-paddingLeft-xsmall-bp2 { padding-left: var(--space-xsmall); } .bb-paddingLeft-small-bp2 { padding-left: var(--space-small); } .bb-paddingLeft-medium-bp2 { padding-left: var(--space-medium); } .bb-paddingLeft-large-bp2 { padding-left: var(--space-large); } .bb-paddingLeft-xlarge-bp2 { padding-left: var(--space-xlarge); } .bb-paddingRight-gutter-bp2 { padding-right: var(--space-gutter); } .bb-paddingRight-xsmall-bp2 { padding-right: var(--space-xsmall); } .bb-paddingRight-small-bp2 { padding-right: var(--space-small); } .bb-paddingRight-medium-bp2 { padding-right: var(--space-medium); } .bb-paddingRight-large-bp2 { padding-right: var(--space-large); } .bb-paddingRight-xlarge-bp2 { padding-right: var(--space-xlarge); } .bb-paddingTop-gutter-bp2 { padding-top: var(--space-gutter); } .bb-paddingTop-xsmall-bp2 { padding-top: var(--space-xsmall); } .bb-paddingTop-small-bp2 { padding-top: var(--space-small); } .bb-paddingTop-medium-bp2 { padding-top: var(--space-medium); } .bb-paddingTop-large-bp2 { padding-top: var(--space-large); } .bb-paddingTop-xlarge-bp2 { padding-top: var(--space-xlarge); } .bb-paddingX-gutter-bp2 { padding-left: var(--space-gutter); padding-right: var(--space-gutter); } .bb-paddingX-xsmall-bp2 { padding-left: var(--space-xsmall); padding-right: var(--space-xsmall); } .bb-paddingX-small-bp2 { padding-left: var(--space-small); padding-right: var(--space-small); } .bb-paddingX-medium-bp2 { padding-left: var(--space-medium); padding-right: var(--space-medium); } .bb-paddingX-large-bp2 { padding-left: var(--space-large); padding-right: var(--space-large); } .bb-paddingX-xlarge-bp2 { padding-left: var(--space-xlarge); padding-right: var(--space-xlarge); } .bb-paddingY-gutter-bp2 { padding-top: var(--space-gutter); padding-bottom: var(--space-gutter); } .bb-paddingY-xsmall-bp2 { padding-top: var(--space-xsmall); padding-bottom: var(--space-xsmall); } .bb-paddingY-small-bp2 { padding-top: var(--space-small); padding-bottom: var(--space-small); } .bb-paddingY-medium-bp2 { padding-top: var(--space-medium); padding-bottom: var(--space-medium); } .bb-paddingY-large-bp2 { padding-top: var(--space-large); padding-bottom: var(--space-large); } .bb-paddingY-xlarge-bp2 { padding-top: var(--space-xlarge); padding-bottom: var(--space-xlarge); } .bb-position-relative-bp2 { position: relative; } .bb-position-fixed-bp2 { position: fixed; } .bb-position-absolute-bp2 { position: absolute; } .bb-position-sticky-bp2 { position: sticky; } .bb-textAlign-left-bp2 { text-align: left; } .bb-textAlign-right-bp2 { text-align: right; } .bb-textAlign-center-bp2 { text-align: center; } .bb-textAlign-justify-bp2 { text-align: justify; } .bb-textTransform-capitalise-bp2 { text-transform: capitalize; } .bb-textTransform-none-bp2 { text-transform: none; } .bb-textTransform-uppercase-bp2 { text-transform: uppercase; } .bb-textTransform-lowercase-bp2 { text-transform: lowercase; } .bb-width-full-bp2 { width: 100%; } .bb-fontSize-xsmall-bp2 { font-size: var(--font-xsmall); } .bb-fontSize-small-bp2 { font-size: var(--font-small); } .bb-fontSize-medium-bp2 { font-size: var(--font-medium); } .bb-fontSize-large-bp2 { font-size: var(--font-large); } .bb-fontSize-xlarge-bp2 { font-size: var(--font-xlarge); } .bb-fontWeight-regular-bp2 { font-weight: 400; } .bb-fontWeight-bold-bp2 { font-weight: 700; } .bb-color-black-bp2 { color: var(--color-black); } .bb-color-danger-bp2 { color: var(--color-danger); } .bb-color-dark-bp2 { color: var(--color-dark); } .bb-color-gray-bp2 { color: var(--color-gray); } .bb-color-lightGray-bp2 { color: var(--color-light-gray); } .bb-color-info-bp2 { color: var(--color-info); } .bb-color-primary-bp2 { color: var(--color-primary); } .bb-color-secondary-bp2 { color: var(--color-secondary); } .bb-color-success-bp2 { color: var(--color-success); } .bb-color-warning-bp2 { color: var(--color-warning); } .bb-color-white-bp2 { color: var(--color-white); } .bb-color-card-bp2 { color: var(--color-card); } .bb-backgroundColor-black-bp2 { background-color: var(--color-black); } .bb-backgroundColor-danger-bp2 { background-color: var(--color-danger); } .bb-backgroundColor-dark-bp2 { background-color: var(--color-dark); } .bb-backgroundColor-gray-bp2 { background-color: var(--color-gray); } .bb-backgroundColor-lightGray-bp2 { background-color: var(--color-light-gray); } .bb-backgroundColor-info-bp2 { background-color: var(--color-info); } .bb-backgroundColor-primary-bp2 { background-color: var(--color-primary); } .bb-backgroundColor-secondary-bp2 { background-color: var(--color-secondary); } .bb-backgroundColor-success-bp2 { background-color: var(--color-success); } .bb-backgroundColor-warning-bp2 { background-color: var(--color-warning); } .bb-backgroundColor-white-bp2 { background-color: var(--color-white); } .bb-backgroundColor-card-bp2 { background-color: var(--color-card); } .bb-gridGap-gutter-bp2 { grid-gap: var(--space-gutter); } .bb-gridGap-xsmall-bp2 { grid-gap: var(--space-xsmall); } .bb-gridGap-small-bp2 { grid-gap: var(--space-small); } .bb-gridGap-medium-bp2 { grid-gap: var(--space-medium); } .bb-gridGap-large-bp2 { grid-gap: var(--space-large); } .bb-gridGap-xlarge-bp2 { grid-gap: var(--space-xlarge); } .bb-negativeMarginTop-gutter-bp2 { margin-top: calc(var(--space-gutter) * -1); } .bb-negativeMarginTop-xsmall-bp2 { margin-top: calc(var(--space-xsmall) * -1); } .bb-negativeMarginTop-small-bp2 { margin-top: calc(var(--space-small) * -1); } .bb-negativeMarginTop-medium-bp2 { margin-top: calc(var(--space-medium) * -1); } .bb-negativeMarginTop-large-bp2 { margin-top: calc(var(--space-large) * -1); } .bb-negativeMarginTop-xlarge-bp2 { margin-top: calc(var(--space-xlarge) * -1); } .bb-negativeMarginLeft-gutter-bp2 { margin-left: calc(var(--space-gutter) * -1); } .bb-negativeMarginLeft-xsmall-bp2 { margin-left: calc(var(--space-xsmall) * -1); } .bb-negativeMarginLeft-small-bp2 { margin-left: calc(var(--space-small) * -1); } .bb-negativeMarginLeft-medium-bp2 { margin-left: calc(var(--space-medium) * -1); } .bb-negativeMarginLeft-large-bp2 { margin-left: calc(var(--space-large) * -1); } .bb-negativeMarginLeft-xlarge-bp2 { margin-left: calc(var(--space-xlarge) * -1); } .bb-fontStyle-normal-bp2 { font-style: normal; } .bb-fontStyle-italic-bp2 { font-style: italic; } }
0.511717
0.126974
#nav { /*top:-55px; => height+padding & images of the contained divs*/ /*top:-3.5em; px value for upward text resizing, em value for downward text resizing */ font-size: .9em; font-weight: bold; text-transform: uppercase; text-decoration: none; /*position: static;*/ /*width:100%;*/ } * html #nav { /* hide ie/mac \*/ height: 1% /* end hide */ } #nav div { padding: 0; background: #999 url(../../images/navbar_bg.gif) repeat left top; position: relative; } #nav div div { padding: 0; background: transparent url(../../images/menu_bg.png) repeat-x left top; padding-bottom: 9px; /* => height of navbar_post image */ } #nav div div div.wrapper { padding: 0; /* reset from "#nav div div" padding setting*/ background: transparent url(../../images/navbar_pre.gif) no-repeat left top; padding-top: 14px; /* => height of navbar_pre image*/ } #menu { position: static; /*CAUTION changing this will override layout-navtop-___.css*/ text-align: inherit; } #menu, #menu li, #menu ul, #menu ul li, #menu ul ul, #menu ul ul li { list-style: none; list-style-image: none; list-style-position: outside; list-style-type: circle; margin: 0; padding: 0; } #menu li, #menu li a, #menu li strong { display: inline; margin: 0; padding: 0; } #menu, #menu li, #menu li a, #menu li strong { line-height: 1em; /*button padding...*/ padding-bottom: .4em; padding-top: 1.3em; float: none; } * html #menu { padding-bottom: 0; padding-top: 0; } * html #menu li a { display: inline-block; } * html #menu li { padding-bottom: 0; padding-top: 0; } * html #menu li strong { padding-bottom: 0em; padding-top: 0em; } #menu li { float: none; position: relative; /*do not change, suckerfish dropdowns depend on this!*/ display: inline; list-style: none; text-align: center; /*separation bars...*/ border-right: 1px solid #444; } #menu li.last { margin-right: 0em; /*separation bars... border-right:none;*/ } #menu li p { display: inline-block; /* hide from ie/mac \*/ display: block; /* end hide */ text-decoration: none; margin-top: .1em; } #menu li a { font-weight: inherit; /* set this value in #nav*/ text-transform: inherit; /*set this value in #nav */ text-decoration: inherit; /* set this value in #nav*/ /*margin-left:15px; set this to the width of the link_button_end / link_button_end_hover image*/ padding-right: 0.8em; padding-left: 0.8em; } #menu li { background: transparent url(../../core/assets/i/link_button.gif) repeat-x top left !important; } #menu li a { color: lavender !important; background: transparent url(../../core/assets/i/link_button.gif) repeat-x top right !important; } #menu li.current a, #menu li:hover a, #menu li.sfhover a { color: white !important; background: #3c4a69 url(../../core/assets/i/link_button_hover.gif) repeat-x top right !important; /*set bg color here to the HEX value of the bottom edge of the link_button_hover image*/ text-decoration: underline; } #menu li:hover, #menu li.sfhover, #menu strong { background: #3c4a69 url(../../core/assets/i/link_button_hover.gif) repeat-x top left !important; /*set bg color here to the HEX value of the bottom edge of the link_button_hover image*/ } #menu li:hover, #menu li.sfhover, #menu strong, #menu ul { /*subnav has same bg color as main active menu*/ background-color: #ccc !important; } /* END NAV */ /* SUBNAV SETTINGS*/ #menu ul li a, #menu ul li a:link, #menu ul li a:active, #menu ul li a:visited, #menu ul li p { color: black !important; background: none !important; text-decoration: none; text-transform: capitalize; } #menu ul li a:hover { color: white !important; background: #3c4a69 url(../../core/assets/i/link_button_hover.gif) repeat-x right top !important; text-decoration: none; } #menu ul strong, #menu ul strong a, #menu ul strong a:link, #menu ul strong a:active, #menu ul strong a:visited, #menu ul strong a:hover { color: #eee !important; background: #3c4a69 url(../../core/assets/i/link_button_hover.gif) repeat-x right top !important; text-decoration: none; } #menu ul, #menu ul ul { position: absolute; top: 100%; _top: 2.8em; /*IE hack requires line-height + padding-top + padding-bottom*/ width: 100%; left: 0%; /*sub-menu alignment with parent button: could be "right: 0%;" for right justified */ } #menu ul, #menu ul li, #menu ul li a, #menu ul li strong { display: block; /*resets settings defined in main NAV*/ margin: 0; padding: 0; } #menu ul li { /*padding between links*/ padding-top: 0.2em; } #menu ul li a, #menu ul li strong { /* link thickness */ padding-top: 0.2em; padding-bottom: 0.3em; } #menu ul { width: 14em; padding-bottom: .3em; border-top: none; border-right: 2px ridge gray; border-bottom: 2px ridge gray; border-left: 2px groove gray; } #menu ul li { width: 100%; list-style: none; line-height: 1em; text-align: left; /*sub-menu text alignment: could be "right" or "centered" */ border: none; background: transparent !important; } #menu ul li:hover, #menu ul li.sfhover { background: transparent !important; } #menu ul li.last { padding-bottom: .3em; border-bottom: 2px ridge gray; } #menu ul li a.site-nav { padding-left: 0.7em; padding-right: 0.7em; margin: 0; } #menu ul li hr { margin: 0 auto; width: 90%; height: .1em; display: block; color: #ddd; background: transparent !important; } /* END SUBNAV SETTINGS*/ /* SUCKERFISH DROPDOWN SETTINGS */ #menu li:hover ul, #menu li.sfhover ul { display: block; clear: left; } #menu ul { display: none; /*font-size: 0.8em;*/ } #content { clear: left; } /* END SUCKERFISH DROPDOWN SETTINGS */
public/styles/css-framework/nav-horizontal-fancy.css
#nav { /*top:-55px; => height+padding & images of the contained divs*/ /*top:-3.5em; px value for upward text resizing, em value for downward text resizing */ font-size: .9em; font-weight: bold; text-transform: uppercase; text-decoration: none; /*position: static;*/ /*width:100%;*/ } * html #nav { /* hide ie/mac \*/ height: 1% /* end hide */ } #nav div { padding: 0; background: #999 url(../../images/navbar_bg.gif) repeat left top; position: relative; } #nav div div { padding: 0; background: transparent url(../../images/menu_bg.png) repeat-x left top; padding-bottom: 9px; /* => height of navbar_post image */ } #nav div div div.wrapper { padding: 0; /* reset from "#nav div div" padding setting*/ background: transparent url(../../images/navbar_pre.gif) no-repeat left top; padding-top: 14px; /* => height of navbar_pre image*/ } #menu { position: static; /*CAUTION changing this will override layout-navtop-___.css*/ text-align: inherit; } #menu, #menu li, #menu ul, #menu ul li, #menu ul ul, #menu ul ul li { list-style: none; list-style-image: none; list-style-position: outside; list-style-type: circle; margin: 0; padding: 0; } #menu li, #menu li a, #menu li strong { display: inline; margin: 0; padding: 0; } #menu, #menu li, #menu li a, #menu li strong { line-height: 1em; /*button padding...*/ padding-bottom: .4em; padding-top: 1.3em; float: none; } * html #menu { padding-bottom: 0; padding-top: 0; } * html #menu li a { display: inline-block; } * html #menu li { padding-bottom: 0; padding-top: 0; } * html #menu li strong { padding-bottom: 0em; padding-top: 0em; } #menu li { float: none; position: relative; /*do not change, suckerfish dropdowns depend on this!*/ display: inline; list-style: none; text-align: center; /*separation bars...*/ border-right: 1px solid #444; } #menu li.last { margin-right: 0em; /*separation bars... border-right:none;*/ } #menu li p { display: inline-block; /* hide from ie/mac \*/ display: block; /* end hide */ text-decoration: none; margin-top: .1em; } #menu li a { font-weight: inherit; /* set this value in #nav*/ text-transform: inherit; /*set this value in #nav */ text-decoration: inherit; /* set this value in #nav*/ /*margin-left:15px; set this to the width of the link_button_end / link_button_end_hover image*/ padding-right: 0.8em; padding-left: 0.8em; } #menu li { background: transparent url(../../core/assets/i/link_button.gif) repeat-x top left !important; } #menu li a { color: lavender !important; background: transparent url(../../core/assets/i/link_button.gif) repeat-x top right !important; } #menu li.current a, #menu li:hover a, #menu li.sfhover a { color: white !important; background: #3c4a69 url(../../core/assets/i/link_button_hover.gif) repeat-x top right !important; /*set bg color here to the HEX value of the bottom edge of the link_button_hover image*/ text-decoration: underline; } #menu li:hover, #menu li.sfhover, #menu strong { background: #3c4a69 url(../../core/assets/i/link_button_hover.gif) repeat-x top left !important; /*set bg color here to the HEX value of the bottom edge of the link_button_hover image*/ } #menu li:hover, #menu li.sfhover, #menu strong, #menu ul { /*subnav has same bg color as main active menu*/ background-color: #ccc !important; } /* END NAV */ /* SUBNAV SETTINGS*/ #menu ul li a, #menu ul li a:link, #menu ul li a:active, #menu ul li a:visited, #menu ul li p { color: black !important; background: none !important; text-decoration: none; text-transform: capitalize; } #menu ul li a:hover { color: white !important; background: #3c4a69 url(../../core/assets/i/link_button_hover.gif) repeat-x right top !important; text-decoration: none; } #menu ul strong, #menu ul strong a, #menu ul strong a:link, #menu ul strong a:active, #menu ul strong a:visited, #menu ul strong a:hover { color: #eee !important; background: #3c4a69 url(../../core/assets/i/link_button_hover.gif) repeat-x right top !important; text-decoration: none; } #menu ul, #menu ul ul { position: absolute; top: 100%; _top: 2.8em; /*IE hack requires line-height + padding-top + padding-bottom*/ width: 100%; left: 0%; /*sub-menu alignment with parent button: could be "right: 0%;" for right justified */ } #menu ul, #menu ul li, #menu ul li a, #menu ul li strong { display: block; /*resets settings defined in main NAV*/ margin: 0; padding: 0; } #menu ul li { /*padding between links*/ padding-top: 0.2em; } #menu ul li a, #menu ul li strong { /* link thickness */ padding-top: 0.2em; padding-bottom: 0.3em; } #menu ul { width: 14em; padding-bottom: .3em; border-top: none; border-right: 2px ridge gray; border-bottom: 2px ridge gray; border-left: 2px groove gray; } #menu ul li { width: 100%; list-style: none; line-height: 1em; text-align: left; /*sub-menu text alignment: could be "right" or "centered" */ border: none; background: transparent !important; } #menu ul li:hover, #menu ul li.sfhover { background: transparent !important; } #menu ul li.last { padding-bottom: .3em; border-bottom: 2px ridge gray; } #menu ul li a.site-nav { padding-left: 0.7em; padding-right: 0.7em; margin: 0; } #menu ul li hr { margin: 0 auto; width: 90%; height: .1em; display: block; color: #ddd; background: transparent !important; } /* END SUBNAV SETTINGS*/ /* SUCKERFISH DROPDOWN SETTINGS */ #menu li:hover ul, #menu li.sfhover ul { display: block; clear: left; } #menu ul { display: none; /*font-size: 0.8em;*/ } #content { clear: left; } /* END SUCKERFISH DROPDOWN SETTINGS */
0.210036
0.042662
.wrapper { margin-top: 80px; margin-bottom: 80px; } .form-signin { max-width: 380px; padding: 15px 35px 45px; margin: 0 auto; background-color: #fff; border: 1px solid rgba(0,0,0,0.1); .form-signin-heading, .checkbox { margin-bottom: 30px; } .checkbox { font-weight: normal; } .form-control { position: relative; font-size: 16px; height: auto; padding: 10px; @include box-sizing(border-box); &:focus { z-index: 2; } } input[type="text"] { margin-bottom: -1px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } input[type="password"] { margin-bottom: 20px; border-top-left-radius: 0; border-top-right-radius: 0; } } /*==================== Footer ====================== */ /* Main Footer */ footer .main-footer{ padding: 20px 0; background: #252525;} footer ul{ padding-left: 0; list-style: none;} /* Copy Right Footer */ .footer-copyright { background: #222; padding: 5px 0;} .footer-copyright .logo { display: inherit;} .footer-copyright nav { float: right; margin-top: 5px;} .footer-copyright nav ul { list-style: none; margin: 0; padding: 0;} .footer-copyright nav ul li { border-left: 1px solid #505050; display: inline-block; line-height: 12px; margin: 0; padding: 0 8px;} .footer-copyright nav ul li a{ color: #969696;} .footer-copyright nav ul li:first-child { border: medium none; padding-left: 0;} .footer-copyright p { color: #969696; margin: 2px 0 0;} /* Footer Top */ .footer-top{ background: #252525; padding-bottom: 30px; margin-bottom: 30px; border-bottom: 3px solid #222;} /* Footer transparent */ footer.transparent .footer-top, footer.transparent .main-footer{ background: transparent;} footer.transparent .footer-copyright{ background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3) ;} /* Footer light */ footer.light .footer-top{ background: #f9f9f9;} footer.light .main-footer{ background: #f9f9f9;} footer.light .footer-copyright{ background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3) ;} /* Footer 4 */ .footer- .logo { display: inline-block;} /*==================== Widgets ====================== */ .widget{ padding: 20px; margin-bottom: 40px;} .widget.widget-last{ margin-bottom: 0px;} .widget.no-box{ padding: 0; background-color: transparent; margin-bottom: 40px; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none;} .widget.subscribe p{ margin-bottom: 18px;} .widget li a{ color: #ff8d1e;} .widget li a:hover{ color: #4b92dc;} .widget-title {margin-bottom: 20px;} .widget-title span {background: #839FAD none repeat scroll 0 0;display: block; height: 1px;margin-top: 25px;position: relative;width: 20%;} .widget-title span::after {background: inherit;content: "";height: inherit; position: absolute;top: -4px;width: 50%;} .widget-title.text-center span,.widget-title.text-center span::after {margin-left: auto;margin-right:auto;left: 0;right: 0;} .widget .badge{ float: right; background: #7f7f7f;} .typo-light h1, .typo-light h2, .typo-light h3, .typo-light h4, .typo-light h5, .typo-light h6, .typo-light p, .typo-light div, .typo-light span, .typo-light small{ color: #fff;} ul.social-footer2 { margin: 0;padding: 0; width: auto;} ul.social-footer2 li {display: inline-block;padding: 0;} ul.social-footer2 li a:hover {background-color:#ff8d1e;} ul.social-footer2 li a {display: block; height:30px;width: 30px;text-align: center;} .btn{background-color: #ff8d1e; color:#fff;} .btn:hover, .btn:focus, .btn.active {background: #4b92dc;color: #fff; -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); -o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); -webkit-transition: all 250ms ease-in-out 0s; -moz-transition: all 250ms ease-in-out 0s; -ms-transition: all 250ms ease-in-out 0s; -o-transition: all 250ms ease-in-out 0s; transition: all 250ms ease-in-out 0s; } /** for charts in profile **/ #myChart { min-height: 450px; width: 100%; } #myChart1 { min-height: 450px; width: 100%; } /** for home page **/ .sidebar { width: 210px; -moz-transition: width 0.5s ease-out; -o-transition: width 0.5s ease-out; -webkit-transition: width 0.5s ease-out; transition: width 0.5s ease-out; display: inline-block; z-index: 0; } .nav-sidebar { background: none; margin-top: 5px; } .sidebar { ul li a span { &.fa { font-size: 20px; } } } .menuText { left: 50px; opacity: 1; -moz-transition: opacity 0.6s 0.2s ease-out; -o-transition: opacity 0.6s 0.2s ease-out; -webkit-transition: opacity 0.6s 0.2s ease-out; transition: opacity 0.6s 0.2s ease-out; position: absolute; } .collapseToggle { padding-left: 4px; display: block; cursor: pointer; padding-right: 5px; //So it's easier to click } #toggleIcon { -moz-transition: transform 0.4s ease-out; -o-transition: transform 0.4s ease-out; -webkit-transition: transform 0.4s ease-out; transition: transform 0.4s ease-out; } .rotate { -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); -moz-transition: transform 0.4s ease-out; -o-transition: transform 0.4s ease-out; -webkit-transition: transform 0.4s ease-out; transition: transform 0.4s ease-out; } .sidebar--Collapse { width: 55px; -moz-transition: width 0.6s ease-out; -o-transition: width 0.6s ease-out; -webkit-transition: width 0.6s ease-out; transition: width 0.6s ease-out; .menuText { opacity: 0; -moz-transition: opacity 0.3s ease-out; -o-transition: opacity 0.3s ease-out; -webkit-transition: opacity 0.3s ease-out; transition: opacity 0.3s ease-out; position: absolute; } } .main { margin-left: 200px; -moz-transition: margin-left 0.55s ease-out; -o-transition: margin-left 0.55s ease-out; -webkit-transition: margin-left 0.55s ease-out; transition: margin-left 0.55s ease-out; } .main--slide { -moz-transition: margin-left 0.6s ease-out; -o-transition: margin-left 0.6s ease-out; -webkit-transition: margin-left 0.6s ease-out; transition: margin-left 0.6s ease-out; margin-left: 45px; } @import url('https://fonts.googleapis.com/css?family=Averia+Serif+Libre|Bubblegum+Sans|Caveat+Brush|Chewy|Lobster+Two'); body { width: 100%; height: 100%; } html { width: 100%; height: 100%; } * ===== NAVIGATION ======*/ .navbar { border: 0; z-index: 9999; letter-spacing: 4px; } .logo { display: block; height: auto; width: 52px; padding-top: 5px; margin-right: 15px; } .navbar-brand>img { height: 100%; padding: 15px; /* firefox bug fix */ width: auto; } .navbar .nav > li > a { line-height: 50px; } .navbar-header h1 { letter-spacing: 1px; color: black !important; font-family: 'Lobster Two', cursive; } .navbar li a, .navbar { color: black !important; font-size: 12px; transition: all 0.6s 0s; } .navbar-toggle { background-color: transparent !important; border: 0; } .navbar-nav li a:hover, .navbar-nav li.active a { color: red !important; }
public/stylesheets/style.css
.wrapper { margin-top: 80px; margin-bottom: 80px; } .form-signin { max-width: 380px; padding: 15px 35px 45px; margin: 0 auto; background-color: #fff; border: 1px solid rgba(0,0,0,0.1); .form-signin-heading, .checkbox { margin-bottom: 30px; } .checkbox { font-weight: normal; } .form-control { position: relative; font-size: 16px; height: auto; padding: 10px; @include box-sizing(border-box); &:focus { z-index: 2; } } input[type="text"] { margin-bottom: -1px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } input[type="password"] { margin-bottom: 20px; border-top-left-radius: 0; border-top-right-radius: 0; } } /*==================== Footer ====================== */ /* Main Footer */ footer .main-footer{ padding: 20px 0; background: #252525;} footer ul{ padding-left: 0; list-style: none;} /* Copy Right Footer */ .footer-copyright { background: #222; padding: 5px 0;} .footer-copyright .logo { display: inherit;} .footer-copyright nav { float: right; margin-top: 5px;} .footer-copyright nav ul { list-style: none; margin: 0; padding: 0;} .footer-copyright nav ul li { border-left: 1px solid #505050; display: inline-block; line-height: 12px; margin: 0; padding: 0 8px;} .footer-copyright nav ul li a{ color: #969696;} .footer-copyright nav ul li:first-child { border: medium none; padding-left: 0;} .footer-copyright p { color: #969696; margin: 2px 0 0;} /* Footer Top */ .footer-top{ background: #252525; padding-bottom: 30px; margin-bottom: 30px; border-bottom: 3px solid #222;} /* Footer transparent */ footer.transparent .footer-top, footer.transparent .main-footer{ background: transparent;} footer.transparent .footer-copyright{ background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3) ;} /* Footer light */ footer.light .footer-top{ background: #f9f9f9;} footer.light .main-footer{ background: #f9f9f9;} footer.light .footer-copyright{ background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3) ;} /* Footer 4 */ .footer- .logo { display: inline-block;} /*==================== Widgets ====================== */ .widget{ padding: 20px; margin-bottom: 40px;} .widget.widget-last{ margin-bottom: 0px;} .widget.no-box{ padding: 0; background-color: transparent; margin-bottom: 40px; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none;} .widget.subscribe p{ margin-bottom: 18px;} .widget li a{ color: #ff8d1e;} .widget li a:hover{ color: #4b92dc;} .widget-title {margin-bottom: 20px;} .widget-title span {background: #839FAD none repeat scroll 0 0;display: block; height: 1px;margin-top: 25px;position: relative;width: 20%;} .widget-title span::after {background: inherit;content: "";height: inherit; position: absolute;top: -4px;width: 50%;} .widget-title.text-center span,.widget-title.text-center span::after {margin-left: auto;margin-right:auto;left: 0;right: 0;} .widget .badge{ float: right; background: #7f7f7f;} .typo-light h1, .typo-light h2, .typo-light h3, .typo-light h4, .typo-light h5, .typo-light h6, .typo-light p, .typo-light div, .typo-light span, .typo-light small{ color: #fff;} ul.social-footer2 { margin: 0;padding: 0; width: auto;} ul.social-footer2 li {display: inline-block;padding: 0;} ul.social-footer2 li a:hover {background-color:#ff8d1e;} ul.social-footer2 li a {display: block; height:30px;width: 30px;text-align: center;} .btn{background-color: #ff8d1e; color:#fff;} .btn:hover, .btn:focus, .btn.active {background: #4b92dc;color: #fff; -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); -o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); -webkit-transition: all 250ms ease-in-out 0s; -moz-transition: all 250ms ease-in-out 0s; -ms-transition: all 250ms ease-in-out 0s; -o-transition: all 250ms ease-in-out 0s; transition: all 250ms ease-in-out 0s; } /** for charts in profile **/ #myChart { min-height: 450px; width: 100%; } #myChart1 { min-height: 450px; width: 100%; } /** for home page **/ .sidebar { width: 210px; -moz-transition: width 0.5s ease-out; -o-transition: width 0.5s ease-out; -webkit-transition: width 0.5s ease-out; transition: width 0.5s ease-out; display: inline-block; z-index: 0; } .nav-sidebar { background: none; margin-top: 5px; } .sidebar { ul li a span { &.fa { font-size: 20px; } } } .menuText { left: 50px; opacity: 1; -moz-transition: opacity 0.6s 0.2s ease-out; -o-transition: opacity 0.6s 0.2s ease-out; -webkit-transition: opacity 0.6s 0.2s ease-out; transition: opacity 0.6s 0.2s ease-out; position: absolute; } .collapseToggle { padding-left: 4px; display: block; cursor: pointer; padding-right: 5px; //So it's easier to click } #toggleIcon { -moz-transition: transform 0.4s ease-out; -o-transition: transform 0.4s ease-out; -webkit-transition: transform 0.4s ease-out; transition: transform 0.4s ease-out; } .rotate { -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); -moz-transition: transform 0.4s ease-out; -o-transition: transform 0.4s ease-out; -webkit-transition: transform 0.4s ease-out; transition: transform 0.4s ease-out; } .sidebar--Collapse { width: 55px; -moz-transition: width 0.6s ease-out; -o-transition: width 0.6s ease-out; -webkit-transition: width 0.6s ease-out; transition: width 0.6s ease-out; .menuText { opacity: 0; -moz-transition: opacity 0.3s ease-out; -o-transition: opacity 0.3s ease-out; -webkit-transition: opacity 0.3s ease-out; transition: opacity 0.3s ease-out; position: absolute; } } .main { margin-left: 200px; -moz-transition: margin-left 0.55s ease-out; -o-transition: margin-left 0.55s ease-out; -webkit-transition: margin-left 0.55s ease-out; transition: margin-left 0.55s ease-out; } .main--slide { -moz-transition: margin-left 0.6s ease-out; -o-transition: margin-left 0.6s ease-out; -webkit-transition: margin-left 0.6s ease-out; transition: margin-left 0.6s ease-out; margin-left: 45px; } @import url('https://fonts.googleapis.com/css?family=Averia+Serif+Libre|Bubblegum+Sans|Caveat+Brush|Chewy|Lobster+Two'); body { width: 100%; height: 100%; } html { width: 100%; height: 100%; } * ===== NAVIGATION ======*/ .navbar { border: 0; z-index: 9999; letter-spacing: 4px; } .logo { display: block; height: auto; width: 52px; padding-top: 5px; margin-right: 15px; } .navbar-brand>img { height: 100%; padding: 15px; /* firefox bug fix */ width: auto; } .navbar .nav > li > a { line-height: 50px; } .navbar-header h1 { letter-spacing: 1px; color: black !important; font-family: 'Lobster Two', cursive; } .navbar li a, .navbar { color: black !important; font-size: 12px; transition: all 0.6s 0s; } .navbar-toggle { background-color: transparent !important; border: 0; } .navbar-nav li a:hover, .navbar-nav li.active a { color: red !important; }
0.329284
0.05694
*{ box-sizing: border-box; padding: 0; margin: 0; } :root{ --note-hover-factor:2; --note-height: 15vh; --note-width: 15vh; --tablet-width: 320px; --desktop-width: 1224px; } body{ font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; overflow: hidden; } .noteBoardContainer{ height: 100vh; width: 100vw; overflow: hidden; background-image: url("../Images/background.jpg"); background-size: cover; font-size: 1rem; display: flex; flex-direction: column; } .noteBoard{ width: 100%; margin-top: 10px; justify-content: center; overflow: auto; } .container__input{ width: 100%; display: grid; grid-template-columns: 10px 1fr 10px; grid-template-rows: 2.5ch 3.5ch 2.5ch 3.5ch 2.5ch 3ch 2.5ch 5ch 3.5ch 10ch 1fr; grid-gap: 0; font-size: 0.7rem; } #boardName , #noteDate , #noteTitle, #noteMessage{ grid-column: 2/3; } #boardNameLabel{ grid-row: 1 / 2; } #boardName{ grid-row: 2 /3; } #noteDateLabel{ grid-row: 3 / 4; } #noteDate{ grid-row: 4 / 5; } #noteTitleLabel{ grid-row: 5 / 6; } #noteTitle{ grid-row: 6 / 7; } #noteMessageLabel{ display: flex; grid-row: 7 / 8; } #noteMessage{ grid-row: 8 / 9; } .btn{ grid-column: 2/3; grid-row: 9 / 10; } .noteFilterToday{ grid-column: 2/3; grid-row: 10 / 11; display: inline-flex; background-color: aliceblue; justify-content: space-between; align-items: center; font-size: inherit; } #boardNameLabel , #noteDateLabel , #noteTitleLabel, #noteMessageLabel{ grid-column: 2/3; background-color: aliceblue; display: flex; justify-content: center; align-items: center; } .notesTableView{ grid-column: 2/3; display: block; width: 100%; background-color: aliceblue; } .centernotesNoteView{ width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; } .notesTable{ background-color: aliceblue; width: 100%; } .note{ display: grid; grid-template-areas: ". close . ." ". date date ." ". title title ." ". message message ." ; grid-template-columns: 1ch 3ch 1fr 1ch; grid-template-rows: 10% 3ch auto 1fr; border: 2px solid red; grid-gap: 0.5ch; background-image: url("../Images/note.png"); background-size: cover; margin: 3px; height: var(--note-height); width: var(--note-width); font-size: 0.6rem; border-radius: 3% ; -webkit-border-radius: 3% ; -moz-border-radius: 3% ; -ms-border-radius: 3% ; -o-border-radius: 3% ; } /* .note{ display: flex; flex-direction: column; justify-content: space-evenly; align-items: center; position: relative; border: 2px solid red; background-color: aquamarine; background-image: url("../Images/note.png"); background-size: cover; margin: 3px; height: 15vw; width: 15vw; font-size: 0.6rem } */ .gNoteClose{ grid-area: close; width: 2ch; height: 2ch; opacity: 0.3; justify-self: left; align-self: flex-start; padding-top: 2px; } .clgNoteClose:hover { opacity: 1; border: 2px solid black; } .gNoteTitle{ grid-area: title; color: black; text-align: center; font-size: 1rem; text-decoration: underline; } .gNoteDate{ grid-area: date; color: gray; text-align: center; background-color: yellowgreen; } .gNoteMessage{ grid-area: message; font-size: 0.8rem; color: rgb(177, 15, 15); } .note:hover{ height: calc(var(--note-height ) * var(--note-hover-factor)); width: calc(var(--note-width ) * var(--note-hover-factor)); transition: all 0.5s; opacity: 1; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; grid-template-rows: 6ch 3ch auto 1fr; } .notePassedDate{ opacity: 0.5; } .noteTitle{ color: rgb(61, 61, 197); text-decoration: underline; } .noteDate{ color: rgb(121, 121, 226); } .noteMessage{ color: rgb(160, 160, 223); } .close { position: absolute; left: calc(50% - 16px); top: 4px; width: 32px; height: 32px; opacity: 0.3; } .close:hover { opacity: 1; border: 2px solid black; } .close:before, .close:after { position: absolute; left: 14px; content: ' '; height: 33px; width: 4px; background-color: #333; } .close:before { transform: rotate(45deg); } .close:after { transform: rotate(-45deg); } .hide{ display: none; } .leftnotesNoteView{ display: flex; overflow-y: auto; } .rightnotesNoteView{ display: flex; overflow-y: auto; } .centernotesNoteView{ width: 100%; overflow-y: auto; display: flex; flex-direction: row; flex-wrap: wrap; grid-area: center; margin: auto; } @media screen and (min-width:320px){ .noteBoard{ width: 100%; display: grid; grid-template-areas: "left inputData right" "left center right" ; grid-template-columns: 1fr 2fr 1fr; grid-template-rows: auto auto; margin-top: 10px; } .container__input{ height: 100%; width: 100%; display: grid; grid-template-columns: 10px 1fr 10px; grid-template-rows: 2.5ch 3.5ch 2.5ch 3.5ch 2.5ch 3ch 2.5ch minmax(5ch,max-content) 3.5ch auto 1fr; grid-gap: 0; font-size: 0.7rem; grid-area: inputData; } .leftnotesNoteView{ height: 100%; grid-area: left; overflow-y: auto; } .rightnotesNoteView{ height: 100%; grid-area: right; overflow-y: auto; } .centernotesNoteView{ height: 100%; width: 95%; overflow-y: auto; display: flex; flex-direction: row; flex-wrap: wrap; grid-area: center; margin: auto; } } textarea[autoresize] { display: block; overflow: hidden; resize: none; }
Project/NoteBoard/css/NoteBoard.css
*{ box-sizing: border-box; padding: 0; margin: 0; } :root{ --note-hover-factor:2; --note-height: 15vh; --note-width: 15vh; --tablet-width: 320px; --desktop-width: 1224px; } body{ font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; overflow: hidden; } .noteBoardContainer{ height: 100vh; width: 100vw; overflow: hidden; background-image: url("../Images/background.jpg"); background-size: cover; font-size: 1rem; display: flex; flex-direction: column; } .noteBoard{ width: 100%; margin-top: 10px; justify-content: center; overflow: auto; } .container__input{ width: 100%; display: grid; grid-template-columns: 10px 1fr 10px; grid-template-rows: 2.5ch 3.5ch 2.5ch 3.5ch 2.5ch 3ch 2.5ch 5ch 3.5ch 10ch 1fr; grid-gap: 0; font-size: 0.7rem; } #boardName , #noteDate , #noteTitle, #noteMessage{ grid-column: 2/3; } #boardNameLabel{ grid-row: 1 / 2; } #boardName{ grid-row: 2 /3; } #noteDateLabel{ grid-row: 3 / 4; } #noteDate{ grid-row: 4 / 5; } #noteTitleLabel{ grid-row: 5 / 6; } #noteTitle{ grid-row: 6 / 7; } #noteMessageLabel{ display: flex; grid-row: 7 / 8; } #noteMessage{ grid-row: 8 / 9; } .btn{ grid-column: 2/3; grid-row: 9 / 10; } .noteFilterToday{ grid-column: 2/3; grid-row: 10 / 11; display: inline-flex; background-color: aliceblue; justify-content: space-between; align-items: center; font-size: inherit; } #boardNameLabel , #noteDateLabel , #noteTitleLabel, #noteMessageLabel{ grid-column: 2/3; background-color: aliceblue; display: flex; justify-content: center; align-items: center; } .notesTableView{ grid-column: 2/3; display: block; width: 100%; background-color: aliceblue; } .centernotesNoteView{ width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; } .notesTable{ background-color: aliceblue; width: 100%; } .note{ display: grid; grid-template-areas: ". close . ." ". date date ." ". title title ." ". message message ." ; grid-template-columns: 1ch 3ch 1fr 1ch; grid-template-rows: 10% 3ch auto 1fr; border: 2px solid red; grid-gap: 0.5ch; background-image: url("../Images/note.png"); background-size: cover; margin: 3px; height: var(--note-height); width: var(--note-width); font-size: 0.6rem; border-radius: 3% ; -webkit-border-radius: 3% ; -moz-border-radius: 3% ; -ms-border-radius: 3% ; -o-border-radius: 3% ; } /* .note{ display: flex; flex-direction: column; justify-content: space-evenly; align-items: center; position: relative; border: 2px solid red; background-color: aquamarine; background-image: url("../Images/note.png"); background-size: cover; margin: 3px; height: 15vw; width: 15vw; font-size: 0.6rem } */ .gNoteClose{ grid-area: close; width: 2ch; height: 2ch; opacity: 0.3; justify-self: left; align-self: flex-start; padding-top: 2px; } .clgNoteClose:hover { opacity: 1; border: 2px solid black; } .gNoteTitle{ grid-area: title; color: black; text-align: center; font-size: 1rem; text-decoration: underline; } .gNoteDate{ grid-area: date; color: gray; text-align: center; background-color: yellowgreen; } .gNoteMessage{ grid-area: message; font-size: 0.8rem; color: rgb(177, 15, 15); } .note:hover{ height: calc(var(--note-height ) * var(--note-hover-factor)); width: calc(var(--note-width ) * var(--note-hover-factor)); transition: all 0.5s; opacity: 1; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; grid-template-rows: 6ch 3ch auto 1fr; } .notePassedDate{ opacity: 0.5; } .noteTitle{ color: rgb(61, 61, 197); text-decoration: underline; } .noteDate{ color: rgb(121, 121, 226); } .noteMessage{ color: rgb(160, 160, 223); } .close { position: absolute; left: calc(50% - 16px); top: 4px; width: 32px; height: 32px; opacity: 0.3; } .close:hover { opacity: 1; border: 2px solid black; } .close:before, .close:after { position: absolute; left: 14px; content: ' '; height: 33px; width: 4px; background-color: #333; } .close:before { transform: rotate(45deg); } .close:after { transform: rotate(-45deg); } .hide{ display: none; } .leftnotesNoteView{ display: flex; overflow-y: auto; } .rightnotesNoteView{ display: flex; overflow-y: auto; } .centernotesNoteView{ width: 100%; overflow-y: auto; display: flex; flex-direction: row; flex-wrap: wrap; grid-area: center; margin: auto; } @media screen and (min-width:320px){ .noteBoard{ width: 100%; display: grid; grid-template-areas: "left inputData right" "left center right" ; grid-template-columns: 1fr 2fr 1fr; grid-template-rows: auto auto; margin-top: 10px; } .container__input{ height: 100%; width: 100%; display: grid; grid-template-columns: 10px 1fr 10px; grid-template-rows: 2.5ch 3.5ch 2.5ch 3.5ch 2.5ch 3ch 2.5ch minmax(5ch,max-content) 3.5ch auto 1fr; grid-gap: 0; font-size: 0.7rem; grid-area: inputData; } .leftnotesNoteView{ height: 100%; grid-area: left; overflow-y: auto; } .rightnotesNoteView{ height: 100%; grid-area: right; overflow-y: auto; } .centernotesNoteView{ height: 100%; width: 95%; overflow-y: auto; display: flex; flex-direction: row; flex-wrap: wrap; grid-area: center; margin: auto; } } textarea[autoresize] { display: block; overflow: hidden; resize: none; }
0.465873
0.118538
body { cursor: url("../img/finger.png"), pointer !important; background-color: black; /* Disables double-tap on mobile devices */ touch-action: manipulation; } .lousyShadow { -webkit-box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.3); -moz-box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.3); box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.3); } /* ================ FONTS ================ */ @font-face { font-family: 'Vinegar Stroke'; src: url('../font/VinegarStroke.ttf'); } /* ================ BACKGROUNDS ================ */ .regularDungeon { background-image: url("../img/dungeon.jpg"); } .redDungeon { background-image: url("../img/red.jpg"); } .entrance { background-image: url("../img/entrance.jpg"); } .jail { background-image: url("../img/jail.jpg"); } /* ================ INITIAL SCREEN ================ */ .blurFilter { filter: blur(5px); opacity: 0.9; } .background { background-repeat: no-repeat; background-size: cover; width: 100vw; height: 100vh; position: absolute; top: 0; left: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; } .disclaimer { width: 500px; height: 200px; transform: skew(-15deg); background: #555; border-radius: 100px 150px 250px 400px; background-color: #1b75bb; border-color: #ef5a28; border-style: inset; border-width: .4em .6em 1em 1.2em; font-size: 1em; font-weight: bolder; color: beige; font-family: 'Courier New', Courier, monospace; z-index: 100; position: absolute; box-shadow: 0 0 100px 800px rgba(0, 0, 0, 0.534); left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: justify; vertical-align: middle; line-height: 25px; padding: 25px; display: flex; align-items: center; justify-content: center; overflow: hidden; flex-direction: column; } .disclaimer button { position: relative; bottom: -11px; z-index: 110; font-size: 1.5em; font-weight: lighter; } .startScreen img { width: 100%; } .crookedButton { width: 150px; height: 60px; transform: skew(-15deg); background: #555; border-radius: 10px 15px 25px 40px; background-color: #1b75bb; border-color: #ef5a28; border-style: inset; border-width: .2em .3em .5em .6em; font-size: 2em; font-weight: bolder; outline: none; color: beige; font-family: 'Vinegar Stroke'; cursor: url("../img/finger.png"), pointer !important; } /* ================ BATTLE SCREEN ================ */ /* Count down */ .countDown { position: absolute; width: 100vw; height: 100vh; opacity: 0.5; display: flex; align-items: center; justify-content: center; font-size: 90vw; animation-name: lightSeizure 1s infinite; } .countDown span { z-index: 200; display: block; height: 100%; width: 100%; color: white; text-align: center; line-height: 100vh; font-family: stencil; font-family: 'Stencil'; src: url('../font/Stencil.ttf'); transition: width 5000ms ease-in-out; } /* Mute and unmute buttons */ .muteButton { position: absolute; left: 20px; top: 45%; height: 50px; width: 50px; border-width: .1em .15em .3em .3em; border-color: #ef5a28; background-color: #1b75bb; z-index: 200; opacity: 0.3; } .muteButton img { height: 80%; width: 80%; position: absolute; top: 5px; left: 6px; } .battleArena { align-items: center; justify-content: space-around; flex-direction: column; } .scoreBoard { align-items: center; justify-content: space-around; display: flex; flex-direction: row; width: 100%; position: absolute; top: 5%; } /* HP container */ .score { background: linear-gradient(90deg, rgba(255, 10, 10, 1) 0%, rgba(241, 255, 0, 1) 48%, rgba(0, 255, 16, 1) 100%); height: 30px; width: 30%; border-radius: 15px; border-color: #ef5a28; border-style: inset; border-width: .2em .3em .5em .6em; position: relative; font-size: 200%; color: black; font-weight: bolder; line-height: 30px; display: flex; justify-content: space-evenly; font-family: monospace; } /* HP bar */ .health { background-color: white; height: 32px; position: absolute; right: -1px; top: -1px; transition: width 500ms ease-out; } /* Text that indicates the health level */ .score span { z-index: 150; } .versus img { width: 120px; height: auto; position: absolute; z-index: 300; left: -58px; top: -32px; } /* Logger panel */ .loggerPanel { width: 60%; height: 150px; position: absolute; top: 15%; align-content: space-around; display: flex; } .loggerPanel ul { width: 100%; } .loggerPanel ul li { text-align: center; opacity: 0.75; list-style-type: none; border-radius: 5px; line-height: 28px; color: white; background-color: #ef5a28; font-size: 1.1em; font-variant-caps: all-small-caps; margin-top: 3px; } .loggerPanel ul li:nth-child(1) { border-color: white; border-style: solid; border-width: 1px; } .loggerPanel ul li:nth-child(2) { opacity: 0.5; } .loggerPanel ul li:nth-child(3) { opacity: 0.25; } .loggerPanel ul li:nth-child(4) { opacity: 0; } /* Players images */ .fightingPit { align-items: center; justify-content: space-around; display: flex; flex-direction: row; width: 100%; position: absolute; top: 30%; } .fightingPit .fightingPosition { height: 65vh; width: 35vw; align-items: center; justify-content: space-around; display: flex; flex-direction: column; } .fightingPit .fightingPosition img { height: 100%; width: auto; } #avatarHuman>img { height: 75%; position: absolute; bottom: 0%; z-index: 100; } .fightingPit .fightingPosition .attackPanel { display: flex; flex-direction: row; width: 300px; position: absolute; align-items: center; justify-content: space-around; bottom: -3%; } .attackButton { width: 65px; height: 65px; border-radius: 50%; border-color: #ef5a28; background-color: #1b75bb; z-index: 175; border-style: inset; border-width: .2em .3em .5em .6em; display: flex; align-items: center; justify-content: space-around; } .attackButton:active { box-shadow: inset 5px 5px 5px 2px rgba(0, 0, 0, 0.3); transform: scale(0.95); } .attackButton img { position: absolute; height: 35px !important; width: auto !important; } .attackButton>span { margin-right: -60px; margin-top: -40px; border-radius: 50%; width: 20px; height: 20px; text-align: center; line-height: 20px; color: white; font-weight: bold; border-color: #ef5a28; background-color: #1b75bb; z-index: 175; border-style: inset; border-width: 3px; } /* ================ ANIMATIONS ================ */ /* Countdown animation */ /* Logger animations */ .logger-enter-active, .logger-leave-active { transition: all 1s; } .logger-enter, .logger-leave-to /* .list-leave-active below version 2.1.8 */ { opacity: 0; transform: translateY(30px); } /* Fadeout animations */ .fadeAway-enter-active { transition: all .3s ease; } .fadeAway-leave-active { transition: all .8s cubic-bezier(1.0, 0.5, 0.8, 1.0); } .fadeAway-enter, .fadeAway-leave-to { transform: translateX(10px); opacity: 0; } .startScreen { width: 35%; display: flex; align-items: center; justify-content: center; flex-direction: column; } /* Fadeout animations */ .pulseAnimation { animation: pulse 15s ease 0s infinite; } @keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.1); } 100% { transform: scale(1); } } /* Hover button animation */ @-webkit-keyframes growHover { to { -webkit-transform: scale(1.1); transform: scale(1.1); } } @keyframes growHover { to { -webkit-transform: scale(1.1); transform: scale(1.1); } } .growHover { -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); } .growHover:hover, .growHover:focus, .growHover:active { -webkit-animation-name: growHover; animation-name: growHover; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; opacity: 1; }
css/style.css
body { cursor: url("../img/finger.png"), pointer !important; background-color: black; /* Disables double-tap on mobile devices */ touch-action: manipulation; } .lousyShadow { -webkit-box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.3); -moz-box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.3); box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.3); } /* ================ FONTS ================ */ @font-face { font-family: 'Vinegar Stroke'; src: url('../font/VinegarStroke.ttf'); } /* ================ BACKGROUNDS ================ */ .regularDungeon { background-image: url("../img/dungeon.jpg"); } .redDungeon { background-image: url("../img/red.jpg"); } .entrance { background-image: url("../img/entrance.jpg"); } .jail { background-image: url("../img/jail.jpg"); } /* ================ INITIAL SCREEN ================ */ .blurFilter { filter: blur(5px); opacity: 0.9; } .background { background-repeat: no-repeat; background-size: cover; width: 100vw; height: 100vh; position: absolute; top: 0; left: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; } .disclaimer { width: 500px; height: 200px; transform: skew(-15deg); background: #555; border-radius: 100px 150px 250px 400px; background-color: #1b75bb; border-color: #ef5a28; border-style: inset; border-width: .4em .6em 1em 1.2em; font-size: 1em; font-weight: bolder; color: beige; font-family: 'Courier New', Courier, monospace; z-index: 100; position: absolute; box-shadow: 0 0 100px 800px rgba(0, 0, 0, 0.534); left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: justify; vertical-align: middle; line-height: 25px; padding: 25px; display: flex; align-items: center; justify-content: center; overflow: hidden; flex-direction: column; } .disclaimer button { position: relative; bottom: -11px; z-index: 110; font-size: 1.5em; font-weight: lighter; } .startScreen img { width: 100%; } .crookedButton { width: 150px; height: 60px; transform: skew(-15deg); background: #555; border-radius: 10px 15px 25px 40px; background-color: #1b75bb; border-color: #ef5a28; border-style: inset; border-width: .2em .3em .5em .6em; font-size: 2em; font-weight: bolder; outline: none; color: beige; font-family: 'Vinegar Stroke'; cursor: url("../img/finger.png"), pointer !important; } /* ================ BATTLE SCREEN ================ */ /* Count down */ .countDown { position: absolute; width: 100vw; height: 100vh; opacity: 0.5; display: flex; align-items: center; justify-content: center; font-size: 90vw; animation-name: lightSeizure 1s infinite; } .countDown span { z-index: 200; display: block; height: 100%; width: 100%; color: white; text-align: center; line-height: 100vh; font-family: stencil; font-family: 'Stencil'; src: url('../font/Stencil.ttf'); transition: width 5000ms ease-in-out; } /* Mute and unmute buttons */ .muteButton { position: absolute; left: 20px; top: 45%; height: 50px; width: 50px; border-width: .1em .15em .3em .3em; border-color: #ef5a28; background-color: #1b75bb; z-index: 200; opacity: 0.3; } .muteButton img { height: 80%; width: 80%; position: absolute; top: 5px; left: 6px; } .battleArena { align-items: center; justify-content: space-around; flex-direction: column; } .scoreBoard { align-items: center; justify-content: space-around; display: flex; flex-direction: row; width: 100%; position: absolute; top: 5%; } /* HP container */ .score { background: linear-gradient(90deg, rgba(255, 10, 10, 1) 0%, rgba(241, 255, 0, 1) 48%, rgba(0, 255, 16, 1) 100%); height: 30px; width: 30%; border-radius: 15px; border-color: #ef5a28; border-style: inset; border-width: .2em .3em .5em .6em; position: relative; font-size: 200%; color: black; font-weight: bolder; line-height: 30px; display: flex; justify-content: space-evenly; font-family: monospace; } /* HP bar */ .health { background-color: white; height: 32px; position: absolute; right: -1px; top: -1px; transition: width 500ms ease-out; } /* Text that indicates the health level */ .score span { z-index: 150; } .versus img { width: 120px; height: auto; position: absolute; z-index: 300; left: -58px; top: -32px; } /* Logger panel */ .loggerPanel { width: 60%; height: 150px; position: absolute; top: 15%; align-content: space-around; display: flex; } .loggerPanel ul { width: 100%; } .loggerPanel ul li { text-align: center; opacity: 0.75; list-style-type: none; border-radius: 5px; line-height: 28px; color: white; background-color: #ef5a28; font-size: 1.1em; font-variant-caps: all-small-caps; margin-top: 3px; } .loggerPanel ul li:nth-child(1) { border-color: white; border-style: solid; border-width: 1px; } .loggerPanel ul li:nth-child(2) { opacity: 0.5; } .loggerPanel ul li:nth-child(3) { opacity: 0.25; } .loggerPanel ul li:nth-child(4) { opacity: 0; } /* Players images */ .fightingPit { align-items: center; justify-content: space-around; display: flex; flex-direction: row; width: 100%; position: absolute; top: 30%; } .fightingPit .fightingPosition { height: 65vh; width: 35vw; align-items: center; justify-content: space-around; display: flex; flex-direction: column; } .fightingPit .fightingPosition img { height: 100%; width: auto; } #avatarHuman>img { height: 75%; position: absolute; bottom: 0%; z-index: 100; } .fightingPit .fightingPosition .attackPanel { display: flex; flex-direction: row; width: 300px; position: absolute; align-items: center; justify-content: space-around; bottom: -3%; } .attackButton { width: 65px; height: 65px; border-radius: 50%; border-color: #ef5a28; background-color: #1b75bb; z-index: 175; border-style: inset; border-width: .2em .3em .5em .6em; display: flex; align-items: center; justify-content: space-around; } .attackButton:active { box-shadow: inset 5px 5px 5px 2px rgba(0, 0, 0, 0.3); transform: scale(0.95); } .attackButton img { position: absolute; height: 35px !important; width: auto !important; } .attackButton>span { margin-right: -60px; margin-top: -40px; border-radius: 50%; width: 20px; height: 20px; text-align: center; line-height: 20px; color: white; font-weight: bold; border-color: #ef5a28; background-color: #1b75bb; z-index: 175; border-style: inset; border-width: 3px; } /* ================ ANIMATIONS ================ */ /* Countdown animation */ /* Logger animations */ .logger-enter-active, .logger-leave-active { transition: all 1s; } .logger-enter, .logger-leave-to /* .list-leave-active below version 2.1.8 */ { opacity: 0; transform: translateY(30px); } /* Fadeout animations */ .fadeAway-enter-active { transition: all .3s ease; } .fadeAway-leave-active { transition: all .8s cubic-bezier(1.0, 0.5, 0.8, 1.0); } .fadeAway-enter, .fadeAway-leave-to { transform: translateX(10px); opacity: 0; } .startScreen { width: 35%; display: flex; align-items: center; justify-content: center; flex-direction: column; } /* Fadeout animations */ .pulseAnimation { animation: pulse 15s ease 0s infinite; } @keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.1); } 100% { transform: scale(1); } } /* Hover button animation */ @-webkit-keyframes growHover { to { -webkit-transform: scale(1.1); transform: scale(1.1); } } @keyframes growHover { to { -webkit-transform: scale(1.1); transform: scale(1.1); } } .growHover { -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); } .growHover:hover, .growHover:focus, .growHover:active { -webkit-animation-name: growHover; animation-name: growHover; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; opacity: 1; }
0.445288
0.108142
@-moz-document domain("hsn.com") { ::-webkit-scrollbar { /* Width */ width: 1.2em!important; } /* Color of handle ___________________________________________________________________________*/ ::-webkit-scrollbar-thumb { background: #580303!important; background-image: linear-gradient(to right, rgba(93, 6, 6, 0.95), rgba(255, 4, 4, 0.1)), url(https://image.ibb.co/hCq4n5/Carbon_Fiber_2.jpg)!important; box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(55, 55, 55, 1) 0 1px 0!important; border-radius: 22px!important; border: 1px solid rgba(0, 0, 0, .25)!important; } ::-webkit-scrollbar-thumb:hover { background: #580303!important; background-image: linear-gradient(to left, rgba(93, 6, 6, 0.95), rgba(255, 4, 4, 0.1)), url(https://image.ibb.co/hCq4n5/Carbon_Fiber_2.jpg)!important; border-radius: 22px!important; box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0!important; } /* Color of Track ______________________________________________________________________________*/ ::-webkit-scrollbar-track { background: #170000!important; box-shadow: inset 8px 0 13px rgba(0, 0, 0, .4), rgba(55, 55, 55, 1) 0 1px 0!important; border: 1px solid rgba(0, 0, 0, .25)!important; } /* Color of handles at top and bottom ___________________________________________________________*/ ::-webkit-scrollbar-button { background: #4c0707!important; box-shadow: inset 0 12px 13px rgba(0, 0, 0, 0.6), rgba(55, 55, 55, 1) 0 1px 0!important; } ::-webkit-scrollbar-button:hover { border-radius: 22px!important; box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0!important; } /* Color of the bottom corner of the scrollable element, where two scrollbar meet. ______________*/ ::-webkit-scrollbar-corner { background: #530205!important; box-shadow: inset 0 12px 13px rgba(0, 0, 0, 0.6), rgba(55, 55, 55, 1) 0 1px 0!important; } ::-webkit-scrollbar-corner:hover { border-radius: 22px!important; box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0!important; } } @-moz-document domain("hsn.com") { /*__________________________________________________________________________________*/ * { text-decoration: none!important; } #primary-navigation .zHeaderPromo .zLink, #product-modal-selections .buy-selector .button-group .secondary-button.express-buy-proxy, #product-modal-selections .buy-selector .quantity span.label, #template-product-detail-product .buy-selector .button-group .secondary-button.express-buy-proxy, #template-product-detail-product .buy-selector .quantity span.label, #template-product-detail-brand .signup form .submit-area #template-product-detail-brand-signup-submit, .acc-wave-information, .email-details .edit-link, .phone-details .edit-link, .product-option-selector dt, .promo-container .toggleTrigger, .sales-events-wrap .sales-events-sub-particulars, .sales-events-wrap .sales-email-head, .submit-button.main-button, .submit-button.minor-button, .unbxd-as-wrapper ul li.unbxd-as-header, .unbxd-as-wrapper ul li.unbxd-as-header:hover, .violator2, input[type=button].main-button, input[type=button].minor-button, input.minor-button, a.cta { text-transform: capitalize!important; } #product-modal-selections .buy-selector .button-group .secondary-button.express-buy-proxy, #shopping-bag-flyout.flyout-container .flyout, #template-product-detail-product .buy-selector .button-group .secondary-button.express-buy-proxy, #template-product-grid .lnav-controls, .account-container .styled-check-radio input:checked~.indicator, .account-container .styled-check-radio.checkbox .indicator:after, .checkout-container .styled-check-radio input:checked~.indicator, .checkout-container .styled-check-radio.checkbox .indicator:after, .easyreturns-data-section-container, .modal, .unified-input-submit, .writereview-data-section-container, :focus, [style="margin-top: 7px; margin-bottom: 7px; border-width: 1px 1px 1px 12px; border-style: solid; border-color: #003b5c; color: #333333; padding: 10px 5px; min-height: 33px;"], div.gerrors, nav#primary-navigation #searchbar-v3 #search-form { border: none!important; outline: none!important; box-shadow: none!important; } #bloomreach-widget-results .bloomreach-related-products .product-desc a { display: block!important; overflow: visible!important; } /*___ Fonts ________________________________________________________________________*/ #breadbox.lnav dt, #bloomreach-widget-results .bloomreach-related-products .product-name a, body { font-size: 21px!important; } #bloomreach-widget-results .bloomreach-related-products .product-desc a, #breadbox.lnav dd a, #breadbox.lnav dd li, .account-container .error-container, .recommendations-container .recommendations .recommendation-item .info dd .actual-price, .unbxd-as-wrapper ul li.unbxd-as-popular-product-grid .unbxd-as-popular-product-name, .your-coupons-container .empty-message, [style="text-align: left; font-size: 13px; text-decoration: none; font-family: IsidoraMedium; color: #333333;"], nav#primary-navigation.v4 .zHeaderV4_Flyouts .zHamNavLinks .zHeader { font-size: 19px!important; } #create-account-container .create-account-info li, #global-header-functions .header-icon-label, #primary-navigation .zHamNavLinks .zLink, .recommendations-container .recommendations .recommendation-item .info dd .old-price, .violator2 { font-size: 17px!important; } #account-dropdown .account-btn .sub-text { font-size: 15px!important; } #bloomreach-widget-results .bloomreach-related-products .product-desc a { line-height: 23px!important; } .sales-events-wrap .comm-preferences, .sales-events-wrap .button { font-size: 100%; } /*___ Remove Items _________________________________________________________________*/ [class*="item violated in-grid _moved"] { left: -9999px!important; position: absolute!important; top: -9999px!important; } /*___ Left/Right/Top/Bottom ________________________________________________________*/ #template-product-detail-product .info .disclaimer12 [style="position: relative; width: 85%; padding-left: 12%; padding-top: 0%;"] { padding-left: 4%!important; } #bloomreach-widget-results .bloomreach-related-products .product-details { margin-top: 0px; margin-left: 20px; } #template-product-grid .grid-body .grid-right { margin-right: -69px; } #v4-storefront-FA { left: 85px!important; } #v4-storefront-SO { left: 143px!important; } #v4-storefront-HO { left: 223px!important; } #v4-storefront-EC { left: 292px!important; } /*___ Margins ______________________________________________________________________*/ #autoship-manager-template .right-container, #flexpay-manager-template .right-container, #order-status-template .right-container, #template-product-grid .grid-body, #template-account-content, .collapsible-details, .cream, .sales-events-wrap, .unbxd-as-wrapper ul li, .writereview-data-section-container, body:not(.mobile) ._big-deals ._inner div[class^="_col"], body:not(.mobile) ._big-deals { margin: 12px!important; } #product-modal-selections .buy-selector .quantity span.label, #template-product-detail-product .buy-selector .quantity span.label { margin: 12px 6px!important; } #template-product-grid .item { margin: 34px!important; } /*___ Paddings _____________________________________________________________________*/ #autoship-manager-template .right-container, #bloomreach-widget-results, #breadcrumb, #flexpay-manager-template .right-container, #order-status-template .right-container, #products-show.pd-v2 #torso .module, #right-panel, #template-account-content, #template-account-leftnav, #template-product-grid #breadbox, #template-product-grid .grid-body .grid-right, #template-product-grid .item, .collapsible-details, .easyreturns-data-section-container, .unbxd-as-wrapper ul li, div.gerrors { padding: 12px!important; } #todayspecial, .promo-container .toggleTrigger { padding: 3px 6px!important; } /*___ Heights ______________________________________________________________________*/ #bloomreach-widget-results .bloomreach-related-products .product-desc, #bloomreach-widget-results .bloomreach-related-products .quickview-container .product-desc2, #bloomreach-widget-results .bloomreach-related-products, #breadbox { max-height: none!important; } #bloomreach-widget-results .bloomreach-related-products .quickview-container .product-desc2, #bloomreach-widget-results .bloomreach-related-products ul>li, #breadbox, #template-product-grid .item, li.unbxd-as-popular-product-grid { height: auto!important; } /*___ Widths _______________________________________________________________________*/ #promo, .unbxd-as-extra-right .unbxd-as-sidecontent { max-width: none!important; } #primary-navigation .zHamNavLinks .zCol { width: auto!important; } #bloomreach-widget-results .bloomreach-related-categories, #bloomreach-widget-results .bloomreach-related-items, #bloomreach-widget-results .bloomreach-related-products .product-desc a #bloomreach-widget-results .bloomreach-related-products .quickview-container .product-name, #bloomreach-widget-results .bloomreach-related-products, #promo, #template-product-grid .lnav-controls, #template-product-grid .featured:not(:empty) { width: 100%!important; } #bloomreach-widget-results, #template-account-content #right-panel, #template-product-grid .grid-body, #template-product-grid, .wrap { width: 98%!important; } #search-index #template-product-grid .lnav-controls, .sidebar.sidebar-v2 { width: 97%; } .sales-events-wrap-comm-pref { width: 96%; } #template-product-grid .grid-body .grid-right { width: 88%!important; } #bloomreach-widget-results .bloomreach-related-products .quickview-container .product-desc2, #right-panel, #template-account-content { width: 82%!important; } .unbxd-as-extra-right .unbxd-as-sidecontent { width: 78%!important; } #bloomreach-widget-results .bloomreach-related-products .product-details { width: 75%; } #autoship-manager-template .right-container, #flexpay-manager-template .right-container, #order-status-template .right-container { width: 74%; } #products-show.pd-v2 #template-product-detail-product .info { width: 70%!important; } body:not(.mobile) ._big-deals ._inner ._col-666 { width: 62.666667%; } nav#primary-navigation.v4 .zHeaderV4_Flyouts .zFlyout { width: 46%!important; } #primary-navigation .zHamNavLinks .zCol, #promo, .unbxd-as-extra-right .unbxd-as-sidecontent { width: 32%; } .grid-layout #template-product-grid .item { width: 20%; } #bloomreach-widget-results .bloomreach-related-products ul>li { width: 32%; } #easyreturns-data .column-trackingnumber { width: 327px; } .unbxd-as-wrapper { width: 63rem!important; } } @-moz-document domain("hsn.com") { /*__________________________________________________________________________________*/ footer .footer-outer #otherhsn a, a[href], td span { color: #0ff!important; text-shadow: 1px 1px #000!important; } a[href]:visited { color: #fc79fc!important; text-shadow: 1px 1px #000!important; } /*__________________________________________________________________________________*/ #breadbox.lnav dd li.active a, #torso .profile-name, ._autoTS ._in ._excl, footer .footer-outer #otherhsn a[href]:hover, a[href]:hover, h1, input[type="checkbox"]:checked+label, input[type="radio"]:checked+label { color: #ff0!important; text-shadow: 1px 1px #000!important; } /*__________________________________________________________________________________*/ #bloomreach-widget-results .bloomreach-related-products .product-desc a, #bloomreach-widget-results .bloomreach-related-products .quickview-container .product-desc2, #create-account-container #account-information-container .password-instructions, #create-account-container .account-terms-and-privacy, #global-header-functions .header-icon-label, #overview-details .info #overview, #primary-navigation .zLogoNav .zText, #product-modal-selections .buy-selector .button-group .secondary-button.express-buy-proxy, #template-product-detail-product .buy-selector .button-group .secondary-button.express-buy-proxy, #template-product-detail-reviews.reviewsv2 .noreviews .no-rev-right, ._autoTS ._in ._promo ._info ._desc .flex, ._autoTS ._in ._promo ._info ._desc .note, ._autoTS ._in ._promo ._info ._desc .tl, .article-modal, ._big-deals ._inner ._col-333 img, ._big-deals ._inner ._col-333 span, ._big-deals ._inner ._col-333 a, .cms-cell[data-zone^="Promo"] [class*="__hpFeaturePromo"] .__FeaturePromoContainer .__FeaturePromoCopy span:last-child, .cms-cell[data-zone^="Feature"] [class*="__hpFeaturePromo"] .__FeaturePromoContainer .__FeaturePromoCopy span:last-child, .email-details .email-id, .gsnCell .TextBlock .Header, .gsnCell .TextBlock .Desc, .phone-details .phone-id, .signin-container .section-sub-title, .unbxd-as-wrapper ul li.unbxd-as-popular-product-grid .unbxd-as-popular-product-name, body, footer .footer-outer .footer-qurate-link span, footer .footer-outer .footer-top-cells .top-cell span.cl2, li, p { color: #fff!important; text-shadow: 1px 1px #000!important; } /*___ Khaki ________________________________________________________________________*/ #bloomreach-widget-results .bloomreach-related-products .product-name a, #bloomreach-widget-results .bloomreach-related-products .quickview-container .product-name, #breadbox.lnav dt, .account-breadbox dt, ._big-deals ._carousel a.product-detail-modal > span._copy.this-day-only, ._big-deals ._carousel a.product-detail-modal > span._copy.smart-deal, ._big-deals ._carousel a.product-detail-modal > span._copy.sold-out, .cms-cell[data-zone^="Promo"] [class*="__hpFeaturePromo"] .__FeaturePromoContainer .__FeaturePromoCopy, .cms-cell[data-zone^="Feature"] [class*="__hpFeaturePromo"] .__FeaturePromoContainer .__FeaturePromoCopy span:first-child, .email-details .edit-link:hover, .phone-details .edit-link:hover, .gsnCell .TextBlock .Header, .sales-events-wrap .sales-events-sub-particulars, .section-title, .signin-container .section-title, .template-product-carousel-inner .product-list .prodname, .unbxd-as-wrapper ul li.unbxd-as-header, .unbxd-as-wrapper ul li.unbxd-as-header:hover, .unbxd-as-wrapper ul li.unbxd-as-popular-product-grid:hover .unbxd-as-popular-product-name, footer .footer-outer .footer-top-cells .top-cell span.cl1 > span, footer .footer-inner .col-hdr, h1, h2, nav#primary-navigation.v4 .zHeaderV4_Flyouts .zHamNavLinks .zHeader { color: #F0E890!important; text-shadow: 1px 1px #000!important; } /*___ Burlywood ____________________________________________________________________*/ #overview-details .info strong, #right-panel .acc-wave-personal-info .acc-wave-information, .email-details .email-head-text, .phone-details .phone-head-text, .sales-events-wrap .special-offers-sub-details ul li.offer-title, .violator-color.pre-order, .violator-color.bonus-buy, .violator-color.cust-pick, .violator-color.show-stopper, h3, h4 { color: #e0b880!important; text-shadow: 1px 1px #000!important; } /*___ <NAME> __________________________________________________________________*/ #order-status-template .order-status-header .desc, #product-modal-selections .buy-selector .quantity span.label, #socail-share-label, #template-product-detail-product .buy-selector .quantity span.label, #template-product-grid .lnav-controls .paging, ._big-deals ._carousel a.product-detail-modal > span._price span._t2, .email-details .edit-link, .phone-details .edit-link, h5, h6, label { color: #F0A060!important; text-shadow: 1px 1px #000!important; } /*___ Blue _________________________________________________________________________*/ time { color: #07beff!important; text-shadow: 1px 1px #000!important; } /*___ Green ________________________________________________________________________*/ #flexpay-manager-template .flexpay-header .total-due, #right-panel .acc-wave-personal-info-payment .acc-wave-information, #template-product-grid .pricing strong, ._autoTS ._in ._promo ._info ._desc .price, ._big-deals ._carousel a.product-detail-modal > span._price, ._big-deals ._carousel a.product-detail-modal > span._price span._t1, .pricing .price, .pricing strong, .product-pricing .product-flex-pay, .product-pricing .product-price, .product-pricing .product-shipping-handling { color: #07ff24!important; text-shadow: 1px 1px #000!important; } /*___ Red __________________________________________________________________________*/ .pricing .old-price, .sales-events-wrap .comm-preferences, .your-coupons-container .empty-message { color: #ff0707!important; text-shadow: 1px 1px #000!important; } /*__________________________________________________________________________________*/ .promo-container .toggleTrigger, input, input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], select, textarea { background-color: #4a1717!important; border-radius: 22px!important; color: #fff!important; padding-left: 6px!important; } /*__________________________________________________________________________________*/ ::selection { background: #ff9!important; color: #000!important; } pre ::selection { background: #ff9!important; color: #fff!important; } ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #f48f8f; opacity: 1; /* Firefox */ } /*___ Misc _________________________________________________________________________*/ .token.punctuation { color: #fff!important; } .token.selector, .token.attr-name, .token.string, .token.char, .token.builtin, .token.inserted { color: #af0!important; } .token.atrule, .token.attr-value, .token.keyword { color: #00b3ff!important; } .token.property, .token.tag, .token.boolean, .token.number, .token.constant, .token.symbol, .token.deleted { color: #ff6cbe!important; } } @-moz-document domain("hsn.com") { /*__________________________________________________________________________________*/ body, html { background: url(https://image.ibb.co/hVmiOe/wallpaper_with_black_background_45_free_wallpaper.jpg)!important; background-attachment: fixed!important; } #template-product-detail-product .info form .button-group div:first-child, body:not(.mobile) ._big-deals { background-image: none!important; } .sales-events-wrap .sales-email-head { background: #14bac1; } /*___ Background Gray ______________________________________________________________*/ .account-container .vertical-separator .or, footer, nav#primary-navigation .sticky-navigation, nav#primary-navigation { background-color: #060505!important; } #promo, nav#primary-navigation.v4 #stores-nav { background-color: #0a0909!important; } /*___ Background 0000 ______________________________________________________________*/ #billing-first-name *, #breadbox.lnav, #right-panel .acc-wave-innerwrap, #right-panel .account-wave-wrap, #shopping-bag-flyout.flyout-container .flyout, ._autoTS ._in ._promo, ._big-deals ._inner, ._big-deals ._carousel a.product-detail-modal > ._img, .cms-cell[data-zone^="Feature"] [class*="__hpFeaturePromo"], .items-recently-aired, .module, ._must-shop._up ._outer, .on-air-now, body:not(.mobile) ._must-shop::before, body:not(.mobile) ._must-shop::after, body:not(.mobile) #oan-ira-section, body:not(.mobile) #oan-ira-section::before, body:not(.mobile) #oan-ira-section::after { background: rgba(0, 0, 0, 0)!important; } /*___ Background-color 0000 ________________________________________________________*/ #right-panel .acc-wave-personal-info-payment, #right-panel .acc-wave-personal-info, #template-account-content-easyreturns-body .easyreturns-navigationbar, #template-account-content-writereview-body .writereview-navigationbar, #torso, .account-container, .items-recently-aired .carousels .carousel, .modal, .product-pricing, .unbxd-as-wrapper ul li.unbxd-as-header, .unbxd-as-wrapper ul li.unbxd-as-header:hover, .unbxd-as-wrapper ul li.unbxd-as-popular-product-grid:hover, .unified-input-submit, div.gerrors, nav#primary-navigation #searchbar-v3 #search-form, nav#primary-navigation.v4 .zHeaderV4_Flyouts .zFlyout { background-color: rgba(0, 0, 0, 0)!important; } /*__ Blue __________________________________________________________________________*/ #bloomreach-widget-results .bloomreach-related-products .quickview-container .buy-now-btn, #template-product-detail-reviews.reviewsv2 .noreviews .no-rev-right .write-a-review button, #todayspecial, .button, input[type=button].blue, .submit-button.blue { background-image: linear-gradient(to bottom right, #043dda, #000)!important; border-radius: 10px!important; border: none!important; box-shadow: 1px 1px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important; color: #fff!important; } #bloomreach-widget-results .bloomreach-related-products .quickview-container .buy-now-btn:hover, #template-product-detail-reviews.reviewsv2 .noreviews .no-rev-right .write-a-review button:hover, #todayspecial:hover, .button:hover, input[type=button].blue, .submit-button.blue:hover { background-image: linear-gradient(to bottom right, #154eeb, #000)!important; color: #ff0!important; } #bloomreach-widget-results .bloomreach-related-products .quickview-container .buy-now-btn:active, #template-product-detail-reviews.reviewsv2 .noreviews .no-rev-right .write-a-review button:active, #todayspecial:active, .button:active, input[type=button].blue, .submit-button.blue:active { box-shadow: inset 2px 2px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important; } /*__ Red __________________________________________________________________________*/ #breadbox.lnav .lnav-selected-filters .clear-all { background-image: linear-gradient(to bottom right, #f00, #000)!important; border-radius: 10px!important; border: none!important; box-shadow: 1px 1px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important; color: #fff!important; } #breadbox.lnav .lnav-selected-filters .clear-all:hover { background-image: linear-gradient(to bottom right, #f11, #000)!important; color: #ff0!important; } #breadbox.lnav .lnav-selected-filters .clear-all:active { box-shadow: inset 2px 2px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important; } /*__ Orange ________________________________________________________________________*/ #template-product-detail-product .info form .button-group div:first-child { background-image: linear-gradient(to bottom right, #da3a04, #000)!important; border-radius: 10px!important; border: none!important; box-shadow: 1px 1px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important; color: #fff!important; } #template-product-detail-product .info form .button-group div:first-child:hover { background-image: linear-gradient(to bottom right, #eb4b15, #000)!important; color: #ff0!important; } #template-product-detail-product .info form .button-group div:first-child:active { box-shadow: inset 2px 2px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important; } /*___ Green ________________________________________________________________________*/ selector { background-image: linear-gradient(to bottom right, #81BC2E, #000)!important; border-radius: 10px!important; border: none!important; box-shadow: 1px 1px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important; color: #fff!important; } selector:hover { background-image: linear-gradient(to bottom right, #92cd3f, #000)!important; color: #ff0!important; } selector:active { box-shadow: inset 2px 2px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important; } /*___ Plain Black __________________________________________________________________*/ #autoship-manager-template .right-container, #bloomreach-widget-results, #breadcrumb, #flexpay-manager-template .right-container, #order-status-template .right-container, #right-panel, #template-account-content, #template-account-leftnav, #template-product-detail-product, #template-product-grid .grid-body .grid-right, #template-product-grid .module.nav-background, .checkout-container, .cms-cell, .cms-cell.empty, .cms-cell.first, .cms-cell.full, .cms-cell.last, .collapsible-details, .inner-popup-container, .template-product-carousel-inner, body:not(.mobile) ._big-deals, body:not(.mobile) ._big-deals ._inner div[class^="_col"] { background-color: #000!important; border-radius: 22px!important; border: 1px solid rgba(0, 0, 0, .25)!important; box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(55, 55, 55, 1) 0 1px 0, 10px 10px 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0!important; } #autoship-manager-template .right-container, #bloomreach-widget-results:hover, #breadcrumb:hover, #flexpay-manager-template .right-container:hover, #order-status-template .right-container:hover, #right-panel:hover, #template-account-content:hover, #template-account-leftnav:hover, #template-product-detail-product:hover, #template-product-grid .grid-body .grid-right:hover, #template-product-grid .module.nav-background:hover, .checkout-container:hover, .cms-cell.empty:hover, .cms-cell.first:hover, .cms-cell.full:hover, .cms-cell.last:hover, .cms-cell:hover, .collapsible-details:hover, .inner-popup-container:hover, .template-product-carousel-inner:hover, body:not(.mobile) ._big-deals:hover, body:not(.mobile) ._big-deals ._inner div[class^="_col"]:hover { box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0, 10px 10px 5px rgba(10, 10, 10, .4), rgba(155, 155, 155, 1) 0 1px 0!important; } /*___ Plain ________________________________________________________________________*/ #template-product-grid .item:not(:empty), .sales-events-wrap, .unbxd-as-wrapper ul li:not(:empty) { background-color: #222222b3!important; border-radius: 22px!important; border: 1px solid rgba(0, 0, 0, .25)!important; box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(55, 55, 55, 1) 0 1px 0, 10px 10px 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0!important; } ._big-deals ._carousel a.product-detail-modal { background-color: #1f1c1c!important; border-radius: 22px!important; border: 1px solid rgba(0, 0, 0, .25)!important; box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(55, 55, 55, 1) 0 1px 0, 10px 10px 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0!important; } #primary-navigation .zLogoNav .zFlyout, ._big-deals ._carousel a.product-detail-modal:hover, .cms-cell[data-zone^="Promo"] [class*="__hpFeaturePromo"], .sales-events-wrap:hover { background-color: #1c1b1b!important; border-radius: 22px!important; border: 1px solid rgba(0, 0, 0, .25)!important; box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(55, 55, 55, 1) 0 1px 0, 10px 10px 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0!important; } #primary-navigation .zLogoNav .zFlyout:hover, #template-product-grid .item:not(:empty):hover, .unbxd-as-wrapper ul li:not(:empty):hover, .writereview-data-section-container { box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0, 10px 10px 5px rgba(10, 10, 10, .4), rgba(155, 155, 155, 1) 0 1px 0!important; } /*___ Red Gradient _________________________________________________________________*/ .cream, .easyreturns-data-section-container, .writereview-data-section-container { background: linear-gradient(to bottom, #300202 0%, #590505 100%)!important; border-bottom: 1px solid #000!important; border-radius: 22px!important; } /*__ Blue Gradient _________________________________________________________________*/ [style="margin-top: 7px; margin-bottom: 7px; border-width: 1px 1px 1px 12px; border-style: solid; border-color: #003b5c; color: #333333; padding: 10px 5px; min-height: 33px;"], nav#primary-navigation.v4 #utility-nav-parent { background: linear-gradient(to bottom, #0077c8, #000 100%)!important; border-bottom: 1px solid #000!important; border-radius: 22px!important; } footer .footer-outer .otherhsn-outer { background: linear-gradient(to bottom, #000, #0077c8 100%)!important; border-bottom: 1px solid #000!important; border-radius: 22px!important; } /*__ Green Gradient ________________________________________________________________*/ selector { background: linear-gradient(to bottom, #15534d 0%, #000 100%)!important; border-bottom: 1px solid #000!important; border-radius: 22px!important; text-shadow: 1px 1px #555!important; } /*__ Yellow Gradient _______________________________________________________________*/ selector { background: linear-gradient(to bottom, #9d9d5d 0%, #000 100%)!important; border-bottom: 1px solid #000!important; border-radius: 22px!important; text-shadow: 1px 1px #555!important; } /*__ Orange Gradient _______________________________________________________________*/ selector { background: linear-gradient(to bottom, #da3a04 0%, #000 100%)!important; border-bottom: 1px solid #000!important; border-radius: 22px!important; text-shadow: 1px 1px #555!important; } /*___ Dropdown ________________________________________________________________________*/ #account-dropdown .sub-menu ul, #bloomreach-widget-results .bloomreach-related-products .quickview-container, #hamburger-open #hamburger-holder, #shopping-bag-flyout.flyout-container .bag-container .bag-flyout, .unbxd-as-wrapper, nav#primary-navigation.v4 .zHeaderV4_Flyouts .zFlyout { background-color: #181818!important; border-radius: 22px!important; border: 1px solid rgba(0, 0, 0, .25)!important; box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(55, 55, 55, 1) 0 1px 0, 10px 10px 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0!important; } #account-dropdown .sub-menu ul, #bloomreach-widget-results .bloomreach-related-products .quickview-container:hover, #hamburger-open #hamburger-holder:hover, #shopping-bag-flyout.flyout-container .flyout:hover, .unbxd-as-wrapper:hover, nav#primary-navigation.v4 #stores-nav #nav-content:hover { box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0, 10px 10px 5px rgba(10, 10, 10, .4), rgba(155, 155, 155, 1) 0 1px 0!important; } /*___ Highlight Background _________________________________________________________*/ #account-dropdown .sub-menu li:hover, #breadbox.lnav dd li.active a, #hamburger-open #hamburger-holder #hamburger .hamburger-cell li.active, .account-breadbox dd li.active a { background: linear-gradient(to right, #383838, #0000)!important; border-left-color: #434343!important; } } @-moz-document domain("hsn.com") { /*__________________________________________________________________________________*/ #breadbox.lnav dd.filter-group li, #promo a.gsnCell, #template-product-grid .item, #breadbox.lnav dd li, ._big-deals ._carousel a.product-detail-modal, .checkbox, ._must-shop._up ._inner ._item-c, .recommendations-container .recommendations li, .unbxd-as-wrapper ul li { filter: brightness(75%)!important; } /*__________________________________________________________________________________*/ #breadbox.lnav dd li.active, #breadbox.lnav dd.filter-group li:hover, #breadbox.lnav [aria-checked="aria-checked"] .checked, #promo a.gsnCell:hover, #template-product-grid .item:hover, ._big-deals ._carousel a.product-detail-modal:hover, ._must-shop._up ._inner ._item-c:hover, .recommendations-container .recommendations li:hover, .unbxd-as-wrapper ul li:hover { filter: brightness(100%)!important; } /*__________________________________________________________________________________*/ img { border-radius: 22px!important; } /*__________________________________________________________________________________*/ img { -webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(rgba(250, 250, 250, 0.1))); } } @-moz-document domain("hsn.com") { /* Chat _______________________________________________________________*/ .account-customer-service li.chat img, footer .footer-outer .footer-icon.chat { background: url(https://i.ibb.co/CHh2qqk/comment-48x48.png) no-repeat!important; box-sizing: border-box; } footer .footer-outer .footer-icon.chat { background-size: 41px!important; height: 35px!important; padding-left: 43px!important; width: 10px!important; } .account-customer-service li.chat img { background-size: 31px!important; height: 28px!important; padding-left: 34px!important; width: 10px!important; } /* Checkmark _______________________________________________________________*/ input[type="checkbox"] { appearance: none!important; } #template-product-grid .lnav .checkbox .checkbox-image, #template-product-grid .lnav .checkbox.checked { border: none; } #template-product-grid .lnav .checkbox { top: -5px; } #template-product-grid .lnav .checkbox .checkbox-image, .sales-events-wrap .sales-email-bottom { background: none; } /* Checked ________________________*/ #template-product-grid .lnav .checkbox.checked, .checkout-container .styled-check-radio input:checked~.indicator, .account-container .styled-check-radio input:checked~.indicator, input[type="checkbox"]:checked { background: url(https://i.ibb.co/HgsTqFS/checkbox-checked.png) no-repeat!important; box-sizing: border-box; } /* Unchecked ________________________*/ #template-product-grid .lnav .checkbox, input[type="checkbox"] { background: url(https://i.ibb.co/fM9ptv1/checkbox-empty.png) no-repeat!important; box-sizing: border-box; } #template-product-grid .lnav .checkbox, #template-product-grid .lnav .checkbox.checked, .checkout-container .styled-check-radio input:checked~.indicator, .account-container .styled-check-radio input:checked~.indicator, input[type="checkbox"]:checked, input[type="checkbox"] { background-size: 26px!important; padding-left: 24px!important; height: 31px; } /* FAQ _______________________________________________________________*/ .account-customer-service li.faq img, footer .footer-outer .footer-icon.faq { background: url(https://i.ibb.co/S66FRr2/help-147419-640.png) no-repeat!important; box-sizing: border-box; } footer .footer-outer .footer-icon.faq { background-size: 35px!important; height: 35px!important; padding-left: 37px!important; width: 10px!important; } .account-customer-service li.faq img { background-size: 27px!important; height: 28px!important; padding-left: 31px!important; width: 10px!important; } /* Heart _______________________________________________________________*/ /* On ___________________*/ .favorite.large.favorited svg, .favorite.large.hover svg, .svg-favorite-heart, .svg-icon.icon-heart.selected svg, nav#primary-navigation.v4 .sticky-navigation #global-header-functions .favorite-heart-image svg { background: url(https://i.ibb.co/FB9kX4W/healthy-heart.png) no-repeat!important; box-sizing: border-box; } /* Off ___________________*/ [aria-label="Add to Favorites"] svg { background: url(https://i.ibb.co/cD452WP/healthy-hear-darkt-32x32.png) no-repeat!important; box-sizing: border-box; } .favorite.large.favorited svg, .favorite.large.hover svg, .svg-favorite-heart, [aria-label="Add to Favorites"] svg, nav#primary-navigation.v4 .sticky-navigation #global-header-functions .favorite-heart-image svg { background-size: 31px!important; height: 35px; padding-left: 34px!important; width: 35px; } /* Home _______________________________________________________________*/ .house-icon svg { background: url(https://i.ibb.co/pzxdPj1/Home-Main-34x26.png) no-repeat!important; box-sizing: border-box; } .house-icon svg { background-size: 39px!important; height: 30px!important; padding-left: 38px!important; width: 10px!important; } /* Info _______________________________________________________________*/ [src="//i02.hsncdn.com/desktop/DG092518_alert-circle-i.png"] { background: url(https://i.ibb.co/xgN4CQ1/information-26x26.png) no-repeat!important; box-sizing: border-box; } [src="//i02.hsncdn.com/desktop/DG092518_alert-circle-i.png"] { background-size: 39px!important; height: 35px!important; padding-left: 43px!important; width: 10px!important; } /* Email _______________________________________________________________*/ #template-product-detail-brand .signup form .unified-input-submit label img { background: url(https://i.ibb.co/wY6gQZW/1024px-Mail-closed-svg.png) no-repeat!important; box-sizing: border-box; } #template-product-detail-brand .signup form .unified-input-submit label img { background-size: 30px!important; height: 26px!important; padding-left: 39px!important; width: 10px!important; } /* Eye _______________________________________________________________*/ .show svg { background: url(https://i.ibb.co/VSLvZzD/eye-clip-art-symbol-eye-makeup-brown.png) no-repeat!important; box-sizing: border-box; } .show svg { background-size: 26px!important; height: 26px!important; padding-left: 27px!important; width: 10px!important; } /* Phone _______________________________________________________________*/ footer .footer-outer .footer-icon.phone { background: url(https://i.ibb.co/3kQpbkF/Classic-red-phone-handset-16x29.png) no-repeat!important; box-sizing: border-box; } footer .footer-outer .footer-icon.phone { background-size: 21px!important; height: 37px!important; padding-left: 27px!important; width: 10px!important; } /* Truck _______________________________________________________________*/ footer .footer-outer .footer-icon.truck { background: url(https://i.ibb.co/7CPgDFS/truck-92x56.png) no-repeat!important; box-sizing: border-box; } footer .footer-outer .footer-icon.truck { background-size: 56px!important; height: 35px!important; padding-left: 52px!important; width: 10px!important; } /* Shopping Bag _______________________________________________________________*/ #global-header-functions.v3 #shopping-bag-flyout .drawer-trigger-shopping-bag svg, nav#primary-navigation.v4 .sticky-navigation #global-header-functions.v3 #shopping-bag-flyout .drawer-trigger-shopping-bag svg { background: url(https://i.ibb.co/0myGpg7/shopping-bag-54x62.png) no-repeat!important; box-sizing: border-box; } #global-header-functions.v3 #shopping-bag-flyout .drawer-trigger-shopping-bag svg, nav#primary-navigation.v4 .sticky-navigation #global-header-functions.v3 #shopping-bag-flyout .drawer-trigger-shopping-bag svg { background-size: 30px!important; height: 36px!important; padding-left: 39px!important; width: 10px!important; } } @-moz-document domain("hsn.com") { /* Social Media _________________________________________________________*/ /* Facebook _____________*/ .socialRoll.fb { background: url(https://i.ibb.co/bvgwKNN/facebook-48x48.png) no-repeat!important; box-sizing: border-box; } .socialRoll.fb { background-size: 41px!important; height: 46px!important; padding-left: 53px; } /* Instagram _____________*/ .socialRoll.insta { background: url(https://i.ibb.co/YQ5F02g/Instagram.png) no-repeat!important; box-sizing: border-box; } .socialRoll.insta { background-size: 41px!important; height: 46px!important; padding-left: 53px!important; } /* Pinterest _____________*/ .socialRoll.pinterest { background: url(https://i.ibb.co/bbYn4KN/pinterest-48x48.png) no-repeat!important; box-sizing: border-box; } .socialRoll.pinterest { background-size: 41px!important; height: 46px!important; padding-left: 53px; } /* Twitter _____________*/ .socialRoll.twitter { background: url(https://i.ibb.co/SQGCm92/twitter-48x39.png) no-repeat!important; box-sizing: border-box; } .socialRoll.twitter { background-size: 41px!important; height: 46px!important; padding-left: 53px; } /* YouTube _____________*/ .socialRoll.youtube { background: url(https://i.ibb.co/8cHpnPV/You-Tube-logo-play-icon-30x23.png) no-repeat!important; box-sizing: border-box; } .socialRoll.youtube { background-size: 41px!important; height: 46px!important; padding-left: 53px; } }
data/usercss/191178.user.css
@-moz-document domain("hsn.com") { ::-webkit-scrollbar { /* Width */ width: 1.2em!important; } /* Color of handle ___________________________________________________________________________*/ ::-webkit-scrollbar-thumb { background: #580303!important; background-image: linear-gradient(to right, rgba(93, 6, 6, 0.95), rgba(255, 4, 4, 0.1)), url(https://image.ibb.co/hCq4n5/Carbon_Fiber_2.jpg)!important; box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(55, 55, 55, 1) 0 1px 0!important; border-radius: 22px!important; border: 1px solid rgba(0, 0, 0, .25)!important; } ::-webkit-scrollbar-thumb:hover { background: #580303!important; background-image: linear-gradient(to left, rgba(93, 6, 6, 0.95), rgba(255, 4, 4, 0.1)), url(https://image.ibb.co/hCq4n5/Carbon_Fiber_2.jpg)!important; border-radius: 22px!important; box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0!important; } /* Color of Track ______________________________________________________________________________*/ ::-webkit-scrollbar-track { background: #170000!important; box-shadow: inset 8px 0 13px rgba(0, 0, 0, .4), rgba(55, 55, 55, 1) 0 1px 0!important; border: 1px solid rgba(0, 0, 0, .25)!important; } /* Color of handles at top and bottom ___________________________________________________________*/ ::-webkit-scrollbar-button { background: #4c0707!important; box-shadow: inset 0 12px 13px rgba(0, 0, 0, 0.6), rgba(55, 55, 55, 1) 0 1px 0!important; } ::-webkit-scrollbar-button:hover { border-radius: 22px!important; box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0!important; } /* Color of the bottom corner of the scrollable element, where two scrollbar meet. ______________*/ ::-webkit-scrollbar-corner { background: #530205!important; box-shadow: inset 0 12px 13px rgba(0, 0, 0, 0.6), rgba(55, 55, 55, 1) 0 1px 0!important; } ::-webkit-scrollbar-corner:hover { border-radius: 22px!important; box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0!important; } } @-moz-document domain("hsn.com") { /*__________________________________________________________________________________*/ * { text-decoration: none!important; } #primary-navigation .zHeaderPromo .zLink, #product-modal-selections .buy-selector .button-group .secondary-button.express-buy-proxy, #product-modal-selections .buy-selector .quantity span.label, #template-product-detail-product .buy-selector .button-group .secondary-button.express-buy-proxy, #template-product-detail-product .buy-selector .quantity span.label, #template-product-detail-brand .signup form .submit-area #template-product-detail-brand-signup-submit, .acc-wave-information, .email-details .edit-link, .phone-details .edit-link, .product-option-selector dt, .promo-container .toggleTrigger, .sales-events-wrap .sales-events-sub-particulars, .sales-events-wrap .sales-email-head, .submit-button.main-button, .submit-button.minor-button, .unbxd-as-wrapper ul li.unbxd-as-header, .unbxd-as-wrapper ul li.unbxd-as-header:hover, .violator2, input[type=button].main-button, input[type=button].minor-button, input.minor-button, a.cta { text-transform: capitalize!important; } #product-modal-selections .buy-selector .button-group .secondary-button.express-buy-proxy, #shopping-bag-flyout.flyout-container .flyout, #template-product-detail-product .buy-selector .button-group .secondary-button.express-buy-proxy, #template-product-grid .lnav-controls, .account-container .styled-check-radio input:checked~.indicator, .account-container .styled-check-radio.checkbox .indicator:after, .checkout-container .styled-check-radio input:checked~.indicator, .checkout-container .styled-check-radio.checkbox .indicator:after, .easyreturns-data-section-container, .modal, .unified-input-submit, .writereview-data-section-container, :focus, [style="margin-top: 7px; margin-bottom: 7px; border-width: 1px 1px 1px 12px; border-style: solid; border-color: #003b5c; color: #333333; padding: 10px 5px; min-height: 33px;"], div.gerrors, nav#primary-navigation #searchbar-v3 #search-form { border: none!important; outline: none!important; box-shadow: none!important; } #bloomreach-widget-results .bloomreach-related-products .product-desc a { display: block!important; overflow: visible!important; } /*___ Fonts ________________________________________________________________________*/ #breadbox.lnav dt, #bloomreach-widget-results .bloomreach-related-products .product-name a, body { font-size: 21px!important; } #bloomreach-widget-results .bloomreach-related-products .product-desc a, #breadbox.lnav dd a, #breadbox.lnav dd li, .account-container .error-container, .recommendations-container .recommendations .recommendation-item .info dd .actual-price, .unbxd-as-wrapper ul li.unbxd-as-popular-product-grid .unbxd-as-popular-product-name, .your-coupons-container .empty-message, [style="text-align: left; font-size: 13px; text-decoration: none; font-family: IsidoraMedium; color: #333333;"], nav#primary-navigation.v4 .zHeaderV4_Flyouts .zHamNavLinks .zHeader { font-size: 19px!important; } #create-account-container .create-account-info li, #global-header-functions .header-icon-label, #primary-navigation .zHamNavLinks .zLink, .recommendations-container .recommendations .recommendation-item .info dd .old-price, .violator2 { font-size: 17px!important; } #account-dropdown .account-btn .sub-text { font-size: 15px!important; } #bloomreach-widget-results .bloomreach-related-products .product-desc a { line-height: 23px!important; } .sales-events-wrap .comm-preferences, .sales-events-wrap .button { font-size: 100%; } /*___ Remove Items _________________________________________________________________*/ [class*="item violated in-grid _moved"] { left: -9999px!important; position: absolute!important; top: -9999px!important; } /*___ Left/Right/Top/Bottom ________________________________________________________*/ #template-product-detail-product .info .disclaimer12 [style="position: relative; width: 85%; padding-left: 12%; padding-top: 0%;"] { padding-left: 4%!important; } #bloomreach-widget-results .bloomreach-related-products .product-details { margin-top: 0px; margin-left: 20px; } #template-product-grid .grid-body .grid-right { margin-right: -69px; } #v4-storefront-FA { left: 85px!important; } #v4-storefront-SO { left: 143px!important; } #v4-storefront-HO { left: 223px!important; } #v4-storefront-EC { left: 292px!important; } /*___ Margins ______________________________________________________________________*/ #autoship-manager-template .right-container, #flexpay-manager-template .right-container, #order-status-template .right-container, #template-product-grid .grid-body, #template-account-content, .collapsible-details, .cream, .sales-events-wrap, .unbxd-as-wrapper ul li, .writereview-data-section-container, body:not(.mobile) ._big-deals ._inner div[class^="_col"], body:not(.mobile) ._big-deals { margin: 12px!important; } #product-modal-selections .buy-selector .quantity span.label, #template-product-detail-product .buy-selector .quantity span.label { margin: 12px 6px!important; } #template-product-grid .item { margin: 34px!important; } /*___ Paddings _____________________________________________________________________*/ #autoship-manager-template .right-container, #bloomreach-widget-results, #breadcrumb, #flexpay-manager-template .right-container, #order-status-template .right-container, #products-show.pd-v2 #torso .module, #right-panel, #template-account-content, #template-account-leftnav, #template-product-grid #breadbox, #template-product-grid .grid-body .grid-right, #template-product-grid .item, .collapsible-details, .easyreturns-data-section-container, .unbxd-as-wrapper ul li, div.gerrors { padding: 12px!important; } #todayspecial, .promo-container .toggleTrigger { padding: 3px 6px!important; } /*___ Heights ______________________________________________________________________*/ #bloomreach-widget-results .bloomreach-related-products .product-desc, #bloomreach-widget-results .bloomreach-related-products .quickview-container .product-desc2, #bloomreach-widget-results .bloomreach-related-products, #breadbox { max-height: none!important; } #bloomreach-widget-results .bloomreach-related-products .quickview-container .product-desc2, #bloomreach-widget-results .bloomreach-related-products ul>li, #breadbox, #template-product-grid .item, li.unbxd-as-popular-product-grid { height: auto!important; } /*___ Widths _______________________________________________________________________*/ #promo, .unbxd-as-extra-right .unbxd-as-sidecontent { max-width: none!important; } #primary-navigation .zHamNavLinks .zCol { width: auto!important; } #bloomreach-widget-results .bloomreach-related-categories, #bloomreach-widget-results .bloomreach-related-items, #bloomreach-widget-results .bloomreach-related-products .product-desc a #bloomreach-widget-results .bloomreach-related-products .quickview-container .product-name, #bloomreach-widget-results .bloomreach-related-products, #promo, #template-product-grid .lnav-controls, #template-product-grid .featured:not(:empty) { width: 100%!important; } #bloomreach-widget-results, #template-account-content #right-panel, #template-product-grid .grid-body, #template-product-grid, .wrap { width: 98%!important; } #search-index #template-product-grid .lnav-controls, .sidebar.sidebar-v2 { width: 97%; } .sales-events-wrap-comm-pref { width: 96%; } #template-product-grid .grid-body .grid-right { width: 88%!important; } #bloomreach-widget-results .bloomreach-related-products .quickview-container .product-desc2, #right-panel, #template-account-content { width: 82%!important; } .unbxd-as-extra-right .unbxd-as-sidecontent { width: 78%!important; } #bloomreach-widget-results .bloomreach-related-products .product-details { width: 75%; } #autoship-manager-template .right-container, #flexpay-manager-template .right-container, #order-status-template .right-container { width: 74%; } #products-show.pd-v2 #template-product-detail-product .info { width: 70%!important; } body:not(.mobile) ._big-deals ._inner ._col-666 { width: 62.666667%; } nav#primary-navigation.v4 .zHeaderV4_Flyouts .zFlyout { width: 46%!important; } #primary-navigation .zHamNavLinks .zCol, #promo, .unbxd-as-extra-right .unbxd-as-sidecontent { width: 32%; } .grid-layout #template-product-grid .item { width: 20%; } #bloomreach-widget-results .bloomreach-related-products ul>li { width: 32%; } #easyreturns-data .column-trackingnumber { width: 327px; } .unbxd-as-wrapper { width: 63rem!important; } } @-moz-document domain("hsn.com") { /*__________________________________________________________________________________*/ footer .footer-outer #otherhsn a, a[href], td span { color: #0ff!important; text-shadow: 1px 1px #000!important; } a[href]:visited { color: #fc79fc!important; text-shadow: 1px 1px #000!important; } /*__________________________________________________________________________________*/ #breadbox.lnav dd li.active a, #torso .profile-name, ._autoTS ._in ._excl, footer .footer-outer #otherhsn a[href]:hover, a[href]:hover, h1, input[type="checkbox"]:checked+label, input[type="radio"]:checked+label { color: #ff0!important; text-shadow: 1px 1px #000!important; } /*__________________________________________________________________________________*/ #bloomreach-widget-results .bloomreach-related-products .product-desc a, #bloomreach-widget-results .bloomreach-related-products .quickview-container .product-desc2, #create-account-container #account-information-container .password-instructions, #create-account-container .account-terms-and-privacy, #global-header-functions .header-icon-label, #overview-details .info #overview, #primary-navigation .zLogoNav .zText, #product-modal-selections .buy-selector .button-group .secondary-button.express-buy-proxy, #template-product-detail-product .buy-selector .button-group .secondary-button.express-buy-proxy, #template-product-detail-reviews.reviewsv2 .noreviews .no-rev-right, ._autoTS ._in ._promo ._info ._desc .flex, ._autoTS ._in ._promo ._info ._desc .note, ._autoTS ._in ._promo ._info ._desc .tl, .article-modal, ._big-deals ._inner ._col-333 img, ._big-deals ._inner ._col-333 span, ._big-deals ._inner ._col-333 a, .cms-cell[data-zone^="Promo"] [class*="__hpFeaturePromo"] .__FeaturePromoContainer .__FeaturePromoCopy span:last-child, .cms-cell[data-zone^="Feature"] [class*="__hpFeaturePromo"] .__FeaturePromoContainer .__FeaturePromoCopy span:last-child, .email-details .email-id, .gsnCell .TextBlock .Header, .gsnCell .TextBlock .Desc, .phone-details .phone-id, .signin-container .section-sub-title, .unbxd-as-wrapper ul li.unbxd-as-popular-product-grid .unbxd-as-popular-product-name, body, footer .footer-outer .footer-qurate-link span, footer .footer-outer .footer-top-cells .top-cell span.cl2, li, p { color: #fff!important; text-shadow: 1px 1px #000!important; } /*___ Khaki ________________________________________________________________________*/ #bloomreach-widget-results .bloomreach-related-products .product-name a, #bloomreach-widget-results .bloomreach-related-products .quickview-container .product-name, #breadbox.lnav dt, .account-breadbox dt, ._big-deals ._carousel a.product-detail-modal > span._copy.this-day-only, ._big-deals ._carousel a.product-detail-modal > span._copy.smart-deal, ._big-deals ._carousel a.product-detail-modal > span._copy.sold-out, .cms-cell[data-zone^="Promo"] [class*="__hpFeaturePromo"] .__FeaturePromoContainer .__FeaturePromoCopy, .cms-cell[data-zone^="Feature"] [class*="__hpFeaturePromo"] .__FeaturePromoContainer .__FeaturePromoCopy span:first-child, .email-details .edit-link:hover, .phone-details .edit-link:hover, .gsnCell .TextBlock .Header, .sales-events-wrap .sales-events-sub-particulars, .section-title, .signin-container .section-title, .template-product-carousel-inner .product-list .prodname, .unbxd-as-wrapper ul li.unbxd-as-header, .unbxd-as-wrapper ul li.unbxd-as-header:hover, .unbxd-as-wrapper ul li.unbxd-as-popular-product-grid:hover .unbxd-as-popular-product-name, footer .footer-outer .footer-top-cells .top-cell span.cl1 > span, footer .footer-inner .col-hdr, h1, h2, nav#primary-navigation.v4 .zHeaderV4_Flyouts .zHamNavLinks .zHeader { color: #F0E890!important; text-shadow: 1px 1px #000!important; } /*___ Burlywood ____________________________________________________________________*/ #overview-details .info strong, #right-panel .acc-wave-personal-info .acc-wave-information, .email-details .email-head-text, .phone-details .phone-head-text, .sales-events-wrap .special-offers-sub-details ul li.offer-title, .violator-color.pre-order, .violator-color.bonus-buy, .violator-color.cust-pick, .violator-color.show-stopper, h3, h4 { color: #e0b880!important; text-shadow: 1px 1px #000!important; } /*___ <NAME> __________________________________________________________________*/ #order-status-template .order-status-header .desc, #product-modal-selections .buy-selector .quantity span.label, #socail-share-label, #template-product-detail-product .buy-selector .quantity span.label, #template-product-grid .lnav-controls .paging, ._big-deals ._carousel a.product-detail-modal > span._price span._t2, .email-details .edit-link, .phone-details .edit-link, h5, h6, label { color: #F0A060!important; text-shadow: 1px 1px #000!important; } /*___ Blue _________________________________________________________________________*/ time { color: #07beff!important; text-shadow: 1px 1px #000!important; } /*___ Green ________________________________________________________________________*/ #flexpay-manager-template .flexpay-header .total-due, #right-panel .acc-wave-personal-info-payment .acc-wave-information, #template-product-grid .pricing strong, ._autoTS ._in ._promo ._info ._desc .price, ._big-deals ._carousel a.product-detail-modal > span._price, ._big-deals ._carousel a.product-detail-modal > span._price span._t1, .pricing .price, .pricing strong, .product-pricing .product-flex-pay, .product-pricing .product-price, .product-pricing .product-shipping-handling { color: #07ff24!important; text-shadow: 1px 1px #000!important; } /*___ Red __________________________________________________________________________*/ .pricing .old-price, .sales-events-wrap .comm-preferences, .your-coupons-container .empty-message { color: #ff0707!important; text-shadow: 1px 1px #000!important; } /*__________________________________________________________________________________*/ .promo-container .toggleTrigger, input, input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], select, textarea { background-color: #4a1717!important; border-radius: 22px!important; color: #fff!important; padding-left: 6px!important; } /*__________________________________________________________________________________*/ ::selection { background: #ff9!important; color: #000!important; } pre ::selection { background: #ff9!important; color: #fff!important; } ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #f48f8f; opacity: 1; /* Firefox */ } /*___ Misc _________________________________________________________________________*/ .token.punctuation { color: #fff!important; } .token.selector, .token.attr-name, .token.string, .token.char, .token.builtin, .token.inserted { color: #af0!important; } .token.atrule, .token.attr-value, .token.keyword { color: #00b3ff!important; } .token.property, .token.tag, .token.boolean, .token.number, .token.constant, .token.symbol, .token.deleted { color: #ff6cbe!important; } } @-moz-document domain("hsn.com") { /*__________________________________________________________________________________*/ body, html { background: url(https://image.ibb.co/hVmiOe/wallpaper_with_black_background_45_free_wallpaper.jpg)!important; background-attachment: fixed!important; } #template-product-detail-product .info form .button-group div:first-child, body:not(.mobile) ._big-deals { background-image: none!important; } .sales-events-wrap .sales-email-head { background: #14bac1; } /*___ Background Gray ______________________________________________________________*/ .account-container .vertical-separator .or, footer, nav#primary-navigation .sticky-navigation, nav#primary-navigation { background-color: #060505!important; } #promo, nav#primary-navigation.v4 #stores-nav { background-color: #0a0909!important; } /*___ Background 0000 ______________________________________________________________*/ #billing-first-name *, #breadbox.lnav, #right-panel .acc-wave-innerwrap, #right-panel .account-wave-wrap, #shopping-bag-flyout.flyout-container .flyout, ._autoTS ._in ._promo, ._big-deals ._inner, ._big-deals ._carousel a.product-detail-modal > ._img, .cms-cell[data-zone^="Feature"] [class*="__hpFeaturePromo"], .items-recently-aired, .module, ._must-shop._up ._outer, .on-air-now, body:not(.mobile) ._must-shop::before, body:not(.mobile) ._must-shop::after, body:not(.mobile) #oan-ira-section, body:not(.mobile) #oan-ira-section::before, body:not(.mobile) #oan-ira-section::after { background: rgba(0, 0, 0, 0)!important; } /*___ Background-color 0000 ________________________________________________________*/ #right-panel .acc-wave-personal-info-payment, #right-panel .acc-wave-personal-info, #template-account-content-easyreturns-body .easyreturns-navigationbar, #template-account-content-writereview-body .writereview-navigationbar, #torso, .account-container, .items-recently-aired .carousels .carousel, .modal, .product-pricing, .unbxd-as-wrapper ul li.unbxd-as-header, .unbxd-as-wrapper ul li.unbxd-as-header:hover, .unbxd-as-wrapper ul li.unbxd-as-popular-product-grid:hover, .unified-input-submit, div.gerrors, nav#primary-navigation #searchbar-v3 #search-form, nav#primary-navigation.v4 .zHeaderV4_Flyouts .zFlyout { background-color: rgba(0, 0, 0, 0)!important; } /*__ Blue __________________________________________________________________________*/ #bloomreach-widget-results .bloomreach-related-products .quickview-container .buy-now-btn, #template-product-detail-reviews.reviewsv2 .noreviews .no-rev-right .write-a-review button, #todayspecial, .button, input[type=button].blue, .submit-button.blue { background-image: linear-gradient(to bottom right, #043dda, #000)!important; border-radius: 10px!important; border: none!important; box-shadow: 1px 1px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important; color: #fff!important; } #bloomreach-widget-results .bloomreach-related-products .quickview-container .buy-now-btn:hover, #template-product-detail-reviews.reviewsv2 .noreviews .no-rev-right .write-a-review button:hover, #todayspecial:hover, .button:hover, input[type=button].blue, .submit-button.blue:hover { background-image: linear-gradient(to bottom right, #154eeb, #000)!important; color: #ff0!important; } #bloomreach-widget-results .bloomreach-related-products .quickview-container .buy-now-btn:active, #template-product-detail-reviews.reviewsv2 .noreviews .no-rev-right .write-a-review button:active, #todayspecial:active, .button:active, input[type=button].blue, .submit-button.blue:active { box-shadow: inset 2px 2px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important; } /*__ Red __________________________________________________________________________*/ #breadbox.lnav .lnav-selected-filters .clear-all { background-image: linear-gradient(to bottom right, #f00, #000)!important; border-radius: 10px!important; border: none!important; box-shadow: 1px 1px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important; color: #fff!important; } #breadbox.lnav .lnav-selected-filters .clear-all:hover { background-image: linear-gradient(to bottom right, #f11, #000)!important; color: #ff0!important; } #breadbox.lnav .lnav-selected-filters .clear-all:active { box-shadow: inset 2px 2px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important; } /*__ Orange ________________________________________________________________________*/ #template-product-detail-product .info form .button-group div:first-child { background-image: linear-gradient(to bottom right, #da3a04, #000)!important; border-radius: 10px!important; border: none!important; box-shadow: 1px 1px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important; color: #fff!important; } #template-product-detail-product .info form .button-group div:first-child:hover { background-image: linear-gradient(to bottom right, #eb4b15, #000)!important; color: #ff0!important; } #template-product-detail-product .info form .button-group div:first-child:active { box-shadow: inset 2px 2px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important; } /*___ Green ________________________________________________________________________*/ selector { background-image: linear-gradient(to bottom right, #81BC2E, #000)!important; border-radius: 10px!important; border: none!important; box-shadow: 1px 1px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important; color: #fff!important; } selector:hover { background-image: linear-gradient(to bottom right, #92cd3f, #000)!important; color: #ff0!important; } selector:active { box-shadow: inset 2px 2px 1px black, inset 2px 3px 5px rgba(0, 0, 0, 0.3), inset -2px -3px 5px rgba(255, 255, 255, 0.5)!important; } /*___ Plain Black __________________________________________________________________*/ #autoship-manager-template .right-container, #bloomreach-widget-results, #breadcrumb, #flexpay-manager-template .right-container, #order-status-template .right-container, #right-panel, #template-account-content, #template-account-leftnav, #template-product-detail-product, #template-product-grid .grid-body .grid-right, #template-product-grid .module.nav-background, .checkout-container, .cms-cell, .cms-cell.empty, .cms-cell.first, .cms-cell.full, .cms-cell.last, .collapsible-details, .inner-popup-container, .template-product-carousel-inner, body:not(.mobile) ._big-deals, body:not(.mobile) ._big-deals ._inner div[class^="_col"] { background-color: #000!important; border-radius: 22px!important; border: 1px solid rgba(0, 0, 0, .25)!important; box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(55, 55, 55, 1) 0 1px 0, 10px 10px 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0!important; } #autoship-manager-template .right-container, #bloomreach-widget-results:hover, #breadcrumb:hover, #flexpay-manager-template .right-container:hover, #order-status-template .right-container:hover, #right-panel:hover, #template-account-content:hover, #template-account-leftnav:hover, #template-product-detail-product:hover, #template-product-grid .grid-body .grid-right:hover, #template-product-grid .module.nav-background:hover, .checkout-container:hover, .cms-cell.empty:hover, .cms-cell.first:hover, .cms-cell.full:hover, .cms-cell.last:hover, .cms-cell:hover, .collapsible-details:hover, .inner-popup-container:hover, .template-product-carousel-inner:hover, body:not(.mobile) ._big-deals:hover, body:not(.mobile) ._big-deals ._inner div[class^="_col"]:hover { box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0, 10px 10px 5px rgba(10, 10, 10, .4), rgba(155, 155, 155, 1) 0 1px 0!important; } /*___ Plain ________________________________________________________________________*/ #template-product-grid .item:not(:empty), .sales-events-wrap, .unbxd-as-wrapper ul li:not(:empty) { background-color: #222222b3!important; border-radius: 22px!important; border: 1px solid rgba(0, 0, 0, .25)!important; box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(55, 55, 55, 1) 0 1px 0, 10px 10px 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0!important; } ._big-deals ._carousel a.product-detail-modal { background-color: #1f1c1c!important; border-radius: 22px!important; border: 1px solid rgba(0, 0, 0, .25)!important; box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(55, 55, 55, 1) 0 1px 0, 10px 10px 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0!important; } #primary-navigation .zLogoNav .zFlyout, ._big-deals ._carousel a.product-detail-modal:hover, .cms-cell[data-zone^="Promo"] [class*="__hpFeaturePromo"], .sales-events-wrap:hover { background-color: #1c1b1b!important; border-radius: 22px!important; border: 1px solid rgba(0, 0, 0, .25)!important; box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(55, 55, 55, 1) 0 1px 0, 10px 10px 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0!important; } #primary-navigation .zLogoNav .zFlyout:hover, #template-product-grid .item:not(:empty):hover, .unbxd-as-wrapper ul li:not(:empty):hover, .writereview-data-section-container { box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0, 10px 10px 5px rgba(10, 10, 10, .4), rgba(155, 155, 155, 1) 0 1px 0!important; } /*___ Red Gradient _________________________________________________________________*/ .cream, .easyreturns-data-section-container, .writereview-data-section-container { background: linear-gradient(to bottom, #300202 0%, #590505 100%)!important; border-bottom: 1px solid #000!important; border-radius: 22px!important; } /*__ Blue Gradient _________________________________________________________________*/ [style="margin-top: 7px; margin-bottom: 7px; border-width: 1px 1px 1px 12px; border-style: solid; border-color: #003b5c; color: #333333; padding: 10px 5px; min-height: 33px;"], nav#primary-navigation.v4 #utility-nav-parent { background: linear-gradient(to bottom, #0077c8, #000 100%)!important; border-bottom: 1px solid #000!important; border-radius: 22px!important; } footer .footer-outer .otherhsn-outer { background: linear-gradient(to bottom, #000, #0077c8 100%)!important; border-bottom: 1px solid #000!important; border-radius: 22px!important; } /*__ Green Gradient ________________________________________________________________*/ selector { background: linear-gradient(to bottom, #15534d 0%, #000 100%)!important; border-bottom: 1px solid #000!important; border-radius: 22px!important; text-shadow: 1px 1px #555!important; } /*__ Yellow Gradient _______________________________________________________________*/ selector { background: linear-gradient(to bottom, #9d9d5d 0%, #000 100%)!important; border-bottom: 1px solid #000!important; border-radius: 22px!important; text-shadow: 1px 1px #555!important; } /*__ Orange Gradient _______________________________________________________________*/ selector { background: linear-gradient(to bottom, #da3a04 0%, #000 100%)!important; border-bottom: 1px solid #000!important; border-radius: 22px!important; text-shadow: 1px 1px #555!important; } /*___ Dropdown ________________________________________________________________________*/ #account-dropdown .sub-menu ul, #bloomreach-widget-results .bloomreach-related-products .quickview-container, #hamburger-open #hamburger-holder, #shopping-bag-flyout.flyout-container .bag-container .bag-flyout, .unbxd-as-wrapper, nav#primary-navigation.v4 .zHeaderV4_Flyouts .zFlyout { background-color: #181818!important; border-radius: 22px!important; border: 1px solid rgba(0, 0, 0, .25)!important; box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(55, 55, 55, 1) 0 1px 0, 10px 10px 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0!important; } #account-dropdown .sub-menu ul, #bloomreach-widget-results .bloomreach-related-products .quickview-container:hover, #hamburger-open #hamburger-holder:hover, #shopping-bag-flyout.flyout-container .flyout:hover, .unbxd-as-wrapper:hover, nav#primary-navigation.v4 #stores-nav #nav-content:hover { box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), rgba(155, 155, 155, 1) 0 1px 0, 10px 10px 5px rgba(10, 10, 10, .4), rgba(155, 155, 155, 1) 0 1px 0!important; } /*___ Highlight Background _________________________________________________________*/ #account-dropdown .sub-menu li:hover, #breadbox.lnav dd li.active a, #hamburger-open #hamburger-holder #hamburger .hamburger-cell li.active, .account-breadbox dd li.active a { background: linear-gradient(to right, #383838, #0000)!important; border-left-color: #434343!important; } } @-moz-document domain("hsn.com") { /*__________________________________________________________________________________*/ #breadbox.lnav dd.filter-group li, #promo a.gsnCell, #template-product-grid .item, #breadbox.lnav dd li, ._big-deals ._carousel a.product-detail-modal, .checkbox, ._must-shop._up ._inner ._item-c, .recommendations-container .recommendations li, .unbxd-as-wrapper ul li { filter: brightness(75%)!important; } /*__________________________________________________________________________________*/ #breadbox.lnav dd li.active, #breadbox.lnav dd.filter-group li:hover, #breadbox.lnav [aria-checked="aria-checked"] .checked, #promo a.gsnCell:hover, #template-product-grid .item:hover, ._big-deals ._carousel a.product-detail-modal:hover, ._must-shop._up ._inner ._item-c:hover, .recommendations-container .recommendations li:hover, .unbxd-as-wrapper ul li:hover { filter: brightness(100%)!important; } /*__________________________________________________________________________________*/ img { border-radius: 22px!important; } /*__________________________________________________________________________________*/ img { -webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(rgba(250, 250, 250, 0.1))); } } @-moz-document domain("hsn.com") { /* Chat _______________________________________________________________*/ .account-customer-service li.chat img, footer .footer-outer .footer-icon.chat { background: url(https://i.ibb.co/CHh2qqk/comment-48x48.png) no-repeat!important; box-sizing: border-box; } footer .footer-outer .footer-icon.chat { background-size: 41px!important; height: 35px!important; padding-left: 43px!important; width: 10px!important; } .account-customer-service li.chat img { background-size: 31px!important; height: 28px!important; padding-left: 34px!important; width: 10px!important; } /* Checkmark _______________________________________________________________*/ input[type="checkbox"] { appearance: none!important; } #template-product-grid .lnav .checkbox .checkbox-image, #template-product-grid .lnav .checkbox.checked { border: none; } #template-product-grid .lnav .checkbox { top: -5px; } #template-product-grid .lnav .checkbox .checkbox-image, .sales-events-wrap .sales-email-bottom { background: none; } /* Checked ________________________*/ #template-product-grid .lnav .checkbox.checked, .checkout-container .styled-check-radio input:checked~.indicator, .account-container .styled-check-radio input:checked~.indicator, input[type="checkbox"]:checked { background: url(https://i.ibb.co/HgsTqFS/checkbox-checked.png) no-repeat!important; box-sizing: border-box; } /* Unchecked ________________________*/ #template-product-grid .lnav .checkbox, input[type="checkbox"] { background: url(https://i.ibb.co/fM9ptv1/checkbox-empty.png) no-repeat!important; box-sizing: border-box; } #template-product-grid .lnav .checkbox, #template-product-grid .lnav .checkbox.checked, .checkout-container .styled-check-radio input:checked~.indicator, .account-container .styled-check-radio input:checked~.indicator, input[type="checkbox"]:checked, input[type="checkbox"] { background-size: 26px!important; padding-left: 24px!important; height: 31px; } /* FAQ _______________________________________________________________*/ .account-customer-service li.faq img, footer .footer-outer .footer-icon.faq { background: url(https://i.ibb.co/S66FRr2/help-147419-640.png) no-repeat!important; box-sizing: border-box; } footer .footer-outer .footer-icon.faq { background-size: 35px!important; height: 35px!important; padding-left: 37px!important; width: 10px!important; } .account-customer-service li.faq img { background-size: 27px!important; height: 28px!important; padding-left: 31px!important; width: 10px!important; } /* Heart _______________________________________________________________*/ /* On ___________________*/ .favorite.large.favorited svg, .favorite.large.hover svg, .svg-favorite-heart, .svg-icon.icon-heart.selected svg, nav#primary-navigation.v4 .sticky-navigation #global-header-functions .favorite-heart-image svg { background: url(https://i.ibb.co/FB9kX4W/healthy-heart.png) no-repeat!important; box-sizing: border-box; } /* Off ___________________*/ [aria-label="Add to Favorites"] svg { background: url(https://i.ibb.co/cD452WP/healthy-hear-darkt-32x32.png) no-repeat!important; box-sizing: border-box; } .favorite.large.favorited svg, .favorite.large.hover svg, .svg-favorite-heart, [aria-label="Add to Favorites"] svg, nav#primary-navigation.v4 .sticky-navigation #global-header-functions .favorite-heart-image svg { background-size: 31px!important; height: 35px; padding-left: 34px!important; width: 35px; } /* Home _______________________________________________________________*/ .house-icon svg { background: url(https://i.ibb.co/pzxdPj1/Home-Main-34x26.png) no-repeat!important; box-sizing: border-box; } .house-icon svg { background-size: 39px!important; height: 30px!important; padding-left: 38px!important; width: 10px!important; } /* Info _______________________________________________________________*/ [src="//i02.hsncdn.com/desktop/DG092518_alert-circle-i.png"] { background: url(https://i.ibb.co/xgN4CQ1/information-26x26.png) no-repeat!important; box-sizing: border-box; } [src="//i02.hsncdn.com/desktop/DG092518_alert-circle-i.png"] { background-size: 39px!important; height: 35px!important; padding-left: 43px!important; width: 10px!important; } /* Email _______________________________________________________________*/ #template-product-detail-brand .signup form .unified-input-submit label img { background: url(https://i.ibb.co/wY6gQZW/1024px-Mail-closed-svg.png) no-repeat!important; box-sizing: border-box; } #template-product-detail-brand .signup form .unified-input-submit label img { background-size: 30px!important; height: 26px!important; padding-left: 39px!important; width: 10px!important; } /* Eye _______________________________________________________________*/ .show svg { background: url(https://i.ibb.co/VSLvZzD/eye-clip-art-symbol-eye-makeup-brown.png) no-repeat!important; box-sizing: border-box; } .show svg { background-size: 26px!important; height: 26px!important; padding-left: 27px!important; width: 10px!important; } /* Phone _______________________________________________________________*/ footer .footer-outer .footer-icon.phone { background: url(https://i.ibb.co/3kQpbkF/Classic-red-phone-handset-16x29.png) no-repeat!important; box-sizing: border-box; } footer .footer-outer .footer-icon.phone { background-size: 21px!important; height: 37px!important; padding-left: 27px!important; width: 10px!important; } /* Truck _______________________________________________________________*/ footer .footer-outer .footer-icon.truck { background: url(https://i.ibb.co/7CPgDFS/truck-92x56.png) no-repeat!important; box-sizing: border-box; } footer .footer-outer .footer-icon.truck { background-size: 56px!important; height: 35px!important; padding-left: 52px!important; width: 10px!important; } /* Shopping Bag _______________________________________________________________*/ #global-header-functions.v3 #shopping-bag-flyout .drawer-trigger-shopping-bag svg, nav#primary-navigation.v4 .sticky-navigation #global-header-functions.v3 #shopping-bag-flyout .drawer-trigger-shopping-bag svg { background: url(https://i.ibb.co/0myGpg7/shopping-bag-54x62.png) no-repeat!important; box-sizing: border-box; } #global-header-functions.v3 #shopping-bag-flyout .drawer-trigger-shopping-bag svg, nav#primary-navigation.v4 .sticky-navigation #global-header-functions.v3 #shopping-bag-flyout .drawer-trigger-shopping-bag svg { background-size: 30px!important; height: 36px!important; padding-left: 39px!important; width: 10px!important; } } @-moz-document domain("hsn.com") { /* Social Media _________________________________________________________*/ /* Facebook _____________*/ .socialRoll.fb { background: url(https://i.ibb.co/bvgwKNN/facebook-48x48.png) no-repeat!important; box-sizing: border-box; } .socialRoll.fb { background-size: 41px!important; height: 46px!important; padding-left: 53px; } /* Instagram _____________*/ .socialRoll.insta { background: url(https://i.ibb.co/YQ5F02g/Instagram.png) no-repeat!important; box-sizing: border-box; } .socialRoll.insta { background-size: 41px!important; height: 46px!important; padding-left: 53px!important; } /* Pinterest _____________*/ .socialRoll.pinterest { background: url(https://i.ibb.co/bbYn4KN/pinterest-48x48.png) no-repeat!important; box-sizing: border-box; } .socialRoll.pinterest { background-size: 41px!important; height: 46px!important; padding-left: 53px; } /* Twitter _____________*/ .socialRoll.twitter { background: url(https://i.ibb.co/SQGCm92/twitter-48x39.png) no-repeat!important; box-sizing: border-box; } .socialRoll.twitter { background-size: 41px!important; height: 46px!important; padding-left: 53px; } /* YouTube _____________*/ .socialRoll.youtube { background: url(https://i.ibb.co/8cHpnPV/You-Tube-logo-play-icon-30x23.png) no-repeat!important; box-sizing: border-box; } .socialRoll.youtube { background-size: 41px!important; height: 46px!important; padding-left: 53px; } }
0.248079
0.049017
* { margin: 0; padding: 0; outline: 0 } /******************************************** LAYOUT ********************************************/ #wrap { position: relative; background: #fff url(../images/wrap-bg.jpg) repeat-y; width: 900px; margin: 50px auto 0 auto; text-align: left; } #content-wrap { position: relative; background: #fff url(../images/content-bg.jpg) repeat-x; clear: both; float: left; width: 870px; padding: 0; margin-left: 15px; display: inline; border-top: 5px solid #fff; border-bottom: 1px solid #e5e5e5; border-left: 1px solid #fff; border-right: 1px solid #fff; } #header { position: relative; background: #fff url(../images/header-bg.jpg) repeat-x; width: 870px; height: 100px; padding: 0; margin: 0px auto; } #header h1#logo-text a { position: absolute; margin: 0; padding: 0; font: normal 42px Georgia, "Times New Roman", Times, serif; letter-spacing: -1.5px; color: #111; text-transform: none; text-decoration: none; /* change the values of top and left to adjust the position of the logo*/ top: 22px; left: 20px; } #header p#slogan { position: absolute; margin: 0; padding: 0; font: normal 12px Georgia, "Times New Roman", Times, serif; text-transform: none; color: #5b4a29; /* change the values of top and left to adjust the position of the slogan*/ top: 67px; left: 25px; } /* header links */ #header #header-links { position: absolute; top: 25px; right: 10px; color: #5b4a29; font: normal 11px Georgia, "Times New Roman", Times, serif; text-transform: uppercase; } #header #header-links a { color: #5b4a29; text-decoration: none; padding: 0 2px; font-weight: bold; } #header #header-links a:hover { color: #111; } /* header-photo */ #header-photo { clear: both; background: #fff; margin: 5px auto; padding: 0; height:206px; width: 870px; } #header-photo img { border: none; margin: 0; padding: 0; } /* Navigation */ #nav { clear: both; margin: 0; padding: 0; height: 45px; } #nav ul { float: left; list-style: none; background: url(../images/nav.jpg) repeat-x; width: 870px; height: 45px; text-transform: uppercase; margin: 0 0 0 15px; padding: 0; display: inline; } #nav ul li { display: inline; margin: 0; padding: 0; } #nav ul li a { display: block; float: left; width: auto; margin: 0; padding: 0 14px; border-right: 1px solid #899D00; border-left: 1px solid #A7D101; font: bold 14px/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif; text-transform: uppercase; text-decoration: none; letter-spacing: 1px; color: #fff; } #nav ul li a:hover, #nav ul li a:active { background: url(../images/nav-hover.jpg) repeat-x; } #nav ul li#current a { background: url(../images/nav-current.jpg) repeat-x; } /* Main Column */ #main { float: left; width: 550px; padding: 15px 0 0 0; margin: 0 0 0 10px; display: inline; } #main h2 { margin-top: 10px; padding-bottom: 3px; font: normal 2.3em 'Trebuchet MS', Tahoma, Sans-serif; color: #895F30; letter-spacing: -1px; text-transform: none; } #main h2 a { color: #895F30; text-decoration: none; } #main ul li { list-style-image: url(../images/bullet.gif); } /* Sidebar */ #sidebar { float: right; width: 280px; padding: 25px 0 0 0; margin: 0; } #sidebar h3 { margin-top: 10px; padding: 5px 5px; font: normal 1.6em 'Trebuchet MS', Tahoma, Sans-serif; color: #899B0D; } #sidebar ul.sidemenu { text-align: left; margin: 7px 10px 8px 0px; padding: 0; text-decoration: none; border-top: 1px solid #EBEBEB; } #sidebar ul.sidemenu li { list-style: none; border-bottom: 1px solid #EBEBEB; padding: 5px 0 5px 5px; margin: 0 2px; } * html body #sidebar ul.sidemenu li { height: 1%; } #sidebar ul.sidemenu li a, #sidebar .sidemenu a { text-decoration: none; background-image: none; color: #895F30; } #sidebar ul.sidemenu li a:hover, #sidebar .sidemenu a:hover { color: #1773BC; } #sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; } #sidebar ul.sidemenu ul li { border: none; } #sidebar .sidemenu { list-style: none; padding: 5px 0 5px 5px; margin: 0 2px; } #sidebar img { background: inherit; border: 0; padding: 2px; } /* footer */ #footer-wrap { clear: both; width: 900px; font-size: 95%; text-align: left; padding: 15px 0; border-bottom: 15px solid #fff; border-top: 1px solid #fff; } #footer-wrap a:hover { color: #000; } #footer-wrap h3 { color: #976834; margin: 0; padding: 0 10px; text-transform: uppercase; font-weight: bold; } #footer-columns { color: #888; margin: 0 auto; padding: 0; width: 840px; } #footer-columns a { text-decoration: none; font-weight: bold; color: #666666; } #footer-columns ul { list-style: none; margin: 10px 0 0 0; padding: 0; border-top: 1px solid #e5e5e5; } #footer-columns li { border-bottom: 1px solid #e5e5e5; } #footer-columns li a { display: block; font-weight: normal; padding: 5px 0 5px 10px; width: 96%; } #footer-columns .col3, .col3-center { float: left; width: 32%; } #footer-columns .col3-center { margin: 0 15px; } /* bottom */ #footer-bottom { clear: both; color: #666; margin: 0 auto; width: 870px; padding: 15px 0 0 0; text-align: center; } #footer-bottom a { color: #976834; } /* postmeta */ .postmeta { padding: 5px; margin: 20px 10px 15px 10px; font-size: 95%; color: #99997D; border: 1px solid #EAE7DB; background: #FAFAE7; } .postmeta .date{ margin: 0 10px 0 5px; } .postmeta a.comments { margin: 0 10px 0 5px; } .postmeta a.readmore { margin: 0 10px 0 5px; } .post-info { font-size: .95em; padding-top: 0; margin-left: 5px; } /* alignment classes */ .float-left { float: left; } .float-right { float: right; } .align-left { text-align: left; } .align-right { text-align: right; } /* display and additional classes */ .clear { clear: both; } body { background: #f7f0e3 url(../images/bg_bob2.jpg) repeat-x; font: 70%/1.6em Verdana, Tahoma, Arial, Geneva, sans-serif; color: #666666; text-align: center; margin: 0 0 50px 0; } /* links */ a, a:visited { color: #5A93C9; background: inherit; text-decoration: none; } a:hover { color: #88ac0b; background: inherit; text-decoration: underline; } /* headers */ h1, h2, h3 { font-family: 'Trebuchet MS', Tahoma, Sans-serif; color: #444; } h1 { font-size: 230%; font-weight: normal; letter-spacing: -1px; } h2 { font-size: 180%; color: #88ac0b; } h3 { font-size: 150%; font-weight: normal; } h1, h2, h3, p { padding: 10px; margin: 0; } ul, ol { margin: 5px 20px; padding: 0 20px; } ul { list-style: none; } /* images */ img { background: inherit; border: 0px; padding: 1px; } img.float-right { margin: 5px 0px 10px 10px; } img.float-left { margin: 5px 10px 10px 0px; } code { margin: 5px 0; padding: 10px; text-align: left; display: block; overflow: auto; font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ; /* white-space: pre; */ border: 1px solid #F4F3EC; background: #FAFAE7; } acronym { cursor: help; border-bottom: 1px dashed #777; } blockquote { margin: 10px; padding: 0 0 0 35px; border: 1px solid #F4F3EC; background: #FAFAE7 url(../images/quote.jpg) no-repeat 7px 10px; font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif; color: #976957; } /* start - table */ table { border-collapse: collapse; margin: 10px; } th strong { color: #fff; } th { background: #93BC0C url(../images/nav.jpg) repeat-x; height: 35px; padding-left: 12px; padding-right: 12px; color: #fff; text-align: left; border-left: 1px solid #B6D59A; border-bottom: solid 2px #fff; } tr { height: 32px; } td { padding-left: 11px; padding-right: 11px; border-left: 1px solid #fff; border-bottom: 1px solid #fff; } td.first,th.first { border-left: 0px; } tr.row-a { background: #F8F8F8; } tr.row-b { background: #EFEFEF; } /* end - table */ /* form elements */ form { margin:10px; padding: 0 5px; border: 1px solid #f1f1f1; background-color: #f5f5f5; } label { display:block; font-weight:bold; margin:5px 0px 0px 5px; } input { padding:2px; border:1px solid #eee; font: normal 1em Verdana, sans-serif; color:#777; } textarea { width:400px; padding:2px; font: normal 1em Verdana, sans-serif; border:1px solid #eee; height:100px; display:block; color:#777; } input.button { font: bold 12px Arial, Sans-serif; height: 24px; margin: 0; padding: 2px 3px; color: #FFF; background: #8EB50C url(../images/nav.jpg) repeat-x 0 0; border: 1px solid #88AD0C; } /* search form */ .searchform { background-color: transparent; border: none; margin: 0; padding: 5px 0 15px 0; width: 250px; } .searchform p { margin: 0; padding: 0; } .searchform input.textbox { width: 170px; color: #777; height: 18px; padding: 2px; border: 1px solid #E5E5E5; vertical-align: top; } .searchform input.button { width: 60px; height: 24px; padding: 2px 5px; vertical-align: top; } /* From Old BlogCFC, but still being used */ .byline, .entryfooter, .trackbackfooter { line-height: 135%; margin: 0; padding: 0 0 8px 0; color: #000; } .byline{ clear:both; } .blogHeader, .trackbackHeader, .commentHeader, .relatedentriesHeader { color: #666; border:1px solid #999; padding:5px; margin-bottom:10px; font-weight:normal; } .comment, .trackback, .commentAlt, .trackbackAlt{ border: 1px solid #999; padding: 10px; margin:10px 0; position:relative; } .commentAlt, .trackbackAlt{ background-color:#efefef; } .comment img, .commentAlt img{ float:left; position:relative; margin: 0 5px 5px 0; } .commentBody, .trackbackBody{ color: #000000; margin-bottom: 10px; } #relatedEntriesList { color: #000000; } .commentByLine, .trackbackByLine { font-style: italic; } .addCommentLink,.addTrackbackLink{ text-align:right; } #trackbacks,#comments{ margin-top:8px; } .commentBody { color: #000000; margin-right: 10px; margin-bottom: 40px; } .commentByLine { font-weight: bold; clear: left; } .code { margin: 5px 0; padding: 10px; text-align: left; display: block; overflow: auto; font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ; /* white-space: pre; */ border: 1px solid #F4F3EC; background: #FAFAE7; } /* * .code { font-family: "courier new",courier,monospace; font-size: 1em; color: black; border: solid thin #0000cc; background-color: #ffffcc; overflow: auto; padding: 4px 4px 4px 4px; line-height: 15px; margin:5px 0 5px 0; } */ .codePrint { margin: 5px 0; text-align: left; display: block; overflow: auto; font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ; /* white-space: pre; */ background-color: #ffffcc; padding: 4px 4px 4px 4px; line-height: 15px; } .body { color: #000000; margin-left: 0px; } .date { color: #666; border:1px solid #999; padding:5px; margin-bottom:10px; font-weight:normal; } /* Old BlogCFC Stuff #page{ background-color: #FFF; } h1 { font-family: "Trebuchet MS", verdana,arial, sans-serif; font-size: 1.3em; font-weight: bold; margin: 0; color: #000; } #blogText { padding:0 8px 0 8px; } #banner, #banner a { font-family: "Trebuchet MS", verdana,arial, sans-serif; font-size: 1.4em; font-weight: bold; color: white; background-color: #FFCC00; padding:5px; } input, select, textarea { font-family: "Trebuchet MS", verdana, arial, sans-serif; font-size: 1em; color: #000000; } .menuTitle { font-family: verdana, arial, sans-serif; font-size: .7em; background-color: #cc9900; text-align: center; text-transform: uppercase; letter-spacing: .2em; padding: 5px; } .header, .header a { font-family: verdana, arial, sans-serif; font-size: .7em; text-align: center; font-weight: bold; } #calendar{ width:90%; margin:0 auto 0 auto } .calendarTable, .calendarTable a { font-family: verdana, arial, sans-serif; font-size: .9em; text-align: center; padding: 2px; line-height: 14px; } .calendarToday { background-color: yellow; } .menuBody { font-family: verdana, arial, sans-serif; font-size: .65em; text-align: left; padding: 2px; line-height: 14px; } .menuBody .header { font-size: 1em; } .menuBody A { font-family: verdana, arial, sans-serif; font-size: 1em; } .footerHeader { background-color: #ddd; font-family: "Trebuchet MS", verdana, arial, sans-serif; font-size: .7em; color: #666; border:1px solid #999; padding:5px; font-weight:normal; } .rightMenu { border:1px solid #999; margin:8px; } .center{ text-align:center; } .entry{ margin-bottom:8px; padding-bottom:3px; border-bottom:1px solid #999; } a img{ border: 0px; } #calendar th{ font-weight: normal; } .tbLink{ font-size:1.1em; } .autoImage { float: left; margin: 0 5px 5px 0; } .byline img{ vertical-align: top; } */ /*==================Forms====================== */ fieldset#commentForm, fieldset#sendForm{ margin:8px; text-align:left; } fieldset#sendForm{ border:none; } fieldset#commentForm legend,fieldset#sendForm legend { font-size: 1.1em; font-weight: normal; color: #000000; margin: 0px 0px 0px 0px; padding: 3px 5px 10px 5px; } fieldset#commentForm label,fieldset#sendForm label{ float:left; width:110px } fieldset#sendForm label{ width:150px; } fieldset#commentForm div,fieldset#sendForm div{ clear:both; margin-bottom:5px } fieldset#commentForm .longLabel{ width:260px } fieldset#sendForm .longLabel{ width:250px; } fieldset#commentForm .nofLoat,fieldset#sendForm .nofLoat{ float:none } fieldset#commentForm #comments,fieldset#sendForm #notes{ width:100%; height:120px; overflow: auto; } fieldset#sendForm #notes{ width:300px; } fieldset#commentForm img{ margin:3px auto } fieldset#sendForm img,fieldset#sendForm #submit{ margin-left:200px; } #popUpFormBody{ background:#fff; margin:8px; }
ValidateThis/samples/css/style.css
* { margin: 0; padding: 0; outline: 0 } /******************************************** LAYOUT ********************************************/ #wrap { position: relative; background: #fff url(../images/wrap-bg.jpg) repeat-y; width: 900px; margin: 50px auto 0 auto; text-align: left; } #content-wrap { position: relative; background: #fff url(../images/content-bg.jpg) repeat-x; clear: both; float: left; width: 870px; padding: 0; margin-left: 15px; display: inline; border-top: 5px solid #fff; border-bottom: 1px solid #e5e5e5; border-left: 1px solid #fff; border-right: 1px solid #fff; } #header { position: relative; background: #fff url(../images/header-bg.jpg) repeat-x; width: 870px; height: 100px; padding: 0; margin: 0px auto; } #header h1#logo-text a { position: absolute; margin: 0; padding: 0; font: normal 42px Georgia, "Times New Roman", Times, serif; letter-spacing: -1.5px; color: #111; text-transform: none; text-decoration: none; /* change the values of top and left to adjust the position of the logo*/ top: 22px; left: 20px; } #header p#slogan { position: absolute; margin: 0; padding: 0; font: normal 12px Georgia, "Times New Roman", Times, serif; text-transform: none; color: #5b4a29; /* change the values of top and left to adjust the position of the slogan*/ top: 67px; left: 25px; } /* header links */ #header #header-links { position: absolute; top: 25px; right: 10px; color: #5b4a29; font: normal 11px Georgia, "Times New Roman", Times, serif; text-transform: uppercase; } #header #header-links a { color: #5b4a29; text-decoration: none; padding: 0 2px; font-weight: bold; } #header #header-links a:hover { color: #111; } /* header-photo */ #header-photo { clear: both; background: #fff; margin: 5px auto; padding: 0; height:206px; width: 870px; } #header-photo img { border: none; margin: 0; padding: 0; } /* Navigation */ #nav { clear: both; margin: 0; padding: 0; height: 45px; } #nav ul { float: left; list-style: none; background: url(../images/nav.jpg) repeat-x; width: 870px; height: 45px; text-transform: uppercase; margin: 0 0 0 15px; padding: 0; display: inline; } #nav ul li { display: inline; margin: 0; padding: 0; } #nav ul li a { display: block; float: left; width: auto; margin: 0; padding: 0 14px; border-right: 1px solid #899D00; border-left: 1px solid #A7D101; font: bold 14px/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif; text-transform: uppercase; text-decoration: none; letter-spacing: 1px; color: #fff; } #nav ul li a:hover, #nav ul li a:active { background: url(../images/nav-hover.jpg) repeat-x; } #nav ul li#current a { background: url(../images/nav-current.jpg) repeat-x; } /* Main Column */ #main { float: left; width: 550px; padding: 15px 0 0 0; margin: 0 0 0 10px; display: inline; } #main h2 { margin-top: 10px; padding-bottom: 3px; font: normal 2.3em 'Trebuchet MS', Tahoma, Sans-serif; color: #895F30; letter-spacing: -1px; text-transform: none; } #main h2 a { color: #895F30; text-decoration: none; } #main ul li { list-style-image: url(../images/bullet.gif); } /* Sidebar */ #sidebar { float: right; width: 280px; padding: 25px 0 0 0; margin: 0; } #sidebar h3 { margin-top: 10px; padding: 5px 5px; font: normal 1.6em 'Trebuchet MS', Tahoma, Sans-serif; color: #899B0D; } #sidebar ul.sidemenu { text-align: left; margin: 7px 10px 8px 0px; padding: 0; text-decoration: none; border-top: 1px solid #EBEBEB; } #sidebar ul.sidemenu li { list-style: none; border-bottom: 1px solid #EBEBEB; padding: 5px 0 5px 5px; margin: 0 2px; } * html body #sidebar ul.sidemenu li { height: 1%; } #sidebar ul.sidemenu li a, #sidebar .sidemenu a { text-decoration: none; background-image: none; color: #895F30; } #sidebar ul.sidemenu li a:hover, #sidebar .sidemenu a:hover { color: #1773BC; } #sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; } #sidebar ul.sidemenu ul li { border: none; } #sidebar .sidemenu { list-style: none; padding: 5px 0 5px 5px; margin: 0 2px; } #sidebar img { background: inherit; border: 0; padding: 2px; } /* footer */ #footer-wrap { clear: both; width: 900px; font-size: 95%; text-align: left; padding: 15px 0; border-bottom: 15px solid #fff; border-top: 1px solid #fff; } #footer-wrap a:hover { color: #000; } #footer-wrap h3 { color: #976834; margin: 0; padding: 0 10px; text-transform: uppercase; font-weight: bold; } #footer-columns { color: #888; margin: 0 auto; padding: 0; width: 840px; } #footer-columns a { text-decoration: none; font-weight: bold; color: #666666; } #footer-columns ul { list-style: none; margin: 10px 0 0 0; padding: 0; border-top: 1px solid #e5e5e5; } #footer-columns li { border-bottom: 1px solid #e5e5e5; } #footer-columns li a { display: block; font-weight: normal; padding: 5px 0 5px 10px; width: 96%; } #footer-columns .col3, .col3-center { float: left; width: 32%; } #footer-columns .col3-center { margin: 0 15px; } /* bottom */ #footer-bottom { clear: both; color: #666; margin: 0 auto; width: 870px; padding: 15px 0 0 0; text-align: center; } #footer-bottom a { color: #976834; } /* postmeta */ .postmeta { padding: 5px; margin: 20px 10px 15px 10px; font-size: 95%; color: #99997D; border: 1px solid #EAE7DB; background: #FAFAE7; } .postmeta .date{ margin: 0 10px 0 5px; } .postmeta a.comments { margin: 0 10px 0 5px; } .postmeta a.readmore { margin: 0 10px 0 5px; } .post-info { font-size: .95em; padding-top: 0; margin-left: 5px; } /* alignment classes */ .float-left { float: left; } .float-right { float: right; } .align-left { text-align: left; } .align-right { text-align: right; } /* display and additional classes */ .clear { clear: both; } body { background: #f7f0e3 url(../images/bg_bob2.jpg) repeat-x; font: 70%/1.6em Verdana, Tahoma, Arial, Geneva, sans-serif; color: #666666; text-align: center; margin: 0 0 50px 0; } /* links */ a, a:visited { color: #5A93C9; background: inherit; text-decoration: none; } a:hover { color: #88ac0b; background: inherit; text-decoration: underline; } /* headers */ h1, h2, h3 { font-family: 'Trebuchet MS', Tahoma, Sans-serif; color: #444; } h1 { font-size: 230%; font-weight: normal; letter-spacing: -1px; } h2 { font-size: 180%; color: #88ac0b; } h3 { font-size: 150%; font-weight: normal; } h1, h2, h3, p { padding: 10px; margin: 0; } ul, ol { margin: 5px 20px; padding: 0 20px; } ul { list-style: none; } /* images */ img { background: inherit; border: 0px; padding: 1px; } img.float-right { margin: 5px 0px 10px 10px; } img.float-left { margin: 5px 10px 10px 0px; } code { margin: 5px 0; padding: 10px; text-align: left; display: block; overflow: auto; font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ; /* white-space: pre; */ border: 1px solid #F4F3EC; background: #FAFAE7; } acronym { cursor: help; border-bottom: 1px dashed #777; } blockquote { margin: 10px; padding: 0 0 0 35px; border: 1px solid #F4F3EC; background: #FAFAE7 url(../images/quote.jpg) no-repeat 7px 10px; font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif; color: #976957; } /* start - table */ table { border-collapse: collapse; margin: 10px; } th strong { color: #fff; } th { background: #93BC0C url(../images/nav.jpg) repeat-x; height: 35px; padding-left: 12px; padding-right: 12px; color: #fff; text-align: left; border-left: 1px solid #B6D59A; border-bottom: solid 2px #fff; } tr { height: 32px; } td { padding-left: 11px; padding-right: 11px; border-left: 1px solid #fff; border-bottom: 1px solid #fff; } td.first,th.first { border-left: 0px; } tr.row-a { background: #F8F8F8; } tr.row-b { background: #EFEFEF; } /* end - table */ /* form elements */ form { margin:10px; padding: 0 5px; border: 1px solid #f1f1f1; background-color: #f5f5f5; } label { display:block; font-weight:bold; margin:5px 0px 0px 5px; } input { padding:2px; border:1px solid #eee; font: normal 1em Verdana, sans-serif; color:#777; } textarea { width:400px; padding:2px; font: normal 1em Verdana, sans-serif; border:1px solid #eee; height:100px; display:block; color:#777; } input.button { font: bold 12px Arial, Sans-serif; height: 24px; margin: 0; padding: 2px 3px; color: #FFF; background: #8EB50C url(../images/nav.jpg) repeat-x 0 0; border: 1px solid #88AD0C; } /* search form */ .searchform { background-color: transparent; border: none; margin: 0; padding: 5px 0 15px 0; width: 250px; } .searchform p { margin: 0; padding: 0; } .searchform input.textbox { width: 170px; color: #777; height: 18px; padding: 2px; border: 1px solid #E5E5E5; vertical-align: top; } .searchform input.button { width: 60px; height: 24px; padding: 2px 5px; vertical-align: top; } /* From Old BlogCFC, but still being used */ .byline, .entryfooter, .trackbackfooter { line-height: 135%; margin: 0; padding: 0 0 8px 0; color: #000; } .byline{ clear:both; } .blogHeader, .trackbackHeader, .commentHeader, .relatedentriesHeader { color: #666; border:1px solid #999; padding:5px; margin-bottom:10px; font-weight:normal; } .comment, .trackback, .commentAlt, .trackbackAlt{ border: 1px solid #999; padding: 10px; margin:10px 0; position:relative; } .commentAlt, .trackbackAlt{ background-color:#efefef; } .comment img, .commentAlt img{ float:left; position:relative; margin: 0 5px 5px 0; } .commentBody, .trackbackBody{ color: #000000; margin-bottom: 10px; } #relatedEntriesList { color: #000000; } .commentByLine, .trackbackByLine { font-style: italic; } .addCommentLink,.addTrackbackLink{ text-align:right; } #trackbacks,#comments{ margin-top:8px; } .commentBody { color: #000000; margin-right: 10px; margin-bottom: 40px; } .commentByLine { font-weight: bold; clear: left; } .code { margin: 5px 0; padding: 10px; text-align: left; display: block; overflow: auto; font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ; /* white-space: pre; */ border: 1px solid #F4F3EC; background: #FAFAE7; } /* * .code { font-family: "courier new",courier,monospace; font-size: 1em; color: black; border: solid thin #0000cc; background-color: #ffffcc; overflow: auto; padding: 4px 4px 4px 4px; line-height: 15px; margin:5px 0 5px 0; } */ .codePrint { margin: 5px 0; text-align: left; display: block; overflow: auto; font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ; /* white-space: pre; */ background-color: #ffffcc; padding: 4px 4px 4px 4px; line-height: 15px; } .body { color: #000000; margin-left: 0px; } .date { color: #666; border:1px solid #999; padding:5px; margin-bottom:10px; font-weight:normal; } /* Old BlogCFC Stuff #page{ background-color: #FFF; } h1 { font-family: "Trebuchet MS", verdana,arial, sans-serif; font-size: 1.3em; font-weight: bold; margin: 0; color: #000; } #blogText { padding:0 8px 0 8px; } #banner, #banner a { font-family: "Trebuchet MS", verdana,arial, sans-serif; font-size: 1.4em; font-weight: bold; color: white; background-color: #FFCC00; padding:5px; } input, select, textarea { font-family: "Trebuchet MS", verdana, arial, sans-serif; font-size: 1em; color: #000000; } .menuTitle { font-family: verdana, arial, sans-serif; font-size: .7em; background-color: #cc9900; text-align: center; text-transform: uppercase; letter-spacing: .2em; padding: 5px; } .header, .header a { font-family: verdana, arial, sans-serif; font-size: .7em; text-align: center; font-weight: bold; } #calendar{ width:90%; margin:0 auto 0 auto } .calendarTable, .calendarTable a { font-family: verdana, arial, sans-serif; font-size: .9em; text-align: center; padding: 2px; line-height: 14px; } .calendarToday { background-color: yellow; } .menuBody { font-family: verdana, arial, sans-serif; font-size: .65em; text-align: left; padding: 2px; line-height: 14px; } .menuBody .header { font-size: 1em; } .menuBody A { font-family: verdana, arial, sans-serif; font-size: 1em; } .footerHeader { background-color: #ddd; font-family: "Trebuchet MS", verdana, arial, sans-serif; font-size: .7em; color: #666; border:1px solid #999; padding:5px; font-weight:normal; } .rightMenu { border:1px solid #999; margin:8px; } .center{ text-align:center; } .entry{ margin-bottom:8px; padding-bottom:3px; border-bottom:1px solid #999; } a img{ border: 0px; } #calendar th{ font-weight: normal; } .tbLink{ font-size:1.1em; } .autoImage { float: left; margin: 0 5px 5px 0; } .byline img{ vertical-align: top; } */ /*==================Forms====================== */ fieldset#commentForm, fieldset#sendForm{ margin:8px; text-align:left; } fieldset#sendForm{ border:none; } fieldset#commentForm legend,fieldset#sendForm legend { font-size: 1.1em; font-weight: normal; color: #000000; margin: 0px 0px 0px 0px; padding: 3px 5px 10px 5px; } fieldset#commentForm label,fieldset#sendForm label{ float:left; width:110px } fieldset#sendForm label{ width:150px; } fieldset#commentForm div,fieldset#sendForm div{ clear:both; margin-bottom:5px } fieldset#commentForm .longLabel{ width:260px } fieldset#sendForm .longLabel{ width:250px; } fieldset#commentForm .nofLoat,fieldset#sendForm .nofLoat{ float:none } fieldset#commentForm #comments,fieldset#sendForm #notes{ width:100%; height:120px; overflow: auto; } fieldset#sendForm #notes{ width:300px; } fieldset#commentForm img{ margin:3px auto } fieldset#sendForm img,fieldset#sendForm #submit{ margin-left:200px; } #popUpFormBody{ background:#fff; margin:8px; }
0.24963
0.112844